/*==== Manrope ====*/
@import url("https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400;1,700&family=Belleza&family=Crimson+Pro:ital,wght@1,200..900&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Gothic+A1&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Poor+Story&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto+Flex:opsz,wght,XOPQ,XTRA,YOPQ,YTDE,YTFI,YTLC,YTUC@8..144,100..1000,96,468,79,-203,738,514,712&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Syne:wght@400..800&family=Zalando+Sans+SemiExpanded:ital,wght@0,200..900;1,200..900&display=swap");
/*==== Marcellus font ====*/
@import url("https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400;1,700&family=Belleza&family=Crimson+Pro:ital,wght@1,200..900&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Gothic+A1&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Manrope:wght@200..800&family=Marcellus&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Poor+Story&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto+Flex:opsz,wght,XOPQ,XTRA,YOPQ,YTDE,YTFI,YTLC,YTUC@8..144,100..1000,96,468,79,-203,738,514,712&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Syne:wght@400..800&family=Zalando+Sans+SemiExpanded:ital,wght@0,200..900;1,200..900&display=swap");

:root {
  --primary-color: #de968d;
  --secondary-color: #ffffff;
  --top-nav-color: #27252a;
  --text-color: #949197;
  --glry-sec-color: #fcf6f6;
  --hover-color: #f68272;
  --modal-text-color: rgba(0, 0, 0, 20%);
  --font-Manrope: "Manrope", sans-serif;
  --font-Marcellus: "Marcellus", serif;
  --commin-shadow: 0 4px 4px 0 rgba(0, 0, 0, 25%);
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.container {
  max-width: 1764px;
  margin: 0 auto;
  width: 100%;
  /* padding: 0 15px; */
}
a {
  display: inline-block !important;
  text-decoration: none !important;
}
ul {
  list-style-type: none;
}
.title-1 {
  font-size: 70px;
}
.title-2 {
  font-size: 50px;
  font-family: var(--font-Marcellus);
  letter-spacing: 1px;
}
.title-3 {
  font-size: 20px;
  font-family: var(--font-Marcellus);
  letter-spacing: 2px;
}
.sub-title {
  font-size: 20px;
}
body.modal-open {
  padding-right: 0 !important;
}

html,
body {
  overflow-x: hidden !important;
}
.no-scroll {
  overflow: hidden;
  height: 100vh;
}
.common-title {
  font-size: 20px;
  font-family: var(--font-Manrope);
  font-weight: 600;
  color: var(--primary-color);
  letter-spacing: 2px;
  text-transform: uppercase;
}
/*============ top header =========== */
.top-header {
  background: var(--top-nav-color);
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 15px 10px !important;
  /* height: 50px; */
  /* padding-right: 30px; */
}

.top-header ul {
  display: flex;
  flex-wrap: wrap !important;
  gap: 50px;
  align-items: center;
  margin: 0;
  padding: 0 !important;
}
.top-header a svg {
  margin-right: 15px;
}
.top-header ul li a span {
  color: var(--secondary-color) !important;
}
.top-header li a {
  font-family: var(--font-Manrope);
}
.top-header li a:last-child {
  text-transform: capitalize;
}
/*============ Navbar ============*/
.nav-container {
  max-width: 1744px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
nav {
  padding: 0 !important;
}
.offcanvas {
  display: flex;
  align-items: center !important;
  flex-direction: row !important;
}
.btm-header {
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 20%),
    rgba(0, 0, 0, 100%)
  );
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 25%);
}
.btm-header .nav-logo .navbar-brand {
  max-width: 162px;
  /* max-height: 100px; */
}
.navbar-brand img {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
}
.nav-item:not(:last-child) {
  margin-right: 50px;
}
.nav-link {
  color: var(--secondary-color) !important;
}
.nav-link svg {
  margin-left: 8px;
}
.nav-link {
  font-family: var(--font-Manrope);
  text-transform: uppercase;
  transition: 0.5s linear !important;
}
.nav-link.active,
.nav-link:hover {
  color: var(--primary-color) !important;
}
.nav-link svg {
  transition: 0.5s linear !important;
}
.nav-link:hover svg {
  fill: var(--primary-color);
}
.nav-btn a:not(:last-child) {
  margin-right: 35px !important;
}
.nav-btn .search-btn svg,
.nav-btn .search-btn svg path,
.nav-btn .cart-btn svg,
.nav-btn .cart-btn svg path,
.nav-btn .cntct-btn svg,
.nav-btn .cntct-btn svg path {
  transition: 0.5s linear;
}
.nav-btn .cart-btn:hover svg,
.nav-btn .cntct-btn:hover svg {
  fill: var(--primary-color);
  transform: scale(1.07);
}
.nav-btn .search-btn:hover svg {
  transform: scale(1.05);
}
.nav-btn .search-btn:hover svg path,
.nav-btn .cart-btn:hover svg path,
.nav-btn .cntct-btn:hover svg path {
  stroke: var(--primary-color);
}
/* dropdown */
.nav-item {
  position: relative;
}
.dropdown-list {
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--secondary-color);
  min-width: 180px;
  padding: 15px 20px;
  border-radius: 4px;
  transition: 0.5s;
  display: none;
  box-shadow: var(--commin-shadow);
}

.dropdown-list li {
  margin-bottom: 20px;
}

.dropdown-list li:last-child {
  margin-bottom: 0;
}

.dropdown-list li a {
  display: block;
  color: black;
  font-family: var(--font-Manrope);
  font-weight: 500;
  transition: 0.5s linear;
}
.nav-item:hover .dropdown-list {
  display: block;
}

