body {
  background-color: #fff;
}

.about-hero {
  width: 100%;
  background-image: url(../images/about-b.jpg);
  height: 80vh;
  background-size: cover;
  background-position: bottom;
  padding: 1rem 0;
  position: relative;
}
.inside-about-hero {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: rgb(91 89 89 / 10%);
  backdrop-filter: blur(9px);
  box-shadow: 0 8px 32px rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 50% 50% 0 0;
  padding: 1rem;
  text-transform: capitalize;
  border: 1px solid #322f2e;
  width: 40%;
  margin: auto;
}
.inside-about-hero h1 {
  font-weight: 400;
  font-family: baskervville;
  font-size: 55px;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.benefits-section {
  padding: 4rem;
  width: 100%;
}
.inside-benefits-section {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.benefits-right {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.benefits-left {
  width: 40%;
}
.benefits-left h1 {
  font-family: baskervville;
  color: #212529;
}
.benefit {
  width: 48%;
  margin-bottom: 2rem;
}
.benefit h2 {
  font-family: baskervville;
  text-transform: capitalize;
  font-size: 20px;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #212529;
}
.benefit p {
  font-family: mulish;
  font-size: 15px;
  color: #212529;
}
.about-us-section {
  padding: 4rem;
  width: 100%;
}
.inside-about-us-section {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.iaus-left {
  width: 50%;
}
.iaus-left h2 {
  font-family: baskervville;
  font-size: 30px;
  margin-bottom: 1rem;
}
.iaus-left p {
  font-family: mulish;
  line-height: 25px;
  margin-bottom: 1rem;
}
.iaus-right {
  width: 45%;
}
.iaus-right img {
  width: 100%;
}
.about-fourth-section {
  width: 100%;
  padding: 2rem;
  background-color: #212529;
}
.inside-afs {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.afs-upper {
  width: 100%;
}
.afs-upper img {
  width: 100%;
}
.afs-lower {
  display: flex;
  width: 100%;
  padding: 2rem 0;
}
.afsl-left h2 {
  font-family: baskervville;
  color: #dee2e6;
}
.afsl-right p {
  font-family: mulish;
  color: #f8f9fa85;
  margin-bottom: 1rem;
}
.afsl-left {
  width: 45%;
}
.afsl-right {
  width: 50%;
}
.about-product-section {
  width: 100%;
  padding: 4rem 2rem;
  height: 75vh;
}
.inside-aps {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.iaps-left {
  width: 25%;
}
.iaps-left h1 {
  font-family: baskervville;
  margin-bottom: 1rem;
}
.iaps-left p {
  font-family: mulish;
  font-size: 14px;
}
.iaps-right {
  width: 75%;
  height: 100%;
}
.swiper {
  height: 100% !important;
}
.aps-product-slide {
  height: 100%;
  height: 100%;
  border-radius: 10px;
  text-decoration: none;
}
.aps-product-slide img {
  position: relative;
  /* height: 100%; */
  height: auto;
  width: 100%;
}
.slide-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.5rem;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
  height: 42%;
}
.slide-content p {
  font-family: mulish;
  color: #f8f9fa;
  margin-bottom: 0.5rem;
}
.slide-content a {
  font-family: mulish;
  color: #f8f9fa;
  font-weight: 600;
}

@media (max-width: 1100px) {
  .about-product-section {
    padding: 4rem 2rem;
  }
  .iaps-left {
    width: 21%;
  }
}
@media (max-width: 1032px) {
  .inside-about-hero h1 {
    font-size: 48px;
  }
  .inside-about-hero {
    width: 50%;
  }
  .inside-aps {
    flex-direction: column;
  }
  .iaps-left {
    width: 100%;
    margin-bottom: 1rem;
  }
  .iaps-right {
    width: 100%;
  }
  .about-product-section {
    height: 90vh;
  }
  .benefits-left {
    width: 35%;
  }
  .benefits-right {
    width: 55%;
  }
}
@media (max-width: 900px) {
  .inside-about-hero h1 {
    font-size: 43px;
  }
  .inside-about-hero {
    width: 57%;
  }
  .iaus-left h2 {
    font-size: 27px;
  }
  .about-us-section {
    padding: 4rem 2rem;
  }
  .iaus-left p {
    line-height: 21px;
    font-size: 15px;
  }
  .benefits-section {
    padding: 4rem 2rem;
    width: 100%;
  }
  .benefits-left h1 {
    font-size: 28px;
  }
  .afsl-right {
    width: 55%;
    margin-left: 1rem;
  }
  .afsl-left {
    width: 40%;
  }
}

@media (max-width: 765px) {
  .inside-about-hero {
    width: 70%;
  }
  .benefits-left {
    width: 32%;
  }
  .benefits-right {
    width: 60%;
  }
  .afsl-left h2 {
    font-size: 22px;
  }
}
@media (max-width: 700px) {
  .inside-about-us-section {
    flex-direction: column-reverse;
  }
  .iaus-right {
    width: 75%;
    margin: auto;
    margin-bottom: 2rem;
  }
  .iaus-left {
    width: 100%;
  }
  .benefits-right {
    width: 50%;
    flex-direction: column;
  }
  .benefit {
    width: 100%;
  }
  .benefits-left {
    width: 43%;
  }
}

@media (max-width: 550px) {
  .inside-about-hero {
    width: 85%;
  }
  .iaus-right {
    width: 100%;
  }
  .inside-benefits-section {
    flex-direction: column;
  }
  .benefits-left {
    width: 100%;
    margin-bottom: 1rem;
  }
  .benefits-section {
    padding: 2rem;
    width: 100%;
  }
  .benefits-right {
    width: 100%;
    flex-direction: column;
  }
  .afs-lower {
    flex-direction: column;
  }
  .afsl-left {
    width: 100%;
    margin-bottom: 1rem;
  }
  .afsl-right {
    width: 100%;
    margin-left: 0;
  }
  .afsl-left h2 {
    font-size: 19px;
    font-weight: 400;
  }
}
@media (max-width: 465px) {
  .inside-about-hero {
    width: 100%;
    border-radius: 0;
  }
  .about-hero {
    padding: 0;
  }
  .afsl-right p {
    font-size: 14px;
  }
}
