main{
    background-color: rgb(51, 51, 51);
}


body::-webkit-scrollbar {
    width: 13px;

  }

  body::-webkit-scrollbar-track {
    background:  #f2f2f2;



  }
  body::-webkit-scrollbar-thumb {
    background-color:  rgb(37, 37, 37) ;

  }


  /*BACK_TO_TOP*/

  #btn-back-to-top {
    position: fixed ;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color:black;
    border: 2px solid whitesmoke;
    border-radius: 0;
  }


/*  HEADER */

.nav-link {
    text-decoration: none;
    display: inline-block;
    padding: 10px;
    color:white;
    transition: color 0.3s ease-in-out;
    font-family: 'Outfit', sans-serif;
    font-weight: bold;
    letter-spacing: 0.01em;


}

.nav-link .underline {
    height: 4px;
    background-color: transparent;
    width: 0;
    transition: width 0.6s, background-color 0.6s;
    margin: 0 auto;
    border-radius: 70px;
}

.active-link {

    color: #F4DFB6;
}

 .active-link .underline {
    width: 100%;
    background-color:  #F4DFB6;

}

.nav-link:hover .underline {
    background-color: #F4DFB6 ;
    width: 100%;

}

.nav-link:hover {

    color:  #F4DFB6;
}


.nav-link:active  {
    transition: none;
}

.nav-link:active .underline {
    transition: none;
    background-color:  #F4DFB6 ;

}

::selection {
    background-color:grey;
    color: black;
}


.navbar-nav {
    margin-left: auto;
    gap: 20px;
    font-size: 18px;

}

.navbar {
    background-color:rgb(37, 37, 37);
    transition: background-color 0.3s ease-in-out;
}



.navbar-scrolled {
    background-color:rgb(37, 37, 37);

    

}



@media only screen and (max-width: 1000px) {
    .navbar {
        background-color: rgb(51, 51, 51);
        transition: background-color 0.3s ease-in-out;
    
    }


    .nav-link{
        color: white;
    }
    

  }

 

.navbar-toggler{
    border:2px solid #BFB29E;
        background-color:#F4DFB6 ; 
    color: transparent !important;

}
  

