
:root {
    --maincolor: #926D5A;
    --subcolor: #CDA38B;
    --textcolor: #000000;
  }

html{
  scroll-behavior: smooth;
}
.preloadderlogo {
  animation: bounce 1s ease-in-out infinite;
}
/*Fonts*/
.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
  }

  
  
  
   
}
  
  
  
  
  

  .imageright{
    display: none;
  }
  
  .poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
  }
  
  .poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
  }
  
  .poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
  }
  
  .poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
  }
  
  .poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
  }
  
  .poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
  }



  .topbar>.container-fluid {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    background-color: var(--maincolor);
}

ul.topul {
    color: var(--subcolor);
    font-size: 14px;
    list-style: none;
    position: relative;
}
a{
    text-decoration: none;
    color: var(--textcolor);
}
a:hover{
    color: var(--textcolor);
}

ul.topul > li {
    display: inline-block;
    padding-left: 1rem;
    padding-right: 1rem;
}
.mainnavbar{
    background-color: var(--subcolor);
    padding: 0px;
}
img.logo{
    max-width: 130px;
  }
  ul.mainnav{
    width: 100%;
    justify-content: center;
  }

  ul.mainnav > li {
    padding-left: 1rem;
    padding-right: 1rem;
    white-space: nowrap;
  }
  ul.mainnav > li > a{
    color: var(--textcolor);
    font-size: 15px;
  }

  ul.mainnav > li > a.active{
    color: var(--textcolor);
  }
  .bookbtn{
    background-color: var(--textcolor);
    border-radius: 0px;
    white-space: nowrap;
    font-size: 15px;
    color: white;
    font-weight: bold;
  }

  .bookbtn:hover{
    color: white;
  }

  section.hero{
    background-color: var(--subcolor);
  }
  section.about{
    position: relative;
  }
  section.treatments{
    position: relative;
  }

  .hadercotnet{
    padding-top: 7rem;
    padding-bottom: 7rem;
}

h1.mainhedig{
    font-size: 48px;
    line-height: 1.3;
    color: var(--textcolor);
  }

  ul.btnul{
    list-style-type: none;
    position: relative;
  }

  ul.btnul > li{
    display: inline-block;
    
  }
  .font13{
    font-size: 13px;
  }

  .btnblack{
    border: 1px solid var(--textcolor);
    border-radius: 0px;
  }
  .aboutrow{
    padding-top: 5rem;
   
  }
  .treatrow{
    padding-top: 10rem;
 
  }
  .aboutimg{
    max-height: 570px;
    width: 100%;
    object-fit: cover;
  }
  
  p.aboutpara{
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.2px;
  }
  .abouttextidiv{
    padding-top: 2rem;
  }
  .aboutfimage{
    right: 0;
    z-index: 99;
    top: 0;
    position: absolute;
    max-height: 295px;
    max-width: 295px;
  }

  .rfimage{
    right: 0;
    z-index: 99;
    top: 0;
    position: absolute;
    max-height: 200px;
    max-width: 295px;
  
  }

  .servicecard{
  
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
border-radius: 30px;
  }
  img.serviceimg{
    max-height: 280px;
  }
  .font18{
    font-size: 18px;
  }
  .font15{
    font-size: 15px;
  }

  .font14{
    font-size: 15px;
  }


  .timage{
    left: 0;
    z-index: 99;
    top: 0;
    position: absolute;
    max-height: 229px;
    max-width: 295px;
    margin-top: 2rem;
    transform: rotate(18deg);
  }

  section.faq{
    position: relative;
  }
  .fqimage{
    left: 0;
    z-index: 99;
    top: 0;
    position: absolute;
    max-height: 290px;
    max-width: 295px;
    margin-top: 2rem;
    transform: rotate(18deg);
  }

  .preloader{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw; /* Viewport Width */
    height: 100vh; /* Viewport Height */
    background-color: var(--subcolor);
    position: fixed;
    z-index: 9999999999;
   
  }
  .preloadderlogo{
    max-width: 200px;
  }

  ul.social{
    position: relative;
    list-style: none;
  }

  ul.social > li{
    display: inline-block;
  }
  section.reviews{
    /*background-color: #CEBDC1;*/
    background-color: #CDA38B;
    margin-top: 7rem;
    position: relative;
  }
  .reviewcard{
    border-radius: 30px;
    margin-top: 1.3rem;
  }

  ul.rating{
    list-style: none;
    position: relative;
  }

  ul.rating > li {
    display: inline-block;
    font-size: 14px;
    color: #ff7417;
  }
  img.rimage{
    max-height: 55px;
    border-radius: 100px;
  }

  .faqrow{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  
  #accordion > .card{
    margin-bottom: 1rem;
  }

  #accordion > .card >.card-header{
    background-color: transparent;
    border: 1px solid var(--textcolor);
    color: var(--textcolor);
  }

  .btn-link{
    color: var(--textcolor);
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;

  }

  .btn-link:hover{
    color: var(--textcolor);
  }


  #accordion > .card > .collapse >.card-body{
    border: 1px solid var(--textcolor);
    
  }


  .formbody{
  /*background-color: #CEBDC1;*/
    border: none;
    border-radius: none;
  }

  .footer{
    background-color: var(--textcolor);
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  
  ul.footelinks{
    list-style: none;
    padding-left: 0px;
  }
  ul.footelinks > li > a{
    color: white;
    font-size: 13px;
  
  }
  .footersub{
    position: relative;
    background-color: #1c1c1c;
  }
  

  #goupbtn{
    margin-bottom: 2rem;
      margin-right: 2rem;
      right: 0;
      border: none;
      border-radius: 100px;
      bottom: 0;
      z-index: 99999999;
      background: var(--maincolor);
      position: fixed;
      display: none;
  }


  @media  screen and (max-width: 768px) {
    .topbar{
      display: none;
    }

    .hadercotnet {
      padding-top: 4rem;
      padding-bottom: 4rem;
  }

  .aboutfimage{
    display: none;
  }
  .timage{
    z-index: -99;
  }
  .servicecard{
    margin-top: 1.5rem;
  }

  .fqimage{
    z-index: -99;
  }

 







  }


  @keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
}