/*------------ Modal -----------------*/
div.modal-content {
  border-radius: 0 !important;
}
.modal-content {
  padding: 10px 20px !important;
  max-width: 237px !important;
}
div.modal-header {
  padding: 0 !important;
  margin-bottom: 10px !important;
  border: none !important;
}
.modal-cnt {
  font-size: 20px !important;
  font-family: var(--font-Marcellus);
  color: var(--primary-color);
  text-transform: capitalize;
}
.modal-content input {
  max-width: 177px !important;
  margin-bottom: 20px;
  padding: 10px !important;
  outline: none !important;
  border: 2px solid rgba(0, 0, 0, 15%);
  font-size: 16px;
  font-family: var(--font-Manrope);
  font-weight: 600;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 20%);
  letter-spacing: 1px;
}
.modal-dialog.search {
  margin: 0 !important;
  top: 166px;
  left: 50% !important  ;
  border-radius: 0;
}
.modal-dialog.cart {
  margin: 0 !important;
  top: 166px;
  left: 50% !important  ;
}
.modal-header.cart {
  padding: 0 !important;
  background: rgba(222, 150, 141, 40%);
  border-radius: 0 !important;
}
div.modal-content.cart {
  padding: 0 !important;
  border-radius: 0 !important;
}
.modal-header.cart {
  padding: 7px 15px !important;
}
.modal-header.cart .modal-cnt {
  color: black;
  font-family: var(--font-Manrope);
  font-size: 16px;
}
.modal-content.cart .sub-cnt {
  padding: 20px 25px !important;
  color: rgba(0, 0, 0, 50%);
  font-size: 16px !important;
  font-family: var(--font-Manrope);
}
.modal-foot {
  min-height: 300px !important;
}
/*========== Banner ========*/
.bnr-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 164.57px) !important;
  padding: 290px 0 100px !important;
  background: url("../Assets/banner-bg.png") no-repeat center/cover;
}
.bnr-cnt .sub-title {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: var(--font-Manrope);
  font-weight: 700;
  color: var(--primary-color);
  /* margin-bottom: 20px; */
}
.bnr-cnt h1 {
  max-width: 928px;
  color: var(--secondary-color);
  font-family: var(--font-Marcellus);
  margin: 20px 0;
  text-transform: capitalize;
}
.bnr-cnt p {
  max-width: 846px;
  font-size: 20px;
  font-family: var(--font-Manrope);
  line-height: calc(32 / 20) !important;
  color: var(--secondary-color);
  text-transform: capitalize;
  margin-bottom: 40px !important;
}
.bnr-btn .primary-btn {
  padding: 19px 30px;
  background: var(--primary-color);
  border-radius: 0;
  text-transform: uppercase;
  font-family: var(--font-Manrope);
  color: var(--secondary-color);
  box-shadow: var(--commin-shadow);
  transition: 0.5s linear;
  overflow: hidden;
}
.bnr-btn .primary-btn svg {
  margin-left: 15px;
  transition: 0.7s linear;
}
.bnr-btn .primary-btn:hover {
  background: #f68272;
  color: var(--secondary-color);
}
.bnr-btn .primary-btn:hover svg {
  transform: translateX(55px) rotate(45deg);
}
.bnr-sec .swiper {
  position: relative;
}

