@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=Great+Vibes&family=IBM+Plex+Mono:ital@1&family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Karla:ital,wght@0,200..800;1,200..800&family=Lato:wght@700&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Lobster&family=Lobster+Two&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Old+Standard+TT&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Patua+One&family=Roboto+Slab:wght@100..900&family=Signika+Negative:wght@400;500;600&family=Song+Myung&family=Ultra&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=Castoro:ital@0;1&family=Great+Vibes&family=IBM+Plex+Mono:ital@1&family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Karla:ital,wght@0,200..800;1,200..800&family=Lato:wght@700&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Lobster&family=Lobster+Two&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Old+Standard+TT&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Pattaya&family=Patua+One&family=Roboto+Slab:wght@100..900&family=Signika+Negative:wght@400;500;600&family=Song+Myung&family=Ultra&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=Cantata+One&family=Castoro:ital@0;1&family=Great+Vibes&family=IBM+Plex+Mono:ital@1&family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Karla:ital,wght@0,200..800;1,200..800&family=Lato:wght@700&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&family=Lobster&family=Lobster+Two&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Neuton:ital,wght@0,200;0,300;0,400;0,700;0,800;1,400&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Old+Standard+TT&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Orelega+One&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Pattaya&family=Patua+One&family=Ramaraja&family=Roboto+Slab:wght@100..900&family=Rubik+Gemstones&family=Signika+Negative:wght@400;500;600&family=Song+Myung&family=Ultra&display=swap');
html, body{
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
}
.navbar-nav{
   
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    padding-left: 0px !important;
  }

  a{
      text-decoration: none;
  }
  
/*  HEADER */

.nav-link {
  text-decoration: none;
  display: inline-block;
  padding: 10px;
  color:#000000;
  transition: color 0.3s ease-in-out;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;


}

.navbar-scrolled .nav-link {
  color:#636363;
  }

  @media only screen and (max-width: 1000px) {
      .nav-link {
          color:#BFA25A;
      }
    }

.nav-item .underline {
  height: 4px;
  background-color: transparent;
  width: 0;
  transition: width 0.6s, background-color 0.6s;
  border-radius: 70px;
  margin: 0 auto;

}

.nav-item.active-link a {

  color: #BFA25A;
}

.nav-item.active-link .underline {
  width: 100%;
  background-color:#BFA25A;

}

.nav-item:hover .underline {
  background-color:#BFA25A;
  width: 100%;

}

.nav-item:hover a {

  color:  #BFA25A;
}


.nav-item:active a {
  transition: none;
}

.nav-item:active .underline {
  transition: none;
  background-color:#BFA25A;

}

::selection {
  background-color: #BFA25A;
  color:#BFA25A;
}


.navbar-nav {
  margin-left: auto;
  gap: 20px;
  font-size: 18px;

}

.navbar {
  background-color: rgba(255, 255, 255, 0.1);
  transition: background-color 0.3s ease-in-out;

}

.navbar-scrolled {
  background-color: #f5f5f5;

}


@media only screen and (max-width: 1000px) {
  .navbar {
      background-color: #f7f7f7;
      transition: background-color 0.3s ease-in-out;
  
  }
}

.navbar-toggler{
  border-color: #ffffff !important;
  background-color:#ffffff #ffffff !important;

}


.navbar-toggler:hover,.navbar-toggler:active{
  border-color:#ffffff!important;
  background-color: #ffffff; 
  color: transparent !important;


}

@media screen and (width: 1024px) {
  .navbar-nav {
      font-size: 16px;
  }
}
/* GENERAL BUTTON STYLING */
#button,
#button::after {
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
  -o-transition: all 0.5s;
	transition: all 0.5s;
}
#button,
#button::after {
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
  -o-transition: all 0.5s;
	transition: all 0.5s;

}

#button {
  background:#BFA25A;
  border: 0;
  border-radius: 0px !important;
  color:rgb(255, 255, 255) !important;
  font-size: 15px;
  font-weight: bold;
  margin: 0 auto;
  padding: 13px 30px;
  position: relative;
  text-transform: uppercase;
  border-radius:0;
  transition: 0.5s;
  font-family: 'Poppins', sans-serif;
  border: 2px solid #ffffff;

}

#button::before,
#button::after {
    
  background:#BFA25A !important;
  content: '';
  position: absolute;
  z-index: -1;


}

#button:hover {
  color: #ffffff !important;
  transform: scale(1);
  border: 2px solid #ffffff;

}


