.pacifico-regular {
  font-family: "Pacifico", cursive;
  font-weight: 400;
  font-style: normal;
}
.cookie-regular {
  font-family: "Cookie", cursive;
  font-weight: 400;
  font-style: normal;
}




















*{
    
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
}

body{

    font-family: 'Poppins', sans-serif;
    background-color: #ffffff;
    width: 100%;
    text-decoration: none;

}

/* header section */

.container{

    width: 100%;
    margin: auto;
    position: relative;
    height: auto;
    display: flex;
    justify-content:start ;
    text-align: center;
    flex-direction: column;

}


.navheader{
     

    background-image: url("reception.png") ;
    background-size: cover;
    background-position: normal;
    display: flex;
    justify-content: start;
    text-align: center;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    position:relative;
}

@media (max-width: 900px) {

    .navheader{
        background-position: center;
    }
    
    .social .fa-brands{

  visibility: collapse;
    }

   .contact{

   visibility: collapse; 
     }


.search{
    flex:1;
    display: block;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    align-items: center;
}

 .search   ul li{

    margin: 2px;
  
    font-weight: 300;
    padding: 2px;
    font-family: 'Poppins', sans-serif;
   

 }


   .search  ul li a{

    font-size: 16px;
   

   }

   .logoimage img{
    width: 3.5rem;
    height: auto;
   }


 .logotext span{
    font-size: 2.5rem;

 }


} 


@media screen and (max-width: 1100px) {

.booking{
 display: none!important;

}
}
















          
          
.navigation{

    margin-top: 20px;
    background-color: rgba(0, 0, 0, 0.8);
    gap:30px;
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    border-bottom:  rgb(255, 252, 105) 2px solid;
    box-shadow: #000000 0px 2px 2px -1px;
    padding: 5px 0px;
    align-items: center;
}



    

.social{

display:flex;
justify-content:space-evenly ;
text-align: center;
flex-direction: row;
gap: 20px;
margin-top: 15px;


}



.social:hover{

 transform: scaleX(1.2); 

transition: all 0.3s ease-in-out;
}




  .social .fa-brands{

    font-size: 20px;
    color: #ff5722;
    cursor: pointer;
    padding-bottom: 3px;
    transition: all 0.3s ease-in-out;
}




.social .fa-brands:hover{

    transform:  translateY(-5px) scale(1.1); 
   
    color: #ffffff;
    
}

 .search{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;


  
    }
 .search:hover{

    transform:  scale(1.05); 
    cursor: pointer;
    
     transition: all 0.3s ease-in-out    ;
}
 




.logo{
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
     background-color:rgba(0, 0, 0, 0.8) ; 
     margin-bottom: -20px;
     padding: 20px;

     
     
}


.logoimage{


    border-radius:50%;
    animation-name: myanimation1;
    animation-duration: 10s;
    animation-iteration-count: alternate;
    animation-timing-function: linear;

}

@keyframes myanimation1{
    0%{transform: rotate(0deg);}
    25%{transform: rotate(90deg);}
    50%{transform: rotate(180deg);}
    75%{transform: rotate(270deg);}
    100%{transform: rotate(360deg);}
}


.logoimage:hover{
animation-name: none;
transform: scale(1.1);
cursor: pointer;
  transition: all 0.5s ease-in-out;
  filter: contrast(150%);
}



@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
  40% { transform: translateY(-30px); } 
  60% { transform: translateY(-15px); } 
}

   






.logotext:hover{
   
 animation: bounce 2s alternate;
   cursor: pointer;
transition: all 0.3s ease-in-out;




}


.logoimage img{
    width: 5rem;
    height: auto;


}







.logotext span
{
    font-size: 3.75rem;
    font-family:"Cookie" ,cursive;
    font-weight: 400;
    color: #FEF2A7;
    margin-top: 5px;
  
    text-shadow: #c4a716 0px 1px 1px;
   
   
}




 .search  ul{

    list-style: none;

 }
  .search   ul li{

    display:inline-flex;
    flex-direction: row;
    margin: 0 15px;
    font-size: 20px;
    font-weight: medium;
    padding: 12px;
    font-family: 'Poppins', sans-serif;
    

 }

 .search  ul li a{

    text-decoration: none;
    color: rgb(255, 255, 255);
   
 }
.search  ul li a:hover{

    color: #FEF2A7;
   
     transform:  translateY(-3px) scale(1.1); 
     transition: all 0.3s ease-in-out    ;
} 


.contact button{

    padding: 7px 18px;
    background-color: #ff5722;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 8px;
}

.contact button a{

    text-decoration: none;
    color: #ffffff;
}

.contact button:hover{

    border:1px solid rgb(255, 255, 255);
    
    transform: scaleX(1.1); 
}







.headercontent{

    position:relative;
    display: flex;
    justify-content: center;        
    text-align: center;
    flex-direction: column;
    color: #fff;
    z-index: 2;
    margin-top: 150px; 
    width: 100%; 
   
}


.textbox{


    width: 40.625rem;
    margin: auto;
    padding: 20px;
 
    
}

@media screen and (max-width: 600px) {


.textbox{
    width: 30.625rem;
    margin: auto;
    padding: 10px;

}
}

.textbox h1{
     font-family:  'Times New Roman', Times, serif;
    font-size: 54px;
    margin-bottom: 10px;
    text-shadow: #000000 0px 2px 4px;
    word-spacing: 3px;
}

.textbox p{
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    line-height: 1.2;
    text-shadow: #000000 0px 1px 3px;
    word-spacing: 2px;

}

.booking{
    width: 75%;
    height: 110px;
    margin: auto;
    margin-top: -75px;
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.3);
    display: flex;      
    position: relative; 
    justify-content: center;
    text-align: center;
    z-index: 3;
    flex-direction: column;

}








.bookform{
     width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: row;

}

form{
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: row;
    height: fit-content;

}

input[type="text"], input[type="email"],input[type="tel"], input[type="date"], select{

    padding: 0.3125rem;
    margin-right: 1rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1 rem;
    width: 8.75rem;
    background: #ffffff68;
    height:2.5rem;
}
input::placeholder {


  color: rgb(0, 0, 0);
}


.bookform button{

    padding: 10.5px 20px;
    background-color: #ff5722;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
    
}





 /* rooms.html */



.overlay{

    position: relative;
    display: flex;
   
    width: 100%;
    height: 100%;
    flex-direction: column;
    margin-top: 120px;
   
}


