.nav-links li a.active {
  color: rgba(42, 175, 203, 1);
  /* Highlight current page */
}

.key-features {
  margin-top: 74px;
  margin-bottom: 100px;
}

.key-features .section-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 75px;
  text-align: center;
}



@media screen and (max-width:680px) {
  .why-choose-wrapper .section-main-title {
    margin-bottom: 80px;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    line-height: 50px;
  }
}


@media screen and (max-width:500px) {
  .why-choose-wrapper .section-main-title {
    margin-bottom: 80px;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 50px;
  }
}



.key-features-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 70px 40px;
}

@media screen and (max-width:986px) {

  .key-features-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 70px 40px;
  }
}


@media screen and (max-width:550px) {

  .key-features-cards {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 70px 40px;
  }
}


.featured-icon img {
  position: absolute;
  top: -26px;
  right: 44%;
}

.key-features .features-card {
  position: relative;
  background: linear-gradient(90deg, #0C1F3E 20%, #133B5C 40%, #0C1F3E 60%);
  box-shadow: 0px 0px 24px 0px rgba(23, 211, 255, 0.4);
  box-shadow: 0px 0px 4px 0px rgba(0, 191, 255, 1);
  border-radius: 16px;
  padding: 50px 30px 40px;
  text-align: center;
}

.key-features .features-card h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 1);
}

