@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: 380px;
  position: relative;
}

@media (max-width: 500px) {
  #tranding .tranding-slider {
    height: 380px;
  }
}

.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;
    object-fit: cover;
  }
}

.swiper-slide {
  filter: blur(5px);
  -webkit-filter: blur(5px);
}
.swiper-slide-active {
  filter: blur(0px);
  -webkit-filter: blur(0px);
}

.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.388rem;
  --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: #1f2025;
  --bg-color: #fffbfa;
  --main-color: #ff882e;
  --head-color: #151412;
  --footer-color: #212227;
}
body {
  /*background-color: var(--body-color);*/
  background: linear-gradient(to left, #000000, #1f2025,#000000); /* You can adjust the colors as needed */
  background-attachment: fixed; /* Optional: Fixed background */
  background-size: cover; /* Optional: Cover the entire viewport */
  background-repeat: no-repeat; /* Optional: Prevent repeating */
}

@-webkit-keyframes AnimateBG {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes AnimateBG {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/* -------------------------------- Start breadcrumb navbar --------------------- */

.breadcrumb .breadcrumb-item {
  font-weight: 500;
  font-size: var(--p-big-font) !important;
}
.breadcrumb {
  margin-top: 56px;
  margin-bottom: 13px;
}

/* -------------------------------- End breadcrumb navbar --------------------- */

/* -------------------------------- Start navbar --------------------- */
.navbar img {
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 700px){
  .navbar img {
    width: 50px;
    height: 50px;
  }
}

.navbar-nav .nav-link {
  position: relative;
  font-size: var(--h7-font);
  color: var(--main-color);
  font-weight: 400;
  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(--h7-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:hover:after {
  width: 0;
}
.home .social-icons .nav-item .nav-link {
  color: var(--main-color);
  font-size: var(--h5-font);
  padding-left: 0;
  margin-left: 0;
}
.social-icons .nav-item .nav-link {
  color: var(--main-color);
  font-size: var(--h5-font);
  padding-left: 15px;
  margin-left: 0;
}

.navbar .navbar-toggler {
  color: #f1e9e5;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}

.bg-price {
  background-image: url(../img/label-price.webp);
  background-repeat: no-repeat;
  background-size: contain;
  height: 72px;
}

/* -------------------------------- End navbar --------------------- */

/* -------------------------------- Start header ---------------------  */
.image-flower {
  position: absolute;
  width: 200px;
  height: 200px;
  bottom: 70;
  left: -20px;
}
.image-flower-right {
  position: absolute;
  width: 200px;
  height: 200px;
  bottom: 10px;
  right: 10px;
}
.image-flower-right-trend {
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0.9;
}
.image-flower-right-home {
  position: absolute;
  bottom: 240px;
  right: 100px;
}
.image-flower-right-home2 {
  position: absolute;
  bottom: -20px;
  left: 100px;
}
header {
  /*background-image: url("../../11.jpg");
  background-size: cover;
  background-repeat: no-repeat;*/
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /*height: 82vh;*/
}
header .layer {
  /*height: 100%;*/
  width: 100%;
  position: fixed;
  background: linear-gradient(to left, #000000, #1f2025,#000000);
  background-attachment: fixed; /* Optional: Fixed background */
  background-size: cover; /* Optional: Cover the entire viewport */
  background-repeat: no-repeat; /* Optional: Prevent repeating */
;
  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;
  font-style: italic;
  font-weight: 400;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
}
.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: #ff882e !important;
  opacity: 0.9;
  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 0.7s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
}
.owl-next {
  right: -35px;
}
.owl-prev {
  left: -20px;
}
.owl-next:hover,
.owl-prev:hover {
  background-color: #fafafa;
  opacity: 1;
}
.owl-next:hover i,
.owl-prev:hover i {
  color: #000000;
}
.memberr .owl-carousel .owl-stage-outer {
  min-height: 500px !important;
}
/* -------------------------------- End owl-carsuol --------------------- */
/* -------------------------------- Start servicess --------------------- */
.tranding-slide .tranding-slide-img img {
  width: 80%;
  max-height: 300px;
  object-fit: cover;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.25);
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.similar-Services .card-list img,
.Services .card-list img,
.Offers .card-list img {
  width: 100%;
  height: 100%;
}

.Services h6 {
  font-size: var(--h7-font);
}
/* -------------------------------- End Services --------------------- */
/* -------------------------------- Start offers --------------------- */

.btn-view {
  background-color: #ff882e;
  border: 1px solid black;
  color: black;
  padding: 5px 23px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  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,
.offers .card-list .card-info h4,
.Services .card-list .card-info h4,
.similar-offers .card-list .card-info h4,
.similar-Services .card-list .card-info h4,
.services .card-list .card-info h4 {
  font-weight: 600;
  font-size: var(--h7-font);
  color: var(--main-color);
  font-family: initial;
}
.similar-offers .section-title .title-info,
.similar-Services .section-title .title-info,
.similar-offers .offers-info h6,
.similar-Services .offers-info h6 {
  font-size: var(--p-big-font);
  font-family: initial;
}
.Offers .card-list .card-info a,
.offers .card-list .card-info a,
.Services .card-list .card-info a,
.similar-offers .card-list .card-info a,
.similar-Services .card-list .card-info a,
.services .card-list .card-info a {
  text-decoration: none;
}
.services .card-list .card-info,
.similar-offers .card-list .card-info,
.similar-Services .card-list .card-info,
.offers .card-list .card-info {
  padding: 10px;
  
}

.services .card-list .card-info a,
.offers .card-list .card-info a {
  color: var(--main-color);
}
.Offers .card-list .card-info h6,
.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,
.services .card-list .card-info h6 {
  font-size: var(--h7-font);
  font-weight: normal;
  font-family: initial;
}

.card-info .btn-view-more,
.card-info .btn-book-now {
  margin-bottom: 10px;
  font-size: 16px;
  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;
}
.Services .card-info .btn-book-now,
.Offers .card-info .btn-book-now {
  padding: 2px 25px;
}
.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);
}
.Services .card-info .btn-book-now,
.services .card-info .btn-book-now,
.similar-offers .card-list .card-info .btn-book-now,
.similar-Services .card-list .card-info .btn-book-now,
.offers .card-info .btn-book-now {
  padding: 1px 25px;
  padding-bottom: 4px;
}
.services .card-list img,
.services .card-list img {
  object-fit: cover;
}
.offers-details h3,
.services-details h3 {
  font-family: initial;
}
/* -------------------------------- End offers --------------------- */

/* -------------------------------- Start therapist --------------------- */
.therapist h6 {
  font-size: var(--h5-font);
}

.therapist .card-list img {
  width: 100%;
  /*max-height: 200px;*/
  object-fit: cover;
  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;
}
.therapist .btn-review {
  padding: 0.35em 1.8em;
  font-size: 15px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}
/* -------------------------------- End therapist --------------------- */

/* -------------------------------- Start membership --------------------- */
.membership-card {
  background-color: #212227;
  border: 1px solid #ff882e;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.membership .member-info h4 {
  font-size: var(--h4-font);
  font-weight: 600;
  margin: 20px 0;
  font-family: "sans-serif";
  color: #ff882e;
}
.membership .member-info h5 {
  font-size: var(--h4-font);
  font-weight: 600;
  font-family: initial;
  color: #ff882e;
}
.list p {
  color: #ff882e;
  font-weight: 400;
  border: 1px solid #ff882e;
  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 {
  padding: 12px;
  font-weight: 500;
}
.btn-review {
  text-decoration: none;
  padding: 0.4em 1.8em;
  border: 1px solid var(--main-color);
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background-color: var(--body-color);
  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: var(--body-color);
  opacity: 1;
  color: var(--main-color);
}
.btn-register a {
  color: var(--main-color);
}
.btn-register {
  padding: 10px 65px;
  border: 1px solid var(--head-color);
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background-color: black;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  transition: 0.3s;
  font-weight: 500;
  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: 600;
}
.btn-register:hover {
  background-color: white !important;
}

/* -------------------------------- End membership --------------------- */
/* -------------------------------- Start testmonials --------------------- */
.testmonials .info {
  border: 1px solid rgb(192, 192, 192);
  border-radius: 30px;
  background-color: #ffffffe9;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.testmonials .info i {
  color: #ff843c !important;
}

.section-title .title-info {
  font-family: initial;
}
/* -------------------------------- End testmonials --------------------- */

/* -------------------------------- Start register --------------------- */

.regsiter-box {
  box-shadow: rgb(54 54 54 / 45%) 0px 25px 20px -20px;
  background-color: #fffffff3;
  border: 1px solid rgb(198, 198, 198);
  border-radius: 30px;
}
.register .heading-section {
  margin-top: 51px;
}
.register h3 {
  font-weight: 400;
}
.register h2 {
  font-size: var(--h3-font);
  font-weight: 600;
  font-family: initial;
}
.register h4 {
  font-size: var(--h6-font);
  margin-bottom: 26px;
  font-weight: 500;
}
.register .form-label {
  font-size: var(--h7-font) !important;
  font-weight: 500;
  font-family: initial;
}
.register a {
  text-decoration: none;
  color: #ff0000;
}

.register .btn-review {
  padding: 6px 40px;
  color: var(--main-color);
}

.register .btn-review a {
  color: var(--main-color);
}
/* -------------------------------- End register --------------------- */
/* -------------------------------- Start offers-details --------------------- */
.offers-details h2,
.Services-details h2 {
  font-size: var(--h5-font);
  font-weight: 500;
}
.offers-details h3,
.Services-details h3 {
  font-size: var(--h6-font);
  font-weight: 400;
}
.offers-info h6,
.Services-details h2 {
  font-size: var(--h5-font);
}
.offers-details .offers-info p {
  margin-left: 0;
}
.similar-offers .section-title,
.similar-Services .section-title {
  margin-bottom: 0;
}
/* -------------------------------- End offers-details --------------------- */

/* -------------------------------- Start Footer --------------------- */
footer {
  margin-top: 82px !important;
}
.copy-rights {
  text-align: end;
}
footer h3 {
  font-size: var(--h4-font);
}
footer h4 {
  position: relative;
}
footer h4::after {
  content: "";
  position: absolute;
  width: 80%;
  height: 1px;
  bottom: -5px;
  left: 0;
  background-color: #ffffff;
}

footer .item a {
  text-decoration: none;
  color: white;
  text-transform: uppercase;
}

/* -------------------------------- 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;
}
.about-info p {
  color: #000000;
}
/* -------------------------------- 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 {
  padding: 40px 10px;
  box-shadow: rgb(145 145 145 / 45%) 0px 25px 20px -20px;
  background-color: #ffffffe9;
  border: 1px solid rgb(212 212 212);
  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(--h6-font);
}
.Affiliate-info ul li {
  font-size: var(--h6-font);
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000000;
}
.friends .friends-info .affliate-price {
  font-weight: 700;
  font-family: initial;
  color: var(--main-color);
  font-size: var(--h6-font);
}
.affliate-price {
  color: var(--main-color);
}
.AffiliateMarketing .Affiliate-info .affliate-price {
  font-weight: 700;
  font-family: initial;
  color: var(--main-color);
  font-size: var(--h5-font);
}
.AffiliateMarketing .Affiliate-info .btn-review {
  padding: 0.7em 3.9em;
  border: 1px solid var(--head-color);
  font-size: 18px;
}
/* -------------------------------- End AffiliateMarketing --------------------- */
/* -------------------------------- Start Careers --------------------- */

.careers-info h5 {
  font-size: var(--h6-font);
  padding-bottom: 15px;
  color: var(--main-color);
  font-weight: 600;
}

.careers-info ul li {
  font-size: var(--p-small-font);
  margin-bottom: 5px;
  font-weight: normal;
}
/* -------------------------------- 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 --------------------- */

.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,
.careers,
.gallery,
#Memberships {
  /*min-height: 640px;*/
}
.new .news-info {
  z-index: 1232123;
}
.news h2 {
  font-family: initial;
}
.news h4 {
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: capitalize;
  font-size: var(--h6-font);
  font-weight: 700;
}
.news a {
  text-decoration: none;
  color: #151412;
  text-transform: capitalize;
}
.news .row img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.news .news-info {
  background-color: #fffdfde9;
  box-shadow:
    var(--main-color) 0px 6px 12px -2px,
    var(--main-color) 0px 3px 7px -3px;
}
.news .img-details {
  width: 100% !important;
  height: 450px !important;
  object-fit: cover !important;
}
/* -------------------------------- End news --------------------- */
/* -------------------------------- Start Products --------------------- */

.products h6 {
  font-size: 20px;
}
.products p {
  font-size: var(--h7-font);
  font-family: initial;
}
.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: 250px;
  object-fit: cover;
  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;
}
.products .btn-review {
  text-decoration: none;
  padding: 0.5em 1.9em;
  border: none;
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background-color: #242424;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  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;
}
/* -------------------------------- End Products --------------------- */

/* -------------------------------- Common elements --------------------- */
/* sidebar effects */
.bg-black {
  background-color: #141414 !important;
}
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;
}
.or-spacer {
  margin-top: 70px;
  margin-left: 70px;
  width: 900px;
  position: relative;
}

.or-spacer .mask {
  overflow: hidden;
  height: 20px;
}

.or-spacer .mask:after {
  content: '';
  display: block;
  margin: -25px auto 0;
  width: 100%;
  height: 25px;
  border-radius: 125px / 12px;
  box-shadow: 0 0 8px var(--main-color);
}

.or-spacer span {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 100%;
  margin-bottom: -25px;
  left: 50%;
  margin-left: -25px;
  border-radius: 100%;
  box-shadow: 0 2px 4px var(--main-color);
  background: var(--body-color);
}

.or-spacer span img {
  width: 100%; /* Make the image fill the circle */
  height: 100%;
  border-radius: 100%; /* Keep the image circular */
}

.or-spacer span i {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  border-radius: 100%;
  border: 1px dashed var(--main-color);
  text-align: center;
  line-height: 40px;
  font-style: normal;
  color: var(--main-color);
}

@media screen and (max-width: 700px) {
  .or-spacer {
    width: 400px;
  }
}

.or-spacer-vertical .mask {
  overflow: hidden;
  width: 20px;
  height: 200px;
}

.or-spacer-vertical.left .mask:after {
  content: '';
  display: block;
  margin-left: -20px;
  width: 20px;
  height: 100%;
  border-radius: 12px / 125px;
  box-shadow: 0 0 8px var(--main-color);
}

.or-spacer-vertical.right .mask:before {
  content: '';
  display: block;
  margin-left: 20px;
  width: 20px;
  height: 100%;
  border-radius: 12px / 125px;
  box-shadow: 0 0 8px var(--main-color);
}
.section-title {
  margin-top: 30px;
  margin-bottom: 35px;
}
.title-info h5 {
  font-size: var(--h4-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,
.friendsmemberships,
.payment,
.carts,
.friends,
.memberships,
.register {
  min-height: 670px;
}

.news h2 {
  font-size: var(--h3-font);
  font-weight: 600;
}
.about h2,
.terms h2,
.memberr h2,
.offers h2,
.services h2,
.therapist h2,
.addReview h2 {
  font-size: var(--h3-font);
  font-weight: 600;
  margin-bottom: 16px;
  font-family: initial;
}
.AffiliateMarketing h2,
.friends h2,
.careers h2,
.videos h2,
.photo h2,
.products h2 {
  font-size: var(--h3-font);
  font-weight: 600;
  font-family: initial;
}
.terms h3 {
  font-size: var(--h4-font);
  font-weight: 600;
}
.AffiliateMarketing .Affiliate-info,
.careers .careers-info {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background-color: #ffffffe9;
  border: 1px solid rgb(177, 177, 177);
  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;
}
.services .card-list .card-info a {
  text-decoration: none;
}
/* -------------------------------- 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;
}
.services .isotop-buttons h6 {
  font-weight: 500;
}

.services .btn-iso:focus {
  box-shadow: none;
  border: none;
}
.services .btn-iso:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.active {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  font-weight: 700;
}
.services .btn-iso {
  background-color: transparent;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.Booking {
  min-height: 690px;
  display: flex;
  align-items: center;
}

.Booking h2 {
  font-size: var(--h3-font);
  font-weight: 600;
  font-family: initial;
}
.Booking .row-box h5,
.Booking .row-box h4
{
  font-family: initial;
  font-weight: 500;
  font-size: 24px;
}
.Booking .row-box p{
  font-weight: bold;
  font-family: initial;
}

.Booking .form-control {
  box-shadow: rgba(93, 93, 93, 0.24) 0px 3px 8px;
  padding: 0.845rem 0.75rem;
}
.Booking .form-label {
  color: #71140b;
  font-family: initial;
}
.Booking .form-control:focus {
  border: 1px solid #707070;
  box-shadow: rgba(93, 93, 93, 0.24) 0px 3px 8px;
}

.quantity {
  display: flex;
  align-items: center;
}

.quantity-input {
  width: 50px;
  height: 35px;
  text-align: center;
  border: 1px solid #adadad;
}
button {
  background-color: #363636;
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 3px 13px;
  font-size: 18px;
  margin: 5px;
}

button:hover {
  background-color: #000000;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media screen and (max-width: 990px) and (min-width: 668px) {
  .time {
    width: 33%;
  }
}
@media screen and (max-width: 667px) and (min-width: 300px) {
  .time {
    width: 33%;
  }
}

.calendar {
  border-radius: 20px;
  padding: 5px;
  position: relative;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.light .calendar {
  box-shadow: var(--shadow);
}

.calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 21px;
  font-weight: 600;
  padding: 5px;
}

.calendar-body {
  padding: 5px;
}

.calendar-week-day {
  background-color: #eaeaea;
  height: 50px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  font-weight: 600;
  border-radius: 10px;
  font-size: 14px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.calendar-week-day div {
  display: grid;
  place-items: center;
  color: #802822;
}

.calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.calendar-days div {
  width: 52px;
  height: 52px;
 margin-top: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
  transition: color 0.4s;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -ms-transition: color 0.4s;
  -o-transition: color 0.4s;
}

.calendar-days div:hover,
.calendar-days div.curr-date,
.calendar-days div.curr-date:hover {
  background-color: #751b14;
  color: white;
  border-radius: 50%;
}
.calendar-hover {
  background-color: #751b14;
  color: white;
  border-radius: 50%;
}

.calendar-days div.curr-date span {
  display: none;
}

.month-picker {
  padding: 5px 10px;
  border-radius: 10px;
  cursor: pointer;
}

.month-picker:hover {
  background-color: #edf0f5;
}

.year-picker {
  display: flex;
  align-items: center;
  font-size: 17px;
}

.year-change {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.year-change:hover {
  background-color: #edf0f5;
}

.calendar-footer {
  padding: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.dark-mode-switch {
  position: relative;
  width: 48px;
  height: 25px;
  border-radius: 14px;
  background-color: var(--bg-second);
  cursor: pointer;
}

.dark-mode-switch-ident {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background-color: var(--bg-main);
  position: absolute;
  top: 2px;
  left: 2px;
  transition: left 0.2s ease-in-out;
}

.dark .dark-mode-switch .dark-mode-switch-ident {
  top: 2px;
  left: calc(2px + 50%);
}

.month-list {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--bg-main);
  padding: 20px;
  grid-template-columns: repeat(3, auto);
  gap: 5px;
  display: grid;
  transform: scale(1.5);
  visibility: hidden;
  pointer-events: none;
}

.month-list.show {
  transform: scale(1);
  background-color: #f7fcff;
  visibility: visible;
  pointer-events: visible;
  transition: all 0.2s ease-in-out;
}

.month-list > div {
  display: grid;
  place-items: center;
}

.month-list > div > div {
  width: 100%;
  padding: 5px 20px;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  color: var(--color-txt);
}

.month-list > div > div:hover {
  background-color: var(--color-hover);
}

@keyframes to-top {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.time-content {
  box-shadow: var(--main-color) 0px 5px 15px;
  margin-bottom: 10px;
  padding: 0 15px;
  border: 1px solid var(--main-color);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.step-app {
  padding: 0;
  width: 100% !important;
  border-radius: 20px;
  box-shadow: var(--main-color) 0px 5px 15px;
}

.time-step {
  padding: 0px 20px 0px 5px;
}
@media screen and (max-width: 1199px) and (min-width: 992px){
  .step-app {

    width: 100% !important;
  
  }
}

@media screen and (max-width: 992px) and (min-width: 668px) {
  .time-step {
    padding: 0px 55px;
  }
  .step-app {

    width: 100% !important;
  
  }

}
@media screen and (max-width: 667px) and (min-width: 300px) {
  .step-app {
    width: 100% !important;
  }

  .time-step {
    padding: 0px 25px;
  }
}
.step-app > .step-content > .step-tab-panel.active,
.step-app > .step-footer {
  background-color: transparent;
}
.step-app > .step-footer {
  border-top: 0 !important ;
}

.step-app > .step-content {
  border: 0;
  padding: 0;
}
.step-app > .step-content h5 {
  font-family: initial;
  font-size: 2rem;
}
.step-app > .step-footer > .step-btn {
  color: white;
  padding: 6px 24px;
  border-radius: 5px;
  background-color: #393939;
}
.step-app > .step-footer > .step-btn:hover {
  background-color: #000;
}
.step-app > .step-steps > li.active {
  background: #000;
}
.step-app > .step-steps > li {
  font-size: 17px;
  background: #751b14;
  color: white;
}
.step-app > .step-steps > li:hover {
  background: #69150f;
}
.step-app > .step-steps > li.done {
  background: rgb(29, 161, 29);
}
.step-app > .step-content,
.step-app > .step-content > .step-tab-panel.active {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
  width: 91%;
  border-bottom: 0 !important;
  margin: auto;
  border-bottom: 0 !important ;

}
.form-control:focus {
  border: 1px solid #000 !important;
}
.Booking .form-control-inp {
  margin-bottom: 5px !important;
}
.time-content {
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin-bottom: 10px;
  padding: 0 15px;
  border: 1px solid rgb(182, 182, 182);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.time-content .time-info input {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 11;
  top: 1%;
  opacity: 0;
  left: 1%;
}

.time-info {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 10px;
  font-size: 13px;
  position: relative;
  font-weight: 400;
  background-color: white;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  cursor: pointer;
}
.time-info-s {
  background-color: #751b14;
  color: white;
}
#date-text {
  color: white;
  background-color: var(--main-color);
  padding: 2px 15px;
  border-radius: 5px;
}
/*  */
/* -------------------------------- 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;
  }
  header {
    height: 70vh;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .step-app > .step-content,
  .step-app > .step-content > .step-tab-panel.active {
    margin-top: 93px !important;
    margin-bottom: 93px !important;
  }
  .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);
  }
  header {
    height: 60vh;
  }
  .caption h1 {
    font-size: 3.986rem;
  }
  .booking-info li {
    padding-top: 25px;
  }
  .Affiliate-info ul li {
    font-size: var(--h7-font);
  }
  .AffiliateMarketing .Affiliate-info .affliate-price {
    font-size: var(--h7-font);
  }
  .register .use-app::after {
    right: 0px;
  }
  .register .use-app::before {
    left: 0px;
  }
  .news h4 {
    font-size: var(--h7-font);
  }
 

  .Booking h5 {
    font-size: var(--h7-font);
  }
  .Booking h4 {
    font-size: var(--h7-font);
  }
}
@media screen and (max-width: 767px) and (min-width: 668px) {
  .step-app > .step-content,
  .step-app > .step-content > .step-tab-panel.active {
    margin-top: 93px !important;
    margin-bottom: 93px !important;
  }
  .offcanvas {
    background-color: #151412 !important;
  }
  .offcanvas .nav-item .nav-link,
  .btn-contact,
  .offcanvas-body .icon {
    margin-top: 20px;
  }
  .caption h1 {
    font-size: 3.8rem !important;
  }
  .caption p {
    font-size: 13px;
    padding-right: 50px;
    text-align: start;
  }
  header {
    height: 45vh;
  }
  .therapist .card-list img {
    max-height: 100%;
  }
  .Affiliate-info ul li {
    font-size: var(--h7-font);
  }
  .AffiliateMarketing .Affiliate-info .affliate-price {
    font-size: var(--h7-font);
  }
  .news h4 {
    font-size: var(--h7-font);
  }

  .Booking h5 {
    font-size: var(--h7-font);
  }
  .Booking h4 {
    font-size: var(--h7-font);
  }
}

@media screen and (max-width: 667px) and (min-width: 270px) {

  .step-app > .step-content,
  .step-app > .step-content > .step-tab-panel.active {
    margin-top: 93px !important;
    margin-bottom: 93px !important;
  }

  /* 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: 3.1rem !important;
  }
  .caption p {
    font-size: 11px;
    padding-right: 50px;
    text-align: start;
  }
  header {
    /*height: 38vh;*/
  }

  /* 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;
  }
  .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 20px;
    padding-bottom: 6px;
  }
  .Offers .card-list .card-info h5,
  .offers .card-list .card-info h4,
  .Services .card-list .card-info h4,
  .similar-offers .card-list .card-info h4,
  .similar-Services .card-list .card-info h4,
  .services .card-list .card-info h4 {
    font-size: var(--p-big-font) !important;
  }

  .section-title .title-info p,
  .btn-view {
    font-size: 12px;
  }
  .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 30px;
    font-size: 16px;
  }
  .offers-details h2,
  .Services-details h2 {
    font-size: var(--h7-font);
  }
  .offers-details .offers-info .btn-review,
  .Services-details .offers-info .btn-review {
    font-size: 14px;
  }
  .therapist h6 {
    font-size: var(--p-big-font);
  }
  .therapist .btn-register {
    font-size: 12px;
  }
  .membership .member-info h5,
  .membership .member-info h4 {
    font-size: var(--h5-font);
  }
  .membership .list h6 {
    font-size: var(--p-big-font);
    padding: 15px;
  }
  .membership .btn-register {
    font-size: 15px;
    padding: 8px 35px;
  }
  .news h4 {
    font-size: var(--h7-font);
  }
  /* End Home */
  .Affiliate-info ul li {
    font-size: var(--h7-font);
  }
  .AffiliateMarketing .Affiliate-info .affliate-price {
    font-size: var(--h7-font);
  }
  .treatment-woman-image {
    width: 80px;
    height: 80px;
  }
  footer p {
    font-size: 12px;
  }
  footer .item ul li,
  footer .item ul a {
    font-size: 12px;
  }
  footer .info a {
    font-size: 12px;
  }

  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: 500;
    font-size: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #000000;
  }
  .AffiliateMarketing .Affiliate-info .affliate-price {
    font-size: 16px;
  }
  .AffiliateMarketing .Affiliate-info,
  .news .news-info {
    padding: 26px;
  }
  .AffiliateMarketing .Affiliate-info .btn-review {
    padding: 0.4em 1.9em;
    border: 1px solid var(--head-color);
    font-size: 15px;
  }
  .AffiliateMarketing h2,
  .news h2,
  .about h2,
  .photo h2,
  .videos h2,
  .terms h2,
  .careers h2,
  .friends h2,
  .products h2,
  .memberships h2,
  .addReview h2,
  .offers h2,
  .memberr h2,
  .offers h2,
  .services h2,
  .therapist h2 {
    font-size: var(--h5-font);
  }

  .news h4 {
    font-size: var(--h7-font);
  }
  .terms h3 {
    font-size: var(--h6-font);
    font-weight: 700;
  }
  .friends .friends-info h5 {
    font-size: var(--p-small-font);
  }
  .friends .friends-info .affliate-price {
    font-size: var(--h7-font);
  }
  .friends .friends-info .btn-review {
    font-size: 14px;
  }
  /* model */
  .news .img-details {
    width: 100%;
    height: 100% !important;
  }
  .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;
  }
  .similar-offers .section-title .title-info h5,
  .similar-Services .section-title .title-info h5 {
    font-size: var(--h6-font);
  }
  .Offers .card-list .card-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 h3,
  .services-details h3 .offers-details h2,
  .similar-offers h5,
  .services-details h2 {
    font-size: var(--h7-font);
    font-weight: 700;
  }
  .offers-details h6,
  .services-details h6 {
    font-size: var(--h7-font);
    font-weight: 700;
  }
  .services-details .offers-info p,
  .offers-details .offers-info p {
    font-size: 11px;
    font-weight: normal;
  }

  .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;
  }
  .profile-booking h5 {
    font-size: var(--h7-font);
    font-weight: 500;
  }
  .profile-booking p {
    font-size: var(--p-big-font);
  }
  .register .profile-booking .btn-review {
    width: 200px;
    font-size: 14px;
    padding: 10px !important;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
  }
  .register .profile-booking img {
    width: 50%;
  }

  .testmonials .section-title .title-info {
    font-size: var(--h6-font);
  }

  .services .isotop-buttons {
    width: 25% !important;
  }

  .services .isotop-buttons h6 {
    font-size: 13px;
    font-weight: 400;
  }
  .services .isotop-buttons img {
    width: 40px;
  }
  .linke {
    width: 50% !important;
  }
  .therapist .card-list img {
    max-height: 100%;
  }
  .Offers .section-title {
    margin-top: 20px;
  }
  .Booking h5 {
    font-size: var(--h7-font);
  }
  .Booking h4 {
    font-size: var(--h7-font);
  }
  .calendar-days div {
    width: 45px;
    height: 45px;
  }
  .step-app > .step-content h5{
    font-size: 1.5rem;
  }
  .adults{
    font-size: 1rem !important;
  }
}

