/*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;
}

.fade-in{
    opacity:0;
    transition: all 1.3s ease-in;
}

.active-left,.active,.active-right,.active-down{
    opacity:1;
    transform: translateX(0);
    transform: translateY(0);
}



.fadein{
opacity: 0;
}    */

section{
    margin: 100px 0px;
}

/* End Animations*/



html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}



h1,h2,h3,h4,h5,h6{
    font-family: 'Montserrat';
}

.navbar{
    background-color: white!important;
    position: relative;
    z-index: 100;
    box-shadow: none;
    color: white!important;
    position:fixed;
    top:0;
    overflow-x: hidden;
    width:100%;
   
}
.nav-link{
    color:black !important;
}
.navbar li a.active{
    color: #583B2D!important;
}

.main-btn{
    border: 2px solid white;
    color: white;

    font-family: 'Montserrat';
    border-radius: 40px;
}

.main-btn:hover{
    background-color: beige;
    color: #917f5d;
}

.book-btn{
    background-color: #583B2D;
    color: white;border-radius: 40px;
    padding: 15px 35px;
    font-family: 'Montserrat';
}

.book-btn:hover{
    background-color: white;
    color: #917f5d;
}

.navbar li{
    margin: 0px 15px;
}

.navbar li a{
    font-family: 'Poppins';
}

/* .carousel{

    margin-top: -15vh;
} */

.carousel-1{
    background: url('../img/DoubleRoom1.jpg')rgba(0, 0, 0, 0.5);
    height: 95vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
}



.carousel-2{
    background: url('../img/image10.jpg')rgba(0, 0, 0, 0.5);
    height: 95vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
}

.carousel-3{
    background: url('../img/image16.jpg')rgba(0, 0, 0, 0.5);
    height: 95vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
}


/* .carousel-caption{
    margin-bottom: 30vh!important;
} */

#home-banner{
    background: url('../img/image17.jpg')rgba(0, 0, 0, 0.6);
    background-position: bottom;
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
}

.carousel-item{
position:relative;
}
.carousel-caption {
  position: absolute;

  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center !important;
  /* Override Bootstrap default */
  /* bottom: auto;
  right: auto; */
  color:white;
}
.carousel-inner, .carousel-inner img{
    height:90vh;
}
/* .carousel-inner img{
    filter:brightness(0.6);
 } */


/*Room Slider*/
.card-wrapper{
    display: flex;
    
}

.slider{

    margin-bottom: 20px;
    position: relative;
    
}

.slider .owl-item.active.center .slider-card{
    transform: scale(1.15);
    opacity: 1;
    background: rgb(255, 255, 255);

    color: white;
   
}

.slider-card{
    background-color: white;
    margin: 50px 15px 90px 15px;
    border-radius: 5px;
    box-shadow: 0 15px 45px -20px #915656;
    transform: scale(0.9);
    opacity: 0.5;
    transition: all 0.4s;
    padding-bottom: 15px;
}
.slider-card img{
    border-radius: 5px 5px 0px 0px;
}

.owl-nav .owl-next{
    position: absolute;
    top: calc(50% - 25px);
    right: -60px;
    opacity: 1;
    font-size: 30px!important;
    z-index: 1;
    width: 50px;
    border: 1px solid rgb(158, 158, 158)!important;
    border-radius: 50px;
}

.owl-nav .owl-prev{
    position: absolute;
    top: calc(50% - 25px);
    left: -60px;
    opacity: 1;
    font-size: 30px!important;
    z-index: 1;
    width: 50px;
    border: 1px solid rgb(158, 158, 158)!important;
    border-radius: 50px;
}

.slider-card-1{
    background: url('../img/DoubleRoomwithBalcony1.jpg')rgba(0, 0, 0, 0.35)!important;
    height: 40vh!important;
    background-size: cover!important;
    background-position: center;
    background-blend-mode: multiply;
    padding-top: 280px;
    padding-left: 20px;   
}

.slider-card-2{
    background: url('../img/apartment-with-sea-view-1.jpg')rgba(0, 0, 0, 0.35)!important;
    height: 40vh!important;
    background-size: cover!important;
    background-position: center;
    background-blend-mode: multiply;
    padding-top: 280px;
    padding-left: 20px;   
}


