@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=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&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Forum&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Cormorant:ital,wght@0,300..700;1,300..700&family=Dancing+Script:wght@400..700&family=Fleur+De+Leah&family=Jost:ital,wght@0,100..900;1,100..900&family=Marcellus&family=Montserrat+Underline:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Rouge+Script&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:rgb(235, 235, 235);
  transition: color 0.3s ease-in-out;
  font-family: 'marcellus', sans-serif;
  font-weight: bold;


}

.navbar-scrolled .nav-link {
  color:rgb(0, 0, 0);
  }

  @media only screen and (max-width: 1000px) {
      .nav-link {
          color:rgb(255, 255, 255);
      }
    }

.nav-item .underline {
  height: 4px;
  background-color: transparent;
  width: 0;
  transition: width 0.6s, background-color 0.6s;
  border-radius: 70px;
  margin: 0 auto;

}
.logo1{
  width: 100px !important;
}
.nav-item.active-link a {

  color: #8D6432  ;
}

.nav-item.active-link .underline {
  width: 100%;
  background-color:#8D6432;

}

.nav-item:hover .underline {
  background-color:#8D6432;
  width: 100%;

}

.nav-item:hover a {

  color:  #8D6432;
}


.nav-item:active a {
  transition: none;
}

.nav-item:active .underline {
  transition: none;
  background-color:#8D6432;

}

::selection {
  background-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}


.navbar-nav {
  margin-left: auto;
  gap: 20px;
  font-size: 18px;

}

.navbar {
  background-color: #08090A !important;
  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: #4B8ABC !important;
  background-color: #D4AC5A #4B8ABC !important;

}


.navbar-toggler:hover,.navbar-toggler:active{
  border-color:#8D6432!important;
  background-color: #8D6432; 
  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: #8D6432;
  border: 0;
  border-radius: 40px !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: 'marcellus', sans-serif;
  border: 2px solid #ffffff;

}

#button::before,
#button::after {
    
  background: #8D6432 !important;
  content: '';
  position: absolute;
  z-index: -1;


}

#button:hover {
  color: #ffffff !important;
  transform: scale(1);
  border: 2px solid #5aa4d8;

}


.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;
  }

       
 
       .banner_wrapper {
        height: 75vh;
      }
      
      .banner_wrapper .swiper {
        width: 100%;
        height: 100%;
      }
      
      .banner_wrapper .swiper-slide {
        width: 100%;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
      }
      
      .banner_wrapper .swiper-slide::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgb(0, 0, 0);
        opacity: 0.5;
        z-index: 0;
      }
      
      .banner_wrapper .swiper-pagination-bullets .swiper-pagination-bullet {
        width: .9375rem;
        height: .9375rem;
        background-color: white;
        border: .0625rem solid var(--bg-white);
      }
      
      .banner_wrapper .swiper .slide-caption {
        height: 100%;
        position: relative;
        z-index: 99;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      
      .banner_wrapper .swiper .slide-caption p {
        max-width: 37.5rem;
        margin: 0 auto;
        color: floralwhite;
      } 
         
      .banner_wrapper .swiper .slide-caption h1 {
        font-family: "marcellus";
        font-weight: 500;
        font-style: normal;
        color: azure;
        font-size: 70px;
      } 
      
      .jumbotron {
        background: url('image/yousef-espanioly-DA_tplYgTow-unsplash.jpg'), rgba(0, 0, 0, 0.219);
        background-size: cover;
        background-position: center;
       
        background-attachment: fixed;
        min-height: 50vh;
      
      }

      .card-img{
        border-radius: 0;
    }
    
    .card{
        border-radius: 0;
        transition-duration: 0.2s;
    }
    .card:hover{
        background-color: #000000;
        color: white;
        transition-duration: 0.2s;
        scale: 1.05;
    }
    
    .card:hover h3,.card:hover p{
        color: white!important;
        transition-duration: 0.2s;
    
    }
    
    .card:hover .card-img{
        filter: brightness(60%);
        transition-duration: 0.2s;
    
    }

    

/*GALLERY*/
.gallery {
    background-color: white;

  
  }
  

  
  .gallery .titlepage {
    text-align: center;
  }
  
  .gallery .gallery_img {
    height:20vh;
    overflow: hidden;
    margin-bottom: 30px;
    
  }
  
  .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('new img/IMG_9096.JPG') rgba(0, 0, 0, 0.658);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
    padding: 50px 0;
    height: 540px;
    
  }

  #testimonials.carousel-control-next,#testimonials.carousel-control-prev /*, .carousel-indicators */
   {
    filter: invert(100%);
}

.font{
    font-family: "marcellus", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 35px;
}

.room-bg1{
    background: url('new img/IMG_9088.JPG') rgba(0, 0, 0, 0.651);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 60vh;
    position: relative;
  

  }

  .bg01{

    font-family: "marcellus",serif;
font-weight: 500;
    font-size: 60px;
    color: #ffffff;
    padding-top: 150px;
   padding-left: 150px;
  
   
  }

  .gallery-bg1{
    background: url('new img/IMG_9146.JPG') rgba(0, 0, 0, 0.747);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 60vh;
    position: relative;
  
  }

  .img1 {
    position: relative;
    overflow: hidden;
  
  }
  
  .img1 img {
    transition: transform 0.3s ease;
  }
  
  .img1:hover img {
    transform: scale(0.9);
  }

  .about-bg1{
    background: url('new img/IMG_9210.JPG') rgba(0, 0, 0, 0.719);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 60vh;
    position: relative;
  

  }

  .about-bg3{
    background: url('image/pedro-lastra-br-Xdb9KE0Q-unsplash.jpg') rgba(44, 44, 44, 0.808);
  background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 40vh;
    position: relative;
    
    
  }
  .contact-bg1{
    background: url('image/pexels-photo-1416530.jpeg') rgba(0, 0, 0, 0.719);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 60vh;
    position: relative;
  

  }
  .contact-section{
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .contact-card{
    background-color: #44311a;
    text-align: center;
    padding: 50px;

    background-blend-mode: multiply;
    background-position: top;
    color: #fff !important;
  }
  .contact-card:hover{
    text-align: center;
    padding: 50px;
   
   
    transform: scale(1.02);
    color: #FFFFFF !important;
    transition: 0.6s;
    }
  
  
    @media(max-width:990px){
       
        .banner_wrapper .swiper .slide-caption h1 {
           
            font-size: 60px;
          } 
          .fac{
            font-size: 30px !important;
          }

          .bg01{

        
            font-size: 50px;
            
    
          
             text-align: center;
                padding-top: 150px;
               padding-left: 0px ;
              
          }
          .imag{
            width: 150px !important;
            margin-right: 55px;
           
          }
          .about01{
            font-size: 25px !important;
          }
          .room-box{
            margin-bottom: 20px !important;
          }
        }


       