@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%;
}

@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;
}

main section#landing-sec,
main section#latest-projects,
main section#our-service {
  z-index: 999;
}
main section#service-1 {
  z-index: 990;
}
main section#more-projects {
  z-index: 998;
}
main section#landing-sec {
  margin-top: 80px;
  height: calc(100vh - 80px);
}
main section#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#landing-sec .landing-hint svg {
    display: none;
  }
}
main section#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#landing-sec .landing-hint.animated svg rect {
  animation-name: mouseDrag;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
main section#landing-sec #landing-banner {
  position: relative;
  width: 100%;
  height: calc(100vh - 80px);
  overflow: hidden;
  z-index: 2;
}
main section#landing-sec #landing-banner > img, main section#landing-sec #landing-banner > video {
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}
main section#landing-sec .landing-content {
  position: absolute;
  width: calc(100% - 100px);
  height: calc(100vh - 80px);
  overflow: hidden;
  top: 80px;
  left: 0;
  z-index: 2;
  right: 0;
  margin: auto;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#landing-sec .landing-content {
    width: calc(100% - 50px);
  }
}
main section#landing-sec .landing-content .landing-social {
  top: calc(100% - 80px);
  float: right;
  position: relative;
  display: flex;
}
main section#landing-sec .landing-content .landing-social .social-icon {
  margin-left: 30px;
  overflow: hidden;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#landing-sec .landing-content .landing-social .social-icon {
    margin-left: 5vw;
  }
}
main section#landing-sec .landing-content .landing-social .social-icon 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;
}
main section#landing-sec .landing-content .landing-social .social-icon svg.active {
  transform: translate3d(0, 0, 0);
  transition-delay: 0.85s, 0s;
}
main section#landing-sec .landing-content .landing-social .social-icon.instagram-icon:hover svg {
  fill: #d62976 !important;
}
main section#landing-sec .landing-content .landing-social .social-icon.facebook-icon:hover svg {
  fill: #3C5A99;
}
main section#landing-sec .landing-content .landing-social .social-icon.twitter-icon:hover svg {
  fill: #1dcaff;
}
main section#landing-sec .landing-content .landing-social .social-icon.linkedin-icon:hover svg {
  fill: #4875B4;
}
main section#landing-sec .landing-content .landing-social .social-icon.youtube-icon:hover svg {
  fill: #c4302b;
}
main section#landing-sec .landing-content .landing-greet {
  top: calc(100% - 80px);
  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#landing-sec .landing-content .landing-greet {
    font-size: 3.5vw;
  }
}
main section#landing-sec .landing-content .landing-greet.active {
  transform: translate3d(0, 0, 0);
  transition-delay: 0.6s;
}
main section#landing-sec .landing-content .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#landing-sec .landing-content .mobile-scroll-hint {
    display: block;
    top: calc(100% - 25vw);
    float: left;
    position: relative;
    font-size: 1.5rem;
  }
}
main section#landing-sec .landing-content .mobile-scroll-hint .hint-text {
  font-size: 4vw;
}
main section#landing-sec .landing-content .mobile-scroll-hint .hint-icon {
  position: relative;
  top: 1.5px;
}
main section#landing-sec .landing-content .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#landing-sec .landing-content .landing-info {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(100vh - 80px);
  margin-left: 10%;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#landing-sec .landing-content .landing-info {
    margin: auto;
    left: 0;
    right: 0;
    align-items: center;
  }
}
main section#landing-sec .landing-content .landing-info .info {
  display: table;
  color: #ffffff;
  line-height: 3vw;
  font-family: "Gotham-Medium", "Helvetica";
  font-size: 2.2vw;
  overflow: hidden;
}
@media (min-width: 1700px) {
  main section#landing-sec .landing-content .landing-info .info {
    font-size: 38px;
    line-height: 50px;
  }
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#landing-sec .landing-content .landing-info .info {
    font-size: 4vw;
    line-height: 6vw;
  }
}
main section#landing-sec .landing-content .landing-info .info span {
  position: relative;
  display: inline-block;
  transform: translate3d(0, 100%, 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;
  transition-delay: 0s;
  transition-duration: 0s;
}
main section#landing-sec .landing-content .landing-info .info span.active {
  transform: translate3d(0, 0, 0);
  transition-duration: 1s;
}
main section#landing-sec .landing-content .landing-info .info.row2 span {
  transition-delay: 0.1s;
}
main section#landing-sec .landing-content .landing-info .info.row3 span {
  transition-delay: 0.2s;
}
main section#landing-sec .landing-content .landing-info .info.row4 span {
  transition-delay: 0.3s;
}
main section#landing-sec .landing-content .landing-info .info.row5 span {
  transition-delay: 0.4s;
}
main section#our-service {
  position: relative;
  background: #ffffff;
  z-index: 999;
}
main section#our-service .service-sec {
  padding-top: 80px;
  position: relative;
  /*             padding-bottom: 80px;
   */
}
main section#our-service .service-sec .service-title {
  font-size: 2.2vw;
  font-family: "Gotham_Ultra", "Helvetica";
  letter-spacing: 0.3vw;
  overflow: hidden;
}
@media (min-width: 1700px) {
  main section#our-service .service-sec .service-title {
    font-size: 38px;
    letter-spacing: 5px;
  }
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#our-service .service-sec .service-title {
    font-size: 5.2vw;
    letter-spacing: 0.6vw;
  }
}
main section#our-service .service-sec .service-title span {
  transform: translate3d(0, 100%, 0);
  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#our-service .service-sec .service-title.active span {
  transform: translate3d(0, 0, 0);
}
main section#our-service .service-sec .partner-logo {
  position: absolute;
  overflow: hidden;
  top: calc(80px - 1.5vw);
  right: 1vw;
  width: 16vw;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#our-service .service-sec .partner-logo {
    width: 30vw;
  }
}
main section#our-service .service-sec .partner-logo img {
  width: 100%;
  display: table;
  transform: translate3d(0, 100%, 0);
  -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#our-service .service-sec .partner-logo.active img {
  transform: translate3d(0, 0, 0);
}
main section#our-service .service-sec .service-cards-content {
  width: 100%;
  max-width: 1500px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#our-service .service-sec .service-cards-content {
    margin: 8vw 0 0 0;
    width: calc(100% + 20px);
    margin-left: -10px;
  }
}
main section#our-service .service-sec .service-cards-content .service-card {
  width: calc(22% - 20px);
  background-color: #ffffff;
  /* box-shadow: 0 0 10px #c4c4c4; */
  /* border-radius: 15px; */
  display: block;
  /* width: 50%; */
  /* padding: 4vw 0; */
  padding: 10px;
  margin-top: 2vw !important;
  margin-bottom: 1vw !important;
  overflow-y: hidden;
  margin: 0 0 0 0;
  margin-top: 2vw !important;
  margin-bottom: 1vw !important;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#our-service .service-sec .service-cards-content .service-card {
    width: calc(50% - 20px);
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }
}
main section#our-service .service-sec .service-cards-content .service-card .service-content {
  box-shadow: 0 0 10px #c4c4c4;
  background-color: #ffffff;
  border-radius: 25px;
  display: flex;
  /* height: 100%; */
  /* width: 100%; */
  flex-direction: column;
  padding: 15% 0;
  transform: translate3d(0, 110%, 0);
  -moz-transition: transform cubic-bezier(0.41, 0.01, 0.46, 1.1) 0.5s 0s, background-color linear 0.15s 0s;
  -webkit-transition: transform cubic-bezier(0.41, 0.01, 0.46, 1.1) 0.5s 0s, background-color linear 0.15s 0s;
  -ms-transition: transform cubic-bezier(0.41, 0.01, 0.46, 1.1) 0.5s 0s, background-color linear 0.15s 0s;
  -o-transition: transform cubic-bezier(0.41, 0.01, 0.46, 1.1) 0.5s 0s, background-color linear 0.15s 0s;
  transition: transform cubic-bezier(0.41, 0.01, 0.46, 1.1) 0.5s 0s, background-color linear 0.15s 0s;
  will-change: transform;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#our-service .service-sec .service-cards-content .service-card .service-content {
    border-radius: 15px;
  }
}
main section#our-service .service-sec .service-cards-content .service-card .service-content.card_red {
  background-color: #f62323;
}
main section#our-service .service-sec .service-cards-content .service-card .service-content.card_red .service-head {
  color: #ffffff;
}
main section#our-service .service-sec .service-cards-content .service-card .service-content.card_red .service-info {
  color: #ffffff;
}
main section#our-service .service-sec .service-cards-content .service-card .service-icon {
  overflow: hidden;
  width: 30%;
  margin: 0 auto 1vw auto;
  display: table;
}
main section#our-service .service-sec .service-cards-content .service-card .service-icon > svg {
  transform: translate3d(0, 110%, 0);
  -moz-transition: transform cubic-bezier(0.41, 0.01, 0.46, 1.1) 0.5s 0.25s;
  -webkit-transition: transform cubic-bezier(0.41, 0.01, 0.46, 1.1) 0.5s 0.25s;
  -ms-transition: transform cubic-bezier(0.41, 0.01, 0.46, 1.1) 0.5s 0.25s;
  -o-transition: transform cubic-bezier(0.41, 0.01, 0.46, 1.1) 0.5s 0.25s;
  transition: transform cubic-bezier(0.41, 0.01, 0.46, 1.1) 0.5s 0.25s;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#our-service .service-sec .service-cards-content .service-card .service-icon {
    width: 35%;
  }
}
main section#our-service .service-sec .service-cards-content .service-card .service-head {
  text-align: center;
  margin: auto;
  display: table;
  color: #000000;
  line-height: 2vw;
  font-family: "Gotham-Medium", "Helvetica";
  font-size: 1.45vw;
  overflow: hidden;
  margin-bottom: 1vw;
  -moz-transition: color linear 0.15s 0s;
  -webkit-transition: color linear 0.15s 0s;
  -ms-transition: color linear 0.15s 0s;
  -o-transition: color linear 0.15s 0s;
  transition: color linear 0.15s 0s;
}
@media (min-width: 1700px) {
  main section#our-service .service-sec .service-cards-content .service-card .service-head {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 17px;
  }
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#our-service .service-sec .service-cards-content .service-card .service-head {
    font-size: 3vw;
    line-height: 4vw;
    margin-bottom: 2vw;
  }
}
main section#our-service .service-sec .service-cards-content .service-card .service-head .row {
  overflow: hidden;
  margin: auto;
  display: table;
}
main section#our-service .service-sec .service-cards-content .service-card .service-head .row span {
  transform: translate3d(0, 100%, 0);
  display: table;
  -moz-transition: transform cubic-bezier(0.41, 0.01, 0.46, 1.1) 0.5s 0.3s;
  -webkit-transition: transform cubic-bezier(0.41, 0.01, 0.46, 1.1) 0.5s 0.3s;
  -ms-transition: transform cubic-bezier(0.41, 0.01, 0.46, 1.1) 0.5s 0.3s;
  -o-transition: transform cubic-bezier(0.41, 0.01, 0.46, 1.1) 0.5s 0.3s;
  transition: transform cubic-bezier(0.41, 0.01, 0.46, 1.1) 0.5s 0.3s;
}
main section#our-service .service-sec .service-cards-content .service-card .service-info {
  text-align: center;
  margin: auto;
  display: table;
  color: #000000;
  line-height: 1.5vw;
  font-family: "Gotham_Book", "Helvetica";
  font-size: 1.05vw;
  overflow: hidden;
  -moz-transition: color linear 0.15s 0s;
  -webkit-transition: color linear 0.15s 0s;
  -ms-transition: color linear 0.15s 0s;
  -o-transition: color linear 0.15s 0s;
  transition: color linear 0.15s 0s;
}
@media (min-width: 1700px) {
  main section#our-service .service-sec .service-cards-content .service-card .service-info {
    font-size: 19px;
    line-height: 25px;
  }
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#our-service .service-sec .service-cards-content .service-card .service-info {
    font-size: 2.4vw;
    line-height: 3vw;
  }
}
main section#our-service .service-sec .service-cards-content .service-card .service-info .row {
  overflow: hidden;
  margin: auto;
  display: table;
}
main section#our-service .service-sec .service-cards-content .service-card .service-info .row span {
  transform: translate3d(0, 100%, 0);
  display: table;
  -moz-transition: transform cubic-bezier(0.41, 0.01, 0.46, 1.1) 0.5s 0.35s;
  -webkit-transition: transform cubic-bezier(0.41, 0.01, 0.46, 1.1) 0.5s 0.35s;
  -ms-transition: transform cubic-bezier(0.41, 0.01, 0.46, 1.1) 0.5s 0.35s;
  -o-transition: transform cubic-bezier(0.41, 0.01, 0.46, 1.1) 0.5s 0.35s;
  transition: transform cubic-bezier(0.41, 0.01, 0.46, 1.1) 0.5s 0.35s;
}
main section#our-service .service-sec .service-cards-content .service-card:nth-child(4n+2) {
  margin: 0 4%;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#our-service .service-sec .service-cards-content .service-card:nth-child(4n+2) {
    margin: 0;
  }
}
main section#our-service .service-sec .service-cards-content .service-card:nth-child(4n+3) {
  margin: 0 4% 0 0;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#our-service .service-sec .service-cards-content .service-card:nth-child(4n+3) {
    margin: 0;
  }
}
main section#our-service .service-sec .service-cards-content .service-card.active .service-content {
  transform: translate3d(0, 0, 0);
}
main section#our-service .service-sec .service-cards-content .service-card.active .service-head .row span {
  transform: translate3d(0, 0, 0);
}
main section#our-service .service-sec .service-cards-content .service-card.active .service-info .row span {
  transform: translate3d(0, 0, 0);
}
main section#our-service .service-sec .service-cards-content .service-icon.active svg {
  transform: translate3d(0, 0, 0);
}
main section#our-service .service-sec .service-cards-content .service-icon.active svg path#Shape_27_,
main section#our-service .service-sec .service-cards-content .service-icon.active svg path#Shape_29_,
main section#our-service .service-sec .service-cards-content .service-icon.active svg path#Shape_30_,
main section#our-service .service-sec .service-cards-content .service-icon.active svg path#Shape_31_ {
  transform: translate3d(0, 0, 0);
}
main section#our-service .service-sec .service-cards-content .service-icon.active svg #frame0, main section#our-service .service-sec .service-cards-content .service-icon.active svg #frame1, main section#our-service .service-sec .service-cards-content .service-icon.active svg #frame2, main section#our-service .service-sec .service-cards-content .service-icon.active svg #frame3 {
  transform: translate3d(0, 0, 0);
}
main section#our-service .service-sec .service-cards-content .service-icon.active svg #_joystick_ {
  transform: translate3d(0, 0, 0);
}
main section#our-service .service-sec .service-cards-content .service-icon.active svg #newsfeed_icon {
  transform: scale(1, 1);
}
main section#our-service .service-sec .service-cards-content .service-icon.active svg #swipe_circle_white, main section#our-service .service-sec .service-cards-content .service-icon.active svg #swipe_circle_black {
  transform: translate3d(0, 0, 0);
}
main section#our-service .service-sec .service-cards-content .service-icon.active svg #tiktok_container, main section#our-service .service-sec .service-cards-content .service-icon.active svg #tiktokLogo {
  transform: translate3d(0, 0, 0);
}
main section#our-service .service-sec .service-cards-content .service-icon.active svg #snapchat_logo {
  transform: translate3d(0, 0, 0);
}
main section#our-service .service-sec .service-cards-content .service-icon.active svg #mic {
  transform: translate3d(0, 0, 0);
}
main section#our-service .service-sec .service-cards-content .service-card.active.ind2 .service-content {
  transition-delay: 0.1s, 0s;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#our-service .service-sec .service-cards-content .service-card.active.ind2 .service-content {
    transition-delay: 0s;
  }
}
main section#our-service .service-sec .service-cards-content .service-card.active.ind2 .service-icon svg {
  transition-delay: 0.3s;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#our-service .service-sec .service-cards-content .service-card.active.ind2 .service-icon svg {
    transition-delay: 0s;
  }
}
main section#our-service .service-sec .service-cards-content .service-card.active.ind2 .service-head span {
  transition-delay: 0.35s;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#our-service .service-sec .service-cards-content .service-card.active.ind2 .service-head span {
    transition-delay: 0s;
  }
}
main section#our-service .service-sec .service-cards-content .service-card.active.ind2 .service-info span {
  transition-delay: 0.4s;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#our-service .service-sec .service-cards-content .service-card.active.ind2 .service-info span {
    transition-delay: 0s;
  }
}
main section#our-service .service-sec .service-cards-content .service-card.active.ind3 .service-content {
  transition-delay: 0.2s, 0s;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#our-service .service-sec .service-cards-content .service-card.active.ind3 .service-content {
    transition-delay: 0s;
  }
}
main section#our-service .service-sec .service-cards-content .service-card.active.ind3 .service-icon svg {
  transition-delay: 0.35s;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#our-service .service-sec .service-cards-content .service-card.active.ind3 .service-icon svg {
    transition-delay: 0s;
  }
}
main section#our-service .service-sec .service-cards-content .service-card.active.ind3 .service-head span {
  transition-delay: 0.4s;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#our-service .service-sec .service-cards-content .service-card.active.ind3 .service-head span {
    transition-delay: 0s;
  }
}
main section#our-service .service-sec .service-cards-content .service-card.active.ind3 .service-info span {
  transition-delay: 0.45s;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#our-service .service-sec .service-cards-content .service-card.active.ind3 .service-info span {
    transition-delay: 0s;
  }
}
main section#our-service .service-sec .service-cards-content .service-card.active.ind4 .service-content {
  transition-delay: 0.3s, 0s;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#our-service .service-sec .service-cards-content .service-card.active.ind4 .service-content {
    transition-delay: 0s;
  }
}
main section#our-service .service-sec .service-cards-content .service-card.active.ind4 .service-icon svg {
  transition-delay: 0.4s;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#our-service .service-sec .service-cards-content .service-card.active.ind4 .service-icon svg {
    transition-delay: 0s;
  }
}
main section#our-service .service-sec .service-cards-content .service-card.active.ind4 .service-head span {
  transition-delay: 0.45s;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#our-service .service-sec .service-cards-content .service-card.active.ind4 .service-head span {
    transition-delay: 0s;
  }
}
main section#our-service .service-sec .service-cards-content .service-card.active.ind4 .service-info span {
  transition-delay: 0.5s;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#our-service .service-sec .service-cards-content .service-card.active.ind4 .service-info span {
    transition-delay: 0s;
  }
}
main section#latest-projects,
main section#more-projects {
  position: relative;
  background: #ffffff;
}
main section#latest-projects > .projects-sec #project-loader,
main section#more-projects > .projects-sec #project-loader {
  position: absolute;
  top: calc(80px - 1.5vw);
  left: 30vw;
  opacity: 0;
  transition: opacity linear 0.25s;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#latest-projects > .projects-sec #project-loader,
  main section#more-projects > .projects-sec #project-loader {
    right: 25px;
    top: 68px;
    left: auto;
  }
}
@media (min-width: 1700px) {
  main section#latest-projects > .projects-sec #project-loader,
  main section#more-projects > .projects-sec #project-loader {
    top: 60px;
    left: 500px;
  }
}
main section#latest-projects > .projects-sec #project-loader svg,
main section#more-projects > .projects-sec #project-loader svg {
  width: 5vw;
  height: 5vw;
}
@media (min-width: 1700px) {
  main section#latest-projects > .projects-sec #project-loader svg,
  main section#more-projects > .projects-sec #project-loader svg {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#latest-projects > .projects-sec #project-loader svg,
  main section#more-projects > .projects-sec #project-loader svg {
    width: 12vw;
    height: 12vw;
  }
}
@media (min-width: 1700px) {
  main section#latest-projects > .projects-sec > .project-title,
  main section#more-projects > .projects-sec > .project-title {
    font-size: 38px;
    letter-spacing: 5px;
  }
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#latest-projects > .projects-sec > .project-title,
  main section#more-projects > .projects-sec > .project-title {
    font-size: 5.2vw;
    letter-spacing: 0.6vw;
  }
}
main section#latest-projects .projects-sec,
main section#more-projects .projects-sec {
  padding-top: 80px;
  padding-bottom: 80px;
}
main section#latest-projects.active #project-loader,
main section#more-projects.active #project-loader {
  opacity: 1;
}
main section#latest-projects.active .project-slider,
main section#more-projects.active .project-slider {
  opacity: 1;
}
main section#latest-projects.active .projects-title > span,
main section#more-projects.active .projects-title > span {
  transform: translate3d(0, 0, 0) !important;
}
main section#latest-projects .project-slider,
main section#more-projects .project-slider {
  margin: 1rem 0 0 0;
  opacity: 0;
  -moz-transition: opacity ease-out 0.5s 0.5s;
  -webkit-transition: opacity ease-out 0.5s 0.5s;
  -ms-transition: opacity ease-out 0.5s 0.5s;
  -o-transition: opacity ease-out 0.5s 0.5s;
  transition: opacity ease-out 0.5s 0.5s;
}
main section#latest-projects .project-slider .item,
main section#more-projects .project-slider .item {
  background: #ffffff;
  padding: 5px;
}
main section#latest-projects .project-slider article.item,
main section#more-projects .project-slider article.item {
  height: 100%;
}
main section#latest-projects .project-slider article.item .project-box,
main section#more-projects .project-slider article.item .project-box {
  height: 100%;
  display: table;
}
main section#latest-projects .project-slider article.item .project-box .project-icon,
main section#more-projects .project-slider article.item .project-box .project-icon {
  overflow: hidden;
  position: relative;
}
main section#latest-projects .project-slider article.item .project-box .project-icon img,
main section#more-projects .project-slider article.item .project-box .project-icon img {
  -moz-transition: transform ease-out 0.25s 0s;
  -webkit-transition: transform ease-out 0.25s 0s;
  -ms-transition: transform ease-out 0.25s 0s;
  -o-transition: transform ease-out 0.25s 0s;
  transition: transform ease-out 0.25s 0s;
}
main section#latest-projects .project-slider article.item .project-box .project-icon:hover img,
main section#more-projects .project-slider article.item .project-box .project-icon:hover img {
  transform: scale(1.1);
}
main section#latest-projects .project-slider article.item .project-box .main-info,
main section#more-projects .project-slider article.item .project-box .main-info {
  width: 100%;
  display: table;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 12px;
}
main section#latest-projects .project-slider article.item .project-box .project-info,
main section#more-projects .project-slider article.item .project-box .project-info {
  font-size: 1.5vw;
  margin: 0 0 60px 0;
  text-overflow: clip;
  font-family: "Gotham-Medium", "Helvetica";
}
@media (min-width: 1700px) {
  main section#latest-projects .project-slider article.item .project-box .project-info,
  main section#more-projects .project-slider article.item .project-box .project-info {
    font-size: 24px;
  }
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#latest-projects .project-slider article.item .project-box .project-info,
  main section#more-projects .project-slider article.item .project-box .project-info {
    font-size: 3.3vw !important;
  }
}
main section#latest-projects .project-slider article.item .project-box .project-date,
main section#more-projects .project-slider article.item .project-box .project-date {
  font-family: "Gotham_Book", "Helvetica";
  float: right;
  color: #a3a3a3;
}
main section#latest-projects .project-slider article.item .project-box .project-title,
main section#more-projects .project-slider article.item .project-box .project-title {
  color: #f62323;
  float: left;
  font-family: "Gotham-Medium", "Helvetica";
}
main section#latest-projects .project-slider article.item .project-box .btn-action,
main section#more-projects .project-slider article.item .project-box .btn-action {
  position: absolute;
  bottom: 0;
  padding: 10px;
  display: table;
  border: 1px solid #575757;
  font-family: "Gotham-Medium", "Helvetica";
  font-size: 13px;
  margin-top: 25px;
  color: #575757;
  -moz-transition: all linear 0.25s 0s;
  -webkit-transition: all linear 0.25s 0s;
  -ms-transition: all linear 0.25s 0s;
  -o-transition: all linear 0.25s 0s;
  transition: all linear 0.25s 0s;
  cursor: pointer;
  /* &:hover {
      background: #000000;
      border: 1px solid rgba(0, 0, 0, 0);

  } */
}
main section#latest-projects .project-slider article.item .project-box .btn-action:hover,
main section#more-projects .project-slider article.item .project-box .btn-action:hover {
  background: #000000;
  border: 1px solid rgba(0, 0, 0, 0);
  color: #fff;
}
main section#latest-projects .project-slider article.item .project-box .btn-action:hover a,
main section#more-projects .project-slider article.item .project-box .btn-action:hover a {
  color: #fff;
}
main section#latest-projects .project-slider article.item .project-box .btn-action a,
main section#more-projects .project-slider article.item .project-box .btn-action a {
  padding: 10px;
  text-decoration: none;
  color: #575757;
  -moz-transition: all linear 0.25s 0s;
  -webkit-transition: all linear 0.25s 0s;
  -ms-transition: all linear 0.25s 0s;
  -o-transition: all linear 0.25s 0s;
  transition: all linear 0.25s 0s;
}
main section#latest-projects .projects-title,
main section#more-projects .projects-title {
  font-size: 2.2vw;
  font-family: "Gotham_Ultra", "Helvetica";
  letter-spacing: 0.3vw;
  overflow: hidden;
}
@media (min-width: 1700px) {
  main section#latest-projects .projects-title,
  main section#more-projects .projects-title {
    font-size: 38px;
    letter-spacing: 5px;
  }
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#latest-projects .projects-title,
  main section#more-projects .projects-title {
    font-size: 5.2vw;
    letter-spacing: 0.6vw;
  }
}
main section#latest-projects .projects-title > span,
main section#more-projects .projects-title > span {
  transform: translate3d(0, 100%, 0);
  display: inline-block;
  transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s;
  will-change: transform;
}
main section#service-1 {
  display: flex;
  min-height: 100vh;
  position: fixed;
  z-index: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  background-color: #ffffff;
  /*   &.IOS{
        position: sticky;
        bottom: 0;
    } */
}
main section#service-1 div#service-indicator {
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translate(-100%, -50%);
  /* &.IOS{
      position: absolute;
      top: 27.5vh;
      display: table;
      left: 2%;
      bottom: 0;
      @include for-mobile-portrait-screen {
          top:17.2vh;
      }
      transform: translate(-7vw, 0);
      &.active {
          transform: translate(0, 0);
          transition-delay: 0s;

          @include for-mobile-portrait-screen {
              transform: translate(0, 0);
          }
      }
  } */
  -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;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#service-1 div#service-indicator {
    transform: translate(-100%, -32vh);
  }
}
main section#service-1 div#service-indicator.active {
  transform: translate(100%, -50%);
  transition-delay: 0s;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#service-1 div#service-indicator.active {
    transform: translate(100%, -32vh);
  }
}
main section#service-1 div#service-indicator .indicator-num {
  font-family: "Gotham_Ultra", "Helvetica";
  font-size: 1.2vw;
}
@media (min-width: 1700px) {
  main section#service-1 div#service-indicator .indicator-num {
    font-size: 20px;
  }
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#service-1 div#service-indicator .indicator-num {
    font-size: 3vw;
  }
}
main section#service-1 div#service-indicator .indicator {
  position: relative;
  overflow: hidden;
  margin-left: 0.8vw;
}
@media (min-width: 1700px) {
  main section#service-1 div#service-indicator .indicator {
    margin-left: 14px;
  }
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#service-1 div#service-indicator .indicator {
    margin-left: 2vw;
  }
}
main section#service-1 div#service-indicator #total {
  width: 2px;
  height: 40vh;
  background-color: #e6e6e6;
  position: relative;
  border-radius: 20px;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#service-1 div#service-indicator #total {
    height: 25vh;
  }
}
main section#service-1 div#service-indicator #progress {
  width: 2px;
  height: 40vh;
  background-color: #575757;
  position: absolute;
  border-radius: 20px;
  top: 0;
  transform: translateY(-100%);
  -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;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#service-1 div#service-indicator #progress {
    height: 25vh;
  }
}
main section#service-1 div#service-indicator #progress.twenty {
  transform: translateY(-80%);
}
main section#service-1 div#service-indicator #progress.fourty {
  transform: translateY(-60%);
}
main section#service-1 div#service-indicator #progress.sixty {
  transform: translateY(-40%);
}
main section#service-1 div#service-indicator #progress.eighty {
  transform: translateY(-20%);
}
main section#service-1 div#service-indicator #progress.hundred {
  transform: translateY(0%);
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#service-1 {
    height: 100%;
    flex-direction: column;
  }
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#service-1 .app-container {
    height: 100%;
  }
}
main section#service-1 .sec1,
main section#service-1 .sec2 {
  min-height: 100vh;
  position: relative;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#service-1 .sec1,
  main section#service-1 .sec2 {
    min-height: auto;
  }
}
main section#service-1 .sec1 {
  width: 65%;
  background-color: #ffffff;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#service-1 .sec1 {
    width: 100%;
    height: 65%;
    top: 0;
  }
}
main section#service-1 .sec1.stage1 .info1 > div > span, main section#service-1 .sec1.stage2 .info2 > div > span, main section#service-1 .sec1.stage3 .info3 > div > span, main section#service-1 .sec1.stage4 .info4 > div > span, main section#service-1 .sec1.stage5 .info5 > div > span {
  transition-delay: 0.35s !important;
  transform: translateY(0%) !important;
  opacity: 1 !important;
}
main section#service-1 .sec1.stage1 .info1 > div:nth-child(2) > span, main section#service-1 .sec1.stage2 .info2 > div:nth-child(2) > span, main section#service-1 .sec1.stage3 .info3 > div:nth-child(2) > span, main section#service-1 .sec1.stage4 .info4 > div:nth-child(2) > span, main section#service-1 .sec1.stage5 .info5 > div:nth-child(2) > span {
  transition-delay: 0.55s !important;
}
main section#service-1 .sec1.stage2 .info1 > div > span, main section#service-1 .sec1.stage3 .info2 > div > span, main section#service-1 .sec1.stage4 .info3 > div > span, main section#service-1 .sec1.stage5 .info4 > div > span {
  transition-delay: 0s;
  transform: translateY(-100%) !important;
}
main section#service-1 .sec1 .service-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#service-1 .sec1 .service-content {
    height: 50%;
    top: 50%;
    transform: translate3d(0, -50%, 0);
  }
}
main section#service-1 .sec1 .service-content .service-head {
  margin-top: 1vw;
  font-family: "Gotham-Medium", "Helvetica";
  font-size: 1.55vw;
  letter-spacing: 0.25vw;
  color: #a3a3a3;
  margin-bottom: 1vw;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1700px) {
  main section#service-1 .sec1 .service-content .service-head {
    font-size: 27px;
    letter-spacing: 4px;
  }
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#service-1 .sec1 .service-content .service-head {
    font-size: 3vw;
    letter-spacing: 0.7vw;
  }
}
main section#service-1 .sec1 .service-content .service-head > span {
  transform: translateY(100%);
  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#service-1 .sec1 .service-content .service-head.active > span {
  transition-delay: 0.5s;
  transform: translateY(0%) !important;
}
main section#service-1 .sec1 .service-content .service-infos {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
main section#service-1 .sec1 .service-content .service-infos > div {
  -moz-transition: opacity ease-out 0.5s 0s, transform cubic-bezier(0.72, 0, 0.28, 1) 1s 0s;
  -webkit-transition: opacity ease-out 0.5s 0s, transform cubic-bezier(0.72, 0, 0.28, 1) 1s 0s;
  -ms-transition: opacity ease-out 0.5s 0s, transform cubic-bezier(0.72, 0, 0.28, 1) 1s 0s;
  -o-transition: opacity ease-out 0.5s 0s, transform cubic-bezier(0.72, 0, 0.28, 1) 1s 0s;
  transition: opacity ease-out 0.5s 0s, transform cubic-bezier(0.72, 0, 0.28, 1) 1s 0s;
  will-change: transform;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main section#service-1 .sec1 .service-content .service-infos > div > div {
  overflow: hidden;
}
main section#service-1 .sec1 .service-content .service-infos > div > div > span {
  transition-delay: 0s;
  transform: translateY(100%);
  opacity: 0;
  -moz-transition: opacity ease-out 0.5s 0s, transform cubic-bezier(0.72, 0, 0.28, 1) 1s 0s;
  -webkit-transition: opacity ease-out 0.5s 0s, transform cubic-bezier(0.72, 0, 0.28, 1) 1s 0s;
  -ms-transition: opacity ease-out 0.5s 0s, transform cubic-bezier(0.72, 0, 0.28, 1) 1s 0s;
  -o-transition: opacity ease-out 0.5s 0s, transform cubic-bezier(0.72, 0, 0.28, 1) 1s 0s;
  transition: opacity ease-out 0.5s 0s, transform cubic-bezier(0.72, 0, 0.28, 1) 1s 0s;
  will-change: transform;
  display: block;
}
main section#service-1 .sec1 .service-content .service-infos > div > div > span.stage1 {
  transform: translateY(0%);
}
main section#service-1 .sec1 .service-content .service-infos > div > div > span.sec2.stage2 {
  transform: translateY(-100%) !important;
}
main section#service-1 .sec1 .service-content .service-infos > div:nth-child(n+2) {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
main section#service-1 .sec1 .service-content .service-infos .service-info {
  font-family: "Gotham-Medium", "Helvetica";
  font-size: 2.5vw;
  line-height: 3.2vw;
  color: #000000;
}
@media (min-width: 1700px) {
  main section#service-1 .sec1 .service-content .service-infos .service-info {
    font-size: 42px;
    line-height: 54px;
  }
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#service-1 .sec1 .service-content .service-infos .service-info {
    font-size: 4.5vw;
    line-height: 5.5vw;
  }
}
main section#service-1 .sec1 .service-content .service-infos .service-hint {
  font-family: "Gotham_Book", "Helvetica";
  font-size: 1.5vw;
  line-height: 2vw;
  margin-top: 1vw;
  color: #000000;
}
@media (min-width: 1700px) {
  main section#service-1 .sec1 .service-content .service-infos .service-hint {
    font-size: 25px;
    line-height: 33px;
  }
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#service-1 .sec1 .service-content .service-infos .service-hint {
    font-size: 3.2vw;
    line-height: 4vw;
  }
}
main section#service-1 .sec1 .service-content .service-explore {
  font-family: "Gotham_Ultra";
  font-size: 1.5vw;
  overflow: hidden;
  position: relative;
  padding: 1vw 0;
  cursor: pointer;
  display: table;
  margin-top: 1vw;
  width: 30%;
}
main section#service-1 .sec1 .service-content .service-explore a {
  display: flex;
  text-decoration: none;
  color: #f62323;
}
@media (min-width: 1700px) {
  main section#service-1 .sec1 .service-content .service-explore {
    margin-top: 0px;
    font-size: 28px;
  }
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#service-1 .sec1 .service-content .service-explore {
    font-size: 4vw;
    width: 40%;
  }
}
main section#service-1 .sec1 .service-content .service-explore > span {
  transform: translateY(250%);
  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#service-1 .sec1 .service-content .service-explore.active > span {
  transition-delay: 1s;
  transform: translateY(0%);
}
main section#service-1 .sec1 .service-content .service-explore:hover .icon-holder {
  border-radius: 50%;
  border: 1.25px solid #f62323;
  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: #f62323;
}
main section#service-1 .sec1 .service-content .service-explore:hover .icon-holder svg path {
  fill: #ffffff !important;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#service-1 .sec1 .service-content .service-explore:hover .icon-holder {
    width: 5vw;
    height: 5vw;
    margin-left: 3vw;
  }
}
main section#service-1 .sec1 .service-content .service-explore .icon-holder {
  border-radius: 50%;
  border: 1.25px solid #f62323;
  width: 2.5vw;
  height: 2.5vw;
  display: inline-block;
  position: relative;
  margin-left: 1vw;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#service-1 .sec1 .service-content .service-explore .icon-holder {
    width: 5vw;
    height: 5vw;
    margin-left: 3vw;
  }
}
main section#service-1 .sec1 .service-content .service-explore .icon-holder svg {
  width: 1.25vw;
  height: 1.25vw;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s;
  will-change: transform;
}
@media (min-width: 1700px) {
  main section#service-1 .sec1 .service-content .service-explore .icon-holder svg {
    height: 20px;
    width: 20px;
  }
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#service-1 .sec1 .service-content .service-explore .icon-holder svg {
    width: 3vw;
    height: 3vw;
  }
}
main section#service-1 .sec1 .service-content .service-explore .explore-txt {
  display: inline-block;
  overflow: hidden;
  top: -0.5vw;
  position: relative;
}
main section#service-1 .sec1 .service-content .service-explore .explore-txt > div {
  transform: translate3d(0%, 0%, 0%);
  transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s;
  will-change: transform;
}
main section#service-1 .sec1 .service-content .service-explore .explore-txt > div:nth-child(2) {
  position: absolute;
  top: 0;
  transform: translate3d(0, 100%, 0);
}
main section#service-1 .sec1 .service-content .service-explore .explore-txt.active > div:nth-child(1) {
  transform: translate3d(0, -100%, 0);
}
main section#service-1 .sec1 .service-content .service-explore .explore-txt.active > div:nth-child(2) {
  transform: translate3d(0, 0%, 0);
}
main section#service-1 .sec1 .service-content .service-explore svg {
  width: 1.25vw;
  height: 1.25vw;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  -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#service-1 .sec2 {
  width: 35%;
  background-color: #2e437c;
  transform: scale3d(4.8, 1, 1);
  -moz-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s, background-color linear 0.75s 0s;
  -webkit-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s, background-color linear 0.75s 0s;
  -ms-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s, background-color linear 0.75s 0s;
  -o-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s, background-color linear 0.75s 0s;
  transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s, background-color linear 0.75s 0s;
  will-change: transform;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#service-1 .sec2 {
    width: 100%;
    height: 35%;
    transform: scale3d(1, 4.8, 1);
    position: absolute;
    bottom: 0;
  }
}
main section#service-1 .sec2 .desk {
  display: block;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#service-1 .sec2 .desk {
    display: none;
  }
}
main section#service-1 .sec2 .mob {
  display: none;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#service-1 .sec2 .mob {
    display: block;
  }
}
main section#service-1 .sec2.stage1 {
  background-color: #2e437c;
  transform: scale3d(1, 1, 1);
}
main section#service-1 .sec2.stage2 {
  background-color: #f62323;
  transform: translateY(0%);
}
main section#service-1 .sec2.stage3 {
  background-color: #112192;
  transform: translateY(0%);
}
main section#service-1 .sec2.stage4 {
  background-color: #01aff6;
  transform: translateY(0%);
}
main section#service-1 .sec2.stage5 {
  background-color: #009238;
  transform: translateY(0%);
}
main section#service-1 .sec2 .sec-content {
  height: 75%;
  position: relative;
  top: 20%;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#service-1 .sec2 .sec-content {
    width: 100%;
  }
}
main section#service-1 .sec2 .sec-content > div {
  position: absolute;
  height: 100%;
  width: 100%;
  transform: translate3d(35vw, 0, 0);
  -moz-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.75s 0s, opacity ease-out 0.5s 0s;
  -webkit-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.75s 0s, opacity ease-out 0.5s 0s;
  -ms-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.75s 0s, opacity ease-out 0.5s 0s;
  -o-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.75s 0s, opacity ease-out 0.5s 0s;
  transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.75s 0s, opacity ease-out 0.5s 0s;
  will-change: transform;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#service-1 .sec2 .sec-content > div {
    width: auto;
    height: 175%;
    transform: translate3d(-50%, 80%, 0);
  }
}
main section#service-1 .sec2 .sec-content > div.active {
  /* transform: translate3d(-48%, 0, 0); */
  transform: translate3d(-35vh, 0, 0);
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#service-1 .sec2 .sec-content > div.active {
    transform: translate3d(-50%, -43%, 0);
  }
}
main section#service-1 .sec2 .sec-content img {
  height: 100%;
  width: auto;
}
main section#service-1 .sec2 .sec-content #content1 video,
main section#service-1 .sec2 .sec-content #content1 img:nth-child(3),
main section#service-1 .sec2 .sec-content #content2 video,
main section#service-1 .sec2 .sec-content #content2 img:nth-child(3),
main section#service-1 .sec2 .sec-content #content3 video,
main section#service-1 .sec2 .sec-content #content3 img:nth-child(3),
main section#service-1 .sec2 .sec-content #content4 video,
main section#service-1 .sec2 .sec-content #content4 img:nth-child(3),
main section#service-1 .sec2 .sec-content #content5 video,
main section#service-1 .sec2 .sec-content #content5 img:nth-child(3) {
  position: absolute;
  top: 5.5%;
  z-index: -1;
  height: 80%;
  border-radius: 20px;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#service-1 .sec2 .sec-content #content1 video,
  main section#service-1 .sec2 .sec-content #content1 img:nth-child(3),
  main section#service-1 .sec2 .sec-content #content2 video,
  main section#service-1 .sec2 .sec-content #content2 img:nth-child(3),
  main section#service-1 .sec2 .sec-content #content3 video,
  main section#service-1 .sec2 .sec-content #content3 img:nth-child(3),
  main section#service-1 .sec2 .sec-content #content4 video,
  main section#service-1 .sec2 .sec-content #content4 img:nth-child(3),
  main section#service-1 .sec2 .sec-content #content5 video,
  main section#service-1 .sec2 .sec-content #content5 img:nth-child(3) {
    transform: translate3d(5%, -4.9%, 0) skew(0deg, 0deg) scale3d(1.21, 1.21, 1) perspective(0vh) !important;
    border-radius: 15px;
    transform-origin: top left !important;
  }
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#service-1 .sec2 .sec-content #content1,
  main section#service-1 .sec2 .sec-content #content2,
  main section#service-1 .sec2 .sec-content #content3,
  main section#service-1 .sec2 .sec-content #content4,
  main section#service-1 .sec2 .sec-content #content5 {
    left: 50%;
  }
}
main section#service-1 .sec2 .sec-content #content1 video {
  transform: translate3d(161%, 11.2%, 0) skew(-27.5deg, 17.8deg) scale3d(1.06, 0.83, 1) perspective(20vh) rotateY(-2.5deg) rotateX(2.8deg) rotateZ(6deg);
  transform-origin: top right;
}
main section#service-1 .sec2 .sec-content #content2 video {
  /* transform: translate3d(146%, 1.2%, 0) skew(28.5deg, -18.5deg) scale3d(0.99, 1.069, 1) perspective(24vh) rotateY(1.2deg) rotateX(3.2deg) rotateZ(-8deg);
  transform-origin: bottom left; */
  transform: translate3d(44%, 10.2%, 0) skew(27.8deg, -17.8deg) scale3d(1.06, 0.83, 1) perspective(39vh) rotateY(5.2deg) rotateX(6.2deg) rotateZ(-5deg);
  transform-origin: top left;
}
main section#service-1 .sec2 .sec-content #content3 video,
main section#service-1 .sec2 .sec-content #content4 video {
  transform: translate3d(101.75%, 3.5%, 0) skew(0deg, 0deg) scale3d(1.07, 1.08, 1) perspective(0vh);
  transform-origin: bottom left;
}
main section#service-1 .sec2 .sec-content #content5 video,
main section#service-1 .sec2 .sec-content #content5 img:nth-child(3) {
  transform: translate3d(115%, -5.8%, 0) skew(-3deg, 25.5deg) scale3d(0.935, 1.05, 1) perspective(19.5vh) rotateY(10deg) rotateX(1deg) rotateZ(-3.2deg);
  transform-origin: top left;
}
main section#we-are {
  display: flex;
  z-index: 999;
  position: relative;
  background-color: #000000;
  height: 65vh;
  margin-top: 400vh;
  transform: translate3d(0, 40%, 0) scale3d(1, 0.2, 1);
  -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;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#we-are {
    height: auto;
    padding: 15vh 0;
    overflow: hidden;
  }
}
main section#we-are.active {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}
main section#we-are .sec2,
main section#we-are .sec1 {
  display: flex;
  flex-direction: column;
  position: relative;
}
main section#we-are .sec1 {
  width: 65%;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#we-are .sec1 {
    width: 100%;
  }
}
main section#we-are .sec1 .we-are-info {
  font-family: "Gotham-Medium", "Helvetica";
  font-size: 2vw;
  line-height: 2.8vw;
  color: #ffffff;
}
@media (min-width: 1700px) {
  main section#we-are .sec1 .we-are-info {
    font-size: 34px;
    line-height: 46px;
  }
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#we-are .sec1 .we-are-info {
    font-size: 3.2vw;
    line-height: 5vw;
  }
}
main section#we-are .sec1 .we-are-info > div {
  overflow: hidden;
  display: table;
}
main section#we-are .sec1 .we-are-info > div > span {
  transform: translate3d(0, 100%, 0);
  position: relative;
  display: inline-block;
  -moz-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.8s;
  -webkit-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.8s;
  -ms-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.8s;
  -o-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.8s;
  transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.8s;
  will-change: transform;
}
main section#we-are .sec1 .we-are-info.active > div > span {
  transform: translate3d(0, 0, 0);
}
main section#we-are .sec1 .we-are-head {
  font-family: "Gotham-Medium", "Helvetica";
  font-size: 1.55vw;
  letter-spacing: 0.25vw;
  font-weight: bold;
  color: #a3a3a3;
  margin-bottom: 3vw;
  overflow: hidden;
}
@media (min-width: 1700px) {
  main section#we-are .sec1 .we-are-head {
    font-size: 27px;
    letter-spacing: 4px;
    margin-bottom: 50px;
  }
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#we-are .sec1 .we-are-head {
    font-size: 3vw;
    letter-spacing: 0.7vw;
  }
}
main section#we-are .sec1 .we-are-head > span {
  display: inline-block;
  transform: translate3d(0, 100%, 0);
  -moz-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.5s;
  -webkit-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.5s;
  -ms-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.5s;
  -o-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.5s;
  transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.5s;
  will-change: transform;
}
main section#we-are .sec1 .we-are-head.active > span {
  transform: translate3d(0, 0, 0);
}
main section#we-are .sec2 {
  width: 35%;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#we-are .sec2 {
    display: none;
  }
}
main section#we-are .sec2 .sec-content {
  height: 100%;
  overflow: hidden;
  opacity: 0;
  transform: translate3d(0, 0, 0);
  -moz-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 1s, opacity ease-out 0.5s 1s;
  -webkit-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 1s, opacity ease-out 0.5s 1s;
  -ms-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 1s, opacity ease-out 0.5s 1s;
  -o-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 1s, opacity ease-out 0.5s 1s;
  transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 1s, opacity ease-out 0.5s 1s;
  top: 0px;
  position: absolute;
  box-shadow: 5px 5px 35px #0d0d0d;
}
@media (min-width: 1700px) {
  main section#we-are .sec2 .sec-content {
    transform: translate3d(0, 0px, 0);
  }
}
main section#we-are .sec2 .sec-content img {
  height: 100%;
}
main section#we-are .sec2 .sec-content.active {
  opacity: 1;
  transform: translate3d(0, 3vw, 0);
}
@media (min-width: 1700px) {
  main section#we-are .sec2 .sec-content.active {
    transform: translate3d(0, 50px, 0);
  }
}
main section#clients {
  display: flex;
  z-index: 999;
  position: relative;
  background-color: #ffffff;
  padding-bottom: 50px;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#clients {
    flex-direction: column-reverse;
    padding-bottom: 0px;
  }
}
main section#clients.active .sec1 > div {
  transform: translate3d(0, 0, 0);
}
main section#clients.active .sec2 .we-are-content {
  opacity: 1;
}
main section#clients .sec1 {
  width: 50%;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#clients .sec1 {
    width: 100%;
  }
}
main section#clients .sec1 #client-nav {
  cursor: pointer;
  background-color: #f62323;
}
main section#clients .sec1 #client-nav > svg {
  width: 30%;
  height: 30%;
  left: 50%;
  position: relative;
  fill: #fff;
  transform: translate(-40%, -50%);
  cursor: pointer;
  top: 50%;
}
main section#clients .sec1 > div {
  width: 50%;
  transform: translate3d(0, -105%, 0);
  -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#clients .sec1 #brands-sec,
