@font-face {
  font-family: "Gotham-Medium";
  src: url("../fonts/Gotham-Medium.otf");
}
@font-face {
  font-family: "Gotham_Book";
  src: url("../fonts/Gotham_Book.ttf") format("truetype");
}
@font-face {
  font-family: "Gotham_Ultra";
  src: url("../fonts/Gotham_Ultra.ttf") format("truetype");
}
.error {
  position: relative;
  animation: shake 0.1s linear;
  animation-iteration-count: 3;
  border-bottom: 1.5px solid red !important;
}

.lock {
  overflow-y: hidden !important;
}

.wrapper {
  scrollbar-width: none;
}

::-webkit-scrollbar {
  width: 0px !important;
  background: transparent;
}

@keyframes game_icon_txt_anim {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, 0, 0);
  }
  65% {
    transform: translate3d(0, 55%, 0);
  }
  100% {
    transform: translate3d(0, 55%, 0);
  }
}
@keyframes game_icon_anim {
  0% {
    transform: rotate(-45deg) translate3d(40%, -30%, 0);
    transform-origin: 50% 67%;
  }
  13% {
    transform: rotate(-45deg) translate3d(0, 0, 0);
    transform-origin: 50% 67%;
  }
  25% {
    transform: rotate(0deg);
    transform-origin: 50% 67%;
  }
  40% {
    transform: rotate(0deg);
    transform-origin: 50% 67%;
  }
  50% {
    transform: rotate(45deg);
    transform-origin: 50% 67%;
  }
  65% {
    transform: rotate(45deg) translate3d(40%, 30%, 0);
    transform-origin: 50% 67%;
  }
  100% {
    transform: rotate(45deg) translate3d(40%, 30%, 0);
    transform-origin: 50% 67%;
  }
}
@keyframes platform-stack-animation1 {
  0% {
    transform: translate3d(0, 15%, 0);
  }
  15% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes platform-stack-animation2 {
  0% {
    transform: translate3d(0, 30%, 0);
  }
  15% {
    transform: translate3d(0, 15%, 0);
  }
  30% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes share-animation1 {
  0% {
    transform: translate3d(-12%, 12%, 0);
  }
  20% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes share-animation2 {
  0% {
    opacity: 0;
    transform: translate3d(-24%, 24%, 0);
  }
  20% {
    opacity: 0;
    transform: translate3d(-12%, 12%, 0);
  }
  40% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes analytics-animation {
  0% {
    transform: translate3d(-10.5%, 10.5%, 0);
  }
  20% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}
@keyframes no-allow-animation-cirlce {
  0% {
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    transform-box: fill-box;
    transform-origin: center;
  }
  10% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
    transform-box: fill-box;
    transform-origin: center;
  }
}
@keyframes rotate360 {
  from {
    transform: translate3d(-50%, -50%, 0) rotate(0);
  }
  to {
    transform: translate3d(-50%, -50%, 0) rotate(360deg);
  }
}
@keyframes interactive-pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  25% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.01);
    opacity: 0.75;
  }
}
@keyframes mobile-animation1 {
  0% {
    transform: translate3d(20%, -60%, 0) scale3d(1.5, 1.5, 1.5);
  }
  25% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}
@keyframes mobile-animation2 {
  0% {
    opacity: 0;
    transform: translate3d(-4%, -7%, 0) scale3d(0.5, 0.5, 0.5);
    transform-origin: bottom left;
  }
  15% {
    opacity: 0;
    transform: translate3d(-4%, -7%, 0) scale3d(0.5, 0.5, 0.5);
    transform-origin: bottom left;
  }
  40% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform-origin: bottom left;
  }
}
@keyframes native-hint-small {
  0% {
    transform: translate3d(20%, -16%, 0);
  }
  25% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes native-hint-big {
  0% {
    transform: scale3d(0.6848, 0.7269, 1) translate3d(-4%, 50%, 0);
  }
  25% {
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  }
}
@keyframes native-hint-opacity {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
}
@keyframes shake {
  0% {
    transform: translate3d(-5%, 0, 0);
  }
  100% {
    transform: translate3d(5%, 0, 0);
  }
}
@keyframes promote-animation {
  0% {
    transform: translate3d(25%, -25%, 0);
  }
  25% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes easy-post-animation-line1 {
  0% {
    transform: scale3d(0, 1, 1);
    transform-origin: 25% 0;
  }
  10% {
    transform: scale3d(1, 1, 1);
    transform-origin: 25% 0;
  }
}
@keyframes easy-post-animation-line2 {
  0% {
    transform: scale3d(0, 1, 1);
    transform-origin: 25% 0;
  }
  15% {
    transform: scale3d(0, 1, 1);
    transform-origin: 25% 0;
  }
  25% {
    transform: scale3d(1, 1, 1);
    transform-origin: 25% 0;
  }
}
@keyframes easy-post-animation-line3 {
  0% {
    transform: scale3d(0, 1, 1);
    transform-origin: 25% 0;
  }
  30% {
    transform: scale3d(0, 1, 1);
    transform-origin: 25% 0;
  }
  40% {
    transform: scale3d(1, 1, 1);
    transform-origin: 25% 0;
  }
}
@keyframes easy-post-animation-pencil {
  0% {
    transform: translate3d(-27%, -70%, 0);
  }
  /* 20% */
  10% {
    transform: translate3d(16%, -70%, 0);
  }
  /* 25 */
  15% {
    transform: translate3d(-27%, -55%, 0);
  }
  /* 45 */
  25% {
    transform: translate3d(16%, -55%, 0);
  }
  /* 50 */
  30% {
    transform: translate3d(-27%, -40%, 0);
  }
  /* 70 */
  40% {
    transform: translate3d(0%, -40%, 0);
  }
  /* 75 */
  45% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes loader-animation {
  0% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
  25% {
    transform: translate3d(-25%, 0, 0) scale3d(2, 1, 1);
  }
  50% {
    transform: translate3d(75%, 0, 0) scale3d(1, 1, 1);
  }
  75% {
    transform: translate3d(-25%, 0, 0) scale3d(2, 1, 1);
  }
  100% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}
* {
  margin: 0;
  padding: 0;
  /* overflow-x: hidden; */
}

body {
  overflow: hidden;
}

/* html,
body {
    height: 100%;
    margin: 0;
    overflow: hidden;
} */
/* .parallax {
    background-size: cover;
    box-sizing: border-box;
    width: 100%;
    height: 130vh;

    margin-bottom: -130vh;
} */
.parallax-container {
  position: absolute;
  width: 100%;
}
.parallax-container .parallax {
  content: " ";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateZ(-1px) scale(2.1);
  z-index: 0;
  width: 100%;
  overflow: hidden;
  height: 60vh;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  .parallax-container .parallax {
    height: 90%;
    margin-top: 15vw;
    transform: translateZ(-1px) scale(2.5);
  }
}
@media (max-width: 1024px) and (min-aspect-ratio: 13/10) {
  .parallax-container .parallax {
    margin-top: 75px;
  }
}
.parallax-container .parallax img {
  position: relative;
  width: 100%;
}

.page-viewport {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  -webkit-overflow-scrolling: touch;
  /* -webkit-overflow-scrolling: touch; */
}

.wrapper {
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  perspective: 1px;
  -webkit-overflow-scrolling: touch;
}

#service-1 {
  overflow-x: hidden;
}

.nav-left {
  transform: scale3d(-1, 1, 1);
}

.owl-stage {
  display: flex;
}

.owl-nav {
  display: block !important;
  position: absolute;
  top: -64px;
  right: 0;
  font-size: 50px;
  padding: 0 5px;
  color: #f62323;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  .owl-nav {
    font-size: 65px;
    top: -80px;
  }
}
.owl-nav > button {
  outline: none !important;
  margin-left: 10px;
  width: 2vw;
}
.owl-nav > button > div, .owl-nav > button > div > img {
  width: 100%;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  .owl-nav > button {
    width: 5vw;
  }
}

.f_h {
  height: 100vh;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  .f_h {
    height: auto;
  }
}

.align-margin-bottom {
  margin-bottom: 0px !important;
}

.topInIndex {
  position: relative;
  z-index: 1;
}

.moveToOrigin {
  opacity: 1;
  transform: translateX(0%) !important;
}

.moveRight100 {
  transform: translateX(100%);
}

#page-loader.disabled {
  transform: translateY(-100%);
}
#page-loader.disabled .loader-logo img {
  transform: translate(-50%, -200%);
}
#page-loader .loader-logo {
  width: 100%;
  height: 100%;
}
#page-loader .loader-logo img {
  width: 10%;
  min-width: 100px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s;
  position: absolute;
}
#page-loader #loader-logo2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
#page-loader #loader-logo2 svg {
  width: 5vw;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  #page-loader #loader-logo2 svg {
    width: 10vw;
  }
}
#page-loader #loader-logo2.active svg rect {
  animation-name: loader-animation;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
#page-loader .loader-bar {
  position: absolute;
  top: 0;
  width: 100%;
}
#page-loader .loader-bar > div {
  position: absolute;
  top: 0;
}
#page-loader .loader-bar #total {
  height: 3px;
  width: 100%;
  background-color: #4c4c4c;
}
#page-loader .loader-bar #progress {
  height: 3px;
  width: 100%;
  background-color: #f62323;
  transform: translate3d(-100%, 0, 0);
  transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.25s;
}

.app-container {
  width: calc(100% - 100px);
  margin: auto;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  .app-container {
    width: calc(100% - 50px);
  }
}

.app-container.thirty-per {
  margin-left: 30%;
  position: relative;
}

.app-container.eighteen-half-per {
  margin-left: 18.5%;
  position: relative;
}

.app-container.fifteen-per {
  margin-left: 15%;
  position: relative;
}

.app-container.twelve-per {
  position: relative;
  margin-left: 12%;
  /* 12.025%; */
}

.app-container.twelve-quart-per {
  position: relative;
  margin-left: 11.1%;
  /* 12.025%; */
}

.app-container.twenty-one-half-per {
  position: relative;
  margin-left: 21.5%;
}

.app-container.twenty-four-per {
  position: relative;
  margin-left: 24%;
  /* 12.025%; */
}

.app-container.app-container.twenty-four-per-right {
  position: relative;
  margin-right: 24%;
}

.app-container.thirty-half-per {
  position: relative;
  margin-left: 34.5%;
}

@media (max-width: 1024px) {
  #landing-sec,
  #landing-sec #landing-banner,
  #landing-sec .landing-content,
  .landing-info,
  #service-1 {
    height: calc(100vh - 60px - 25px) !important;
  }
}

/* ::-webkit-scrollbar {
    display: none;
    width: 0 !important;
    background-color: transparent;
}

::-moz-scrollbar {
    display: none;
    width: 0 !important;
    background-color: transparent;
} */
.error {
  position: relative;
  animation: shake 0.1s linear;
  animation-iteration-count: 3;
  border-bottom: 1.5px solid red !important;
}

.lock {
  overflow-y: hidden !important;
}

.wrapper {
  scrollbar-width: none;
}

::-webkit-scrollbar {
  width: 0px !important;
  background: transparent;
}

@keyframes game_icon_txt_anim {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, 0, 0);
  }
  65% {
    transform: translate3d(0, 55%, 0);
  }
  100% {
    transform: translate3d(0, 55%, 0);
  }
}
@keyframes game_icon_anim {
  0% {
    transform: rotate(-45deg) translate3d(40%, -30%, 0);
    transform-origin: 50% 67%;
  }
  13% {
    transform: rotate(-45deg) translate3d(0, 0, 0);
    transform-origin: 50% 67%;
  }
  25% {
    transform: rotate(0deg);
    transform-origin: 50% 67%;
  }
  40% {
    transform: rotate(0deg);
    transform-origin: 50% 67%;
  }
  50% {
    transform: rotate(45deg);
    transform-origin: 50% 67%;
  }
  65% {
    transform: rotate(45deg) translate3d(40%, 30%, 0);
    transform-origin: 50% 67%;
  }
  100% {
    transform: rotate(45deg) translate3d(40%, 30%, 0);
    transform-origin: 50% 67%;
  }
}
@keyframes platform-stack-animation1 {
  0% {
    transform: translate3d(0, 15%, 0);
  }
  15% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes platform-stack-animation2 {
  0% {
    transform: translate3d(0, 30%, 0);
  }
  15% {
    transform: translate3d(0, 15%, 0);
  }
  30% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes share-animation1 {
  0% {
    transform: translate3d(-12%, 12%, 0);
  }
  20% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes share-animation2 {
  0% {
    opacity: 0;
    transform: translate3d(-24%, 24%, 0);
  }
  20% {
    opacity: 0;
    transform: translate3d(-12%, 12%, 0);
  }
  40% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes analytics-animation {
  0% {
    transform: translate3d(-10.5%, 10.5%, 0);
  }
  20% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}
@keyframes no-allow-animation-cirlce {
  0% {
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    transform-box: fill-box;
    transform-origin: center;
  }
  10% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
    transform-box: fill-box;
    transform-origin: center;
  }
}
@keyframes rotate360 {
  from {
    transform: translate3d(-50%, -50%, 0) rotate(0);
  }
  to {
    transform: translate3d(-50%, -50%, 0) rotate(360deg);
  }
}
@keyframes interactive-pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  25% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.01);
    opacity: 0.75;
  }
}
@keyframes mobile-animation1 {
  0% {
    transform: translate3d(20%, -60%, 0) scale3d(1.5, 1.5, 1.5);
  }
  25% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}