.bnr-sec .swiper-pagination {
  position: absolute;
  bottom: 0 !important;
  left: 50%;
  transform: translateX(-50%) !important;
  display: flex;
  align-items: center;
}
.swiper-pagination-bullet {
  background: white;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  background: #de968d;
  width: 30px;
  height: 10px;
  border-radius: 2px !important;
  opacity: 1;
}
/*================ About ============*/
.abt-sec {
  padding: 100px 0 150px;
  position: relative;
}
.abt-sec .abt-row {
  max-width: 1370px;
  margin: 0 auto;
  --bs-gutter-x: 55px;
}
/* .abt-sec .abt-imges {
  position: relative;
} */
.abt-imges .play-btn {
  position: absolute;
  z-index: 999;
  top: 230px;
  left: 160px;
  transition: 0.5s linear;
}
.play-btn:hover {
  transform: scale(1.05);
}
.abt-imges .abt-left-img {
  /* position: relative; */
  z-index: 99;
  margin-bottom: 20px;
  max-width: 349px;
  /* height: 456px; */
}
.abt-left-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.abt-imges .abt-right-img {
  position: absolute;
  bottom: -40px;
  /* right: 0px; */
  left: 305px;
  max-width: 340px;
  /* height: 502px; */
  z-index: -1;
}
.abt-right-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.abt-imges .abt-book-btn {
  display: flex;
  align-items: center !important;
  justify-content: space-evenly;
  max-width: 232px;
  position: relative;
  left: 78px;
  background: var(--top-nav-color);
  padding: 10px 0;
  color: var(--secondary-color);
  font-family: var(--font-Manrope);
  font-weight: 500;
  text-transform: capitalize;
  font-size: 16px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  z-index: 99;
  transition: 0.5s linear;
}
.abt-book-btn::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 100%;
  right: -40px;
  background-color: var(--primary-color);
}
.abt-book-btn .btn-detail {
  margin-left: 30px;
}
.abt-book-btn .btn-detail span:first-child {
  font-size: 14px;
}
.abt-book-btn .call-icon {
  cursor: pointer;
  transition: 0.4s linear;
}
.abt-book-btn .call-icon:hover {
  transform: scale(1.04);
}
.abt-cnts .common-title {
  margin-bottom: 20px;
}
.abt-cnts .title-2 {
  line-height: calc(58 / 50);
  margin-bottom: 35px;
}
.abt-cnts p {
  font-size: 18px;
  font-family: var(--font-Manrope);
  line-height: calc(28 / 18);
  letter-spacing: 1.8px;
  color: var(--text-color);
  margin-bottom: 20px;
}
.abt-cnts .abt-clint-sol {
  max-width: 616px;
  margin-bottom: 30px;
}
.abt-cnts .abt-clint-sol .client,
.abt-cnts .abt-clint-sol .sol {
  padding: 15px 10px;
  font-family: var(--font-Manrope);
  font-weight: 500;
  font-size: 18px;
  line-height: calc(28 / 18);
  letter-spacing: 1.8px;
  text-transform: capitalize;
}
.abt-cnts .more-btn {
  padding: 14px 25px;
  background: var(--primary-color);
  transition: 0.5s linear;
  font-family: var(--font-Manrope);
  font-weight: 500;
  text-transform: uppercase;
  color: var(--secondary-color);
}
.abt-cnts .more-btn svg {
  margin-left: 5px;
}
.more-btn:hover {
  background: #f68272;
  color: black;
}
.after-img {
  position: absolute;
  max-width: 373px;
  bottom: -190px;
  right: -110px;
  z-index: 99;
}
.after-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*================ Treatment =============*/
.treat-sec {
  position: relative;
  padding: 100px 0 140px;
  background: url("../Assets/tritment-bg.png") no-repeat center/cover;
}
.treat-head .common-title {
  margin-bottom: 20px;
}
.treat-head {
  margin-bottom: 50px;
}
.treat-sec .top-card {
  max-width: 1250px;
  text-align: center;
  margin: 0 auto;
}
.treat-row {
  --bs-gutter-x: 25px;
  margin-bottom: 51px;
}
.treat-row div {
  display: flex;
  justify-content: center;
}
.treat-row .glance-card {
  position: relative;
  padding: 10px 20px;
  max-width: 270px;
  width: 100%;
  height: 244px;
  background: var(--secondary-color);
  box-shadow: var(--commin-shadow);
  transition: 0.5s linear;
  margin: 0 auto;
  display: flex;
  justify-content: start;
  cursor: pointer;
}
.glance-card .top-icon {
  position: absolute;
  right: 20px;
  top: 20px;
}
.glance-card .main-icon {
  display: flex;
  flex-direction: column;
}
.glance-card .main-icon .mid-icon {
  margin-left: 10px !important;
}
.glance-card .main-icon p {
  font-size: 18px;
  font-family: var(--font-Marcellus);
  font-weight: 500;
  letter-spacing: 1.8px;
  margin-top: 20px;
}
/* .glance-card:nth-child(2) */
.treat-row div:nth-child(2) .glance-card {
  background: url("../Assets/tritment-2nd-card-main-img.png") no-repeat
    center/cover;
}
.glance-card:not(:nth-child(2)):hover {
  background: url("../Assets/tritment-2nd-card-main-img.png") no-repeat
    center/cover;
  color: var(--secondary-color);
  transform: scale(1.03);
}
.glance-card .top-icon svg {
  transition: 0.5s linear;
}
.glance-card:not(:nth-child(2)):hover .top-icon svg path {
  stroke: var(--secondary-color);
}
.treat-sec .btm-card {
  position: absolute;
  bottom: -51px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1216px;
  width: 100%;
}
.time-box-row {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--top-nav-color);
  padding: 0;
}
.time-box-row div .time-card {
  padding: 30px 1px 30px 20px;
  max-width: 296px;
  width: 100%;
  color: var(--secondary-color);
  position: relative;
}
.time-box-row div .time-card:first-child {
  padding: 30px 14px 30px 20px;
}
.time-card .hrs {
  font-size: 30px;
  font-family: var(--font-Marcellus);
  letter-spacing: 3px;
  text-transform: capitalize;
}
.time-card .title,
.time-card p {
  font-size: 18px;
  font-family: var(--font-Manrope);
  letter-spacing: 1.8px;
  text-transform: capitalize;
}
.time-card p {
  color: var(--primary-color);
  margin-top: 10px;
}
/* .time-card:not(:last-child)::after */
.time-box-row div:first-child .time-card::after {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  height: 124px;
  width: 1px;
  background: #f5f5f5;
}
.time-box-row div:not(:last-child) .time-card::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  height: 124px;
  width: 1px;
  background: #f5f5f5;
}
/*------------------- Else ------------------*/
.else-sec {
  padding: 120px 0 100px;
  position: relative;
}
.else-sec .else-row {
  max-width: 1220px;
  margin: 0 auto;
  --bs-gutter-x: 50px;
}
.else-content .else-cnt .common-title {
  margin-bottom: 20px;
}
.else-cnt .else-vid {
  position: relative;
}
.else-vid .play-btn {
  position: absolute;
  z-index: 99;
  top: 45%;
  /* transform: translateX(50%); */
  left: 67%;
  transition: 0.5s linear;
}
.else-vid .img {
  /* z-index: -1; */
  max-width: 539px;
}
.else-vid .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*--------------------- Therapy -------------------*/
.therpy-sec {
  padding: 40px 0;
}
/* .therpy-sec .container {
  padding: 0 !important;
} */
.therpy-cnt {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.thrpy-txt {
  font-size: 65px;
  font-family: var(--font-Marcellus);
}
.therpy-cnt .thrpy-txt span {
  display: inline-block;
  max-width: 60px;
  /* height: 60px; */
}
.thrpy-txt span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*----------------------- Explore -----------------------*/
.explr-sec {
  padding: 70px 0;
}
.explr-cnt {
  margin-bottom: 35px;
}
.explr-cnt .common-title {
  margin-bottom: 20px;
}
.explr-row {
  max-width: 1280px;
  margin: 0 auto;
  --bs-gutter-x: 10px;
}
.explr-item .detail {
  margin-left: 20px;
}
.explr-item .detail .title-3 {
  margin-bottom: 10px;
}
.explr-item .detail p {
  font-family: var(--font-Manrope);
  letter-spacing: 1.6px;
}
.explr-img {
  max-width: 603px;
}
.explr-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*-------------------------- Easy ---------------------*/
.easy-sec {
  padding: 100px 10px;
}
.easy-container {
  padding: 0;
  border: 2px solid var(--primary-color);
}
.easy-step {
  padding: 80px 0 0;
  margin: 20px;
  /* min-height: 100vh; */
  background: url("../Assets/easy-step.png") no-repeat center/cover;
}
.easy-cnt {
  margin-bottom: 60px;
}
.mid-card-row {
  max-width: 1130px;
  margin: 0 auto 40px;
  --bs-gutter-x: 10px;
}
.easy-mid-card {
  text-align: center;
}
.easy-mid-card .icon {
  margin-bottom: 10px;
}
.easy-mid-card .title {
  font-size: 24px;
  font-family: var(--font-Marcellus);
  letter-spacing: 2.4px;
  margin-bottom: 10px;
}
.easy-mid-card p {
  font-size: 18px;
  font-family: var(--font-Manrope);
  letter-spacing: 1.8px;
  color: var(--text-color);
}
.easy-last-row {
  max-width: 1280px;
  margin: 0 auto;
  background: var(--primary-color);
  padding: 30px 10px;
}
.easy-last-card {
  display: flex;
  align-items: center;
  gap: 15px;
}
.easy-last-card .title {
  font-size: 45px;
  font-family: var(--font-Manrope);
  font-weight: 600;
  letter-spacing: 4.5px;
  color: var(--secondary-color);
}
.easy-last-card p {
  font-family: var(--font-Manrope);
  font-weight: 500;
  letter-spacing: 1.6px;
  color: var(--secondary-color);
}
/*--------------- Service ---------------*/
.serv-sec {
  padding: 100px 0;
  background: url("../Assets/serv-bg.png") no-repeat center/cover;
}
.serv-container {
  max-width: 1516px;
}
.serv-cnt .common-title {
  margin-bottom: 10px;
}
.serv-sec .serv-cnt {
  max-width: 1316px;
  margin: 0 auto 40px;
}
.serv-cnt .title-2 {
  color: var(--secondary-color);
}
.serv-row {
  max-width: 1506px;
  margin: 0 auto !important;
  display: flex;
  justify-content: center !important;
  --bs-gutter-x: 5px;
}
.serv-card {
  transition: 0.5s linear;
}
.serv-card.card-1 .serv-img,
.serv-card.card-2 .serv-img,
.serv-card.card-4 .serv-img,
.serv-card.card-5 .serv-img {
  /* max-width: 231.25px; */
  height: 516px;
}
.serv-card.card-3 .serv-img {
  /* max-width: 551px; */
  height: 516px;
}
.serv-card .serv-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.serv-card:hover {
  transform: scaleX(1.03);
}
.serv-btn {
  text-align: end;
}
.serv-btn .view-btn {
  margin-top: 50px;
  padding: 9px 20px;
  background: var(--primary-color);
  font-family: var(--font-Manrope);
  font-weight: 500;
  text-transform: uppercase;
  color: var(--secondary-color);
  transition: 0.5s linear;
}
.view-btn svg {
  margin-left: 5px;
}
.view-btn:hover {
  color: var(--top-nav-color);
  background: #f68272;
}
/*---------------------- Price ----------------------*/
.price-sec {
  padding: 100px 0;
  position: relative;
  background: url("../Assets/price-bg.png") no-repeat center/cover;
}
.price-img {
  position: absolute;
  left: -200px;
  top: -175px;
  max-width: 308px;
}
.price-cnt {
  margin-bottom: 85px;
}
.price-cnt .common-title {
  justify-content: center;
}
.price-row {
  max-width: 1530px;
  margin: 0 auto;
  --bs-gutter-x: 14px;
}
.membership-card {
  display: flex;
  padding: 35px;
  background-color: var(--secondary-color);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.119);
  position: relative;
  gap: 10px;
  transition: 0.5s linear;
}
.membership-card:hover {
  transform: scale(1.02);
}
.membership-card .card-img {
  /* max-width: 249px; */
  height: 500px;
}
.membership-card .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.membership-card .card-cnt .card-title {
  font-size: 20px;
  font-family: var(--font-Marcellus);
  letter-spacing: 2px;
  color: var(--primary-color);
  margin-bottom: 61px;
  background-color: rgba(222, 150, 141, 10%);
  padding: 7px;
  box-shadow: var(--commin-shadow);
}
.membership-card .card-sub {
  margin-bottom: 10px;
}
.membership-card .card-cnt .card-detail .card-sub .icon {
  margin-right: 10px;
}
.membership-card .card-cnt .card-detail .card-sub span {
  font-size: 14px;
  font-family: var(--font-Manrope);
  letter-spacing: 1.4px;
}
.price-btn {
  margin-top: 66px;
}
.price-btn .book-btn {
  margin-top: 50px;
  padding: 9px 12px;
  background: var(--primary-color);
  font-family: var(--font-Manrope);
  font-weight: 500;
  text-transform: uppercase;
  color: var(--secondary-color);
  transition: 0.5s linear;
}
.price-btn .book-btn svg {
  margin-left: 5px;
}
.price-btn .book-btn:hover {
  color: var(--top-nav-color);
  background: #f68272;
}
.membership-card.first-card::after {
  content: "$29.00";
  position: absolute;
  width: 229px;
  height: 41px;
  background: var(--primary-color);
  top: 50px;
  left: 44px;
  text-align: center;
  font-size: 22px;
  color: var(--secondary-color);
  border-radius: 50px;
}
/*---------------------- Gallery ---------------*/
.glry-sec {
  /* background: var(--glry-sec-color); */
  padding: 50px 0 20px;
  position: relative;
}
.glry-sec .glry-cnt .title-3 {
  margin-bottom: 21px;
}
.glry-cards-slider {
  background: var(--secondary-color);
  position: relative;
  top: 50px;
  margin-top: 50px;
  max-width: 1416px;
  margin: 0 auto;
  z-index: 99;
}
.glry-cards-slider .glry-card {
  max-width: 334px;
  height: 334px;
  padding: 5px;
  box-shadow: var(--commin-shadow);
  transition: 0.5s linear;
}
.glry-card:hover {
  transform: scaleX(1.03);
}
.glry-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*----------- Testimonial ---------------*/
.testi-sec {
  padding: 120px 0;
  background: var(--top-nav-color);
  position: relative;
}
/* .testi-cnt {
  max-width: 1350px;
} */
.testi-row {
  max-width: 1350px;
  margin: 0 auto 73px;
  --bs-gutter-x: 20px;
}
.testi-form {
  padding: 50px 40px;
  background: var(--secondary-color);
}
.testi-form .testi-left-cnt .title-2 {
  margin-bottom: 35px;
}
.testi-form {
  border-radius: 20px;
}
.testi-form .form-row {
  margin-bottom: 30px;
  --bs-gutter-x: 15px;
}
.testi-form form .form-row .group-1 label,
.testi-form form .form-row .group-2 label,
.testi-form form .form-row .group-3 label,
.testi-form form .form-row .group-4 label,
.testi-form form .form-row .group-5 label {
  font-size: 18px;
  font-family: var(--font-Manrope);
  letter-spacing: 1.8px;
  margin-bottom: 5px;
}
.testi-form form .form-row .group-1 input,
.testi-form form .form-row .group-2 input,
.testi-form form .form-row .group-3 input,
.testi-form form .form-row .group-4 input {
  padding: 17px 10px;
  max-width: 258px;
  width: 100%;
  border: 1.5px solid rgba(0, 0, 0, 10%);
  font-size: 16px;
  font-family: var(--font-Manrope);
  letter-spacing: 1.6px;
  color: var(--text-color);
  transition: 0.5s linear;
}
.testi-form form .form-row .group-5 textarea {
  padding: 10px 10px 60px;
  max-width: 557px;
  width: 100%;
  border: 1.5px solid rgba(0, 0, 0, 10%);
  font-size: 16px;
  font-family: var(--font-Manrope);
  letter-spacing: 1.8px;
  color: var(--text-color);
  transition: 0.5s linear;
}
.testi-form form .form-row .group-1,
.testi-form form .form-row .group-2,
.testi-form form .form-row .group-3,
.testi-form form .form-row .group-4 {
  margin-bottom: 20px;
}
.testi-form form .form-row .group-1 input:hover,
.testi-form form .form-row .group-2 input:hover,
.testi-form form .form-row .group-3 input:hover,
.testi-form form .form-row .group-4 input:hover,
.testi-form form .form-row .group-5 textarea:hover {
  transform: scaleX(1.03);
}
.testi-form form .sub-btn {
  padding: 15px 25px !important;
  background: var(--primary-color);
  color: var(--secondary-color);
  text-transform: capitalize;
  font-family: var(--font-Manrope);
  letter-spacing: 1.8px;
  padding: 9px 20px;
  background-color: var(--primary-color);
  font-family: var(--font-Manrope);
  font-weight: 500;
  text-transform: uppercase;
  color: var(--secondary-color);
  transition: 0.5s linear;
  border: none;
}
.testi-form .sub-btn:hover {
  color: var(--top-nav-color);
  background: #f68272;
}
.testi-content {
  padding-left: 35px;
  padding-top: 50px;
  /* padding: 50px 0 0 33px; */
}
.testi-content .common-title {
  color: var(--secondary-color);
  margin-bottom: 15px;
}
.testi-content .testi-content .title-2 {
  color: var(--secondary-color);
  margin-bottom: 30px;
}
.testi-content p {
  font-size: 18px;
  font-family: var(--font-Manrope);
  letter-spacing: 1.8px;
  color: var(--text-color);
  margin-bottom: 20px;
}
/* .testiSwiper {
  display: flex !important;
  flex-direction: column !important;
  align-items: center;
} */
.testiSwiper {
  position: relative;
}
/* .testiSwiper .card-btn {
  position: absolute;
  bottom: -50px;
} */
.testi-card {
  padding: 20px;
  border: 1px solid var(--text-color);
}
.testi-card .left-prt .profile {
  max-width: 100px;
  margin-right: 11px;
}
.testi-card .profile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testi-card .left-prt .cnt .title {
  font-size: 20px;
  font-family: var(--font-Manrope);
  font-weight: 500;
  letter-spacing: 2px;
  color: var(--secondary-color);
  margin-bottom: 5px;
}
.testi-card .left-prt .cnt p {
  font-size: 18px;
  font-family: var(--font-Manrope);
  font-weight: 500;
  letter-spacing: 1.8px;
}
.testi-card .left-prt .cnt ul {
  margin-top: 0;
}
.testi-card .btm-prt p {
  font-size: 18px;
  font-family: var(--font-Manrope);
  font-weight: 500;
  letter-spacing: 1.8px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 80%);
}
/* .card-btn {
  display: flex;
  justify-content: center;
  align-items: center;
} */
.glow-cards {
  position: absolute;
  bottom: -270px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1230px;
  width: 100%;
}
.glow-row {
  margin: 0 auto;
  --bs-gutter-x: 50px;
}
.glow-card {
  position: relative;
  background: var(--glry-sec-color);
  padding: 5px 40px;
  display: flex;
}
.glow-card.card-1 .left-bg {
  max-width: 165px;
  position: absolute;
  left: 0;
  top: 0;
}
.glow-card .card-cnt {
  margin: auto;
}
.glow-card .card-cnt .title-3 {
  max-width: 205px;
  font-family: var(--font-Marcellus);
  font-size: 22px;
  letter-spacing: 2.2px;
  text-transform: capitalize;
  margin-bottom: 64px;
}
.glow-card .card-cnt .card-btn .book-btn {
  padding: 9px 20px;
  background: var(--primary-color);
  color: var(--secondary-color);
  font-family: var(--font-Manrope);
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.5s linear;
}
.glow-card .card-btn .book-btn:hover {
  color: var(--top-nav-color);
  background: var(--hover-color);
}
.glow-card .right-img {
  max-width: 247px;
  z-index: 9999;
}
.glow-card .right-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.glow-card.card-2 .left-bg {
  max-width: 220px;
  position: absolute;
  right: 70px;
  top: 0;
}
.testi-sec .left-af-img {
  position: absolute;
  left: -110px;
  bottom: -160px;
}
.testi-sec .right-af-img {
  position: absolute;
  right: -70px;
  bottom: -40px;
}
/*-------------------- Experience ---------------*/
.exp-sec {
  padding: 350px 0 100px;
}
/* .exp-sec .exp-cards {
} */
.exp-sec .exp-row {
  max-width: 1220px;
  margin: 0 auto;
  --bs-gutter-x: 30px;
}
.exp-sec .cards {
  max-width: 385px;
  height: 425px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  transition: 0.5s linear;
}
.exp-sec .cards:hover {
  transform: scale(1.03);
}
.exp-sec .cards .img {
  height: 425px;
  max-width: 385px;
}
.exp-sec .cards img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.exp-sec .exp-card-1 .cnt,
.exp-sec .exp-card-2 .cnt,
.exp-sec .exp-card-4 .cnt,
.exp-sec .exp-card-5 .cnt,
.exp-sec .exp-card-6 .cnt {
  padding: 15px 22px;
  /* background: linear-gradient(to bottom, #de968d, #000000), transparent; */
}
.exp-sec .exp-card-1::after,
.exp-sec .exp-card-2::after,
.exp-sec .exp-card-4::after,
.exp-sec .exp-card-5::after,
.exp-sec .exp-card-6::after {
  content: "";
  position: absolute;
  height: 100px;
  left: 0;
  right: 0;
  bottom: 0px;
  background: linear-gradient(
    to bottom,
    rgba(222, 150, 141, 40%),
    rgba(0, 0, 0, 80%)
  );
}
.exp-card-3 .title {
  font-size: 36px;
  letter-spacing: 0.36px;
  font-family: var(--font-Marcellus);
  margin-bottom: 20px;
}
.exp-card-3 p {
  font-size: 18px;
  letter-spacing: 1.8px;
  font-family: var(--font-Manrope);
  color: var(--text-color);
  margin-bottom: 50px;
}
.exp-card-3 .view-btn {
  padding: 10px 20px;
  background: var(--primary-color);
  color: var(--secondary-color);
  font-family: var(--font-Marcellus);
  text-transform: uppercase;
  transition: 0.5s linear;
}
.exp-card-3 .view-btn:hover {
  color: var(--top-nav-color);
  background: var(--hover-color);
}
.exp-sec .cards .cnt {
  position: absolute;
  left: 26px;
  bottom: 5px;
  z-index: 99;
  color: var(--secondary-color);
}
.exp-sec .cards .cnt p {
  font-family: var(--font-Marcellus);
  font-size: 16px;
}