.navbar-toggler:hover,.navbar-toggler:active{
    border:2px solid #BFB29E;
        background-color: #F4DFB6 ; 
    color: transparent !important;
 

}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
 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(191, 178, 158, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

@media screen and (width: 1024px) {
    .navbar-nav {
        font-size: 16px;
    }
}






@media screen and (min-width: 200px)and (max-width: 950px) {
    .navbar-nav {
display: inline-block;      
    
    }
    
  }
  
  
/** FOOTER **/

.footer {
    background: #292929;
    padding-top: 40px;
    font-family: 'Poppins', sans-serif;
}
.footer p{
    text-align: left;
    color:white;

}

.footer h4 {
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color:white;
    margin-bottom: 15px;
    border-bottom:  #F4DFB6    solid 3px;
    padding-bottom: 3px;
    display: table;
}

ul.conta, ul.social_icon, ul.link_menu{
    padding: 0;
}

ul.conta li {
    color:white;
    text-align: left;
    padding-bottom: 20px;
    font-size: 15px;
list-style: none;
}


ul.conta li svg {
    padding-right: 15px;
    text-align: center;
    font-size: 20px;
}

ul.conta li a {
    color:white;
}


ul.link_menu li {
    display: block;
    text-align: left;
}

ul.link_menu li.active a {
    color: #F4DFB6  ;
    fill: #F4DFB6    !important;

}

ul.link_menu li a {
    color:white;
    font-size: 17px;
    line-height: 28px;
    display: inline-block;
    width: -moz-max-content;
    text-decoration: none;
    transition: 0.5s;
    fill: whitesmoke;
    font-weight: bold;

}



ul.link_menu li a:hover  {
    color:#F4DFB6  ;
    fill:#F4DFB6   !important;

}


ul.social_icon {
    width: 100%;
    float: left;
    text-align: left;
}

ul.social_icon li {
    display: inline-block;
}

ul.social_icon li a {
    display: flex;
    align-items: start;
    justify-content: flex-start;
    font-size: 27px;
    border-radius: 30px;
    margin: 0 9px;
}


.copyright {
    margin-top: 10px;
    background-color: #F5f5f5;
    border:  #F4DFB6    solid 3px;
    border-right: inherit;
    border-left: inherit;
}

.copyright p {
    color: #000;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    border-top:0;
    padding-top: 15px;
    font-weight: bold;
}

.copyright a {
    color: #000;
    font-weight: bold;
}

.copyright a:hover {
    color: #F4DFB6   ;
}



.footer .logo a {
    justify-content: center !important;
    position: relative;
    text-decoration: none;
}



.footer .footer-widget ul li {
    margin-bottom: 10px;
}

.footer .footer-widget ul li a {
    color: rgba(255, 255, 255, 0.7);
}

.footer .footer-widget ul li a span {
    font-size: 14px;}

.footer .footer-widget ul li a:hover {
    color: #F4DFB6   ;
}

.footer .footer-widget ul li a:hover span {
    color:#F4DFB6    ;
}

.footer .footer-widget .btn-primary {
    background: #fff !important;
    border: 2px solid #fff !important;
}

.footer .footer-widget .btn-primary:hover {
    background: #fff;
    border: 2px solid #fff !important;
}


.footer .social_icon  li {
    list-style: none;
    display: inline-block;
    background: transparent; 
    height: 40px;

    color: #F4DFB6    ;
    border-radius: 0;
    transition: 0.3s;
}

.footer .social_icon li a {
    height: 35px;
    width: 35px;
    display: block;
    background: rgba(255, 255, 255, 0.05); 
    position: relative;
    border-radius:0 ;
    transition: 0.3s;
}


.footer .social_icon li a:hover  {
    background: #F4DFB6   ;
}




.footer .social_icon  li a h6 {
    position: absolute;
    font-size: 15px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.footer .social_icon  li a svg {
    fill:whitesmoke;
    transition: 0.3s;
}

.footer .social_icon li a:hover  svg{  
      fill: rgb(37, 37, 37);

}

#logo  img {
    width: 12%;
}

@media screen and (max-width: 1000px) {
    #logo  img {
        width: 30%;
    }
}

@media screen and (max-width: 700px) {

    #logo {
        text-align: center;
    }
}


@media only screen and (max-width: 1000px) {
    ul.conta li, .footer p, ul.social_icon,.heading-2, ul.link_menu li{
    text-align: center;
    float: center;
 }


 .footer h4{
    text-align: center;
 display: inline-block;
  }
#footer-logo {
    text-align: center;

}
}



@media screen and (max-width: 1300px) {
    #footer-logo {
        text-align: center;
        
    }


}



@media screen and (min-width: 1300px) {
    #footer-logo {display: flex;  
  }


}

ul.link_menu li{
transition: 0.5s;}


ul.link_menu li a:hover{
    transform: translate(10px);
}

@media only screen and (max-width: 500px) {
    .copyright p {
font-size: 13px;    }
  }

/** end footer **/

                
/* CAROUSEL */
.carousel {
    overflow: hidden;
  
}
.carousel-item{
    position: relative;
    overflow: hidden;
}
.carousel-item .c-img{
    transform: scale(1.05);

}

.carousel-caption {
    text-align: left;
    top: 50%;
    bottom: initial;
transform: translateY(-30%);
 -webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
position: absolute;

}


.carousel-caption h1{
    font-family: 'Red Hat Display', sans-serif;
                text-transform: uppercase;
                font-weight: bold;

color: white;
}
@media only screen and (max-width: 300px) {
    .carousel-caption h1 {
font-size: 40px;    }
.carousel-caption h5 {
    font-size: 18px;    }
  }

