@import url("https://fonts.googleapis.com/css2?family=Mrs+Saint+Delafield&display=swap");

/* -------------------------------- swiper 3D --------------------- */

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style-type: none;
  text-decoration: none;
}

#tranding .tranding-slider {
  height: 38rem;
  padding: 2rem 0;
  position: relative;
}

@media (max-width: 500px) {
  #tranding .tranding-slider {
    height: 45rem;
  }
}

.tranding-slide {
  width: 36rem;
  height: 42rem;
  position: relative;
}

@media (max-width: 500px) {
  .tranding-slide {
    width: 28rem !important;
    height: 36rem !important;
  }
  .tranding-slide .tranding-slide-img img {
    width: 28rem !important;
    height: 36rem !important;
  }
}

.swiper-slide {
  filter: blur(5px);
  -webkit-filter: blur(5px);
}
.swiper-slide-active {
  filter: blur(0px);
  -webkit-filter: blur(0px);
}
.tranding-slide .tranding-slide-img img {
  width: 100%;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.25);
  border-radius: 1rem;
  object-fit: cover;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}

.swiper-slide-shadow-left,
.swiper-slide-shadow-right {
  display: none;
}

/* -------------------------------- swiper 3D --------------------- */

:root {
  /* -------------------------------- Fontsize --------------------- */
  --h1-font: 7.43rem;
  --h2-font: 2.986rem;
  --h3-font: 2.488rem;
  --h4-font: 2.074rem;
  --h5-font: 1.728rem;
  --h6-font: 1.44rem;
  --h7-font: 1.2rem;
  --p-big-font: 1rem;
  --p-small-font: 0.833rem;

  /* -------------------------------- Color --------------------- */
  --body-color: #fbf1ed;
  --bg-color: #f9f2ef;
  --main-color: #ffefe8;
  --head-color: #151412;
  --footer-color: #ffffff;
}
body {
  background-color: var(--body-color);
}

/* -------------------------------- Start breadcrumb navbar --------------------- */

.breadcrumb .breadcrumb-item {
  font-size: var(--h7-font) !important;
}
.breadcrumb {
  margin-top: 56px;
  margin-bottom: 13px;
}
.breadcrumb .breadcrumb-item a {
  font-size: var(--h6-font);
}
/* -------------------------------- End breadcrumb navbar --------------------- */

/* -------------------------------- Start navbar --------------------- */

.navbar img {
  width: 100px;
  height: 100px;
}

.navbar-nav .nav-link {
  position: relative;
  font-size: var(--h6-font);
  color: var(--main-color);
  font-weight: 500;
  margin-left: 25px;
}
.navbar-nav .nav-link:hover:after {
  width: 90%;
  left: 8%;
}
.navbar-nav .nav-link:after {
  content: "";
  pointer-events: none;
  bottom: -2px;
  left: 50%;
  position: absolute;
  width: 0%;
  height: 2px;
  background-color: var(--main-color);
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 400ms;
  transition-property: width, left;
}
.icons .nav-item .nav-link {
  font-size: var(--h7-font);
  color: var(--main-color);
}

