@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&amp;display=swap");
/*  */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100;0,9..40,200;0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;0,9..40,900;0,9..40,1000;1,9..40,100;1,9..40,200;1,9..40,300;1,9..40,400;1,9..40,500;1,9..40,600;1,9..40,700;1,9..40,800;1,9..40,900;1,9..40,1000&amp;display=swap");

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&amp;display=swap");

@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");

@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&amp;display=swap");

@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&amp;display=swap");

@import url("https://fonts.googleapis.com/css2?family=Domine:wght@400;500;600;700&amp;display=swap");
*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
html {
  overflow-x: hidden !important;
}
body {
  /* font-family: "Roboto", sans-serif; */
  font-family: "DM Sans", sans-serif;
  /* font-family: 'Montserrat', sans-serif; */
  overflow-x: hidden !important;
}
.os {
  /* font-family: 'Lato', sans-serif; */
  /* font-family: 'Playfair Display', serif; */
  /* font-family: 'Domine', serif; */
  /* font-family: "Oswald", sans-serif; */
  /* font-family: "Raleway", sans-serif; */
}
/* width */
::-webkit-scrollbar {
  width: 10px;
  border-radius: 20px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 20px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #99CC34;
  border-radius: 20px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #99CC34;
  border-radius: 20px;
}
.roboto-mono {
  font-family: "Roboto Mono", monospace;
}
/* .stroke {
  -webkit-text-stroke-color: #000;
  stroke: #000;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
} */
.line {
  line-height: 60px !important;
}
/* .ts {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
} */
/* Animation */
.square-outer {
  /* transform: rotate(45deg); */
  animation: rotate-outer 20s infinite reverse ease-in-out;
}

.square-inner {
  animation: rotate-inner 15s infinite reverse ease-in-out;
}

.arrow-left {
  animation: slide-left 15s infinite alternate ease-in-out;
}

.arrow-right {
  transform: rotate(225deg);
  animation: slide-right 15s infinite alternate ease-in-out;
}

@keyframes rotate-outer {
  0% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(135deg);
  }
}

@keyframes rotate-inner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-90deg);
  }
}

@keyframes slide-left {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: translate(-20px) rotate(360deg);
  }
}

@keyframes slide-right {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: translate(20px) rotate(360deg);
  }
}
/* End */

img.vert-move {
  -webkit-animation: mover 5s infinite alternate;
  animation: mover 5s infinite alternate;
}
img.vert-move {
  -webkit-animation: mover 5s infinite alternate;
  animation: mover 5s infinite alternate;
}
@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
img.vert-move2 {
  -webkit-animation: mover 5s infinite alternate;
  animation: mover 5s infinite alternate;
}
img.vert-move2 {
  -webkit-animation: mover 5s infinite alternate;
  animation: mover 5s infinite alternate;
}
@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
img.vert-move3 {
  -webkit-animation: mover 5s infinite alternate;
  animation: mover 5s infinite alternate;
}
img.vert-move3 {
  -webkit-animation: mover 5s infinite alternate;
  animation: mover 5s infinite alternate;
}
@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
.coloractive {
  color: #99CC34 !important;
}
.input-file {
  background-color: #f8f9fc;
  /* border: 1px solid #e2e9f3; */
  border-radius: 4px;
  height: 40px;
  width: 500px;
  color: #565a90;
}
.input-file::file-selector-button {
  border: none;
  border-radius: 4px;
  color: white;
  background-color: #242f66;
  /* border: 1px solid #595ef1bd; */
  height: 40px;
  cursor: pointer;
  transition: all 0.25s ease-in;
  cursor: pointer;
}
.input-file::file-selector-button:hover {
  background-color: #fff;
  color: #242f66;
  transition: all 0.25s ease-in;
}

.fixed-nav {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.waviy {
  position: relative;
  -webkit-box-reflect: below -30px linear-gradient(transparent, rgba(0, 0, 0, 0.2));
  font-size: 60px;
}
@media (max-width: 500px) {
  .waviy {
    font-size: 40px;
  }
}
.waviy span {
  position: relative;
  display: inline-block;
  color: #99CC34;
  text-transform: uppercase;
  animation: waviy 2.5s infinite;
  animation-delay: calc(0.2s * var(--i));
}
@keyframes waviy {
  0%,
  40%,
  100% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-20px);
  }
}
html {
  scroll-behavior: smooth;
}

/* .light {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  bottom: 295px;
  position: absolute;
  z-index: 10;
  left: 20px;
  animation: light 800ms ease-in-out 0s infinite alternate;
}
.cloud {
  position: absolute;
  top: 0px;
  right: -500px;
  opacity: 0.8;
  animation: cloud 10s linear 0s infinite reverse;
  z-index: 99;
}
@keyframes light {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cloud {
  from {
    right: -500px;
  }
  to {
    right: 102%;
  }
} */

