* {
  padding: 0;
  margin: 0;

  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

/*////////// NAVIGATION //////////*/
header {
  position: sticky;
  top: 0;
  z-index: 100;
}

nav {
  background: white;
  height: 100px;
  width: 100%;
}
label.logo {
  color: #6f6f6f;
  font-size: 2em;
  line-height: 80px;
  margin-left: 100px;
  font-family: "Bodoni Moda", serif;
  cursor: grab;
}

nav ul {
  float: right;
  margin-right: 100px;
  white-space: nowrap;
  overflow: hidden;
}
nav ul li {
  display: inline-block;
  line-height: 80px;
  margin: 0 5px;
  white-space: nowrap;
}
nav ul li a {
  color: #6f6f6f;
  font-size: 15px;
  padding: 7px 13px;
  border-radius: 3px;
  font-family: "Jost", sans-serif;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: 2px;
  transition: color 0.4s ease;
  margin-left: 56px;

}

header a.active {
  color: #bfa5a3;
}

a:hover {
  background: none;
  color: #bfa5a3;
}
.checkbtn {
  font-size: 30px;
  color: #6f6f6f;
  float: right;
  line-height: 80px;
  margin-right: 40px;
  cursor: pointer;
  display: none;
}
#check {
  display: none;
}
/*////////// HERO SECTION //////////*/

