@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700&display=swap');
*{
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}
body{
  background: #f0e6ca;
}
.floating-icons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column; /* Display icons vertically */
  gap: 10px;
}

.icon {
  width: 50px;
  height: 50px;
  background-color: transparent;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s;
}



.popup {
  position: fixed;
  bottom: 50px; /* Adjust vertical position */
  right: 50px; /* Increase distance from icons */
  width: 30px;
  background-color:transparent;
  border-radius: 8px;

  display: none;
  padding: 20px;
}



.content{
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.content header{
  font-size: 30px;
  font-weight: 700;
}
.content .text{
  font-size: 30px;
  font-weight: 700;
}
.space{
  margin: 10px 0;
}
nav .logo.space{
  color: red;
  padding: 0 5px 0 0;
}
@media (max-width: 980px){
  nav .menu-icon,
  nav .cancel-icon,
  nav .search-icon{
    margin: 0 20px;
  }
  nav form{
    right: 30px;
  }
  .btnn {
    margin: -10px 0 0 33px;
}
}
@media (max-width: 350px){
  nav .menu-icon,
  nav .cancel-icon,
  nav .search-icon{
    margin: 0 10px;
    font-size: 16px;
  }
}
.content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.content header{
  font-size: 30px;
  font-weight: 700;
}
.content .text{
  font-size: 30px;
  font-weight: 700;
}
.content .space{
  margin: 10px 0;
}

  
  /* BANNER START---------------------------------------------------------------------------- */

  
  .imag {
    position: relative;
    /* display: inline-block; */
    width: 100%;
   
  }
  .fit{
    width: 100%;
    
  }
  
  .imag img {
    /* filter: blur(2px); */
    width: 100%;
    height: auto;
    
  }
  
  .imag  .heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin: -4px 0 0 0;
  
    
  }
  
  
  @media (max-width: 767px) {
    .imag {
      display: block;
      width: 100%;
      height: auto;
    }

    .fit{
      width: 100%;
    }
  
    .imag img {
        /* filter: blur(2px); */
        width: 100%;
        height: 300px;
      }
      
  
    .imag .heading {
  font-size: 35px;
  margin: -4px 0 0 0;
  }
  }

  .lie {
    width: 100%;
    margin-bottom: 30px;
   
 }
 .out{
   width: 100%;

 }
 .in{
   width: 30%;

   margin: auto;
 }
 
   .lie h1{
     margin: auto;
     color: #414141;
     font-family: Arial Rounded MT Bold;
     font-size: 40px;
     font-style: normal;
     font-weight: bold;
     line-height: normal;
     margin-top: 20px;
     margin-left: 35px;
   
   }
   .lie img {
     margin: auto;
     
   }
 
  
 
 
   @media (max-width: 768px)  {
 
     .lie h1{
         text-align: left;
         color: #414141;
         font-family: Arial Rounded MT Bold;
         font-size: 25px;
         font-style: normal;
         font-weight: bold;
         line-height: normal;
         margin-top: 20px;
         margin-left:-4px;
       
       }
       .out{
         width: 100%;
          
       }
       .in{
         width: 45%;
        margin: auto;
       
       }
       
        
     .lie img {
   
        width: 155px;
        margin: 0 0 0 0px;
       }



       .imag {
        display: block;
        width: 100%;
        height: auto;
      }
  
      .fit{
        width: 100%;
      }
    
      .imag img {
        
          width: 100%;
          height: 300px;
        }
        
    
      .imag .heading {
    font-size: 35px;
    margin: -4px 0 0 0;
    }
   }
  
 


  /* BRANDS START---------------------------------------------------------------------------- */
  .lia {
    width: 100%;
   
 }
 .out{
   width: 100%;
    
 }
 .in{
   width: 30%;
  
   margin: auto;
 }
 
   .lia h1{
     margin: auto;
     color: #414141;
     font-family: Arial Rounded MT Bold;
     font-size: 40px;
     font-style: normal;
     font-weight: bold;
     line-height: normal;
     margin-top: 20px;
     margin-left: 75px;
   
   }
   .lia img {
     margin: auto;
     
   }
 
  
 
 
   @media (max-width: 768px) {
    .lia{
      margin: 0 0 -20px 0;
    }
 
     .lia h1{
         text-align: left;
         color: #414141;
         font-family: Arial Rounded MT Bold;
         font-size: 30px;
         font-style: normal;
         font-weight: bold;
         line-height: normal;
         margin-top: 20px;
         margin-left:0px;
       
       
       }
       .out{
         width: 100%;
          
       }
       .in{
         width: 55%;
        margin: auto;
      
       
       }
       
        
     .lia img {
   
        width: 155px;
       }
   }

