@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: "Montserrat";
  src: url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
}

@font-face {
  font-family: "Raleway";
  src: url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-webkit-scrollbar {
  display: none;
}

#mobile {
  background-size: cover;
  background-position: 20% 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 999;
  display: none;
}

#mobile #mobile-text {
  padding: 0 0 0 10vw;
}

#mobile #mobile-text .line {
  overflow: hidden;
}

#mobile #mobile-text .line div {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

#mobile #mobile-text h3 {
  margin: 0 0 0 -5px;
  font-size: calc(1.2rem + 9vw);
  font-family: "Montserrat";
  font-weight: 600;
}

#mobile #mobile-text h3 div {
  color: #ff5050;
}

#mobile #mobile-text h3 div span {
  color: #fcf6f4;
}

#mobile #mobile-text h5#mobile_subtitle {
  padding: 2.3vw 0 1.4vw 0;
  width: 60vw;
  margin: 2vw 0 0 0;
}

#mobile #mobile-text h5#mobile_subtitle div {
  font-size: calc(0.75rem + 0.9vw);
  line-height: calc(24px + 0.8vw);
  letter-spacing: 2px;
  font-family: "Raleway";
  font-weight: bold;
  text-transform: uppercase;
  color: #fcf6f4;
}

#mobile #mobile-text h5#mobile_p {
  padding: 0.9vw 0 0;
  width: 60vw;
  margin: 2vw 0 0 0;
}

#mobile #mobile-text h5#mobile_p div {
  font-weight: 400;
  line-height: calc(24px + 0.8vw);
  font-size: calc(0.9rem + 0.6vw);
  letter-spacing: 0.75px;
  font-family: "Raleway";
  color: #a3adb9;
}

#mobile #icon_wrap {
  position: absolute;
  left: 0;
  bottom: 9.4vh;
  width: 100%;
  height: 43px;
}

#mobile #icon_wrap #icon {
  position: relative;
  margin: auto;
  width: 60px;
  height: 100%;
  border-radius: 4px 4px 0 0;
  border: 1px solid #fcf6f4;
  -webkit-animation: resize 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
          animation: resize 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}

#mobile #icon_wrap #icon:after {
  content: "";
  position: absolute;
  top: 12px;
  background: #fcf6f4;
  width: 100%;
  height: 1px;
}

#mobile #icon_wrap #icon #icon_btns span {
  position: absolute;
  top: 4px;
  width: 3px;
  height: 3px;
  background: #fcf6f4;
  border-radius: 50%;
}

#mobile #icon_wrap #icon #icon_btns span:first-child {
  left: 7px;
}

#mobile #icon_wrap #icon #icon_btns span:nth-child(2) {
  left: 12px;
}

#mobile #icon_wrap #icon #icon_btns span:nth-child(3) {
  left: 17px;
}

#mobile #icon_wrap #icon .mobile_arrow {
  position: absolute;
  top: 26px;
  width: 10px;
  height: 1px;
  background: #fcf6f4;
}

#mobile #icon_wrap #icon .mobile_arrow:after, #mobile #icon_wrap #icon .mobile_arrow:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 1px;
  background: #fcf6f4;
}

#mobile #icon_wrap #icon #icon_arrow1 {
  left: 11px;
}

#mobile #icon_wrap #icon #icon_arrow1:before {
  top: -1.6px;
  left: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#mobile #icon_wrap #icon #icon_arrow1:after {
  top: 2px;
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#mobile #icon_wrap #icon #icon_arrow2 {
  right: 11px;
}

#mobile #icon_wrap #icon #icon_arrow2:before {
  top: -1.6px;
  right: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#mobile #icon_wrap #icon #icon_arrow2:after {
  top: 2px;
  right: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@-webkit-keyframes resize {
  0% {
    width: 60px;
  }
  50% {
    width: 86px;
  }
  100% {
    width: 60px;
  }
}

@keyframes resize {
  0% {
    width: 60px;
  }
  50% {
    width: 86px;
  }
  100% {
    width: 60px;
  }
}

@media screen and (max-width: 1024px) {
  .header,
  .buttonHeader,
  .landingPage,
  .aboutMePage,
  .showcasePage,
  .dark {
    display: none;
  }
  #mobile {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/*# sourceMappingURL=smallscreens.css.map */