@keyframes mobile-animation2 {
  0% {
    opacity: 0;
    transform: translate3d(-4%, -7%, 0) scale3d(0.5, 0.5, 0.5);
    transform-origin: bottom left;
  }
  15% {
    opacity: 0;
    transform: translate3d(-4%, -7%, 0) scale3d(0.5, 0.5, 0.5);
    transform-origin: bottom left;
  }
  40% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform-origin: bottom left;
  }
}
@keyframes native-hint-small {
  0% {
    transform: translate3d(20%, -16%, 0);
  }
  25% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes native-hint-big {
  0% {
    transform: scale3d(0.6848, 0.7269, 1) translate3d(-4%, 50%, 0);
  }
  25% {
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  }
}
@keyframes native-hint-opacity {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
}
@keyframes shake {
  0% {
    transform: translate3d(-5%, 0, 0);
  }
  100% {
    transform: translate3d(5%, 0, 0);
  }
}
@keyframes promote-animation {
  0% {
    transform: translate3d(25%, -25%, 0);
  }
  25% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes easy-post-animation-line1 {
  0% {
    transform: scale3d(0, 1, 1);
    transform-origin: 25% 0;
  }
  10% {
    transform: scale3d(1, 1, 1);
    transform-origin: 25% 0;
  }
}
@keyframes easy-post-animation-line2 {
  0% {
    transform: scale3d(0, 1, 1);
    transform-origin: 25% 0;
  }
  15% {
    transform: scale3d(0, 1, 1);
    transform-origin: 25% 0;
  }
  25% {
    transform: scale3d(1, 1, 1);
    transform-origin: 25% 0;
  }
}
@keyframes easy-post-animation-line3 {
  0% {
    transform: scale3d(0, 1, 1);
    transform-origin: 25% 0;
  }
  30% {
    transform: scale3d(0, 1, 1);
    transform-origin: 25% 0;
  }
  40% {
    transform: scale3d(1, 1, 1);
    transform-origin: 25% 0;
  }
}
@keyframes easy-post-animation-pencil {
  0% {
    transform: translate3d(-27%, -70%, 0);
  }
  /* 20% */
  10% {
    transform: translate3d(16%, -70%, 0);
  }
  /* 25 */
  15% {
    transform: translate3d(-27%, -55%, 0);
  }
  /* 45 */
  25% {
    transform: translate3d(16%, -55%, 0);
  }
  /* 50 */
  30% {
    transform: translate3d(-27%, -40%, 0);
  }
  /* 70 */
  40% {
    transform: translate3d(0%, -40%, 0);
  }
  /* 75 */
  45% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes loader-animation {
  0% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
  25% {
    transform: translate3d(-25%, 0, 0) scale3d(2, 1, 1);
  }
  50% {
    transform: translate3d(75%, 0, 0) scale3d(1, 1, 1);
  }
  75% {
    transform: translate3d(-25%, 0, 0) scale3d(2, 1, 1);
  }
  100% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}
* {
  margin: 0;
  padding: 0;
  /* overflow-x: hidden; */
}

body {
  overflow: hidden;
}

/* html,
body {
    height: 100%;
    margin: 0;
    overflow: hidden;
} */
/* .parallax {
    background-size: cover;
    box-sizing: border-box;
    width: 100%;
    height: 130vh;

    margin-bottom: -130vh;
} */
.parallax-container {
  position: absolute;
  width: 100%;
}
.parallax-container .parallax {
  content: " ";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateZ(-1px) scale(2.1);
  z-index: 0;
  width: 100%;
  overflow: hidden;
  height: 60vh;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  .parallax-container .parallax {
    height: 90%;
    margin-top: 15vw;
    transform: translateZ(-1px) scale(2.5);
  }
}
@media (max-width: 1024px) and (min-aspect-ratio: 13/10) {
  .parallax-container .parallax {
    margin-top: 75px;
  }
}
.parallax-container .parallax img {
  position: relative;
  width: 100%;
}

.page-viewport {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  -webkit-overflow-scrolling: touch;
  /* -webkit-overflow-scrolling: touch; */
}

.wrapper {
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  perspective: 1px;
  -webkit-overflow-scrolling: touch;
}

#service-1 {
  overflow-x: hidden;
}

.nav-left {
  transform: scale3d(-1, 1, 1);
}

.owl-stage {
  display: flex;
}

.owl-nav {
  display: block !important;
  position: absolute;
  top: -64px;
  right: 0;
  font-size: 50px;
  padding: 0 5px;
  color: #f62323;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  .owl-nav {
    font-size: 65px;
    top: -80px;
  }
}
.owl-nav > button {
  outline: none !important;
  margin-left: 10px;
  width: 2vw;
}
.owl-nav > button > div, .owl-nav > button > div > img {
  width: 100%;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  .owl-nav > button {
    width: 5vw;
  }
}

.f_h {
  height: 100vh;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  .f_h {
    height: auto;
  }
}

.align-margin-bottom {
  margin-bottom: 0px !important;
}

.topInIndex {
  position: relative;
  z-index: 1;
}

.moveToOrigin {
  opacity: 1;
  transform: translateX(0%) !important;
}

.moveRight100 {
  transform: translateX(100%);
}

#page-loader.disabled {
  transform: translateY(-100%);
}
#page-loader.disabled .loader-logo img {
  transform: translate(-50%, -200%);
}
#page-loader .loader-logo {
  width: 100%;
  height: 100%;
}
#page-loader .loader-logo img {
  width: 10%;
  min-width: 100px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s;
  position: absolute;
}
#page-loader #loader-logo2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
#page-loader #loader-logo2 svg {
  width: 5vw;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  #page-loader #loader-logo2 svg {
    width: 10vw;
  }
}
#page-loader #loader-logo2.active svg rect {
  animation-name: loader-animation;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
#page-loader .loader-bar {
  position: absolute;
  top: 0;
  width: 100%;
}
#page-loader .loader-bar > div {
  position: absolute;
  top: 0;
}
#page-loader .loader-bar #total {
  height: 3px;
  width: 100%;
  background-color: #4c4c4c;
}
#page-loader .loader-bar #progress {
  height: 3px;
  width: 100%;
  background-color: #f62323;
  transform: translate3d(-100%, 0, 0);
  transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.25s;
}

.app-container {
  width: calc(100% - 100px);
  margin: auto;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  .app-container {
    width: calc(100% - 50px);
  }
}

.app-container.thirty-per {
  margin-left: 30%;
  position: relative;
}

.app-container.eighteen-half-per {
  margin-left: 18.5%;
  position: relative;
}

.app-container.fifteen-per {
  margin-left: 15%;
  position: relative;
}

.app-container.twelve-per {
  position: relative;
  margin-left: 12%;
  /* 12.025%; */
}

.app-container.twelve-quart-per {
  position: relative;
  margin-left: 11.1%;
  /* 12.025%; */
}

.app-container.twenty-one-half-per {
  position: relative;
  margin-left: 21.5%;
}

.app-container.twenty-four-per {
  position: relative;
  margin-left: 24%;
  /* 12.025%; */
}

.app-container.app-container.twenty-four-per-right {
  position: relative;
  margin-right: 24%;
}

.app-container.thirty-half-per {
  position: relative;
  margin-left: 34.5%;
}

@media (max-width: 1024px) {
  #landing-sec,
  #landing-sec #landing-banner,
  #landing-sec .landing-content,
  .landing-info,
  #service-1 {
    height: calc(100vh - 60px - 25px) !important;
  }
}

/* ::-webkit-scrollbar {
    display: none;
    width: 0 !important;
    background-color: transparent;
}

::-moz-scrollbar {
    display: none;
    width: 0 !important;
    background-color: transparent;
} */
header#app-menu {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  background-color: #fff;
  box-shadow: 1px 3px 5px rgba(142, 142, 142, 0.12);
}
header#app-menu #header-sec {
  position: relative;
  width: 100%;
  height: 100px;
  z-index: 1000;
  background-color: #ffffff;
  transition: height linear 0.25s;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  header#app-menu #header-sec {
    height: 90px;
  }
}
header#app-menu #header-sec.minimal {
  height: 80px;
}
header#app-menu #header-sec #brand {
  float: left;
  height: 100%;
  position: relative;
}
header#app-menu #header-sec #brand img {
  height: 70%;
  width: auto;
  position: relative;
  top: 15%;
}
header#app-menu #header-sec #nav-trigger {
  transform: translateY(-50%);
  float: right;
  top: 50%;
  position: relative;
  padding: 15px 0px 15px 0px;
  cursor: pointer;
}
header#app-menu #header-sec #nav-trigger.active .trigger-left {
  transform: rotate(45deg);
}
header#app-menu #header-sec #nav-trigger.active .trigger-right {
  transform: rotate(-45deg);
}
header#app-menu #header-sec #nav-trigger.active div {
  margin-bottom: -4px !important;
  width: 30px;
}
header#app-menu #header-sec #nav-trigger:hover .trigger-right {
  width: 30px;
}
header#app-menu #header-sec #nav-trigger > div {
  margin-bottom: 6px;
  transition: all linear 0.15s;
}
header#app-menu #header-sec #nav-trigger .trigger-left {
  width: 30px;
  height: 4px;
  background: #000000;
}
header#app-menu #header-sec #nav-trigger .trigger-right {
  width: 20px;
  height: 3.65px;
  background: #000000;
}
header#app-menu #nav-sec {
  position: fixed;
  z-index: 999;
  left: 0px;
  top: 100px;
  overflow-y: auto;
  width: 100%;
  height: calc(100% - 90px);
  transform: translate3d(0, -100%, 0) matrix(1, 0, 0, 1, 0, 0);
  background-color: rgb(255, 255, 255);
  transition: transform cubic-bezier(0.72, 0, 0.28, 1), height linear, top linear;
  transition-duration: 0.75s, 0.25s, 0.25s;
  transition-delay: 0.5s, 0s, 0s;
  overflow: hidden;
  overflow-y: auto;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  header#app-menu #nav-sec {
    top: 90px;
  }
}
header#app-menu #nav-sec a {
  display: inline-block;
}
header#app-menu #nav-sec.minimal {
  top: 80px;
  height: calc(100% - 80px);
}
header#app-menu #nav-sec.active {
  transform: translate3d(0, 0, 0) matrix(1, 0, 0, 1, 0, 0);
  transition-delay: 0s, 0s, 0s;
}
header#app-menu #nav-sec nav .menu-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 100px);
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  header#app-menu #nav-sec nav .menu-flex {
    height: calc(100vh - 100px - 10vw);
  }
}
header#app-menu #nav-sec nav .menu-flex .menu-flex-horizontal {
  display: flex;
  width: 100%;
  margin: auto;
  justify-content: center;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  header#app-menu #nav-sec nav .menu-flex .menu-flex-horizontal {
    width: 95%;
    flex-wrap: wrap;
    top: -1vw;
    position: relative;
  }
}
header#app-menu #nav-sec nav .menu-flex .menu-flex-horizontal > li {
  margin-left: 3.5%;
  margin-right: 3.5%;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  header#app-menu #nav-sec nav .menu-flex .menu-flex-horizontal > li {
    width: 40%;
  }
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  header#app-menu #nav-sec nav .menu-flex .menu-flex-horizontal > li:nth-child(3) {
    position: relative;
    top: -20vw;
  }
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  header#app-menu #nav-sec nav .menu-flex .menu-flex-horizontal > li:nth-child(4) > ul > * {
    display: none;
  }
}
header#app-menu #nav-sec nav .menu-flex .menu-item {
  margin-bottom: 2vw;
  /* 1.5rem; */
  font-size: 1.25vw;
  font-family: "Gotham-Medium";
  overflow: hidden;
}
@media (min-width: 1700px) {
  header#app-menu #nav-sec nav .menu-flex .menu-item {
    margin-bottom: 35px;
    font-size: 20px;
  }
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  header#app-menu #nav-sec nav .menu-flex .menu-item {
    font-size: 3vw;
    margin-bottom: 3.5vw;
  }
}
header#app-menu #nav-sec nav .menu-flex .menu-item:hover a {
  color: #f62323;
  transition: color ease-out 0.15s, transform cubic-bezier(0.72, 0, 0.28, 1);
}
header#app-menu #nav-sec nav .menu-flex .menu-item > * {
  position: relative;
  transform: translate(0, -100%);
  opacity: 1;
  transition: transform cubic-bezier(0.72, 0, 0.28, 1), opacity linear;
  transition-delay: 0s, 0s;
  transition-duration: 0.1s, 0.1s;
  transition-delay: 0s;
  transition-duration: 1s;
}
header#app-menu #nav-sec nav .menu-flex .menu-item.active > * {
  transform: translate(0, 0);
  opacity: 1;
  transition-delay: 0.55s, 0s;
}
header#app-menu #nav-sec nav .menu-flex .menu-item-2 {
  margin-bottom: 3vw;
  /* 2.7rem; */
  font-size: 1vw;
  /* .8rem; */
  overflow: hidden;
  font-family: "Gotham-Medium";
}
@media (min-width: 1700px) {
  header#app-menu #nav-sec nav .menu-flex .menu-item-2 {
    margin-bottom: 54px;
    font-size: 18px;
  }
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  header#app-menu #nav-sec nav .menu-flex .menu-item-2 {
    font-size: 3.4vw;
  }
}
header#app-menu #nav-sec nav .menu-flex .menu-item-2:hover a {
  color: #f62323;
  transition: color ease-out 0.15s, transform cubic-bezier(0.72, 0, 0.28, 1);
}
header#app-menu #nav-sec nav .menu-flex .menu-item-2 > * {
  position: relative;
  transform: translate(0, -100%);
  opacity: 1;
  transition: transform cubic-bezier(0.72, 0, 0.28, 1), opacity linear;
  transition-delay: 0s, 0s;
  transition-duration: 0.1s, 0.1s;
  transition-delay: 0s;
  transition-duration: 1s;
}
header#app-menu #nav-sec nav .menu-flex .menu-item-2.active > * {
  transform: translate(0, 0);
  opacity: 1;
  transition-delay: 0.55s, 0s;
}
header#app-menu #nav-sec nav .social-icons {
  display: none;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  header#app-menu #nav-sec nav .social-icons {
    display: block;
  }
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  header#app-menu #nav-sec nav .social-icons > ul {
    display: flex;
    float: right;
    right: 25px;
    position: relative;
    bottom: 60px;
  }
}
header#app-menu #nav-sec nav .social-icons > ul li {
  overflow: hidden;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  header#app-menu #nav-sec nav .social-icons > ul li {
    margin-left: 5vw;
  }
}
header#app-menu #nav-sec nav .social-icons > ul li > a {
  transform: translateX(-110%);
  transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s;
  transition-delay: 0s;
}
header#app-menu #nav-sec nav .social-icons > ul li.active > * {
  transition-delay: 1s;
  transform: translate(0, 0);
  opacity: 1;
}
header#app-menu #nav-sec nav .contact-sec, header#app-menu #nav-sec nav .paper-sec {
  margin-top: 6vh;
  font-family: "Gotham_Ultra" !important;
}
@media (min-width: 1700px) {
  header#app-menu #nav-sec nav .contact-sec, header#app-menu #nav-sec nav .paper-sec {
    margin-top: 80px;
  }
}
header#app-menu #nav-sec nav .contact-sec .nav-menu-head:hover a, header#app-menu #nav-sec nav .paper-sec .nav-menu-head:hover a {
  color: #f62323;
  transition: color ease-out 0.15s, transform cubic-bezier(0.72, 0, 0.28, 1);
}
header#app-menu #nav-sec nav .contact-sec .nav-menu-head > *, header#app-menu #nav-sec nav .paper-sec .nav-menu-head > * {
  position: relative;
  transform: translate(0, -100%);
  opacity: 1;
  transition: transform cubic-bezier(0.72, 0, 0.28, 1), opacity linear;
  transition-delay: 0s, 0s;
  transition-duration: 0.1s, 0.1s;
  transition-delay: 0.2s;
  transition-duration: 1s;
}
header#app-menu #nav-sec nav .contact-sec .nav-menu-head.active > *, header#app-menu #nav-sec nav .paper-sec .nav-menu-head.active > * {
  transform: translate(0, 0);
  opacity: 1;
  transition-delay: 0.35s, 0s;
}
header#app-menu #nav-sec nav li {
  list-style: none;
}
header#app-menu #nav-sec nav li .nav-menu-head {
  font-family: "Gotham_Ultra", "Helvetica";
  margin-bottom: 3vw;
  /* 2.5rem; */
  font-size: 1.25vw;
  color: #000000;
  overflow: hidden;
}
@media (min-width: 1700px) {
  header#app-menu #nav-sec nav li .nav-menu-head {
    font-size: 22px;
    margin-bottom: 48px;
  }
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  header#app-menu #nav-sec nav li .nav-menu-head {
    font-size: 3.4vw;
  }
}
header#app-menu #nav-sec nav li .nav-menu-head > * {
  position: relative;
  transform: translate(0, -100%);
  opacity: 1;
  transition: transform cubic-bezier(0.72, 0, 0.28, 1), opacity linear;
  transition-delay: 0s, 0s;
  transition-duration: 0.1s, 0.1s;
  transition-delay: 0.2s;
  transition-duration: 1s;
}
header#app-menu #nav-sec nav li .nav-menu-head.active > * {
  transform: translate(0, 0);
  opacity: 1;
  transition-delay: 0.35s, 0s;
}
header#app-menu #nav-sec nav li a {
  text-decoration: none;
  color: #000000;
}
header#app-menu #nav-sec.minimal nav .menu-flex {
  height: calc(100vh - 80px);
}