.MsoNormal {
  margin-left: 0 !important;
  color: black !important;
}

/* -------------------------------- Start photo --------------------- */
/* -------------------------------- Start photo --------------------- */

.photo::after {
  content: "";
  /*position: absolute;*//*
  bottom: -80px;*/
  width: 100%;
  background-color: var(--head-color);
  height: 1px;
}
.videos {
  margin-top: 81px;
}
.photo img,
.videos img {
  cursor: pointer;
  width: 100%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  filter: grayscale(0.4);
  transition: 0.6s;
  -webkit-filter: grayscale(0.5);
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  overflow: hidden;
}
.owl-gallery {
  /*min-height: 400px;*/
}
.photo img:hover,
.videos img:hover {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.image-photo {
  width: 150px !important ;
}
/* -------------------------------- End photo --------------------- */

.tabs {
  display: flex;
  flex-wrap: wrap;
  background: #eeeeee;
  padding: 0;
  box-shadow: 0 48px 80px -32px rgba(75, 75, 75, 0.3);
}
.input {
  position: absolute;
  opacity: 0;
}
.label {
  text-align: center;
  width: 100%;
  margin: auto;
  padding: 20px 30px;
  background: #eeeeee;
  cursor: pointer;
  font-weight: 500;
  font-size: 19px;
  color: #000000;
  transition: color 0.1s;
  -webkit-transition: color 0.1s;
  -moz-transition: color 0.1s;
  -ms-transition: color 0.1s;
  -o-transition: color 0.1s;
}
.label:hover {
  color: #751b14;
}
.label:active {
  color: #751b14;
}
.input:focus + .label {
  z-index: 1;
}
.input:checked + .label {
  color: #751b14;
  box-shadow: rgba(128, 127, 127, 0.45) 0px 25px 20px -20px;
}
.panel {
  width: 100%;
}
@media (min-width: 600px) {
  .label {
    width: auto;
  }
}
.panel {
  display: none;
  padding: 20px 30px 30px;
  background: #fff;
}
@media (min-width: 600px) {
  .panel {
    order: 99;
  }
}
.input:checked + .label + .panel {
  display: block;
}