.grid {
  width: 1602px;
  height: 1602px;
  background-color: transparent;
  background-image: radial-gradient(transparent, #121212 80%),
    linear-gradient(rgba(129, 243, 255, 0.4) 2px, transparent 1px),
    linear-gradient(90deg, rgba(129, 243, 255, 0.4) 2px, transparent 1px),
    linear-gradient(rgba(129, 243, 255, 0.2) 1px, transparent 1px),
    linear-gradient(90deg, rgba(129, 243, 255, 0.2) 1px, transparent 1px);
  background-size: 1602px 1602px, 401px 401px, 401px 401px, 50px 50px, 50px 50px;
  background-position: 0 0, -1px -1px, -1px -1px, 0px 0px, 0px 0px;
  background-repeat: no-repeat, repeat, repeat, repeat, repeat;
}

.grid-wrap {
  position: absolute;
  width: 802px;
  height: 802px;
  transform-style: preserve-3d;
  z-index: 1;
  transform: rotateX(70deg) scale3d(4, 4, 1) translateZ(-500px)
    translateY(-800px) translateX(-750px);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 50s;
  animation-name: grid-wrap-anim;
}

@keyframes grid-wrap-anim {
  0% {
    transform: rotateX(70deg) scale3d(4, 4, 1) translateZ(-500px)
      translateY(-800px) translateX(-750px);
  }
  40% {
    transform: rotateX(80deg) scale3d(4, 4, 1) translateZ(-1000px)
      translateY(-800px) translateX(-750px);
  }
  60% {
    transform: rotateX(75deg) scale3d(4, 4, 1) translateZ(-1500px)
      translateY(-800px) translateX(-450px);
  }
  80% {
    transform: rotateX(78deg) scale3d(4, 4, 1) translateZ(-1000px)
      translateY(-800px) translateX(-750px);
  }
  100% {
    transform: rotateX(70deg) scale3d(4, 4, 1) translateZ(-500px)
      translateY(-800px) translateX(-750px);
  }
}

.grid-anim {
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 50s;
  animation-name: grid-anim;
}

@keyframes grid-anim {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(-360deg);
  }
}

.airplane-wrap {
  position: relative;
  transform-style: preserve-3d;
  z-index: 3;
  width: 100%;
  height: 100%;
  top: 250px;
  transform: rotateX(0deg) rotateY(-5deg) rotateZ(0deg);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 50s;
  animation-name: airplane-wrap-anim;
}

@media (max-width: 768px) {
  .airplane-wrap {
    position: relative;
    transform-style: preserve-3d;
    z-index: 3;
    width: 100%;
    height: 100%;
    top: -90px;
  }
}
@keyframes airplane-wrap-anim {
  0% {
    transform: rotateX(0deg) rotateY(-5deg) rotateZ(0deg);
  }
  40% {
    transform: rotateX(0deg) rotateY(-10deg) rotateZ(0deg);
  }
  60% {
    transform: rotateX(5deg) rotateY(15deg) rotateZ(-18deg);
  }
  80% {
    transform: rotateX(2deg) rotateY(5deg) rotateZ(-10deg);
  }
  100% {
    transform: rotateX(0deg) rotateY(-5deg) rotateZ(0deg);
  }
}

.airplane {
  position: absolute;
  left: 50%;
  top: 36%;
  transform: rotateY(-17deg) rotateZ(21deg) rotateX(-23deg) translateX(0);
  transform-style: preserve-3d;
  animation-name: airplane, airplane-pos-anim;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 50s;
}

@keyframes airplane {
  0% {
    transform: rotateY(-17deg) rotateZ(21deg) rotateX(-23deg) translateX(0);
  }
  25% {
    transform: rotateY(-13deg) rotateZ(13deg) rotateX(-19deg) translateX(100px);
  }
  50% {
    transform: rotateY(-10deg) rotateZ(19deg) rotateX(-15deg) translateX(-70px);
  }
  75% {
    transform: rotateY(-13deg) rotateZ(13deg) rotateX(-19deg) translateX(40px);
  }
  100% {
    transform: rotateY(-17deg) rotateZ(21deg) rotateX(-23deg) translateX(0);
  }
}

@keyframes airplane-pos-anim {
  0% {
    left: 50%;
  }
  40% {
    left: 40%;
  }
  70% {
    left: 70%;
  }
  100% {
    left: 50%;
  }
}

@keyframes tilt {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.tilt-animation {
  animation: tilt 3s infinite;
}

.tilt-animation:hover {
  transform: rotate(-5deg);
}
@keyframes tilt1 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.tilt1-animation {
  animation: tilt1 4s infinite;
}

.tilt1-animation:hover {
  transform: rotate(-5deg);
}

.reacts {
  animation: animName 15s linear infinite;
}
.reacts1 {
  animation: animName 25s linear infinite;
}

@keyframes animName {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.clip {
  background-color: #ebfbff;
  clip-path: polygon(0% 0%, 100% 15%, 100% 100%, 0% 100%);
}
.clip1 {
  background-color: #dbf4df;
  clip-path: polygon(0% 15%, 100% 0%, 100% 100%, 0% 100%);
}
