
body::-webkit-scrollbar {
    width: 13px;

  }

  body::-webkit-scrollbar-track {
    background:  #f2f2f2;



  }
  body::-webkit-scrollbar-thumb {
    background-color:  #9b7426   ;

  }


  /*BACK_TO_TOP*/

  #btn-back-to-top {
    position: fixed ;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: #9b7426 ;
    border: 2px solid  #9b7426 ;
  }


/*  HEADER */

.nav-link {
    text-decoration: none;
    display: inline-block;
    padding: 10px;
    color:white;
    transition: color 0.3s ease-in-out;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;


}

.nav-item .underline {
    height: 4px;
    background-color: transparent;
    width: 0;
    transition: width 0.6s, background-color 0.6s;
    border-radius: 70px;
    margin: 0 auto;
}

.nav-item.active-link a {

    color:#9b7426 ;
}

.nav-item.active-link .underline {
    width: 100%;
    background-color:  #9b7426  ;

}

.nav-item:hover .underline {
    background-color: #9b7426  ;
    width: 100%;

}

.nav-item:hover a {

    color:  #9b7426 ;
}


.nav-item:active a {
    transition: none;
}

.nav-item:active .underline {
    transition: none;
    background-color:  #9b7426  ;

}

::selection {
    background-color: tan;
    color: black;
}


.navbar-nav {
    margin-left: auto;
    gap: 20px;
    font-size: 18px;

}

.navbar {
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.3s ease-in-out;
}



.navbar-scrolled {
    background-color: #352c23;

    

}



@media only screen and (max-width: 1000px) {
    .navbar {
        background-color: #352c23;
        transition: background-color 0.3s ease-in-out;
    
    }


    .nav-link{
        color: white;
    }
    

  }

 

.navbar-toggler{
border:2px solid rgba(230, 198, 133, 1);
    background-color:#9b7426 ; 
    color: transparent !important;

}
  

.navbar-toggler:hover,.navbar-toggler:active{
    border:2px solid rgba(230, 198, 133, 1);
    background-color: #9b7426 ; 
    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(230, 198, 133, 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:  #9b7426   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:#9b7426  ;
    fill: #9b7426    !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:#9b7426   ;
    fill:#9b7426   !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:  #9b7426     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: #9b7426   ;
}



.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: #9b7426   ;
}

.footer .footer-widget ul li a:hover span {
    color:#9b7426    ;
}

.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: #9b7426    ;
    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: #9b7426   ;
}


.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;
}

#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 {
    top: 45%;
    bottom: initial;
transform: translateY(-30%);
 -webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
position: absolute;
text-align: center;

}


.carousel-caption h5{
    position: relative;
    display: inline-block;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.05em;
}
 

  
.carousel-caption h3{
    color:#caced1;
    font-family: 'Jost', sans-serif;
}





.carousel-caption h1{
    font-family: 'Cormorant Garamond', 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: 90px;
    }
  }