.error {
  position: relative;
  animation: shake 0.1s linear;
  animation-iteration-count: 3;
  border-bottom: 1.5px solid red !important;
}

.lock {
  overflow-y: hidden !important;
}

.wrapper {
  scrollbar-width: none;
}

::-webkit-scrollbar {
  width: 0px !important;
  background: transparent;
}

@keyframes game_icon_txt_anim {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, 0, 0);
  }
  65% {
    transform: translate3d(0, 55%, 0);
  }
  100% {
    transform: translate3d(0, 55%, 0);
  }
}
@keyframes game_icon_anim {
  0% {
    transform: rotate(-45deg) translate3d(40%, -30%, 0);
    transform-origin: 50% 67%;
  }
  13% {
    transform: rotate(-45deg) translate3d(0, 0, 0);
    transform-origin: 50% 67%;
  }
  25% {
    transform: rotate(0deg);
    transform-origin: 50% 67%;
  }
  40% {
    transform: rotate(0deg);
    transform-origin: 50% 67%;
  }
  50% {
    transform: rotate(45deg);
    transform-origin: 50% 67%;
  }
  65% {
    transform: rotate(45deg) translate3d(40%, 30%, 0);
    transform-origin: 50% 67%;
  }
  100% {
    transform: rotate(45deg) translate3d(40%, 30%, 0);
    transform-origin: 50% 67%;
  }
}
@keyframes platform-stack-animation1 {
  0% {
    transform: translate3d(0, 15%, 0);
  }
  15% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes platform-stack-animation2 {
  0% {
    transform: translate3d(0, 30%, 0);
  }
  15% {
    transform: translate3d(0, 15%, 0);
  }
  30% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes share-animation1 {
  0% {
    transform: translate3d(-12%, 12%, 0);
  }
  20% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes share-animation2 {
  0% {
    opacity: 0;
    transform: translate3d(-24%, 24%, 0);
  }
  20% {
    opacity: 0;
    transform: translate3d(-12%, 12%, 0);
  }
  40% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes analytics-animation {
  0% {
    transform: translate3d(-10.5%, 10.5%, 0);
  }
  20% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}
@keyframes no-allow-animation-cirlce {
  0% {
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    transform-box: fill-box;
    transform-origin: center;
  }
  10% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
    transform-box: fill-box;
    transform-origin: center;
  }
}
@keyframes rotate360 {
  from {
    transform: translate3d(-50%, -50%, 0) rotate(0);
  }
  to {
    transform: translate3d(-50%, -50%, 0) rotate(360deg);
  }
}
@keyframes interactive-pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  25% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.01);
    opacity: 0.75;
  }
}
@keyframes mobile-animation1 {
  0% {
    transform: translate3d(20%, -60%, 0) scale3d(1.5, 1.5, 1.5);
  }
  25% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}
@keyframes mobile-animation2 {
  0% {
    opacity: 0;
    transform: translate3d(-4%, -7%, 0) scale3d(0.5, 0.5, 0.5);
    transform-origin: bottom left;
  }
  15% {
    opacity: 0;
    transform: translate3d(-4%, -7%, 0) scale3d(0.5, 0.5, 0.5);
    transform-origin: bottom left;
  }
  40% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform-origin: bottom left;
  }
}
@keyframes native-hint-small {
  0% {
    transform: translate3d(20%, -16%, 0);
  }
  25% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes native-hint-big {
  0% {
    transform: scale3d(0.6848, 0.7269, 1) translate3d(-4%, 50%, 0);
  }
  25% {
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  }
}
@keyframes native-hint-opacity {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
}
@keyframes shake {
  0% {
    transform: translate3d(-5%, 0, 0);
  }
  100% {
    transform: translate3d(5%, 0, 0);
  }
}
@keyframes promote-animation {
  0% {
    transform: translate3d(25%, -25%, 0);
  }
  25% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes easy-post-animation-line1 {
  0% {
    transform: scale3d(0, 1, 1);
    transform-origin: 25% 0;
  }
  10% {
    transform: scale3d(1, 1, 1);
    transform-origin: 25% 0;
  }
}
@keyframes easy-post-animation-line2 {
  0% {
    transform: scale3d(0, 1, 1);
    transform-origin: 25% 0;
  }
  15% {
    transform: scale3d(0, 1, 1);
    transform-origin: 25% 0;
  }
  25% {
    transform: scale3d(1, 1, 1);
    transform-origin: 25% 0;
  }
}
@keyframes easy-post-animation-line3 {
  0% {
    transform: scale3d(0, 1, 1);
    transform-origin: 25% 0;
  }
  30% {
    transform: scale3d(0, 1, 1);
    transform-origin: 25% 0;
  }
  40% {
    transform: scale3d(1, 1, 1);
    transform-origin: 25% 0;
  }
}
@keyframes easy-post-animation-pencil {
  0% {
    transform: translate3d(-27%, -70%, 0);
  }
  /* 20% */
  10% {
    transform: translate3d(16%, -70%, 0);
  }
  /* 25 */
  15% {
    transform: translate3d(-27%, -55%, 0);
  }
  /* 45 */
  25% {
    transform: translate3d(16%, -55%, 0);
  }
  /* 50 */
  30% {
    transform: translate3d(-27%, -40%, 0);
  }
  /* 70 */
  40% {
    transform: translate3d(0%, -40%, 0);
  }
  /* 75 */
  45% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes loader-animation {
  0% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
  25% {
    transform: translate3d(-25%, 0, 0) scale3d(2, 1, 1);
  }
  50% {
    transform: translate3d(75%, 0, 0) scale3d(1, 1, 1);
  }
  75% {
    transform: translate3d(-25%, 0, 0) scale3d(2, 1, 1);
  }
  100% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}
* {
  margin: 0;
  padding: 0;
  /* overflow-x: hidden; */
}

body {
  overflow: hidden;
}

/* html,
body {
    height: 100%;
    margin: 0;
    overflow: hidden;
} */
/* .parallax {
    background-size: cover;
    box-sizing: border-box;
    width: 100%;
    height: 130vh;

    margin-bottom: -130vh;
} */
.parallax-container {
  position: absolute;
  width: 100%;
}
.parallax-container .parallax {
  content: " ";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateZ(-1px) scale(2.1);
  z-index: 0;
  width: 100%;
  overflow: hidden;
  height: 60vh;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  .parallax-container .parallax {
    height: 90%;
    margin-top: 15vw;
    transform: translateZ(-1px) scale(2.5);
  }
}
@media (max-width: 1024px) and (min-aspect-ratio: 13/10) {
  .parallax-container .parallax {
    margin-top: 75px;
  }
}
.parallax-container .parallax img {
  position: relative;
  width: 100%;
}

.page-viewport {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  -webkit-overflow-scrolling: touch;
  /* -webkit-overflow-scrolling: touch; */
}

.wrapper {
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  perspective: 1px;
  -webkit-overflow-scrolling: touch;
}

#service-1 {
  overflow-x: hidden;
}

.nav-left {
  transform: scale3d(-1, 1, 1);
}

.owl-stage {
  display: flex;
}

.owl-nav {
  display: block !important;
  position: absolute;
  top: -64px;
  right: 0;
  font-size: 50px;
  padding: 0 5px;
  color: #f62323;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  .owl-nav {
    font-size: 65px;
    top: -80px;
  }
}
.owl-nav > button {
  outline: none !important;
  margin-left: 10px;
  width: 2vw;
}
.owl-nav > button > div, .owl-nav > button > div > img {
  width: 100%;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  .owl-nav > button {
    width: 5vw;
  }
}

.f_h {
  height: 100vh;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  .f_h {
    height: auto;
  }
}

.align-margin-bottom {
  margin-bottom: 0px !important;
}

.topInIndex {
  position: relative;
  z-index: 1;
}

.moveToOrigin {
  opacity: 1;
  transform: translateX(0%) !important;
}

.moveRight100 {
  transform: translateX(100%);
}

#page-loader.disabled {
  transform: translateY(-100%);
}
#page-loader.disabled .loader-logo img {
  transform: translate(-50%, -200%);
}
#page-loader .loader-logo {
  width: 100%;
  height: 100%;
}
#page-loader .loader-logo img {
  width: 10%;
  min-width: 100px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s;
  position: absolute;
}
#page-loader #loader-logo2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
#page-loader #loader-logo2 svg {
  width: 5vw;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  #page-loader #loader-logo2 svg {
    width: 10vw;
  }
}
#page-loader #loader-logo2.active svg rect {
  animation-name: loader-animation;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
#page-loader .loader-bar {
  position: absolute;
  top: 0;
  width: 100%;
}
#page-loader .loader-bar > div {
  position: absolute;
  top: 0;
}
#page-loader .loader-bar #total {
  height: 3px;
  width: 100%;
  background-color: #4c4c4c;
}
#page-loader .loader-bar #progress {
  height: 3px;
  width: 100%;
  background-color: #f62323;
  transform: translate3d(-100%, 0, 0);
  transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.25s;
}

.app-container {
  width: calc(100% - 100px);
  margin: auto;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  .app-container {
    width: calc(100% - 50px);
  }
}

.app-container.thirty-per {
  margin-left: 30%;
  position: relative;
}

.app-container.eighteen-half-per {
  margin-left: 18.5%;
  position: relative;
}

.app-container.fifteen-per {
  margin-left: 15%;
  position: relative;
}

.app-container.twelve-per {
  position: relative;
  margin-left: 12%;
  /* 12.025%; */
}

.app-container.twelve-quart-per {
  position: relative;
  margin-left: 11.1%;
  /* 12.025%; */
}

.app-container.twenty-one-half-per {
  position: relative;
  margin-left: 21.5%;
}

.app-container.twenty-four-per {
  position: relative;
  margin-left: 24%;
  /* 12.025%; */
}

.app-container.app-container.twenty-four-per-right {
  position: relative;
  margin-right: 24%;
}

.app-container.thirty-half-per {
  position: relative;
  margin-left: 34.5%;
}

@media (max-width: 1024px) {
  #landing-sec,
  #landing-sec #landing-banner,
  #landing-sec .landing-content,
  .landing-info,
  #service-1 {
    height: calc(100vh - 60px - 25px) !important;
  }
}