.overlaytext{
    display: block;
    text-align: center;
    margin-bottom: 50px;
   
}
 .overlaytext h2{
    font-family: "Pacifico", cursive;
    font-size: 48px;
    margin-bottom: 10px;
    font-weight: bolder;
    color: rgba(0, 0, 0, 0.83);
    display: inline;

 }
    .overlaytext p{
        font-family: 'Poppins', sans-serif;
        font-size: 18px;
        color: #333333;
        line-height: 1.4;
      
    
    }

.card1rooms{


    border-radius: 60px 60px 60px 60px;
    margin: auto;
    width: 85%;
    background-color: rgb(255, 251, 243);
    box-shadow: 0px 4px 8px -1px rgba(199, 132, 73, 0.812);
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: row;
    margin-bottom: 70px;
    padding: 50px 20px;
    box-sizing: border-box;
   
 background-color: rgb(255, 255, 255);
   
}


@media screen and (max-width: 1030px) {

.card1rooms{

    flex-direction: column;
    width: 95%;
    
}




}


.card2rooms{


    border-radius: 60px 60px 60px 60px;
    margin: auto;
    width: 85%;
    background-color: rgb(255, 251, 243);
    box-shadow: 0px 4px 8px -1px rgba(199, 132, 73, 0.812);
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: row;
    margin-bottom: 70px;
    padding: 50px 20px;
    box-sizing: border-box;
   
 background-color: rgb(255, 255, 255);
   
}


@media screen and (max-width: 1030px) {




.card2rooms{

    flex-direction: column;
    width: 95%;

}

}
.card3rooms{


    border-radius: 60px 60px 60px 60px;
    margin: auto;
    width: 85%;
    background-color: rgb(255, 251, 243);
    box-shadow: 0px 4px 8px -1px rgba(199, 132, 73, 0.812);
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: row;
    margin-bottom: 70px;
    padding: 50px 20px;
    box-sizing: border-box;
   
   
 background-color: rgb(255, 255, 255);
}


@media screen and (max-width: 1030px) {


.card3rooms{

    flex-direction: column;
    width: 95%;

}  
}











.cardtext{
 display: flex;
 flex-direction: column;
 justify-content: flex-start;
 align-items:start;


}

.cardtext h3{

    text-align: left;
    padding: 5px;
    font-size: 30px;
    font-weight: 700;
    color: #00000095;
}

.cardtext p{

    text-align: left;
    padding: 10px;
}







.cardimages{

  
    position: relative;
     display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-right: 10px;
  flex-basis: 48%;
}
.cardimages img{

    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0px 4px 8px -1px rgba(199, 132, 73, 0.812);
    
}

.roomcard-content{
  
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    flex-basis: 48%;
}







 .cardheading1{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    
    align-items: center;
    
 }

.cardheading2{

    direction: flex;
    justify-content: flex-start;
    text-align: left;
    align-items: center;
    width:100%;
    margin: 5px;
}

.cardheading2 h4{

    margin: 5px;
    padding:5px ;
    color: #00000095;
}


.cardheading3{
    width: 100%;
    display: flex;
    justify-content: space-between;
    
    align-items: center;
    
 }
 .cardheading4{
    width: 100%;
    display: flex;
    justify-content: space-between;
    
    align-items: center;
    text-align: left;
 }
  .cardheading5{
    width: 100%;
    display: flex;
    justify-content:space-between;
    text-align: left;
    align-items: center;
    margin: auto;

    padding: 10px;
    
 }