.slider-card-3{
    background: url('../img/StandardTwinRoom1.jpg')rgba(0, 0, 0, 0.35)!important;
    height: 40vh!important;
    background-size: cover!important;
    background-position: center;
    background-blend-mode: multiply;
    padding-top: 280px;
    padding-left: 20px;   
}

.slider-card-4{
    background: url('../img/DoubleRoom1.jpg')rgba(0, 0, 0, 0.35)!important;
    height: 40vh!important;
    background-size: cover!important;
    background-position: center;
    background-blend-mode: multiply;
    padding-top: 280px;
    padding-left: 20px;   
}

.slider-card-5{
    background: url('../img/StandardTwinRoom2.jpg')rgba(0, 0, 0, 0.35)!important;
    height: 40vh!important;
    background-size: cover!important;
    background-position: center;
    background-blend-mode: multiply;
    padding-top: 280px;
    padding-left: 20px;   
}

.slider-card-6{
    background: url('../img/DoubleRoomwithExtraBed1.jpg')rgba(0, 0, 0, 0.35)!important;
    height: 40vh!important;
    background-size: cover!important;
    background-position: center;
    background-blend-mode: multiply;
    padding-top: 280px;
    padding-left: 20px;   
}

.slider-content{
    transition-duration: 0.2s;
}

.slider-card:hover .slider-content{
    transform: translateY(-50px);
    transition-duration: 0.2s;
}

.main-btn-room{
    width: 140px;
    opacity: 0;
    transition-duration: 0.5s;
    padding: 7px 15px;
}

.slider-card:hover .main-btn-room{

    display: block!important;
    transition-duration: 0.5s;
    opacity: 1;
}



/*End Room Slider*/


#home-rooms{
    margin: 0px 0px;
}


.snip1533 {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    color: #616161;
    display: inline-block;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 16px;
    margin: 35px 10px  ;
    max-width: 400px;
    min-width: 300px;
    position: relative;
    text-align: center;
    width: 100%;
    background-color: #ffffff;
    border-radius: 5px;
    border-top: 5px solid #583B2D;
    
  }
  @media only screen and (max-width: 600px) {
    .snip1533 {
      max-width: 350px;
    }
  }

  .snip1533:hover{
    background-color: #3c3c3c;
    color: white;
    
  }
  
  .snip1533 *,
  .snip1533 *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }
  
  .snip1533 figcaption {
    padding: 13% 10% 12%;
  }
  
  .snip1533 figcaption:before {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    color: #583B2D;
    content: "\f10e";
    font-family: 'FontAwesome';
    font-size: 32px;
    font-style: normal;
    left: 50%;
    line-height: 60px;
    position: absolute;
    top: -30px;
    width: 60px;
  }
  
  
  
  .snip1533 blockquote {
    font-style: italic;
    font-weight: 300;
    margin: 0 0 20px;
  }


  #footer{
    background: url('../img/double-room-with-balcony-1.jpg')rgba(0, 0, 0, 0.5);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
  }


  #room-banner{
    background: url('../img/image13.jpg')rgba(0, 0, 0, 0.4);
    background-size: cover;
    height: 50vh;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
  }

  #gallery-banner{
    background: url('../img/image17.jpg')rgba(0, 0, 0, 0.4);
    background-size: cover;
    height: 50vh;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
  }

  #about-banner{
    background: url('../img/DoubleRoomwithExtraBed1.jpg')rgba(0, 0, 0, 0.4);
    background-size: cover;
    height: 50vh;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
  }

  #contact-banner{
    background: url('../img/image12.jpg')rgba(0, 0, 0, 0.4);
    background-size: cover;
    height: 50vh;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
  }

  @media only screen and (max-width: 687px) {
    .navbar {
      background-color: #242424!important;
    }
    .carousel{
        margin: 0px;
        
    }
    .about-img{
        width: 100%!important;
        margin: 0dvi!important;
        padding: 8px;
    }
    .owl-nav .owl-next{
        right: -10px;
        background-color: white!important;
        width: 30px!important;
    }

    .owl-nav .owl-prev{
        left: -10px;
        background-color: white!important;
        width: 30px!important;
    }
    .slider-card{
        height: 60vh!important;
        padding: 100px 30px;
    }
  }
@media(max-width:500px){
    .carousel-inner h1{
        font-size:1.5rem !important;
    }
    .carousel-caption p{
        letter-spacing:  3px !important;;
    }
    .carousel-caption {
  position: absolute;
  width:80%;
  margin:0 auto;}
}

  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }
  