/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Yeseva+One&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Yeseva+One&display=swap');

:root{
  --main-color: #452F15;
  --second-color: #00A651;
  --third-color: #D3C0A5;
  --white: #fafafa;
  --black: #5e5e5e;
}

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--black);
}
a{
  text-decoration: none;
}
/* TOP HEADER */
.tophead{
  background-image: url('../images/top-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  color: var(--white);
  padding: 4px 0;
}

/* NAVBAR */
.navbar{
  padding: 15px 100px;
}
ul li{
  list-style: none;
}
ul li a.nav-link{
  color: var(--white);
  font-size: 16px;
}
.navbar-logo img{
  height: 60px;
}
.sidebar{
  background-color: var(--main-color);
}
.sidebar-logo{
  width: 35px;
}

/* top sosial media */
.sosial-media-icon{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.sosial-media-icon .fab{
  color: var(--white);
  font-size: 18px;
}

/* main page */
.main-page{
  padding-top: 97px;
}
.carousel{
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
.main-page .next-btn:hover{
  background: rgba(31, 30, 30, 0.205);
}



/* konten box treatment */
.main-konten{
  padding-top:70px;
  padding-bottom: 70px;
}
.konten-box{
  padding: 70px 70px 0 70px;
}
.main-konten .main-head-title{
  padding-bottom: 20px;
}
.head-title h1{
  font-family: 'Yeseva One';
  color: var(--main-color);
  font-size: 40px;
  letter-spacing: 4px;
}
.head-title h2{
  font-family: 'Yeseva One';
  color: var(--main-color);
  font-size: 35px;
  padding-bottom: 10px;
  letter-spacing: 4px;
}
.head-title .visi-misi-box{
  display: flex;
}
.head-title .visi-misi-box .hr-top-margin{
  width: 100%;
  margin-left: 10px;
  margin-top: 20px;
}
.main-konten .konten-title{
  font-family: 'Yeseva One';
  color: var(--main-color);
  margin-bottom: 20px;
  letter-spacing: 3px;
}
.konten-box .head-title hr{
  border-width: 3px;
  width: 200px;
}
.konten-box .mx-auto{
  margin-right: auto;
  margin-left: auto;
}
.konten-box .image-profile-box{
  width: 100%;
}
.konten-box .image-profile-box img{
  width: 100%;
  border-radius: 26px;
  border: 8px solid var(--main-color);
}
.konten-box .head-title .text-info-justify{
  text-align: justify;
}

/* layanan */
.layanan-box{
  width: 100%;
}
.layanan-box .treat-box{
  width: 250px;
  margin: auto;
  padding: 15px;
}
.layanan-box .treat-box .image-treat-box{
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.layanan-box .treat-box .image-treat-box:hover{
  box-shadow: 0px 0px 10px 1px rgba(83, 82, 82, 0.75);
}
.layanan-box .treat-box .image-treat-box img{
  width: 100%;
  border-radius: 50%;
  transition: 0.7s;
}
.layanan-box .treat-box .image-treat-box:hover img{
  transform: scale(1.1) rotate(10deg);
}
.text-treat-box{
  font-family: 'Kaushan Script', cursive;
  font-size: 20px;
  margin-top: 20px;
  color: var(--main-color);
}

.image-promo-wrap .card{
  border: none;
  background-color: transparent;
}




/* layanan head spa */
.image-head-spa{
  width: 100%;
  height: 350px;
  background-image: url('../images/Japanese-Head-Spa.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  /* position: relative; */
}
.image-nail-art{
  width: 100%;
  height: 350px;
  background-image: url('../images/nail-art-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  /* position: relative; */
}
.image-meni-pedi{
  width: 100%;
  height: 350px;
  background-image: url('../images/mani-pedi-spa.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  /* position: relative; */
}
.image-body-slim{
  width: 100%;
  height: 350px;
  background-image: url('../images/Slimming-treatments.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  /* position: relative; */
}
.image-limphatic-msg{
  width: 100%;
  height: 350px;
  background-image: url('../images/massage-lymphatic.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  /* position: relative; */
}
.image-pregnancy-msg{
  width: 100%;
  height: 350px;
  background-image: url('../images/relaxing-pregnancy.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  /* position: relative; */
}
.image-jawa-tradisional-series{
  width: 100%;
  height: 350px;
  background-image: url('../images/jawa-tradisional-top.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  /* position: relative; */
}
.image-ratu-ayu{
  width: 100%;
  height: 350px;
  background-image: url('../images/ratu-ayu-top.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  /* position: relative; */
}

.head-title-treatment{
  background-color: rgba(207, 200, 200, 0.4);
  bottom: 0;
  height: 150px;
  width: 100%;
  /* position: absolute; */
}
.head-title-treatment h1{
  font-family: 'Yeseva One';
  font-size: 50px;
  color: var(--white);
  letter-spacing: 3px;
  text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}
.main-konten .main-head-title span{
  font-weight: 700;
  color: var(--second-color);
  font-size: 18px;
}
.main-konten .card-konten{
  background-color: var(--white);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 1px rgba(226, 226, 226, 0.75);
}
.main-konten .card-konten .image-top-treat{
  width: 100%;
  height: 350px;
  margin-bottom: 18px;
}
.main-konten .image-top-treat img{
  width: 100%;
  height: 100%;
}
.main-konten .card-konten .top-main-konten-title{
  font-family: 'Kaushan Script', cursive;
  font-size: 28px;
  letter-spacing: 2px;
  color: var(--main-color);
  margin-bottom: 12px;
}
.title-treatment span{
  font-weight: 700;
}
.main-konten .top-main-konten .top-main-konten-duration .far{
  color: var(--second-color);
  padding-right: 10px;   
} 
.main-konten .top-main-konten .top-main-konten-price{
  color: var(--second-color);
  font-size: 28px;
  font-weight: 500;
}
.main-konten .top-main-konten .top-main-konten-price span{
  font-size: 19px;
}
.main-konten .card-konten .fas{
  margin-right: 10px;
  color: var(--second-color);
}
.main-konten .card-konten .image-left{
  width: 100%;
  height: 100%;
}
.main-konten .card-konten .image-left img{
  width: 100%;
}
.card-konten .add-on-body{
  padding-bottom: 12px;
}
.card-konten .add-on-body .top-main-konten-title{
  margin-bottom: 5px;
}
.card-konten .add-on-body .top-main-konten-duration .far{
  padding-right: 10px;
  color: var(--second-color);
}
.card-konten .box-image-wrap{
  width: 100%;
}
.card-konten .box-image-wrap img{
  width: 100%;
}
.link-promo-box{
  margin: 30px 0;
}
.link-promo-box .btn-promo-box{
  width: 200px;
  padding: 15px 30px;
  background-color: #6B5445;
  border-radius: 10px;
  cursor: pointer;
}
.link-promo-box .btn-promo-box a{
  color: var(--white);
  font-weight: 500;
}
.link-promo-box .btn-promo-box:hover{
  background-color: var(--second-color);
}
.link-promo-box .btn-promo-box:hover a{
  color: var(--main-color);
  font-weight: 500;
}


/* lokasi page */
.bg-contact{
  background-image: url('../images/bg-web-1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  /* background-attachment: fixed; */
}
.contact-box .head-title{
  padding: 60px 0px;
  text-align: center;
}
.contact-box .fas{
  color: var(--main-color);
  font-size: 27px;
}
.kontak-head-title,
.reservasi-title{
  font-family: 'Yeseva One';
  font-size: 23px;
  color: var(--second-color);
}
.kontak-detail span{
  font-size: 18px;
  color: var(--black);
}
.book{
  background-color: #6b5445;
  width: 300px;
  padding: 15px 30px;
  font-size: 18px;
  letter-spacing: 2px;
  color: var(--white);
}
.book:hover{
  background-color: var(--second-color);
  color: var(--white);
}
.reservasi-time-text{
  font-size: 13px;
  padding-top: 8px;
}
.reservasi-time .fas{
  font-size: 13px;
  margin-right: 5px;
}
.box-img-wrap{
  width: 100%;
}
.box-img-wrap img{
  width: 100%;
  border: solid 10px #ffff;
}



/* reservasi page */
.top-padding{
  padding-top: 25px;
}
.image-top-box,img{
  width: 100%;
}
.box-wrap{
  padding-top: 80px;
  padding-bottom: 50px;
}
.image-box-tile{
  display: flex;
  justify-content: space-between;
}
.image-box-tile .image-box-tile-sm{
  width: 100%;
  padding: 10px;
}
.image-box-tile-sm img{
  width: 100%;
}
.online-book-wrapper{
  padding: 10px;
}


/* footer section */
.footer{
  background-image: url('../images/top-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.footer .wa-box-icon{
  position: fixed;
  right: 35px;
  bottom: 35px;
  background-color: #6b5445;
  border: solid 1px var(--white);
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 1px rgba(83, 82, 82, 0.75);
  z-index: 1000;
}
.footer .wa-box-icon .fab{
  font-size: 35px;
  color: var(--white);
}
.wa-box-icon:hover{
  background-color: var(--white);
}
.wa-box-icon:hover .fab{
  color: #6b5445;
}

.footer .footer-box{
  color: var(--white);
  padding: 10px 0 25px 0;
}
.footer .footer-box .sosial-media-icon{
  margin-bottom: 20px;
}
.footer .footer-box .sosial-media-icon .fab{
  color: var(--white);
  font-size: 23px;
  padding: 20px;
}


.review-wrapper{
  padding: 80px 0;
}

/* promo page css */
.img-box-border{
  padding: 3px;
  border-radius: 0 25px 0 25px;
}
.image-promo-box{
  width: 100%;
  height: 100%;
  border-radius: 0 25px 0 25px;
  overflow: hidden;
}
.image-promo-box:hover{
  border-radius: 0 25px 0 25px;
}
.image-promo-box img{
  width: 100%;
  border-radius: 0 25px 0 25px;
  transition: 0.7s;
}
.image-promo-box:hover img{
  border-radius: 0 25px 0 25px;
  transform: scale(1.1);
}

.promo-detail{
  width: 100%;
}
.promo-detail .nav-back{
  padding-bottom: 12px;
}
.promo-detail .nav-back a{
  color: var(--black);
}
.promo-detail .nav-back .fas{
  margin-right: 8px;
}
.promo-detail .nav-back:hover .fas{
  transform: scale(1.1);
}
.promo-detail .img-box-promo-detail{
  width: 100%;
}
.promo-detail .img-box-promo-detail img{
  width: 100%;
}
.promo-detail .promo-detail-box{
  width: 100%;
}
.promo-detail .promo-detail-box .promo-detail-title h3{
  font-family: 'Yeseva One';
  /* font-family: 'Kaushan Script', cursive; */
  font-size: 32px;
}
.promo-detail .promo-detail-box .promo-detail-title .exp-date{
  padding-bottom: 9px;
}
.promo-detail .promo-detail-box .exp-date .far{
  margin-right: 8px;
}
.promo-detail .promo-detail-box .promo-detail-text{
  text-align: justify;
}


/* ambience page */
.ambience-page .head-title hr{
  border-width: 3px;
  width: 200px;
}
.ambience-page .main-gallery-box{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.main-gallery-box .box-img-gallery{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.main-gallery-box .box-img-gallery .box-gallery{
  display: flex;
  flex-direction: column;
  width: 32.5%;
}
.main-gallery-box .box-img-gallery .box-gallery img{
  width: 100%;
  padding-bottom: 10px;
  /* border-radius: 8px; */
}



@media screen and (min-width: 769px) and (max-width: 992px) {
  .navbar{
    padding: 15px 50px;
  }
  .sidebar{
    background-color: var(--main-color);
  }
  .offcanvas-header{
    align-items: center;
  }
  button.btn-close{
    font-size: 14px;
  }

  .box-wrap{
    padding-top: 40px;
    padding-bottom: 30px;
  }

  /* layanan head spa */
  .image-head-spa,
  .image-nail-art,
  .image-meni-pedi,
  .image-body-slim,
  .image-limphatic-msg,
  .image-pregnancy-msg,
  .image-jawa-tradisional-series{
    height: 250px;
  }

  .promo-detail .promo-detail-box{
    padding: 15px 0;
  }
  .promo-detail .promo-detail-box .promo-detail-title h3{
    font-size: 32x;
  }

  .footer .wa-box-icon{
    right: 50px;
    bottom: 50px;
  }
}