@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
   

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}          
body{
    max-width: 100%;
    overflow-x: hidden;
    font-family: "Roboto", serif;
    font-optical-sizing: auto; 
    font-weight: 400;   
    font-style: normal;     
    font-variation-settings: "wdth" 100;  
}    
#txt_name  
{              
    display: none;       
}         
.color-red{
    color : #FF2C2C;   
}

/*header starts*/        
.navbar-collapse{            
    justify-content: center !important;       
}

.header-bottom{
    background-color: #084E04;
}
      
.nav-link{
    color: white !important;
    font-weight: 600 !important;
}

.mobile-header{   
    width: 100%;
    height: 3rem;    
    position: fixed;
    bottom: 0;
    z-index: 10;
    background-color: white;       
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.navbar-light .navbar-toggler-icon{      
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


/*header ends*/

/*home page start*/

.carousel-overlay{
    width: 100%;
    height: 100%;
    background-color: #00000094;
    position: absolute;
    top: 0;
    right: 0; 
    left: 0;
    z-index: 9;
}    
.carousel-caption{
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
    z-index: 10;
}
      
.about-section{
    min-height: 42rem;
}

.sec-title{
    font-size: 50px;
    line-height: 60px;
    color: #084E04;
    font-weight: 800;    
    margin-bottom: 50px;
    position: relative;
    font-family: 'Playfair Display', serif;
}

.sub-title {
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 1.6em;
    color: #3f4a3c;
    font-weight: 700;
    font-family: "Roboto";
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
}

.room-section{
    min-height: 22rem;             
}
.room-img{
    height: 22rem;
}

.btn-costum{
    background-color: #ffb800;
    border: #ffb800;
}
       
.image-row{
    /*position: relative;  */
    /*left: -15%;*/
    margin-top: 3%;
}

.amenities-card{
    border: 0;
    /*width: 14rem;*/
    color: #3f4a3c;
    font-weight: 600;
}    
.card-img-top{
    width: 100px;
}

.amenities-big-card{       
    min-height: 13rem;   
    border-radius: 2rem;     
    justify-content: center;
    /*box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;*/
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}


.activities-card{
    min-height: 20rem;
    border: 0px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}   

.activities-card ul{
    list-style: none;        
    padding: 0;
}

.card-img-overlay{   
    background-color: #00000059;    
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/*home page end*/     


/*image Gallery start */
#gallery {
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4;
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
	}
	@media (max-width:1200px) {
		#gallery {
			-webkit-column-count: 3;
			-moz-column-count: 3;
			column-count: 3;
			-webkit-column-gap: 20px;
			-moz-column-gap: 20px;
			column-gap: 20px;
		}
	}
	@media (max-width:800px) {
		#gallery {
			-webkit-column-count: 2;
			-moz-column-count: 2;
			column-count: 2;
			-webkit-column-gap: 20px;
			-moz-column-gap: 20px;
			column-gap: 20px;
		}
	}
	@media (max-width:600px) {
		#gallery {
			-webkit-column-count: 1;
			-moz-column-count: 1;
			column-count: 1;
		}
	}
	#gallery img,
	#gallery video {
		width: 100%;
		height: auto;
		margin: 4% auto;
		box-shadow: -3px 5px 15px #000;
		cursor: pointer;
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
	}

/*Image Gallery ends*/  


/*footer starts*/

.footer{
         
}
.upper-footer{
    min-height: 15rem;
}
.lower-footer{
    min-height: 3rem;
}    
.quick-links{   
    list-style: none;
    padding: 0;
}
.quick-links li a{
    text-decoration: unset;
    color: black;
}
.lower-footer{
     background-color: #084E04;
     color: white;
     font-weight: 600;
}      
.lower-footer a{
    color: white;
}    

/*footer ends*/


@media screen and (min-width: 990px) {
  .image-row{
    position: relative;  
    left: -15%;
    margin-top: 3%;
    }
}

/*Specila Offers*/
.special-offer{
    width: 100px;
    position: fixed;
    bottom: 130px;
    right: 100px;
}
.special-offer img{
    width: 130px;    
}