.ch2-desc{
      
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.ch2-r1{

    margin: 2px;
    padding:3px ;
    color: #ff5722;
    font-size: larger;
    font-weight: 500;
    border-bottom: 1px solid #ff5722;




}
.ch2-r2{

    margin: 2px;
    padding:3px ;
    color: rgba(0, 0, 0, 0.8);
    font-size:  24px;;
    font-weight: 700;
    font-family: "pacifico",cursive;



}

.ch2-btn{

     display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 5px;
    padding:5px ;
    position: relative;
}


.ch2-btn button{

     display: flex;
 
   justify-content: center;
    align-items: center;

    padding: 15px 25px;
    background-color: #ff5722;
  
    border: none;
    border-radius: 5px;
    cursor: pointer;
   
}
.ch2-btn a{
    text-decoration: none;
    color: #ffffff;
     font-size: 16px;
}

.ch2-btn button:hover{

    transform: scale(1.05);
    background-color: rgb(255, 0, 0);
    border-radius: 5px;
    border: 1px solid rgb(255, 255, 255);
    
}





.ch-c1{
    display: flex;
    justify-content:flex-start;
    width:50%;
    align-items: center;
    padding: 5px;
    margin: 5px;
}


.ch-c2{
    display: flex;
    justify-content:flex-start;
    width:50%;
    align-items: center;
    padding: 5px;
    margin: 5px;
}







.ch-c1-img{
 display: flex;
    justify-content:center;
   
    align-items: center;
    padding: 5px;
}

.ch-c1-desc{
display: flex;
  
    justify-content: center;
    align-items: center;
    padding: 5px;

}



.offers{

    display:flex;
    flex-direction: column;
    width: 100%;
    margin: auto;

 }  
 
 .offerscontent{
 
 border-radius: 60px 60px 60px 60px;
    margin: auto;
    width: 85%;
    height: 610px;
    background-color: rgb(255, 251, 243);
    box-shadow: 0px 4px 8px -1px rgba(199, 132, 73, 0.812);
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: row;
    margin-bottom: 70px;
    padding: 50px 20px;
    box-sizing: border-box;

 background-color: rgb(255, 255, 255);
 }



  @media screen and (max-width: 1330px) {

.offerscontent{

    flex-direction: column;
    width: 95%;
    height: auto;
 }




  }








 .offerscontent-left{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    box-sizing: border-box;
    flex-basis: 48%;
    margin:5px;
    padding: 5px;
     
 }



.offerscontent-left img{
   overflow: hidden;
   width:100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0px 4px 8px -1px rgba(199, 132, 73, 0.812);

}

.offerscontent-right{
box-sizing: border-box;
   position: relative;
     display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    
  flex-basis: 48%;
   margin:5px;
    padding: 5px;
 
}

.offers-heading1{

    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.offers-heading1 h3{


    text-align: left;
    
    font-size: 28px;
    font-weight: 700;
    color: #000000b3;
    
}

.offerstext{
    display: block;
    text-align: center;
    margin-bottom: 50px;
    width: 85%;
    margin: auto;
    margin-bottom: 20px;
   
}
 .offerstext h2{
    font-family: "Pacifico", cursive;
    font-size: 48px;
    margin-bottom: 30px;
    font-weight: bolder;
    color: rgba(0, 0, 0, 0.83);
    display: inline;

 }

.offerstext p{

      font-family: 'Poppins', sans-serif;
        font-size: 18px;
        color: #333333;
        line-height: 1.4;
        margin: 20px;
        text-align: justify;
}


.offers-heading2
{

 display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    text-align: left;
   margin: 7px;
   padding: 7px;
   
}


.offers-heading3
{



 display: flex;
 flex-direction: column;
  
    align-items: center;
    justify-content: center;
    text-align: left;
   margin: 3px;
   padding: 3px;
   width: 100%;




}
.offersrows{


 display: flex;
 
flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    text-align: left;
   margin: 10px;
   padding: 5px;




}

.offerrow1{



display: flex;
 

    align-items: center;
    justify-content: space-evenly;
    text-align: left;
   margin: 10px;
   padding: 2px;
   gap:20px



}

.ofr1st-element{

display: flex;
 

    align-items: center;
    justify-content: space-evenly;
    text-align: left;
   margin: 3px;
   padding: 3px;

  border-radius: 2px ;
  
   background-color: rgb(255, 251, 243);
    box-shadow: 0px 4px 8px -1px rgba(199, 132, 73, 0.812);

 background-color: rgb(255, 255, 255);
}

.ofr2nd-element{

    display: flex;
 

    align-items: center;
    justify-content: space-evenly;
    text-align: left;
   margin: 3px;
   padding: 3px;
    background-color: rgb(255, 251, 243);
    box-shadow: 0px 4px 8px -1px rgba(199, 132, 73, 0.812);

 border-radius: 2px ;

 background-color: rgb(255, 255, 255);
}
.ofr2nd-element-img{

display: flex;
 

    align-items: center;
    justify-content: center;

   margin: 3px;
   padding: 3px;



}

.ofr1st-element-img{

display: flex;
 

    align-items: center;
    justify-content: center;

   margin: 3px;
   padding: 3px;



}

.ofr1st-element-desc{


display: flex;
 

    align-items: center;
    justify-content: center;

   margin: 3px;
   padding: 3px;



}


.ofr2nd-element-desc{


display: flex;
 

    align-items: center;
    justify-content: center;

   margin: 3px;
   padding: 3px;



}










.offerrow2{



display: flex;
 

    align-items: center;
    justify-content: space-evenly;
    text-align: left;
    margin: 10px;
   padding: 2px;

gap:20px



}
.offers-heading4 {




display: flex;
 
flex-direction: row ;
    align-items: center;
    justify-content: space-between;
    
    margin: auto ;
  







}

.offers-heading4  a{

    padding: 15px 25px;
    background-color: #ff5722;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 8px;
    text-decoration: none;
}



.offers-heading4 a:hover{

    background-color: rgb(255, 0, 0);
    font-size: 18px;
      transform: scale(1.05);
    cursor: pointer;
    transition: all 0.3s ease-in-out    ;
}





 /* index.html */

 .index-overlay{
 position: relative;
    display: flex;
   
    width: 100%;
    height: 100%;
    flex-direction: column;
    margin-top: 120px;
 }

    .index-overlaytext{
        display: block;
        text-align: center;
        margin: auto;
        margin-bottom: 100px;
        width: 80%;
        
    }
  .index-overlaytext h2{
    font-family: "Pacifico", cursive;
    font-size: 48px;
    margin-bottom: 80x;
    font-weight: bolder;
    color: rgba(0, 0, 0, 0.83);
    display: inline;
    position: relative;
    top:10px;
     margin-left: 7px;
  }

  .index-overlaytext h3{
    font-family: "Poppins", sans-serif;
    font-size: 23px;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: bolder;
    color: rgba(0, 0, 0, 0.83);
    display: block;
  }


    .index-overlaytext p{
        font-family: 'Poppins', sans-serif;
        font-size: 18px;
        color: #333333;
        line-height: 1.4;
        word-spacing: 1.5px;
        text-align: justify;
    
    }

    .amenties{
      position: relative;
    display: flex;
   justify-content: center;
   align-items: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
    margin-top: 120px;
    }
  


.amenities h2{
  font-family: "Pacifico", cursive;
    font-size: 3rem;
    margin-bottom: 10px;
    font-weight: bolder;
    color: rgba(0, 0, 0, 0.83);
    display: inline;
    margin-top: 10px;
    position: relative;
    top:10px;
     margin-left: 7px;

}


    .amenitieslist{
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: row;

    margin: auto;
    margin-top: 40px;
    width: 85%;
    margin-bottom: 80px;
   align-items: center;
}

@media screen and (max-width:800px){



      .amenitieslist{
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: row;

    margin: auto;
    margin-top: 40px;
    width: 85%;
    margin-bottom: 80px;
   align-items: center;
}

.amenitieslist .fa-solid{

    padding: 5px;
}

}

.amenitieslist  ul  {
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: row;
    gap: 20px;
    list-style: none;
}

.amenitieslist .fa-solid{

    padding: 10px;
}






.nearby-content{

   border-radius: 200px 200px 90px 90px;
    margin: auto;
    width: 75%;
    background-color: rgb(255, 251, 243);
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: row;
    margin-bottom: 70px;
    padding: 50px 20px;
    box-shadow: 0px 4px 8px -1px rgba(199, 132, 73, 0.812);
    border: 2px solid #ff5722;
    margin-top: 50px;
   animation: slideRight 10s ease-in-out 0s forwards;
   transition: all;

}

 @media screen and (max-width: 830px){


.nearby-content{

  
    margin: auto;
    width: 90%;
   border-radius: 150px 150px 90px 90px;
   border: none;
   animation: none;
   background-color: transparent;
     box-shadow: 0px 4px 8px -1px rgba(199, 132, 73, 0.812);
   flex-wrap:wrap ;
}





 }

@keyframes slideRight {
    0% { transform: translateX(-1500px); }
    50% { transform: translateX(150px); }
    75% { transform: translateX(-50px); }
    100% { transform: translateX(0); }
  }

  .nearby-content:hover{
    animation: slideZoom 5s ease-in-out 0s forwards;
    transition: all;
  }

    @keyframes slideZoom {
        0% { transform: scale(1) translateX(0); }
        50% { transform: scale(1.1) translateX(20px); }
        100% { transform: scale(1) translateX(0); }
    }



 
.nearby ul{

       display: flex;
       gap:20px;
    flex-direction: row;
    list-style: none;


}

.nearby ul li{

    margin: 10px;
    padding: 15px;
    border: 2px solid #ff5722;
       border-radius: 200px 200px 90px 90px;
       background: #ffffff;
}

.nearby-text h2{
    font-family: "Pacifico", cursive;
    font-size: 48px;
    margin-bottom: 300px;
    font-weight: bolder;
    color: rgba(0, 0, 0, 0.83);
    display: inline;
    margin-top: 10px;
    position: relative;
    top:10px;
     margin-left: 7px;
}


.index-rooms{

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    background: #ebeae1e1;
    width: 100%;
    height:700px;
    margin: auto;
   
}
.rooms-desc h2{
    font-family: "Pacifico", cursive;
    font-size: 48px;
  
    font-weight: bolder;
    color: rgba(0, 0, 0, 0.83);
    display: inline;
     position: relative;
    top:10px;
     margin-left: 7px;
}


.cardrows{

display: flex;
flex-direction: row;
width: 85%;

justify-content: center;
align-items: start;
margin: auto;
position: relative;
top:-100px;

}

  @media screen and (max-width: 1000px) 
    {
        
  
.index-rooms{
     
display: none;






    }
.hotel-information{

display: none !important;

}
.footer-c2

{

display: none !important;

}


.footer-container2{

    display: none !important;

}

}





.card{
display: flex;
justify-content: start;
align-items: center;
width: 400px;
height:500px;
flex-direction: column;
position: relative;
box-sizing: border-box;
box-shadow: 0px 4px 8px -1px rgba(199, 132, 73, 0.812);
border-radius: 10px;
  background-color: rgb(255, 251, 243);
margin: auto;
top:100px;
}




.cardimage{

width: 400px;
height: 250px;
position: relative;



}
.cardimage img{
 border-radius: 10px 10px 0px 0px;
    width: 100%;
    height: 100%;
}


.carddetail{
width: 100%;
height: 100%;
flex-direction: column;
box-sizing: border-box;
margin: 20px;


}



.firstrow{

    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;

}
.secondrow{

display:flex;
flex-direction: column;
margin: 10px;



}
.row1{

display: flex;
margin: 2px;
}

.row1left{

display:flex;
width: 80%;
justify-content: start;
align-items: center;

}
.wifiimage{
    margin:5px;

   
}
.wifi-desc{

margin:5px;
font-size: smaller;
word-spacing:2px;
color:rgb(86, 86, 86)
}


.row1right{

    display: flex;
    align-items: center;
    justify-content: center;
}


.row2{

display: flex;
margin: 2px;
}

.row2left{

display:flex;
width: 63%;
justify-content: start;
align-items: center;

}


.diningimage{
    margin:5px;

   
}

.dining-desc{

margin:5px;
font-size: smaller;
word-spacing:2px;
color:rgb(86, 86, 86)
}


.row2right{
   
    display: flex;
    align-items: center;
    justify-content: flex-start;


     font-size: 20px;
     font-weight: 600;

    
}

.thridrow{

display: flex;
justify-content: space-between;
align-items: center;
margin:auto;
position: relative;
padding: 10px;
width: 90%;


}
.left{

display: flex;
align-items: center;
justify-content: center;


}

.left a{

    color: #e45221;
    background-color: #ffffff;
    font-size: 1rem ;
}


.left button{


    color: #ffffff;
    border: none;
   
    cursor: pointer;
   



    

}
.right{
display: flex;
align-items: center;
justify-content: center;
text-align: center;

}
.right a{


    text-decoration: none;
    color: #ffffff;
    padding: 6px 15px;
    border-radius: 25px;
    background:#e45221;


}


.right button{

  
   
    color: #fff;
    border: none;
   
    cursor: pointer;
    font-size: 16px;
    margin-top: 8px;
}

.right button:hover{

   
    font-size: 18px;
    transform: scale(1.05); 
}   





.hotel-information{

    display:flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    justify-content: flex-start;
    align-items: center;
}
.hotel-heading{

    font-display: flex;
    justify-content: center;
    align-items: center;
 
}
.hotel-heading h2{
    font-family: "Pacifico", cursive;
    font-size: 48px;
  
    font-weight: bolder;
    color: rgba(0, 0, 0, 0.83);
    display: inline;
    text-align: center;
 
    position: relative;
    top:10px;
    margin-left: 7px;
}
.hotel-container{
   position: relative;
    display: flex;
    flex-direction: row;
    width: 85%;
    border: 1px solid #e45221;
    background-color: rgb(255, 251, 243);
    box-shadow: 0px 4px 8px -1px rgba(199, 132, 73, 0.812);
    padding: 20px;
    margin-top: 50px;
    border-radius: 20px;
    justify-content: space-evenly;
}

.hotel-content{
    display: flex;
    flex-direction: column;
    width: 25%;
    border-right: 1px solid #e45221;
}
.hotel-row1{
    display: flex;
    flex-direction:row ;
    justify-content: center;
    align-items: center;
}

.r1{

    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 15px;
    align-items: center;
    gap:10px;

}
.r2{

    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 15px;
    align-items: flex-start;
    margin-right: auto ;
    gap:10px;

}
.r3{

    display: flex;
    flex-direction: row;
    justify-content: center;
    
    align-items: center;
    gap:10px;
    padding: 15px;

}


.r1-icon{

  display: flex;
    flex-direction: row;
    justify-content: center;
    
    align-items: center;
    width: 50px;
    height: 50px;

}


.r2-icon{

  display: flex;
    flex-direction: row;
    justify-content: center;
    
    align-items: center;
     width: 50px;
    height: 50px;



}

.r3-icon{

  display: flex;
    flex-direction: row;
    justify-content: center;
    
    align-items: center;

    width: 50px;
    height: 50px;

}


.r1-details{

  display: flex;
    flex-direction: row;
    justify-content: center;
    
    align-items: center;


}


.r2-details{

  display: flex;
    flex-direction: row;
    justify-content: center;
    
    align-items: center;


}
.r3-details{

  display: flex;
    flex-direction: row;
    justify-content: center;
    
    align-items: center;


}

.r2-details span{

display: flex;
    flex-direction: row;
    justify-content: center;
    top: 5px;
    align-items: center;
    display: block;
}






.r1-icon img{
    width:40px;
    height: 40px;
    
}
.r2-icon img{
    width:40px;
    height: 40px;
    
}
.r3-icon img{
    width:40px;
    height: 40px;
    
}

.hotel-checkin{

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 30%;
    border-right: 1px solid #e45221;
    
}
.checkinheading{


    display: flex;
  
    align-items: center;
    justify-content: center;

    

}

.checkinspan{
    
   display: flex;
  
    align-items: center;
    justify-content: center;

    padding: 15px;
}

.checkinpara{

    display: flex;
    align-items: center;
    justify-content: center;
    text-align: justify;
    padding: 15px;




}

.hotel-information h4{

    color:#e45221
}

.hotel-roomsNumber{


    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 30%;
    border-right: 1px solid #e45221;

}

.roomsheading{
       display: flex;
    align-items: center;
    justify-content: center;
  
}

.roomscontent{

    padding: 15px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.hotel-essential{

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 25%;

}
.gst1{

    display: flex;
    align-items: center;
    justify-content: center;
    
}

.gst2{

  display: flex;
    align-items: center;
    justify-content: center;
    padding:15px;
}


/* footer section*/
.footer{
    width: 100%;
    height:260px;
   background:rgba(0, 0, 0, 0.8);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: auto;
    box-sizing: border-box;
    padding: 10px;

}


.footer-container1{
    
    display: flex;
    flex-direction: row;
    width:90%;
    justify-content: space-between;
    align-items: center;
    margin:10px;
    padding:10px;
    box-sizing: border-box;
   

}

.footer-c1-desc{

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 10px;
}






.footer-c1{
    width:35%;
    display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;

   
}


.footer-c2{
    width:30%;
display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
 




}
.footer-c3{
    width:35%;
display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;






}


.footer-container2{
      box-sizing: border-box;
    display: flex;
    flex-direction: row;
    width:100%;
    justify-content: space-evenly;
    align-items: center;

    margin: 10px;
     padding:10px;
      box-sizing: border-box;
      background: #ffffff2f;
      color:#ccc;
      gap:400px;
}




.footertag2 a{


    text-decoration: none;
    color:#e45221;
}

.footer h2{

    font-size: 32px;
    font-family:"poppins",sans-serif;
 
 
    font-weight: 400;
    color: #fff;
    padding: 5px;
}
.footer h5{

    font-size: 16px;
   font-family:"poppins",sans-serif;
    font-weight: 300;
    color: #fff;
    padding: 5px;

}

 .footer-c1-para p{
    font-size: 20px;
    color: #fff;
    padding-bottom: 10px;
 }


 .footer-c2-icon .fa-brands{

    font-size: 30px;
    color: #ff5722;
    cursor: pointer;
    padding: 5px;
    margin: 5px;

}

 .footer-c2-icon .fa-brands:hover{

    color: #ffffff;
    transform: scale(1.2);
    transition: all 0.3s ease-in-out;       
}

.footer-c3-form {

    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;



}

.footer-c3-form  input{

    background: #ffffff;
    color: #000000;
    padding: 3px;
    outline: 1px solid #e45221;
    border: 1px solid #ffffff;
}

.footer-c3-form  button{

    background:  #ff5722;;
    color: #ffffff;
    padding: 12px 20px;
    border-radius: 5px;
    transition: 5ms;


}

.footer-c3-form  button:hover{

border:1px solid #ffffff;
    cursor: pointer;
  transform: scaleX(1.1);
}

.footer-c3-form  input:hover{

    border:1px solid #ff0000;
    cursor: pointer;
  transform: scaleX(1.1);
}


/*  <<<<<<<<<<<<<.....services .html.....>>>>>>>>>>>>>*/






  .services-overlay{
 position: relative;
    display: flex;
   
    width: 100%;
    height: 100%;
    flex-direction: column;
    margin-top: 120px;
 }

    .services-overlaytext{
        display: block;
        text-align: center;
        margin: auto;
        margin-bottom: 100px;
        width: 80%;
        
    }
  .services-overlaytext h2{
    font-family: "Pacifico", cursive;
    font-size: 48px;
    margin-bottom: 80x;
    font-weight: bolder;
    color: rgba(0, 0, 0, 0.83);
    display: inline;
    position: relative;
    top:10px;
     margin-left: 7px;
  }

  .services-overlaytext h3{
    font-family: "Poppins", sans-serif;
    font-size: 23px;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: bolder;
    color: rgba(0, 0, 0, 0.83);
    display: block;

    margin-top: 30px;
        margin-bottom: 30px;
  }


    .services-overlaytext p{
        font-family: 'Poppins', sans-serif;
        font-size: 18px;
        color: #333333;
        line-height: 1.4;
        word-spacing: 1.5px;
        text-align: justify;
        margin-top: 30px;
        margin-bottom: 30px;
    }
 .services-cards{


    display: flex;
    flex-direction: column;
    width: 100%;
    justify-self: start;
    align-items: center;

 }


 .services-card1{

    display: flex;
    flex-direction: row;
    width: 80%;
    justify-content: center;
    align-items: center;
     margin: auto;
     border: 1px solid rgba(0, 0, 0, 0.107);
    
       background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 8px -1px rgba(200, 138, 85, 0.812);

 border-radius: 20px ;
 margin-bottom: 50px;

 }


.services-card2{

    display: flex;
    flex-direction: row;
    width: 80%;
    justify-content: center;
    align-items: flex-start;
     margin: auto;
     border: 1px solid rgba(0, 0, 0, 0.107);
    
       background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 8px -1px rgba(200, 138, 85, 0.812);

 border-radius: 20px ;
 margin-bottom: 50px;

 }


.services-card3{

    display: flex;
    flex-direction: row;
    width: 80%;
    justify-content: center;
    align-items: flex-start;
     margin: auto;
     border: 1px solid rgba(0, 0, 0, 0.107);
    
       background-color: rgb(255, 255, 255);
     box-shadow: 0px 4px 8px -1px rgba(200, 138, 85, 0.812);

 border-radius: 20px ;
 margin-bottom: 50px;

 }

@media screen and (max-width: 1030px) {
    .services-card3{

    display: flex;
    flex-direction: column;
    width: 95%;


    }

    
.services-card2{

    display: flex;
    flex-direction: column;
    width: 95%;


    }
.services-card1{

    display: flex;
    flex-direction: column;
    width: 95%;


    }




}






 .services-card1-leftbox{
 


    display: flex;
    flex-direction: row;
   flex-basis: 48%;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: auto;



 }


 .services-card1-leftbox img{


   width:37.5rem;
   height:31.25rem;
   object-fit: cover;
   
   border-radius: 30px 0px 0px 30px;
   overflow: hidden;
  box-shadow: 0px 4px 8px -1px rgba(255, 255, 255, 0.812);
  padding: 0.7rem;

 }
 
@media screen and (max-width: 600px) {
     .services-card1-leftbox img{


   width:30.5rem;
   height:24.25rem;
   object-fit: cover;
}
}



  .services-card1-rightbox{
 


    display: flex;
    flex-direction: column;
    flex-basis: 48%;
    justify-content: center;
    align-items: center ;
    margin-top: 5px;




 }


.services-card1-rightbox h3{

    margin: 10px;
    padding: 10px;
}


 .services-card1-rightbox p{



       font-family: 'Poppins', sans-serif;
        font-size: 18px;
        color: #333333;
        line-height: 1.4;
        word-spacing: 1.5px;
        text-align: left;
        margin: 10px;
       
        overflow: hidden;
        padding: 5px;
   
      

 }
 
 /* contact*/
 .maps{

    display: flex;
    flex-direction: column;
    width: 100%;
 }




 .maps-container-googlemap{

    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
  margin: auto;

 }

 .maps-container-googlemap iframe{
    width:100% ;
    margin: 20px;
    padding: 10px;

 }

.contactpage{

    display: flex;
    width: 80%;
    margin: auto;
    justify-content: space-between;
    background-image:  url(saaya-residency-reception.png);
   box-sizing: border-box;
   margin-bottom: 50px;
   margin-top: 50px;box-shadow: 0px 4px 8px 1px rgba(199, 132, 73, 0.812);
  object-fit: contain;
  background-position: center;
border-radius: 50px;

}


@media screen and (max-width: 1000px) {
    .contactpage{
        flex-direction: column;
        width: 90%;
        margin: auto;
        align-items: center;
    }
}

.contactpage-address{
  display:flex;
  width: 35%;
  flex-direction: column;
   border-radius: 50px;
 margin: 20px;


}



.contactpage-content{

    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: flex-start;
    align-items:start;
    margin: 5px;
    padding: 5px;
}

@media screen and (max-width: 1000px) {
  .contactpage-address{
  display:flex;
  width: 80%;
  flex-direction: column;
  align-items: center;
   border-radius: 50px;
 margin: 20px;
 


}}




.contact-row1{

   display: flex;
    margin: 5px;
    padding: 5px;
    justify-content: center;
    align-items: center;
  

   


}
.contact-row1 h4{

    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    
  
}


.contact-r1{
   
    
    display: flex;
     margin: 5px;
    padding: 5px;
    text-align: left;
}
.contact-r2{
    display: flex;
     margin: 5px;
    padding: 5px;
     
}
.contact-r3{
    display: flex;
     margin: 5px;
    padding: 5px;
  
}

.contact-r1-icon{

display: flex;
     margin: 5px;
    padding: 5px;
 justify-content: center;
    align-items: center;

}


.contact-r1-icon img{
    width: 30px;
    height: 30px;
     background:#fff;
    border-radius: 50%;
}


.contact-r2-icon img{
    width: 30px;
    height: 30px;
    background:#fff;
    border-radius: 50%;
}

.contact-r3-icon img{
    width: 30px;
    height: 30px;
     background:#fff;
    border-radius: 50%;
}






.contact-r1-details{


display: flex;
     margin: 5px;
    padding: 5px;
 justify-content: flex-start;
    align-items: center;
color: #ffffff;

}


.contact-r2-icon{

display: flex;
     margin: 5px;
    padding: 5px;
 justify-content: center;
    align-items: center;

}
.contact-r2-details{


display: flex;
     margin: 5px;
    padding: 5px;
 justify-content: center;
    align-items: center;

color: #ffffff;

}


.contact-r3-icon{

display: flex;
     margin: 5px;
    padding: 5px;
 justify-content: center;
    align-items: center;

}
.contact-r3-details{


display: flex;
     margin: 5px;
    padding: 5px;
 justify-content: center;
    align-items: center;

color: #ffffff;

}


.contactpage-form{
  display:flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 35%;
   margin: 20px;
   
  border-radius: 50px;

}



@media screen and (max-width:1000)
{ 
    
.contactpage-form{
  display:flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
   border-radius: 50px;
 margin: 20px ;

}




 
    

}


   .contactpage-heading h4{
   font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
  

   }


 .contactpage-form form{
    width:60%;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    height: fit-content;
     border-radius: 40px;
    margin: 15px;
    background: transparent;
 
  
}



  .contactpage-form input[type="text"],  .contactpage-form input[type="email"], .contactpage-form  input[type="textarea"]
{

    padding: 15px;
    margin: 10px;
    color: #ffffff;
    border: none;
    outline: none;
    border-bottom:1px solid #ff5722;
    
    font-size: 16px;
    width: 14rem;
    background:transparent;
   
    
    
}  

.contactpage-form input::placeholder{

    color: #ffffff;
}


.contactpage-form label {


    padding: 15px;
    font-size: 18px;
     color: rgb(255, 255, 255);
    margin:3px;
     
}


.contactpage-heading{
    font-size: larger;
    font-weight: 600;
   margin: 10px;
   color: #ffffff;
}

.contactpage-form button{

    padding: 10px 2px;
    background-color: #ff5722;
    color: #fff;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-size: 1rem;
    margin:1rem;
    width: 2 rem;
    
}

.page-heading h2{


  font-family: "Pacifico", cursive;
    font-size: 48px;
    margin-bottom: 80x;
    font-weight: bolder;
    color: rgba(0, 0, 0, 0.83);
    display: inline;
    position: relative;
    top:10px;
     margin-left: 7px;


}


.modal-booking{
    position: fixed;
    z-index: 1050;
    left: 0;        
    top: 0;
    width: 100%;        
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

 .modal-content{
    background-color: #ffffff;
    margin: 10% auto;
    min-height: 43rem;
    width: 60%;
    box-shadow:  0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
    border-radius: 3px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border:0.5rem double #bcbcbc77;
    position: relative;
  
 }


 .close-btn{
   
    position: absolute;
    
    right: 0.5rem;
    font-size: 1.5rem;
    z-index: 1001;
    display: block;
 }
    .close-btn:hover{
        cursor: pointer;
        color: #ff0000;
        transition:0.2s ease-in-out; 

    }


    #booking-img{
        width:80%;
        height:80%;
        position:absolute;
        top:50%;
        left:50%;
        transform: translate(-50%,-50%);
    }


    .modal-content-left{
  
      position:relative;
      background-color: rgb(248, 112, 54);

    }
    @media screen and (max-width: 1030px) {
        .modal-content{
   
    display: grid;
    grid-template-columns: 0.3fr 0.7fr;
    
 }

    }

    @media screen and (max-width: 850px) {
        .modal-content{

      
   display: grid;
    grid-template-columns: 0.1fr 0.9fr;
        }


    }

    @media screen and (max-width: 750px) {

      .modal-content-left{
  visibility: collapse;

    }


        .modal-content{
     margin: auto;
 background-color: rgb(248, 112, 54);;
        
     display: grid;
    grid-template-columns: 0fr 1fr;
    
        }
    
        .modal-content-right{
      border-radius: 0 3px 3px 0;
      position:relative;
       width: 100%;
       margin-right: 50px;
    }

      

 .modal-form h3{
 margin-top: 1rem;
    font-size: 1.7rem;
    margin-bottom: 1rem;
    margin-right: 110px;
    color: #ffffff;
 }

    }


 .modal-content-right{
      border-radius: 0 3px 3px 0;
      position:relative;
       width: 100%;
       display: flex;
         justify-content: center;
         align-items: center;
    }



  

.modal-content-left h3{
    color:#ffffff;
    font-family: "Cookie", cursive;
    font-weight: 600;
    font-size: 2.5rem;
    text-align: center;
    margin: 0.5rem;
    letter-spacing: 1.2px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);

}


 .modal-content-right{
      border-radius: 0 3px 3px 0;
      position:relative;
       width: 100%;
    }
 .modal-form{

        width:100%;
        height:100%;
        position:absolute;
        top:50%;
        left:50%;
        transform: translate(-50%,-50%);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
 

 }
  .modal-form h3{
 margin-top: 1rem;
    font-size: 1.7rem;
    margin-bottom: 1rem;
    text-align:center;
    width:100%;
    font-family: "Cookie", cursive;
    font-weight: 400;
  }


  .form-validation{


   
    margin-bottom: 0.5rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width:100%;
    gap: 10px;
  }



   
.modal-input{
    width:100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   
  }

  .modal-form input[type="text"], .modal-form input[type="email"],  .modal-form input[type="tel"], .modal-form input[type="date"],  .modal-form select{
    width:18rem;
    height: 2.5rem;
    padding: 0.5rem;
    outline: none;
     border-bottom: 1px solid #ff5722;
     border-radius: 1rem;
    
    font-size: 1rem;
    margin-bottom: 1rem;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);





   }

    .modal-form select option{
     color:#828282;
 font: 0.8rem sans-serif;


    }

   .modal-form input[type="number"]{

   
    width:18rem;
    height: 2.5rem;
    padding: 0.5rem;
    outline: none;
    border:none;
  
    font-size: 1rem;
    margin-bottom: 1rem;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    margin-right: 1rem;
     border-bottom: 1px solid #ff5722;
     border-radius: 1rem;
   }

    @media screen and (max-width: 760px) {
       .modal-form input[type="text"], .modal-form input[type="email"],  .modal-form input[type="tel"], .modal-form input[type="date"],  .modal-form select, .modal-form input[type="number"]{
        

    width: 12rem;
    height: 2.2rem;
    padding: 0.3rem;
     margin-right: 110px;
      background: #ffffff;
    }
     .modal-form span{
        display: block;
        margin-right: 20px;
     }

    .submit-btn{
    width:30%;
    height: 2.2rem;
    margin:0.5rem auto;
    margin-right: 110px;





    }
 

  
}

    .modal-form input:hover{
        box-shadow: 0 0 5px #ff5722;
        border:1px solid #ff5722;
        transition:all 0.2s ease-in-out;
    }

.modal-form input:focus{
    box-shadow: 0 0 5px #0bb11f;
    border:1px solid #0bb11f;
    transition:all 0.2s ease-in-out; 

  }


.modal-form select:hover{
        box-shadow: 0 0 5px #ff5722;
        border:1px solid #ff5722;
        transition:all 0.2s ease-in-out;
    }

.modal-form select:focus{
    box-shadow: 0 0 5px #0bb11f;
    border:1px solid #0bb11f;
    transition:all 0.2s ease-in-out; 

  }






  
  .modal-input::placeholder{

 color:#000000;
 font: 0.8rem sans-serif;


  }




  .submit-btn{
    width:80%;
    height: 2.2rem;
    margin:0.5rem auto;
    outline: none;
    border:none;
    border-radius: 1rem;
    font-size: 1rem;
    
    background-color: #ff5722;
    color:#ffffff;
   padding: 5px;
    
}


 @media screen and (max-width: 760px) {
       


    .submit-btn{
    width:60%;
    height: 2.2rem;
    margin:0.5rem auto;
    margin-right: 120px;

    font-size: 0.8rem;



    }
}







.submit-btn:hover{
    cursor: pointer;
    background-color: #0bb11f;
    transition:all 0.2s ease-in-out; 
    border: #fe0000cc solid 1px;
}


.modal-booking1{
    position: fixed;
    z-index: 1100;
    left: 0;        
    top: 0;
    width: 100%;        
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
   
}

 .modal-content1{
    
    margin: 10% auto;
    min-height: 18rem;
    width: 60%;
      background-color: rgb(255, 255, 255);
     box-shadow: 0px 4px 8px -1px rgba(200, 138, 85, 0.812);
    border-radius: 15px;
   
   display: flex;
   flex-direction: column;
    position: relative;
    border:0.5rem double #bcbcbc77;
 }


 .modal-content1 h3{

    color: rgba(200, 138, 85, 0.812);
     color: #e45221;
    font-family: "Cookie", cursive;
    font-weight: 400;
    font-size: 2.5rem;
    text-align: center;
    margin: 1rem;
    letter-spacing: 1.2px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
 }

 .modal-content1 h4{

    color: #e45221;
    font-family: "Cookie", cursive;
    font-weight: 400;
    font-size: 2rem;
    text-align: center;
    margin: 1rem;
    letter-spacing: 1.2px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
 }
.modal-content1 p{

    color: rgb(65, 65, 65, );
   
    
    font-size: 1.1rem;
    text-align: center;
    margin: 1rem;
    
   
 }

 .modal-amenities1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   width: 60%;
    margin: auto;


    padding: 10px;
 }
  .modal-amenities1 li{
    margin: 5px;
    padding: 5px;
    list-style: none;
    font-size: 1.05rem;
    color: rgb(65, 65, 65);
  }

 .close-btn1{
   
    position: absolute;
    
    right: 0.5rem;
    font-size: 1.5rem;
    z-index: 1001;
    display: block;
 }
    .close-btn1:hover{
        cursor: pointer;
        color: #ff0000;
        transition:0.2s ease-in-out; 

    }