/* ::-webkit-scrollbar {
    display: none;
    width: 0 !important;
    background-color: transparent;
}

::-moz-scrollbar {
    display: none;
    width: 0 !important;
    background-color: transparent;
} */
footer#contact {
  background: #141414;
  position: relative;
  z-index: 998;
  padding: 80px 0 0px 0;
  overflow: hidden;
}
footer#contact .content {
  display: flex;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  footer#contact .content {
    flex-direction: column;
  }
}
footer#contact .content .sec1 {
  width: 55%;
  position: relative;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  footer#contact .content .sec1 .app-container {
    margin-left: 15%;
  }
}
footer#contact .content .sec1 > div {
  position: relative;
  height: 100%;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  footer#contact .content .sec1 {
    width: 100%;
  }
}
footer#contact .content .sec1 #mail-info-sec .mail-info-head, footer#contact .content .sec1 #registered-company .mail-info-head {
  font-family: "Gotham-Medium", "Helvetica";
}
footer#contact .content .sec1 #mail-info-sec .mail-info-id, footer#contact .content .sec1 #registered-company .mail-info-id {
  margin-top: 1vw;
  font-family: "Gotham_Book", "Helvetica";
}
@media (min-width: 1700px) {
  footer#contact .content .sec1 #mail-info-sec .mail-info-id, footer#contact .content .sec1 #registered-company .mail-info-id {
    margin-top: 20px;
  }
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  footer#contact .content .sec1 #mail-info-sec .mail-info-id, footer#contact .content .sec1 #registered-company .mail-info-id {
    margin-top: 3vw;
  }
}
footer#contact .content .sec1 #mail-info-sec .mail-info-id a, footer#contact .content .sec1 #registered-company .mail-info-id a {
  color: #fff !important;
  text-decoration: none;
}
footer#contact .content .sec1 #mail-info-sec .mail-info-id a:hover, footer#contact .content .sec1 #registered-company .mail-info-id a:hover {
  text-decoration: underline;
}
footer#contact .content .sec1 #mail-info-sec .mail-info-head,
footer#contact .content .sec1 #mail-info-sec .mail-info-id, footer#contact .content .sec1 #registered-company .mail-info-head,
footer#contact .content .sec1 #registered-company .mail-info-id {
  color: #fff;
  font-size: 2vw;
}
@media (min-width: 1700px) {
  footer#contact .content .sec1 #mail-info-sec .mail-info-head,
  footer#contact .content .sec1 #mail-info-sec .mail-info-id, footer#contact .content .sec1 #registered-company .mail-info-head,
  footer#contact .content .sec1 #registered-company .mail-info-id {
    font-size: 32px;
  }
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  footer#contact .content .sec1 #mail-info-sec .mail-info-head,
  footer#contact .content .sec1 #mail-info-sec .mail-info-id, footer#contact .content .sec1 #registered-company .mail-info-head,
  footer#contact .content .sec1 #registered-company .mail-info-id {
    font-size: 6vw;
  }
}
footer#contact .content .sec1 #registered-company {
  margin-top: 10%;
}
footer#contact .content .sec1 #registered-company .mail-info-id {
  font-size: 1.4vw;
  line-height: 2vw;
}
@media (min-width: 1700px) {
  footer#contact .content .sec1 #registered-company .mail-info-id {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  footer#contact .content .sec1 #registered-company .mail-info-id {
    font-size: 4vw;
    line-height: 6vw;
  }
}
footer#contact .content .sec1 #social-info-sec {
  position: absolute;
  bottom: 0;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  footer#contact .content .sec1 #social-info-sec {
    position: relative;
    margin-top: 6vw;
  }
}
footer#contact .content .sec1 #social-info-sec .social-icons ul {
  list-style: none;
}
footer#contact .content .sec1 #social-info-sec .social-icons ul li {
  display: inline-block;
  margin: 0 5vw 0 0;
}
@media (min-width: 1700px) {
  footer#contact .content .sec1 #social-info-sec .social-icons ul li {
    margin: 0 90px 0 0;
  }
}
footer#contact .content .sec1 #social-info-sec .social-icons ul li a img {
  width: 2vw;
}
@media (min-width: 1700px) {
  footer#contact .content .sec1 #social-info-sec .social-icons ul li a img {
    width: 30px;
  }
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  footer#contact .content .sec1 #social-info-sec .social-icons ul li a img {
    width: 4vw;
  }
}
footer#contact .content .sec2 {
  width: 40%;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  footer#contact .content .sec2 {
    width: 100%;
  }
}
footer#contact .content .sec2 .menu-flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  footer#contact .content .sec2 .menu-flex {
    justify-content: initial;
    margin-left: 15%;
    margin-top: 60px;
  }
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  footer#contact .content .sec2 .menu-flex ul.menu-flex-horizontal {
    width: 47%;
  }
}
footer#contact .content .sec2 .menu-flex ul.menu-flex-horizontal li {
  list-style: none;
}
footer#contact .content .sec2 .menu-flex ul.menu-flex-horizontal li.menu-item {
  margin: 0 3.5vw 2vw 3.5vw;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  footer#contact .content .sec2 .menu-flex ul.menu-flex-horizontal li.menu-item {
    margin: 0 3.5vw 2vw 0;
  }
}
footer#contact .content .sec2 .menu-flex ul.menu-flex-horizontal li.menu-item-2 {
  margin: 0 3.5vw 1.5vw 3.5vw;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  footer#contact .content .sec2 .menu-flex ul.menu-flex-horizontal li.menu-item-2 {
    margin: 0 3.5vw 1.5vw 0;
  }
}
@media (min-width: 1700px) {
  footer#contact .content .sec2 .menu-flex ul.menu-flex-horizontal li.menu-item {
    margin: 0 50px 32px 50px;
  }
  footer#contact .content .sec2 .menu-flex ul.menu-flex-horizontal li.menu-item-2 {
    margin: 0 50px 25px 50px;
  }
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  footer#contact .content .sec2 .menu-flex ul.menu-flex-horizontal li {
    margin: 0;
  }
}
footer#contact .content .sec2 .menu-flex ul.menu-flex-horizontal li a {
  color: #ffffff;
  font-family: "Gotham-Medium", "Helvetica";
  text-decoration: none;
  font-size: 1.1vw;
}
@media (min-width: 1700px) {
  footer#contact .content .sec2 .menu-flex ul.menu-flex-horizontal li a {
    font-size: 17px;
  }
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  footer#contact .content .sec2 .menu-flex ul.menu-flex-horizontal li a {
    font-size: 3vw;
    line-height: 6.5vw;
  }
}
footer#contact .content .sec2 .menu-flex ul.menu-flex-horizontal li.menu-item-2 a {
  font-family: "Gotham_Book", "Helvetica" !important;
}
footer#contact .content .sec2 .menu-flex ul.menu-flex-horizontal li .header {
  color: #ffffff;
  font-family: "Gotham-Medium", "Helvetica";
  text-decoration: none;
  font-size: 1.1vw;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  footer#contact .content .sec2 .menu-flex ul.menu-flex-horizontal li .header {
    font-size: 3vw;
  }
}
footer#contact div.footer-bottom {
  margin-top: 50px;
  background-color: #1a1a1a;
  padding: 2.5vw 0;
}
@media (min-width: 1700px) {
  footer#contact div.footer-bottom {
    padding: 45px 0;
  }
}
footer#contact div.footer-bottom > div.app-container {
  display: flex;
}
footer#contact div.footer-bottom > div.app-container div.privacy-policy {
  text-align: right;
}
footer#contact div.footer-bottom > div.app-container div.privacy-policy a {
  color: #ffffff;
  text-decoration: none;
}
footer#contact div.footer-bottom > div.app-container div.copyright,
footer#contact div.footer-bottom > div.app-container div.privacy-policy {
  color: #fff;
  font-family: "Gotham_Book";
  font-size: 0.8vw;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  footer#contact div.footer-bottom > div.app-container div.copyright,
  footer#contact div.footer-bottom > div.app-container div.privacy-policy {
    font-size: 2.4vw;
    line-height: 3vw;
  }
}
footer#contact div.footer-bottom > div.app-container div.copyright {
  width: 75%;
  margin-right: 5%;
}
footer#contact div.footer-bottom > div.app-container div.privacy-policy {
  width: 20%;
}

/* .icon1 svg {
    .vt {
        transform: scaleY(.07) translate3d(0, 0, 0);
        transform-origin: center center;
    }

    .ht_1 {
        transform: translate3d(0, -30%, 0);
    }

    .ht_2 {
        transform: translate3d(0, 30%, 0);
    }

    .wing1 {
        transform: translate3d(0, 41%, 0);
    }

    .wing2 {
        transform: translate3d(0, -41%, 0);
    }
}

.icon1.active svg {
    .vt {
        @include homepage-transition1(transform cubic-bezier(.41, .01, .46, 1.43) .5s 0.4s);
        transform: scaleY(1) translate3d(0, 0, 0);
    }

    .ht_1,
    .ht_2 {
        @include homepage-transition1(transform cubic-bezier(.41, .01, .46, 1.43) .5s 0.4s);
        transform: translate3d(0, 0, 0);
    }

    .wing1 {
        @include homepage-transition1(transform cubic-bezier(.41, .01, .46, 1.43) .6s 0.4s);
        transform: translate3d(0, 0, 0);
    }

    .wing2 {
        @include homepage-transition1(transform cubic-bezier(.41, .01, .46, 1.43) .6s 0.4s);
        transform: translate3d(0, 0, 0);
    }
} */
.icon1 svg .dottedCircle,
.icon1.clipSVG svg .dottedCircle {
  transform: rotate(0deg);
  transform-origin: center center;
}
.icon1 svg .planet-dotted,
.icon1.clipSVG svg .planet-dotted {
  opacity: 1;
}

.icon1.active svg .dottedCircle,
.icon1.clipSVG.active svg .dottedCircle {
  -moz-transition: transform ease-in-out 1.5s 0s;
  -webkit-transition: transform ease-in-out 1.5s 0s;
  -ms-transition: transform ease-in-out 1.5s 0s;
  -o-transition: transform ease-in-out 1.5s 0s;
  transition: transform ease-in-out 1.5s 0s;
  transform: rotate(-180deg);
}
.icon1.active svg .planet-dotted,
.icon1.clipSVG.active svg .planet-dotted {
  -moz-transition: opacity linear 1.1s 0.4s;
  -webkit-transition: opacity linear 1.1s 0.4s;
  -ms-transition: opacity linear 1.1s 0.4s;
  -o-transition: opacity linear 1.1s 0.4s;
  transition: opacity linear 1.1s 0.4s;
  opacity: 0;
}

.icon2 svg #arrow1Clip path {
  transform: translate3d(-100%, 0, 0);
}
.icon2 svg #arrow2Clip path {
  transform: translate3d(0, -100%, 0);
}
.icon2 svg #arrow3Clip path {
  transform: translate3d(-100%, 0, 0);
}
.icon2 svg #arrow4Clip path {
  transform: translate3d(30%, -30%, 0) rotate(45deg);
}
.icon2 svg .base,
.icon2 svg .block1,
.icon2 svg .block2,
.icon2 svg .block3 {
  transform: translate3d(0, 100%, 0);
}
.icon2 svg .graphCircle {
  opacity: 0;
}

.icon2.active svg {
  /* #path_arrow{
          animation-name: arrow_animation;
          animation-delay: .9s;
          animation-duration: 1s;
          animation-iteration-count: infinite;
      } */
}
.icon2.active svg .graphCircle {
  -moz-transition: opacity linear 0.2s 0.8s;
  -webkit-transition: opacity linear 0.2s 0.8s;
  -ms-transition: opacity linear 0.2s 0.8s;
  -o-transition: opacity linear 0.2s 0.8s;
  transition: opacity linear 0.2s 0.8s;
  opacity: 1;
}
.icon2.active svg #arrow1Clip path {
  -moz-transition: transform cubic-bezier(0.37, 0.64, 0.41, 0.99) 0.6s 0.8s;
  -webkit-transition: transform cubic-bezier(0.37, 0.64, 0.41, 0.99) 0.6s 0.8s;
  -ms-transition: transform cubic-bezier(0.37, 0.64, 0.41, 0.99) 0.6s 0.8s;
  -o-transition: transform cubic-bezier(0.37, 0.64, 0.41, 0.99) 0.6s 0.8s;
  transition: transform cubic-bezier(0.37, 0.64, 0.41, 0.99) 0.6s 0.8s;
  transform: translate3d(0, 0, 0);
}
.icon2.active svg #arrow2Clip path {
  -moz-transition: transform cubic-bezier(0.37, 0.64, 0.41, 0.99) 0.6s 0.9s;
  -webkit-transition: transform cubic-bezier(0.37, 0.64, 0.41, 0.99) 0.6s 0.9s;
  -ms-transition: transform cubic-bezier(0.37, 0.64, 0.41, 0.99) 0.6s 0.9s;
  -o-transition: transform cubic-bezier(0.37, 0.64, 0.41, 0.99) 0.6s 0.9s;
  transition: transform cubic-bezier(0.37, 0.64, 0.41, 0.99) 0.6s 0.9s;
  transform: translate3d(0, 0, 0);
}
.icon2.active svg #arrow3Clip path {
  -moz-transition: transform cubic-bezier(0.37, 0.64, 0.41, 0.99) 0.6s 1.1s;
  -webkit-transition: transform cubic-bezier(0.37, 0.64, 0.41, 0.99) 0.6s 1.1s;
  -ms-transition: transform cubic-bezier(0.37, 0.64, 0.41, 0.99) 0.6s 1.1s;
  -o-transition: transform cubic-bezier(0.37, 0.64, 0.41, 0.99) 0.6s 1.1s;
  transition: transform cubic-bezier(0.37, 0.64, 0.41, 0.99) 0.6s 1.1s;
  transform: translate3d(0, 0, 0);
}
.icon2.active svg #arrow4Clip path {
  -moz-transition: transform cubic-bezier(0.37, 0.64, 0.41, 0.99) 0.6s 1.3s;
  -webkit-transition: transform cubic-bezier(0.37, 0.64, 0.41, 0.99) 0.6s 1.3s;
  -ms-transition: transform cubic-bezier(0.37, 0.64, 0.41, 0.99) 0.6s 1.3s;
  -o-transition: transform cubic-bezier(0.37, 0.64, 0.41, 0.99) 0.6s 1.3s;
  transition: transform cubic-bezier(0.37, 0.64, 0.41, 0.99) 0.6s 1.3s;
  transform: translate3d(50%, -50%, 0) rotate(45deg);
}
.icon2.active svg .base {
  -moz-transition: transform cubic-bezier(0.37, 0.64, 0.41, 0.99) 0.6s 0s;
  -webkit-transition: transform cubic-bezier(0.37, 0.64, 0.41, 0.99) 0.6s 0s;
  -ms-transition: transform cubic-bezier(0.37, 0.64, 0.41, 0.99) 0.6s 0s;
  -o-transition: transform cubic-bezier(0.37, 0.64, 0.41, 0.99) 0.6s 0s;
  transition: transform cubic-bezier(0.37, 0.64, 0.41, 0.99) 0.6s 0s;
  transform: translate3d(0, 2%, 0);
}
.icon2.active svg .block1 {
  -moz-transition: transform cubic-bezier(0.41, 0.01, 0.46, 1.43) 0.6s 0.2s;
  -webkit-transition: transform cubic-bezier(0.41, 0.01, 0.46, 1.43) 0.6s 0.2s;
  -ms-transition: transform cubic-bezier(0.41, 0.01, 0.46, 1.43) 0.6s 0.2s;
  -o-transition: transform cubic-bezier(0.41, 0.01, 0.46, 1.43) 0.6s 0.2s;
  transition: transform cubic-bezier(0.41, 0.01, 0.46, 1.43) 0.6s 0.2s;
  transform: translate3d(0, 10%, 0);
}
.icon2.active svg .block2 {
  -moz-transition: transform cubic-bezier(0.41, 0.01, 0.46, 1.43) 0.6s 0.4s;
  -webkit-transition: transform cubic-bezier(0.41, 0.01, 0.46, 1.43) 0.6s 0.4s;
  -ms-transition: transform cubic-bezier(0.41, 0.01, 0.46, 1.43) 0.6s 0.4s;
  -o-transition: transform cubic-bezier(0.41, 0.01, 0.46, 1.43) 0.6s 0.4s;
  transition: transform cubic-bezier(0.41, 0.01, 0.46, 1.43) 0.6s 0.4s;
  transform: translate3d(0, 10%, 0);
}
.icon2.active svg .block3 {
  -moz-transition: transform cubic-bezier(0.41, 0.01, 0.46, 1.43) 0.6s 0.6s;
  -webkit-transition: transform cubic-bezier(0.41, 0.01, 0.46, 1.43) 0.6s 0.6s;
  -ms-transition: transform cubic-bezier(0.41, 0.01, 0.46, 1.43) 0.6s 0.6s;
  -o-transition: transform cubic-bezier(0.41, 0.01, 0.46, 1.43) 0.6s 0.6s;
  transition: transform cubic-bezier(0.41, 0.01, 0.46, 1.43) 0.6s 0.6s;
  transform: translate3d(0, 10%, 0);
}