@media only screen and (min-width: 300px)and (max-width: 600px) {
    .carousel-caption h1{
        font-size: 50px;
    }
  }

  @media only screen and (min-width: 600px)and (max-width: 900px) {
    .carousel-caption h1{
        font-size: 70px;
    }
  }
@media only screen and (min-width: 900px)  {
    .carousel-caption h1{
        font-size: 75px;
    }
  }


  
.carousel-caption h3{
    color: #f2f2f2;
    font-size: 20px;
    font-family: 'Inter', sans-serif;
}



.carousel-caption h4{
    font-family: 'Dancing Script', cursive;
    letter-spacing: 0.05em;
    position: relative;
    display: inline-block;
    color:#F4DFB6;
    font-size: 25px;
}
 
.c-item {
    height: 90vh; 
   

}

.c-img {
    height: 100%;
    object-fit: cover;
    filter: brightness(0.4);

}

  .carousel-item.active  .c-img{
    transition: transform 5s linear;
    transition-duration: infinite;
    transform: scale(1);
    overflow: hidden;
  }



  .carousel-control-next,.carousel-control-prev{
    fill:white;
display: inline-block;
transition: all 0.3s ease-in-out;
}



.carousel-control-next svg,.carousel-control-prev svg{
height: 1.2em;
transition: all 0.3s ease-in-out;

}


.carousel-control-next:hover svg{
transform: translate(5px);
}

.carousel-control-prev:hover svg{
    transform: translate(-5px);

}

   .carousel-control-prev .carousel-icon,.carousel-control-next .carousel-icon{
    transition: all 0.5s ease-in-out;
width: 50px;
height: 51px;
    padding: 10px;
    border: 2px solid white;
    border-radius: 50%;
    display: inline-block;
   }


   @media only screen and (max-width: 600px) {
    .carousel-control-prev .carousel-icon{
border:0;    }

.carousel-control-next .carousel-icon{
    border:0;    }
  }

  @media only screen and (max-width: 600px) {
    .carousel-control-next svg,.carousel-control-prev svg{
        height: 1.5em;

        }

 
  }



@media only screen and (max-width: 600px) {
.carousel-caption{
    text-align: center;
}
    }
.carousel-item{
    border:0;
}

  /*BUTTONS CLASS*/
  

#button,
#button::after {
    -webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;

}

#button {
    background:  none;
    border: 2px solid  #F4DFB6!important;
    color: #F4DFB6 !important;
    font-size: 15px;
    font-weight: bold;
    padding: 13px 30px;
  
    position: relative;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
    font-family: 'Outfit', sans-serif;
    box-shadow: 0 10px 5px 0 rgba(0, 0, 0, 0.2);
  
  
  }
  

  #button::before,
  #button::after {
      
    background:  #F4DFB6!important;
    content: '';
    position: absolute;
    z-index: -1;
  
  
  }
  
  #button:hover {
    color:  black !important;
    transform: scale(1);
    border: 2px solid #F4DFB6!important;
  
  
  }
  .btn-3{
    overflow: hidden;
}

.btn-3::after {
    height: 100%;
    left: 0;
    top: 0;
   
    width: 0;
  }
  
  .btn-3:hover:after {
    height: 100%;
    width: 100%;
  }



  
#button5,
#button5::after {
    -webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;

}

#button5{
    background:  none;
    border: 2px solid  #F4DFB6!important;
    color: #F4DFB6 !important;
    font-size: 15px;
    font-weight: bold;
    padding: 13px 30px;
  margin: 1em auto;
    position: relative;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
    font-family: 'Outfit', sans-serif;
    box-shadow: 0 10px 5px 0 rgba(0, 0, 0, 0.2);
  
  
  }
  

  #button5::before,
  #button5::after {
      
    background:  #F4DFB6!important;
    content: '';
    position: absolute;
    z-index: -1;
  
  
  }
  
  #button5:hover {
    color:   black!important;
    transform: scale(1);
    border: 2px solid  #F4DFB6 !important;
  
  
  }
  .btn-5{
    overflow: hidden;
}