.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:#9b7426;
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: 40px;
height: 41px;
    padding: 5px;
    border: 2px solid #9b7426;
    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;
}
    
 .carousel-caption .stars{
    fill:#FCC419;
 }

  /*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:  #9b7426;
    border: 2px solid  #9b7426!important;
    border-radius: 5px;
    color: white !important;
    font-size: 15px;
    font-weight: bold;
    padding: 13px 30px;
  
    position: relative;
    text-transform: uppercase;
    transition: all 0.6s ease-in-out;
    font-family: 'Outfit', sans-serif;
    border-radius:2px;
    box-shadow: 0 10px 5px 0 rgba(0, 0, 0, 0.2);
  
  
  }
  

  #button::before,
  #button::after {
      
    background:  #352c23!important;
    content: '';
    position: absolute;
    z-index: -1;
  
  
  }
  
  #button:hover {
    color:   white!important;
    transform: scale(1);
    border: 2px solid  white !important;
  
  
  }
  .btn-3{
    overflow: hidden;
}

.btn-3::after {
    height: 0;
    left: 0;
    top: 0;
   
    width: 100%;
  }
  
  .btn-3:hover:after {
    height: 60%;
    width: 100%;
  }

  .btn-3::before {
    height: 0;
    right: 0;
    bottom: 0;
	transition: all 0.4s ease-in-out;

    width: 100%;
  }

  .btn-3:hover:before {
    height: 60%;
    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:  #9b7426;
    border: 2px solid  white!important;
    border-radius: 5px;
    color: white !important;
    font-size: 15px;
    font-weight: bold;
    padding: 13px 30px;
  
    position: relative;
    text-transform: uppercase;
    transition: all 0.6s ease-in-out;
    font-family: 'Outfit', sans-serif;
    border-radius:2px;
    box-shadow: 0 10px 5px 0 rgba(0, 0, 0, 0.2);
  
  
  }
  

  #button5::before,
  #button5::after {
      
    background:  white!important;
    content: '';
    position: absolute;
    z-index: -1;
  
  
  }
  
  #button5:hover {
    color:   #9b7426 !important;
    transform: scale(1);
    border: 2px solid  #9b7426 !important;
  
  
  }
  .btn-5{
    overflow: hidden;
}

.btn-5::after {
    height: 0;
    left: 0;
    top: 0;
   
    width: 100%;
  }
  
  .btn-5:hover:after {
    height: 60%;
    width: 100%;
  }

  .btn-5::before {
    height: 0;
    right: 0;
    bottom: 0;
	transition: all 0.4s ease-in-out;

    width: 100%;
  }

  .btn-5:hover:before {
    height: 60%;
    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;
    background: linear-gradient(-90deg, transparent 50%,#f4dfb63f 60%,#f4dfb66e 70%, #f4dfb6a1 80%, #f4dfb6c9 90%, #f4dfb6e5 100%);
}
.about-text{
    position: relative;
   
}


.about-text h6{
    color:#382703;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

   





   .about-text p{
    font-family: 'Outfit', sans-serif;
    font-weight: normal;
    color: #777;
    font-style: normal;
    line-height: 26px;
   }


   .section-title{
	position: relative;
    margin-bottom: 20px;
}
span.bg_title_text {
	line-height: 1;
	top: -10px;
	position: absolute;
	text-transform: uppercase;
	z-index: -1;
	font-weight: 900 !important;
	color: #efefef;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}
.section-title h2 {
	line-height: 38px;
	color: #333;
    font-family: 'Jost', sans-serif;
    font-weight: bold;
}

.section-title h5 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: bold;
    color:#9b7426;
    margin-top: 0;
    position: relative;
    text-transform: uppercase;
    line-height: 1.3;
}
   
.img-box1 {
    position: relative;
    padding-bottom: 45px;
    z-index: 2
}

.img-box1 .img1 {
    display: inline-block;
    overflow: hidden;
    padding: 15px 5px 5px 15px;
border: 5px double #9b7426;
}

.img-box1 .img2 {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: white;
    padding: 10px 0 0 10px;


}

.img-box1 .img2 img, .img-box1 .img1 img {
    border-radius: inherit
}


.about_area .img2 img,.about_area .img1 img{ 
    position: relative;
    }




.img1 img,.img2 img,.img-box1 {
    max-width: 100%;
    height: auto;
}


@media (max-width: 767px) {
    .img-box1 {
        margin-right:0
    }

}

@media (max-width: 575px) {
    .img-box1 {
        margin-bottom:30px
    }

    .img-box1 .img2 {
        max-width: 70%
    }

}



          /*FACILITIES*/
          .facilities{
            position: relative;
            padding-top: 50px;
            background-color: #f5e9d267;
          }

          .facility-content{
            transition: all 0.6s ease-in-out;
            border:2px solid #9b7426;
            position: relative;
            overflow: hidden;
        padding: 37px 14px 31px;
        z-index: 1;
          }

          

          .facility-content::before,
          .facility-content::after {
      
    background:  #9b7426a6!important;
    content: '';
    position: absolute;
    z-index: -1;

  
  
  }
  

 
   
        
        .facility-content::after {
            width: 0;
            left: 0;
            top: 0;
            transition: all 0.6s ease-in-out;

           height: 100%;
          }
          
          .facility-content:hover:after {
            height: 100%;
            width: 50%;
          }
        
          .facility-content::before {
            height: 100%;
            right: 0;
            bottom: 0;
            transition: all 0.6s ease-in-out;

width:0;
          }
        
          .facility-content:hover:before {
            height: 100%;
            width:50%;
        
          }



          .facility-content h3{
            
            font-family: 'Cardo', serif;
            font-weight: bold;

          }

          .facility-content h6{
            
            font-family: 'Jost', sans-serif;
            color: #687179;
            font-size: 18px;
            transition: all 0.6s ease-in-out;
          }

            .facility-content:hover {
    transform: scale(1);
    color:white;
    fill:white;
    box-shadow: 0 0 20px 0 #9b7426;
  
  }

  .facility-content:hover h6{
    color:white;

  }

           /*ROOMS*/
