.banner-sec .title1 {
  font-size: 48px;
  margin: 0 auto 10px;
}
.common-icon {
  max-width: 68px;
}
input[type="email"] {
  margin-bottom: 20px;
}
.common-description {
  font-size: 20px;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.5;
}
.primary-btn {
  width: fit-content;
}
/* &banner section code */
.banner-sec {
  position: relative;
  background: url("../assets_about_page/about-page-banner.png") no-repeat
    center/cover;
  min-height: calc(100vh - 54px);
  padding: 221px 0 311.5px;
}
.banner-logo {
  max-width: 172px;
  margin: 0 auto 20px;
}
.banner-desc {
  font-size: 30px;
  margin-bottom: 23.5px;
  opacity: 70%;
}
.page-nav {
  font-size: 20px;
  opacity: 80%;
}

/* &about section code */
.about-sec {
  padding: 190px 0 155px;
}
.about-sec .up-img {
  max-width: 322px;
  position: relative;
  z-index: 2;
}
.about-sec .down-img {
  z-index: 1;
  max-width: 322px;
  right: 0;
  top: 166.5px;
}
.about-sec .up-img > a {
  position: absolute;
  left: 45%;
}
.about-sec .down-img > a {
  position: absolute;
  right: 45%;
}
.up-img:hover,
.down-img:hover {
  cursor: pointer;
}
.up-img:hover > a img,
.down-img:hover > a img {
  display: block !important;
}
.book-now-btn {
  position: relative;
  z-index: 3;
  left: 55px;
  margin-top: 30px;
  padding: 10px;
  border-radius: 100px 0 0 100px;
  max-width: 267px;
  background-color: rgba(39, 37, 42, 1);
  margin-right: auto;
}
.book-now-btn::after {
  content: "";
  background-color: var(--primary-color);
  position: absolute;
  top: 0;
  bottom: 0;
  width: 35px;
  right: 0;
}
.book-now-btn .call-icon {
  margin-right: 30px;
}
.book-now {
  text-transform: capitalize;
  color: #dfdfdf;
  font-weight: 500;
  font-size: 14px;
}
.about-icon {
  max-width: 100px;
}
.about-sec .desc {
  color: #949197;
  max-width: 582px;
}
.about-sec .about-features {
  padding-top: 25px;
}
.about-sec .feature1,
.about-sec .feature2 {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 3px;
  text-transform: capitalize;
}
.about-sec .primary-btn {
  width: fit-content;
  margin-top: 20px;
}
.about-sec .title2 {
  margin: 20px 0;
}
.about-sec .desc {
  margin-bottom: 35px;
}
.about-sec .primary-btn > span {
  margin-right: 3px;
}
/* &stats section code */
.stats-sec .stats-bar {
  padding: 30px 10px;
  background-color: var(--primary-color);
}
.stats-sec .stats-cntn {
  border-right: 1px solid white;
  width: 100%;
  padding: 32px 0 20px;
}
.stats-sec .stats-img {
  max-width: 50px;
  margin: 0 20px 0 30px;
}
.stats-sec .stats-hdr {
  font-weight: 600;
  font-size: 45px;
  letter-spacing: 3px;
}
.stats-sec .stats-desc {
  font-weight: 500;
  letter-spacing: 3px;
}
/* &benefits section code */
.benefits-sec {
  background: url("../assets_about_page/benefits_banner.png") no-repeat
    center/cover;
  padding: 100.5px 0 118.5px;
}
.benefits-hdr-part {
  margin-bottom: 32px;
}
.benefits-sec .benefits-card {
  padding: 32.5px 30px 30px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  margin-bottom: 61px;
}
.benefits-card .benefits-head {
  font-family: "Marcellus", serif;
  font-size: 24px;
  color: var(--primary-color);
  margin-left: 20px;
}
.benefits-sec .benefits-card-header {
  margin-bottom: 22.5px;
}
.benefits-card .desc {
  letter-spacing: 0;
  color: rgba(0, 0, 0, 0.7);
}
.benefits-sec .card4,
.benefits-sec .card5 {
  max-width: 406px;
}
.benefits-bottom-float-img {
  max-width: 447px;
  bottom: -50px;
  left: 0;
}
/* &story section code */
.story-sec {
  background: url("../assets_about_page/story-bg.png") no-repeat center/cover;
  padding: 120px 0;
}
.story-sec .common-description {
  margin: 10px 0 30px;
}
.story-sec .story-cntn {
  margin-bottom: 50px;
}
.story-sec .story-img {
  margin-bottom: 50px;
  max-width: 695px;
}
/* &achievements section code */
.achvmnt-sec {
  padding: 115.5px 0 62.19px;
}
.achvmnt-text {
  margin: 22px 0 60px;
  max-width: 1209px;
  font-size: 24px;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.6);
}
.achvmnt-background-images {
  margin-bottom: 62.19px;
}
.achvmnt-logo {
  max-width: 228px;
  z-index: 999;
  bottom: 20%;
  left: 13%;
}
.qlt-img-box {
  max-width: 162px;
}
/* ^-------------------
^   media query code
^----------------------- */
@media screen and (max-width: 1200px) {
  /* *about section code */
  .about-sec .row {
    flex-wrap: wrap-reverse;
  }
  .about-sec .image-content {
    margin: auto !important;
  }
  .about-sec .down-img {
    right: -50px;
  }
  .about-sec .about-cntn {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .about-sec .primary-btn {
    margin-bottom: 30px;
  }
  /* &benefits section code */
  .benefits-bottom-float-img {
    width: 300px;
  }
  /* &achievement section code */
  .achvmnt-sec .achvmnt-logo {
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 992px) {
  /* *about section code */
  .about-sec .down-img {
    right: -150px;
  }
  /* *stats section code */
  .stats-sec .stats-bar {
    flex-wrap: wrap;
  }
  .stats-sec .stats-cntn {
    border-right: none;
    border-bottom: 1px solid white;
    width: 100%;
    justify-content: center;
  }
  /* *benefits section code */
  .benefits-sec .card4 {
    margin-left: 0 !important;
    min-width: 100%;
  }
  .benefits-sec .card5 {
    margin-right: 0 !important;
    min-width: 100%;
  }
  /* *story section code */
  .story-sec {
    text-align: center;
  }
  .story-sec .story-header {
    justify-content: center;
  }
  .story-sec .story-img {
    margin: 10px auto;
  }
  /* *achievement section code */
  .achvmnt-logo {
    width: 120px;
  }
  .qlt-img-box {
    margin: 20px auto 20px;
  }
}
@media screen and (max-width: 768px) {
  .title2 {
    font-size: 40px;
  }
  /* *about section code */
  .about-sec .up-img,
  .about-sec .down-img {
    width: 250px;
  }
  .about-sec .down-img {
    right: -87px;
  }
  .about-sec .book-now-btn {
    width: 250px;
    left: 1px;
  }
  /* *stats section code */
  .stats-sec .stats-hdr {
    font-size: 30px;
  }
}
@media screen and (max-width: 576px) {
  .title2 {
    font-size: 25px;
  }
  .desc {
    font-size: 16px;
  }
  .primary-btn {
    padding: 10px 30px;
    font-size: 13px;
    letter-spacing: 2px;
  }
  .common-description {
    font-size: 14px;
  }
  /* *banner section code */
  .banner-logo {
    width: 120px;
  }
  .banner-sec .title1 {
    font-size: 30px;
  }
  .banner-desc {
    font-size: 16px;
  }
  .page-nav {
    font-size: 14px;
  }
  /* *about section code */
  .about-header .about-icon {
    width: 70px;
  }
  .about-sec .up-img,
  .about-sec .down-img {
    width: 150px;
  }
  .about-sec .down-img {
    top: 50px;
    left: 45%;
  }
  .about-sec .book-now-btn .call-icon {
    margin-right: 5px;
  }
  .about-sec .book-now-btn {
    width: 259px;
  }
  .about-sec .desc {
    letter-spacing: 2px;
  }
  .about-sec .feature1,
  .about-sec .feature2 {
    font-size: 10px;
    display: flex;
    align-items: center;
  }
  /* *stats section code */
  .stats-sec .stats-hdr {
    font-size: 20px;
  }
  .stats-sec .apnmnt-cntn {
    padding-top: 20px;
  }
  /* &benefits section code */
  .benefits-card {
    margin-bottom: 20px !important;
  }
  /* &achievement section code */
  .achvmnt-text {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .achvmnt-logo {
    width: 80px;
  }
}