.btn-5::after {
    height: 100%;
    left: -0;
    top: 0;
   
    width: 0;
  }
  
  .btn-5:hover:after {
    height: 100%;
    width: 100%;
  }


/*ANIMATIONS*/
:root {
    --animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --animation-duration: 1s;
}


@keyframes slideInUp {
    0% {
        opacity: 0;
        transform: translateY(25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInleft {
    0% {
        opacity: 0;
        transform: translateX(25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(-25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(0.75);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes zoomReverseIn {
    0% {
        opacity: 0;
        transform: scale(1.25);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes flipInY {
    0% {
        opacity: 0;
        transform: perspective(90vw) rotateY(67.50deg);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}


[data-animation] {
    opacity: 0;
    animation-timing-function: var(--animation-timing-function);
    animation-fill-mode: both;
    animation-duration: var(--animation-duration);
    will-change: transform, opacity;
}


.animations-disabled {

    &,
    [data-animation] {
        animation: none !important;
        opacity: 1 !important;
    }
}

.slideInUp {
    animation-name: slideInUp;
}

.slideInDown {
    animation-name: slideInDown;
}

.slideInLeft {
    animation-name: slideInleft;
}

.slideInRight {
    animation-name: slideInRight;
}


.fadeIn {
    animation-name: fadeIn;
}


.zoomIn {
    animation-name: zoomIn;
}

.zoomReverseIn {
    animation-name: zoomReverseIn;
}


.flipInY {
    animation-name: flipInY;
}

.flipOutY {
    animation-name: flipInY;
    animation-direction: reverse;
}


/*ABOUT_AREA*/

.about_area{
    position: relative;
    padding-top:  10vh;
    padding-bottom: 10vh;
}
.about-text, .about_img{
    position: relative;
    z-index: 1;

   
}

.about_img{
    text-align: center;
}

.about_img::before {

    content: '';
    z-index: -1;
    position: absolute;
    right: 30%;
    top: 0;
    width: 50vw;
    height: 110%;
    background:#ada698;
    -webkit-clip-path: polygon(0 0, 100% 12%, 100% 100%, 0 88%);
    clip-path: polygon(0 0, 100% 12%, 100% 100%, 0 88%);

}


@media only screen and (max-width: 950px) {
    .about_img::before {
        width: 90vw;
        height: 105%;

    }

  }

  .about-text h6{
    background-color: #616161 ;
    display: inline-block;
    border-radius: 30px;
    padding: 10px;
    color: #f2f2f2;
    border: 2px solid #f2f2f2;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;


  }

  .about-text h1{
    font-family: 'Agbalumo', sans-serif;
    color: #F4DFB6;

  }

  .about-text p{
color:rgb(197, 196, 196);
font-size: 18px;
line-height: 24px;
font-family: 'Outfit', sans-serif;


  }

  .about-text div p{
    color: white;
    font-family: 'Red Hat Display', sans-serif;
font-weight: bold;
  }




          /*FACILITIES*/
          .facilities{
            position: relative;
            padding-bottom:  10vh;
            z-index: 1;

        }
        .facilities:before {
            content: '';
            z-index: -1;
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            background:#494845;
            -webkit-clip-path: polygon(0 30%, 100% 0, 100% 70%, 0 100%);
            clip-path: polygon(0 30%, 100% 0, 100% 70%, 0 100%);
        }

        .facility-img{
            display: inline-block;
            border:2px solid white;
            padding: 12px;
            border-radius: 5px;
            margin-bottom: 5px;
        }

        .facility-content h3{
            color: white;
            font-family: 'Red Hat Display', sans-serif;
            font-weight: bold;

        }

        .facility-content p{
            color:rgb(197, 196, 196);
font-size: 18px;
line-height: 24px;
font-family: 'Outfit', sans-serif;
        }


        .facility-content{
            transition: all 0.3s ease-in-out;
        }

        .facility-content:hover{
            transform: translateY(10px);
        }
        

            /*ROOMS*/
.rooms{
    position: relative;
    padding-top:  10vh;
    padding-bottom:  10vh;
}

.room-content{
    background-color: #f2f2f2;
    border-radius: 10px;
    padding: 10px;
    transition: all 0.3s ease-in-out;
}

.room-content:hover{
box-shadow: 0 .5rem 1.5rem  rgba(255, 255, 255, 0.4);
}

.room-img img{
    border-radius: 10px;

}

.room-info{
    padding: 2rem 1rem  5px;
}

.room-info h4{
    font-family: 'Inter', sans-serif;
color:#243756;
font-weight: bold;
font-size: 22px;
}
.rating{
    gap: 2px;
}

.rating span{
    font-family: 'Poppins', sans-serif;
    color:#616161 ;
    font-weight: bold;
}

.room-info .div h4{
    background-color: #92929234;
    padding: 8px;
    border-radius: 50%;
    border: 1px dashed  #929292b7;
}

.room-info .div{
    padding-bottom: 15px;
    border-bottom: 2px dashed #9292922d;
}

.room-info h6{
    font-family: 'Inter', sans-serif;
    color:#243756;
    font-size: 15px;
}

.room-lower a button{
    background: none;
    border:2px solid #243756;
    border-radius:30px;
    padding: 8px 15px;
    color:#222f65;
    font-weight: bold;
    font-family: 'Outfit', sans-serif;
    transition: all 0.3s ease-in-out;

}

.room-lower h4{
    color:    #c7c5c567;
    font-weight: bold;
    font-family: 'Red Hat Display', sans-serif;


}

.room-lower a button:hover{
    background: #243756;
    color:#fff;
}

@media only screen and (min-width: 300px) {
    .room-lower {
display: flex;   
justify-content: space-between;
 }
  }
          
/*JUMBOTRON*/

.jumbotron{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: min(80vh, 400px);
    padding: 20px;
    overflow: hidden;
      inset: 0;
      width: 100%;
      height: 100%;
      background: url(images/307806184.jpg) rgba(0, 0, 0, 0.5);
      background-size: cover;
      background-position: center;       
       background-blend-mode:multiply;
       background-attachment: fixed;
       border-radius: 20px;
       

}


.jumbotron h3{
    position: relative;
    font-family: 'Dancing Script', cursive;
    color:#F4DFB6;
}
.jumbotron p{
    position: relative;
    font-family: 'Outfit', sans-serif;
    color: white;

}
.jumbotron img{
    position: relative;
}


/*TESTIMONIALS*/
.testimonials{
position: relative;
    padding-top:  10vh;
    padding-bottom: 10vh;
}

.testimonials .about-text h4,.testimonials .about-text h2{
    color:white;
}

span.bg_title_text {
    line-height: 1;
    top: 50px;
    position: absolute;
    text-transform: uppercase;
    z-index: -1;
    font-weight: bold !important;
    color: #8d8d8d27;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Poppins', sans-serif;
    display: inline-block;
}


.testimonial-content{
    background-color: none;
border-radius: 10px;
}


.testimonial-content h1{
        font-size: 25px;
        font-weight: 500;
        line-height: 1.35;
        max-width: 920px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 35px;
        font-family: initial;
        color: #adacac;
        font-family: 'Red Hat Display', sans-serif;

}


@media only screen and (max-width: 600px) {
    .testimonial-content h1{
        font-size: 22px;
    }
  }

.div .author{
    font-family: 'Red Hat Display', sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.05em;

}



.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background:grey;
    display: block;
    transition: opacity .2s ease;
    border-radius: 30px;

    
}

.owl-carousel .owl-item img {
    width: auto;
}

.owl-theme .owl-dots .owl-dot span{
    background: white;
    border:1px solid #F4DFB6;

}

.owl-theme .owl-dots .owl-dot:hover span{
    background: grey;

}

.owl-theme .owl-dots .owl-dot.active span{
    background: #F4DFB6;
    width: 30px;
    transition: all 0.3s ease-in-out;
}


.testimonials .pattern-layer .pattern-1{
    position: absolute;
    left: 0px;
    top: 80px;
    width: 444px;
    height: 422px;
    background-repeat: no-repeat;
  }
  
  .testimonials  .pattern-layer .pattern-2{
    position: absolute;
    right: 0px;
    top: 80px;
    width: 444px;
    height: 422px;
    background-repeat: no-repeat;
transform: rotateY(180deg);  
}
  


@media only screen and (max-width: 991px){
.testimonials .pattern-layer {
    display: none;
}}



/*GALLERY*/
/* --Our Gallery-- */

#our_gallery_area{
    padding-bottom: 10vh;
    padding-top: 5vh;
    z-index: 1;
    position: relative;


}

#our_gallery_area:before {
    content: '';
    z-index: -1;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background:#494845;
    -webkit-clip-path: polygon(0 0, 100% 30%, 100% 100%, 0 70%);
    clip-path: polygon(0 0, 100% 30%, 100% 100%, 0 70%);

}
.gallery_item_wrapper{
    position: relative;
    margin-top: 30px;

}
.main_gallery_img{
    width: 100%;
    border-radius: 12px;

}
 .gallery_item_wrapper:hover .gallery_item_inner_content{
    opacity: 1;
    visibility: visible;

}
.gallery_item_inner_content{
    position: absolute;
    bottom: 0;
    background-color: #6b6a6977;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;

}
.gallery_item_inner_content::after{
    content: '';
    width: 90%;
    height: 94%;
    position: absolute;
    border: 1px solid white;
}

.gallery_inner_text{
    text-align: center;
    position: relative;
    z-index: 99;
}


  

/*************************************************************** ABOUT US **************************************************/

#about-head {
    background: linear-gradient(to bottom, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.178) 50%, rgba(51, 51, 51, 0.39) 70%,  rgb(51, 51, 51) 100%),url(images/307806228.jpg) rgba(0, 0, 0, 0.3);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height:70vh;

}



#about-head .col-lg-12{
margin-top: 27vh;

}

#about-head h1{
    font-family: 'Red Hat Display', sans-serif;
    letter-spacing: 3px;
        text-transform: uppercase;
        color: whitesmoke;}


        #about-head h4{
            font-family: 'Roboto', sans-serif;
            color: whitesmoke;
            font-size: 20px;
            font-weight: bold;
        }

 




/*************************************************************** CONTACT US **************************************************/

/*BACKGROUND*/
#contact-head {
    background: linear-gradient(to bottom, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.178) 50%, rgba(51, 51, 51, 0.39) 70%,  rgb(51, 51, 51) 100%),url(images/307806488.jpg) rgba(0, 0, 0, 0.3);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height:70vh;

}