.room-content,.room-img,.room-text{
    position: relative;
    transition: all 0.6s ease-in-out;
    overflow: hidden;

}

.room-img{
    display: block;
    overflow: hidden;

}

.room-img img{
    transition: all 0.4s ease-in-out;

}

.room-img .room-title{
    content: '';
    position: absolute;
    background-color: black;
    bottom:0;
    left: 0px;
    width: calc(100% - 30px);
    z-index: 1;
    transition: all 500ms ease;
}

@media only screen and (max-width: 500px) {
    .room-img .room-title{
       position: relative;
       width: 100%;
    }
  }

.room-img .room-title h4 {
    position: relative;
    display: block;
    width: 100%;
    background: #0a0807;
    line-height: 33px;
    color: #fff;
    font-weight: 700;
    padding: 5px 15px 5px 30px;
    font-family: 'Cardo', serif;
    margin: 0;

}

.room-content{
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
        background: #f1efee;

}


.room-content:hover .room-img img{
    transform: scale(1.1);
}
  
.room-amenities{
    position: relative;
    display: block;
    background: #f1efee;
    padding: 10px;
    text-align: center;
}

.room-amenities span{
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #8d8b8a;
    margin-right: 20px;
    font-family: 'Outfit', sans-serif;

}

.room-amenities h6{
    font-family: 'Outfit', sans-serif;

}

 a.blog-button {
    display: inline-block;
    font-size: 16px !important;
    border: transparent;
    background: #9b7426c5;
    width: 100%;
    text-align: start;
    color:white;
    font-family: 'Outfit', sans-serif;
    padding: 10px;
    border:3px solid white;
 }

 a.blog-button svg {
    top:3px;
    float: right;
    fill:white;
    position: relative;
    transition: all 0.4s ease-in-out;
}


a.blog-button:hover svg {
    transform: rotate(180deg);
}
@media only screen and (min-width: 500px) {
    .room-amenities div{
     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, 500px);
    padding: 20px;
    border-radius: 20px;
    overflow: hidden;
      inset: 0;
      width: 100%;
      height: 100%;
      background: url(images/428449782.jpg) rgba(0, 0, 0, 0.5);
      background-size: cover;
      background-position: center;       
       background-blend-mode:multiply;
       background-attachment: fixed;
       

}


.jumbotron h3{
    position: relative;
    font-family: 'Cardo', serif;
    color: white;
    font-weight: bold;
}
.jumbotron h5{
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    color:white;

}
.jumbotron img{
    position: relative;
}


/*TESTIMONIALS*/
.testimonials{
    background: url(images/testimonial-bg.png) rgba(0, 0, 0, 0);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    padding-top: 50px;
    padding-bottom: 50px;
}

.testimonials .about-text h4,.testimonials .about-text h2{
    color:white;
}


#testimonial-carousel{
padding: 20px;
background-color: rgba(0, 0, 0, 0.05);
}

#testimonial-carousel .item{
    padding: 10px;
background-color: #9b742694;

}

.testimonial-content{
    background-color: white;
    padding:30px;

}


.testimonial-content h5{
    font-family: 'Outfit', sans-serif;
    color: #687179;
font-size: 18px;
line-height: 30px;
}




.div .author{
    font-family: 'Cardo', serif;

    font-weight: bold;
    font-size: 20px;

}

.div .place{
    font-family: 'Roboto', sans-serif;
        line-height: 1em;
    font-size: 13px;
    color: #222f65;
    display: block;
    font-weight: bold;


}

.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: 1px;

    
}

.owl-carousel .owl-item img {
    width: auto;
}

.owl-theme .owl-dots .owl-dot span{
    background:#61616196;

}

.owl-theme .owl-dots .owl-dot:hover span{
    background: #61616196;

}

.owl-theme .owl-dots .owl-dot.active span{
    background: #352c23;
    width: 10px;
    transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    background: 0 0;
    color: inherit;
    border: none;
    font: inherit;


}

.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover {
    background: 0 0;
    color:#9b7426;
 

}
/*GALLERY*/