main section#clients .sec1 #agency-sec {
  display: none;
  width: 100%;
}
@media (min-width: 1700px) {
  main section#clients .sec1 #brands-sec,
  main section#clients .sec1 #agency-sec {
    width: 850px;
  }
}
main section#clients .sec1 #brands-sec .block,
main section#clients .sec1 #agency-sec .block {
  width: 25%;
  position: relative;
  float: left;
  padding: 0;
  opacity: 0;
  display: block;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  -moz-transition: opacity ease-out 0s 0s, transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s;
  -webkit-transition: opacity ease-out 0s 0s, transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s;
  -ms-transition: opacity ease-out 0s 0s, transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s;
  -o-transition: opacity ease-out 0s 0s, transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s;
  transition: opacity ease-out 0s 0s, transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s;
  will-change: transform;
  /*   &:nth-child(n+5) {
      transform: translate3d(0, -100%, 0);

  }

  &:nth-child(n+9) {
      transform: translate3d(0, -200%, 0);

  } */
}
main section#clients .sec1 #brands-sec .block > div:nth-child(n+2),
main section#clients .sec1 #agency-sec .block > div:nth-child(n+2) {
  position: absolute;
  transform: translateX(100%);
}
main section#clients .sec1 #brands-sec .block > *,
main section#clients .sec1 #agency-sec .block > * {
  width: 100%;
  height: 100%;
  will-change: transform;
}
main section#clients .sec1 #brands-sec .block > *.moveToOrigin,
main section#clients .sec1 #agency-sec .block > *.moveToOrigin {
  -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#clients .sec1 #brands-sec .block > *.topInIndex,