#contact-head .col-lg-12{
margin-top: 27vh;

}

#contact-head h1{
    font-family: 'Red Hat Display', sans-serif;
    letter-spacing: 3px;
        text-transform: uppercase;
        color: whitesmoke;}


        #contact-head h4{
            font-family: 'Roboto', sans-serif;
            color: whitesmoke;
            font-size: 20px;
            font-weight: bold;
        }

 
       .contacts{
        padding-top: 10vh;
        padding-bottom: 10vh;
        position: relative;
        z-index: 1;
       } 
       .contacts:before {
        content: '';
        z-index: -1;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background:#494845;
        -webkit-clip-path: polygon(0 30%, 100% 0, 100% 70%, 0 100%);
        clip-path: polygon(0 30%, 100% 0, 100% 70%, 0 100%);
    }

             
.contacts .container{
    padding: 40px;
    border:5px double whitesmoke;
    background: url(images/307806233.jpg) rgba(0, 0, 0, 0.8);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-blend-mode: multiply;
}

    
 

        
        .contact-content{
            align-items: center;
            gap: 18px;
            margin-bottom: 41px;
            position: relative;
        }
        
        
   .contact-content h4{
    font-family: 'Red Hat Display', sans-serif;
color: whitesmoke;
font-size: 16px;
letter-spacing: 0.01em;
   }

   .contact-content h6{
    font-family: 'Red Hat Display', sans-serif;
color: #8d8d8d;
font-weight: bold;
font-size: 18px;
letter-spacing: 0.01em;
   }
     
        
        
        .col-lg-6  iframe,.contact-info{
            min-height: 100%;
        }
        
        .contact-img{
          
            width: 70px;
            height: 70px;
            text-align: center;
            line-height: 60px;
            border: 1px solid rgba(255, 255, 255, 0.253);
        }

            
        #map  {
             background-color:  rgba(255, 255, 255, 0.253);
             padding: 15px;
             box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.5);

        }


        @media only screen and (max-width: 300px) {
           
            .contact-content .div {
display: flex;         
flex-direction: column;
text-align: center;
justify-content: center;
align-items: center;
align-self: center;
               } 

               .contact-img{
                margin-bottom: 5px;
               }
         
          }


        @media only screen and (min-width: 301px) {
            .contact-content .div {
             display: flex;
gap: 15px;    
align-items: center;        }
          }
 