.btn-3 {
    overflow: hidden;
  }

  .btn-3::before {
    height: 100%;
    left:0;
    top: 0;
transition: 0.5s;
    width: 0;

  }
  
  .btn-3::after {
    height: 100%;
    right:0;
    top: 0;

    width: 0;

  }

  .btn-3:hover:after,  .btn-3:hover:before {
    height: 100%;
    width: 55%;
  }



  
  .fadeinleft {
    opacity:0;
    transform: translateX(200px);
    transition: all 1.3s ease-out;
  }
  .fadeinright{
    opacity: 0;
    transform: translateX(-200px);
    transition: all 0.8s ease-out;
  }
  .fadeindown{
    opacity: 0;
    transform: translateY(-100px);
    transition: all 1.2s ease-out;
  }
  .fadeinup{
    opacity: 0;
    transform: translateY(100px);
    transition: all 1.2s ease-out;
  }
  .fade-in{
    opacity:0;
    transition: all 1.3s ease-in;
  }
  .active-left,.active,.active-right,.active-down,.active-up{
    opacity:1;
    transform: translateX(0);
    transform: translateY(0);
  }
  .fadein{
  opacity: 0;
  }


/* carousel */

.index-bg1{
    background: url('image/676447802.jpg') rgba(0, 0, 0, 0.212);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 75vh;
    position: relative;
  
    margin-top: 60px;
    overflow: hidden;
  }


  
 
.carousel-caption {
    top: 25%;
    letter-spacing: 5px;
  }
  
 
  
  
  .carousel-caption h1{
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    text-shadow: 3px 2px 2px #BFA25A;
  }
  
  .carousel-caption .col-md-12
  {
    padding: 50px ;
    background: rgba(0,0,0,0.5);
  }
  
  @media only screen and (max-width: 1300px) {
    .carousel-caption .col-md-12
    {
        padding: 20px ;
    }
  }
  @media screen and (max-width: 500px) {
    .button-container:not(:last-child) {
        border-right:0;
        
      }
  }
  
  @media only screen and (max-width: 700px) {
    .carousel-caption .support-caption
    {
  display: flex;
  flex-direction: column;    
  
  }
  #vr{
    padding: 0;
  }} @media screen and (max-width: 300px) {
    .carousel-caption h1{
       font-size: 30px;
    
    }
  
    .carousel-caption h3{
        font-size: 12px !important;
     
     }  }
  

/* **************end */
.about02{
    font-family: "Song Myung", serif;
    font-weight: 500;
    font-style: normal;
    font-size:40px;
}

.Slogan .bg{
    background: url('image/pexels-maria-orlova-4916467.jpg')rgba(0, 0, 0, 0.479);
   
    background-position: center 60%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 300px;
}



   /*FACILITIES*/
   .facilities{
    
    position: relative;
    padding-top: 50px;
    background-color: #fdf4e267;
  }

  .facility-content{
    transition: all 0.6s ease-in-out;
    border:2px solid #BFA25A;
    position: relative;
    overflow: hidden;
padding: 17px 10px 21px;
z-index: 1;
  }

  

  .facility-content::before,
  .facility-content::after {

background:  #BDB17E !important;
content: '';
position: absolute;
z-index: -1;



}





.facility-content::after {
    width: 0;
    left: 0;
    top: 0;
    transition: all 0.6s ease-in-out;

   height: 100%;
  }
  
  .facility-content:hover:after {
    height: 100%;
    width: 50%;
  }

  .facility-content::before {
    height: 100%;
    right: 0;
    bottom: 0;
    transition: all 0.6s ease-in-out;

width:0;
  }

  .facility-content:hover:before {
    height: 100%;
    width:50%;

  }



  .facility-content h4{
    
    font-family: 'Cardo', serif;
    font-weight: bold;

  }

  .facility-content h6{
    
    font-family: 'Jost', sans-serif;
    color: #687179;
    font-size: 18px;
    transition: all 0.6s ease-in-out;
  }

    .facility-content:hover {
transform: scale(1);
color:white;
fill:white;
box-shadow: 0 0 20px 0 #BDB17E;

}

