.apnmnt-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}
.gallery-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}
/* *banner section code */
/* ===== Banner Section ===== */
.banner-sec {
  position: relative;
}

.banner-desc {
  font-weight: 500;
  font-size: 20px;
  max-width: 846px;
  color: white;
  margin: 0 0 60px;
}

.banner-sec .primary-btn > span {
  margin-right: 15px;
}

/* ===== Swiper ===== */
.swiper {
  width: 100%;
  height: 100%;
}

/* ===== Slides ===== */
.swiper-slide {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 54px);
  padding: 284px 0 244px;
}

/* ===== Background Layer ===== */
.swiper-slide::before {
  content: "";
  position: absolute;

  width: 130%;
  height: 100%;
  top: 0;
  left: -15%;

  background-size: cover;
  background-position: center;

  /* 🔥 Slower + smoother */
  transform: translateX(0);
  transition: transform 9s cubic-bezier(0.16, 1, 0.3, 1);

  z-index: -1;
}

/* ===== Images ===== */
.slide1::before {
  background-image: url("../assets/banner.png");
}

.slide2::before {
  background-image: url("../assets/index_pagebanner2.png");
}

.slide3::before {
  background-image: url("../assets/index_pagebanner3.png");
}

/* ===== Direction (reduced distance = smoother feel) ===== */

/* RIGHT */
.slide1:not(.swiper-slide-active)::before {
  transform: translateX(10%);
}

/* LEFT */
.slide2:not(.swiper-slide-active)::before {
  transform: translateX(-10%);
}

/* RIGHT */
.slide3:not(.swiper-slide-active)::before {
  transform: translateX(10%);
}

/* ===== Active ===== */
.swiper-slide-active::before {
  transform: translateX(0) !important;
}

/**about section code */
.about-sec {
  padding: 110px 0 88px;
}
.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;
}
/* ^treatment section code */
.trtmnt-sec {
  background: url("../assets/treatment_bg.png") no-repeat center/cover;
  padding: 120px 0 194px;
}
.trtmnt-sec .float-img {
  max-width: 373px;
  position: absolute;
  top: -211px;
  right: 0;
}
.trtmnt-sec .title2 {
  margin: 21px 0;
}
.trtmnt-sec .trtmnt-card {
  padding: 10px;
  max-width: 250px;
}
.trtmnt-img {
  max-width: 78px;
  height: 70px;
}
.trtmnt-card {
  position: relative;
}
.trtmnt-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  background-color: white;
  top: 0;
  z-index: 1;
}
.trtmnt-card1 {
  background: url("../assets/trtmnt-facial-img.png") no-repeat center/cover;
}
.trtmnt-card2 {
  background: url("../assets/trtmnt-body-sculp-img.png") no-repeat center/cover;
  color: white !important;
}
.trtmnt-card2::after {
  visibility: hidden !important;
}
.trtmnt-card2 .go-to-link svg path {
  stroke: white !important;
}
.trtmnt-card3 {
  background: url("../assets/hair-rest-img.png") no-repeat center/cover;
}
.trtmnt-card4 {
  background: url("../assets/trtmnt-youth-prsrv-img.png") no-repeat center/cover;
}
.trtmnt-card .card-rows:last-child {
  width: 250px;
  margin: 0;
}
.trtmnt-card .card-rows {
  font-family: "Marcellus", serif;
  margin: 0 0 10px;
  position: relative;
  z-index: 2;
}
.trtmnt-card:hover::after {
  background: transparent;
}
.trtmnt-card:hover {
  color: white;
}
.trtmnt-card:hover .go-to-link svg path {
  stroke: white;
}
.timetable {
  padding: 30.5px 20px;
  position: absolute;
  bottom: -61px;
}
.clock-img {
  max-width: 40px;
}
.timetable .items {
  padding: 18px 30px;
  border-right: 1px solid white;
}
.timetable .time-hdr {
  font-family: "Marcellus", serif;
  font-size: 30px;
  letter-spacing: 3px;
}
.timetable .day {
  color: white;
}
.timetable .time {
  color: var(--primary-color);
}
/* *experience section starts here */
.expr-sec {
  padding: 120px 0 50px;
}
.expr-cntn .title2 {
  max-width: 500px !important;
}
.expr-img {
  z-index: 1;
}
.video-btn {
  z-index: 2;
  top: 40%;
  left: 45%;
}
/* *marquee section code */
.marquee-sec {
  padding: 20px 0 42px;
}

