@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400&family=Plus+Jakarta+Sans:wght@800&display=swap");

:root {
  --vision-container-size: 30vw;
}
.space-medium-width {
  width: 2vw;
}
.space-big-width {
  width: 4vh;
}
.space-medium-height {
  height: 3vh;
}
.space-small-height {
  height: 1.5vh;
}
.space-big-height {
  height: 8vh;
}

.main {
  top: 0;
  position: fixed;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  z-index: 2;
  background-color: transparent;
  transition: background-color 0.3s;
  padding-top: 20px;
  padding-bottom: 10px;
}
.main.scrolled {
  background-color: #130f0e;
}
.hamburger {
  font-size: 2em;
  user-select: none;
  cursor: pointer;
  position: absolute;
  left: 0;
  padding-bottom: 15px;
  padding-left: 10px;
  color: white;
}
.head-logo {
  width: 10em;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: #130f0e;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.drawer-item {
  padding: 8px 8px 8px 16px;
  text-decoration: none;
  font-size: 0.8em;
  color: white;
  transition: 0.3s;
  position: relative;
  border-bottom: 0.05px solid rgb(43, 43, 43);
  white-space: nowrap;
}

.drawer-items {
  display: flex;
  flex-direction: column;
}

.text {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.6em;
  line-height: 22px;
  text-align: center;
  color: #d9d9d9;
}

.text1 {
  width: 50vw;
  font-family: "Inter";
  font-style: normal;
  font-size: 0.6em;
  text-align: center;
  color: #d9d9d9;
}

.tagline {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: normal;
  font-size: 7vw;
  line-height: 10vw;
  text-align: center;
  color: #ffffff;
}

.tagline .green {
  color: #1e9857;
}

.tagline .yellow {
  color: #f0b406;
}

.bg-design {
  position: absolute;
  width: 100vw;
  height: calc(100vw * 9 / 16);
  max-height: 100vh;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-179.06deg) scaleY(-1) scaleX(-1);
  object-fit: cover;
  z-index: -1;
}

.button {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px;

  width: 121px;
  height: 40.88px;

  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 10px;

  background: #120d0d;
  border: 2px solid #d9483f;
  color: #d9d9d9;
  border-radius: 56px;
}

.container {
  column-count: 2;
  column-gap: 3vw;
  padding-left: 4vw;
  padding-right: 4vw;
}

.card {
  break-inside: avoid-column;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 3vw; /* Space between cards */
  background: linear-gradient(180deg, #262626 0%, #0a3b21 100%);
  border-radius: 4vw;
  width: 100%;
  padding: 7vw;
  height: 40vw;
}

.card1,
.card3,
.card5 {
  background: linear-gradient(
    20.9deg,
    rgba(100, 100, 100, 0.25) 17.88%,
    rgba(44, 208, 120, 0.25) 90.58%
  );
}

.card2,
.card4 {
  background: linear-gradient(
    353.96deg,
    rgba(100, 100, 100, 0.25) 4.22%,
    rgba(226, 170, 7, 0.25) 95.78%
  );
}

/* Set specific heights for demo purposes */
.card1 .card3 .card4 .card5 {
  height: 20vw;
}
.card2 {
  height: 42vw;
}

.phone-image {
  width: 20vw;
  background: url(image.png);
}

.card-element-text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 0.6em;
  text-align: center;
  color: #d9d9d9;
}

.menu {
  display: none;
}

.image-size {
  width: 20vw;
}
.circle-green {
  height: 10vw;
  width: 10vw;
  background-color: rgba(0, 128, 0, 0.5);
  border-radius: 50%;
  position: absolute;
  bottom: 40vh;
  right: 0;
  overflow: hidden; /* Add this line */
  box-shadow: 0 0 15vw 7.5vw #053920;
  filter: blur(10vw);
  z-index: -2;
}

.circle-red {
  height: 10vw;
  width: 10vw;

  border-radius: 50%;
  position: absolute;
  bottom: 100vh;
  right: 100vw;
  box-shadow: 0 0 15vw 7.5vw #60201c;
  filter: blur(30vw);
  z-index: -2;
}
.circle-blue {
  height: 10vw;
  width: 10vw;

  border-radius: 50%;
  position: absolute;

  box-shadow: 0 0 15vw 7.5vw #002c6e;
  filter: blur(10vw);
  z-index: -2;
}