.swiper-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    right: 0px;
    margin: 0 auto;


}

.swiper {
    position: relative;
    width: 100%;
    z-index: 2;
}

.swiper-slide {
    width: 10rem;
    height: 24rem;
    display: flex;
    flex-direction: column;
    align-items: self-start;
    position: relative;
    border-radius: 12px;
    box-shadow: -1px 5px 15px #0000001f;
    text-align: center;
    transition: opacity 0.4s ease-in;


}

.swiper-slide-active {
    display: grid;
    opacity: 1;
}

.swiper-pagination {
    position: relative;
    bottom: -0.313rem;
    text-align: center;
    margin-top: 35px;
    width: auto;


}


.swiper-pagination > .swiper-pagination-bullet {
    opacity: 1;
    border: #9b7426 solid 1px;
    background-color: transparent;
    transition: all 0.4s ease-in-out;
}

.swiper-pagination >.swiper-pagination-bullet-active {
    background-color: #9b7426;
    width: 20px;
    border-radius: 10px;
}


  

/*************************************************************** ABOUT US **************************************************/

#about-head {
    background: linear-gradient(-180deg, rgba(22,23,25,0.95) 10%, rgba(22,23,25,0.10) 100%),url(images/426549792.jpg);
    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: 'Cardo', serif;
    letter-spacing: 0.05em;
    text-transform: uppercase;
        color: whitesmoke;}


        #about-head h4{
            font-family: 'Poppins', sans-serif;
            color: whitesmoke;
            font-size: 20px;
            font-weight: bold;
        }

 
        
        .about-img{
            position: relative;
        }
        
        .about-img .img-1{
            position: relative;
        }
        .about-img img{
            position: relative;
        }
        
        
        .about-img::before {
            position: absolute;
            content: "";
            width: 50%;
            height: 90%;
            border: 3px solid #9b7426 ;
            background-color: #9b7426 ;
            border-radius: 0;
            left: -4%;
            z-index: 0;
            top: 4%;
        }
        
        
        .about-img .img-1::before {
            position: absolute;
            content: "";
            width: 80%;
            height: 80%;
            border: 3px solid #bdab89;
            background-color: #bdab89;
            border-radius: 0;
            right: -3%;    z-index: 0;
            bottom: 10%;
        }

        .about-info{
            padding: 40px;
        }
        
        @media only screen and (max-width: 300px) {
            .about-info{
                padding: 20px;
            }
        }

   
        .faq-img {
          margin-right: -350px;
        }
        .faq-btn {
            font-size: 17px;
        font-weight: 700;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 20px 30px;
        width: 100%;
        text-align: left;
        padding-right: 75px;
        background: #f8f8f8;
        border-radius: 0;
        font-family: 'Poppins', sans-serif;

        }
        .card .collapse.show {
            display: block;
        }
        .faq-btn.collapsed {
            background: no-repeat;
            color: #190a32;
        }
        .faq-wrap .card-header:first-child {
            border-radius: 0;
        }
        .faq-wrap .card-header {
            padding: 0;
            margin-bottom: 0;
            background-color: unset;
            border-bottom: none;
        }
        .faq-wrap .card-body {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
            flex: unset;
            padding: 25px 30px;
            font-family: 'Poppins', sans-serif;

        }
        .faq-wrap .card-header h2 {
            font-size: unset;
        }
        .faq-wrap .card {
        border: none;
        border-radius: 4px !important;
        margin-bottom: 15px;
        box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.09);
        overflow: hidden;
        }
        
    
        .faq-wrap .card-header h2 button::after {
        position: absolute;
        font-family: "Font Awesome 5 Free";
        content: "\f00d";
        top: 0;
        right: 0;
        font-size: 26px;
        font-weight: 600;
        background: #644222;
        width: 61px;
        height: 61px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
        text-align: center;
        line-height: 60px;
        color: #fff;
        }
        
        .faq-wrap .card-header h2 button.collapsed::after {
            font-family: "Font Awesome 5 Free";
            content: "\f053";
            color: #fff;
                box-shadow: none;
            font-size: 26px;
        }
        
/*************************************************************** CONTACT US **************************************************/

/*BACKGROUND*/

