.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_services_page/services_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%;
}
/* &services section code */
.serv-sec {
  padding: 137px 0 81px;
}
.serv-sec .filter-row {
  margin: 51.5px 0 51.5px;
}

.serv-sec .filter-options a {
  font-family: "Marcellus", serif;
  font-size: 20px;
  color: black;
  text-transform: uppercase;
  text-align: center;
  position: relative;
}
.filter-options a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 3px;
  background-color: var(--primary-color);
}
.filter-options a.active::after {
  width: 100%;
}
.serv-sec .serv-img-box {
  margin-bottom: 30px;
}
/* &pricing section code */
.pricing-sec {
  background-color: rgba(222, 150, 141, 0.4);
  padding: 100px 0 157px;
}
.pricing-sec .pricing-hdr-part {
  margin-bottom: 70px;
}
.pricing-sec .service-img {
  max-width: 90px;
}
.pricing-card {
  padding: 10px 0;
  margin-bottom: 45px;
}
.pricing-sec .service-cntn {
  margin-left: 20px;
}
.service-name {
  font-family: "Marcellus", serif;
  font-size: 30px;
  letter-spacing: 3px;
}
.pricing-sec .service-price {
  font-size: 24px;
  letter-spacing: 3px;
  color: var(--primary-color);
}
.service-price > span {
  font-family: "Marcellus", serif;
  font-size: 40px;
}
/* &therapy secttion code */
.therapy-sec {
  padding: 80px 0 100px;
}
.therapy-sec .desc {
  color: rgba(0, 0, 0, 0.3);
  letter-spacing: 0;
  margin: 10px 0 80px;
}
.therapy-divider {
  max-width: 1376px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.therapy-sec .top-card {
  margin-bottom: 78px;
}
.therapy-sec .therapy-img-card {
  max-width: 326px;
}
.therapy-sec .thp-index {
  font-size: 40px;
  font-family: "Marcellus", serif;
  color: var(--primary-color);
  margin: 34px 0 40px;
}
.therapy-sec .thp-hdr {
  font-family: "Marcellus", serif;
  font-size: 22px;
  letter-spacing: 3px;
  margin-bottom: 10px;
}
/* &bridal massage setion code */
.bridal-msg-sec {
  padding: 120px 0;
}
.bridal-img {
  max-width: 1013px;
}
.bridal-msg-sec .common-description {
  margin: 10px 0 50px;
}
/* &couple massage section code */
.couple-msg-sec {
  padding: 120px 0 10px;
}
.couple-img {
  max-width: 1013px;
}
.couple-msg-sec .common-description {
  margin: 10px 0 50px;
}
/* ^--------------
^media query code
^---------------- */
@media screen and (max-width: 1200px) {
  /* *services section code */
  .serv-sec .serv-img-box {
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 992px) {
  /* *therapy section code */
  .therapy-divider {
    display: none;
  }
  .therapy-sec .therapy-img-card {
    margin: 0 auto 10px;
  }
}
@media screen and (max-width: 768px) {
  .title2 {
    font-size: 40px;
  }
  .primary-btn {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .title2 {
    font-size: 25px;
  }
  .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;
  }

  /* *bridal msg section code */
  .bridal-msg-sec .common-description {
    margin-bottom: 20px;
  }
  /* *couple msg section code */
  .couple-msg-sec .common-description {
    margin-bottom: 20px;
  }
  /* *therapy section code */
  .therapy-sec .complete-card:nth-child(even) {
    display: flex;
    justify-content: center;
    flex-wrap: wrap-reverse;
    .common-description {
      margin-bottom: 10px;
    }
  }
  .therapy-sec .thp-index {
    margin: 10px 0;
  }
  /* *pricing section code */
  .pricing-sec .pricing-hdr-part {
    margin-bottom: 10px !important;
  }
  .pricing-sec .pricing-card {
    margin-bottom: 15px;
  }
  .pricing-sec .service-name {
    font-size: 20px;
  }
  .pricing-sec .service-price {
    font-size: 22px;
  }
  .pricing-sec .service-price > span {
    font-size: 20px;
  }
}
