@import url('https://db.onlinewebfonts.com/c/2eccf178aa2ce410df13a179ba3b3761?family=Nexa-Book');
@import url('https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=Parisienne&display=swap');
body{
    scroll-behavior: smooth;
}
.head-panel
{
    background-color: #dcdcdc;
    height: 20px;
    width: 100%;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.container{
    margin: 0 auto;
    padding: 0px 15px;
}
/* =======nav========= */
.header{
    background-color: #dcdcdc;
    
}
nav ul li a,
nav ul div
{
    transition: .5s ease;
    border-bottom: 3px solid transparent;
}

nav ul li a:hover,
nav ul div:hover{
    background-color: #fff;
    border-bottom: 3px solid #dfa925;
    color: #dfa925!important;
}
nav ul div button:hover
{
    color: #dfa925!important;
}

.nav-container
{
    padding: 0 85px;
}
.nav-section{
   background-color: #ffffff;
   padding: 0px 0px;
}
.bar{
    display: none;
}
.nav_icon i{
    color: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #565656;
    font-size: 25px;
    text-align: center;
    align-content: center;
    
}
/* =============banner================ */
.carousel-caption{
    position: absolute;
    text-align: left;
    top: 0;
    align-content: end;
    line-height: 9px;
    
    h1{
        font-family: "Arvo", serif;
        font-style: italic;
        font-size: 72px;
        line-height: 60px;
        span{
            font-size: 62px;
        }
    }
    p{
        font-family: "Arvo", serif;
        font-size: 17px;
        text-align: center;
        max-width: 470px;
        line-height: 20px;
    }

}

.banner
{
    background-image: url("../images/banner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.contact-banner{
    background-image: url("../images/contact-banner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.read_more-banner{
    background-image: url("../images/contact-banner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}


.banner-price{
    background-image: url("../images/price-banner.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    align-content: center;
}
.banner-treatment
{
    background-image: url("../images/treatment.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 80vh;
    align-content: center;



    .banner_text1 h1{
    font-family: "Arvo", serif;
    font-size: 30px;
    padding-top: 20px;
    color: #fff;
    span{
        font-size: 50px;
    }
    
}
    .banner_text1 p{
    font-family: "Arvo", serif;
    font-size: 16.67px;
    font-style: normal;
    text-align: center;
    color: #fff;
    }
}
.banner_text h1{
    font-family: "Arvo", serif;
    font-size: 77.65px;
    font-style: italic;
    line-height: 0.8;
    span{
        font-size: 66.67px;
        font-family: "Arvo", serif;
    }
    
}

.banner_text p{
    font-family: "Arvo", serif;
    font-size: 16.67px;
    font-style: normal;
    width: 500px;
    text-align: center;
    
    height: 80px;
}


.banner_text{
    padding: 60px 0;
    color: #000;
    
}
.banner_btn
{
    width: 50%;
}

/* about css*/
.about
{
    margin-top: 30px;
    background: linear-gradient(
        to right,
        #fff 0%,
        #fff 25%,
        #dcdcdc 25%,
        #dcdcdc 100%);
}
.about img {
    width: 100%;
    margin: 30px 0;
}
.about-cnt
{
    margin: 30px 0;
}

.about-cnt h3
{
    font-family: "Arvo", serif;
    font-weight: bold;
    font-size: 50px;
    text-align: center;
    color:#000;
}
.about-cnt p
{
    font-family: "Arvo", serif;
    font-size: 25px;
    text-align: justify;
    color:#000;
}

/*treatment*/

.treatment
{
    margin-top: 0px;
    background-image: url("../images/treatment_back.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: "Arvo", serif;
    
    h6{
        font-weight: 600;
        text-align: center;
        font-size:14px;
    }
    .treatment-division1{
        margin-bottom: 20px;
        h6{
        margin-bottom:0px;
    }
        .col-sm-4{
            padding-bottom: 20px;
        }
        .card-header{
            padding:0px;
            height:284px;
            
            img{
            height:284px;
        }
        }
        .card-body{
            padding : 10px;
        }
        .card-footer
        {
            background-color: #000;
            text-align: center;
            a{
                text-decoration: none;
                color: #fff;
                font-family: "Arvo", serif;
            }
        }
    }
}

.treatment .container
{
padding: 30px 0;
}

.treatment-cnt h3{
    font-family: "Arvo", serif;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    color:#000;
}
.treatment-cnt p{
    text-align: justify;
    font-size: 22px;
    margin: 20px 0;
    color:#000;
}

.treatment-details .card-body
{
    background-color: #dcdcdc;
    border: 1px solid #dcdcdc;
    
    font-size: 22px;
    font-family: "Arvo", serif;
    color: #000;
    p{
        text-align: center;
    }
}

.appointment_part{
    background-color: #dfa925;
    padding: 20px 0;
    font-family: "Arvo", serif;
    .col-sm-3{
        border: 2px solid #000;
        text-align: center;

    }
    .col-sm-3:hover{
        background-color: #000;
        border: 2px solid #dfa925;
        a{
            color: #dfa925;
        }

    }
    h4{
        font-family: "Arvo", serif;
        font-size: 30px;
        color: #000;
        
    }
    a{
        text-decoration: none;
        color: #000;
        font-size: 25px;
        font-weight: 800;
    }
    a:hover{
        color: #dfa925;
    }
}

.beauty_rituals{
    padding: 20px 0;
    font-family: "Arvo", serif;
    h1{
        font-size: 77.65px;
        color: #303841;
        font-weight: 600;
        font-style: italic;
    }
    a{
        text-decoration: none;
        font-size: 24px;
        font-family: "Arvo", serif;
        color: #dfa925;
        background-color: #303841;
        padding: 10px;
        border: 2px solid #000;
    }
    .col-sm-2{
        align-content: center;
        text-align: center;
    }
}
.beauty_rituals1,
.beauty_rituals3{
    background-image: url("../images/ritual.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    
    font-family: "Arvo", serif;
    padding: 40px 0;
    h2{
        padding-bottom: 40px;
        text-align: center;
        font-size: 45px;
        color: #dfa925;
        text-shadow: 1px 1px #000;
    }
    .card
    {
        background-color: transparent;
        border-radius: 0px;
        color: #fff;
        border: 1px solid #dfa925;
        .card-header
        {
            text-align: center;
            background-color: #dfa925;
            color: #000;
            border-radius: 0px;
        }
        .card-body
        {
            text-align: justify;
            min-height: 200px;
        }
    }
}
.beauty_rituals2{
    background-image: url("../images/ritual1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    
    font-family: "Arvo", serif;
    padding: 40px 0;
    h2{
        padding-bottom: 40px;
        text-align: center;
        font-size: 45px;
        color: #000;
        text-shadow: 1px 1px #000;
    }
    .card
    {
        background-color: transparent;
        border-radius: 0px;
        color: #000;
        border: 1px solid #dfa925;
        .card-header
        {
            text-align: center;
            background-color: #dfa925;
            color: #000;
            border-radius: 0px;
        }
        .card-body
        {
            text-align: justify;
            height: 320px;
        }
    }
}
.treatment-details{
    .col-sm-4{
        margin-bottom: 20px;
    }
}
.treatment-details .card-footer
{
    background-color: #000;
    border: 1px solid #000;
    font-family: "Arvo", serif;
    font-size: 20px;
    text-align: center;
}
.treatment-details .card-footer a 
{
    color: #dfa925;
    text-decoration: none;
}

/*--- contact_us ---*/
.contact_us
{
    margin-top: 30px;
    .contact-frm{
        background-color: #000;
        padding: 30px 20px;

    }
    .c_form
    {
        width: 100%;
        background-color: transparent;
        border-bottom: 2px solid #dfa925;
        border-top: none;
        border-left: none;
        border-right: none;
        color: #fff;
        font-family: "Arvo", serif;
        padding: 20px 0;
        
    }
    input::placeholder {
          color: #fff;
          opacity: 0.9;
          font-family: "Arvo", serif;
        }

        textarea::placeholder {
          color: #fff;
          opacity: 0.9;
          font-family: "Arvo", serif;
        }
}
.c_form:focus-visible {
        outline: none;
        color: #dfa925;
        font-family: "Arvo", serif;
        }
.contact_us h3
{
    font-family: "Arvo", serif;
    font-weight: bold;
    font-size: 50px;
    text-align: left;
}

.cnt_btn{
    margin-top: 30px;
    background-color: #dcdcdc;
    color: #000;
    width: 200px;
    border-radius: 0px;
    font-family: "Arvo", serif;
    font-size: 25px;
}

/* other footer */
.other-footer
{
    margin-top: 30px;
    background-color: #fff; 
}
.other-footer1
{
    margin: 50px 0;
    background-color: #dfa925;
    height: 235px;
    position: relative;
    top: 62px;
    .card-body
    {
        background-color: #dcdcdc;
        padding: 62px;
        position: relative;
        margin-top: -74px;
        text-align: center;
        font-family: "Arvo", serif;
        .other-cnt
        {
            font-size: 34.17px;
            color: #000;
            font-weight: 600;
        }
        .other-sub-cnt
        {
            font-size: 25px;
            color: #000;
        }
        a
        {
            background-color: #000;
            border: 1px solid #000;
            padding: 10px 30px;
            font-family: "Arvo", serif;
            font-size: 27px;
            color: #fff;
            text-decoration: none;
        }
    }
}

/*-------- footer -----------*/
footer
{
    margin-top: 165px;
    background-color: #dcdcdc!important;
    .mt-3
    {
        padding-top: 50px;
        p{
            text-align: justify;
            color: #000;
            font-family: "Arvo", serif;
        }
        a
        {
            text-decoration: none;
            font-family: "Arvo", serif;
            font-size: 17.25px;
            line-height: 25px;
        }
        h6
        {
            font-family: "Arvo", serif;
            color: #000;
            font-size: 24px;
        }
        .fa
        {
            color: #dfa925;
        }
    }
    .contact-grid
    {

        p{
            word-spacing: 0px;
            font-size: 14px;
            display: flex;
            align-items: center;
            margin-bottom: 35px;
            img
            {
                margin-right: 16px;
                width: 11%;
            }
        }
    }
}

.btn:focus{
    box-shadow: none;
}

.treatment-division
{
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}
#myBtn{
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 14px;
    border: none;
    outline: none;
    background-color: #c18f15;
    color: white;
    cursor: pointer;
    padding: 9px;
    border-radius: 40px;
    width: 50px;
    height: 50px;
    text-align: center;
}
@media screen and (max-width:992px){

    .carousel-caption{
        padding-bottom: 0rem;
    }
    .logo img{
        width: 60px;
    }
    .navbar{
        padding: 5px 0px;
    }
    .banner_text h1
    {
        font-size: 26.65px;
    }
    .banner_text{
        padding: 15px 0;
        span 
        {
            font-size: 22.67px!important;
        }
        p{
            /*width: 180px;
            animation: none;
            font-size: 10px;
            margin-top: -32px;*/
            display: none;
        }
        

    }
    .banner
    {
        background-size: cover;
        background-position: center;
        background-attachment: local;

    }
    .about img
    {
        margin: 0px;
    }
    .other-footer1 .card-body{
        padding: 20px;
        .other-cnt{
            font-size: 16px;
        }
        .other-sub-cnt
        {
            font-size: 16px;
        }
    }
    .other-footer1
    {
        margin: 0;
    }
    .sub-icon{
      display: none;
    }
    .bar{
        display: block;
        font-size: 25px;
    }
   .navbar-nav{
    position: relative;
   }

    .nav-menu{
    display: none;
    width: 100% !important;
    position: absolute;
     top: 68px !important;
     right: 0!important;
     left: 0 !important;
      background-color:#ffffff;
      z-index: 2 !important;

    }
    .nav-menu li{
        padding: 0 20px;
    }
    nav ul div {
        padding: 0 5px;
    }
    .show{
    display:  block !important;
    }

    .nav_icon i
    {
        display: none;
    }

    footer {
    margin-top: 80px;
    }

    .nav-container
    {
        padding: 0 20px ;
    }

    .beauty_rituals2 {
        .card {
            .card-body {
                text-align: justify;
                height: 100%;
            }
        }
    }

    #priceList
    {
        display: none;
    }
    #mobilePrice
    {
        display: block;
    }
}

.nav-link
  {
    color: #000!important;
    font-family: "Nexa-Book";
    font-weight: 600;
  }


  .nav-link
  {
    color: #000!important;
    font-family: "Nexa-Book";
    font-weight: 600;
    border-bottom: 3px solid transparent;
  }

  .dropdown-toggle
  {
    color: #000!important;
    font-family: "Nexa-Book";
    font-weight: 600;
  }
  .dropdown-item
  {
    color: #000!important;
    font-family: "Nexa-Book";
    font-weight: 600;
    border-bottom: 3px solid transparent;
  }
  .dropdown-item:hover{
    background-color: #fff;
  }

  /* ---------- price --------------*/
  .price{
    margin-top: 30px;
  }

  .book-section {
  height: 100vh;
  width: 100%;
  padding: 40px 0;
  text-align: center;
}
.book-section > .right > .front > .img-responsive{
    width: 100%;
    height: -webkit-fill-available;
}
.book-section > .container {
  height: 100%;
  width: 900px;
  position: relative;
  
  border-radius: 2%;
  margin-bottom: 30px;
  perspective: 1200px;
}
.book-section > .container > .right {
  position: absolute;
  height: 100%;
  width: 50%;
  transition: 0.7s ease-in-out;
  transform-style: preserve-3d;
}
.book-section > .container > .right {
  right: 0;
  transform-origin: left;
  border-radius: 10px 0 0 10px;
}
.right > figure.front,
.right > figure.back {
  margin: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: 200%;
  background-repeat: no-repeat;
  backface-visibility: hidden;
  background-color: white;
  overflow: hidden;
}
.right > figure.front {
  background-position: right;
  border-radius: 0 10px 10px 0;
  box-shadow: 2px 2px 15px -2px rgba(0, 0, 0, 0.2);
}
.right > figure.back {
  background-position: left;
  border-radius: 10px 0 0 10px;
  box-shadow: -2px 2px 15px -2px rgba(0, 0, 0, 0.2);
  transform: rotateY(180deg);
}
.flip {
  transform: rotateY(-180deg);
}
.flip::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  border-radius: 0 10px 10px 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.book-section > button {
  border: 2px solid #ef9f00;
  background-color: transparent;
  color: #ef9f00;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  margin: 10px;
  transition: 0.3s ease-in-out;
}
.book-section > button:focus,
.book-section > button:active {
  outline: none;
}
.book-section > p {
  color: rgba(0, 0, 0, 0.7);
  font-family: "Arvo", serif;
  font-size: 20px;
}
.book-section > p > a {
  text-decoration: none;
  color: #ef9f00;
}
.book-section > button:hover {
  background-color: #ef9f00;
  color: #fff;
}
.front#cover,
.back#back-cover {
  background-color: #ffcb63;
  font-family: "Arvo", serif;

  text-align: left;
  padding: 0 30px;
}
.front#cover h1 {
  color: #000;
}
.front#cover p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
}
/* --------- price ------------*/
/* for price list -----*/
#priceList
{
    display: block;
}
#mobilePrice
{
    display: none;
}


@media screen and (max-width:700px){
    #priceList
{
    display: none;
}
#mobilePrice
{
    display: block;
}
}

.read_more_treatment
{
    h3{margin-bottom: 0rem!important}
    .card{
        border-radius: 0px;
    }
    .card-body{
        border: 2px solid #dfa925;
    }
    .btn-bookNow{
        padding: 23px 10px;
        font-size: 16px;
        font-weight: 600;
        border-radius: 0px;
        background-color: #dfa925;
        width: 100%;
    }
}
/* ------------- book now form ----------*/
.book-now
{
    .btn-bookNow{
        padding: 23px 10px;
        font-size: 16px;
        font-weight: 600;
        border-radius: 0px;
        background-color: #dfa925;
        width: 100%;
    }
    margin-top: 0px;
    padding: 30px 0px 60px 0;
    background-image: url("../images/ritual.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: "Arvo", serif;
    p{
        text-align: center;
        color: #dfa925;
        font-size: 24px;
    }
    h5,label{
        color: #dfa925;
    }
    .form-control{
        background-color: transparent;
        border: none;
        border-bottom: 2px solid #dfa925;
        color:#dfa925;
    }
    hr{
        border-bottom: 2px solid #dfa925;
    }
    h6{
        font-weight: 600;
        text-align: center;
    }
    .treatment-division1{
        margin-bottom: 20px;
        .col-sm-4{
            padding-bottom: 20px;
        }
        .card-footer
        {
            background-color: #000;
            text-align: center;
            a{
                text-decoration: none;
                color: #fff;
                font-family: "Arvo", serif;
            }
        }
    }
}

#b_date,#b_time_slot{
    color:#dfa925;
}

/* for blog */
.blog_banner{
    background-image: url("../images/blog-banner.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
}
.blog 
{
    p{
        font-family: "Nexa-Book";
        font-weight: 600;
        text-align: justify;
    }
    h2{
    font-family: "Arvo", serif;
    font-weight: 600;
    margin-top: 20px;
}
h3{
    font-family: 'Nexa-Book';
    font-weight: 600;
}
.col-sm-8{
    padding: 0px 30px;
}
.col-sm-4{
    img{
        height: -webkit-fill-available;
        width: 100%;
    }
    
}
.card{
    border-radius: 0!important;
    border: 1px solid #eee;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
}
.blog-details{
    p{
        font-family: "Nexa-Book";
        font-weight: 600;
        text-align: justify;
    }

    h3{
    font-family: 'Nexa-Book';
    font-weight: 600;
}

}
.banner_text_blog{
    color: #000;
    vertical-align: middle;
    align-content: center;
    top: 0;
    bottom: 0;
    position: absolute;
}
.banner_text_blog h1{
    font-family: "Arvo", serif;
    font-size: 77.65px;
    font-style: italic;
    line-height: 0.8;
    span{
        font-size: 66.67px;
        font-family: "Arvo", serif;
    }
}
.blog_btn{
    background-color: #000;
    background-image: linear-gradient(to right, #bb9120, #fce177, #b28d2b);
    border-radius: 40px;
    padding: 10px 50px;
}


/* cookies concent */
#cookieNotice.display-right {
    right: 30px;
    bottom: 30px;
    max-width: 395px;
}
#cookieNotice.light {
    background-color: #fff;
    color: #393d4d;
    color: var(--cookieNoticeProDark);
}
#cookieNotice {
    box-sizing: border-box;
    position: fixed;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 6px 6px rgb(0 0 0 / 25%);
    font-family: inherit;
    z-index: 999997;
}
#cookieNotice #closeIcon {
    width: 20px;
    height: 20px;
    cursor: pointer;
    color: #bfb9b9;
    overflow: hidden;
    opacity: .85;
    z-index: 999999;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/close-icon.svg) 0 0 / 20px 20px no-repeat;
}
#cookieNotice * {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}
#cookieNotice .title-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    background: url(../images/cookie-icon.svg) 0 0 / 40px 40px no-repeat;
    height: 40px;
}
#cookieNotice .title-wrap svg {
    margin-right: 10px;
}
#cookieNotice h4 {
    font-family: inherit;
    font-weight: 700;
    font-size: 18px;
}
#cookieNotice.light p, #cookieNotice.light ul {
    color: #393d4d;
    color: var(--cookieNoticeProDark);
}
#cookieNotice p, #cookieNotice ul {
    font-size: 14px;
    margin-bottom: 20px;
}
#cookieNotice .btn-wrap {
    display: flex;
    flex-direction: row;
    font-weight: 700;
    justify-content: center;
    margin: 0 -5px 0 -5px;
    flex-wrap: wrap;
}
#cookieNotice .btn-wrap button {
    flex-grow: 1;
    padding: 0 7px;
    margin: 0 5px 10px 5px;
    border-radius: 20px;
    cursor: pointer;
    white-space: nowrap;
    min-width: 130px;
    line-height: 36px;
    border: none;
    font-family: inherit;
    font-size: 16px;
    transition: box-shadow .3s;
}
#cookieNotice button {
    outline: 0;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
#cookieNotice .btn-wrap button:hover {
    transition: box-shadow .4s cubic-bezier(.25,.8,.25,1),transform .4s cubic-bezier(.25,.8,.25,1);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 30%);
    transform: translate3d(0,-1px,0);
}
#cookieNotice .btn-primary{
    color:#000;
    background:#dfa925;
    border: 1px solid #115cfa;
}
