@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Marcellus&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*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;
}   

h1,h2,h3,h4,h5,h6{
    font-family: 'Marcellus';
}

.navbar{
    box-shadow: none!important;
    background-color: white!important;
    padding: 0em;
}
/* End Animations*/
html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}
.container{
    max-width: 70%;
}

p{
    font-family: 'Archivo';
    font-size: 14px;
}

.navbar li {
    margin: 0em 1.5em;
}

.navbar li a{
    font-family: 'Archivo';
    font-size: 13px;
    color: rgb(29, 29, 29);
    border-bottom: 1px solid transparent;
}

.navbar li a.active{
    border-bottom: 1px solid black;
}

.book-btn{
    background-color: #295758;
    box-shadow: none;
    color: white;
    border-radius: 0px;
    transition-duration: 0.4s;
    padding: 1.2em 2.6em;
    text-transform: capitalize;
    font-size: 14px;
    font-family: 'Marcellus';
}

.book-btn:hover{
    background-color: #cf7965;
    color: white;
    transition-duration: 0.4s;
}

.first-btn{
    background-color: #cf7965;
    box-shadow: none;
    color: white;
    border-radius: 0px;
    transition-duration: 0.4s;
    padding: 1em 2.6em;
    text-transform: capitalize;
    font-size: 14px;
    font-family: 'Marcellus';
}

.first-btn:hover{
    background-color: #295758;
    color: white;
    transition-duration: 0.4s;
}

.carousel-1{
    background: url('../photos/olimpic1.JPG')rgba(0, 0, 0, 0.6);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
    height: 80vh;
}

.carousel-2{
    background: url('../photos/img2.JPG')rgba(0, 0, 0, 0.45);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
    height: 80vh;
}

.check-row{
    background-color: white;
    margin-top: -4em;position: relative;
    z-index: 10;
    padding: 0.8em ;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

/*
.carousel-control-prev-icon, .carousel-control-next-icon {
    height: 50px;
    width: 50px;
    padding:0.25em 1em;
    background-color: #295758;
    background-size: 100%, 100%;
    
   
    transition-duration: 0.4s;
}

.carousel-control-prev-icon:hover, .carousel-control-next-icon:hover{
    background-color: #cf7965;
    transition-duration: 0.4s;
}

*/
.carousel-caption{
    bottom: 30%;
}

.circle-shape{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #c4654f;
    margin-top: -5em;
    margin-left: -4em;
}

.stat-box{
    background-color: white;
    padding: 1.2em 0em;
    
}

.stat-box h2{
    color: #cf7965;
}

.amenity-box{
    background-color: white;
    box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
}

.amenity-icon{
    background-color: #295758;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 1.6em 1.2em;

    padding-right: 1.5em;
    margin-bottom: -2.4em;
    position: relative;
    z-index: 10;

    transition-duration: 0.8s;
    
}

.amenity-box{
    padding-left: 5em;
    padding-right: 5em;
    padding-top: 4em!important;
    border: 1px solid transparent;
    transition-duration: 0.8s;
}

.amenity:hover .amenity-icon{
    background-color: #cf7965;
    transition-duration: 0.8s;
}

.amenity:hover .amenity-box{
    border: 1px solid #cf7965;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;

    transition-duration: 0.8s;
}

.amenity-icon img{
    transition-duration: 0.8s;
}
.amenity:hover .amenity-icon {
    padding: 1.2em 1.6em;
    transition-duration: 0.3s;
}

.points{
    background-color: rgba(0, 0, 0, 0.308);
    color: white;
    width: fit-content;
    padding: 0em 1em;
}
.twin-room{
    background: url('../photos/twin-room.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-position: center;
}


.double-room{
    background: url('../photos/double-balcony.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-position: center;
}

.standart-twin-room{
    background: url('../photos/st-double.jpg')rgba(0, 0, 0, 0.2);
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-position: center;
}

.room-specs{
    background-color: white;
    padding: 1em;
    padding-bottom: 0.5em;
    margin-top: 40vh!important;
   
    margin-left: 1em!important;
    margin-right: 1em!important;
}


.owl-dots {
    text-align: center;
}

.owl-dots {
    text-align: center;
}


.owl-theme .owl-dots .owl-dot span {
    background: transparent;
    width: 9px;
    height: 9px;
    border: 1px solid rgb(177, 177, 177);
    
   
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #c4654f;
}

.banner{
    background: url('../photos/restaurant.JPG');
    background-size: 50%;
    background-position: right;
    background-repeat: no-repeat;
    background-color: #c4654f;
    display: flex;

    align-items: center;
}

.book-btn-2:hover{
    background-color: white;
    color: #295758;
    font-weight: 500;
}

.photos img:hover{
    opacity: 0.8;
}

#testimonials{
    background-size: cover;
background-color: #ffffff;

}

.review-box{
    background-color: #e9e5e5ec;
    color: #000000;
    padding: 25px;
    transition-duration: 0.5s;

}

.review-box:hover{
    background-color: #ffffff;
    transition-duration: 0.5s;
    background-color: #cf7965;
    color: white;
}

#room-head{
    background: url('../photos/suite28.webp')rgba(0, 0, 0, 0.4);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 40vh;
    display: flex;
    align-items: center;

    justify-content: center;
}

.room-box-home{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: 1px solid transparent;
    transition-duration: 0.6s;
}

.room-box-home:hover{
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    transition-duration: 0.6s;
    border: 1px solid #cf786571;
}

.room-content{
    padding: 1em;
}


.footer-title{
    color: #cf7965;
}

#about-head{
    background: url('../photos/img7.jpg')rgba(0, 0, 0, 0.4);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 40vh;
    display: flex;
    align-items: center;

    justify-content: center;
}

#gallery-head{
    background: url('../photos/img12.jpg')rgba(0, 0, 0, 0.4);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 40vh;
    display: flex;
    align-items: center;

    justify-content: center;
}

#contact-head{
    background: url('../photos/photo\ \(157\).JPG')rgba(0, 0, 0, 0.4);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 40vh;
    display: flex;
    align-items: center;

    justify-content: center;
}

@media only screen and (max-width: 900px) {
    .container{
        max-width: 97%;
    }
    .top-bar {
      display: none!important;
    }
    .navbar{
        padding: 1em 0em;
    }
    .banner{
        background: none;
        background-color: #c4654f;
    }
    .review-box{
        margin: 1em;
    }
  }