.icon3 svg {
  /*   opacity: 0;
    @include homepage-transition1(opacity linear 1s 0s); */
}
.icon3 svg .reach1 {
  transform: translate3d(0, -5%, 0) scale(0.2);
  opacity: 0;
  transform-origin: center center;
}
.icon3 svg .reach2 {
  transform: translate3d(0, -17%, 0) scale(0.2);
  opacity: 0;
  transform-origin: center center;
}

.icon3.active svg {
  opacity: 1;
}
.icon3.active svg .reach1 {
  -moz-transition: transform cubic-bezier(0.41, 0.01, 0.46, 1.43) 0.3s 0.2s, opacity linear 0.1s 0.2s;
  -webkit-transition: transform cubic-bezier(0.41, 0.01, 0.46, 1.43) 0.3s 0.2s, opacity linear 0.1s 0.2s;
  -ms-transition: transform cubic-bezier(0.41, 0.01, 0.46, 1.43) 0.3s 0.2s, opacity linear 0.1s 0.2s;
  -o-transition: transform cubic-bezier(0.41, 0.01, 0.46, 1.43) 0.3s 0.2s, opacity linear 0.1s 0.2s;
  transition: transform cubic-bezier(0.41, 0.01, 0.46, 1.43) 0.3s 0.2s, opacity linear 0.1s 0.2s;
  transform: scale(1, 1) translate3d(0, 0, 0);
  opacity: 1;
}
.icon3.active svg .reach2 {
  -moz-transition: transform cubic-bezier(0.41, 0.01, 0.46, 1.43) 0.3s 0.5s, opacity linear 0.1s 0.5s;
  -webkit-transition: transform cubic-bezier(0.41, 0.01, 0.46, 1.43) 0.3s 0.5s, opacity linear 0.1s 0.5s;
  -ms-transition: transform cubic-bezier(0.41, 0.01, 0.46, 1.43) 0.3s 0.5s, opacity linear 0.1s 0.5s;
  -o-transition: transform cubic-bezier(0.41, 0.01, 0.46, 1.43) 0.3s 0.5s, opacity linear 0.1s 0.5s;
  transition: transform cubic-bezier(0.41, 0.01, 0.46, 1.43) 0.3s 0.5s, opacity linear 0.1s 0.5s;
  transform: scale(1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

.icon4 svg .swipeArrow1,
.icon4 svg .swipeArrow2 {
  transform: translate3d(0, 0, 0);
}
.icon4 svg .swipeOutput {
  transform: translate3d(0, 0, 0);
}

.icon4.active svg .swipeArrow1 {
  -moz-transition: transform cubic-bezier(0.41, 0.01, 0.46, 1.43) 0.6s 0.02s, opacity linear 0.2s 0.6s;
  -webkit-transition: transform cubic-bezier(0.41, 0.01, 0.46, 1.43) 0.6s 0.02s, opacity linear 0.2s 0.6s;
  -ms-transition: transform cubic-bezier(0.41, 0.01, 0.46, 1.43) 0.6s 0.02s, opacity linear 0.2s 0.6s;
  -o-transition: transform cubic-bezier(0.41, 0.01, 0.46, 1.43) 0.6s 0.02s, opacity linear 0.2s 0.6s;
  transition: transform cubic-bezier(0.41, 0.01, 0.46, 1.43) 0.6s 0.02s, opacity linear 0.2s 0.6s;
  transform: translate3d(0, -40%, 0);
  opacity: 0;
}
.icon4.active svg .swipeArrow2 {
  -moz-transition: transform cubic-bezier(0.41, 0.01, 0.46, 1.43) 0.6s 0s, opacity linear 0.2s 0.6s;
  -webkit-transition: transform cubic-bezier(0.41, 0.01, 0.46, 1.43) 0.6s 0s, opacity linear 0.2s 0.6s;
  -ms-transition: transform cubic-bezier(0.41, 0.01, 0.46, 1.43) 0.6s 0s, opacity linear 0.2s 0.6s;
  -o-transition: transform cubic-bezier(0.41, 0.01, 0.46, 1.43) 0.6s 0s, opacity linear 0.2s 0.6s;
  transition: transform cubic-bezier(0.41, 0.01, 0.46, 1.43) 0.6s 0s, opacity linear 0.2s 0.6s;
  transform: translate3d(0, -40%, 0);
  opacity: 0;
}
.icon4.active svg .swipeOutput {
  -moz-transition: transform cubic-bezier(0.37, 0.64, 0.41, 0.99) 0.4s 0.6s;
  -webkit-transition: transform cubic-bezier(0.37, 0.64, 0.41, 0.99) 0.4s 0.6s;
  -ms-transition: transform cubic-bezier(0.37, 0.64, 0.41, 0.99) 0.4s 0.6s;
  -o-transition: transform cubic-bezier(0.37, 0.64, 0.41, 0.99) 0.4s 0.6s;
  transition: transform cubic-bezier(0.37, 0.64, 0.41, 0.99) 0.4s 0.6s;
  transform: translate3d(0, -100%, 0);
}
.icon4.active svg .line1,
.icon4.active svg .line2 {
  -moz-transition: fill linear 0.4s 0.6s;
  -webkit-transition: fill linear 0.4s 0.6s;
  -ms-transition: fill linear 0.4s 0.6s;
  -o-transition: fill linear 0.4s 0.6s;
  transition: fill linear 0.4s 0.6s;
  fill: #D5333E;
}

.icon5 svg #line1Clip path {
  transform: translate3d(-115%, 0, 0);
}
.icon5 svg #line2Clip path {
  transform: translate3d(115%, 50%, 0);
}
.icon5 svg #line3Clip path {
  transform: translate3d(0, 100%, 0);
}

.icon5.active svg #line1Clip path {
  transform: translate3d(0, 0, 0);
  -moz-transition: transform cubic-bezier(0.37, 0.64, 0.41, 0.99) 0.4s 0s;
  -webkit-transition: transform cubic-bezier(0.37, 0.64, 0.41, 0.99) 0.4s 0s;
  -ms-transition: transform cubic-bezier(0.37, 0.64, 0.41, 0.99) 0.4s 0s;
  -o-transition: transform cubic-bezier(0.37, 0.64, 0.41, 0.99) 0.4s 0s;
  transition: transform cubic-bezier(0.37, 0.64, 0.41, 0.99) 0.4s 0s;
}
.icon5.active svg #line2Clip path {
  transform: translate3d(0, 50%, 0);
  -moz-transition: transform cubic-bezier(0.37, 0.64, 0.41, 0.99) 0.4s 0.25s;
  -webkit-transition: transform cubic-bezier(0.37, 0.64, 0.41, 0.99) 0.4s 0.25s;
  -ms-transition: transform cubic-bezier(0.37, 0.64, 0.41, 0.99) 0.4s 0.25s;
  -o-transition: transform cubic-bezier(0.37, 0.64, 0.41, 0.99) 0.4s 0.25s;
  transition: transform cubic-bezier(0.37, 0.64, 0.41, 0.99) 0.4s 0.25s;
}
.icon5.active svg #line3Clip path {
  transform: translate3d(0, 0, 0);
  -moz-transition: transform cubic-bezier(0.37, 0.64, 0.41, 0.99) 0.4s 0.5s;
  -webkit-transition: transform cubic-bezier(0.37, 0.64, 0.41, 0.99) 0.4s 0.5s;
  -ms-transition: transform cubic-bezier(0.37, 0.64, 0.41, 0.99) 0.4s 0.5s;
  -o-transition: transform cubic-bezier(0.37, 0.64, 0.41, 0.99) 0.4s 0.5s;
  transition: transform cubic-bezier(0.37, 0.64, 0.41, 0.99) 0.4s 0.5s;
}

.icon6 svg .arc2 {
  transform: translate3d(-30px, 30px, 0);
}
.icon6 svg .blockVer {
  transform-origin: bottom center;
  transform: scaleY(1);
}
.icon6 svg .blockHor {
  transform-origin: right bottom;
  transform: scaleX(1) rotate(90deg) translate3d(6.2%, 100%, 0);
}

.icon6.active svg .arc2 {
  -moz-transition: transform cubic-bezier(0.41, 0.01, 0.46, 1.43) 0.6s 0.3s;
  -webkit-transition: transform cubic-bezier(0.41, 0.01, 0.46, 1.43) 0.6s 0.3s;
  -ms-transition: transform cubic-bezier(0.41, 0.01, 0.46, 1.43) 0.6s 0.3s;
  -o-transition: transform cubic-bezier(0.41, 0.01, 0.46, 1.43) 0.6s 0.3s;
  transition: transform cubic-bezier(0.41, 0.01, 0.46, 1.43) 0.6s 0.3s;
  transform: translate3d(0, 0, 0);
}
.icon6.active svg .blockVer {
  -moz-transition: transform cubic-bezier(0.37, 0.64, 0.41, 0.99) 0.6s 0s;
  -webkit-transition: transform cubic-bezier(0.37, 0.64, 0.41, 0.99) 0.6s 0s;
  -ms-transition: transform cubic-bezier(0.37, 0.64, 0.41, 0.99) 0.6s 0s;
  -o-transition: transform cubic-bezier(0.37, 0.64, 0.41, 0.99) 0.6s 0s;
  transition: transform cubic-bezier(0.37, 0.64, 0.41, 0.99) 0.6s 0s;
  transform: scaleY(0.5);
}
.icon6.active svg .blockHor {
  -moz-transition: transform cubic-bezier(0.37, 0.64, 0.41, 0.99) 1s 0s;
  -webkit-transition: transform cubic-bezier(0.37, 0.64, 0.41, 0.99) 1s 0s;
  -ms-transition: transform cubic-bezier(0.37, 0.64, 0.41, 0.99) 1s 0s;
  -o-transition: transform cubic-bezier(0.37, 0.64, 0.41, 0.99) 1s 0s;
  transition: transform cubic-bezier(0.37, 0.64, 0.41, 0.99) 1s 0s;
  transform: scaleX(0.5) rotate(90deg) translate3d(6.2%, 200%, 0);
}

.icon7 svg .back-path {
  transform: translate3d(-1.4px, -1.45px, 0);
}
.icon7 svg .line1 {
  transform-origin: 32% 0;
  transform: scale3d(0, 1, 1);
}
.icon7 svg .line2, .icon7 svg .line3, .icon7 svg .line4 {
  transform-origin: 23% 0;
  transform: scale3d(0, 1, 1);
}

.icon7.active svg .back-path {
  -moz-transition: transform cubic-bezier(0.37, 0.64, 0.41, 0.99) 0.5s 1.2s;
  -webkit-transition: transform cubic-bezier(0.37, 0.64, 0.41, 0.99) 0.5s 1.2s;
  -ms-transition: transform cubic-bezier(0.37, 0.64, 0.41, 0.99) 0.5s 1.2s;
  -o-transition: transform cubic-bezier(0.37, 0.64, 0.41, 0.99) 0.5s 1.2s;
  transition: transform cubic-bezier(0.37, 0.64, 0.41, 0.99) 0.5s 1.2s;
  transform: translate3d(0, 0, 0);
}
.icon7.active svg .line1 {
  -moz-transition: transform ease-out 0.25s 0.5s;
  -webkit-transition: transform ease-out 0.25s 0.5s;
  -ms-transition: transform ease-out 0.25s 0.5s;
  -o-transition: transform ease-out 0.25s 0.5s;
  transition: transform ease-out 0.25s 0.5s;
  transform: scale3d(1, 1, 1);
}
.icon7.active svg .line2 {
  -moz-transition: transform ease-out 0.25s 0.65s;
  -webkit-transition: transform ease-out 0.25s 0.65s;
  -ms-transition: transform ease-out 0.25s 0.65s;
  -o-transition: transform ease-out 0.25s 0.65s;
  transition: transform ease-out 0.25s 0.65s;
  transform: scale3d(1, 1, 1);
}
.icon7.active svg .line3 {
  -moz-transition: transform ease-out 0.25s 0.9s;
  -webkit-transition: transform ease-out 0.25s 0.9s;
  -ms-transition: transform ease-out 0.25s 0.9s;
  -o-transition: transform ease-out 0.25s 0.9s;
  transition: transform ease-out 0.25s 0.9s;
  transform: scale3d(1, 1, 1);
}
.icon7.active svg .line4 {
  -moz-transition: transform ease-out 0.25s 1.15s;
  -webkit-transition: transform ease-out 0.25s 1.15s;
  -ms-transition: transform ease-out 0.25s 1.15s;
  -o-transition: transform ease-out 0.25s 1.15s;
  transition: transform ease-out 0.25s 1.15s;
  transform: scale3d(1, 1, 1);
}

.icon8 svg .platform-stack1 {
  opacity: 0;
}
.icon8 svg .platform-stack2, .icon8 svg .platform-stack3 {
  opacity: 0;
  transform: translate3d(0, 75px, 0);
}

