@import url('https://fonts.googleapis.com/css2?family=Domine&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Urbanist&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allura&display=swap');


html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    
}
.container-fluid{
    max-width: 1620px;
}

h1,h2,h3,h4,h6{
    font-family: Cinzel;
}
p{
    font-family: Urbanist;
    color: rgb(110, 110, 110);
}
h5{
    font-family: Allura;
}
.fadeinleft {
    
        opacity:0;
    
        margin-left:-300px;
    
        max-width:100%;
    
    }
.fadein{
    opacity: 0;
}    
    
.navbar{
    padding:  0;
    margin-top: -15px;
    background-color: white;
}

.navbar li a{
    font-family: Urbanist;
    font-weight: 500;
    color: #ac8742;
    margin: 0 10px;
}

.booking-btn{
    padding: 30px 70px;
    background-color:#cca45a ;
    border-radius: 0px;
    margin-top: -2px;
    border: 1px solid #ac874200!important;
    font-size: 17px;
    color: white;
    font-family: Urbanist;
    transition-duration: 0.4s;
}

.booking-btn:hover{
    border: 1px solid #ac8742!important;
    box-shadow: none!important;
    color:#ac8742 ;
    scale: 0.7;
    font-size: 17px;
    font-family: Urbanist;
    
}

@media only screen and (max-width: 600px) {
    .booking-btn {
        padding: 10px 25px;
        margin-bottom: 10px;
    }
  }



.book-now{
    background-color: white;
    padding: 15px 35px;
    color:#ac8742 ;
    border: 2px solid white;
    transition-duration: 0.4s;
    width: 160px;
}
.book-now:hover{
    
    background-color: white;
    padding: 15px 35px;
    color:#ac8742 ;
    scale: 1.2;
    border: 2px solid #ac8742;
   
}


@keyframes slideInDown{
    from{
        transform: translateY(-100px);
        opacity: 0;
    }

    to{
        transform: translateX(0);
        opacity: 1;
        
        
        
    }
}