main section#clients .sec1 #agency-sec .block > *.topInIndex {
  -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#clients .sec1 #brands-sec .block .bx,
main section#clients .sec1 #agency-sec .block .bx {
  width: 101%;
  top: 0;
  left: 0;
  display: block;
  background-color: #ffffff;
  background: url("../img/site-v2/clients/clients.png");
  background-size: 100%;
}
main section#clients .sec1 #brands-sec .block .bx img,
main section#clients .sec1 #agency-sec .block .bx img {
  width: 100%;
  display: block;
}
main section#clients .sec1 #agency-sec.active,
main section#clients .sec1 #brands-sec.active {
  display: block;
  top: 0;
  z-index: 1;
}
main section#clients .sec1 #agency-sec.active > .block,
main section#clients .sec1 #brands-sec.active > .block {
  -moz-transition: opacity ease-out 0.25s 0s, transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s;
  -webkit-transition: opacity ease-out 0.25s 0s, transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s;
  -ms-transition: opacity ease-out 0.25s 0s, transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s;
  -o-transition: opacity ease-out 0.25s 0s, transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s;
  transition: opacity ease-out 0.25s 0s, transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s;
  opacity: 1;
}
main section#clients .sec2 {
  width: 50%;
}
main section#clients .sec2 .we-are-content {
  opacity: 0;
  -moz-transition: opacity ease-out 0.25s;
  -webkit-transition: opacity ease-out 0.25s;
  -ms-transition: opacity ease-out 0.25s;
  -o-transition: opacity ease-out 0.25s;
  transition: opacity ease-out 0.25s;
  will-change: opacity;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#clients .sec2 {
    width: 100%;
  }
}
main section#clients .sec2 .we-are-head {
  font-size: 3vw;
  font-family: "Gotham_Ultra", "Helvetica";
}
@media (min-width: 1700px) {
  main section#clients .sec2 .we-are-head {
    font-size: 50px;
  }
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#clients .sec2 .we-are-head {
    font-size: 7vw;
  }
}
main section#clients .sec2 .we-are-head a,
main section#clients .sec2 .we-are-info a {
  text-decoration: none;
  color: #000000;
}
main section#clients .sec2 .we-are-head a:hover,
main section#clients .sec2 .we-are-info a:hover {
  text-decoration: underline;
}
main section#clients .sec2 .we-are-info {
  font-family: "Gotham_Book", "Helvetica";
  font-size: 1.5vw;
  line-height: 2vw;
  margin-top: 20px;
  color: #000000;
  transition-delay: 0.3s;
}
@media (min-width: 1700px) {
  main section#clients .sec2 .we-are-info {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#clients .sec2 .we-are-info {
    font-size: 3vw;
    line-height: 4.2vw;
  }
}
main section#clients .sec2 .we-are-btns {
  margin-top: 3vw;
}
@media (min-width: 1700px) {
  main section#clients .sec2 .we-are-btns {
    margin-top: 80px;
  }
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#clients .sec2 .we-are-btns {
    margin-top: 5vw;
    margin-bottom: 5vw;
  }
}
main section#clients .sec2 .we-are-btns #btns-brand,
main section#clients .sec2 .we-are-btns #btns-agency {
  display: inline-block;
  margin-right: 3vw;
  cursor: pointer;
  font-size: 2.5vw;
  font-family: "Gotham_Ultra", "Helvetica";
  color: #000000;
  transition: color linear 0.2s;
  will-change: color;
}
@media (min-width: 1700px) {
  main section#clients .sec2 .we-are-btns #btns-brand,
  main section#clients .sec2 .we-are-btns #btns-agency {
    font-size: 40px;
  }
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#clients .sec2 .we-are-btns #btns-brand,
  main section#clients .sec2 .we-are-btns #btns-agency {
    font-size: 4.5vw;
  }
}
main section#clients .sec2 .we-are-btns #btns-brand.active,
main section#clients .sec2 .we-are-btns #btns-agency.active {
  text-decoration: underline;
  color: #f62323 !important;
}
main section#clients .sec2,
main section#clients .sec1 {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
main section#get-touch {
  display: flex;
  z-index: 999;
  position: relative;
  background-color: #ffffff;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#get-touch {
    padding: 15vh 0;
  }
}
main section#get-touch .sec1 {
  width: 65%;
  display: flex;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#get-touch .sec1 {
    width: 100%;
  }
}
main section#get-touch .sec1 .get-touch-info {
  font-size: 8vw;
  color: #000000;
  font-family: "Gotham_Ultra", "Helvetica";
}
@media (min-width: 1700px) {
  main section#get-touch .sec1 .get-touch-info {
    font-size: 140px;
  }
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#get-touch .sec1 .get-touch-info {
    font-size: 12vw;
  }
}
main section#get-touch .sec1 .get-touch-info .row {
  overflow: hidden;
}
main section#get-touch .sec1 .get-touch-info .row > span {
  transform: translate3d(0, 100%, 0);
  -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;
  display: inline-block;
}
main section#get-touch .sec1 .get-touch-info .row:nth-child(1) > span {
  transition-delay: 0s;
}
main section#get-touch .sec1 .get-touch-info .row:nth-child(2) > span {
  transition-delay: 0.1s;
}
main section#get-touch .sec1 .get-touch-info .row:nth-child(3) > span {
  transition-delay: 0.2s;
}
main section#get-touch .sec1 .get-touch-trigger {
  font-size: 1.5vw;
  margin-top: 1.5vw;
  font-family: "Gotham-Medium", "Helvetica";
  overflow: hidden;
  display: table;
  position: relative;
}
@media (min-width: 1700px) {
  main section#get-touch .sec1 .get-touch-trigger {
    font-size: 25px;
    margin-top: 30px;
  }
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#get-touch .sec1 .get-touch-trigger {
    font-size: 3vw;
    margin-top: 3vw;
  }
}
main section#get-touch .sec1 .get-touch-trigger a {
  color: #f62323;
  transform: translate3d(0, 100%, 0);
  position: relative;
  -moz-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s;
  -webkit-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s;
  -ms-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s;
  -o-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s;
  transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s;
  display: inline-block;
  transition-delay: 0.3s;
}
main section#get-touch .sec2 {
  position: relative;
  width: 35%;
}
@media (max-width: 1024px) and (max-aspect-ratio: 13/10) {
  main section#get-touch .sec2 {
    display: none;
  }
}
main section#get-touch .sec2 .sec-content {
  opacity: 0;
  transform: translate3d(0, -3vw, 0);
  -moz-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s, opacity ease-out 0.5s;
  -webkit-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s, opacity ease-out 0.5s;
  -ms-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s, opacity ease-out 0.5s;
  -o-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s, opacity ease-out 0.5s;
  transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s, opacity ease-out 0.5s;
  /* transition-delay: 1s; */
}
main section#get-touch .sec2 .sec-content img {
  width: 85%;
  position: relative;
}
main section#get-touch.active .sec1 .get-touch-info .row > span {
  transform: translate3d(0, 0, 0);
}
main section#get-touch.active .sec1 .get-touch-trigger a {
  transform: translate3d(0, 0%, 0);
}
main section#get-touch.active .sec2 .sec-content {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}