body {
  font-family: Poppins, sans-serif;
}

.navbar-brand {
  width: 7%;
}

.logo-img {
  box-shadow: 1px 2px 4px black;
  background-color: white;
  border-radius: 50%;
  border: 2px solid #e6b336;
}



.navbar {
  position: absolute;
}



.nav-link {
  font-size: 14px;
  line-height: 1.25rem;
  color: #38312e;
  font-weight: 500;
  font-family: Poppins, sans-serif;
  margin: 0px 0px 0px 20px;

}

.nav-link:hover {
  color: #ad8f5c;
}

.navbar-container {
  background-color: white;
  border-radius: 8px;
}

.nav_book {
  padding: 15px;
  background-color: #c2d6c7;
}

.nav_book:hover {
  background-color: #897a61 !important;
}


@media(max-width:768px) {
  .navbar {
  position: absolute;
  top:0px;
  background-color: transparent;
}
  
  .navbar-brand {
  width: 20%;
}
.navbar-container {
  background-color: transparent;
}
.navbar-toggler{
  background-color: white;
}
.hero-img{
   object-fit: cover;
  object-position: 80% 100%;
}
.navbar-collapse {
        background-color: white;
        z-index: 99999;
        padding: 10px;
    }
}

.heading1 {
  color: #38312e;
  font-size: 60px;
  font-family: Playfair Display, serif;
}

.hero-container {
  position: absolute;
  left: 2%;
  top: 30%;
  width: 50%;
}

.text-top {
  color: #38312ecc;
  font-size: 20px;
  font-family: Poppins, sans-serif;
  margin: 24px 0px 0px 0px;
}


.text-box {
  opacity: 0;
  transform: translateY(25px);
  /* Start 50px lower */
  transition: all 1s ease-out;
}

.text-box.show {
  opacity: 1;
  transform: translateY(0);
  /* Slide up into place */
}

.button1 {
  background-color: #d4c7a5;
  padding: 8px 16px;
  color: #f8f6f2;
  font-size: 14px;
  font-family: Poppins, sans-serif;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #d4c7a5;
  font-weight: 400;
}

.button1:hover {
  background-color: #8a775ce6;
  border: 1px solid #8a775ce6;
}

.button2 {
  background-color: #f8f6f2;
  padding: 8px 16px;
  color: #38312e;
  font-size: 14px;
  font-family: Poppins, sans-serif;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #d4c7a5;
  margin-left: 10px;
  font-weight: 400;
}

.button2:hover {
  background-color: #d1dbe0;
}

@media(max-width:768px){
  .heading1 {
  color: #38312e;
  font-size: 40px;
  font-family: Playfair Display, serif;
}

.hero-container {
  top: 20%;
  width: 100%;
}
.button2 {
  margin-left: 0px;
}

}

.services {
  padding: 96px 0px;
}

.h2 {
  color: #38312e;
  font-size: 36px;
  font-family: Playfair Display, serif;
  margin: 0px 0px 16px;
}

.heading-container {
  max-width: 48rem;
  text-align: center !important;
}

.heading-container1 {
  max-width: 48rem;
}


.p1 {
  color: #787268 !important;
  font-size: 16px;
  font-family: Poppins, sans-serif;
  text-align: center;
}


.p2 {
  color: #787268 !important;
  font-size: 16px;
  font-family: Poppins, sans-serif;
}

.heading-lg {
  font-weight: 500;
  letter-spacing: -0.025em;
}

.mb-16 {
  margin-bottom: 4rem;
}


.service-card {
  box-shadow: 2px 1px 2px 2px #e1e1e1;
  transition: transform 0.3s ease;
}

.service-card:hover {
  transform: scale(1.03);
  /* Grows by 10% */
}

.service-card-icon {
  background-color: rgb(194 214 199 /0.3);
  width: 3rem;
  height: 3rem;
  margin-bottom: 1rem;
  border-color: #e5e7cb;
  text-align: center;
  padding-top: 10px;
}

.container-custom {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media(max-width:768px){
  
.container-custom {
  padding-left: .5rem;
  padding-right: .5rem;
}
}

.service-card-title {
  font-weight: 550;
  font-family: Playfair Display, serif;
  color: #38312e;
  font-size: 20px;
}

.service-card-p {
  color: #78726d;
  font-size: 16px;
  font-family: Poppins, sans-serif;
  margin-bottom: 16px;
}

.service-card-time {
  color: #78726d;
  font-size: 14px;
  font-family: Poppins, sans-serif;
}

.service-card-price {
  color: #38312f;
  font-size: 16px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.after-services-div {
  margin-top: 48px;
}

.after-services {
  color: #78726d;
  font-size: 16px;
  font-family: Poppins, sans-serif;
  text-align: center;
}

.after-services-button {
  color: #38312e;
  background-color: #d4c7a5;
  padding: 12px 24px;
  font-size: 16px;
  font-family: Poppins, sans-serif;
  text-decoration: none !important;
  cursor: pointer;
  text-align: center;
  font-weight: 600;
}

.after-services-button>span>svg {
  margin-top: -2px;
}


.service-card-time>thead>tr>th {
  color: #78726d;
  font-size: 14px;
  font-family: Poppins, sans-serif;
}

.service-card-time>tbody>tr>.session {
  color: #78726d;
  font-size: 14px;
  font-family: Poppins, sans-serif;
}

.service-card-price>tbody>tr>th {
  color: #38312f;
  font-size: 16px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.top-right-box {
  position: absolute;
  background-color: #d4c7a555;
  top: 3%;
  right: 3%;
  width: 48%;
  height: 48%;
  z-index: 10;
}

.bottom-left-box {
  position: absolute;
  background-color: #c7dbe64d;
  bottom: 3%;
  left: 3%;
  width: 48%;
  height: 48%;
  z-index: 10;
}

.about-count {
  color: #8a775c;
  font-size: 30px;
  font-family: Playfair Display, serif;
  margin: 0px 0px 8px;
}

.about-count-p {
  color: #78726d;
  font-size: 14px;
  font-family: Poppins, sans-serif;
}

.promise {
  padding: 16px 0px 0px;
  color: #38312e;
  font-size: 18px;
  font-family: Playfair Display, serif;
}

.promise-p {
  color: #78726d;
  font-size: 16px;
  font-family: Poppins, sans-serif;
}

.testimonials {
  background-color: #f8f3e9;
  padding: 24px;
}

.testimonials_para {
  color: #38312ee6;
  font-size: 16px;
  font-family: Poppins, sans-serif;
}

.testimonials_heading1 {
  color: #38312e;
  font-size: 16px;
  font-family: Playfair Display, serif;
}

.testimonials_heading2 {
  color: #78726d;
  font-size: 14px;
  font-family: Poppins, sans-serif;
}

.footer-p1 {
  color: #38312e;
  font-size: 24px;
  font-family: Playfair Display, serif;
  margin: 0px 0px 16px;
  font-weight: 500;
}

.footer-p1-p {
  color: #78726d;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  /* margin: 0px 0px 24px; */
}

.footer-p2{
  font-size:18px;
  color:#38312e;
  font-family: Platfair Display,serif;
  margin:0px 0px 16px;
}

.footer2 p{
color:#78726d;
font-size:14px;
font-family:Poppins,sans-serif;
text-align: center;
margin-bottom:0px;
padding-bottom:10px;
padding-top:10px;
}