.about-section {
  padding: 100px 0;
  font-family: "Inter", sans-serif !important;
  color: #ffffff;
}

/*======================= image section =====================*/

.about-section .custom-containe .about-image-wrapper {
  overflow: hidden;
  height: 545px;
  position: relative;
}
/* .about-section .custom-containe .about-image-wrapper .absolute-image {
  width: 100%;
  height: 100%;
} */

/* .about-section .custom-containe .about-image-wrapper .inner-img-wrapper {
  height: 50%;
  width: 35%;
  position: absolute;
  bottom: 0px;
  left: 0px;
} */

/* .about-section .custom-containe .about-image-wrapper .inner-img-wrapper2 {
  height: 50%;
  width: 35%;
  position: absolute;
  top: 0px;
  right: 0px;
} */

.about-section .custom-containe .about-image-wrapper .main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* 
.about-section .custom-containe .about-image-wrapper .main-img,
.about-section .custom-containe .about-image-wrapper .inner-img-wrapper img,
.about-section .custom-containe .about-image-wrapper .inner-img-wrapper2 img {
  mix-blend-mode: luminosity;
  transition: all 0.4s ease;
}

.about-section:hover .about-image-wrapper .main-img,
.about-section:hover .about-image-wrapper .inner-img-wrapper img,
.about-section:hover .about-image-wrapper .inner-img-wrapper2 img {
  mix-blend-mode: normal;
  transform: scale(1.08);
} */

.about-section .custom-containe .about-content .tag {
  display: inline-block;
  background: #242424;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 16px;
  font-family: "Inter", sans-serif !important;
  margin-bottom: 12px;
  color: #ffffff;
}

.about-section .custom-containe .about-content .title {
  font-size: 60px;
  letter-spacing: 18px;
  font-family: "Orbitron", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}

.about-section .custom-containe .about-content .desc {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 18px;
  transition: all 0.4s ease;
  line-height: 1.3;
}

.about-section .custom-containe .about-content .sub-desc {
  font-size: 14px;
  color: #9f9f9f;
  margin-bottom: 25px;
  line-height: 1.6;
}

.about-section .custom-containe .about-content .what-title {
  margin-bottom: 18px;
  font-weight: 600;
  color: #ffffff;
  font-size: 16px;
}

.about-section .custom-containe .about-content .row.g-3 {
  --bs-gutter-x: 12px;
  --bs-gutter-y: 12px;
}

.about-section .custom-containe .about-content .info-card {
  background: #00081c;
  padding: 14px 16px;
  border-radius: 3px;
  height: 100%;
  border: 1px solid #00081c;
}

.about-section .custom-containe .about-content .info-card h6 {
  font-size: 14px;
  margin-bottom: 6px;
  color: #ffffff;
}

.about-section .custom-containe .about-content .info-card p {
  font-size: 14px;
  color: #9f9f9f;
  margin: 0;
  font-weight: 100;
  line-height: 1.4;
}

/*====================== hover effect ==================*/

.about-section:hover .custom-containe .about-content .tag {
  color: #000000;
  background: #ffffff;
}

.about-section:hover .custom-containe .about-content .title {
  color: #9f9f9f;
}
.about-section:hover .custom-containe .about-content .what-title {
  color: #9f9f9f;
}
.about-section:hover .custom-containe .about-content .sub-desc {
  color: #ffffff;
}

.about-section:hover .custom-containe .about-content .info-card {
  background: transparent;
  border: 1px solid #005029;
}

/* ===================== RESPONSIVE ===================== */

@media (min-width: 0px) and (max-width: 991px) {
  .about-section {
    padding: 70px 0;
  }

  .about-section .custom-containe .about-content {
    margin-top: 30px;
  }

  .about-section .custom-containe .about-content .title {
    font-size: 34px;
    letter-spacing: 3px;
  }

  .about-section .custom-containe .about-image-wrapper {
    margin-bottom: 20px;
  }

  .about-section .custom-containe .about-content .tag {
    color: #000000;
    background: #ffffff;
  }

  .about-section .custom-containe .about-content .title {
    color: #9f9f9f;
  }
  .about-section .custom-containe .about-content .what-title {
    color: #9f9f9f;
  }
  .about-section .custom-containe .about-content .sub-desc {
    color: #ffffff;
  }

  .about-section .custom-containe .about-content .info-card {
    background: transparent;
    border: 1px solid #005029;
  }

  .about-section .custom-containe .about-image-wrapper {
    height: 70%;
    width: 100%;
  }
}

@media (min-width: 0px) and (max-width: 575.98px) {
  .about-section .custom-containe .about-content .title {
    font-size: 30px;
    letter-spacing: 4px;
  }
  .about-section .custom-containe .about-content .desc {
    font-size: 15px;
  }
  .about-section .custom-containe .about-content .sub-desc {
    font-size: 13px;
    margin-bottom: 14px;
    line-height: 1.4;
  }
  .about-section .custom-containe .about-content .info-card {
    padding: 11px 11px;
  }
  .about-section {
    padding: 45px 0;
  }
  .about-section .custom-containe .about-content .tag {
    padding: 3px 11px;
    font-size: 13px;
  }
}

@media (min-width: 1400px) {
  .about-section .custom-containe {
    max-width: 1180px;
  }
}
