.about-hero-section {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 200px 20px 80px;
}

.about-background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.about-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #134523 0%, #134523 100%), #0e2a54;
  mix-blend-mode: multiply;
  z-index: 1;
}
.about-hero-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-text-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.about-text-content h1 {
  color: #d9d9d9;
  text-align: center;
  font-family: "BDO Grotesk";
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 104%;
  letter-spacing: -2.24px;
  margin-bottom: 31px;
}
.about-text-content p {
  color: #d9d9d9;
  text-align: center;
  font-family: "BDO Grotesk";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px; /* 172.222% */
  margin-bottom: 40px;
}

.about-btn-container {
  display: flex;
  gap: 18px;
  align-items: center;
}

.about-btn {
  padding: 20px 28px;
  border-radius: 7px;
  font-family: "BDO Grotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  background: linear-gradient(
    90deg,
    #01549f 0.02%,
    #036e6b 44.33%,
    #058f2a 88.64%
  );
  color: #fff;
  border: none;
}

.about-btn:hover {
  background: #058f2a;
  color: #fff;
  transform: scale(1.05);
}

.about-content-section {
  padding: 80px 0px;
  background-color: #f4fcf7;
}

.about-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}
.about-content-left {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 60%;
}
.about-content-left h2 {
  color: #08366d;
  font-family: "BDO Grotesk";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 117%;
  letter-spacing: -1.92px;
  max-width: 451px;
  margin-bottom: 20px;
}
.about-content-left p {
  color: #425f88;
  font-family: "BDO Grotesk";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
  margin: 0;
}
.about-content-right {
  max-width: 500px;
  width: 30%;
  height: auto;
  margin-top: 20px;
}
.about-content-right video {
  width: 100%;
  height: auto;
}

.about-info-section {
  background: #0e2a54;
  padding: 80px 0px;
}

.about-info-container {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px 70px;
  z-index: 1;
}
.about-infinity {
  position: absolute;
  top: 50%;
  left: 30%;
  z-index: -1;
}
.about-info-icon {
  margin-bottom: 31px;
}

.about-info-title {
  color: #fff;
  font-family: "BDO Grotesk";
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 117%;
  letter-spacing: -1.68px;
  margin-bottom: 23px;
}

.about-info-text {
  color: rgba(255, 255, 255, 0.77);
  font-family: "BDO Grotesk";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: -0.36px;
  margin: 0;
}

.values-tags {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  padding-top: 11px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  margin-top: 39px;
}

.value-tag {
  color: rgba(255, 255, 255, 0.77);
  font-family: "BDO Grotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: -0.36px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.values-tags span {
  font-family: "BDO Grotesk";
  font-size: 22.5px;
  font-style: normal;
  font-weight: 700;
  line-height: 33.75px;
  letter-spacing: -0.45px;
  background: linear-gradient(
    208deg,
    #5cd889 5.39%,
    #357ff2 68.55%,
    #a7caff 126.96%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-img-container {
  width: 100%;
  max-width: 633px;
}
.about-img-container video {
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.about-vision-section {
  padding: 90px 15px;
  background-color: #f4fcf7;
}
.about-vision-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 20px;
  background-color: #fff;
  padding: 0;
}
.about-vision-image {
  width: 850px;
  height: 700px;
  border-radius: 20px 0px 0px 20px;
  overflow: hidden;
}
.about-vision-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px 0px 0px 20px;
}
.about-vision-text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0px 50px 0px 90px;
  gap: 50px;
  width: 100%;
}

.about-vision-title {
  color: #08366d;
  font-family: "BDO Grotesk";
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 117%;
  letter-spacing: -1.68px;
  margin-bottom: 22px;
}
.about-vision-text {
  color: #425f88;
  font-family: "BDO Grotesk";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
  margin: 0;
}

@media screen and (max-width: 991px) {
  .about-content {
    flex-direction: column;
  }
  .about-content-right {
  width: 100%;
}
.about-content-left {
  width: 100%;
}
  .about-info-container {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .about-vision-container {
    flex-direction: column;
  }
  .about-vision-image {
    width: 100%;
    height: auto;
    border-radius: 20px 20px 0px 0px;
  }
  .about-vision-image video {
    border-radius: 20px 20px 0px 0px;
  }
  .about-vision-text-container {
    padding: 50px;
  }
  .about-infinity {
    top: 27%;
    left: 50%;
  }
  .grid-item-3{
    order: 2;
  }
  .grid-item-4{
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  .about-hero-section {
    padding: 170px 0px 50px;
  }
  .about-text-content h1 {
    font-size: 40px;
  }
  .about-content-section {
    padding: 50px 0px 10px;
  }
  .about-content {
    gap: 50px;
  }
  .about-content-left h2 {
    font-size: 32px;
    margin-bottom: 0;
  }
  .about-info-section {
    padding: 50px 0px;
  }
  .about-info-title {
    font-size: 32px;
  }
  .about-vision-section {
    padding: 50px 15px;
  }
  .about-vision-text-container {
    padding: 30px;
    gap: 30px;
  }
  .about-vision-title {
    font-size: 32px;
  }
}