.about-container {
  position: relative;
  overflow: hidden;
  background-color: #120d0d;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-text {
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  color: #ffffff;
}

.about-desc {
  padding-left: 10vw;
  padding-right: 10vw;
  font-family: "Inter";
  font-size: 0.6em;
  line-height: 15px;
  text-align: center;

  color: #d9d9d9;
}
.bold {
  font-weight: bold;
}

.green {
  color: #4fb213;
}

.blue {
  color: #3f88f6;
}

.vision-container {
  background: #212121;
  width: calc(var(--vision-container-size) * 2.5);
  height: calc(var(--vision-container-size) * 2);
  border-radius: calc(var(--vision-container-size) / 3);
  position: relative;
  overflow: hidden;
}
.vision-img-cont {
  display: flex;
  justify-content: center;
}
.vision-img {
  width: 25vw;
}

.vision-heading {
  padding-top: 6vw;
  padding-left: 6vw;
  font-family: "Plus Jakarta Sans";

  font-size: 1em;
  display: flex;
  flex-direction: column;
  color: #ffffff;
}

.vision-desc {
  padding-left: 6vw;
  padding-right: 6vw;
  font-family: "Inter";
  font-size: 0.6em;
  line-height: 1.5em;
  color: #d9d9d9;
}
.challenges-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 8vw;
  padding-bottom: 10vw;
  justify-content: center;
  background: #212121;
  width: calc(var(--vision-container-size) * 2.5);
  height: calc(var(--vision-container-size) * 4);
  border-radius: calc(var(--vision-container-size) / 3);
}

.challenges-heading {
  text-align: center;

  padding-left: 10vw;
  padding-right: 10vw;
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
}
.challenges-sub-main-cont {
  display: flex;
  flex-direction: column;
}
.challenges-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
.challenges-sub-cont,
.challenges-sub-cont2,
.challenges-sub-cont3 {
  display: flex;
  width: 60vw;
  height: 10vw;
  border: 1.8px solid #991414;
  border-radius: 33.5px;
  justify-content: center;
  align-items: center;
}

.challenges-sub-cont2 {
  border: 1.8px solid #b04a00;
}

.challenges-sub-cont3 {
  border: 1.8px solid #a87d00;
}

.challenges-text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 0.6em;
  line-height: 46px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #d9d9d9;
}
.challenges-img {
  display: flex;
  max-height: 10vw;
  height: 10vw;
  align-items: center;
  justify-content: center;
}
.hide {
  display: none;
}

.general-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.general-container2 {
  display: none;
}

.general-image {
  height: 80vw;
}
.general-logo {
  height: 8vw;
}

.steps-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.steps-container-desktop {
  display: none;
}
.steps-row-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.steps-heading {
  width: 50vw;
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
}

.steps-sub-text-cont {
  display: flex;

  align-items: center;

  box-sizing: border-box;

  width: 303px;
  height: 33px;
  left: 41px;
  top: 137px;

  border: 1px solid #6c6c6c;
  border-radius: 30px;
}

.steps-sub-text {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 0.6em;
  color: #ffffff;
}

.steps-sub-sub-text {
  width: 30em;
  font-family: "Inter";
  font-size: 0.8em;
  color: #ffffff;
}

.steps-sub-sub-text-right {
  width: 30em;
  font-family: "Inter";
  font-size: 0.8em;
  color: #ffffff;
  text-align: right;
}

.steps-img {
  width: 65vw;
}
.choose-us-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.choose-us-box {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 6vw;
  width: 60vw;
  height: 60vw;
  background: linear-gradient(180deg, #212121 0%, #053920 426.26%);
  border-radius: 8vw;
}

.choose-img {
  width: 12vw;
}

.choose-us-text {
  color: white;
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 0.8em;

  color: #ffffff;
}

.choose-us-sub-text {
  font-family: "Inter";
  font-style: normal;
  font-size: 0.6em;
  line-height: 1.7em;

  color: #ffffff;
}

.transform-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-left: 10vw;
  padding-right: 10vw;
  width: 100%;
  background: #1c3628;
  padding-top: 5vw;
}

