html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
    font-family: 'Lobster Two', cursive;
    font-family: 'Satisfy', sans-serif;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Playfair Display', serif;
    font-family: 'Yeseva One', cursive;

    font-family: 'Open Sans', sans-serif;
    font-family: 'Great Vibes', serif;
    font-family: 'Bellefair', serif;
    font-family: 'Barlow Condensed', sans-serif;
    font-family: 'Cinzel', serif;
    font-family: 'Lato', sans-serif;
    font-family: 'Gilda Display', serif;
}
h6{
  font-size: 16px; font-weight: 500; line-height: 28px;
}
/*************NAVBAR**************/
nav.navbar {
  background-color: #ffffff;

  backdrop-filter: blur(0px) !important;
  transition: background .5s !important;

  font-family: 'Literata', serif;
  text-transform: uppercase;
font-weight: 500;
  z-index: 1000;
  width: 100%;
  height: 100px;
  position: relative;


}

li.nav-item a.nav-link {
  color: rgb(0, 0, 0) !important;
  font-size: 15px !important;



}

.nav-item {
  margin-top: 25px;
  margin-bottom: 20px;
  text-align: center;

}

a.nav-link:hover {
  transform: scale(1.07);

}

.navbar li a.active {
  color:#B78932 !important;
  transform: scale(1.05);
  border-bottom: 1px #B78932 solid !important;
  background-color: transparent;

}


.dropdown-menu {
  background-color: rgb(255, 255, 255) !important;
  color: #000000;
  backdrop-filter: blur(0px) !important;
  transition: background .5s !important;
  border: 1px solid #AE9555;
  font-family: 'Cormorant Garamond', serif;

  font-weight: 400;
  z-index: 100;
  width: 100%;
  text-align: center;
  padding: 10px;
}

.dropdown-menu .dropdown-item {
  color: rgb(0, 0, 0);
  text-align: left;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #ffffff;
  border: 1px solid #252525;
  transform: scale(1.02);
  color: rgb(0, 0, 0);
}

.book-btn{
    background-color: 
    #B78932;
    color: white;
    padding: 10px 30px;
    border-radius: 0px;
    border:#ffffff solid 1px;
    font-size: 18px; 
}
.book-btn:hover{
    background-color:#000000;
    color: white;
    padding: 10px 30px;
    border-radius: 0px;
}


.carousel-1{
    background: url('/img/carousel1.png') rgba(20, 19, 19, 0.59) ;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 800px;
}
.carousel-2{
    background: url('../img/carousel2.png') rgba(20, 19, 19, 0.59) ;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 800px;
}
.carousel-3{
    background: url('../img/carousel3.png')  rgba(20, 19, 19, 0.59)  ;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 800px;
}
.t-1{
    margin-bottom: 25%;
}

.img-home{
    border: 5px white solid;
}

.button {
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    padding: 0.5em 2em;
    border: 2px solid  #AA8B5F;
    border-radius: 0px;
    position: relative;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
    color:  #AA8B5F;
    text-decoration: none;
    transition: 0.3s ease all;
    z-index: 1;
  }
  
 .button:before {
    transition: 0.5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: '';
    background-color:  #AA8B5F;
    z-index: -1;
  }
  
  .button:hover, button:focus {
    color: white;
  }
  
  .button:hover:before, button:focus:before {
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
  }
  
  .button:active {
    transform: scale(0.9);
  }
  .navbar-dark .navbar-toggler-icon, .navbar-light .navbar-toggler-icon {
     background-image:url('../img/toggler-icon.png'); 
}

.image1{
  position: relative;
  margin-left: -100px;
  border: 7px solid white;
}
.room-text{
  background: rgba(255, 255, 255, 0.885);
  padding: 30px;
}
.rooms-container

{
  padding: 0px 50px 0px 50px;
}

.facility-box{
  padding: 30px;
  border: 1px solid #AE9555;
  background: #282828;
  transition: 0.5s ease;
}

.facility-box:hover{
  background: #0E1317;
  transition: 0.5s ease;
}
#carouselExampleControls {
  background-color: #000000a1;
  height: 340px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cover-bg{
  background: url('../img/carousel2.png') rgba(0, 0, 0, 0.361);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-attachment: fixed;
  padding-top: 150px;
  padding-bottom: 150px;
  color: white;
  text-align: center;
}
  @media(max-width: 486px){
    .t-1{
        margin-bottom: 100%;
      }
      .img-home{
        display: none;
      }
  
      .b{
        display: none;
      }
      .about-tittle{
        margin-top: 60% !important;
      }
      .map{
        width: 300px !important;
      }
      .title-testimonials{
        font-size: 30px !important;
        padding: 0px !important;
      }
      #carouselExampleControls{
        height: 380px !important;
      }
      .room-border{
        border: none !important;
    }

  
  
  }

      @media(max-width:1000px)
    
      {
        .image1{
          margin-left: -10px !important;
          border: none !important;
        }
        .rooms-container{
  padding: 0px 30px 0px 30px;
}
        .main-title{
          font-size: 60px;
        }
        .index-tittle{
          font-size: 80%;
        }
       nav.navbar{
        height: auto;
       }
        
      }
      .active .item{
        opacity:1;
        transform:scale(1);
      } 
      
    
      
      
   
     /*facilities*/

  
 
/****Contact Home****/
#contact-home{
  background: url('/img/1.jpg') rgba(20, 19, 19, 0.26) ;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 600px;
}


/************ABOUT SECTION***********/
#about-layot{
  background: url('/img/surise-room.jpg') rgba(20, 19, 19, 0.486) ;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 600px;
}

#testimonials{
  background: url('/img/carousel3.png') rgba(20, 19, 19, 0.702) ;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 600px;
}


/*****Gallery Section********/

#gallery-layot{
  background: url('/img/reception.jpg') rgba(20, 19, 19, 0.514) ;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 600px;
}

/*****Room Section********/

#room-layot{
  background: url('/img/triple-room.jpg') rgba(20, 19, 19, 0.514) ;
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 600px;
}
/*Animations*/
.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;
}
/* End Animations*/