#contact-head{
    background: linear-gradient(-180deg, rgba(22,23,25,0.95) 10%, rgba(22,23,25,0.10) 100%),url(images/428451116.jpg);
    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: 'Cardo', serif;
    letter-spacing: 0.05em;
    text-transform: uppercase;
        color: whitesmoke;}


        #contact-head h4{
            font-family: 'Poppins', sans-serif;
            color: whitesmoke;
            font-size: 20px;
            font-weight: bold;
        }
        .contacts{
            position: relative;
            overflow: hidden;
        }
        .contacts  .pattern-layer .pattern-1{
            position: absolute;
            left: 0px;
            top: 80px;
            width: 444px;
            height: 422px;
            background-repeat: no-repeat;
          }
          
          .contacts  .pattern-layer .pattern-2{
            position: absolute;
            right: 0px;
            top: 80px;
            width: 444px;
            height: 422px;
            background-repeat: no-repeat;
          }
          

 
        @media only screen and (max-width: 991px){
        .contacts .pattern-layer {
            display: none;
        }}
      

        .inner-box h4{
            font-family: 'Cardo', serif;
            font-weight: bold;
            letter-spacing: 0.01em;

        }

        .contact-content{
            position: relative;
            display: block;
            padding: 30px;
                }

        .contact-content:before {
            position: absolute;
            content: '';
            background: #e2dfdd;
            width: 1px;
            height: calc(100% + 3px);
            top: 0px;
            right: -15px;
        }

        .contacts .col-lg-4:last-child .contact-content:before{
            display: none;
          }

        .inner-box h6{
            font-family: 'Outfit', sans-serif;
color:#687179;
        }

        .inner{
            border-top: 1px solid #e2dfdd;
        }


        .map{
            display: flex;
            background-color: white;
            padding: 15px;
            box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
            border: 1px solid #e2dfdd;
        }
  
/*************************************************************** GALLERY **************************************************/

/*BACKGROUND*/

#gallery-head{
    background: linear-gradient(-180deg, rgba(22,23,25,0.95) 10%, rgba(22,23,25,0.10) 100%),url(images/428449778.jpg);
    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: 'Cardo', serif;
    letter-spacing: 0.05em;
    text-transform: uppercase;
        color: whitesmoke;}


        #gallery-head h4{
            font-family: 'Poppins', 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;

}

/*************************************************************** RESTAURANT **************************************************/

/*BACKGROUND*/

#restaurant-head{
    background: linear-gradient(-180deg, rgba(22,23,25,0.95) 10%, rgba(22,23,25,0.10) 100%),url(images/428449759.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 70vh;

}



#restaurant-head .col-lg-12{
margin-top: 27vh;

}
#restaurant-head h1{
    font-family: 'Cardo', serif;
    letter-spacing: 0.05em;
    text-transform: uppercase;
        color: whitesmoke;}


        #restaurant-head h4{
            font-family: 'Poppins', sans-serif;
            color: whitesmoke;
            font-size: 20px;
            font-weight: bold;
        }

        .restaurant h1{
            font-family: 'Cardo', serif;
position: relative;
display: block;
font-size: 50px;
line-height: 60px;
text-transform: uppercase;
margin: 0px;
        }


        @media only screen and (max-width: 767px){
            .restaurant h1 {
    font-size: 30px;
    line-height: 40px;
}}
.rest-desc h2{
    font-family: 'Carattere', cursive;
    font-weight: 32px;
    color: #9b7426;

}

.rest-desc p{
    position: relative;
    font-family: 'Outfit', sans-serif;
    color: #7c8083;
    font-weight: 400;
    margin: 0px;
}

.rest-amenities{
    position: relative;
}


.rest-amenities span{
    font-family: 'Cardo', serif;
    font-weight: 900;

}

@media only screen and (min-width: 500px) {
    .rest-amenities{
      display: flex;
      justify-content: space-evenly;
    }
  }
    
/*************************************************************** ROOMS **************************************************/

/*BACKGROUND*/

#rooms-head{
    background: linear-gradient(-180deg, rgba(22,23,25,0.95) 10%, rgba(22,23,25,0.10) 100%),url(images/428451820.jpg);
    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: 'Cardo', serif;
    letter-spacing: 0.05em;
    text-transform: uppercase;
        color: whitesmoke;}


        #rooms-head h4{
            font-family: 'Poppins', 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,#restaurant-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, #restaurant-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, #restaurant-head .col-lg-12 h1{
            font-size: 80px;
        }
      }
    



   .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;
      }