/*-------------------- FAQ -----------------*/
.faq-sec {
  padding: 100px 0 200px;
  background: var(--glry-sec-color);
  position: relative;
}
.faq-sec .faq-row {
  max-width: 1230px;
  margin: 0 auto;
  --bs-gutter-x: 30px;
}
.faq-sec .title-2 {
  font-size: 36px;
  margin-bottom: 50px;
}
.accordion {
  max-width: 612px;
}
.accordion-item {
  margin-bottom: 20px;
}
.accordion .accordion-body {
  max-width: 460px;
  height: 138px;
  font-size: 18px;
  font-family: var(--font-Manrope);
  font-weight: 500;
  letter-spacing: 2px;
  color: var(--text-color);
}
.accordion-button {
  color: var(--top-nav-color);
  background: none !important;
  outline: none !important;
  font-size: 20px;
  font-family: var(--font-Marcellus);
  letter-spacing: 2px;
}
.accordion-button.collapsed {
  color: var(--primary-color);
}
.faq-vid {
  position: relative;
}
.faq-vid .play-btn {
  position: absolute;
  left: 40%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.faq-vid .down-vid {
  max-width: 510px;
  /* height: 510px; */
}
.down-vid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.faq-vid .up-img {
  max-width: 420px;
  height: 427px;
  position: absolute;
  bottom: -230px;
  left: 160px;
}
.up-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.faq-af-img {
  max-width: 254px;
  position: absolute;
  bottom: 47px;
  left: 50%;
  transform: translateX(-50%);
}
/*---------------- Blog ----------------*/
.blog-sec {
  padding: 100px 0;
}
.blog-cnt .common-title {
  justify-content: center;
}
.blog-cnt .title-2 {
  margin-bottom: 50px;
}
.blog-row {
  --bs-gutter-x: 40px;
  margin: 0 auto;
}
.blog-card {
  position: relative;
}
.blog-card .card-img {
  max-width: 360px;
}
.blog-card .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-card .card-cnt {
  position: absolute;
  right: 0 !important;
  bottom: -200px;
  max-width: 280px;
  padding: 25px;
  box-shadow: 1px 2px 30px -5px rgba(0, 0, 0, 5%);
  background: var(--secondary-color);
  overflow: hidden;
}
.blog-card .card-cnt .img {
  max-width: 230px;
  height: 80px;
}
.blog-card .title-2 {
  font-size: 24px;
  font-family: var(--font-Marcellus);
  margin: 18px 0;
}
.blog-card .cnt-btn .read-btn {
  color: var(--text-color);
  font-family: var(--font-Manrope);
  font-weight: 500;
  text-transform: capitalize;
  transition: 0.5s linear;
}
.blog-card .cnt-btn .read-btn svg {
  margin-left: 10px;
  transition: 0.9s linear;
}
.blog-card .card-cnt .read-btn:hover svg {
  transform: translateX(170px);
}
/*------------------- Img-Slide -----------------*/
.img-slide-sec {
  padding: 140px 0 100px;
}
.img-slide-sec .carousel {
  display: flex;
  /* width: 90%; */
}
.img-slide-sec .group {
  display: flex;
  align-items: center;
  gap: 70px;
  animation: spin 5s infinite linear;
}
.img-slide-sec .group .img-card-1 {
  max-width: 125px;
}
.img-slide-sec .group .img-card-2 {
  max-width: 130px;
}
.img-slide-sec .group .img-card-3 {
  max-width: 142px;
}
.img-slide-sec .group .img-card-4 {
  max-width: 160px;
}
.img-slide-sec .group .img-card-5 {
  max-width: 100px;
}
@keyframes spin {
  form {
    translate: 0;
  }
  to {
    translate: -100%;
  }
}
/*--------------- Contact ---------------*/
.cntct-sec {
  padding: 100px 0;
  background: url("../Assets/cnt-bg.png") no-repeat center/cover;
}
.cntct-row {
  max-width: 1370px;
  align-items: center;
  margin: 0 auto;
  --bs-gutter-x: 10px;
}
.cntct-sec .cntct-left-cnt .common-title {
  color: var(--secondary-color);
  margin-bottom: 25px;
}
.cntct-sec .title-2 {
  color: var(--secondary-color);
  margin-bottom: 40px;
  font-size: 36px;
  font-family: var(--font-Marcellus);
  letter-spacing: 0.36px;
}
.cntect-btns {
  display: flex;
  align-items: center;
}
.cntct-btn {
  color: var(--secondary-color);
  font-family: var(--font-Manrope);
  font-weight: 500;
  text-transform: uppercase;
}
.cntct-sec .book-btn {
  padding: 10px 20px;
  background: var(--top-nav-color);
  margin-right: 20px;
}
.cntct-sec .biscvr-btn {
  padding: 10px;
  border: 1px solid var(--secondary-color);
}
.cntct-imgs {
  position: relative;
}
.cntct-sec .img-wrpr {
  position: relative !important;
  width: 100%;
}
.cntct-imgs .top-img,
.cntct-imgs .mid-img,
.cntct-imgs .btm-img {
  max-width: 250px;
}
.cntct-imgs .top-img img,
.cntct-imgs .mid-img img,
.cntct-imgs .btm-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cntct-imgs .top-img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.cntct-imgs .btm-img {
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(-60%, -50%);
}
.cntct-imgs .mid-img {
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-40%, -50%);
}
/*--------------- Footer ---------------*/
.foot-sec {
  padding: 100px 0;
  background: var(--top-nav-color);
  color: var(--secondary-color);
}
.foot-sec .scnd-cnt .title,
.foot-sec .third-cnt .title {
  font-size: 24px;
  font-family: var(--font-Marcellus);
  margin-bottom: 25px;
}
.foot-row {
  --bs-gutter-x: 25px;
  margin-bottom: 45px;
}
/* foot-fst-cnt */
.foot-sec .fst-cnt .foot-logo {
  max-width: 325px;
  margin-bottom: 15px;
}
.foot-sec .foot-logo a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.foot-sec .fst-cnt p {
  font-family: var(--font-Manrope);
  font-size: 18px;
  letter-spacing: 1.8px;
  text-transform: capitalize;
  margin-bottom: 15px;
  color: var(--text-color);
}
.foot-sec .fst-cnt .locait a,
.foot-sec .fst-cnt .cnt-inf a {
  font-family: var(--font-Manrope);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
  color: var(--secondary-color);
}
.foot-sec .fst-cnt .locait a svg,
.foot-sec .fst-cnt .cnt-inf a svg {
  margin-right: 5px;
}
.foot-sec .fst-cnt .social div:not(:last-child) {
  margin-right: 10px;
}
/* foot-scnd and third-cnt */
.foot-sec .scnd-cnt .title,
.foot-sec .third-cnt .title {
  font-size: 24px;
  font-family: var(--font-Marcellus);
  margin-bottom: 20px;
}
.foot-sec .scnd-cnt ul,
.foot-sec .third-cnt ul {
  padding-left: 0;
}
.foot-sec .scnd-cnt ul li,
.foot-sec .third-cnt ul li {
  margin-bottom: 18px;
  cursor: pointer;
}
.foot-sec .scnd-cnt ul li a,
.foot-sec .third-cnt ul li a {
  font-family: var(--font-Manrope);
  font-weight: 500;
  color: var(--secondary-color);
  text-transform: capitalize;
}
.foot-sec .scnd-cnt ul li a svg,
.foot-sec .third-cnt ul li a svg {
  margin-right: 10px;
}
/* foot-four-cnt */
.foot-sec .four-cnt .title {
  font-family: var(--font-Manrope);
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}
.foot-sec .four-cnt p {
  font-size: 18px;
  font-family: var(--font-Manrope);
  letter-spacing: 2px;
  color: var(--text-color);
  margin-bottom: 40px;
}
.foot-sec .four-cnt form input:nth-child(1) {
  padding: 19px 20px;
  width: 100%;
  margin-bottom: 20px;
  font-family: var(--font-Manrope);
  font-weight: 600;
  color: var(--text-color);
  font-size: 18px;
}
.foot-sec .four-cnt form input:nth-child(2) {
  font-size: 18px;
  font-family: var(--font-Manrope);
  font-weight: 600;
  padding: 18px 0;
  width: 100%;
  background: var(--primary-color);
  color: var(--secondary-color);
}
.foot-sec .four-cnt form input:nth-child(1):focus {
  outline: 1.5px solid var(--hover-color);
}
.foot-sec .copy-right .cpy-cnt,
.foot-sec .copy-right .cpy-menu {
  margin-top: 20px;
}
.foot-sec .copy-right .cpy-cnt,
.foot-sec .copy-right .cpy-cnt a,
.foot-sec .copy-right .cpy-menu {
  font-family: var(--font-Manrope);
  color: var(--text-color);
}
.foot-sec .copy-right .cpy-menu {
  gap: 30px;
}
/*===================== Media ===================*/
@media screen and (max-width: 1400px) {
  .nav-item {
    margin-right: 20px !important;
  }
  /*----------- Price -----------*/
  .membership-card.first-card::after {
    width: 140px !important;
  }
}
@media screen and (max-width: 1200px) {
  .nav-item {
    margin-right: 10px !important;
  }
  .nav-btn a:not(:last-child) {
    margin-right: 15px !important;
  }
  /*----------- Price -----------*/
  .membership-card.first-card::after {
    width: 80px !important;
    font-size: 18px;
    padding-top: 5px;
  }
}
@media screen and (max-width: 992px) {
  .title-1 {
    font-size: 55px;
  }

  /*--------------------- Navabr -----------------*/
  .top-header {
    padding: 10px !important;
    justify-content: center;
  }

  .top-header ul {
    justify-content: center;
    /* flex-direction: column; */
    gap: 10px;
  }
  .offcanvas {
    flex-direction: column !important;
    padding-top: 166px !important;
    background: rgba(128, 128, 128, 0.396) !important;
    backdrop-filter: blur(20px) !important;
    transition: 0.5s linear !important;
  }
  .nav-item {
    margin-bottom: 20px !important;
    margin-right: 0 !important;
  }
  .navbar-toggler {
    position: relative;
    z-index: 9999;
  }
  .navbar-toggler:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
  }
  .navbar-toggler,
  .navbar-toggler:focus,
  .navbar-toggler:active,
  .navbar-toggler:focus-visible {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
  }
  .navbar-toggler-icon {
    background: none !important;
    /* width: 20px; */
    left: 0 !important;
    right: 0 !important;
    height: 2px !important;
    background: var(--secondary-color) !important;
    transition: 0.5s linear;
  }
  button.navbar-toggler {
    padding: 0 !important;
  }
  .navbar-toggler::after,
  .navbar-toggler::before {
    content: "";
    position: absolute;
    height: 2px;
    left: 0;
    right: 0;
    background: var(--secondary-color) !important;
    transition: 0.5s linear !important;
  }
  .navbar-toggler::after {
    top: 4px;
  }
  .navbar-toggler::before {
    bottom: -2px;
  }
  .navbar-toggler.activeshow .navbar-toggler-icon {
    transform: translateX(-50px);
    opacity: 0;
  }

  .navbar-toggler.activeshow::after {
    transform: rotate(45deg) translateX(11.5px);
  }
  .navbar-toggler.activeshow::before {
    transform: rotate(-45deg) translateX(11.5px);
  }
  /*--------------- About --------------*/
  .abt-sec .abt-row {
    --bs-gutter-x: 65px !important;
  }
  .abt-imges {
    margin-bottom: 50px;
    text-align: center;
    justify-content: center;
  }
  .abt-sec .abt-row {
    text-align: center; /* 🔥 main fix */
  }

  .abt-cnts {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .abt-cnts p {
    max-width: 600px;
  }

  .abt-clint-sol {
    justify-content: center !important;
    gap: 20px;
  }
  /*-------------------- Treatment --------------------*/
  .time-box-row div .time-card::after {
    display: none;
  }
  .time-card {
    margin: 0 auto;
    text-align: center;
  }
  .btm-card {
    position: relative !important;
    margin-top: 20px;
  }
  .glance-card {
    margin-bottom: 20px !important;
  }
  /*------------------- Else -----------------------*/
  .else-cnt {
    text-align: center;
    margin-bottom: 30px;
  }
  .else-cnt .common-title {
    text-align: center;
    justify-content: center;
  }
  .else-vid {
    justify-content: center;
  }
  .else-vid .img {
    max-width: 100%;
    margin: 0 auto;
  }
  .else-vid .play-btn {
    left: 50%;
    top: 60%;
    transform: translateX(-50%) !important;
  }
  /*-------------- Explor -----------*/
  .explr-row {
    justify-content: center;
    text-align: center;
  }

  .explr-left-cnt {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .explr-right-cnt {
    margin-top: 20px;
  }
  .explr-item {
    justify-content: center;
  }
  .explr-img {
    margin: 0 auto;
  }
  /*--------------- Easy -------------------*/
  .easy-last-card {
    justify-content: center;
  }
  /*----------------Service-----------*/
  .serv-cnt .common-title {
    justify-content: center;
  }
  .serv-cnt .title-2 {
    text-align: center;
    margin: 0 auto;
  }
  .serv-card {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
  }
  .serv-card .serv-img {
    width: 100%;
  }
  .serv-btn {
    text-align: center;
  }
  /*----------------- Price ----------------*/
  .membership-card .card-img {
    width: 100%;
    height: 500px;
  }
  .membership-card.first-card::after {
    width: 229px !important;
  }
  /*------------------- Testimonial --------------*/
  .testi-sec .testi-form .form-group {
    display: flex;
    align-items: center;
  }
  .testi-sec .testi-form .common-title {
    justify-content: center;
  }
  .testi-form .form-group {
    text-align: center;
    /* margin: 20px auto 0; */
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .testi-form .form-group label {
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .title-1 {
    font-size: 40px;
  }
  .title-2 {
    font-size: 35px;
  }

  /*--------------------- Navabr -----------------*/
  .offcanvas {
    padding-top: 240px !important;
    width: 60% !important;
  }
  /*---------- about -----------*/
  .abt-sec {
    padding: 50px 0;
  }
  .abt-imges {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .abt-left-img {
    margin: 0 auto;
    max-width: 100%;
  }
  .abt-right-img {
    position: relative !important;
    left: 0 !important;
    bottom: 10px !important;
    margin: 20px auto;
    max-width: 100%;
    text-align: center;
    justify-content: center;
  }

  .abt-btm-img img {
    display: block;
    margin: 0 auto;
  }
  .abt-book-btn {
    position: relative;
    transform: translateX(-50%);
    margin: 20px auto;
    justify-content: center;
    width: fit-content;
  }
  .abt-sec .after-img {
    max-width: 200px;
    object-fit: cover;
    bottom: -100px;
  }
  .abt-imges .play-btn {
    left: 50%;
    transform: translateX(-50%);
  }
  .abt-cnts {
    text-align: center;
  }
  .abt-cnts .common-title {
    text-align: center;
    margin: 0 auto;
    justify-content: center;
    margin-bottom: 20px;
  }
  .abt-clint-sol {
    flex-direction: column;
  }
  /*-------------- Treatment ---------------*/
  .time-box-row {
    justify-content: center !important;
  }
  .time-card {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  /*---------------- Else ----------------*/
  .else-cnt {
    text-align: center;
    margin-bottom: 30px;
  }
  .else-cnt .common-title {
    text-align: center;
    justify-content: center;
  }
  .else-vid {
    justify-content: center;
  }
  .else-vid .img {
    max-width: 100%;
    margin: 0 auto;
  }
  .else-vid .play-btn {
    left: 50%;
    top: 60%;
    transform: translateX(-50%) !important;
  }
  /*--------------- Easy -------------------*/
  /* .easy-last-card {
    justify-content: center;
  } */
}
@media screen and (max-width: 576px) {
  /*--------------------- Navabr -----------------*/
  .offcanvas {
    width: 80% !important;
  }
  /*----------------Banner-----------*/
  .mySwiper .swiper-pagination {
    display: none;
  }
  /*------------------ Else ---------------*/
  .else-vid .play-btn {
    top: 65% !important;
    transform: translateY(-50%);
  }
  /*----------- Price -----------*/
  .membership-card.first-card::after {
    width: 90px !important;
    font-size: 18px;
    padding-top: 5px;
  }
  /*---------- Gallery ------*/
  .glry-cards-slider {
    top: 0;
  }
  .glry-cards-slider .glry-card {
    /* max-width: 334px; */
    max-width: 542px;
    border: 1px solid red;
    width: 100%;
    /* padding: 0 10px; */
    margin: 0 auto;
  }
  .glry-card img {
    width: 100%;
  }
  .glry-cards-slider .swiper-slide {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 418px) {
  .else-vid .play-btn {
    top: 70% !important;
  }
}
@media screen and (max-width: 375px) {
  /*----------- Price -----------*/
  .membership-card.first-card::after {
    display: none;
  }
  /*---------------- Testimonial ----------*/
  .testi-form .form-group.group-4 input {
    font-size: 10px;
    letter-spacing: 0 !important;
  }
}