.mar-hover-img {
  z-index: 999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
}
.marquee-text img {
  margin: 0 30px;
}
.marquee-text span {
  font-family: "Marcellus", serif;
  font-size: 85px;
  color: rgba(0, 0, 0, 0.5);
}

.marquee-container {
  overflow: hidden;
  width: 100%;
  padding: 42px 0;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marqueeScroll 19s linear infinite;
}

.marquee-text {
  display: flex;
  align-items: center;
  gap: 20px;
  white-space: nowrap;
}

/* LEFT direction */
@keyframes marqueeScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.marquee-text span:hover {
  color: var(--primary-color);
  text-decoration: underline 3px solid var(--primary-color);
}
.marquee-text span:hover .mar-hover-img {
  visibility: visible;
}
/* Pause on hover */
.marquee-container:hover .marquee-track {
  animation-play-state: paused;
}

.reverse .marquee-track {
  animation-direction: reverse;
}
/* *spa section code */
.spa-sec {
  padding: 103.5px 0 40px;
}
.spa-sec .title2 {
  margin: 10px 0 63.5px;
}
.middle-box {
  border: 6px solid var(--primary-color);
  border-radius: 300px;
  padding: 26px 21px;
  width: fit-content;
  position: relative;
  z-index: -2;
}
.image-col {
  max-width: 300px;
  position: relative;
}
.right-leaves {
  position: absolute;
  right: -79px;
  top: -93.4px;
  z-index: -1;
}
.left-leaves {
  position: absolute;
  left: -126px;
  bottom: -34px;
  z-index: -1;
}
.spa-cntn {
  padding: 147px 0 160px;
}
.spa-items .item-hdr {
  font-family: "Marcellus", serif;
  font-size: 20px;
  letter-spacing: 3px;
  margin-bottom: 10px;
}
.spa-items .item-desc {
  max-width: 297px;
  letter-spacing: 2px;
  color: #949197;
}
.spa-sec .spa-items:nth-child(2) {
  margin: 40px 0;
}
/* *appointment section code */
.apnmnt-sec {
  padding: 117px 0;
}
.apnmnt-cntn {
  padding-top: 80px;
}
.apnmnt-sec .title2 {
  margin: 20px 0 86px;
}
.apnmnt-sec .row {
  margin-bottom: 40px;
}
.apnmnt-sec .container {
  border: 2px solid var(--primary-color);
  padding: 0;
}
.apnmnt-bg {
  background: url("../assets/apnmnt_bg.png") no-repeat center/cover;
  margin: 20px;
}
.steps-img {
  max-width: 100px;
  margin: auto;
}

.apnmnt-steps .title3 {
  margin: 38px 0 10px;
}
.apnmnt-sec .desc {
  color: #949197;
}
.apnmnt-sec .curve {
  z-index: -1;
  top: 15%;
  left: 24%;
}
.apnmnt-sec .curve-right {
  z-index: -1;
  top: 15%;
  right: 20%;
}
.apnmnt-sec .middle-curve1 {
  z-index: -1;
  left: -150px;
  top: 11%;
}
.apnmnt-sec .middle-curve2 {
  z-index: -1;
  right: -140px;
  top: 11%;
}
.apnmnt-sec .stats-bar {
  margin: auto;
  padding: 30px 10px;
  background-color: var(--primary-color);
  max-width: 1200px;
}
.stats-cntn {
  border-right: 1px solid white;
  width: 100%;
  padding: 32px 0 20px;
}
.stats-img {
  max-width: 50px;
  margin: 0 20px 0 30px;
}
.stats-hdr {
  font-weight: 600;
  font-size: 45px;
  letter-spacing: 3px;
}
.stats-desc {
  font-weight: 500;
  letter-spacing: 3px;
}
/* *services section code */
.serv-sec {
  background: url("../assets/sevices_bg.png") no-repeat center/cover;
  padding: 120px 0 70px;
}
.serv-hdr-part {
  max-width: 1070px;
  margin: 0 auto 40px;
}
.serv-sec .serv-card .card-img {
  height: 516px;
}
.card-hdr {
  font-family: "Marcellus", serif;
  font-size: 24px;
  color: white;
  text-align: center;
  padding: 15px 0;
  background: linear-gradient(
    to right,
    rgba(222, 150, 141, 0.7),
    rgba(255, 255, 255, 1)
  );
  position: absolute;
  left: 0;
  right: 3px;
  bottom: 0;
}

