@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

        *{
            padding: 0;
            margin: 0px;
            box-sizing: border-box;
        }
 @font-face {
    font-family: Alice;
    src: url('../fonts/Alice-Regular.ttf');
 }    
 @font-face {
    font-family: Poppins-Light;
    src: url('../fonts/Poppins-Light.ttf');
 }   
        header {
    position: absolute;
    width: 100%;
    z-index: 11;
    display: flex;
    justify-content: end;
    /* height: 120px; */
}
header .logo {
    width: 265px;
    height: auto;
    margin-top: -10px;
    cursor: pointer;
}
.gallery-section{
    background: linear-gradient(180deg, #004757 0%, #97500A 100%);
    padding: 48px 0px 26px 0px;
    
}
.gallery-container{
    background: linear-gradient(180deg, #014A5B 0%, #03333E 100%);
filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.img-fluid{
    min-height: 100%;
}
  
 .gallery-blog img{
    border: 1px solid #fff;
    border-radius: 4px;
 }
 .gallery-blog2 img{
    /* max-height: 234px; */
    width: 100%;
    
 }
 .bannerimg{
    max-height: 90vh;
    width: 100%;
    object-fit: cover;
 }
 .gallery-container{
    max-width: 95%;
    margin-top: -252px;
 }
 .gallery-blog1 img{
    /* max-height: 234px; */
    width: 100%;
 }
  .gallery-container .title{
    color: #D4AB5D;


font-family: Alice;
font-size: 32px;
font-style: normal;
font-weight: 400;
line-height: 180%; /* 57.6px */
letter-spacing: 0.96px;
  }
  .gallery-container .para{
    font-family: Poppins-Light;
    font-size: 15px;
    letter-spacing: 1px;
  }
.gallery-top{
    padding-top: 30px;
}
.gallery-container{
    padding: 30px 36px 50px;
}
.according-group{
    border-bottom: 2px solid #fff;
    width: max-content;
    margin: auto;
    position: relative;
}  
.according-group .line{
    max-width: 156px;
    min-width: 156px;
    height: 2px;
    background: #D4AB5D;
    bottom: -2px;
    position: absolute;
    left: 0px;
    transition: 0.5s ease-in-out;
}
.according-group  .according-btn.selected {

}
.according-group .according-btn:nth-child(2):hover ~ .line,.according-group  .according-btn:nth-child(2).selected ~ .line {
    left: 156px;
}
.according-group .according-btn:nth-child(1):hover ~ .line,.according-group  .according-btn:nth-child(1).selected ~ .line{
    left: 0  ;
}
.according-group .line::after{
    width: 6px;height: 6px;content: '';position: absolute;
    background-color: #D4AB5D; border-radius: 50%;left: 50%;transform: translateX(-50%);
    bottom: 0px;
}
.according-btn {
    color: #fff;
}
.according-btn:hover,.according-group  .according-btn.selected {
    color: #D4AB5D;
}
.according-btn p{
    font-family: Alice;
font-size: 23.211px;
font-style: normal;
font-weight: 400;
line-height: 180%; /* 41.779px */
letter-spacing: 0.696px;
margin-bottom: 4px;
}

.according-btn{
    max-width: 156px;
    min-width: 156px;
}
.according-btn i{
    font-size: 20px;
}

.video-box{
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 4px;
}
.video-box::after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
 background: #0000007d;
    border: 1px solid #fff;
    border-radius: 4px;

}
.video-box img{
    border: 0px;
}
.video-box i{
    position: absolute;
    color: #D4AB5D;
    font-size: 32px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
}
.video-box:hover i{
    color: #fff;
}

footer p {
    margin-bottom: 0px;
    color: #D9D9D9D1;
    font-size: 13px;
    letter-spacing: 0.5px;
    margin-top: 3px;
  }
  footer a {
    color: #D9D9D9D1 !important;
    font-size: 13px;
    text-decoration: none !important;
    letter-spacing: 0.5px;
    cursor: pointer;
  }
  .f-12 {
    font-size: 12px;
  }
  .footer-bg {
    background: #343434;
    padding: 8px 0px;
  }
  


   @media (max-width:576px){
    
    .banner-section img.bannerimg{
        min-height: 300px;
        object-fit: cover;
    }
    .banner-section .logo{
        max-width: 185px;
    }
    /* header{
        justify-content: center;
    } */
    .gallery-container {
       
        margin-top: -94px;
    }
    .gallery-top {
        padding-top: 14px;
    }
   }
.reservation-section:before{
    content: none;
}
     
.footer-bg .container{
    max-width: 95%;
    margin-left: auto;
        margin-right: auto;
}
     
@media (min-width:1400px){
    .gallery-container,.footer-bg .container{
        max-width: 1366px;
        margin-left: auto;
        margin-right: auto;
    }
}

.fancybox-button--zoom, .fancybox-button--thumbs, .fancybox-button--play{display: none !important;}