/* <<<<<<<<.....modal membership section.....>>>>>>>>>>*/

.modal-membership{
    position: fixed;
    z-index: 4000;
    left: 0;        
    top: 0;
    width: 100%;        
    height: 100%;
    overflow: auto;
    background-image: url(undraw_travelers_kud9.svg);
    display: block;
   background-size: contain;
  
  

}

 .modal-content2{
    background-color: #ffffff;
    margin: 10% auto;
    min-height: 35rem;
    width: 60%;
    box-shadow:  0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
    border-radius: 3px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border:0.5rem double #bcbcbc77;

    position: fixed;
    top:-10%;
    left:20%;

 }

 .close-btn2 {
   
    position: absolute;
    text-decoration: none;
    right: 0.5rem;
    font-size: 1.5rem;
    z-index: 1001;
    display: block;
 }
    .close-btn2 :hover{
        cursor: pointer;
        color: #ff0000;
        transition:0.2s ease-in-out; 

    }
 
.close-btn2 a {
    text-decoration: none;
    color: inherit;
}
   
    #membership-img{
        width:80%;
        height:80%;
        position:absolute;
        top:50%;
        left:50%;
        transform: translate(-50%,-50%);
    }


    .modal-content-left2{
  
      position:relative;
       background-color: #a2a2a2;
     
    }
  

