@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@font-face {
  font-family: Noto Mono;
  src: url("../fonts/Notomono.ttf");
}

body {
  background: #efefef;
  overflow-x: hidden;
}

body::-webkit-scrollbar {
  width: 10px;
}

body::-webkit-scrollbar-thumb {
  background-color: #a5a5a5;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.down-app a,
.banner .innerBanner a {
  color: var(--black, #0b0b0b);
  font-family: Noto Mono;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 126.164%;
  /* 17.663px */
  text-decoration: none;
}

.success-text {
  font-family: Noto Mono;
  line-height: 126.164%;
  font-size: 25px;
  color: white;
  text-align: center;
}

.down-app .btn-down,
.banner .innerBanner .a.btn-down {
  display: inline-flex;
  height: 42px;
  padding: 9px 29px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border: 1px solid #0b0b0b;
  background: #efefef;
  margin-left: 14px;
}

.banner {
  width: 100%;
  height: 800px;
  /* height: 100vh; */
}

.banner #banner__animate {
  position: absolute;
  top: 0;
  left: 0;
}

.banner #banner__animate.grapCursor {
  cursor: grab;
}

.banner .innerBanner {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-bottom: 70px;
  pointer-events: none;
}

.banner .innerBanner a {
  display: none;
}

.banner .innerBanner h1.banner__title {
  max-width: 719px;
  color: #0b0b0b;
  font-family: "Poppins";
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 118.5%;
  pointer-events: none;
}

.banner .innerBanner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 17px;
}

.banner .innerBanner,
.m-container {
  width: 100%;
  max-width: 1180px;
  margin: auto;
  position: relative;
  z-index: 9;
}
.m-container {
  background: #efefef;
}
header {
  position: sticky !important;
  top: 0;
}

.pst-banner {
  position: sticky;
  top: 55px;
}
.pst {
  background: #efefef;
  z-index: 99999;
  position: sticky;
  padding-top: 38px;
}

.p-text-middle {
  color: #262725;
  font-family: Noto Mono;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 573.748px;
  margin-top: 0px;
}

.a3-box {
  display: flex;
  justify-content: space-between;
  gap: 5px;
  margin-top: 38.99px;
  align-items: center;
}

.a3-box .one-box {
  width: 380px;
  height: 223px;
  flex-shrink: 0;
  border: 1px solid #000;
  background: #efefef;
  display: flex;
  flex-direction: column;
  transition: 0.3s;
}

.a3-box .one-box h3 {
  color: #000;
  font-family: Noto Mono;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 126.164%;
  margin: 42px 0 0 40px;
}

.a3-box .one-box span {
  color: var(--black, #0b0b0b);
  font-family: Noto Mono;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 126.164%;
  /* 27.756px */
}

.a3-box .one-box p {
  color: var(--black, #0b0b0b);
  font-family: Noto Mono;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 126.164%;
  margin-top: 20px;
}

.card-bottom {
  margin: 0 0 43px 40px;
}

.form-f {
  background: #323232;
  height: 136px;
  margin-top: 37px;
}

.content-max {
  max-width: 1100px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  overflow: hidden;
}

.content-max #animation__scroll {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 130px;
  padding: 10px 0;
  scroll-behavior: smooth;
}

.content-max #animation__scroll::-webkit-scrollbar {
  width: 0;
}

.content-max #animation__scroll .max__height {
  height: max-content;
  margin-top: 15px;
  animation: animateText 6s linear infinite;
}

@keyframes animateText {
  0% {
    margin-top: 15px;
  }

  90% {
    margin-top: -204px;
  }

  100% {
    margin-top: 15px;
  }
}

.mt-10 {
  margin-top: 4px;
}

.form-f h2 {
  color: #fff;
  font-family: Noto Mono;
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  line-height: 64%;
  max-width: 346px;
}

.form-f form {
  width: 100%;
  max-width: 700px;
  position: relative;
}