.facility-content:hover h6{
color:white;

}



           /*ROOMS*/
           .room-content,.room-img,.room-text{
            position: relative;
            transition: all 0.6s ease-in-out;
            overflow: hidden;
        
        }
        
        .room-img{
            display: block;
            overflow: hidden;
        
        }
        
        .room-img img{
            transition: all 0.4s ease-in-out;
        
        }
        
        .room-img .room-title{
            content: '';
            position: absolute;
            background-color: black;
            bottom:0;
            left: 0px;
            width: calc(100% - 30px);
            z-index: 1;
            transition: all 500ms ease;
        }
        
        @media only screen and (max-width: 500px) {
            .room-img .room-title{
               position: relative;
               width: 100%;
            }
          }
        
        .room-img .room-title h4 {
            position: relative;
            display: block;
            width: 100%;
            background: #0a0807;
            line-height: 33px;
            color: #fff;
            font-weight: 700;
            padding: 5px 15px 5px 30px;
            font-family: 'Cardo', serif;
            margin: 0;
        
        }
        
        .room-content{
            box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
                background: #f1efee;
        
        }
        
        
        .room-content:hover .room-img img{
            transform: scale(1.1);
        }
          
        .room-amenities{
            position: relative;
            display: block;
            background: #f1efee;
            padding: 10px;
            text-align: center;
        }
        
        .room-amenities span{
            position: relative;
            display: inline-block;
            font-size: 15px;
            color: #8d8b8a;
            margin-right: 20px;
            font-family: 'Outfit', sans-serif;
        
        }
        
        .room-amenities h6{
            font-family: 'Outfit', sans-serif;
        
        }
        
         a.blog-button {
            display: inline-block;
            font-size: 16px !important;
            border: transparent;
            background: #bdb17e;
            width: 100%;
            text-align: start;
            color:white;
            font-family: 'Outfit', sans-serif;
            padding: 10px;
            border:3px solid white;
         }
        
         a.blog-button svg {
            top:3px;
            float: right;
            fill:white;
            position: relative;
            transition: all 0.4s ease-in-out;
        }
        
        
        a.blog-button:hover svg {
            transform: rotate(180deg);
        }
        @media only screen and (min-width: 500px) {
            .room-amenities1 div{
             display: flex;
             justify-content: space-between;
            }
          }


          /*GALLERY*/
.gallery {
    background-color: rgb(250, 250, 250);

  
  }
  

  
  .gallery .titlepage {
    text-align: center;
  }
  
  .gallery .gallery_img {
    height:20vh;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 10px 7px 5px #BFA25A;
    
  }
  
  .gallery .gallery_img figure {
    margin: 0;
  }
  
  .gallery .gallery_img figure img {
    width: 100%;
    transition: all .5s;

  }
  
  .gallery .gallery_img figure img:hover {
    transform: scale(1.2);
  }


  #testimonials{

    background: url('image/Screenshot 2024-04-03 164158.jpg') rgba(0, 0, 0, 0.712);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
    padding: 50px 0;
    height: 480px;
    
  }

  #testimonials.carousel-control-next,#testimonials.carousel-control-prev /*, .carousel-indicators */
   {
    filter: invert(100%);
}



.room-bg1{
    background: url('image/apartment-view-balcony1-1.jpg') rgba(0, 0, 0, 0.5);
    background-attachment: fixed;
    background-position: center 80%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 60vh;
    position: relative;
  
    margin-top: 70px;
  }

  .gallery-bg1{
    background: url('image/img4.jpg') rgba(0, 0, 0, 0.425);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 60vh;
    position: relative;
  
    margin-top: 70px;
  }

  .img-fluid1 {
    height: auto;
      box-shadow: 8px 8px 4px #BFA25A;
      max-width: 100%;
    }


  .about-bg1{
    background: url('image/Screenshot 2024-04-03 164158.jpg') rgba(0, 0, 0, 0.623);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 60vh;
    position: relative;
  
    margin-top: 70px;
  }


  .contact-bg1{
    background: url('image/img2.jpg') rgba(0, 0, 0, 0.438);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 60vh;
    position: relative;
  
    margin-top: 70px;
  }

  


  .bg01{
    text-align: center;
    font-family: "DM Serif Display", serif;
    font-weight: 600;
     font-size: 55px;
    
     padding-top: 230px;
     text-shadow: 2px 1px 1px #ffffff;
    
     
      }

    
      @media(max-width:990px){
    
        .bg01{
           font-size: 45px;
        }
     .font02{
            font-size: 15px !important;
         }
          .about02{
            font-size: 30px;
         }
            .font{
            font-size: 25px !important;
         }
       }

       .contact-box {
        border: 1px solid #AA8B5F;
        padding-top: 70px;
        padding-bottom: 70px;
    }