@keyframes slideInLeft{
    from{
        transform: translateX(100px);
        opacity: 0;
    }
    to{
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slideInUp{
    from{
        transform: translateY(100px);
        opacity: 0;
    }
    to{
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slideInRight{
    from{
        transform: translateX(-100px);
        opacity: 0;
    }
    to{
        transform: translateX(0);
        opacity: 1;
    }
}



h2{
    animation-name: slideInDown;
    animation-duration: 1.6s;
    animation-timing-function:ease ;
    animation-delay: 0;
    
    
}

.caption{
    animation-name: slideInLeft;
    animation-duration: 1.7s;
    animation-timing-function:ease ;
    animation-delay: 0;
}

.cap-btn{
    animation-name: slideInUp;
    animation-duration: 2s;
    animation-timing-function:ease ;
    animation-delay: 0;
}














.main-banner{
    margin-top: 100px;
    min-height: 700px;
}




.carousel-1{
    background: url('../image/9dc5cfc8-d5e2-4b57-b751-b611e3dec02d.jpeg') rgba(0, 0, 0, 0.4);
    background-size: cover;
    height: 850px;
    background-position: center;
    background-blend-mode: multiply;
}

.carousel-2{
    background: url('../image/caec2d78-ef62-41b5-8019-d420da18ee49.jpeg') rgba(0, 0, 0, 0.3);
    background-size: cover;
    height: 850px;
    background-position: center;
    background-blend-mode: multiply;
}
.carousel-3{
    background: url('../image/c9ef41af-3c5a-4f3c-9950-22e6031fa58c.jpeg') rgba(0, 0, 0, 0.6);
    background-size: cover;
    height: 850px;
    background-position: center;
    background-blend-mode: multiply;
}
.carousel-4{
    background: url('../image/564221107.jpg') rgba(0, 0, 0, 0.6);
    background-size: cover;
    height: 850px;
    background-position: center;
    background-blend-mode: multiply;
}

.carousel-caption {
    margin-bottom: 250px;
}



.home-header-box-counter{

    position: relative;
    z-index: 0;
    background-color: #ac8742;
    width: 180px;
    margin-top: -100px;
    margin-left: 10px;
    border: 3px solid white;
    padding: 30px;
}


.db-room-home{
    background: url('../image/FamilySuite45.jpg') rgba(0, 0, 0, 0.2);
    background-size: cover;
    
    margin: 20px 20px;
    background-position: center;
    background-blend-mode: multiply;
}

.db-room-home:hover{
    background: url('../image/FamilyRoom555.jpg') rgba(0, 0, 0, 0.1);
    background-size: cover;
    margin: 20px 20px;
    background-position: bottom;
    background-blend-mode: multiply;
    transition-duration: 0.4s;
}

.tr-room-home{
    background: url('../image/DeluxeDoubleRoom233.jpg') rgba(0, 0, 0, 0.2);
    background-size: cover;
    
    margin: 20px 20px;
    background-position: center;
    background-blend-mode: multiply;
}

.tr-room-home:hover{
    background: url('../image/deluxedoubleroomseavie34.JPG') rgba(0, 0, 0, 0.1);
    background-size: cover;
    margin: 20px 20px;
    background-position: bottom;
    background-blend-mode: multiply;
    transition-duration: 0.4s;
}

.qd-room-home{
    background: url('../image/FamilyRoom33.jpg') rgba(0, 0, 0, 0.2);
    background-size: cover;
    
    margin: 20px 20px;
    background-position: center;
    background-blend-mode: multiply;
}

.qd-room-home:hover{
    background: url('../image/FamilyRoom555.jpg') rgba(0, 0, 0, 0.1);
    background-size: cover;
    margin: 20px 20px;
    background-position: bottom;
    background-blend-mode: multiply;
    transition-duration: 0.4s;
}



.room-caption{
    
    color: white;
    margin-bottom: 200px;
    margin-left: 160px;
    margin-right: -12px;
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 5px;
    padding-right: 10px;
    background-color: black;
}

.room-btn{
    padding: 10px 45px;
    margin-top: 200px;
    border: 6px solid white;
    border-style: double;
    border-radius: 0;
    margin-left: -15px;
    color: white;
}

.room-btn:hover{
    background-color: #ac8742;
    border-color: white;
    color: white;
}

#facilities{
    background: url('../img/facilities-home.jpg') rgba(0, 0, 0, 0.5);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
    padding: 100px 0;
    margin: 120px 0;
    
}

.general-facilities-2{
    background-color: #ad672ef3;
    padding: 20px;
    margin: -30px 0;
    position: relative;
    z-index: 2;
    color: white;
    
}

@media only screen and (max-width: 600px) {
    .general-facilities-2 {
      margin: 20px 0;
    }
  }

.general-facilities-1,.general-facilities-3{
    background-color: #ffe8d7;   
    padding: 20px;
    position: relative;
    z-index: 1;
    color: rgb(0, 0, 0);
    
}

.general-facilities-1:hover,.general-facilities-3:hover{
    background-color: #ffffff;   
    padding: 20px;
    position: relative;
    
    z-index: 1;
    scale: 1.05;
    transition-duration: 0.3s;
    
    
}



.general-facilities-2,.general-facilities-1,.general-facilities-3 ul li{
    font-family: Urbanist;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
}

ul{
    list-style: none;
}

.service-column{
    position: relative;
    z-index: 2;
    background-color: rgb(255, 255, 255);
    margin: 0px;
}


.snip1533 {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    color: #9e9e9e;
    display: inline-block;
    font-family: 'Roboto', Arial, sans-serif;
    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 #d2652d;
    
  }
  @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: #d2652d;
    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;
  }


  .iframe-map{
    background:  rgba(0, 0, 0, 0.5);
    background-position: center;
    background-blend-mode: multiply;
    
  }

  @media only screen and (max-width: 600px) {
    .iframe-map {
      width: 400px!important;
    }
  }


  .footer-side-1{
    background-color: #1a1a1a
    ;
  }

  .footer-side-2{
    
    background: url('../img/slider-2.jpg')rgba(61, 32, 8, 0.9);
    background-size: cover;
    background-blend-mode: multiply;
  }



/* ROOMS & SUITES */
.shadow-room{
     
        box-shadow: inset  10px #f8a100;
      
}
.room-carousel{
    border-radius:   7px !important;
}

.room-row{
    border:1px solid #a7a7a76b;
    border-radius: 7px;
}

.room-page-btn:hover{
    background-color: #ac8742!important;
    
    
}

.contact-box{
    border-right: 1px solid #ac8c36;
 }