.transform-text {
  font-family: "Plus Jakarta Sans";
  font-size: 6vw;
  line-height: 8vw;
  color: #f0b406;
}

.transform-sub-text {
  width: 55vw;
  font-family: "Inter", sans-serif;
  font-size: 2.6vw;
  color: #d9d9d9;
}

.transform-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25vw;
  height: 9vw;
  border: 0.6vw solid #ffffff;
  border-radius: 52px;
}

.transform-button-text {
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 2.6vw;
  color: #d9d9d9;
}
.transform-img-cont {
  display: flex;
  justify-content: flex-end;
  margin-bottom: -10vw;
}
.transform-img {
  width: 50vw;
  transform: translateY(-10vw);
  z-index: 1;
}
.transform-box2 {
  display: none;
}
.footer-desktop {
  display: none;
}
.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #1c3628;
  padding-top: 1em;
  padding-bottom: 1em;
}

.footer-logo {
  width: 6em;
}
.footer-text {
  font-family: "Inter", sans-serif;
  font-size: 2.8vw;
  color: #d9d9d9;
}
.footer-header {
  font-family: "Inter", sans-serif;
  font-weight: bold;
  color: #d9d9d9;
}
.footer-bullets {
  color: #d9d9d9;
  font-family: "Inter", sans-serif;
  font-size: 2vw;
  width: 80%;
}

.footer-bullets ul {
  text-align: center;
}
.footer-divider {
  height: 0.7px;
  width: 90%;
  background-color: rgb(181, 181, 181);
  opacity: 0.5;
  margin-top: 1em;
  margin-bottom: 1em;
}

.footer a {
  width: 100%;
  color: #d9d9d9;
}

.footer-svg {
  height: 1em;
}

.policies {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 80%;
}
.dropdown {
  width: 90%;
}

.dropdown-toggle {
  width: 100%;
  padding: 10px;
  text-align: left;
  outline: none;
  cursor: pointer;
}

.dropdown-toggle:focus {
  outline: none;
}

.dropdown-content {
  display: flex;
  flex-direction: column;
  padding: 10px;
  display: none;
  overflow: hidden;
}

.toggle-icon {
  float: right;
}

.loc-img {
  width: 10vw;
}
.email-img {
  width: 40vw;
}

.archives-img {
  width: 40vw;
}
.usdt-img {
  width: 40vw;
}
.app-store {
  width: 8em;
}

.mail {
  width: 1.5em;
  transition: transform 0.3s ease;
}

.icons-cont {
  display: flex;
  align-items: center;
}

