.about-banner {
  position: relative;
  padding-bottom: 40px;
}

.about-banner .banner-bg {
  height: 400px;
  background: url("/assets/images/about/aboutbanner.png") no-repeat center;
  background-size: cover;
  position: relative;
}

.about-banner .banner-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.63);
}
.about-banner .banner-content {
  margin-top: -270px;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 2;
}
.about-banner .banner-content .card-img-wrapper {
  margin: 0 auto;
}

.banner-content .title {
  font-size: 48px;
  letter-spacing: 8px;
  margin-bottom: 15px;
}

.about-banner .banner-content .stats-row {
  margin-top: 40px;
}
.about-banner .banner-content .stats-row .stat-col {
  margin-bottom: 20px;
}
.about-banner .banner-content .stats-row .stat-card {
  background: rgba(255, 255, 255, 0.05);
  padding: 15px 6px;
  border-radius: 4px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(32px);

  position: relative;
  overflow: hidden;
  height: 100%;
}
.about-banner .banner-content .stats-row .stat-card .count {
  font-size: 40px;
  font-weight: 100 !important;
  color: #fff;
  font-family: "Orbitron", sans-serif;
  letter-spacing: 4px;
}

.about-banner .banner-content .stats-row .stat-card .count-bottom-text {
  color: #88ff00;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.about-banner .banner-content .mission-row {
  margin-top: 10px;
}

.about-banner .banner-content .mission-row .mission-box {
  background: #36264e;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 6px;
  text-align: left;

  height: 100%;
}

.about-banner .banner-content .mission-row .mission-box .mission-title {
  display: inline-block;
  background: #15062d;
  padding: 7px 15px;
  letter-spacing: 6px;
  font-family: "Orbitron", sans-serif;
  color: #9f9f9f;
  font-size: 20px;
  clip-path: polygon(0 0%, 85% 0%, 100% 0%, 95% 100%, 0 100%);
  letter-spacing: 20px;
  width: fit-content;
  margin-top: -1px;
}

.about-banner .banner-content .mission-row .mission-box .our-vision {
  clip-path: polygon(100% 0%, 15% 0%, 0% 0%, 5% 100%, 100% 100%);
  display: block;
  padding-left: 50px;
  margin-left: auto;
  margin-right: -1px;
  margin-top: -1px;
}

.about-banner .banner-content .mission-row .mission-box .desc {
  padding: 20px 15px;
  line-height: 1.2;
  font-weight: 100 !important;
  font-size: 17px;
}

/*================== hover border animation =============*/
.about-banner .banner-content .stats-row .stat-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-left: none;
  border-radius: 4px;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.about-banner .banner-content .stats-row .stat-card::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 0;
  background: #ffffff;
  opacity: 0;
}
.about-banner .banner-content .stats-row .stat-card:hover::after {
  opacity: 1;
}

.about-banner .banner-content .stats-row .stat-card:hover::before {
  opacity: 1;
  animation: leftBorderUp 0.3s ease forwards;
}

@keyframes leftBorderUp {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}

/* ================= MOBILE RESPONSIVE  ================= */
@media (max-width: 991px) {
  .about-banner .banner-content .descrip {
    font-size: 16px;
  }

  .about-banner .banner-content {
    margin-top: -300px;
  }
  .about-banner .banner-content .mission-row .mission-box .mission-title {
    font-size: 15px;
    letter-spacing: 13px;
  }
  .about-banner .banner-content .mission-row .mission-box .desc {
    padding: 15px 10px;
    font-size: 15px;
  }
  .about-banner .banner-content .stats-row .stat-card .count {
    font-size: 35px;
    margin-top: 12px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .about-banner .banner-content .stats-row .stat-card .count {
    font-size: 25px;
  }
  .about-banner .banner-content .stats-row .stat-card .count-bottom-text {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .about-banner .banner-content .mission-row .fist-mission-col {
    margin-bottom: 20px;
  }
}

@media (min-width: 0px) and (max-width: 575.98px) {
  .about-banner {
    padding-bottom: 25px;
  }
  .about-banner .banner-content .descrip {
    font-size: 13px;
    margin-top: 10px;
  }
  .about-banner .banner-content .mission-row .fist-mission-col {
    margin-bottom: 20px;
  }
  .about-banner .banner-content .stats-row .stat-card {
    height: 100%;
    margin-bottom: 0px;
  }
  .about-banner .banner-content .stats-row .stat-col {
    margin-bottom: 20px;
  }
  .about-banner .banner-content .stats-row .stat-card .count {
    font-size: 28px;
  }
  .about-banner .banner-content .stats-row .stat-card .count-bottom-text {
    font-size: 17px;
  }
  .about-banner .banner-content .stats-row {
    margin-top: 18px;
  }
  .about-banner .banner-content .mission-row .mission-box .desc {
    padding: 15px 10px;
    font-size: 15px;
  }
  .about-banner .banner-content .mission-row .mission-box .mission-title {
    font-size: 14px;
    letter-spacing: 10px;
  }
}

@media (min-width: 0px) and (max-width: 450.98px) {
  .about-banner .banner-content .stats-row .stat-card .count {
    font-size: 20px;
  }
  .about-banner .banner-content .stats-row .stat-card .count-bottom-text {
    font-size: 13px;
    margin-bottom: 0;
  }
  .about-banner .banner-content {
    margin-top: -325px;
  }
  .about-banner .banner-content .mission-row {
    margin-top: 0px;
  }
  .about-banner .banner-content .mission-row .mission-box .desc {
    padding: 11px 10px;
    font-size: 13px;
  }
}

@media (min-width: 1400px) {
  .about-banner .banner-content {
    max-width: 1100px !important;
  }
}