/*************************************************************** GALLERY **************************************************/

/*BACKGROUND*/


#gallery-head {
    background: linear-gradient(to bottom, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.178) 50%, rgba(51, 51, 51, 0.39) 70%,  rgb(51, 51, 51) 100%),url(images/307806457.jpg) rgba(0, 0, 0, 0.3);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height:70vh;

}

#gallery-head .col-lg-12{
margin-top: 27vh;

}

#gallery-head h1{
    font-family: 'Red Hat Display', sans-serif;
    letter-spacing: 3px;
        text-transform: uppercase;
        color: whitesmoke;}


        #gallery-head h4{
            font-family: 'Roboto', sans-serif;
            color: whitesmoke;
            font-size: 20px;
            font-weight: bold;
        }


    

img.zoom {
    width: 100%;
    height: 40vh;
    display: block;
    margin: 0 auto;
    object-fit: cover;
    transition: all .3s ease-in-out;
}

.transition {

    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}



#gallery-head .col-lg-12{
    margin-top: 27vh;
    
    }

.thumb{
    overflow: hidden;
}
  

.gallerys .col-lg-4, .gallerys .col-lg-3{
    padding: 0.5vh;
    margin-top: 0;
}
/*************************************************************** ROOMS **************************************************/

/*BACKGROUND*/