.modal-content-left2 h3{
    color:rgb(255, 255, 255);
    font-family: "Cookie", cursive;
    font-weight: 600;
    font-size: 2.5rem;
    text-align: center;
    margin: 1rem;
    letter-spacing: 1.2px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);

}


 .modal-content-right2{
      border-radius: 0 3px 3px 0;
      position:relative;
       width: 100%;
    }
 .modal-form2{

        width:100%;
        height:100%;
        position:absolute;
        top:50%;
        left:50%;
        transform: translate(-50%,-50%);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
 

 }
  .modal-form2 h3{
     text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    font-size: 1.7rem;
    margin-bottom: 1rem;
    text-align:center;
    width:100%;
    font-family: "Cookie", cursive;
    font-weight: 400;
  }


  .form-validation2{


   
    margin-bottom: 0.5rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width:100%;
    gap: 10px;
  }



   
.modal-input2{
    width:100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   
  }

  .modal-form2 input[type="text"], .modal-form2 input[type="email"],  .modal-form2 input[type="tel"], .modal-form2 input[type="date"],  .modal-form2 select{
    width:18rem;
    height: 2.5rem;
    padding: 0.5rem;
    outline: none;
     border-bottom: 1px solid #ff5722;
     border-radius: 1rem;
    
    font-size: 1rem;
    margin-bottom: 1rem;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);





   }
   

    .modal-form2 input:hover{
        box-shadow: 0 0 5px #ff5722;
        border:1px solid #ff5722;
        transition:all 0.2s ease-in-out;
    }