/* BRANDS END---------------------------------------------------------------------------- */




   
  
  
 
  
  
  /* B CONTENT START------------------------------------------------------------------------ */
  
  .card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .card-container .cards{
    flex: 1;
    margin: 25px;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }
  
  .card-container .cards img {
    width: 100%;
    height: 150px;
    /* object-fit: cover; */
    object-position: top;
  }
  
  .card-container .card-content {
    padding: 20px;
  }
  
  .card-container .card-content h3 {
    font-size: 18px;
    margin: 0;
  }
  
  .card-container .card-content p {
    font-size: 14px;
    margin: 10px 0 0;
  }
  
  @media (max-width: 768px) {
    .card-container {
      justify-content: flex-start;
      margin: 0 0 0 5px;
    }
  
    .card-container .cards {
      flex-basis: calc(50% - 50px);
                max-width: calc(50% - 50px);
    }

    .card-container .cards img{
      height: 100px;
    }
  }
  
  
  /* B CONTENT END------------------------------------------------------------------------- */
  
  
/* FOOTER START---------------------------------------------------------------------------- */

.foot{
  text-align: center;
 background-color: #000000;
 height: 12vh;

}
.foot .fot p{
  color: #fcfcfc;
  padding: 20px 0 0 0;

}
.foot .fot a{
  color: white;
}


@media screen and (max-width:700px){
.foot{
  text-align: center;
 background-color: #000000;
 height: 7vh;

}
.foot .fot p{
  color: #fcfcfc;
  padding: 16px 0 0 0;
  font-size: 10px;

}
.foot .fot a{
  color: white;
}
      }