.btn-contact {
  cursor: pointer;
  font-size: var(--h6-font);
  color: var(--main-color);
  background-color: transparent;
  border: 2px solid var(--main-color);
  border-radius: 28px;
  margin-left: 20px;
  padding: 5px 30px;
  padding-bottom: 10px;
  font-weight: 400;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  transition: 0.5s;
  -o-border-radius: 28px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.btn-contact:hover {
  background-color: var(--head-color);
  border: 2px solid var(--head-color);
  color: var(--main-color);
}
.icons .nav-item .nav-link {
  padding: 0;
  margin: 15px;
}
.social-icons .nav-item .nav-link {
  color: var(--main-color);
  font-size: var(--h5-font);
}
.navbar .navbar-toggler {
  color: #f1e9e5;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
/* -------------------------------- End navbar --------------------- */

/* -------------------------------- Start header ---------------------  */
.image-flower {
  position: absolute;
  width: 200px;
  height: 200px;
  bottom: 0;
  left: -20px;
}
.image-flower-right {
  position: absolute;
  width: 200px;
  height: 200px;
  bottom: 200px;
  right: 10px;
}
.image-flower-header {
  width: 350px;
  height: 350px;
  position: absolute;
  bottom: 0;
  left: -20px;
}
header {
  background-image: url("../img/spa-background.webp");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}
header .layer {
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: #000000;
  opacity: 0.5;
}
.social-icons {
  background-color: var(--head-color);
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(0, -20%);
  width: 60px;
  text-align: center;
  padding: 20px 0;
  z-index: 11;
  border-radius: 30px 0 0 30px;
  -webkit-border-radius: 30px 0 0 30px;
  -moz-border-radius: 30px 0 0 30px;
  -ms-border-radius: 30px 0 0 30px;
  -o-border-radius: 30px 0 0 30px;
  -webkit-transform: translate(0, -20%);
  -moz-transform: translate(0, -20%);
  -ms-transform: translate(0, -20%);
  -o-transform: translate(0, -20%);
}
.number {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.caption h1 {
  font-family: "Mrs Saint Delafield", cursive;
  color: var(--main-color);
  font-size: var(--h1-font);
  font-weight: 400;
}
.caption p {
  padding-top: 10px;
  color: var(--main-color);
  font-size: var(--h7-font);
  text-align: center;
}
.booking-info {
  color: #000000;
  background-color: #000000;
  border-radius: 20px 0 0 0;
  text-transform: uppercase;
  font-size: var(--h7-font);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  color: var(--main-color);
  cursor: pointer;
  text-decoration: underline;
  font-weight: 400;
  padding: 40px;
  -webkit-border-radius: 20px 0 0 0;
  -moz-border-radius: 20px 0 0 0;
  -ms-border-radius: 20px 0 0 0;
  -o-border-radius: 20px 0 0 0;
}
.booking-info .btn-contact {
  color: var(--head-color);
  background-color: var(--main-color);
  margin-left: 0;
  border: none;
  padding: 5px 30px !important;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.booking-info .btn-contact:hover {
  background-color: var(--main-color);
  font-weight: 700;
  border: none;
}
.booking-section {
  z-index: 222;
  background-color: #fdf1eb;
}
input {
  accent-color: var(--head-color);
}
.booking-info.active {
  color: #000000;
  font-weight: 500;
  background-color: #fdf1eb;
}
.booking-info.active .btn-contact {
  border: 1px solid #000000;
  background-color: black;
  color: var(--main-color);
}
.booking-info.active .btn-contact:hover {
  border: 1px solid #000000;
  background-color: black;
  color: var(--main-color);
}
.booking-section .treatment-section,
.booking-section .therapist-section {
  background-color: #f1e9e5;
  max-height: 420px;
  overflow-y: scroll;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.booking-section .date-section,
.booking-section .therapist-section,
.booking-section .guest-section {
  background-color: #f1e9e5;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.booking-section .treatment-section::-webkit-scrollbar,
.booking-section .therapist-section::-webkit-scrollbar {
  background-color: var(--main-color);
  width: 1rem;
  border-radius: 130px;
  border: 1px solid #000000;
  -webkit-border-radius: 130px;
  -moz-border-radius: 130px;
  -ms-border-radius: 130px;
  -o-border-radius: 130px;
}
.booking-section .treatment-section::-webkit-scrollbar-thumb,
.booking-section .therapist-section::-webkit-scrollbar-thumb {
  background-color: #000000;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.booking-section .offers-card-info input {
  border: #707070;
  width: 30px;
}
.booking-section .therapist-card-info input {
  margin-right: 7px;
}
.offers-card-info,
.therapist-card-info {
  background-color: #fdf1eb;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.offers-card-info img,
.therapist-card-info img {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.therapist-card-info img {
  width: 60%;
  margin: 15px 5px;
}

.guest-section input,
.guest-section input:focus {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #000000;
  box-shadow: none;
}
.guest-section .numberOf-guest span {
  font-size: 40px;
}
.Gallery img {
  width: 100%;
  height: 100%;
}
/* -------------------------------- End header --------------------- */

/* -------------------------------- Start  owl-carsuol --------------------- */

.owl-dot {
  margin-top: 20px;
}
.owl-dot span {
  padding: 7px;
  background-color: #707070 !important;
}
.owl-dot.active span {
  background-color: #0c0c0c !important;
}
.owl-next,
.owl-prev {
  background-color: #fafafa !important;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transition: all 1s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
}
.owl-next {
  right: -35px;
}
.owl-prev {
  left: -20px;
}
.owl-next:hover,
.owl-prev:hover {
  background-color: #fafafa;
  opacity: 0.8;
}
.owl-next:hover i,
.owl-prev:hover i {
  color: #000000;
}
/* -------------------------------- End owl-carsuol --------------------- */
/* -------------------------------- Start servicess --------------------- */
.tranding-slide .tranding-slide-img img {
  width: 75%;
  height: 75%;
}
.similar-Services .card-list img,
.Services .card-list img,
.Offers .card-list img {
  width: 100%;
  height: 100%;
}
.Services h4 {
  font-size: var(--h6-font);
}
.Services p {
  font-size: 13px;
}
.Services h6 {
  font-size: var(--h7-font);
}
/* -------------------------------- End Services --------------------- */
/* -------------------------------- Start offers --------------------- */

.btn-view {
  background-color: transparent;
  border: 1px solid black;
  color: black;
  padding: 5px 23px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  border-radius: 28px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  -o-border-radius: 28px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.btn-view:after {
  content: "";
  background-color: rgba(5, 5, 5, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.btn-view:hover:after {
  animation: ripple_401 0.5s ease-out;
  -webkit-animation: ripple_401 0.5s ease-out;
}
.btn-view:hover {
  background-color: #0c0c0c;
  color: var(--main-color);
}

@keyframes ripple_401 {
  0% {
    width: 5px;
    height: 5px;
    opacity: 1;
  }

  100% {
    width: 200px;
    height: 200px;
    opacity: 0;
  }
}

.card-list .card-info {
  color: var(--main-color);
}

.card-info {
  border-radius: 0 0 15px 15px;
  -webkit-border-radius: 0 0 15px 15px;
  -moz-border-radius: 0 0 15px 15px;
  -ms-border-radius: 0 0 15px 15px;
  -o-border-radius: 0 0 15px 15px;
}
.card-list img {
  border-radius: 15px 15px 0 0;
  -webkit-border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  -ms-border-radius: 15px 15px 0 0;
  -o-border-radius: 15px 15px 0 0;
}
.Offers .card-list .card-info h5 {
  font-size: var(--h5-font);
}
.Offers .card-list .card-info p {
  font-size: 16px;
}
.Offers .card-list .card-info h6 {
  font-size: var(--h5-font);
  font-weight: normal;
}

.card-info .btn-view-more,
.card-info .btn-book-now {
  margin-bottom: 10px;
  font-size: 18px;
  padding: 5px 20px;
  padding-bottom: 9px;
  color: var(--main-color);
  background-color: transparent;
  border: 2px solid var(--main-color);
  border-radius: 28px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  -o-border-radius: 28px;
}
.Offers .card-info .btn-view-more,
.Offers .card-info .btn-book-now {
  padding: 5px 30px;
}
.card-info .btn-book-now {
  color: var(--head-color);
  background-color: var(--main-color);
}
.card-info .btn-book-now:hover {
  font-weight: 700;
}
.card-info .btn-view-more:hover {
  color: var(--head-color);
  background-color: var(--main-color);
}
/* -------------------------------- End offers --------------------- */

/* -------------------------------- Start therapist --------------------- */
.therapist h6 {
  font-size: var(--h5-font);
}

.therapist .card-list img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.therapist .card-info {
  margin-top: 10px;
}
/* -------------------------------- End therapist --------------------- */

/* -------------------------------- Start membership --------------------- */
.membership-card {
  background-color: var(--bg-color);
  border: 1px solid var(--head-color);
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.membership .member-info h5 {
  font-size: var(--h5-font);
  font-weight: 700;
}
.list p {
  font-weight: bold;
  border: 1px solid;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.list h6 {
  font-size: var(--h7-font);
  padding: 12px;
  font-weight: bold;
}
.btn-review {
  padding: 0.4em 1.5em;
  border: 1px solid var(--head-color);
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background-color: #242424;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  transition: 0.3s;
  z-index: 1;
  font-family: inherit;
  color: var(--main-color);
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  -o-border-radius: 28px;
}
.btn-review:hover {
  background-color: #000000;
  opacity: 1;
}
.btn-register a {
  color: var(--main-color);
}
.btn-register {
  padding: 11px 51px;
  border: 1px solid var(--head-color);
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background-color: var(--head-color);
  text-align: center;
  text-transform: uppercase;
  font-size: 17px;
  transition: 0.3s;
  font-weight: 600;
  z-index: 1;
  font-family: inherit;
  color: var(--main-color);
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  -o-border-radius: 28px;
}

.btn-register::before {
  content: "";
  width: 0;
  height: 350%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(20deg);
  background: var(--bg-color);
  transition: 0.5s ease;
  display: block;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%) rotate(20deg);
  -moz-transform: translate(-50%, -50%) rotate(20deg);
  -ms-transform: translate(-50%, -50%) rotate(20deg);
  -o-transform: translate(-50%, -50%) rotate(20deg);
}

.btn-register:hover::before {
  width: 105%;
}

.btn-register:hover a {
  color: #111;
  font-weight: 700;
}
/* -------------------------------- End membership --------------------- */
/* -------------------------------- Start testmonials --------------------- */
.testmonials .info {
  border: 1px solid #000000;
  border-radius: 30px;
  background-color: var(--bg-color);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.testmonials .info i {
  color: #ff843c !important;
}
.testmonials {
  font-size: var(--p-big-font);
}
/* -------------------------------- End testmonials --------------------- */

/* -------------------------------- Start register --------------------- */

.register .heading-section {
  margin-top: 51px;
}
.register h3 {
  font-size: var(--h3-font);
  font-weight: 400;
}
.register h2 {
  font-weight: bold;
  font-size: var(--h2-font);
}
.register h4 {
  font-size: var(--h4-font);
  margin-bottom: 36px;
}
.register .form-label {
  font-size: var(--h4-font) !important;
  font-weight: normal;
}
.register a {
  text-decoration: none;
  color: #ff0000;
}
.register .use-app::after {
  content: "";
  position: absolute;
  top: -28px;
  right: 90px;
  width: 110px;
  height: 1px;
  background-color: #000000;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
}
.register .use-app::before {
  content: "";
  position: absolute;
  top: -28px;
  left: 90px;
  width: 110px;
  height: 1px;
  background-color: #000000;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
}
.register .icons {
  cursor: pointer;
  width: 50px;
  height: 50px;
  border: 1px solid #adadad;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.register .btn-review {
  color: var(--main-color);
}

.register .btn-review a {
  color: var(--main-color);
}
.register .icons img {
  width: 65%;
  height: 65%;
}
/* -------------------------------- End register --------------------- */
/* -------------------------------- Start offers-details --------------------- */
.offers-details h2,
.Services-details h2 {
  font-size: var(--h3-font);
}
.offers-info h6,
.Services-details h2 {
  font-size: var(--h4-font);
}
/* -------------------------------- End offers-details --------------------- */

/* -------------------------------- Start Footer --------------------- */
footer {
  margin-top: 72px !important;
}
footer h3 {
  font-size: var(--h2-font);
}
footer h4 {
  font-size: var(--h4-font);
  position: relative;
}
footer h4::after {
  content: "";
  position: absolute;
  width: 80%;
  height: 1px;
  bottom: -5px;
  left: 0;
  background-color: #ffffff;
}
footer p {
  font-size: var(--p-big-font);
}

footer .item a {
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  font-size: var(--p-big-font);
}

/* -------------------------------- Start about --------------------- */
.about img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
/* -------------------------------- End about --------------------- */
/* -------------------------------- End Carts --------------------- */
.carts h2,
.carts h3 {
  font-size: var(--h3-font);
  font-weight: 700;
  margin-bottom: 27px;
}
.carts h3 {
  margin-bottom: 47px;
}
.carts .btn-review {
  text-transform: uppercase;
  padding: 12px 45px;
  font-size: var(--h7-font);
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}
.carts .btn-review:hover {
  color: var(--main-color);
  font-weight: 600;
}
/* -------------------------------- End Carts --------------------- */
/* -------------------------------- Start Model --------------------- */
.modal-content {
  background-color: var(--bg-color);
}
.Careers .contact-information {
  border: none;
  background-color: transparent;
}
.contact-information {
  border: 1px solid black;
  border-radius: 20px;
  background-color: #f1e9e5;
  padding: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.contact-information input,
.register input,
.contact-information input:focus,
.register input:focus {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #000000;
  box-shadow: none;
}
.form-label {
  font-weight: 600;
}
.contact-information input::placeholder {
  font-size: 15px;
}
.Services-info {
  border-radius: 35px;
  padding: 10px;
  border: 1px solid var(--head-color);
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
}
/* -------------------------------- End model --------------------- */
/* -------------------------------- Start payment --------------------- */
.payment h3 {
  font-size: var(--h3-font);
  padding-bottom: 10px;
  font-weight: 700;
}
.payment h4 {
  font-size: var(--h5-font);
  font-weight: 700;
  padding-bottom: 10px;
}
.payment input::placeholder {
  padding: 20px 5px;
}
.payment .form-control,
.form-select {
  border: 1px solid #adadad;
  background-color: var(--bg-color);
}
.payment .form-control:focus,
.form-select {
  outline: none;
  box-shadow: none;
  border: 1px solid #adadad;
}
.payment .review-carts {
  position: relative;
}
.review-carts::after {
  content: "";
  position: absolute;
  top: 10%;
  left: -25%;
  width: 1px;
  height: 80%;
  background-color: #000000;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.review-carts h4 {
  font-size: var(--h6-font);
}
/* -------------------------------- End payment --------------------- */
/* -------------------------------- Start AffiliateMarketing --------------------- */

.friends .friends-info {
  background-color: var(--bg-color);
  border: 1px solid var(--head-color);
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.friends .friends-info h5 {
  font-size: var(--h5-font);
}
.Affiliate-info ul li {
  font-size: var(--h6-font);
  font-weight: bold;
  margin-bottom: 20px;
}
/* -------------------------------- End AffiliateMarketing --------------------- */
/* -------------------------------- Start Careers --------------------- */
.careers-info h5 {
  font-size: var(--h4-font);
  font-weight: 700;
}

.careers-info ul li {
  font-size: var(--h7-font);
  margin-bottom: 5px;
}
/* -------------------------------- End Careers --------------------- */

/* -------------------------------- start profile-sidebar --------------------- */

.profile-sidebar {
  position: absolute;
  content: "";
  width: 1px;
  height: 10%;
  background-color: #000000;
}

.profile-booking h5 {
  font-size: var(--h5-font);
}
.profile-booking h6 {
  font-size: var(--h7-font);
}

/* -------------------------------- End profile-sidebar --------------------- */

.Booking-Preview-session h3 {
  font-size: var(--h4-font);
}

.Booking-Preview-session h4 {
  font-size: var(--h5-font);
  font-weight: bold;
}

.Booking-Preview-session h6 {
  font-size: var(--h6-font);
}
/* -------------------------------- Start photo --------------------- */
.photo .container::after {
  content: "";
  position: absolute;
  bottom: -40px;
  width: 97%;
  background-color: var(--head-color);
  height: 1px;
}
.videos {
  margin-top: 81px;
}
.photo img,
.videos img {
  width: 100%;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}

/* -------------------------------- End photo --------------------- */
/* -------------------------------- Start news --------------------- */

.news h4 {
  font-size: var(--h4-font);
  font-weight: 700;
}

/* -------------------------------- End news --------------------- */
/* -------------------------------- Start Products --------------------- */

.products h6 {
  font-size: var(--h6-font);
}
.products p {
  font-size: var(--h7-font);
}
.product-card {
  border: 1px solid #000000;
  padding-bottom: 16px;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}
.product-card img {
  width: 100%;
  height: 100%;

  border-radius: 24px 24px 0 0;
  -webkit-border-radius: 24px 24px 0 0;
  -moz-border-radius: 24px 24px 0 0;
  -ms-border-radius: 24px 24px 0 0;
  -o-border-radius: 24px 24px 0 0;
}
/* -------------------------------- End Products --------------------- */

/* -------------------------------- Common elements --------------------- */
/* sidebar effects */
section .container {
  position: relative;
}

.sidebar-effect {
  position: relative;
}
.sidebar-effect::after {
  position: absolute;
  content: "";
  background-color: #000000;
  width: 100%;
  border-radius: 5px;
  height: 1px;
  top: 40px;
  left: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.section-title {
  margin-top: 81px;
}
.title-info h5 {
  font-size: var(--h2-font);
  font-weight: 700;
}
.title-info p {
  font-size: var(--p-big-font);
}
article {
  margin-top: 49px;
}

.About .btn-contact:hover,
.Careers .btn-contact:hover,
.Products .btn-contact:hover,
.Affiliate .btn-contact:hover,
.Friends .btn-contact:hover,
.Gallery .btn-contact:hover,
.News .btn-contact:hover,
.Terms .btn-contact:hover,
.Carts .btn-contact:hover,
.addReview .btn-contact:hover,
.Offers-details .btn-contact:hover,
.Services-details .btn-contact:hover,
.Offers .btn-contact:hover,
.Services .btn-contact:hover,
.Register .btn-contact:hover,
.Login .btn-contact:hover,
.Payment .btn-contact:hover,
.membership .btn-contact:hover,
.Reste-password .btn-contact:hover {
  background-color: var(--main-color);
  color: #000000;
  border: none;
}

.AffiliateMarketing,
.careers,
.friendsmemberships,
.payment,
.carts,
.friends,
.memberships,
.register {
  min-height: 670px;
}

.news h2,
.about h2,
.terms h2,
.memberships h2,
.offers h2,
.therapist h2,
.addReview h2 {
  font-size: var(--h2-font);
  font-weight: 700;
  margin-bottom: 16px;
}
.AffiliateMarketing h2,
.friends h2,
.careers h2,
.videos h2,
.photo h2,
.products h2 {
  font-size: var(--h2-font);
  font-weight: 700;
}
.terms h3 {
  font-size: var(--h3-font);
  font-weight: 700;
}
.AffiliateMarketing .Affiliate-info,
.news .news-info,
.careers .careers-info {
  background-color: var(--bg-color);
  border: 1px solid var(--head-color);
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.news .news-info,
.friends-info,
.careers-info,
.Affiliate-info {
  padding: 20px 23px;
}

.heading-section p {
  font-size: var(--p-big-font);
}
.forget-password {
  font-size: var(--h7-font);
  color: #ff0000;
}
.reset-image {
  padding-bottom: 70px;
  width: 75%;
  height: 75%;
}
.reset-info p {
  font-size: var(--h7-font);
}
.reset-info span {
  color: #ff0000;
}
.reset-info-security {
  padding-bottom: 32px;
}
.reset-info img {
  width: 10%;
  height: 10%;
}
.reset-pass-code {
  font-size: var(--h3-font);
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.3) !important ;
  width: 65px;
  height: 65px;
  border-radius: 10px;
  margin-left: 10px;
  margin-bottom: 48px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.booking-final-review {
  margin-top: 80px;
}
.booking-final-review h3 {
  text-transform: uppercase;
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 39px;
}
.booking-final-review h4 {
  text-transform: uppercase;
  margin: 32px 0 20px;
  font-size: 33px;
}
.booking-final-review .booking-final-info h6 {
  border-top: 1px solid black;
  padding: 16px;
  font-weight: normal;
}
.booking-final-review .booking-final-info span {
  font-weight: 600;
}
.booking-final-review .Cancellation-policy {
  margin-top: 40px;
}
.register .breadcrumb {
  margin: 0;
  padding: 0;
}
.numberOf-guest input {
  margin-top: 10px;
  width: 40px;
  height: 25px;
}
.numberOf-guest span {
  padding: 5px;
  margin-top: 0;
}
.booking-again .btn {
  border: 1px solid #000000;
  border-radius:30px ;
  padding: 3px  20px;
  -webkit-border-radius:30px ;
  -moz-border-radius:30px ;
  -ms-border-radius:30px ;
  -o-border-radius:30px ;
}
.booking-again .btn a {
  color: #000000;
}
.booking-again .btn-book-now{
  background-color: #0c0c0c;
}
.booking-again .btn-book-now a {
  color: white;
}
/* -------------------------------- Common elements --------------------- */

/* -------------------------------- Start model  Booking  --------------------- */
.modal-title {
  font-size: var(--h2-font);
  font-weight: bold;
}
.modal-content {
  padding: 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.modal-body .booking-info {
  background-color: transparent;
  color: #000000;
}
.modal-body .booking-info {
  padding-bottom: 32px;
  padding-top: 0;
  font-weight: 600;
  padding-left: 0;
}
/* -------------------------------- End model  Booking  --------------------- */

.offcanvas-body img {
  display: none;
}
/* -------------------------------- media query --------------------- */

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .offcanvas-body img {
    display: block;
  }
  .offcanvas {
    background-color: #151412;
    text-align: center;
  }
  .offcanvas .nav-item .nav-link,
  .btn-contact,
  .offcanvas-body .icon {
    margin-top: 20px;
  }
  .navbar-nav .nav-link:hover:after {
    width: 45%;
    left: 28%;
  }
  .btn-contact:hover {
    border-color: var(--main-color);
  }
  .booking-info {
    font-size: var(--h7-font);
  }
  .booking-info .btn-contact {
    margin-top: 15px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .offcanvas-body img {
    display: block;
  }
  .review-carts::after {
    left: -1225%;
  }
  .offcanvas {
    background-color: #151412;
    text-align: center;
  }
  .offcanvas .nav-item .nav-link,
  .btn-contact,
  .offcanvas-body .icon {
    margin-top: 20px;
  }
  .navbar-nav .nav-link:hover:after {
    width: 100%;
    left: 0%;
  }
  .btn-contact:hover {
    border-color: var(--main-color);
  }
  .caption h1 {
    font-size: var(--h2-font);
  }
  .booking-info li {
    padding-top: 25px;
  }
  .Affiliate-info ul li {
    font-size: var(--h7-font);
  }
  .register .use-app::after {
    right: 0px;
  }
  .register .use-app::before {
    left: 0px;
  }
}
@media screen and (max-width: 667px) and (min-width: 300px) {
  /* Start Home */

  /* navbar */
  .offcanvas-body img {
    display: block;
  }
  .offcanvas {
    background-color: #151412;
    text-align: center;
  }

  .offcanvas .nav-item .nav-link,
  .btn-contact,
  .offcanvas-body .icon {
    margin-top: 20px;
  }
  .btn-contact:hover {
    border-color: var(--main-color);
  }
  .home .btn-contact:hover {
    background-color: var(--main-color);
    color: #000000;
    border: none;
  }
  .navbar-nav .nav-link:hover:after {
    width: 100%;
    left: 0%;
  }

  /* header */
  .caption h1 {
    font-size: var(--h2-font);
  }
  .caption p {
    font-size: 13px;
    padding-right: 50px;
    text-align: start;
  }

  /* booking header */

  .booking .booking-info {
    font-size: 13px;
  }
  .booking-info {
    display: block;
    padding: 15px;
    text-align: center;
    background-color: var(--body-color);
    color: #151412;
    font-weight: 600;
  }
  .booking-info .btn-contact {
    font-size: 13px;
    margin: 0;
    background-color: transparent;
    border: 1px solid #000000;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
  }
  .booking-info .btn-contact:hover {
    background-color: #000000;
    border-color: #000000;
    color: var(--main-color);
    font-weight: 400;
  }
  .booking-info li {
    padding: 15px;
    border: 1px solid #000000;
  }
  .social-icons {
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
  }
  .section-title .title-info h5 {
    font-size: var(--h6-font);
    font-weight: bold;
  }
  .btn-view {
    padding: 5px 15px;
  }

  .section-title .title-info p,
  .btn-view {
    font-size: 11px;
  }
  .section-title .title-info .therap {
    width: 5%;
  }
  .Offers .card-info .btn-view-more,
  .Offers .card-info .btn-book-now,
  .card-info .btn-view-more,
  .card-info .btn-book-now {
    padding: 3px 23px;
    font-size: 15px;
  }
  .therapist h6 {
    font-size: var(--p-big-font);
  }
  .therapist .btn-register {
    font-size: 11px;
  }
  .membership .member-info h5 {
    font-size: var(--h7-font);
  }
  .membership .list h6 {
    font-size: var(--p-big-font-font);
    padding: 15px;
  }
  .membership .btn-register {
    font-size: 15px;
    padding: 8px 35px;
  }

  /* End Home */
  .Affiliate-info ul li {
    font-size: var(--h7-font);
  }
  .treatment-woman-image {
    width: 80px;
    height: 80px;
  }
  footer h3 {
    font-size: var(--h4-font);
  }
  footer h4 {
    font-size: var(--h5-font);
  }
  footer p {
    font-size: 12px;
  }
  footer .item ul li,
  footer .item ul a {
    font-size: 11px;
  }

  footer h4::after {
    content: "";
    position: absolute;
    width: 40%;
    height: 1px;
    bottom: -5px;
    left: 0;
    background-color: #ffffff;
  }

  .galleries {
    width: 50%;
  }
  .about .row {
    flex-direction: column-reverse;
  }
  .products h6,
  .products p {
    font-size: 18px;
  }
  .AffiliateMarketing .Affiliate-info {
    border: none;
  }
  .Affiliate-info ul li {
    text-align: center;
    font-weight: normal;
    font-size: 13px;
    padding-bottom: 15px;
    border-bottom: 1px solid #000000;
  }
  .AffiliateMarketing .Affiliate-info,
  .news .news-info {
    padding: 26px;
  }
  .AffiliateMarketing h2,
  .news h2,
  .about h2,
  .photo h2,
  .videos h2,
  .terms h2,
  .careers h2,
  .friends h2,
  .products h2,
  .memberships h2,
  .addReview h2,
  .offers h2 {
    font-size: var(--h5-font);
  }
  .terms h3 {
    font-size: var(--h6-font);
    font-weight: 700;
  }
  .careers-info h5,
  .friends-info h5 {
    font-size: var(--h7-font) !important;
  }
  .careers-info ul li {
    font-size: var(--p-big-font);
  }

  /* model */

  .modal .modal-content .modal-title {
    font-size: var(--h5-font);
  }
  .modal .modal-body .booking-info {
    font-size: 13px;
  }
  .modal .modal-body {
    padding: 0;
  }
  .modal .modal-header {
    padding: 20px 0;
  }

  .modal .btn .btn-review {
    font-size: 14px;
  }

  .modal .modal-body .booking-section .treatment-section .offers-card-info h6,
  .modal .modal-body .booking-section .therapist-section .therapist-card-info h6 {
    font-size: 12px;
  }
  .select-serviecs {
    width: 50%;
  }
  .register .heading-section h3,
  .register .heading-section h4 {
    font-size: var(--h6-font);
  }
  .register .heading-section h2 {
    font-size: var(--h5-font);
  }
  .register .use-app::after {
    width: 70px;
    right: 0px;
  }
  .register .use-app::before {
    width: 70px;
    left: 0px;
  }
  .contact-information input,
  .register input,
  .contact-information input:focus,
  .register input:focus,
  .login-info input {
    background-color: transparent;
    border: 1px solid #000000;
    box-shadow: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
  .login-info .form-label {
    display: none;
  }
  input {
    padding: 15px !important;
    margin-top: 20px !important;
  }
  input::placeholder {
    font-size: 17px;
  }

  .register .btn-review {
    width: 100%;
    padding: 15px 0 !important;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
  .reset-image {
    width: 20%;
  }
  .reset-info h2 {
    margin: 15px;
    text-align: center;
  }
  .reset-info p {
    text-align: center;
  }

  .carts h2,
  .carts h3 {
    font-size: var(--h7-font);
    font-weight: 700;
    margin-bottom: 27px;
  }
  .carts .btn-review {
    text-transform: uppercase;
    padding: 8px 35px;
    font-size: 15px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
  }

  .booking-final-review h3 {
    font-size: 19px;
  }
  .booking-final-review h4 {
    font-size: 16px;
  }
  .booking-final-review .booking-final-info h6,
  .Cancellation-policy {
    font-size: 13px;
  }
  .numberOf-guest input {
    width: 30px;
    height: 30px;
  }
  .numberOf-guest span {
    padding: 5px;
    margin-top: 10px;
  }

  .Offers .card-list .card-info h5,
  .similar-offers .section-title .title-info h5,
  .similar-Services .section-title .title-info h5,
  .Services .card-list .card-info h4 {
    font-size: var(--h7-font);
  }
  .Offers .card-list .card-info p,
  .similar-offers .card-list .card-info p,
  .similar-Services .card-list .card-info p,
  .Services .card-list .card-info p {
    font-size: var(--p-small-font);
  }
  .Offers .card-list .card-info h6,
  .similar-offers .card-list .card-info h6,
  .similar-Services .card-list .card-info h6,
  .Services .card-list .card-info h6 {
    font-size: 16px;
    font-weight: bold;
  }

  .breadcrumb .breadcrumb-item a {
    font-size: var(--p-small-font) !important;
  }

  .offers-details h2,
  .offers-details h3,
  .similar-offers h5,
  .services-details h2 {
    font-size: var(--h7-font);
    font-weight: 700;
  }
  .offers-details h6,
  .services-details h6 {
    font-size: 16px;
    font-weight: 700;
  }
  .services-details p,
  .offers-details p {
    font-size: 13px;
  }
  .payment h3 {
    font-size: var(--h6-font);
  }
  .payment h4 {
    font-size: 16px;
  }
  .payment .form-label {
    font-size: 16px;
    padding-bottom: 0px;
    margin-bottom: 0;
  }
  .review-carts h3 {
    font-size: var(--h7-font);
  }
  .review-carts h4 {
    font-size: var(--h7-font);
  }
  .review-carts .membership-card .member-info h5 {
    font-size: var(--h7-font);
  }
  .review-carts .membership-card .list h6 {
    font-size: 16px;
  }
  .review-carts .btn-review {
    font-size: 19px;
    font-weight: bold;
  }
  .profile-login {
    display: flex;
    justify-content: space-between;
  }

  .profile-login .profile-login-info {
    font-size: 16px;
    text-align: center;
  }
}