.icon8.active svg .platform-stack1 {
  -moz-transition: opacity linear 0.25s 0s;
  -webkit-transition: opacity linear 0.25s 0s;
  -ms-transition: opacity linear 0.25s 0s;
  -o-transition: opacity linear 0.25s 0s;
  transition: opacity linear 0.25s 0s;
  opacity: 1;
}
.icon8.active svg .platform-stack2 {
  -moz-transition: opacity linear 0.15s 0.25s, transform cubic-bezier(0.41, 0.01, 0.46, 1.43) 0.35s 0.25s;
  -webkit-transition: opacity linear 0.15s 0.25s, transform cubic-bezier(0.41, 0.01, 0.46, 1.43) 0.35s 0.25s;
  -ms-transition: opacity linear 0.15s 0.25s, transform cubic-bezier(0.41, 0.01, 0.46, 1.43) 0.35s 0.25s;
  -o-transition: opacity linear 0.15s 0.25s, transform cubic-bezier(0.41, 0.01, 0.46, 1.43) 0.35s 0.25s;
  transition: opacity linear 0.15s 0.25s, transform cubic-bezier(0.41, 0.01, 0.46, 1.43) 0.35s 0.25s;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.icon8.active svg .platform-stack3 {
  -moz-transition: opacity linear 0.15s 0.6s, transform cubic-bezier(0.41, 0.01, 0.46, 1.43) 0.35s 0.6s;
  -webkit-transition: opacity linear 0.15s 0.6s, transform cubic-bezier(0.41, 0.01, 0.46, 1.43) 0.35s 0.6s;
  -ms-transition: opacity linear 0.15s 0.6s, transform cubic-bezier(0.41, 0.01, 0.46, 1.43) 0.35s 0.6s;
  -o-transition: opacity linear 0.15s 0.6s, transform cubic-bezier(0.41, 0.01, 0.46, 1.43) 0.35s 0.6s;
  transition: opacity linear 0.15s 0.6s, transform cubic-bezier(0.41, 0.01, 0.46, 1.43) 0.35s 0.6s;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* @keyframes touchDrag {
    0% {
        transform: scale3d(-1, 1, 1) translate(0px, 0px)
    }

    50% {
        transform: scale3d(-1, 1, 1) translate(75%, 0px)
    }

    75% {
        transform: scale3d(-1, 1, 1) translate(75%, 0px)
    }

    100% {
        transform: scale3d(-1, 1, 1) translate(0px, 0px)
    }
}

@keyframes mouseDrag {
    0% {
        transform: translate3d(0, 0, 0) scale3d(1, 1, 1)
    }

    20% {
        transform: translate3d(0, -387px, 0) scale3d(1, 2, 1)
    }

    40% {
        transform: translate3d(0, 5px, 0) scale3d(1, 1, 1)
    }

    60% {
        transform: translate3d(0, 5px, 0) scale3d(1, 1, 1)
    }

    65% {
        transform: translate3d(0, -387px, 0) scale3d(1, 2, 1)
    }

    75% {
        transform: translate3d(0, 0, 0) scale3d(1, 1, 1)
    }
} */
body {
  overflow-x: hidden;
  overflow-y: auto !important;
  background-color: #d5333e;
}

.swipe-anim {
  background-color: #d5333e;
  position: fixed;
  top: 0;
  z-index: -2;
  display: flex;
  flex-direction: row;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  .swipe-anim {
    transform: translate3d(-50vw, 0, 0);
  }
}
.swipe-anim .segment {
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.41, 0.01, 0.46, 1.43);
  transform: translate3d(0, 100%, 0);
  -moz-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s, opacity linear 0.25s 0s;
  -webkit-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s, opacity linear 0.25s 0s;
  -ms-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s, opacity linear 0.25s 0s;
  -o-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s, opacity linear 0.25s 0s;
  transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s, opacity linear 0.25s 0s;
  will-change: transform;
  transition-delay: 0s;
}
@keyframes swipeanimation5 {
  0% {
    -moz-transform: translate3d(0, 120%, 0);
    -webkit-transform: translate3d(0, 120%, 0);
    -ms-transform: translate3d(0, 120%, 0);
    -o-transform: translate3d(0, 120%, 0);
    transform: translate3d(0, 120%, 0);
  }
  50% {
    -moz-transform: translate3d(0, 20%, 0);
    -webkit-transform: translate3d(0, 20%, 0);
    -ms-transform: translate3d(0, 20%, 0);
    -o-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  95% {
    -moz-transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    -moz-transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes swipeanimation4 {
  0% {
    -moz-transform: translate3d(0, 120%, 0);
    -webkit-transform: translate3d(0, 120%, 0);
    -ms-transform: translate3d(0, 120%, 0);
    -o-transform: translate3d(0, 120%, 0);
    transform: translate3d(0, 120%, 0);
  }
  55% {
    -moz-transform: translate3d(0, 20%, 0);
    -webkit-transform: translate3d(0, 20%, 0);
    -ms-transform: translate3d(0, 20%, 0);
    -o-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  95% {
    -moz-transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    -moz-transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes swipeanimation3 {
  0% {
    -moz-transform: translate3d(0, 120%, 0);
    -webkit-transform: translate3d(0, 120%, 0);
    -ms-transform: translate3d(0, 120%, 0);
    -o-transform: translate3d(0, 120%, 0);
    transform: translate3d(0, 120%, 0);
  }
  60% {
    -moz-transform: translate3d(0, 20%, 0);
    -webkit-transform: translate3d(0, 20%, 0);
    -ms-transform: translate3d(0, 20%, 0);
    -o-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  95% {
    -moz-transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    -moz-transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes swipeanimation2 {
  0% {
    -moz-transform: translate3d(0, 120%, 0);
    -webkit-transform: translate3d(0, 120%, 0);
    -ms-transform: translate3d(0, 120%, 0);
    -o-transform: translate3d(0, 120%, 0);
    transform: translate3d(0, 120%, 0);
  }
  65% {
    -moz-transform: translate3d(0, 20%, 0);
    -webkit-transform: translate3d(0, 20%, 0);
    -ms-transform: translate3d(0, 20%, 0);
    -o-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  95% {
    -moz-transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    -moz-transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes swipeanimation1 {
  0% {
    -moz-transform: translate3d(0, 120%, 0);
    -webkit-transform: translate3d(0, 120%, 0);
    -ms-transform: translate3d(0, 120%, 0);
    -o-transform: translate3d(0, 120%, 0);
    transform: translate3d(0, 120%, 0);
  }
  70% {
    -moz-transform: translate3d(0, 20%, 0);
    -webkit-transform: translate3d(0, 20%, 0);
    -ms-transform: translate3d(0, 20%, 0);
    -o-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  95% {
    -moz-transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    -moz-transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.swipe-anim .segment.mono {
  width: 10vw;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  .swipe-anim .segment.mono {
    width: 20vw;
  }
}
.swipe-anim .segment.dual {
  width: 20vw;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  .swipe-anim .segment.dual {
    width: 40vw;
  }
}
.swipe-anim .segment:nth-child(1), .swipe-anim .segment:nth-child(9) {
  animation-name: swipeanimation1;
  animation-duration: 3s;
  animation-delay: 0s;
}
.swipe-anim .segment:nth-child(2), .swipe-anim .segment:nth-child(8) {
  animation-name: swipeanimation2;
  animation-duration: 3s;
  animation-delay: 0s;
}
.swipe-anim .segment:nth-child(3), .swipe-anim .segment:nth-child(7) {
  animation-name: swipeanimation3;
  animation-duration: 3s;
  animation-delay: 0s;
}
.swipe-anim .segment:nth-child(4), .swipe-anim .segment:nth-child(6) {
  animation-name: swipeanimation4;
  animation-duration: 3s;
  animation-delay: 0s;
}
.swipe-anim .segment:nth-child(5) {
  animation-name: swipeanimation5;
  animation-duration: 3s;
  animation-delay: 0s;
}
.swipe-anim .segment img {
  width: 100%;
}

main section#swipeup-landing-sec {
  background: transparent;
  /* background-image: url('../img/home/banner.png'); */
  height: calc(100vh - 120px);
  min-height: 550px;
  z-index: 999;
  position: relative;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#swipeup-landing-sec {
    height: auto !important;
    min-height: 0;
  }
}
main section#swipeup-landing-sec .landing-hint {
  position: absolute;
  top: calc(100% - 105px);
  z-index: 2;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  /* translate3d(0,-3035%,0) scale3d(1,3,1) */
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#swipeup-landing-sec .landing-hint svg {
    display: none;
  }
}
main section#swipeup-landing-sec .landing-hint svg rect {
  -moz-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s;
  -webkit-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s;
  -ms-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s;
  -o-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s;
  transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s;
}
main section#swipeup-landing-sec .landing-hint.animated svg rect {
  animation-name: mouseDrag;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
main section#swipeup-landing-sec .landing-content.sec1 {
  position: absolute;
  width: 60%;
  height: calc(100vh - 120px);
  min-height: 550px;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 2;
  right: 0;
  /* margin: auto; */
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#swipeup-landing-sec .landing-content.sec1 {
    width: 100%;
    position: relative;
    margin-top: 40vw;
    height: auto !important;
    min-height: 0;
  }
}
main section#swipeup-landing-sec .landing-content.sec1 .landing-greet {
  top: calc(100% - 150px);
  float: left;
  position: relative;
  color: #fff;
  font-family: "Gotham-Medium", "Helvetica";
  font-size: 1.5rem;
  transform: translate3d(-125%, 0, 0);
  -moz-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 1s 0s;
  -webkit-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 1s 0s;
  -ms-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 1s 0s;
  -o-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 1s 0s;
  transition: transform cubic-bezier(0.72, 0, 0.28, 1) 1s 0s;
  will-change: transform;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#swipeup-landing-sec .landing-content.sec1 .landing-greet {
    font-size: 3.5vw;
  }
}
main section#swipeup-landing-sec .landing-content.sec1 .landing-greet.active {
  transform: translate3d(0, 0, 0);
  transition-delay: 0.6s;
}
main section#swipeup-landing-sec .landing-content.sec1 .mobile-scroll-hint {
  display: none;
  color: #fff;
  font-family: "Gotham-Medium", "Helvetica";
  transform: rotate(-90deg) translate3d(0%, -100%, 0);
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#swipeup-landing-sec .landing-content.sec1 .mobile-scroll-hint {
    display: block;
    top: calc(100% - 25vw);
    float: left;
    position: relative;
    font-size: 1.5rem;
  }
}
main section#swipeup-landing-sec .landing-content.sec1 .mobile-scroll-hint .hint-text {
  font-size: 4vw;
}
main section#swipeup-landing-sec .landing-content.sec1 .mobile-scroll-hint .hint-icon {
  position: relative;
  top: 1.5px;
}
main section#swipeup-landing-sec .landing-content.sec1 .mobile-scroll-hint .hint-icon svg {
  -moz-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 1s 0s;
  -webkit-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 1s 0s;
  -ms-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 1s 0s;
  -o-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 1s 0s;
  transition: transform cubic-bezier(0.72, 0, 0.28, 1) 1s 0s;
  width: 4vw;
  height: 4vw;
  transform: scale3d(-1, 1, 1);
  animation-name: touchDrag;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
main section#swipeup-landing-sec .landing-content.sec1 .swipeup-landing-info {
  position: absolute;
  display: table;
  flex-direction: column;
  justify-content: center;
  /* height: calc(100vh - 80px); */
  margin-left: 15%;
  width: 100%;
  top: 45%;
  transform: translate3d(0, -50%, 0);
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#swipeup-landing-sec .landing-content.sec1 .swipeup-landing-info {
    margin-left: 8.5%;
    position: relative;
    top: 0;
    transform: translate3d(0, 0, 0);
  }
}
main section#swipeup-landing-sec .landing-content.sec1 .swipeup-landing-info .info-sec .info {
  display: table;
  color: #ffffff;
  line-height: 2.5vw;
  font-family: "Gotham-Medium", "Helvetica";
  font-size: 2.2vw;
  overflow: hidden;
}
@media (min-width: 1700px) {
  main section#swipeup-landing-sec .landing-content.sec1 .swipeup-landing-info .info-sec .info {
    font-size: 38px;
    line-height: 42px;
  }
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#swipeup-landing-sec .landing-content.sec1 .swipeup-landing-info .info-sec .info {
    font-size: 4.5vw;
    line-height: 6vw;
  }
}
main section#swipeup-landing-sec .landing-content.sec1 .swipeup-landing-info .info-sec .info span {
  position: relative;
  display: inline-block;
  transform: translate3d(0, 100%, 0);
  will-change: transform;
}
main section#swipeup-landing-sec .landing-content.sec1 .swipeup-landing-info .info-sec .info span.active {
  -moz-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 1s 0s;
  -webkit-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 1s 0s;
  -ms-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 1s 0s;
  -o-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 1s 0s;
  transition: transform cubic-bezier(0.72, 0, 0.28, 1) 1s 0s;
  transform: translate3d(0, 0, 0);
}
main section#swipeup-landing-sec .landing-content.sec1 .swipeup-landing-info .info-sec .info.row2 span {
  transition-delay: 0.1s;
}
main section#swipeup-landing-sec .landing-content.sec1 .swipeup-landing-info .info-sec .info.row3 span {
  transition-delay: 0.2s;
}
main section#swipeup-landing-sec .landing-content.sec1 .swipeup-landing-info .info-sec-sub {
  margin-top: 1.33vw;
}
main section#swipeup-landing-sec .landing-content.sec1 .swipeup-landing-info .info-sec-sub br.desk {
  display: block;
}
main section#swipeup-landing-sec .landing-content.sec1 .swipeup-landing-info .info-sec-sub br.mob {
  display: none;
}
@media (min-width: 1700px) {
  main section#swipeup-landing-sec .landing-content.sec1 .swipeup-landing-info .info-sec-sub {
    margin-top: 20px;
  }
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#swipeup-landing-sec .landing-content.sec1 .swipeup-landing-info .info-sec-sub {
    margin-top: 3vw;
  }
  main section#swipeup-landing-sec .landing-content.sec1 .swipeup-landing-info .info-sec-sub br.desk {
    display: none;
  }
  main section#swipeup-landing-sec .landing-content.sec1 .swipeup-landing-info .info-sec-sub br.mob {
    display: block;
  }
}
main section#swipeup-landing-sec .landing-content.sec1 .swipeup-landing-info .info-sec-sub .info {
  display: table;
  color: #ffffff;
  line-height: 1.6vw;
  font-family: "Gotham_Book", "Helvetica";
  font-size: 1.4vw;
  overflow: hidden;
}
main section#swipeup-landing-sec .landing-content.sec1 .swipeup-landing-info .info-sec-sub .info span {
  opacity: 0;
}
main section#swipeup-landing-sec .landing-content.sec1 .swipeup-landing-info .info-sec-sub .info span.active {
  opacity: 1;
  -moz-transition: opacity linear 0.25s 0.7s;
  -webkit-transition: opacity linear 0.25s 0.7s;
  -ms-transition: opacity linear 0.25s 0.7s;
  -o-transition: opacity linear 0.25s 0.7s;
  transition: opacity linear 0.25s 0.7s;
}
@media (min-width: 1700px) {
  main section#swipeup-landing-sec .landing-content.sec1 .swipeup-landing-info .info-sec-sub .info {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#swipeup-landing-sec .landing-content.sec1 .swipeup-landing-info .info-sec-sub .info {
    font-size: 3.5vw;
    line-height: 4.5vw;
  }
}
main section#swipeup-landing-sec .landing-content.sec1 .swipeup-landing-info .explore-btn {
  margin-top: 3vw;
  font-family: "Gotham_Ultra";
  /* opacity:0; */
  -moz-transition: opacity ease-out 0.25s 1s;
  -webkit-transition: opacity ease-out 0.25s 1s;
  -ms-transition: opacity ease-out 0.25s 1s;
  -o-transition: opacity ease-out 0.25s 1s;
  transition: opacity ease-out 0.25s 1s;
  font-size: 1.5vw;
  overflow: hidden;
  position: relative;
  /* padding: 1vw 0; */
  cursor: pointer;
  display: table;
  /* margin-top: 1vw; */
}
main section#swipeup-landing-sec .landing-content.sec1 .swipeup-landing-info .explore-btn.active {
  opacity: 1;
}
main section#swipeup-landing-sec .landing-content.sec1 .swipeup-landing-info .explore-btn a {
  display: flex;
  text-decoration: none;
  color: #ffffff;
}
@media (min-width: 1700px) {
  main section#swipeup-landing-sec .landing-content.sec1 .swipeup-landing-info .explore-btn {
    margin-top: 50px;
    font-size: 28px;
  }
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#swipeup-landing-sec .landing-content.sec1 .swipeup-landing-info .explore-btn {
    font-size: 4vw;
    /* width: 40%; */
  }
}
main section#swipeup-landing-sec .landing-content.sec1 .swipeup-landing-info .explore-btn > span {
  transform: translate3d(0, 250%, 0);
  position: relative;
  display: table;
  -moz-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s;
  -webkit-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s;
  -ms-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s;
  -o-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s;
  transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s;
  will-change: transform;
}
main section#swipeup-landing-sec .landing-content.sec1 .swipeup-landing-info .explore-btn.active > span {
  transition-delay: 1s;
  transform: translate3d(0, 0, 0);
}
main section#swipeup-landing-sec .landing-content.sec1 .swipeup-landing-info .explore-btn:hover .icon-holder {
  border-radius: 50%;
  border: 1.5px solid #ffffff;
  width: 2.5vw;
  height: 2.5vw;
  display: inline-block;
  position: relative;
  margin-left: 1vw;
  -moz-transition: background-color linear 0.2s 0s;
  -webkit-transition: background-color linear 0.2s 0s;
  -ms-transition: background-color linear 0.2s 0s;
  -o-transition: background-color linear 0.2s 0s;
  transition: background-color linear 0.2s 0s;
  background-color: #ffffff;
}
main section#swipeup-landing-sec .landing-content.sec1 .swipeup-landing-info .explore-btn:hover .icon-holder svg {
  transform: translate3d(-120%, -50%, 0);
}
main section#swipeup-landing-sec .landing-content.sec1 .swipeup-landing-info .explore-btn:hover .icon-holder svg.active {
  transform: translate3d(55%, -50%, 0);
  -moz-transition: transform cubic-bezier(0.37, 0.64, 0.41, 0.99) 0.25s 0s;
  -webkit-transition: transform cubic-bezier(0.37, 0.64, 0.41, 0.99) 0.25s 0s;
  -ms-transition: transform cubic-bezier(0.37, 0.64, 0.41, 0.99) 0.25s 0s;
  -o-transition: transform cubic-bezier(0.37, 0.64, 0.41, 0.99) 0.25s 0s;
  transition: transform cubic-bezier(0.37, 0.64, 0.41, 0.99) 0.25s 0s;
}
@media (min-width: 1700px) {
  main section#swipeup-landing-sec .landing-content.sec1 .swipeup-landing-info .explore-btn:hover .icon-holder svg.active {
    transform: translate3d(70%, -50%, 0);
  }
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#swipeup-landing-sec .landing-content.sec1 .swipeup-landing-info .explore-btn:hover .icon-holder svg.active {
    transform: translate3d(45%, -50%, 0);
  }
}
main section#swipeup-landing-sec .landing-content.sec1 .swipeup-landing-info .explore-btn:hover .icon-holder path {
  fill: #f62323 !important;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#swipeup-landing-sec .landing-content.sec1 .swipeup-landing-info .explore-btn:hover .icon-holder {
    width: 6.5vw;
    height: 6.5vw;
    margin-left: 3vw;
  }
}
main section#swipeup-landing-sec .landing-content.sec1 .swipeup-landing-info .explore-btn .icon-holder {
  border-radius: 50%;
  border: 1.5px solid #ffffff;
  width: 2.5vw;
  height: 2.5vw;
  display: inline-block;
  position: relative;
  margin-left: 1vw;
  overflow: hidden;
  opacity: 0;
  transform: translate3d(0, 50%, 0);
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#swipeup-landing-sec .landing-content.sec1 .swipeup-landing-info .explore-btn .icon-holder {
    width: 6.5vw;
    height: 6.5vw;
    margin-left: 3vw;
  }
}
main section#swipeup-landing-sec .landing-content.sec1 .swipeup-landing-info .explore-btn .icon-holder svg {
  width: 1.25vw;
  height: 1.25vw;
  position: absolute;
  top: 50%;
  left: 0;
  will-change: transform;
  transform: translate3d(-120%, -50%, 0);
}
@media (min-width: 1700px) {
  main section#swipeup-landing-sec .landing-content.sec1 .swipeup-landing-info .explore-btn .icon-holder svg {
    height: 20px;
    width: 20px;
  }
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#swipeup-landing-sec .landing-content.sec1 .swipeup-landing-info .explore-btn .icon-holder svg {
    width: 3.5vw;
    height: 3.5vw;
  }
}
main section#swipeup-landing-sec .landing-content.sec1 .swipeup-landing-info .explore-btn .icon-holder.active {
  -moz-transition: opacity linear 0.25s 0.8s, transform cubic-bezier(0.37, 0.64, 0.41, 0.99) 0.25s 0.8s;
  -webkit-transition: opacity linear 0.25s 0.8s, transform cubic-bezier(0.37, 0.64, 0.41, 0.99) 0.25s 0.8s;
  -ms-transition: opacity linear 0.25s 0.8s, transform cubic-bezier(0.37, 0.64, 0.41, 0.99) 0.25s 0.8s;
  -o-transition: opacity linear 0.25s 0.8s, transform cubic-bezier(0.37, 0.64, 0.41, 0.99) 0.25s 0.8s;
  transition: opacity linear 0.25s 0.8s, transform cubic-bezier(0.37, 0.64, 0.41, 0.99) 0.25s 0.8s;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
