@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&amp;display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: demo;
  src: url(../fonts/ObjectSans-Heavy.otf);
}

body {
  overflow-x: hidden;
}

.body {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.body::-webkit-scrollbar {
  width: 0;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  cursor: default;
  font-weight: 400;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

a {
  text-decoration: none;
  cursor: pointer;
}

p {
  color: #ffffff;
  font-size: 1.2vw;
  line-height: normal;
  font-weight: 200;
}

p.opacity {
  opacity: 0.7;
  font-size: 1vw;
}

h1 {
  font-size: 4.5vw;
  color: white;
  line-height: 100%;
  font-family: demo;
}

h2 {
  font-size: 2.5vw;
  color: white;
}

span {
  background: linear-gradient(244.99deg, #ffc4f5 15.7%, #cbdaff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.span1 {
  background: linear-gradient(67.91deg, #ffffff 15.25%, #1b249a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.span2 {
  background: linear-gradient(70.78deg, #ffffff 15.25%, #1b249a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.span3 {
  background: linear-gradient(
    263.34deg,
    #ffffff 8.99%,
    #1cd683 46.26%,
    #966bfd 77.46%,
    #050119 90.02%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.span3 {
  background: linear-gradient(67.91deg, #ffffff 15.25%, #1b249a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

h3 {
  font-size: 1.5vw;
  line-height: 100%;
  color: white;
  font-weight: 900;
}

.btn {
  color: #000;
  text-align: center;
  padding: 1vw 2vw;
  font-size: 1vw;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  border-radius: 20vw;
  background: #ffffff;
  transition: all 0.5s;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.btn:hover {
  transform: translateY(-0.4vw);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border-color: #fff;
}

.btn1 {
  color: #ffffff;
  text-align: center;
  padding: 1vw 2vw;
  font-size: 1vw;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  border-radius: 20vw;
  background: transparent;
  transition: all 0.5s;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.btn1:hover {
  transform: translateY(-0.4vw);
  color: #000000;
  background: rgb(255, 255, 255);
  border-color: #fff;
}

li {
  list-style: none;
  font-size: 1vw;
  line-height: 1.3vw;
  color: #ffffff;
}

body {
  background: #040011;
}

.navbar-toggle {
  display: none;
  cursor: pointer;
}

.navbar-toggle span {
  display: block;
  width: 7vw;
  height: 1.5vw;
  margin: 0.7vw;
  background: linear-gradient(
    271.36deg,
    rgb(255, 255, 255) 50.01%,
    rgb(255, 255, 255) 72.39%
  );
  border-radius: 50px;
  transition: all 0.5s;
}

.navbar-toggle span:nth-child(2) {
  width: 5vw;
  animation: bounceInRight 1.5s;
}

.navbar-toggle span:nth-child(1) {
  animation: bounceInRight 1s;
}

.navbar-toggle span:nth-child(3) {
  animation: bounceInRight 2s;
}

/* -------------------------------------------Navbar Management------------------
-------------------- */

.header {
  padding: 1vw 5vw;
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
}

.header .navbar {
  padding: 0.5vw 1vw;
  width: 100%;
  height: auto;
  background: transparent;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s;
  border-bottom: 0.1vw solid rgba(255, 255, 255, 0.2);
}

.header .navbar .left-side-menu {
  width: 10%;
}

.header .navbar .left-side-menu a {
  font-family: demo;
  font-size: 1.7vw;
  background: linear-gradient(251.05deg, #ffc4f5 15.7%, #f99969 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  width: 100%;
}

.header .navbar .left-side-menu a img {
  width: 100%;
  cursor: pointer;
  animation: bounceInDown 1s;
}

.center-menu {
  width: 83%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 1vw;
}

.center-menu a {
  display: flex;
  align-items: center;
  gap: 0.5vw;
}

.center-menu a .effect {
  width: 1vw;
  height: 1vw;
}

.header .center-menu a li {
  padding: 0.5vw 1vw;
  font-size: 0.8vw;
  line-height: 2vw;
  font-weight: 600;
  border-radius: 0.7vw;
  color: #ffffff;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  gap: 0.5vw;
  border: 1px solid rgba(0, 0, 0, 0);
}

.header .center-menu a li img {
  width: 1.2vw;
}

.header .center-menu a.tg2 li {
  background: #ffffff;
  color: #000;
  padding: 0vw 1vw;
  border-radius: 20vw;
}

.header .center-menu a:nth-child(1) {
  animation: bounceInDown 1.2s;
}
.header .center-menu a:nth-child(2) {
  animation: bounceInDown 1.4s;
}
.header .center-menu a:nth-child(3) {
  animation: bounceInDown 1.6s;
}
.header .center-menu a:nth-child(4) {
  animation: bounceInDown 2s;
}
.header .center-menu a:nth-child(5) {
  animation: bounceInDown 2.2s;
}
.header .center-menu a:nth-child(6) {
  animation: bounceInDown 2.2s;
}

.header .center-menu a li:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border-color: white;
  border-radius: 20vw;
  /* transform: translateY(-0.4vw); */
}

.header .center-menu .right-side-menu a:nth-child(1) {
  animation: bounceInDown 2.5s;
}

.header .center-menu .right-side-menu a:nth-child(2) {
  animation: bounceInDown 2.8s;
}

.header .center-menu .right-side-menu a img:hover {
  transform: translateY(-0.5vw);
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
}

/* --------------------------------website Responsive--------------
-------------------- */

.hero-section {
  width: 100%;
  height: auto;
  padding: 8vw 7vw;
  padding-bottom: 0vw;
  position: relative;
  display: flex;
  align-items: center;
  position: relative;
}

.hero-section .s1 {
  position: absolute;
  width: 2vw;
  top: 15vw;
  left: 40vw;
  animation: fadeIn 2s infinite alternate;
}

.hero-section .s2 {
  position: absolute;
  width: 2vw;
  right: 3vw;
  top: 30vw;
  animation: fadeOut 2s infinite alternate-reverse;
}

.hero-section .bg {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

#hero-video {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.hero-section .left {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2vw;
}

.hero-section .left .btn-group {
  display: flex;
  align-items: center;
  gap: 1.5vw;
}

.hero-section .right {
  width: 50%;
  text-align: left;
}

.hero-section .right img {
  width: 110%;
  animation: fadeInRight 1s;
}

/* --------------------------------partners--------------
-------------------- */

.partners {
  width: 100%;
  height: auto;
  display: flex;
  padding: 0;
  padding-right: 3vw;
}

.partners .heading {
  width: 25%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.partners .logos {
  width: 75%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(
    90deg,
    #1b249a 0%,
    #050119 34%,
    #050119 50.01%,
    #1b249a 100%
  );
  padding: 2vw;
  border-radius: 1vw;
}

.partners .logos a {
  width: 15%;
}

.partners .logos img {
  width: 100%;
}

/* --------------------------------mission--------------
-------------------- */

.mission {
  width: 100%;
  display: flex;
  padding: 5vw 7vw;
  align-items: center;
  position: relative;
}

.mission .bg {
  width: 40%;
  position: absolute;
  top: -5vw;
  left: 0;
  z-index: -1;
}

.mission .left {
  width: 55%;
  text-align: center;
  position: relative;
}

.mission .bg1 {
  position: absolute;
  left: 0;
  width: 50%;
  z-index: -2;
}

.mission .left img {
  width: 70%;
  backface-visibility: visible;
  transform-origin: center;
  animation: bounceInUp 1s;
}

@keyframes flipY {
  from {
    transform: rotateZ(0deg);
  }
  to {
    transform: rotateZ(120deg);
  }
}

.mission .right {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5vw;
}

/* --------------------------------how it works--------------
-------------------- */

.how {
  width: 100%;
  padding: 5vw 9vw;
  position: relative;
}
.how .bg {
  width: 45%;
  position: absolute;
  top: -45%;
  right: 0;
  z-index: -1;
}

.how .content {
  width: 100%;
  padding: 2vw;
  background: #160e2f;
  border-radius: 2vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.how .content .left {
  width: 25%;
  background: linear-gradient(
    44.76deg,
    #010101 10.43%,
    #8752f3 30.84%,
    #5497d5 49.4%,
    #43b4ca 58.68%,
    #28e0b9 69.81%,
    #19fb9b 93.01%
  );
  padding: 2vw;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5vw;
  border-radius: 2vw;
}

.how .content .left h2,
.how .content .left p {
  color: #141414;
}

.how .content .right {
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4vw;
}

.how .content .right .top,
.how .content .right .bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.how .content .right .top .box {
  width: 100%;
}

.how .content .right .bottom .box {
  width: 49%;
}

.how .content .right .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1vw;
}

.how .content .right .box .index h3 {
  background: #2a1b57;
  padding: 1.4vw 1.2vw;
  border-radius: 50%;
}

.how .content .right .box .details {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5vw;
}

/* ----------------------------choose--------
------- */

.choose {
  width: 100%;
  height: auto;
  padding: 7vw 9vw;
  /* background: linear-gradient(0deg, #0c0032 0%, #2d1f5a 50.45%, #0c0032 100%); */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.choose .content {
  background: rgba(129, 129, 139, 0.1);
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 4vw;
  border-radius: 2vw;
  margin-top: 3vw;
}

.choose .content .left {
  background: linear-gradient(244.99deg, #2a1b57 15.7%, #010101 100%);
  width: 35%;
  border-radius: 2vw;
  overflow: hidden;
}

.choose .content .left img {
  width: 100%;
  /* animation: mobile 2.5s infinite alternate-reverse; */
  transform-origin: center;
}

@keyframes mobile {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

.choose .content .right {
  width: 63%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 0.4vw;
}

.choose .content .right .box {
  width: 49.5%;
  padding: 2vw;
  border-radius: 2vw;
  background: rgba(129, 129, 139, 0.1);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1vw;
  text-align: left;
}

.choose .content .right .box:nth-child(1) {
  border-bottom-right-radius: 0;
}

.choose .content .right .box:nth-child(2) {
  border-bottom-left-radius: 0;
}

.choose .content .right .box:nth-child(3) {
  border-top-right-radius: 0;
}

.choose .content .right .box:nth-child(4) {
  border-top-left-radius: 0;
}

.choose .content .right .box p.sp {
  font-size: 1.3vw;
  font-weight: 900;
}

.choose .content .right .box img {
  width: 3vw;
}

/* ----------------------------map--------
------- */

.map {
  width: 100%;
  padding: 5vw 15vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.map .s1 {
  position: absolute;
  width: 2vw;
  top: 5vw;
  right: 20vw;
  animation: fadeOut 1s infinite alternate-reverse;
}

.map .s2 {
  position: absolute;
  width: 2vw;
  left: 20vw;
  top: 20vw;
  animation: fadeOut 1.5s infinite alternate-reverse;
}

.map .s3 {
  position: absolute;
  width: 1.5vw;
  right: 10vw;
  top: 90%;
  animation: fadeOut 1.5s infinite alternate-reverse;
}

.map h2 {
  margin-bottom: 5vw;
}

.map .bg {
  width: 30%;
  position: absolute;
  top: -15vw;
  left: 0;
  z-index: -1;
}

.map .arrow {
  position: absolute;
  top: 13vw;
  width: 25%;
}

.map .row {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.map .row1 {
  justify-content: flex-start;
}

.map .row img {
  width: 35%;
}

.map .row .box {
  width: 40%;
  padding: 2vw;
  background: url(../images/map-bg-bg.png) no-repeat;
  background-size: 100% 100%;
}

.map .row .box h3 {
  font-weight: 400;
  margin-bottom: 1vw;
}

.map .row .box li {
  list-style: disc;
}

/* ----------------------------join--------
------- */

.join {
  width: 83%;
  background: rgba(255, 255, 255, 0.09);
  border-radius: 1vw;
  padding: 5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3vw;
  margin-top: 5vw;
  position: relative;
}
.join .bg {
  position: absolute;
  right: -13%;
  width: 100%;
  z-index: -1;
}

.join .left {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 1vw;
}

.join .right {
  width: 40%;
  display: flex;
  flex-direction: column;
}

/* ---------footer----
  --- */
footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 2vw 4vw;
  padding: 2vw 2vw;
  border-bottom: 1px solid rgba(250, 255, 255, 0.1);
}
footer ul li a {
  color: #8d8d8d;
  font-size: 1.1vw;
  font-style: normal;
  font-weight: 400;
  line-height: 203%; /* 24.31px */
}
footer ul li a:hover {
  text-decoration: underline;
}
footer .logo img {
  width: 12vw;
  margin-bottom: 1vw;
}
footer .logo {
  width: 40%;
  padding-right: 0vw;
  text-align: left;
}

footer .logo .links {
  display: flex;
  align-items: center;
  gap: 1vw;
  padding-top: 1.5vw;
}

footer .logo .links a img {
  width: 1.3vw;
}

footer .company {
  width: 14%;
}
footer .Support {
  width: 14%;
}
footer .policy {
  width: 14%;
}
footer .contact {
  width: 14%;
}
footer .p-1 {
  margin-bottom: 1.5vw;
  font-weight: 500;
}
/* ---------copyright----
  ----- */
.copyright {
  padding: 0 0 2vw 0;
}
.copyright p {
  font-size: 1vw;
  opacity: 1;
  text-align: center;
  color: #1c90ed;
}

/* ----------------------------@ 1280px--------
------- */

@media (max-width: 1280px) {
  /* -------------------------navbar 1280px--------------------------
    ----------------------- */

  .header {
    padding: 1vw 3vw 0 3vw;
  }

  .header {
    border-radius: 2vw;
  }

  .header .navbar .left-side-menu a img {
    width: 100%;
  }

  .features .content .h2:after {
    content: "";
    width: 1vw;
    height: 13vw;
    border-left: 1px solid white;
    position: absolute;
    top: 2vw;
    left: -1.4vw;
  }
}

/* ----------------------------@ 980px--------
------- */

@media (max-width: 980px) {
  .header {
    padding: 1vw 7vw;
  }

  .header .navbar {
    padding: 1vw;
    padding-bottom: 1vw;
  }

  .header .navbar .left-side-menu {
    width: 30%;
  }

  .header .navbar .left-side-menu a {
    font-size: 4vw;
    font-weight: 800;
    gap: 1vw;
  }

  .header .center-menu a li {
    font-size: 3vw;
    padding: 2vw;
    font-weight: 600;
    border: none;
  }

  .header .center-menu a.social li {
    display: none;
  }

  .header .center-menu a li:hover {
    border-radius: 0vw;
    background: transparent;
    top: 0;
    transform: scale(1.1);
  }

  .header .center-menu .tg:hover li {
    color: #000000;
  }

  .center-menu {
    display: flex;
    width: 86vw;
    height: 65vw;
    flex-direction: column;
    justify-content: center;
    gap: 2vw;
    padding-top: 13vw;
    padding-bottom: 5vw;
    /* display: none; */
    margin-top: -900px;
    transition: all 1s ease-in-out;
    position: absolute;
    top: 1vw;
    left: 7vw;
    background-color: rgba(96, 78, 208, 1);
    z-index: -1;
    border-radius: 2vw;
    /* border-left: 2px solid rgba(255, 255, 20, 0.5);
    border-top: 2px solid rgba(255, 255, 20, 0.5); */
  }

  .center-menu.active {
    margin-top: 0;
    /* display: flex; */
    background-color: rgba(96, 78, 208, 1);
  }

  .center-menu .tg {
    background-color: rgba(96, 78, 208, 1);
    width: 100%;
    display: flex;
    justify-content: center;
    transition: all 0s;
  }

  .header .navbar .center-menu .tg2 li {
    margin: 0;
    padding: 3vw 5vw;
  }

  .header .navbar .center-menu .tg li:hover {
    border: none;
  }

  .center-menu .tg:hover {
    background: #ff1dfd;
  }

  .header .navbar .center-menu .right-side-menu {
    margin-left: 0%;
    margin-bottom: 1vw;
  }

  .navbar-toggle span {
    display: block;
    width: 5vw;
    height: 1vw;
    margin: 0.7vw;
    border-radius: 50px;
    transition: all 0.5s;
  }

  .navbar-toggle span:nth-child(2) {
    width: 3.5vw;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-toggle.active span:nth-child(1) {
    transition-delay: 0.1s;
    transform: rotate(45deg) translate(1.3vw, 1.3vw);
  }

  .navbar-toggle.active span:nth-child(2) {
    opacity: 0;
  }

  .navbar-toggle.active span:nth-child(3) {
    transition-delay: 0.1s;
    transform: rotate(-45deg) translate(0vw, 0vw);
    position: relative;
    top: -1.6vw;
  }
}

/* ----------------------------@ 600px--------
------- */

@media (max-width: 768px) {
  h1 {
    font-size: 6.5vw;
  }

  h2 {
    font-size: 5vw;
  }

  h3 {
    font-size: 4vw;
  }

  p {
    font-size: 3vw;
  }

  p.opacity {
    opacity: 0.7;
    font-size: 2.7vw;
  }

  .btn {
    padding: 1.5vw 3vw;
    font-size: 3.5vw;
  }

  .btn1 {
    padding: 1.5vw 3vw;
    font-size: 3.5vw;
  }

  .header .navbar .left-side-menu {
    width: 50%;
  }

  .header .navbar .left-side-menu a img {
    width: 50%;
    height: auto;
  }

  .header .navbar .left-side-menu a {
    font-size: 6vw;
  }

  .header .center-menu a li {
    font-size: 3.5vw;
    padding: 3.5vw;
  }

  .center-menu {
    border-radius: 2vw;
    padding-top: 15vw;
    height: 80vw;
    top: 1vw;
  }

  .header .navbar .center-menu .right-side-menu a img {
    width: 7vw;
  }

  .navbar-toggle span {
    display: block;
    width: 7vw;
    height: 1.5vw;
    margin: 0.7vw;
    border-radius: 50px;
    transition: all 0.5s;
  }

  .navbar-toggle span:nth-child(2) {
    width: 5vw;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(1.3vw, 1.3vw);
  }

  .navbar-toggle.active span:nth-child(2) {
    opacity: 0;
  }

  .navbar-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(0vw, 0vw);
    position: relative;
    top: -2.5vw;
  }

  /* --------------------------------website Responsive--------------
-------------------- */

  .hero-section {
    width: 100%;
    height: auto;
    padding: 20vw 7vw;
    padding-bottom: 0vw;
    position: relative;
    flex-direction: column;
    align-items: center;
  }

  #hero-video {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }

  .hero-section .left {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 3vw;
  }

  .hero-section .left .btn-group {
    display: flex;
    align-items: center;
    gap: 3vw;
  }

  .hero-section .right {
    width: 90%;
    text-align: center;
  }

  .hero-section .right img {
    width: 100%;
  }

  /* --------------------------------partners--------------
-------------------- */

  .partners {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5vw;
    padding: 3vw;
    padding-top: 0;
    margin-top: -0.5vw;
  }

  .partners .heading {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 3vw;
  }

  .partners .logos {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3vw;
    border-radius: 3vw;
  }

  .partners .logos img {
    width: 100%;
  }

  /* --------------------------------mission--------------
-------------------- */

  .mission {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 5vw 5vw;
    align-items: center;
    position: relative;
    gap: 7vw;
  }

  .mission .bg {
    width: 40%;
    position: absolute;
    top: -5vw;
    left: 0;
    z-index: -1;
  }

  .mission .bg1 {
    width: 100%;
  }

  .mission .left {
    width: 95%;
    text-align: center;
  }

  .mission .left img {
    width: 70%;
  }

  .mission .right {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 3vw;
  }

  /* --------------------------------how it works--------------
-------------------- */

  .how {
    width: 100%;
    padding: 15vw 9vw;
    position: relative;
  }
  .how .bg {
    width: 80%;
    position: absolute;
    top: -10%;
    right: 0;
    z-index: -1;
  }

  .how .content {
    width: 100%;
    padding: 4vw;
    background: #160e2f;
    border-radius: 4vw;
    display: flex;
    flex-direction: column;
    gap: 7vw;
    align-items: center;
    justify-content: space-between;
  }

  .how .content .left {
    width: 100%;
    padding: 3vw;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5vw;
    border-radius: 4vw;
  }

  .how .content .left h2,
  .how .content .left p {
    color: #141414;
  }

  .how .content .right {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 7vw;
  }

  .how .content .right .top,
  .how .content .right .bottom {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7vw;
    justify-content: space-between;
  }

  .how .content .right .top .box {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .how .content .right .bottom .box {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .how .content .right .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3vw;
  }

  .how .content .right .box .index h3 {
    background: #2a1b57;
    padding: 3vw 2.5vw;
    border-radius: 50%;
    text-align: center;
  }

  .how .content .right .box .details {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2vw;
  }

  /* ----------------------------choose--------
------- */

  .choose {
    width: 100%;
    height: auto;
    padding: 15vw 9vw;
    background: linear-gradient(0deg, #0c0032 0%, #2d1f5a 50.45%, #0c0032 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .choose .content {
    background: rgba(129, 129, 139, 0.1);
    display: flex;
    flex-direction: column;
    gap: 7vw;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 7vw;
    border-radius: 4vw;
    margin-top: 3vw;
  }

  .choose .content .left {
    width: 100%;
    border-radius: 4vw;
  }

  .choose .content .left img {
    width: 100%;
  }

  .choose .content .right {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 7vw;
  }

  .choose .content .right .box {
    width: 100%;
    padding: 4vw;
    border-radius: 4vw !important;
    background: rgba(129, 129, 139, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2vw;
    text-align: center;
  }

  .choose .content .right .box p.sp {
    font-size: 4vw;
    font-weight: 900;
  }

  .choose .content .right .box img {
    width: 12vw;
  }

  /* ----------------------------map--------
------- */

  .map {
    width: 100%;
    padding: 10vw 5vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }

  .map h2 {
    margin-bottom: 10vw;
  }

  .map .bg {
    width: 30%;
    position: absolute;
    top: -15vw;
    left: 0;
    z-index: -1;
  }

  .map .arrow {
    position: absolute;
    top: 27vw;
    width: 47%;
    margin-left: 2vw;
    z-index: 1;
  }

  .map .row {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
  }

  .map .row1 {
    justify-content: flex-start;
  }

  .map .row img {
    width: 35%;
  }

  .map .row .box {
    width: 40%;
    padding: 2vw;
    padding-right: 0;
    background: url(../images/map-bg-bg.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    left: 2vw;
  }

  .map .row1 .box {
    position: relative;
    left: -2vw;
  }

  .map .row .box h3 {
    font-weight: 400;
    margin-bottom: 1vw;
  }

  .map .row .box li {
    list-style: disc;
    font-size: 2vw;
    line-height: 140%;
  }

  /* ----------------------------join--------
------- */

  .join {
    width: 83%;
    background: rgba(255, 255, 255, 0.09);
    border-radius: 4vw;
    padding: 7vw 5vw;
    display: flex;
    flex-direction: column;
    gap: 5vw;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3vw;
    margin-top: 10vw;
    z-index: 2;
  }

  .join .left {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1vw;
  }

  .join .right {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  /* ---------footer----
  --- */
  footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 2vw 6vw;
    padding-top: 10vw;
    gap: 8vw;
  }
  footer h2 {
    font-size: 7vw;
    margin-bottom: 2vw;
  }
  footer ul li {
    text-align: center;
  }
  footer ul li a {
    color: #8d8d8d;
    font-size: 3.5vw;
    font-style: normal;
    font-weight: 400;
    line-height: 203%; /* 24.31px */
  }
  footer ul li a:hover {
    text-decoration: underline;
  }
  footer .logo img {
    width: 35vw;
    margin-bottom: 1vw;
  }
  footer .logo {
    width: 100%;
    padding-right: 2vw;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  footer .logo .links {
    gap: 5vw;
    padding-top: 5vw;
  }

  footer .logo .links a img {
    width: 4vw;
  }

  footer .company {
    width: 100%;
    text-align: center;
  }
  footer .Support {
    width: 100%;
    text-align: center;
  }
  footer .policy {
    width: 100%;
    text-align: center;
  }
  footer .contact {
    width: 100%;
    text-align: center;
  }
  footer .p-1 {
    margin-bottom: 1.5vw;
    font-size: 5vw;
    font-weight: 400;
  }
  /* ---------copyright----
  ----- */
  .copyright {
    padding: 4vw 0;
  }
  .copyright p {
    font-size: 3.5vw;
    opacity: 1;
    text-align: center;
    letter-spacing: 0.5px;
  }
}