#rooms-head {
    background: linear-gradient(to bottom, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.178) 50%, rgba(51, 51, 51, 0.39) 70%,  rgb(51, 51, 51) 100%),url(images/307806181.jpg) rgba(0, 0, 0, 0.3);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height:70vh;

}


#rooms-head .col-lg-12{
margin-top: 27vh;

}

#rooms-head h1{
    font-family: 'Red Hat Display', sans-serif;
    letter-spacing: 3px;
        text-transform: uppercase;
        color: whitesmoke;}


        #rooms-head h4{
            font-family: 'Roboto', sans-serif;
            color: whitesmoke;
            font-size: 20px;
            font-weight: bold;
        }

   

    @media only screen and (max-width: 300px) {
        #gallery-head .col-lg-12 h1 , #about-head .col-lg-12 h1, #rooms-head .col-lg-12 h1,#contact-head .col-lg-12 h1{
    font-size: 30px;    }
      }
    
    @media only screen and (min-width: 300px)and (max-width: 600px) {
        #gallery-head .col-lg-12 h1, #about-head .col-lg-12 h1, #rooms-head .col-lg-12 h1, #contact-head .col-lg-12 h1{
            font-size: 50px;
        }
      }
    
    
    @media only screen and (min-width: 600px)  {
        #gallery-head .col-lg-12 h1, #about-head .col-lg-12 h1, #rooms-head .col-lg-12 h1, #contact-head .col-lg-12 h1{
            font-size: 80px;
        }
      }
    

  

    #carouselExampleCaptions1,#carouselExampleCaptions2,#carouselExampleCaptions3,#carouselExampleCaptions4,#carouselExampleCaptions5{
        border-radius:10px;
    }

  