/* *membership section code */
.member-sec {
  background: url("../assets/membership_bg.png") no-repeat center/cover;
  padding: 100px 0 70px;
}
.member-float-img {
  top: -170px;
}
.member-card {
  padding: 40px;
}
.member-hdr-part {
  margin-bottom: 60px;
}
.member-card-hdr {
  background-color: rgba(222, 150, 141, 0.1);
  font-family: "Marcellus", serif;
  color: var(--primary-color);
  font-size: 15px;
  letter-spacing: 2px;
  padding: 10px 7px !important;
}
.member-points {
  margin: 22px 0;
}
.member-ticks img {
  width: 16px;
}
.member-desc {
  font-size: 14px;
}
.member-sec .primary-btn {
  padding: 9px 12px;
  font-size: 12px;
}
.member-price {
  background-color: var(--primary-color);
  height: 41px;
  top: 20px;
  left: 10px;
  right: 10px;
  padding: 5.5px 71.5px !important;
  letter-spacing: 3px;
}
/* *gallery section code */
.gallery-sec {
  padding: 40px 0 300px;
}
.gallery-sec .section-hdr {
  font-size: 20px;
  font-family: "Marcellus", serif;
  letter-spacing: 3px;
  margin-bottom: 41px;
}
.gallery-sec #image-slider {
  left: 0;
  right: 0;
}
.gallery-sec .splide__slide__container > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s ease-in-out;
}
.gallery-sec .splide__slide__container > img:hover {
  transform: scale(1.1) rotate(3deg);
}
.gallery-sec .splide__slide__container {
  max-width: 334px;
  overflow: hidden;
}