main section#swipeup-landing-sec .landing-content.sec1 .swipeup-landing-info .explore-btn .icon-holder.active svg {
  -moz-transition: transform cubic-bezier(0.37, 0.64, 0.41, 0.99) 0.25s 0.9s;
  -webkit-transition: transform cubic-bezier(0.37, 0.64, 0.41, 0.99) 0.25s 0.9s;
  -ms-transition: transform cubic-bezier(0.37, 0.64, 0.41, 0.99) 0.25s 0.9s;
  -o-transition: transform cubic-bezier(0.37, 0.64, 0.41, 0.99) 0.25s 0.9s;
  transition: transform cubic-bezier(0.37, 0.64, 0.41, 0.99) 0.25s 0.9s;
  transform: translate3d(55%, -50%, 0);
}
@media (min-width: 1700px) {
  main section#swipeup-landing-sec .landing-content.sec1 .swipeup-landing-info .explore-btn .icon-holder.active svg {
    transform: translate3d(70%, -50%, 0);
  }
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#swipeup-landing-sec .landing-content.sec1 .swipeup-landing-info .explore-btn .icon-holder.active svg {
    transform: translate3d(45%, -50%, 0);
  }
}
main section#swipeup-landing-sec .landing-content.sec1 .swipeup-landing-info .explore-btn .explore-txt {
  display: inline-block;
  overflow: hidden;
  top: -0.5vw;
  position: relative;
  opacity: 0;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#swipeup-landing-sec .landing-content.sec1 .swipeup-landing-info .explore-btn .explore-txt {
    top: -1.5vw;
  }
}
main section#swipeup-landing-sec .landing-content.sec1 .swipeup-landing-info .explore-btn .explore-txt.active {
  opacity: 1;
  -moz-transition: opacity linear 0.25s 0.75s;
  -webkit-transition: opacity linear 0.25s 0.75s;
  -ms-transition: opacity linear 0.25s 0.75s;
  -o-transition: opacity linear 0.25s 0.75s;
  transition: opacity linear 0.25s 0.75s;
}
main section#swipeup-landing-sec .landing-content.sec1 .swipeup-landing-info .explore-btn svg {
  width: 1.25vw;
  height: 1.25vw;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  left: 0;
  will-change: transform;
}
main section#swipeup-landing-sec .landing-social,
main section#swipeup-landing-sec .landing-social-mob {
  top: calc(100% - 5vw);
  /* float: right; */
  position: relative;
  display: none;
}
@media (min-width: 1700px) {
  main section#swipeup-landing-sec .landing-social,
  main section#swipeup-landing-sec .landing-social-mob {
    top: calc(100% - 80px);
  }
}
main section#swipeup-landing-sec .landing-social.landing-social,
main section#swipeup-landing-sec .landing-social-mob.landing-social {
  display: flex;
  margin-left: 15%;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#swipeup-landing-sec .landing-social.landing-social,
  main section#swipeup-landing-sec .landing-social-mob.landing-social {
    display: none;
  }
}
main section#swipeup-landing-sec .landing-social.landing-social-mob,
main section#swipeup-landing-sec .landing-social-mob.landing-social-mob {
  display: none;
  justify-content: center;
  padding: 8vw 0;
  background-color: #ffffff;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#swipeup-landing-sec .landing-social.landing-social-mob,
  main section#swipeup-landing-sec .landing-social-mob.landing-social-mob {
    display: flex;
  }
}
main section#swipeup-landing-sec .landing-social.landing-social-mob .social-icon:nth-child(5),
main section#swipeup-landing-sec .landing-social-mob.landing-social-mob .social-icon:nth-child(5) {
  margin-right: 0 !important;
}
main section#swipeup-landing-sec .landing-social .social-icon,
main section#swipeup-landing-sec .landing-social-mob .social-icon {
  margin-right: 30px;
  overflow: hidden;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#swipeup-landing-sec .landing-social .social-icon,
  main section#swipeup-landing-sec .landing-social-mob .social-icon {
    margin-right: 8vw;
  }
}
main section#swipeup-landing-sec .landing-social .social-icon a,
main section#swipeup-landing-sec .landing-social-mob .social-icon a {
  transform: translate3d(-110%, 0, 0);
  display: table;
}
main section#swipeup-landing-sec .landing-social .social-icon a svg,
main section#swipeup-landing-sec .landing-social-mob .social-icon a svg {
  width: 20px;
  height: 20px;
  cursor: pointer;
  /*  transform: translate3d(-120%, 0, 0); */
  -moz-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 1s 0s, fill linear 0.2s 0s;
  -webkit-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 1s 0s, fill linear 0.2s 0s;
  -ms-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 1s 0s, fill linear 0.2s 0s;
  -o-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 1s 0s, fill linear 0.2s 0s;
  transition: transform cubic-bezier(0.72, 0, 0.28, 1) 1s 0s, fill linear 0.2s 0s;
  will-change: transform;
  fill: #d5333e;
}
main section#swipeup-landing-sec .landing-social .social-icon a svg.active,
main section#swipeup-landing-sec .landing-social-mob .social-icon a svg.active {
  transform: translate3d(0, 0, 0);
  transition-delay: 0.85s, 0s;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#swipeup-landing-sec .landing-social .social-icon a svg,
  main section#swipeup-landing-sec .landing-social-mob .social-icon a svg {
    width: 5vw;
    height: 5vw;
  }
}
main section#swipeup-landing-sec .landing-social .social-icon.instagram-icon:hover svg,
main section#swipeup-landing-sec .landing-social-mob .social-icon.instagram-icon:hover svg {
  fill: #d62976 !important;
}
main section#swipeup-landing-sec .landing-social .social-icon.facebook-icon:hover svg,
main section#swipeup-landing-sec .landing-social-mob .social-icon.facebook-icon:hover svg {
  fill: #3C5A99;
}
main section#swipeup-landing-sec .landing-social .social-icon.twitter-icon:hover svg,
main section#swipeup-landing-sec .landing-social-mob .social-icon.twitter-icon:hover svg {
  fill: #1dcaff;
}
main section#swipeup-landing-sec .landing-social .social-icon.linkedin-icon:hover svg,
main section#swipeup-landing-sec .landing-social-mob .social-icon.linkedin-icon:hover svg {
  fill: #4875B4;
}
main section#swipeup-landing-sec .landing-social .social-icon.youtube-icon:hover svg,
main section#swipeup-landing-sec .landing-social-mob .social-icon.youtube-icon:hover svg {
  fill: #c4302b;
}
main section#swipeup-landing-sec .landing-social .social-icon.active a,
main section#swipeup-landing-sec .landing-social-mob .social-icon.active a {
  -moz-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 1s 1s;
  -webkit-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 1s 1s;
  -ms-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 1s 1s;
  -o-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 1s 1s;
  transition: transform cubic-bezier(0.72, 0, 0.28, 1) 1s 1s;
  transform: translate3d(0, 0, 0);
}
main section#swipeup-landing-sec .landing-social .social-icon.active:nth-child(2) a,
main section#swipeup-landing-sec .landing-social-mob .social-icon.active:nth-child(2) a {
  transition-delay: 1.05s;
}
main section#swipeup-landing-sec .landing-social .social-icon.active:nth-child(3) a,
main section#swipeup-landing-sec .landing-social-mob .social-icon.active:nth-child(3) a {
  transition-delay: 1.1s;
}
main section#swipeup-landing-sec .landing-social .social-icon.active:nth-child(4) a,
main section#swipeup-landing-sec .landing-social-mob .social-icon.active:nth-child(4) a {
  transition-delay: 1.15s;
}
main section#swipeup-landing-sec .landing-social .social-icon.active:nth-child(5) a,
main section#swipeup-landing-sec .landing-social-mob .social-icon.active:nth-child(5) a {
  transition-delay: 1.2s;
}
main section#swipeup-landing-sec .sec2 {
  position: absolute;
  top: 0;
  width: 40%;
  height: calc(100vh - 120px);
  min-height: 550px;
  left: 60%;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#swipeup-landing-sec .sec2 {
    position: relative;
    width: 50%;
    height: auto;
    min-height: 0;
    left: 0;
    margin: auto;
    margin-top: 10vw;
  }
}
main section#swipeup-landing-sec .sec2 .sec-content {
  position: absolute;
  left: 45%;
  bottom: 0;
  height: 75%;
  transform: translate3d(-50%, 0, 0);
  will-change: transform;
  transition-delay: 0s;
  /* opacity: 0; */
  /* overflow: hidden; */
}
main section#swipeup-landing-sec .sec2 .sec-content.active #video-content #video-holder {
  -moz-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.2s, opacity linear 0.4s 0.2s;
  -webkit-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.2s, opacity linear 0.4s 0.2s;
  -ms-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.2s, opacity linear 0.4s 0.2s;
  -o-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.2s, opacity linear 0.4s 0.2s;
  transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.2s, opacity linear 0.4s 0.2s;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