/* FOOTER END------------------------------------------------------------------------------ */

  


  /* CONTACT FORM START--------------------------------------------------------------------- */

  .items {
    margin: 10px 20px 30px 60px;
  }
  
  
    .container {
      display: flex;
      flex-direction: row;
     
    }
    
    .container .image {
      flex: 1;
      margin-right: 20px; /* Adjust spacing between image and content */
    }
    
    .container .image img {
      max-width: 150%;
      height: auto;
      width: 457px;
     
    }
    
    .container .conten {
      flex: 1;
    
    }
  
    .items .container .conten h1{
      color: #64b2cb;
    }
    
    .items .container .conten h2{
      /* color: #64b2cb; */
      font-size: 20px;
    }
  
    .items .container .conten .para{
  
      font-size: 17px;
      line-height: 1.7;
      margin: 0 0 50px 0;
  
    }
  
    .items .container .btn a{
      margin: 0px 0 50px 0;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.42857143;
      text-align: center;
      white-space: nowrap;
      cursor: pointer;
      border: 2px solid #337ab7;
  border-radius: 5px;
      padding: 10px 10px 10px 10px;
      margin: 50px 0 0 0;
    }
  
    .items .conten .group .control {
    padding: 10px 192px 10px 29px;
    margin: 00 0 8px 0;
  }
  
  
  #myform{
      margin: 20px 0 0 0;
  }
  #branch {
    margin: 0 0 10px 0;
    padding: 12px 220px 12px 10px;
    color: #000;
    font-size: 18px;
    width: 75%;
   

  }
  .input_field #name {
    margin: 0 0 10px 0;
    padding: 12px 220px 12px 10px;
    color: #000;
    font-size: 18px;
    width: 75%;
  }
  .input_field #phone{
      margin: 10px 0 10px 0;
      padding: 12px 220px 10px 12px ;
      color: #000;
      font-size: 18px;
      width: 75%;
  }
  
  .input_field #email{
      margin: 10px 0 10px 0;
      padding: 12px 220px 10px 12px ;
      color: #000;
      font-size: 18px;
      width: 75%;
  }
  
  .input_field #address{
      margin: 10px 0 10px 0;
      padding: 12px 220px 10px 12px ;
      color: #000;
      font-size: 18px;
      width: 75%;
  }
  .input_field #message{
      margin: 10px 0 10px 0;
      padding: 10px 245px 10px 10px ;
      color: #000;
      font-size: 18px;
      width: 75%;
  }
  
  .btn input {
    padding: 10px 15px 10px 15px;
    color: #000;
    /* background-color: #C4A356; */
    background-image: linear-gradient(to right, #C4A356, #d8ceb7);
    border-radius: 10px;
  }

  .btn input:hover {
    padding: 10px 15px 10px 15px;
    color: #000;
    /* background-color: #C4A356; */
    background-image: linear-gradient(to right,  #d8ceb7,#C4A356);
    border-radius: 10px;
    cursor: pointer;
  }
  .bookingimage{
    padding-top: 20px;
   border-radius: 10px;
  }
  
    @media (max-width: 768px) {
      .container {
        flex-direction: column;
      
      }

      .container .conten {
        flex: 1;
        margin: 0 0 0 25px;
        
    }
    
      .container .image {
        margin-right: 0;
        margin-bottom: 20px; /* Adjust spacing between image and content for mobile */
      }
  
      .container .image img {
       
       
        width: 100%;
        height: auto;
        padding: 5px;
        margin-top: 20px;
        border-radius: 10px;
        
      }
  
      .items {
        margin: 0 0 50px 0;
      }
  
      .items .container .btn a{
        margin: 0px 0 50px 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        cursor: pointer;
        border: 2px solid #337ab7;
  border-radius: 5px;
        padding: 5px 5px 5px 5px;
      }
     
      #branch{
        width: 95%;
      }
  
      .input_field #name{
      margin: 10px 0 10px 0;
      padding: 10px 70px 10px 10px ;
      width: 95%;
  }
  
  
  .input_field #phone{
      margin: 10px 0 10px 0;

     width: 95%;
    
      
  }
  
  .input_field #email{
      margin: 10px 0 10px 0;
      padding: 10px 70px 10px 10px ;
      width: 95%;
  }
  
  .input_field #address{
      margin: 10px 0 10px 0;
      padding: 10px 70px 10px 10px ;
      width: 95%;
  }
  .input_field #message{
      margin: 10px 0 10px 0;
      padding: 10px 92px 10px 10px ;
      width: 95%;
  }
  
  .btn input {
    padding: 10px 15px 10px 15px;
    color: #000;
    /* background-color: #C4A356; */
    background-image: linear-gradient(to right, #C4A356, #d8ceb7);
    border-radius: 10px;
  }

  .btn input:hover {
    padding: 10px 15px 10px 15px;
    color: #000;
    /* background-color: #C4A356; */
    background-image: linear-gradient(to right,  #d8ceb7,#C4A356);
    border-radius: 10px;
  }
      
    }

  /* CONTACT FORM END----------------------------------------------------------------------- */
  
  
  /* CARD START----------------------------------------------------------------------------- */

  .card-cer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 39px 0 34px;
  }
  
  .card-cer .card {
    width: calc(33.33% - 20px); 
    margin-bottom: 0px; 
    
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    background-color: white;
    border-radius: 10px;
    border: 3px solid #C4A356;
    
   
  }
  .card-cer .card :hover{
    background-color:rgba(0, 0, 0, 0.5);
  }

 

  .card-cer .card .pa{
    color: #000;
    margin: 5px 10px 5px 10px;
    font-weight: bold;
 
  }
  .card-cer .card .pe{
    color: #000;
    margin: 5px 10px 5px 10px;
    font-size: 14px;
  }
  .card-cer .card .po{
    color: #000;
    margin: 5px 10px 5px 10px;
    font-weight: bold;
  }
  
  @media screen and (max-width: 1200px) {
    .card-cer .card {
      width: calc(33.33% - 10px); 
      box-shadow: rgba(97, 97, 97, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    background-color: white;
    margin-bottom: 20px; 

    }
  }
  
  @media screen and (max-width: 767px) {
    .card-cer .card {
      width: 100%; 
      
      background-color: white;
      box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    }



  }


  /* CARD END------------------------------------------------------------------------------- */


  /* Click Start---------------------------------------------------------------------------- */


  * {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

.comt {
    background-color: rgb(25, 25, 25, .4);
    width: 95%;
    height: 130px;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    border-radius: 10px;
    margin: 0 0 70px 35px;
    border: 2px solid #C4A356;
}

.comt .cent {
    text-align: center;
    margin: 0;
    padding: 20px 0;
}

.comt .cent .bold {
    font-size: 25px;
    font-style: bold;
    color: white;
    margin: 0 0 10px 0;
}

.comt .cent .small {
    font-size: 15px;
    font-style: bold;
    color: white;
    margin: 0 0 10px 0;
}

.comt .cent .colo {
    color: aqua;
}

.comt .cent .spa {
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #C4A356;
    border: 2px solid black;
    border-radius: 5px;
}

.comt .cent .spa:hover {
    background-color: #8c8b87;
    border-radius: 5px;
}

.comt .cent .spa:hover a {
    color: white;
}

.comt .cent .spa a {
    text-decoration: none;
    color: black;
    font-size: 15px;
}

.spa {
  background-color: #3498db;
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  transition: transform 0.3s ease; /* Transition for smooth animation */
}

.spa:hover {
  transform: translateY(-5px); /* Move the button 5 pixels up on hover */
}

@media screen and (max-width: 1024px) {
    .comt {
        width: 80%;
        height: 200px;
    }

    .comt .cent .bold {
        font-size: 20px;
    }

    .comt .cent .small {
        font-size: 12px;
    }

    .comt .cent .spa {
        margin-top: 20px;
        padding: 12px 20px;
    }
}

@media screen and (max-width: 480px) {
    .comt {
        width: 90%;
        height: 120px;
        margin: 0 0 64px 23px;
    }

    .comt .cent .bold {
        font-size: 18px;
    }

    .comt .cent .small {
        font-size: 11px;
    }

    .comt .cent .spa {
        margin-top: 15px;
        padding: 8px 15px;
    }
}


  /* Click end----------------------------------------------------------------------------- */


 /* WHTSAPP START----------------------------------------------------------------------------- */

 .whtsapp-btn-container{
  position: fixed;
  right: 30px;
  bottom: 50px;
  padding: 24px;
  animation: fade-up 1000ms forwards;
  animation-delay: 1000ms;
  opacity: 0;
}

@keyframes fade-up {
  100%{
      bottom: 164px;
      opacity: 1;
  }
  
}


.whtsapp-btn-container .whtsapp-btn{
  font-size: 50px;
  color: rgb(5, 187, 126);
  display: inline-block;
  transition: all 400ms;
}


.whtsapp-btn-container span{
  position: absolute;
  top: 0;
  left: 4px;
  font-family: "Roboto",sans-serif;
  font-weight: bold;
  color: #075e54;
  transform:rotateZ(20deg) translateX(10px);
  opacity: 0;
  transition: all 400ms;
}

.whtsapp-btn-container .whtsapp-btn:hover +span{
  transform: rotateZ(0deg) translateX(0px);
  opacity: 1;
}

.whtsapp-btn-container .whtsapp-btn:hover{
  transform: scale(1.2);
}

section.whtsapp .whtsapp-btn-container a.whtsapp-btn i.fa.fa-whatsapp {
  color: green;
}


/* WHTSAPP END------------------------------------------------------------------------------- */


@media (max-width: 768px) {


  /* WHTSAPP START------------------------------------------------------------------- */

.whtsapp-btn-container {
position: fixed;
right: 8px;
bottom: -50px;
padding: 22px;
animation: fade-up 1000ms forwards;
animation-delay: 0s;
animation-delay: 1000ms;
opacity: 0;
}


.whtsapp-btn-container i.fa.fa-whatsapp {
color: green;
}







/* WHTSAPP END-------------------------------------------------------------------- */



}

/* INSTA START--------------------------------------------------------------------------------------- */

.insta-btn-container{
  position: fixed;
  right: 30px;
  bottom: -50px;
  padding: 24px;
  animation: fade-up-insta 1000ms forwards;
  animation-delay: 1000ms;
  opacity: 0;
}

@keyframes fade-up-insta {
  100%{
      bottom: 4px;
      opacity: 1;
  }
}

.insta-btn-container .insta-btn{
  font-size: 50px;
  color: rgb(187, 5, 5);
  display: inline-block;
  transition: all 400ms;
}

.insta-btn-container span{
  position: absolute;
  top: 0;
  left: 4px;
  font-family: "Roboto",sans-serif;
  font-weight: bold;
  color: #9c143b;
  transform:rotateZ(20deg) translateX(10px);
  opacity: 0;
  transition: all 400ms;
}

.insta-btn-container .insta-btn:hover +span{
  transform: rotateZ(0deg) translateX(0px);
  opacity: 1;
}

.insta-btn-container .insta-btn:hover{
  transform: scale(1.2);
}

@media (max-width: 768px) {

  .insta-btn-container{
    position: fixed;
    right: 8px;
    bottom: -50px;
    padding: 24px;
    animation: fade-up-insta 1000ms forwards;
    animation-delay: 1000ms;
    opacity: 0;
  } 
}

/* INSTA END----------------------------------------------------------------------------------------- */


/* FACE START---------------------------------------------------------------------------------------- */

.face-btn-container{
  position: fixed;
  right: 30px;
  bottom: -50px;
  padding: 24px;
  animation: fade-up-facebook 1000ms forwards;
  animation-delay: 1000ms;
  opacity: 0;
}

@keyframes fade-up-facebook {
  100%{
      bottom: 84px;
      opacity: 1;
  }
}

.face-btn-container .face-btn{
  font-size: 50px;
  color: rgb(5, 129, 187);
  display: inline-block;
  transition: all 400ms;
}

.face-btn-container span{
  position: absolute;
  top: 0;
  left: 4px;
  font-family: "Roboto",sans-serif;
  font-weight: bold;
  color: #065993;
  transform:rotateZ(20deg) translateX(10px);
  opacity: 0;
  transition: all 400ms;
}

.face-btn-container .face-btn:hover +span{
  transform: rotateZ(0deg) translateX(0px);
  opacity: 1;
}

.face-btn-container .face-btn:hover{
  transform: scale(1.2);
}

@media (max-width: 768px) {


  .face-btn-container{
    position: fixed;
    right: 8px;
    bottom: -50px;
    padding: 24px;
    animation: fade-up-facebook 1000ms forwards;
    animation-delay: 1000ms;
    opacity: 0;
  }
  
}

/* FACE END------------------------------------------------------------------------------------------ */


/* CALL START---------------------------------------------------------------------------------------- */

.call-btn-container{
  position: fixed;
  right: 30px;
  bottom: -50px;
  padding: 24px;
  animation: fade-up-call 1000ms forwards;
  animation-delay: 1000ms;
  opacity: 0;
}

@keyframes fade-up-call {
  100%{
      bottom: 244px;
      opacity: 1;
  }
  
}


.call-btn-container .call-btn{
  font-size: 50px;
  color: rgb(5, 129, 187);
  display: inline-block;
  transition: all 400ms;
}


.call-btn-container span{
  position: absolute;
  top: 0;
  left: 4px;
  font-family: "Roboto",sans-serif;
  font-weight: bold;
  color: #065993;
  transform:rotateZ(20deg) translateX(10px);
  opacity: 0;
  transition: all 400ms;
}

.call-btn-container .call-btn:hover +span{
  transform: rotateZ(0deg) translateX(0px);
  opacity: 1;
}

.call-btn-container .call-btn:hover{
  transform: scale(1.2);
}


@media (max-width: 768px) {


  .call-btn-container{
    position: fixed;
    right: 8px;
    bottom: -50px;
    padding: 24px;
    animation: fade-up-call 1000ms forwards;
    animation-delay: 1000ms;
    opacity: 0;
  }

}




/* CALL END------------------------------------------------------------------------------------------ */



  