.hero-content {
  width: 100%;
  height: 90vh;
  background-image: url("https://static.wixstatic.com/media/8ab8e0_187fe88e337c4aef973d56b463dcbc02~mv2.png");
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-position: center;
}
.centered {
  position: relative;
  padding: 16px;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.title {
  font-family: "Bodoni Moda", serif;
  font-size: 3em;
  color: #2B2C2B;
}

.subtitle {
  font-family: "Jost", sans-serif;
  font-size: 1.2em;
  color: #4a4b49;
  padding-bottom: 24px;
}

a.cta-button {
  padding: 20px;
  background-color: #bfa5a3;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
  border: none;
  color: whitesmoke;
  transition: background-color 0.3s ease, color 0.3s ease;
  text-transform: uppercase;
  text-decoration: none;
}

.cta-button:hover {
  background-color: #d8c4c8; /* Change to green color of your choice */
  color: white; /* Change to the desired text color for the button */
}

/*////////// OVERVIEW //////////*/
.overview {
  margin-left: 100px;
  margin-right: 100px;
  margin-top: 120px;
  border: none !important;
  height: 90vh;
}

.artist-card img {
  border-radius: 0px !important;
}

.attention-title {
  margin-left: 100px;
}

.card-title {
  font-family: "Bodoni Moda", serif;
  font-size: 2.2em;
  color: #4a4b49;
  margin-bottom: 48px;
}

.card-text {
  font-family: "Jost", sans-serif;
  font-size: 1.2em;
  color: #4a4b49;
  margin-top: 0;
  font-weight: 300;
  margin-bottom: 24px;
}

a.link-button {
  color: #a18e92;
  font-family: "Jost", sans-serif;
  letter-spacing: 2px;
  background: none;
  border: none;
  text-decoration: underline;
  margin-top: 32px;
  display: inline-block;
  transition: color 0.3s ease;
  text-transform: uppercase;
}

.link-button:hover {
  color: #c7ada7;
}

/* ////////// BENEFITS ////////// */

.heading {
  margin-bottom: 56px;
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 1.2em;
  letter-spacing: 2px;
  margin-top: 120px;
}

.benefits-section {
  margin-left: 100px;
  margin-right: 100px;
}

.middle-card {
  padding-bottom: 16px;
}

.bcard {
  background-color: #efe9e3 !important;
  border: none !important;
  border-radius: 0px !important;
  padding: 48px 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.bcard .card-body {
  padding: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}

.bcard .card-text.flex-grow-1 {
  flex: 1;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.small-card-text {
  font-size: 1.7em;
  color: #4a4b49 !important;
  font-weight: 100;
  margin-bottom: 20px;
}

.card-icon {
  fill: #454b47;
  margin-bottom: 20px;
  display: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

.bcard svg.card-icon {
  display: none !important;
  margin: 0 auto 20px auto !important;
}



/* ////////// TESTOMONIALS ////////// */

.testimonials-container {
  height: 90vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  margin-top: 0px;
}

.testimonial {
  position: relative;
  width: 100%;
  max-width: 1200px;
  padding: 50px 0;
  overflow: hidden;
}

.testimonial .slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 30px;
  height: 100%;
  width: 100%;
}
.slide .quote-icon {
  font-size: 56px;
  color: #efe9e3;
  position: sticky;
  margin-top: 8px !important;
}
.slide .details {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 100px;
  margin-right: 100px;
}
.details .name {
  font-size: 1.3em;
  font-weight: 100;
  color: #4a4b49;
  margin-top: 72px;
  margin-left: 100px;
  margin-right: 100px;
  font-family: "Bodoni Moda", serif;
  margin-bottom: 32px !important;
  text-align: center;
}
.details .job {
  font-size: 1em;
  font-weight: 400;
  color: #4a4b49;
  font-family: "Jost", sans-serif;
  letter-spacing: 2px;
}
/* swiper button css */
.nav-btn {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  transform: translateY(30px);
  background-color: #d8c4c8;
  transition: 0.5s;
}
.nav-btn:hover {
  background-color: #e1d3d6;
}
.nav-btn::after,
.nav-btn::before {
  font-size: 20px;
  color: #fff;
}
.swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Apply transitions to the slide content for fade effect */
.testimonial .slide {
  transition: opacity 1.5s ease-in-out;
  opacity: 1;
}

/* Hide the previous slide during the fade transition */
.testimonial .slide.swiper-slide-prev {
  opacity: 0;
  pointer-events: none; /* Prevent interaction with hidden slide */
}

/* Hide the next slide during the fade transition */
.testimonial .slide.swiper-slide-next {
  opacity: 0;
  pointer-events: none; /* Prevent interaction with hidden slide */
}

/* ////////// BOOK APPOINTMENT ////////// */
.wrap {
  margin-right: 100px;
  margin-left: 100px;
  margin-top: 56px;
}
.appointment-content {
  width: 100%;
  height: 40vh;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  justify-content: center;
  background-position: center;
  background-color: #efe9e3;

}

.appointment-title {
  font-family: "Bodoni Moda", serif;
  font-size: 2.2em;
  color: #4a4b49;
  padding: 24px;
  margin-bottom: 1em !important;
}


.appt-button {
  padding: 20px;
  background-color: #bfa5a3;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
  border: none;
  color: whitesmoke;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin-bottom: 24px;
  text-decoration: none;
}

.appt-button:hover {
  background-color: #d8c4c8; /* Change to green color of your choice */
  color: white; /* Change to the desired text color for the button */
}

/* ////////// FOOTER ////////// */
footer {
  background: #d8c4c8;
  width: 100%;
  margin-top: 10em;
}
footer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 100px;
  height: 1px;
  width: 100%;
  background: transparent;
}
footer .content {
  margin-left: 100px;
  margin-right: 100px;
  padding-top: 40px;
}
footer .content .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.logo-details {
  display: flex;
  color: whitesmoke;
  font-size: 2em;
  font-family: "Bodoni Moda", serif;
}
.logo-details .footer-logo {
  color: #ffffff;
}
.content .top .media-icons {
  display: flex;
}
.content .top .media-icons a {
  height: 40px;
  width: 40px;
  margin: 0 8px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 17px;
  transition: all 0.4s ease;
}
/* Call */

.top .media-icons a:nth-child(1) {
  background: white;
  color: #d8c4c8;
}
.top .media-icons a:nth-child(1):hover {
  color: #e1d3d6;
  background: white;
  border-bottom: 1px solid white;
}
/* Email */
.top .media-icons a:nth-child(2) {
  background: white;
  color: #d8c4c8;
}
.top .media-icons a:nth-child(2):hover {
  color: #e1d3d6;
  background: white;
  border-bottom: 1px solid white;
}
/* Instagram */
.top .media-icons a:nth-child(3) {
  background: white;
  color: #d8c4c8;
}
.top .media-icons a:nth-child(3):hover {
  color: #e1d3d6;
  background: white;
  border-bottom: 1px solid white;
}
/* Facebook */
.top .media-icons a:nth-child(4) {
  background: white;
  color: #d8c4c8;
}
.top .media-icons a:nth-child(4):hover {
  color: #e1d3d6;
  background: white;
  border-bottom: 1px solid white;
}

footer .content .link-boxes {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
footer .content .link-boxes .box {
  width: calc(100% / 5 - 10px);
  padding: 0;
  margin: 0;
}

.content .link-boxes .box li {
  margin: 6px 0;
  list-style: none;
}

.content .link-boxes .box li p {
  color: white;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none !important;
  opacity: 0.8;
  transition: all 0.4s ease;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.content .link-boxes .box li a {
  color: white;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none !important;
  opacity: 0.8;
  transition: all 0.4s ease;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.content .link-boxes .box li a:hover {
  opacity: 1;
}

footer .bottom-details {
  width: 100%;
  background: #d8c4c8;
}
footer .bottom-details .bottom_text {
  max-width: 1250px;
  margin-left: 100px;
  margin-right: 100px;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
  justify-content: space-between;
}
.bottom-details .bottom_text span,
.bottom-details .bottom_text a {
  font-size: 0.9em;
  font-weight: 400;
  color: white;
  opacity: 0.8;
  text-decoration: none;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.bottom-details .bottom_text a:hover {
  text-decoration: none;
  color: white;
}
.bottom-details .bottom_text a {
  margin-right: 10px;
  color: white;
}

/* ////////// RESPONSIVE DESIGN ////////// */

/* Medium screens and down (tablets) */
@media (max-width: 992px) {
  .benefits-section {
    margin-left: 50px;
    margin-right: 50px;
  }
  
  .bcard {
    margin-bottom: 24px;
    padding: 48px 24px;
  }
  
  .small-card-text {
    margin-bottom: 20px;
  }
  
  .card-icon {
    margin-bottom: 20px;
  }
  
  .card-title {
    margin-bottom: 48px;
  }
}

/* Small screens and down (mobile) */
@media (max-width: 768px) {
  .benefits-section {
    margin-left: 20px;
    margin-right: 20px;
  }
  
  .heading {
    font-size: 1.1em;
    margin-bottom: 40px;
  }
  
  .bcard {
    margin-bottom: 20px;
    padding: 48px 24px;
  }
  
  .bcard .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  
  .small-card-text {
    font-size: 1.5em;
    margin-bottom: 20px;
  }
  
  .card-text {
    font-size: 1.1em;
    margin-top: 0;
    margin-bottom: 0;
  }
  
  .card-icon {
    width: 28px;
    height: 28px;
    margin-bottom: 20px;
  }
  
  .card-title {
    margin-bottom: 48px;
  }
}

/* Extra small screens */
@media (max-width: 576px) {
  .benefits-section {
    margin-left: 15px;
    margin-right: 15px;
  }
  
  .heading {
    font-size: 1em;
    margin-bottom: 32px;
  }
  
  .bcard {
    padding: 48px 24px;
    margin-bottom: 16px;
  }
  
  .bcard .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  
  .small-card-text {
    font-size: 1.4em;
    margin-bottom: 20px;
  }
  
  .card-text {
    font-size: 1em;
    margin-top: 0;
    margin-bottom: 0;
  }
  
  .card-icon {
    width: 24px;
    height: 24px;
    margin-bottom: 20px;
  }
  
  .card-title {
    margin-bottom: 48px;
  }
}

/* ///////// Javascript Scroll Reveal ////////// */
.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: all 2s ease;
}

.reveal.active {
  transform: translateY(0px);
  opacity: 1;
}

/* Hide mobile menu items on desktop by default */
.mobile-menu-item {
  display: none !important;
}