.contact-us {
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 0.8em;
  color: #ffffff;
  letter-spacing: 0.02em;
}
@media (min-width: 1024px) {
  .main {
    display: flex;
    flex-direction: row;
    padding: 10px;
    justify-content: center;
    align-items: center;
  }
  .hamburger {
    display: none;
  }
  .green-circle {
    height: 10vw;
    width: 10vw;

    border-radius: 50%;
    box-shadow: 0 0 15vw 7.5vw #053920;
    filter: blur(10vw);
    position: absolute;
    z-index: 1;
  }

  .light-green-circle {
    height: 10vw;
    width: 10vw;
    border-radius: 50%;
    box-shadow: 0 0 15vw 7.5vw #17cb74;
    filter: blur(10vw);
    position: absolute;
    z-index: 1;
  }

  .right-0 {
    top: 25vw;
    left: 100vw;
  }

  .left-0 {
    right: 100vw;
    top: 50vw;
  }
  .space-small-width {
    width: 0.8vw;
  }
  .divider {
    width: 130%;
    height: 1px;
    background-color: rgb(77, 77, 77);
  }
  .numbering-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1.5px solid #ffffff;
    border-radius: 2em;
    width: 6em;
    height: 2em;
  }
  .numbering-img {
    width: 1.5em;
  }
  .numbering-text {
    font-family: "Inter";
    font-size: 1em;
    color: #ffffff;
  }
  .steps-row {
    display: flex;
    justify-content: space-between;
    width: 125%;
  }

  .image-size {
    width: 10vw;
  }

  .space-medium-height {
    height: 10vh;
  }
  .space-big-height {
    height: 14vh;
  }

  .menu {
    display: flex;
    align-items: center;
    color: #d9d9d9;
  }

  .menu-item-width {
    width: 4em;
  }
  .menu-item {
    position: relative;
    display: inline-block;
    color: #d9d9d9;
    cursor: pointer;
  }

  .menu-item::before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #ffffff;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    transition: width 0.15s ease-in-out;
  }

  .menu-item:hover::before {
    width: 100%;
  }
  .text {
    font-size: 0.8em;
  }

  .text1 {
    font-size: 0.8em;
    width: 100%;
  }

  .tagline {
    margin-top: 0.1em;
    margin-bottom: 0.1em;
    width: 70%;
    font-size: 4em;
    line-height: 1.2em;
  }

  .button {
    font-size: 0.8em;
    height: 4em;
    width: 10em;
  }

  .container {
    column-count: 4;
    column-gap: 1vw;
  }
  .card {
    border-radius: 2vw;
    padding: 3.5vw;
    height: 20vw;
    justify-content: center;
  }
  .card-element-text {
    font-family: "Inter";
    font-size: 0.8em;
    text-align: center;
    color: #d9d9d9;
    width: 20em;
  }

  .card2 {
    display: none;
  }
  .about-text {
    font-size: 1.8em;
  }
  .about-desc {
    width: 100%;
    font-size: 0.8em;
    line-height: 1.5em;
  }

  .about-desc,
  .about-text {
    z-index: 1;
  }
  .vision-outter-container {
    display: flex;
    flex-direction: row;
    position: relative;
    z-index: 1;
  }

  .vision-container {
    width: var(--vision-container-size);
    height: calc(var(--vision-container-size) * 0.8);
    border-radius: calc(var(--vision-container-size) / 12);
  }
  .vision-heading {
    padding-top: 3vw;
    padding-left: 3vw;
    font-size: 1.2em;
  }

  .vision-desc {
    padding-left: 3vw;
    padding-right: 3vw;
    font-family: "Inter";
    font-size: 0.8em;
    line-height: 1.5em;
    color: #d9d9d9;
  }
  .vision-img-cont {
    display: flex;
    justify-content: center;
  }
  .vision-img {
    width: 10vw;
  }
  .challenges-sub-cont,
  .challenges-sub-cont2,
  .challenges-sub-cont3 {
    display: flex;
    width: 18vw;
    height: 4vw;

    border-radius: 33.5px;
    justify-content: center;
    align-items: center;
  }
  .challenges-container {
    width: calc(var(--vision-container-size) * 2.1);
    height: calc(var(--vision-container-size) * 1);
    border-radius: calc(var(--vision-container-size) / 12);
    align-items: center;
    padding: 2em;
    position: relative;
    z-index: 1;
  }
  .challenges-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    height: 20vw;
  }
  .challenges-heading {
    font-size: 1.2em;
  }
  .challenges-sub-main-cont {
    flex-direction: row;
  }
  .challenges-text {
    font-size: 0.8em;
  }

  .challenges-sub-cont {
    border: 0.2em solid #991414;
  }
  .challenges-sub-cont2 {
    border: 0.2em solid #b04a00;
  }

  .challenges-sub-cont3 {
    border: 0.2em solid #a87d00;
  }
  .challenges-img {
    width: 10vw;
  }
  .challenges-spin {
    width: 5vw;
  }

  .steps-heading {
    font-size: 1.5em;
  }
  .steps-container {
    display: none;
  }

  .steps-container-desktop {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .steps-sub-text {
    font-size: 1em;
  }
  .steps-img {
    width: 10vw;
  }
  .steps-img2 {
    width: 20vw;
    height: 5.3vw;
  }
  .steps-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
  }
  .choose-us-cont {
    display: flex;
    flex-direction: row;
    width: 68%;
    justify-content: center;
  }

  .choose-us-box {
    width: 25vw;
    height: 20vw;
    border-radius: 2.5vw;
    margin: 1vw;
    padding: 2em;
  }
  .choose-img {
    width: 5vw;
  }

  .transform-box {
    display: none;
  }

  .hide {
    display: contents;
  }
  .general-container {
    display: none;
  }
  .general-container2 {
    display: flex;
    align-items: center;
  }
  .general-image {
    height: 27.2vw;
  }
  .transform-box2 {
    display: flex;
    justify-content: space-between;
    width: 65%;
    border-radius: 2.5vw;
    padding: 3vw;
    padding-top: 5vw;
    padding-bottom: 5vw;
    background: #1c3628;
    position: relative;
    overflow: hidden;
  }

  .transform-text {
    font-size: 2em;
    width: 100%;
    line-height: 1.5em;
  }

  .transform-sub-text {
    font-size: 0.8em;
    width: 100%;
    line-height: 1.5em;
  }
  .transform-img {
    width: 50vw;
    transform: translateY(0vw);
  }

  .transform-button {
    width: 10vw;
    height: 3.5vw;
    border-radius: 2vw;
    border: 2px solid #ffffff;
    cursor: pointer;
  }

  .transform-button-text {
    font-size: 0.8em;
  }
  .contact-us {
    font-size: 0.8em;
    font-family: "Inter";
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 0.02em;
  }

  .app-store {
    width: 10em;
  }

  .mail {
    width: 1.5em;
    transition: transform 0.3s ease;
  }

  .mail:hover {
    transform: translateY(-10px);
  }
  .footer {
    display: none;
  }

  .footer-desktop {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background: #1c3628;
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .footer-top {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
  }
  .footer-sub-cont {
    display: flex;
    flex-direction: column;
  }

  .footer-sub-cont-row {
    display: flex;
    width: 60%;
    align-items: center;
    justify-content: space-between;
  }
  .footer-desktop a {
    color: #d9d9d9;
  }
  .footer-desktop a :hover {
    color: #f0b406;
  }

  .footer-logo {
    width: 6em;
  }
  .footer-img-cont {
    display: flex;
    align-items: center;
  }
  .footer-img {
    width: 1.5em;
  }
  .footer-text {
    font-size: 1vw;
  }
  .footer-desktop-text {
    font-family: "Inter", sans-serif;
    font-size: 1vw;
    color: #d9d9d9;
    padding: 12px 0px 12px 0px;
    align-items: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .main {
    display: flex;
    flex-direction: row;
    padding: 10px;
    justify-content: center;
    align-items: center;
  }
  .hamburger {
    display: none;
  }
  .green-circle {
    height: 10vw;
    width: 10vw;

    border-radius: 50%;
    box-shadow: 0 0 15vw 7.5vw #053920;
    filter: blur(10vw);
    position: absolute;
    z-index: 1;
  }

  .right-0 {
    top: 25vw;
    left: 100vw;
  }

  .left-0 {
    right: 100vw;
    top: 50vw;
  }
  .space-small-width {
    width: 1vw;
  }
  .divider {
    width: 130%;
    height: 1px;
    background-color: rgb(77, 77, 77);
  }
  .numbering-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1.5px solid #ffffff;
    border-radius: 2em;
    width: 6em;
    height: 2em;
  }
  .numbering-img {
    width: 1.5em;
  }
  .numbering-text {
    font-family: "Inter";
    font-size: 1.5vw;
    color: #ffffff;
  }
  .steps-row {
    display: flex;
    justify-content: space-between;
    width: 125%;
  }

  .image-size {
    width: 10vw;
  }

  .space-medium-height {
    height: 8vh;
  }
  .space-big-height {
    height: 10vh;
  }

  .main {
    flex-direction: row;
  }
  .menu {
    display: flex;
    align-items: center;
    color: #d9d9d9;
  }

  .menu-item-width {
    width: 4em;
  }
  .menu-item {
    position: relative;
    display: inline-block;
    color: #d9d9d9;
    cursor: pointer;
  }

  .menu-item::before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #ffffff;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    transition: width 0.15s ease-in-out;
  }

  .menu-item:hover::before {
    width: 100%;
  }

  .tagline {
    margin-top: 0.1em;
    margin-bottom: 0.1em;
    width: 70%;
    font-size: 3.5em;
    line-height: 1.2em;
  }

  .button {
    font-size: 1.5vw;
    height: 4em;
    width: 10em;
  }

  .container {
    column-count: 4;
    column-gap: 1vw;
    padding-left: 1vw;
    padding-right: 1vw;
  }
  .card {
    border-radius: 2vw;
    padding: 3.5vw;
    height: 18vw;
    justify-content: center;
  }
  .card-element-text {
    font-family: "Inter";
    font-size: 1vw;
    text-align: center;
    color: #d9d9d9;
    width: 20em;
  }

  .card2 {
    display: none;
  }
  .about-text {
    font-size: 3vw;
  }
  .about-desc {
    width: 100%;
    font-size: 1.5vw;
    line-height: 2.5vw;
  }

  .about-desc,
  .about-text {
    z-index: 1;
  }
  .vision-outter-container {
    display: flex;
    flex-direction: row;
    position: relative;
    z-index: 1;
  }

  .vision-container {
    width: var(--vision-container-size);
    height: calc(var(--vision-container-size) * 0.8);
    border-radius: calc(var(--vision-container-size) / 12);
  }
  .vision-heading {
    padding-top: 3vw;
    padding-left: 3vw;
    font-size: 2vw;
  }

  .vision-desc {
    padding-left: 3vw;
    padding-right: 3vw;
    font-family: "Inter";
    font-size: 1.4vw;
    line-height: 2.5vw;
    color: #d9d9d9;
  }

  .challenges-sub-cont,
  .challenges-sub-cont2,
  .challenges-sub-cont3 {
    display: flex;
    width: 18vw;
    height: 4vw;

    border-radius: 33.5px;
    justify-content: center;
    align-items: center;
  }
  .challenges-container {
    width: calc(var(--vision-container-size) * 2.1);
    height: calc(var(--vision-container-size) * 1.2);
    border-radius: calc(var(--vision-container-size) / 12);
    align-items: center;
    padding: 2em;
    position: relative;
    z-index: 1;
  }
  .challenges-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    height: 20vw;
  }
  .challenges-heading {
    font-size: 2vw;
  }
  .challenges-sub-main-cont {
    flex-direction: row;
  }
  .challenges-text {
    font-size: 1.4vw;
  }

  .challenges-sub-cont {
    border: 0.2em solid #991414;
  }
  .challenges-sub-cont2 {
    border: 0.2em solid #b04a00;
  }

  .challenges-sub-cont3 {
    border: 0.2em solid #a87d00;
  }
  .challenges-img {
    width: 10vw;
  }
  .challenges-spin {
    width: 5vw;
  }

  .steps-heading {
    font-size: 3vw;
    width: 100%;
  }
  .steps-container {
    display: none;
  }

  .steps-container-desktop {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60%;
  }
  .steps-sub-text {
    font-size: 1.8vw;
  }
  .steps-sub-sub-text-right {
    width: 80%;
  }
  .steps-img {
    width: 10vw;
  }
  .steps-img2 {
    width: 20vw;
  }
  .steps-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
  }

  .choose-us-cont {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
  }
  .choose-us-box {
    width: 30vw;
    height: 30vw;
    border-radius: 2.5vw;
    margin: 0.5vw;
    padding: 2em;
  }
  .choose-us-text {
    font-size: 1.8vw;
  }
  .choose-us-sub-text {
    font-size: 1.2vw;
    line-height: 2.2vw;
  }
  .choose-img {
    width: 5vw;
  }

  .transform-box {
    display: none;
  }

  .hide {
    display: contents;
  }
  .general-container {
    display: none;
  }
  .general-container2 {
    display: flex;
    align-items: center;
  }
  .general-image {
    height: 27.2vw;
  }
  .footer {
    height: 10w;
  }
  .footer-logo {
    width: 10em;
  }
  .footer-text {
    font-size: 1em;
  }

  .text,
  .text1 {
    font-size: 1.5vw;
  }
}