/* *testimonial section code */
.testmnl-sec {
  background-color: #27252a;
  padding: 144px 0 169px;
}
.testmnl-sec .left-img {
  max-width: 308px;
  bottom: -200px;
  left: 0;
}
.testmnl-sec .right-img {
  width: 316px;
  right: 0;
  bottom: -1px;
}
.test-form {
  padding: 60px 40px 65px;
}
.form-icon {
  margin-left: -20px;
}
.form-hdr-part {
  margin-bottom: 40px;
}
.form-subhead,
.test-subhead {
  font-size: 20px;
  letter-spacing: 3px;
  color: var(--primary-color);
}
.form-head {
  font-size: 30px;
  letter-spacing: 3px;
  font-family: "Marcellus", serif;
}
.test-form label {
  font-size: 18px;
  letter-spacing: 3px;
  margin-bottom: 6px;
}
.test-form input,
select,
option,
textarea {
  letter-spacing: 3px;
  padding: 17.5px 10px;
  border-color: rgba(0, 0, 0, 0.1);
  width: 100%;
}
input {
  margin-bottom: 20px;
}
textarea {
  margin-bottom: 40px;
}
.test-form .primary-btn {
  width: fit-content;
}
.test-cntn {
  padding: 60px 0 10px 33px;
}
.test-head {
  font-size: 40px;
  font-family: "Marcellus", serif;
}
.test-hdr-part {
  margin-bottom: 40px;
}
.test-cntn .desc {
  color: #949197;
}
.test-card {
  border: 1px solid white;
  padding: 21px 20px 60px;
  margin-top: 20px;
}
.testmnl-sec .user-img {
  max-width: 100px;
  margin-right: 20px;
}
.user-name-col .name {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 3px;
}
.user-name-col .desc {
  margin: 5px 0;
}
.card-btm .desc {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 1px;
}
.stars > li {
  margin-right: 5px;
}
/* *book now card section code */
.book-now-card1 {
  background: url("../assets/book-now-card1.png") no-repeat top/cover;
  height: 376px;
  padding: 20px 40px 0 50px;
  top: -70px;
}
.book-now-card2 {
  background: url("../assets/book-now-card2.png") no-repeat top/cover;
  height: 376px;
  padding: 20px 40px 0 50px;
  top: -70px;
}
.book-now-hdr {
  max-width: 210px;
  font-family: "Marcellus", serif;
  font-size: 22px;
  letter-spacing: 3px;
  margin-top: 102px;
}
.book-now-card a {
  width: fit-content;
  margin: 54px 0 54px;
  font-size: 16px;
}
.bcard-img {
  max-width: 246px;
  bottom: 0;
  overflow: hidden;
}
.bcard-img img {
  transition: 0.5s ease-in-out;
}
.bcard-img:hover img {
  transform: scale(1.1);
}
/* *specialists section code */
.spcl-sec {
  padding: 120px 0 92px;
}
.spcl-img-card {
  max-width: 385px;
  margin-bottom: 30px;
}
.s-info {
  background: linear-gradient(to bottom, #de968d, #000000);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 14px 20px 35px;
  color: white;
}
.s-name {
  font-size: 20px;
  font-family: "Marcellus", serif;
}
.s-role {
  font-family: "Marcellus", serif;
}
.spcl-cntn-card {
  padding: 10px 10px 18px;
}
.spcl-hdr-part {
  margin-bottom: 9px;
}
.spcl-hdr-part .title2 {
  font-size: 36px;
}
.spcl-cntn-card .desc {
  color: #949197;
  letter-spacing: 2px;
}
.spcl-cntn-card a {
  width: fit-content;
  margin-top: 20px;
}

.spcl-social-media {
  top: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(
    to bottom,
    rgba(222, 150, 141, 0.3),
    rgba(0, 0, 0, 0.8)
  );
}
.spcl-sec .social-info {
  max-width: 210px;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 30px;
}
.spcl-sec .social-info a:hover svg path {
  fill: var(--primary-color);
}
.spcl-sec .spcl-img-card:hover .s-info {
  opacity: 0;
  transition: 0.3s linear;
}
.spcl-sec .spcl-img-card:hover .spcl-social-media {
  opacity: 100 !important;
  transition: 0.3s 0.1s linear;
}

/* *faq section code */
.faq-sec {
  background: url("../assets/faqbg.png") no-repeat center/cover;
  padding: 70px 0 144px;
}
.faq-hdr-part {
  margin-bottom: 54px;
}
.faq-sec .title2 {
  font-size: 36px;
}
.accordion-item {
  margin-bottom: 20px;
  border: none;
}
.accordion-item:first-child .accordion-header button {
  color: var(--primary-color) !important;
}
.accordion-button {
  background: transparent !important;
  box-shadow: none !important;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-header {
  font-family: "Marcellus", serif;
  font-size: 20px;
  letter-spacing: 3px;
  border: none;
}
.accordion-body {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 3px;
  color: rgba(0, 0, 0, 0.5);
  max-width: 550px;
  padding-bottom: 48px;
}
.faq-img-box {
  height: 866px;
}
.video-img {
  max-width: 510px;
}
.btm-img {
  max-width: 420px;
  right: 70px;
  bottom: 100px;
}
.video-play-btn {
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* *blogs section code */
.blogs-sec {
  padding: 130px 0 72px;
}
.blogs-sec .blogs-hdr-part {
  margin-bottom: 78px;
}
.blogs-img {
  max-width: 360px;
  overflow: hidden;
}
.blogs-sec .blogs-img > img {
  transition: 0.3s linear;
}
.blogs-sec .blogs-img > img:hover {
  transform: scale(1.2);
}
.blogs-sec .blogs-card {
  max-width: 360px;
}
.blogs-cntn-card {
  padding: 25px 25px 27px;
  box-shadow: 1px 2px 30px rgba(0, 0, 0, 0.05);
  right: 0;
  top: -40px;
}
.date-part {
  background-color: var(--primary-color);
  padding: 10px 20px;
  width: fit-content;
  font-family: "Marcellus", serif;
  font-size: 20px;
}
.date-part span {
  font-size: 36px;
  display: block;
}
.admin {
  margin-bottom: 13px;
}
.blogs-cntn-card .text {
  color: #949197;
}
.blogs-hdr {
  font-size: 24px;
  font-family: "Marcellus", serif;
  max-width: 200px;
  margin: 20px 0 18px;
}
.blogs-cntn-card a {
  font-weight: 500;
  color: #949197;
}
.blogs-sec .splide__pagination {
  display: none;
}
.blogs-sec .splide__arrow--prev {
  display: none;
}
.blogs-sec .splide__arrow--next {
  right: 0;
}
/* *qualities section code */
.qlts-sec {
  padding: 50px 0;
}
.qlt-img-box {
  max-width: 162px;
}
/* *contact us section code */
.contact-sec {
  background: url("../assets/contact-bg.png") no-repeat center/cover;
  padding: 80px 0 117px;
}
.contact-sec .title2 {
  font-size: 36px;
}
.contact-sec .primary-btn {
  width: fit-content;
  font-size: 16px;
  text-wrap: nowrap;
  margin-top: 77px;
}
.contact-sec .btn2 {
  border: 2px solid #fff;
}
.center-img {
  max-width: 250px;
  position: relative;
  z-index: 999;
  transition: transform 0.7s ease;
}
.contact-left-img {
  max-width: 250px;
  position: absolute;
  left: 250px;
  transition: transform 0.7s ease;
}
.contact-right-img {
  max-width: 250px;
  position: absolute;
  right: 250px;
  bottom: 0;
  transition: transform 0.7s ease;
}
.contact-images:hover .center-img {
  transform: translate(-20px, 20px);
}
.contact-images:hover .contact-left-img {
  transform: translate(-220px, -40px);
}
.contact-images:hover .contact-right-img {
  transform: translate(200px, 60px);
}
/* ^--------------------------  */
/* ^      media query section  */
/* ^---------------------------- */
@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;
  }
  /* treatment section code */
  .trtmnt-sec .float-img {
    width: 300px;
  }
  .clock-img {
    margin: auto;
  }
  .timetable {
    flex-wrap: wrap;
    text-align: center;
    bottom: -90px;
  }
  .timetable .items {
    width: 50%;
    padding: 0;
    margin: 0 0 20px;
    border: 0;
    border-bottom: 1px solid white !important;
  }
  /* spa section code */
  .spa-sec .row {
    justify-content: center;
  }
  .spa-cntn {
    padding: 10px 0 20px;
  }
  .middle-box {
    margin: auto;
  }
  .spa-items {
    flex-direction: column;
  }
  /* services section code */
  .serv-card {
    margin-bottom: 20px;
  }
  .serv-hdr-part {
    text-align: center;
  }
  .serv-header {
    justify-content: center;
  }
  /* specialists section code  */
  .spcl-img-card {
    margin: 0 auto 20px;
  }
  .spcl-cntn-card {
    text-align: center;
  }
  .spcl-header {
    justify-content: center;
  }
  .spcl-cntn-card a {
    margin: 20px auto;
  }
  /* faq section code */
  .video-img {
    margin: 30px auto 0;
  }
  /* contact section code */
  .blogs-header {
    justify-content: center;
  }
  .blogs-hdr-part {
    text-align: center;
  }
  .contact-sec .contact-btn {
    justify-content: center;
  }
  .contact-sec .primary-btn {
    margin-block: 0;
  }
  .contact-sec .contact-cntn {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 992px) {
  /* about section code */
  .about-sec .down-img {
    right: -150px;
  }
  /* treatment section code */
  .trtmnt-card {
    margin: 0 auto 20px;
  }
  .trtmnt-sec .float-img {
    width: 200px;
    top: -100px;
  }
  /* experience section code */
  .expr-sec .title2 {
    text-align: center;
    margin: auto;
  }
  .expr-sec .expr-cntn {
    margin-bottom: 20px;
  }
  .expr-sec .expr-header {
    display: flex;
    justify-content: center;
  }
  /* apnmnt section code */
  .apnmnt-sec .title2 {
    margin: 10px 0 0;
  }
  .apnmnt-steps {
    margin: 20px 0;
  }
  .apnmnt-sec .curve,
  .apnmnt-sec .middle-curve1,
  .apnmnt-sec .middle-curve2,
  .apnmnt-sec .curve-right {
    display: none;
  }
  .stats-bar {
    flex-wrap: wrap;
  }
  .stats-cntn {
    border-right: none;
    border-bottom: 1px solid white;
    width: 100%;
    justify-content: center;
  }
  /* testimonial section code */
  .testmnl-sec .test-cntn {
    padding: 0;
    margin-bottom: 20px;
  }
  /* book now card section code */
  .book-now-card1 {
    margin-bottom: 20px;
  }
  /* blogs section code */
  .blogs-sec .blogs-card {
    margin-inline: auto;
  }
  /* qualities section code */
  .qlt-img-box {
    margin: 20px auto 20px;
  }
}
@media screen and (max-width: 768px) {
  .title1 {
    font-size: 50px;
  }
  .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;
  }
  /* apnmnt sec code */
  .apnmnt-sec .stats-hdr {
    font-size: 30px;
  }
  /* faq section code */
  .faq-img-box {
    height: max-content;
  }
  .video-img {
    width: 300px;
  }
  .btm-img {
    width: 175px;
    right: 120px;
    bottom: -100px;
  }
}
@media screen and (max-width: 576px) {
  .title1 {
    font-size: 30px;
  }
  .title2 {
    font-size: 25px;
  }
  .desc {
    font-size: 16px;
  }
  .primary-btn {
    font-size: 14px;
    letter-spacing: 2px;
    padding: 10px 30px;
  }
  .section-padding {
    padding: 70px 0;
  }
  /* *banner section code */
  .banner-sec .swiper-slide {
    padding-top: 150px;
  }
  .banner-sec .banner-desc {
    font-size: 16px;
    margin: 0 0 30px;
  }
  /* *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;
  }
  /* *treatment section code */
  .trtmnt-sec .title2 {
    text-align: center;
  }
  .trtmnt-sec .float-img {
    width: 150px;
    top: -50px;
  }
  .timetable {
    bottom: -270px;
  }
  .timetable * {
    font-size: 14px !important;
  }
  .timetable .items {
    width: 100%;
  }
  /* *experience section code */
  .expr-sec {
    padding: 300px 0 70px;
  }
  .expr-header {
    margin-bottom: 10px;
  }
  .video-btn {
    top: 35%;
    left: 42%;
  }
  /* *marquee section code */
  .marquee-text span {
    font-size: 47px;
  }
  .mar-hover-img {
    width: 120px !important;
  }
  /* *spa section code */
  .spa-sec {
    text-align: center;
  }
  .spa-sec .title2 {
    margin: 15px 0 20px;
  }
  .spa-sec .middle-box {
    border-width: 3px;
    width: 200px;
    padding: 10px;
  }
  .spa-sec .left-leaves,
  .spa-sec .right-leaves {
    width: 90px;
  }
  .spa-sec .left-leaves {
    left: -30px;
    bottom: 10px;
  }
  .spa-sec .right-leaves {
    right: -30px;
    top: -30px;
  }
  /* *apnmnt section code */

  .apnmnt-sec .stats-hdr {
    font-size: 20px;
  }
  .apnmnt-cntn {
    padding-top: 20px;
  }
  /* *services section code */
  .serv-btn {
    margin: 10px 0 0 !important;
    text-align: center !important;
  }
  .card-hdr {
    font-size: 15px;
  }
  /* *gallery section code */
  .gallery-sec .splide__slide__container {
    margin: 0 auto;
  }
  /* *book now card section code */
  .book-now-card1,
  .book-now-card2 {
    height: 250px;
    padding: 10px;
  }
  .book-now-card .book-now-hdr {
    margin-top: 20px;
  }
  .book-now-card a {
    margin: 20px 0 0;
    font-size: 12px;
    text-wrap: nowrap;
  }
  /* *faq sewction code */
  .faq-sec .title2 {
    font-size: 25px;
  }
  .accordion-body {
    font-size: 15px;
  }
  .faq-img-box {
    width: fit-content;
    margin: auto;
  }
  .video-img {
    width: 200px;
  }
  .btm-img {
    width: 100px;
    right: -12px;
    bottom: -40px;
  }
  /* *contact section code */
  .contact-sec .contact-btn {
    flex-direction: column;
    align-items: center;
  }
  .contact-sec .primary-btn:first-child {
    margin-bottom: 10px;
  }
}