.bread-crumb{
    padding: 0;
}
    .bread-crumb li{
        position: relative;
        display: inline-block;
        font-size: 18px;
        line-height: 24px;
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        padding-right: 20px;
        margin-right: 4px;
        font-family: 'Poppins', sans-serif;
        letter-spacing: 0.05em;

      }
      
      .bread-crumb li:last-child{
        padding: 0px;
        margin: 0px;
      }
      
    .bread-crumb li a{
        display: inline-block;
        color: #fff;
        text-decoration: none;
      }
      

       .bread-crumb li:before{
        position: absolute;
        content: "\f054";
        font-family: "Font Awesome 5 Free";
        font-size: 14px;
        top: 0px;
        right: 0px;
      }
      
       .bread-crumb li:last-child:before{
        display: none;
      }





.feature-section {
  position: relative;
  padding-top: 10vh;
  padding-bottom: 10vh;
  z-index: 1;
}



.feature-section:before {
    content: '';
    z-index: -1;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background:#494845;
    -webkit-clip-path: polygon(0 30%, 100% 0, 100% 70%, 0 100%);
    clip-path: polygon(0 30%, 100% 0, 100% 70%, 0 100%);
}
@media (max-width: 767.98px) {
  .feature-section {
    padding-top: 70px;
  }
}

.feature-row:nth-child(even) .image-column .inner-column {
  margin-right: 0;
  margin-left: -170px;
}
.feature-row:nth-child(even) .content-column .inner-column {
  padding: 61px 231px 70px 60px;
}
.feature-row .image-column .inner-column .image-box  {
    border: 2px dashed #929292;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.3);
    position: relative;

}

.feature-row .image-column .inner-column {
  margin-right: -170px;
  position: relative;
  z-index: 9;
}
.feature-row .content-column {
  margin-bottom: 60px;
}
.feature-row .content-column .inner-column {
  position: relative;
  background-color:#f2f2f2;
  padding: 61px 30px 70px 231px;
  margin-top: 50px;
}
@media (max-width: 1199.98px) {
  .feature-row .content-column .inner-column {
    padding: 61px 40px 70px 203px;
  }
}
@media (max-width: 991.98px) {
  .feature-row .content-column .inner-column {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 575.98px) {
  .feature-row .content-column .inner-column {
    padding: 61px 40px 70px 40px;
    margin-top: 0;
  }
}


.feature-row .content-column .inner-column .sec-title h4{
    font-size: 30px;
}




.feature-row .content-column .inner-column .image-2 {
  position: absolute;
  top: 18px;
  right: 13px;
}

@media only screen and (max-width: 1200px) {
  .feature-row:nth-child(even) .content-column .inner-column .sec-title {
    max-width: 70%;
  }
}
@media only screen and (max-width: 991px) {
  .feature-row .content-column .inner-column {
    margin-top: 0;
  }
  .feature-row .content-column .inner-column::before {
    left: 40px;
  }
  .feature-row .image-column .inner-column {
    margin-right: 0;
  }
  .feature-row:nth-child(even) .image-column .inner-column {
    margin: 0;
  }
  .feature-row:nth-child(even) .content-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .feature-row:nth-child(2n) .content-column .inner-column .sec-title {
    max-width: 100%;
  }
  .feature-row:nth-child(2n) .content-column .inner-column {
    padding: 61px 40px 70px 40px;
  }
}
@media only screen and (max-width: 576px) {

  .feature-row:nth-child(even) .content-column .inner-column .sec-title {
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .feature-row:nth-child(2n) .content-column .inner-column {
    padding: 61px 40px 70px 40px;
  }
}

@media only screen and (max-width: 300px) {
    .room-info .div h4 {
        padding: 4px;
      
    }
  }