.key-features .features-card p {
  color: rgba(197, 209, 227, 1);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.img-top-back {
  background: rgba(47, 180, 207, 1);
  width: 56px;
  height: 25px;
  position: absolute;
  top: -26px;
  right: 44%;
}

.why-choose-wrapper {
  padding: 2px;
  border-radius: 36px;

  background: linear-gradient(161.06deg, rgba(0, 77, 244, 0) 13.7%, rgba(0, 77, 244, 0.4) 27.55%, #004DF4 36.4%, #26DDFF 53.88%, rgba(38, 221, 255, 0) 89.18%);
  display: inline-block;
  width: 100%;
}

.why-choose-wrapper .zero-koin-choose {
  padding: 107px 20px;
  border-radius: 33px;
  background: #0d1223;
}

.why-choose-wrapper .section-main-title {
  margin-bottom: 80px;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;

  background: linear-gradient(90deg, #FFFFFF 0%, #999999 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

@media screen and (max-width:680px) {
  .why-choose-wrapper .section-main-title {
    margin-bottom: 80px;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    line-height: 50px;
  }
}


@media screen and (max-width:500px) {
  .why-choose-wrapper .section-main-title {
    margin-bottom: 80px;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 50px;
  }
}



.why-choose-wrapper .choose-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}



@media screen and (max-width:680px) {
  .why-choose-wrapper .choose-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    justify-items: center;
    align-items: center;
    width: 100%;
  }
}


@media screen and (max-width:580px) {
  .why-choose-wrapper .choose-content {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
    align-items: center;
    width: 100%;
  }
}


.why-choose-wrapper .choose-content .card-content {
  display: grid;
  justify-items: center;
  width: 100%;
  padding-bottom: 50px;
}

.why-choose-wrapper .choose-content .card-content .img-holder {
  margin-bottom: 27px;
}

.why-choose-wrapper .choose-content .card-content h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}

.why-choose-wrapper .choose-content .card-content p {
  max-width: 201px;
  text-align: center;
  line-height: 100%;
  color: rgba(197, 209, 227, 1);
  font-size: 16px;
  margin-top: 12px;
}

.our-mission {
  margin-top: 150px;
}

.our-mission .section-title-mission {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 80px;
  text-align: center;

  background: linear-gradient(90deg, #FFFFFF 0%, #999999 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.our-mission .main-points {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 50px;
}

@media screen and (max-width:970px) {
  .our-mission .main-points {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 50px;
  }

}

@media screen and (max-width:700px) {
  .our-mission .main-points {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
  }

}


@media screen and (max-width:500px) {
  .our-mission .main-points {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 50px;
  }

}

.our-mission .main-points .point {
  border: 4px solid rgba(229, 231, 235, 1);
  position: relative;
  text-align: center;
  padding: 62px 16px 35px;
  border-radius: 16px;
  background: linear-gradient(90deg, #0C1F3E 20%, #133B5C 40%, #0C1F3E 60%);
  box-shadow: 0px 0px 72.38px 0px #17D3FF66;
  box-shadow: 0px 0px 12.06px 0px #00BFFF;

}

.our-mission .main-points .point .point-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
}

.our-mission .main-points .point .mission-image-holder {
  position: absolute;
  height: 56px;
  width: 56px;
  top: -14%;
  right: 43%;
}

.our-journey-wrapper {
  padding: 2px;
  border-radius: 36px;
  display: inline-block;
  width: 100%;
  background: linear-gradient(161.06deg, rgba(0, 77, 244, 0) 14.7%, rgba(0, 77, 244, 0.4) 27.55%, #004DF4 36.4%, #26DDFF 53.88%, rgba(38, 221, 255, 0) 89.18%);
}

.journey-section {
  padding: 100px 20px;
  text-align: center;
  border-radius: 33px;
  background: #000618;
}

.journey-section .journey-heading {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 48px;
  
  background: linear-gradient(90deg, #FFFFFF 0%, #999999 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

@media screen and (max-width:450px) {
  .journey-section .journey-heading {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 48px;
  }
}

.journey-section .journey-description {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.contact-section {
  text-align: center;
  padding: 30px 20px;
  margin-top: 0px;
}

.contact-section h2 {
  font-size: 2em;
  margin-bottom: 30px;
  
  background: linear-gradient(90deg, #FFFFFF 0%, #999999 100%);
  -webkit-background-clip: text;

  background-clip: text;
  color: transparent;
}

.contact-form {
  background:
    linear-gradient(#021E32, #021E32) padding-box,
    /* Background inside the border */
    linear-gradient(177.34deg, rgba(0, 77, 244, 0) -16.46%, rgba(0, 77, 244, 0.4) 3.75%, #004DF4 21.17%, #26DDFF 48.4%, rgba(38, 221, 255, 0) 120.42%) border-box;
  /* Border */
  border: 8.9px solid;

  border: 2px solid transparent;
  border-bottom: none;
  border-radius: 20px;
  padding: 42px 30px 150px 30px;
  max-width: 900px;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 153, 255, 0.1);
}


.contact-form label {
  text-align: left;
  margin-bottom: 20px;
  color: #ccc;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 100px;
  width: 100%;
}

.contact-form input {
  width: 100%;
  background:
    linear-gradient(#021E32, #021E32) padding-box,
    linear-gradient(148.54deg, #3DBDF1 5.23%, rgba(26, 111, 146, 0.35) 81.02%) border-box;
  border: 2px solid transparent;
  border-radius: 104.6px;
  padding: 12px 18px;
  color: #8cd0ff;
  font-size: 0.9em;
  outline: none;
  transition: 0.3s;
  box-shadow: 0px 23.61px 44.28px 0px #021E32;
}

.contact-form textarea {
  width: 100%;
  background:
    linear-gradient(#021E32, #021E32) padding-box,
    linear-gradient(148.54deg, #3DBDF1 5.23%, rgba(26, 111, 146, 0.35) 81.02%) border-box;
  border: 2px solid transparent;
  border-radius: 36px;
  padding: 26px 30px;
  color: #8cd0ff;
  font-size: 0.9em;
  outline: none;
  transition: 0.3s;
  box-shadow: 0px 23.61px 44.28px 0px #021E32;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #2a80c8;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #26ddff;
}

.contact-form textarea {
  resize: none;
  height: 120px;
}

.contact-form button {
  background: linear-gradient(90deg, #009dff 0%, #26ddff 100%);
  border: none;
  padding: 15px 30px;
  border-radius: 50px;
  color: white;
  font-weight: 600;
  font-size: 1em;
  cursor: pointer;
  transition: 0.3s;
  float: right;
  box-shadow: 0px 23.61px 44.28px 0px #003861;
  margin-top: 1%;
}

.contact-form button:hover {
  opacity: 0.85;
}

@media screen and (max-width:680px) {
  .contact-form label {
    flex-direction: column;
    gap: 10px;
  }
}













.joining-buttons {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 25px;
}

.joining-buttons .btn {
  color: black;
  border-radius: 999999px;
  background: linear-gradient(90deg, #FFFFFF 0%, #716972 100%);
  box-shadow: 0px 8px 10px 0px #0000001A;
  padding: 13px 32px;
}