main section#swipeup-landing-sec .sec2 .sec-content img {
  height: 110%;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#swipeup-landing-sec .sec2 .sec-content img {
    height: auto;
    width: 100%;
    position: absolute;
    top: 15%;
  }
}
main section#swipeup-landing-sec .sec2 .sec-content svg#mobClip {
  position: absolute;
  left: 0;
  top: 0;
}
main section#swipeup-landing-sec .sec2 .sec-content svg#mobClip .path-desk {
  display: block;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#swipeup-landing-sec .sec2 .sec-content svg#mobClip .path-desk {
    display: none;
  }
}
main section#swipeup-landing-sec .sec2 .sec-content svg#mobClip .path-mob {
  display: none;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#swipeup-landing-sec .sec2 .sec-content svg#mobClip .path-mob {
    display: block;
  }
}
main section#swipeup-landing-sec .sec2 .sec-content #video-content {
  height: 106%;
  overflow: hidden;
}
main section#swipeup-landing-sec .sec2 .sec-content #video-content #video-holder {
  height: 100%;
  left: 1.5vh;
  transform: translate3d(0, 102%, 0);
}
main section#swipeup-landing-sec .sec2 .sec-content #video-content #video-holder video {
  position: absolute;
  height: 97.5%;
  top: 1.2%;
  border-radius: 6%;
  left: 0.3vw;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#swipeup-landing-sec .sec2 .sec-content #video-content #video-holder video {
    height: auto;
    width: 97%;
    top: 1.15%;
    border-radius: 6%;
    left: 0.4vw;
  }
}
main section#swipeup-landing-sec .sec2 .sec-content #video-content #video-holder svg.videoFrame {
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 19;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#swipeup-landing-sec .sec2 .sec-content #video-content #video-holder svg.videoFrame {
    height: auto;
  }
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#swipeup-landing-sec .sec2 .sec-content {
    position: relative;
    width: 100%;
    height: auto;
    margin: auto;
    left: 0;
    top: 0;
    transform: translate3d(0, 0, 0);
  }
}
main section#swipeup-landing-sec #section-triangle {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: -2;
  left: -50vw;
  transform: translate3d(150%, 0, 0);
}
main section#swipeup-landing-sec #section-triangle.active {
  -moz-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s;
  -webkit-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s;
  -ms-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s;
  -o-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s;
  transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s;
  transform: translate3d(0, 0, 0);
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#swipeup-landing-sec #section-triangle {
    bottom: 0;
  }
}
main section#swipeup-landing-sec #section-triangle::after {
  border-bottom: 20vw solid #ffffff;
  border-left: 150vw solid transparent;
  width: 0;
  height: 0;
  content: "";
  display: block;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#swipeup-landing-sec #section-triangle::after {
    border-bottom: 50vw solid #ffffff;
  }
}
main section#why-swipe-games {
  position: relative;
  z-index: 0;
  background-color: #ffffff;
  padding: 5vw 0;
  z-index: 0;
}
@media (min-width: 1700px) {
  main section#why-swipe-games {
    padding: 80px 0;
  }
}
main section#why-swipe-games .app-container {
  width: 82%;
}
main section#why-swipe-games .app-container .why-head {
  /*  display: table; */
  color: #000000;
  line-height: 2.5vw;
  font-family: "Gotham_Ultra", "Helvetica";
  font-size: 2.2vw;
  overflow: hidden;
  margin-bottom: 5vw;
}
main section#why-swipe-games .app-container .why-head.row {
  overflow: hidden;
}
main section#why-swipe-games .app-container .why-head.row span {
  display: table;
  transform: translate3d(0, 100%, 0);
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#why-swipe-games .app-container .why-head.row span {
    margin: auto;
  }
}
main section#why-swipe-games .app-container .why-head.row.active span {
  -moz-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s;
  -webkit-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s;
  -ms-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s;
  -o-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s;
  transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s;
  transform: translate3d(0, 0, 0);
}
@media (min-width: 1700px) {
  main section#why-swipe-games .app-container .why-head {
    font-size: 38px;
    line-height: 42px;
  }
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#why-swipe-games .app-container .why-head {
    font-size: 5.5vw;
    line-height: 6vw;
    margin-bottom: 10vw;
  }
}
@media (min-width: 1700px) {
  main section#why-swipe-games .app-container .why-head {
    margin-bottom: 80px;
  }
}
main section#why-swipe-games .app-container .why-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#why-swipe-games .app-container .why-content {
    flex-direction: column;
  }
}
main section#why-swipe-games .app-container .why-content article.why-article {
  width: 25%;
}
main section#why-swipe-games .app-container .why-content article.why-article:nth-child(n+5) {
  margin-top: 5vw;
}
@media (min-width: 1700px) {
  main section#why-swipe-games .app-container .why-content article.why-article:nth-child(n+5) {
    margin-top: 80px;
  }
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#why-swipe-games .app-container .why-content article.why-article {
    width: 80%;
    margin: auto;
    margin-bottom: 10vw;
  }
}
main section#why-swipe-games .app-container .why-content article.why-article.active .article-img {
  -moz-transition: linear 0.25s 0.2s;
  -webkit-transition: linear 0.25s 0.2s;
  -ms-transition: linear 0.25s 0.2s;
  -o-transition: linear 0.25s 0.2s;
  transition: linear 0.25s 0.2s;
  opacity: 1;
}
main section#why-swipe-games .app-container .why-content article.why-article .article-img {
  position: relative;
  height: 6vw;
  margin: auto;
  margin-bottom: 2vw;
  opacity: 0;
}
@media (min-width: 1700px) {
  main section#why-swipe-games .app-container .why-content article.why-article .article-img {
    margin-bottom: 32px;
    height: 100px;
  }
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#why-swipe-games .app-container .why-content article.why-article .article-img {
    width: 22vw;
    height: auto;
  }
}
main section#why-swipe-games .app-container .why-content article.why-article .article-img svg {
  margin: auto;
  display: block;
  height: 100%;
  left: 0;
  right: 0;
}
main section#why-swipe-games .app-container .why-content article.why-article .article-img svg.clipSVG {
  position: absolute;
  top: 0;
  margin: auto;
  left: 0;
  right: 0;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#why-swipe-games .app-container .why-content article.why-article .article-img svg {
    height: auto;
  }
}
main section#why-swipe-games .app-container .why-content article.why-article .article-info {
  display: table;
  margin: auto;
  text-align: center;
  color: #000000;
  line-height: 1.45vw;
  font-family: "Gotham_Book", "Helvetica";
  font-size: 1.2vw;
  overflow: hidden;
}
@media (min-width: 1700px) {
  main section#why-swipe-games .app-container .why-content article.why-article .article-info {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#why-swipe-games .app-container .why-content article.why-article .article-info {
    font-size: 3.5vw;
    line-height: 4.5vw;
    /*   line-height: 6vw; */
  }
}
main section#why-swipe-games .app-container .why-content article.why-article .article-info .row {
  overflow: hidden;
}
main section#why-swipe-games .app-container .why-content article.why-article .article-info .row span {
  display: table;
  transform: translate3d(0, 100%, 0);
  margin: auto;
}
main section#why-swipe-games .app-container .why-content article.why-article .article-info .row.active span {
  -moz-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s;
  -webkit-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s;
  -ms-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s;
  -o-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s;
  transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s;
  transform: translate3d(0, 0, 0);
}
main section#why-swipe-games .app-container .why-content article.why-article .article-info .row.active:nth-child(2) span {
  transition-delay: 0.1s;
}
main section#why-swipe-games .app-container .why-content article.why-article .article-info .row.active:nth-child(3) span {
  transition-delay: 0.2s;
}
main section#recent-projects {
  position: relative;
  background: transparent;
  padding: 5vw 0;
  z-index: 999;
}
@media (min-width: 1700px) {
  main section#recent-projects {
    padding: 80px 0;
  }
}
main section#recent-projects .app-container {
  width: 82%;
}
main section#recent-projects .app-container .recent-project-head {
  /*  display: table; */
  color: #000000;
  line-height: 2.5vw;
  font-family: "Gotham_Ultra", "Helvetica";
  font-size: 2.2vw;
  overflow: hidden;
  margin-bottom: 5vw;
}
@media (min-width: 1700px) {
  main section#recent-projects .app-container .recent-project-head {
    font-size: 38px;
    line-height: 42px;
  }
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#recent-projects .app-container .recent-project-head {
    font-size: 5.5vw;
    line-height: 6vw;
    margin-bottom: 10vw;
  }
}
@media (min-width: 1700px) {
  main section#recent-projects .app-container .recent-project-head {
    margin-bottom: 80px;
  }
}
main section#recent-projects .app-container .recent-project-head span {
  transform: translate3d(0, 100%, 0);
  display: table;
}
main section#recent-projects .app-container .recent-project-head.active span {
  -moz-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 1s 0s;
  -webkit-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 1s 0s;
  -ms-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 1s 0s;
  -o-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 1s 0s;
  transition: transform cubic-bezier(0.72, 0, 0.28, 1) 1s 0s;
  transform: translate3d(0, 0, 0);
}
main section#recent-projects .app-container .recent-content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#recent-projects .app-container .recent-content {
    flex-direction: column;
  }
}
main section#recent-projects .app-container .recent-content article.project-box {
  position: relative;
  width: 20%;
  opacity: 0;
}
main section#recent-projects .app-container .recent-content article.project-box:hover {
  transform: scale(1.02, 1.02);
}
main section#recent-projects .app-container .recent-content article.project-box a {
  text-decoration: none;
}
main section#recent-projects .app-container .recent-content article.project-box:nth-child(4n+2) {
  margin: 0 6.65% 0 6.65%;
}
@media (min-width: 1700px) {
  main section#recent-projects .app-container .recent-content article.project-box:nth-child(4n+2) {
    margin: 0 6.65% 0 6.65%;
  }
}
main section#recent-projects .app-container .recent-content article.project-box:nth-child(4n+3) {
  margin: 0 6.65% 0 0;
}
@media (min-width: 1700px) {
  main section#recent-projects .app-container .recent-content article.project-box:nth-child(4n+3) {
    margin: 0 6.65% 0 0;
  }
}
main section#recent-projects .app-container .recent-content article.project-box:nth-child(n+5) {
  margin-top: 5vw;
}
@media (min-width: 1700px) {
  main section#recent-projects .app-container .recent-content article.project-box:nth-child(n+5) {
    margin-top: 80px;
  }
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#recent-projects .app-container .recent-content article.project-box {
    margin: auto !important;
    width: 70%;
    margin-bottom: 10vw !important;
  }
}
main section#recent-projects .app-container .recent-content article.project-box video {
  width: 100%;
  border-radius: 8%;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#recent-projects .app-container .recent-content article.project-box video {
    border-radius: 8%;
  }
}
main section#recent-projects .app-container .recent-content article.project-box.active {
  -moz-transition: opacity linear 0.5s 0s, transform cubic-bezier(0.41, 0.01, 0.46, 1.43) 0.25s 0s;
  -webkit-transition: opacity linear 0.5s 0s, transform cubic-bezier(0.41, 0.01, 0.46, 1.43) 0.25s 0s;
  -ms-transition: opacity linear 0.5s 0s, transform cubic-bezier(0.41, 0.01, 0.46, 1.43) 0.25s 0s;
  -o-transition: opacity linear 0.5s 0s, transform cubic-bezier(0.41, 0.01, 0.46, 1.43) 0.25s 0s;
  transition: opacity linear 0.5s 0s, transform cubic-bezier(0.41, 0.01, 0.46, 1.43) 0.25s 0s;
  opacity: 1;
}
main section#recent-projects .app-container .recent-content article.project-box .videoFrame {
  position: absolute;
  width: 103%;
  left: -1.5%;
  top: -1.21%;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#recent-projects .app-container .recent-content article.project-box .videoFrame {
    top: -1.1%;
  }
}
main section#recent-projects .app-container .recent-content article.project-box .video-detail {
  margin-top: 1vw;
}
@media (min-width: 1700px) {
  main section#recent-projects .app-container .recent-content article.project-box .video-detail {
    margin-top: 18px;
  }
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#recent-projects .app-container .recent-content article.project-box .video-detail {
    margin-top: 4vw;
  }
}
main section#recent-projects .app-container .recent-content article.project-box .video-detail .row {
  font-family: "Gotham-Medium", "Helvetica";
  overflow: hidden;
  text-align: center;
  color: #ffffff;
  font-size: 1.2vw;
}
@media (min-width: 1700px) {
  main section#recent-projects .app-container .recent-content article.project-box .video-detail .row {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#recent-projects .app-container .recent-content article.project-box .video-detail .row {
    font-size: 3.5vw;
    line-height: 4.5vw;
  }
}
main section#recent-projects #section-triangle {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
  left: 0;
}
main section#recent-projects #section-triangle::after {
  border-top: 36vw solid #ffffff;
  border-right: 250vw solid transparent;
  width: 0;
  height: 0;
  content: "";
  display: block;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#recent-projects #section-triangle::after {
    border-top: 70vw solid #ffffff;
  }
}