.modal-form2 input:focus{
    box-shadow: 0 0 5px #0bb11f;
    border:1px solid #0bb11f;
    transition:all 0.2s ease-in-out; 

  }


.modal-form2 select:hover{
        box-shadow: 0 0 5px #ff5722;
        border:1px solid #ff5722;
        transition:all 0.2s ease-in-out;
    }

.modal-form2 select:focus{
    box-shadow: 0 0 5px #0bb11f;
    border:1px solid #0bb11f;
    transition:all 0.2s ease-in-out; 

  }






  
  .modal-input2::placeholder{

 color:#000000;
 font: 1rem sans-serif;


  }




  .submit-btn2{
    width:80%;
    height: 2.2rem;
    margin:0.5rem auto;
    outline: none;
    border:none;
    border-radius: 1rem;
    font-size: 1rem;
    
    background-color: #ff5722;
    color:#ffffff;
   padding: 5px;
    
}

.submit-btn2:hover{
    cursor: pointer;
    background-color: #0bb11f;
    transition:all 0.2s ease-in-out; 
    border: #fe0000cc solid 1px;
}

  @media screen and (max-width: 760px) {
       .modal-form2 input[type="text"], .modal-form2 input[type="email"],  .modal-form2 input[type="tel"],   .modal-form2 select {
        

    width: 12rem;
    height: 2.2rem;
    padding: 0.3rem;
     margin-right: 110px;
      background: #ffffff;
    }
    



}



      @media screen and (max-width: 1030px) {
        .modal-content2{
   
    display: grid;
    grid-template-columns: 0.3fr 0.7fr;
    
 }

    }

    @media screen and (max-width: 850px) {
        .modal-content2{

      
   display: grid;
    grid-template-columns: 0.1fr 0.9fr;
        }


    }

    @media screen and (max-width: 750px) {

      .modal-content-left2{
  visibility: collapse;

    }


        .modal-content2{
     margin: auto;
 background-color: rgb(248, 112, 54);;
        
     display: grid;
    grid-template-columns: 0fr 1fr;
    
        }
    
        .modal-content-right2{
      border-radius: 0 3px 3px 0;
      position:relative;
       width: 100%;
       margin-right: 50px;
    }

      

 .modal-form2 h3{
 margin-top: 1rem;
    font-size: 1.7rem;
    margin-bottom: 1rem;
    margin-right: 110px;
    color: #ffffff;
 }
    }
    
  @media screen and (max-width: 750px){
        .submit-btn2{
    width:60%;
    height: 2.2rem;
    margin:0.5rem auto;
    margin-right: 150px;
   
        }}