.form-f form input {
  border: 1px solid #fff;
  background: #323232;
  width: 100%;
  padding: 0 25px;
  height: 50px;
  outline: none;
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.form-f form button {
  position: absolute;
  right: 0;
  display: flex;
  width: 147px;
  height: 50px;
  padding: 15px 51px 14px 52px;
  justify-content: center;
  align-items: center;
  top: 0;
  background: #fff;
  border: none;
  color: #000;
  font-family: Noto Mono;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}

.df-ac {
  display: flex;
  align-items: center;
}

footer ul {
  gap: 45px;
  margin-left: 28px;
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 66px 0 24px 0;
}

footer ul li {
  list-style: none;
}

footer ul li a {
  text-decoration: none;
  color: var(--black, #0b0b0b);
  font-family: Noto Mono;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.left-f {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.contact-us {
  color: #262725;
  font-family: Noto Mono;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 126.164%;
  /* border: 1px solid #000; */
  display: inline-flex;
  height: 42px;
  padding: 9px 0px;
  justify-content: center;
  align-items: center;
  z-index: 9;
  width: 100%;
}

.left-f a {
  text-decoration: none;
}

.line-f {
  background: #262725;
  width: 100%;
  height: 0.5px;
}

.copy {
  color: var(--black, #262725);
  font-family: Noto Mono;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin: 5px;
}
.one1-box {
  position: relative;
}
.one1-box::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(18deg, #6000f3 -6.25%, #26d6a5 97.34%), #fff;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
}

.one1-box:hover::after {
  opacity: 1;
}

.one1-box:hover h3,
.one1-box:hover span,
.one1-box:hover p {
  color: #fff !important;
  position: relative;
  z-index: 5;
}

.one-box {
  position: relative;
}

.bg-box-two {
  content: "";
  width: 378px;
  height: 223px;
  flex-shrink: 0;
  border: 1px solid #000;
  background: #40dbaf;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.3s;
  position: absolute;
  margin: -2px;
  z-index: 0;
  top: 2px;
  margin-left: 2px;
}

.two-box {
  width: 380px;
  height: 223px;
  flex-shrink: 0;
  border: 1px solid #000;
  background: #efefef;
  display: flex;
  flex-direction: column;
  transition: 0.5s;
  z-index: 9;
}

.two-box:hover {
  margin: 10px 10px -10px -10px;
}

.t3-box:hover {
  border-top: 0px;
  border-bottom: 0px;
  height: 260px;
}

.there-box-top {
  transition: 0.3s;
  transform: translate(0px, -24px) rotateX(77deg);
}

.there-box-bottom {
  transition: 0.3s;
  transform: translate(0px, 24px) rotateX(77deg);
}

.t3-box:hover .there-box-top {
  width: 100%;
  border: 1px solid #000;
  height: 50px;
  border-radius: 100%;
  transform: translate(0px, -23px) rotateX(0deg) scale(1.005);
}

.conus-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #efefef;
  z-index: 9;
}

.t3-box:hover .there-box-bottom {
  width: 100%;
  border: 1px solid #000;
  height: 50px;
  border-radius: 100%;
  transform: translate(0px, 24px) rotateX(0deg) scale(1.005);
  position: absolute;
  bottom: 0;
}

.btn-bottom {
  position: relative;
  width: 142px;
}

.btn-bottom div {
  height: 42px;
  background: #ffffff00;
  top: 0;
  /* position: absolute; */
  width: 100%;
  border: 1px solid #000;
  z-index: -1;
  width: 142px;
}

.contact-us {
  position: absolute;
  top: 0px;
  left: 0px;
  transition: 0.3s;
}

.btn-bottom:hover .contact-us {
  background: var(
    --gradient,
    linear-gradient(265deg, #c0f -16.64%, #6000f3 15.06%, #26d6a5 98.19%),
    #fff
  );
  color: #fff;
  position: absolute;
  top: -6px;
  left: -7px;
  width: 100%;
}

.btnall:hover {
  background: var(
    --gradient,
    linear-gradient(265deg, #c0f -16.64%, #6000f3 15.06%, #26d6a5 98.19%),
    #fff
  );
  color: #ffffff;
}

@media (max-width: 920px) {
  .banner {
    display: flex;
    flex-direction: column-reverse;
    height: max-content;
  }

  .banner #banner__animate {
    position: relative;
    width: 100%;
  }

  .banner .innerBanner {
    padding-bottom: 0;
    pointer-events: visible;
  }

  .banner .innerBanner h1.banner__title {
    pointer-events: visible;
    font-size: 50px;
    max-width: 470px;
  }
}

@media (max-width: 520px) {
  .banner .innerBanner h1.banner__title {
    max-width: 320.938px;
    font-size: 32px;
    margin-top: 40px;
  }
}

@media (max-width: 1180px) {
  .a3-box .one-box {
    width: 346px;
    height: 385px;
  }

  .two-box {
    width: 346px;
    height: 385px;
  }

  .bg-box-two {
    width: 343px;
    height: 385px;
  }

  .m-container {
    padding: 15px;
  }

  .content-max {
    width: 98%;
  }
}

@media (max-width: 1076px) {
  .a3-box {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    align-items: center;
    flex-direction: column;
  }
}

@media (max-width: 934px) {
  .form-f {
    background: #323232;
    margin-top: 37px;
    padding: 30px 0;
    height: auto;
  }

  .content-max {
    max-width: 1100px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 98%;
    flex-direction: column;
    gap: 38px;
  }

  .df-ac {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  footer ul {
    gap: 45px;
    margin-left: 18px;
    margin-top: 47px;
  }

  footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 31px 0 24px 0;
  }
  .banner {
    /* height: 100vh; */
  }
}

@media (max-width: 600px) {
  .content-max {
    align-items: flex-start;
  }

  .form-f form button {
    position: relative;
    width: 100%;
    margin-top: 16px;
  }

  footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .left-f {
    margin: 47px 0 0 18px;
  }

  .copy {
    font-size: 15px;
    margin: 16px;
  }

  .form-f h2 {
    margin-left: 12px;
  }

  .p-text-middle {
    font-size: 18px;
  }

  .content-max {
    width: 96%;
  }

  .down-app {
    display: none;
  }

  .banner .innerBanner {
    padding: 0 20px;
  }

  .banner .innerBanner a {
    display: block;
    width: auto;
    height: max-content;
    /* margin: 0 20px; */
  }

  .banner .innerBanner a.download__btn {
    color: #000;
    font-family: Noto Mono;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 126.164%;
    margin-top: 27px;
  }

  .banner .innerBanner a.btn-down {
    width: 100%;
    color: var(--black, #0b0b0b);
    font-family: Noto Mono;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 126.164%;
    text-align: center;
    border: 1px solid #0b0b0b;
    background: #efefef;
    padding: 12px 20px;
  }
}

/* .cursor__move {
    pointer-events: none;
    width: max-content;
    height: max-content;
    z-index: 9999999999999;
} */
