
  body::-webkit-scrollbar {
    width: 13px;

  }

  body::-webkit-scrollbar-track {
    background:  whitesmoke;



  }
  body::-webkit-scrollbar-thumb {
    background-color: #724d21 ;
    border-radius: 10px;
    border-color: #724d21;

  }

  /*BACK_TO_TOP*/

  #btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color:#724d21;
    border-color: #724d21;
  }




/*  HEADER */

.collapse ul li a {
    text-decoration: none;
    display: inline-block;
    padding: 10px;
    transition: color 0.5s;
    color: whitesmoke;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;


}


.collapse ul li .underline {
    height: 4px;
    background-color: transparent;
    width: 0;
    transition: width 0.6s, background-color 0.6s;
    border-radius: 70px;
}

.collapse ul li.active-link a {

    color: #ad7b54;
}

.collapse ul li.active-link .underline {
    width: 100%;
    background-color:  #ad7b54;

}

.collapse ul li:hover .underline {
    background-color:  #ad7b54;
    width: 100%;

}

.collapse ul li:hover a {

    color:  #ad7b54;
}


.collapse ul li:active a {
    transition: none;
}

.collapse ul li:active .underline {
    transition: none;
    background-color: #ad7b54;

}



::selection {
    background-color: rgb(255, 196, 0);
    color: black;
}


.navbar-nav {
    margin-left: auto;
    gap: 20px;
    font-size: 18px;

}

.navbar {
    background-color: #010101;

}

.navbar-toggler{
    border-color: #a97d52 !important;
    background-color: #a97d52; 
    color: transparent !important;

}
  

.navbar-toggler:hover,.navbar-toggler:active{
    border-color: #a97d52 !important;
    background-color: #a97d52; 
    color: transparent !important;
 

}

@media screen and (width: 1024px) {
    .navbar-nav {
        font-size: 16px;
    }
}


/* GENERAL BUTTON STYLING */
#button,
#button::after {
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
  -o-transition: all 0.5s;
	transition: all 0.5s;
}

#button {
  background:none;
  border: 3px solid #ad7b54!important;
  border-radius: 5px;
  color:  #ad7b54 !important;
  font-size: 15px;
  font-weight: bold;
  margin: 0 auto;
  padding: 10px 30px;
  position: relative;
  text-transform: uppercase;
  border-radius: 0;
}

#button::before,
#button::after {
  background: #ad7b54 !important;
  content: '';
  position: absolute;
  z-index: -1;

}



#button:hover {
  color: white !important;
transform: scale(1);

}



/* BUTTON 3 */
.btn-3::after {
    height:0;
    left: 0;
    top: 0;
    width:  100%;
  }
  
  .btn-3:hover:after {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
  }
  

  @media screen and (max-width: 300px) {
    .logo1 {
width:160px;    }
.carousel-caption h1{
    font-size: 30px;
}

.carousel-caption h4{
    font-size: 20px;
}

  }

  @media screen and (min-width: 300px) {
    .logo1 {
width:190px;    }

  }


@media screen and (min-width: 200px)and (max-width: 950px) {
    .navbar-nav {
display: inline-block;      
    
    }
    
  }
  
/** FOOTER **/

.footer {
    background: #2B2730;
    padding-top: 60px;
    font-family: 'Poppins', sans-serif;
}
.footer p{
    text-align: left;
    color: whitesmoke;

}

.footer h3 {
    font-weight: 600;
    font-size: 25px;
    line-height: 24px;
    text-align: left;
    color: whitesmoke;
    margin-bottom: 15px;
    border-bottom: #ad7851 solid 3px;
    padding-bottom: 3px;
    display: table;
}

ul.conta, ul.social_icon, ul.link_menu{
    padding: 0;
}

ul.conta li {
    color: whitesmoke;
    text-align: left;
    padding-bottom: 20px;
    font-size: 15px;
list-style: none;
}


ul.conta li i {
    padding-right: 15px;
    text-align: center;
    font-size: 20px;
}

ul.conta li a {
    color: whitesmoke;
}


ul.link_menu li {
    display: block;
    text-align: left;
}

ul.link_menu li.active a {
    color: #ad7851;
}

ul.link_menu li a {
    color: whitesmoke;
    font-size: 17px;
    line-height: 28px;
    display: inline-block;
    width: -moz-max-content;
    text-decoration: none;
    transition: 0.5s;
    font-weight: 600;
}

ul.link_menu li a:hover {
    color:#ad7851;
}


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;
    padding-bottom: 20px;
    background-color: white;
    border: #ad7851 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: 25px;
    font-weight: bold;
}

.copyright a {
    color: #000;
    font-weight: bold;
}

.copyright a:hover {
    color: #ad7851;
}



.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: #ad7851;
}

.footer .footer-widget ul li a:hover span {
    color:#ad7851;
}

.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;
    margin: 0 0px 0 0;
    display: inline-block;
    background: rgba(255, 255, 255, 0.05); 
    height: 40px;
    width: 40px;
    color:#ad7851;
    border-radius: 0;
    transition: 0.3s;
}

.footer .social_icon li a {
    height: 40px;
    width: 40px;
    display: block;

    position: relative;
}


.footer .social_icon li:hover  {
    background: #ad7851;
}


.footer .social_icon  li a span {
    position: absolute;
    font-size: 18px;
    top: 50%;
    left: 30%;
    -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: 1300px) {
    ul.conta li, .footer p, ul.social_icon,.heading-2, ul.link_menu li{
    text-align: center;
    float: center;
 }


 .footer h3{
    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-caption {
    top: 40%;
}

.carousel-caption p{
    font-family: 'Montserrat', sans-serif;    
    font-weight: bold;
    letter-spacing: 5px;

}


.carousel-caption h1{
    font-family: 'Gloock', serif;
    font-weight: bold;
        letter-spacing: 3px;

}

.carousel-caption h4{
    font-family: 'Croissant One', cursive;

}
.c-item {
    height: 800px; 

}

.c-img {
    height: 100%;
    object-fit: cover;
    filter: brightness(0.8);

}



  .carousel-item.active img{
    transition: transform 5s linear;
    transition-duration: infinite;
    transform: scale(1.05, 1.05);
  }


  /*BUTTONS CLASS*/

/* GENERAL BUTTON STYLING */
#button2,
#button2::after {
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
  -o-transition: all 0.5s;
	transition: all 0.5s;

}

#button2 {
  background: none;
  border: 3px solid #E4E4D0 !important;
  border-radius: 5px;
  color: #E4E4D0 !important;
  font-size: 15px;
  font-weight: bold;
  margin: 1em auto;
  padding: 10px 30px;
  position: relative;
  text-transform: uppercase;
  border-radius: 0;
  transition: 0.5s;
}

#button2::before,
#button2::after {
    
  background: #E4E4D0 !important;
  content: '';
  position: absolute;
  z-index: -1;


}

#button2:hover {
  color: black !important;
  transform: scale(1);


}



.btn-1 {
    overflow: hidden;
  }
  
  .btn-1::after {
    /*background-color: #f00;*/
    height: 0;
    left: 0;
    top: 0;
    width: 100%;

  }
  
  .btn-1:hover:after {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
  }



  


  .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
  }

  
  .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
   }


   @media only screen and (max-width: 600px) {
        .carousel-control-next-icon {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='transparent' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
          }
        
          
          .carousel-control-prev-icon {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='transparent' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
           }
        }
    
   

  .carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-position: 50% center;
    background-size: 100% 100%;
}


.carousel-control-next, .carousel-control-prev {

    width: 10%;
   
}


@media only screen and (max-width: 600px) {
.carousel-caption{
    text-align: center;
}
    }



  /*ABOUT_AREA*/


/*ABOUT AREA*/
.sec-about {
    padding-top: 100px;
    padding-bottom: 100px; }
    .section .heading {
      text-transform: uppercase;
      font-weight: bold;
      color: black; 
      font-family: 'Gloock', serif;
    }

    .desc{
        font-family: 'Poppins', sans-serif;
        font-weight: lighter;
        font-size: 15px;
        color: grey;

    }
.sec-about .has-bg {
    position: relative; 
}

.sec-about .has-bg img{
height: 60vh;}
    .sec-about .has-bg:before {
      top: -80px;
      bottom: -100px;
      content: "";
      background-color: #f3f3f3;
      width: 200%;
      position: absolute;
      left: -150%;
      z-index: -1; }

      .img-box-shadow {
        -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1); }



        @media only screen and (min-width: 200px) and (max-width: 1000px) {
            .sec-about {
                padding-top:0;
            }
          }

          @media only screen and (min-width: 500px) {
       .about_area .col-lg-12{
        display: flex;
        justify-content:space-around;
       }
          }



          @media only screen and (max-width: 500px) {
            .about_area .col-lg-12{
             display: flex;
             flex-direction: column;
             align-items: center;
            }
               }

               /*ROOMS*/
               .rooms{
                background-color: #2B2730;
               }
      
               .rooms .room-info{
                transition: 0.3s;
                background-color: #F8F6F4;
                border-bottom: 4px solid #705320;
                border-right: 4px solid #705320;

              }
                   
              
              .rooms .room-info:hover{
                box-shadow: 10px 10px 0 0 #F9FBE7;
              }
               .rooms .room-desc{
                padding: 20px;
                border-top: 4px solid #705320;

                position: relative;
      
                
               }

               .rooms .room-desc p{
             color: grey;
             font-family: 'Poppins', sans-serif;
               }

               .rooms .room-desc h4{
                font-family: 'Gloock', serif;
                font-weight: bold;
               }


               .room-desc .room-btn {
          
                display: inline-block;
                position: relative;
                left: 50%;
                top: 0;
                -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -100%);   
                 text-align: center;
            
              }

              
.btns {
    border: 3px solid #e0e4c3!important;
    border-radius: 5px;
    background-color:  #705320 !important;
    font-size: 15px;
    font-weight: bold;
    margin: 0 auto;
    padding: 10px 30px;
    position: relative;
    text-transform: uppercase;
    border-radius: 0;
    color: #e0e4c3;
    transition: 0.3s;
  }

  .btns:hover {
    border: 3px solid #705320!important;
    background-color:  #e0e4c3 !important;

    color: #705320;
  }
   
  @media only screen and (max-width: 300px) {
    .room-facilities img {
width: 20px;    }
  }

/*JUMBOTRON*/

.jumbotron{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: min(80vh, 400px);
    background-color: #292d3db7;
    padding: 1rem;
    border-radius: 0;
    text-align: center;
    overflow: hidden;
  
    &:before {
      position: absolute;
      mix-blend-mode: overlay;
      filter: brightness(50%);
      content: "";
      inset: 0;
      width: 100%;
      height: 100%;
      background: url(images/364811264.jpg);
      background-size: cover;
      background-position: center;       
       background-attachment: fixed;


}
}

.jumbotron h1{
    position: relative;
    font-weight: bold;
    color:whitesmoke;
    font-family: 'Gloock', serif;
    letter-spacing: 3px;
}

.jumbotron p{
    position: relative;
    color:whitesmoke;
    font-family: 'Poppins', sans-serif;
}

/*FACILITIES*/
.facilities h2{
    font-weight: bold;
    font-family: 'Gloock', serif;
}
.facilities{
    background-color: #f7f7f7 ;
}

.facilities p{
    font-family: 'Poppins', sans-serif;
    color: grey;
}

.facility h4{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;

}

 .facility{
    background-color: white;
    padding: 20px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
 }

 .facility:hover{
transform: translate(-5px);
}
/*RESTAURANT*/
.restaurant p{
    font-family: 'Poppins', sans-serif;
    color: grey;
    
}

.restaurant h2{
    font-weight: bold;
    font-family: 'Gloock', serif;
    color: #F9FBE7;
}

.restaurant{
    background-color: #2B2730;
}

.restaurant .img_2{
    margin-left: 20px;
    margin-right: 20px;

}



.restaurant .img_1 img,.restaurant .img_2 img,.restaurant .img_3 img{
border-radius: 10px;

}


.restaurant .img_1 img{
    box-shadow: -20px 20px 0 0 #F9FBE7;
    
    }

    
.restaurant .img_3 img{
    box-shadow: 20px 20px 0 0 #F9FBE7;
    
    }

    /*GALLERY*/
.gallery p{
    font-family: 'Poppins', sans-serif;
    color: grey;
    
}

.gallery h2{
    font-weight: bold;
    font-family: 'Gloock', serif;
}



.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;


}

.circle {
    position: absolute;
    bottom: -5em;
    left: -8em;
    width: clamp(150px, 40vw, 400px);
    height: clamp(150px, 40vw, 400px);
    background: black;
    border-radius: 50%;
    z-index: 1;
    opacity: 0.7;
}


.swiper-pagination > .swiper-pagination-bullet {
    opacity: 1;
    border: #7a5823 solid 1px;
    background-color: transparent;
}

.swiper-pagination >.swiper-pagination-bullet-active {
    background-color: #7a5823;
}

/*TESTIMONIALS*/
.testimonials p{
    font-family: 'Poppins', sans-serif;
    color: grey;
    
}

.testimonials h2{
    font-weight: bold;
    font-family: 'Gloock', serif;
}
.review-info{
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    padding: 20px;
}

.review-info .author{
    font-family: 'Poppins', sans-serif;
   font-weight: 700;
  font-size: 20px;
  line-height: 1.2em;
}

.review-info .place{
    font-family: 'Poppins', sans-serif;

}
/*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;
}



/*************************************************************** CONTACT **************************************************/

/*BACKGROUND*/

#contact-head {
    background: url(images/364811260.jpg) rgba(0, 0, 0, 0.3);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
    height: 700px;
    color: white;
    font-family: 'Gloock', serif;

}

#contact-head h1{
    letter-spacing: 3px;
    font-weight: bold;
}
#contact-head p{
    font-weight: bold;
        font-family: 'Poppins', sans-serif;
        letter-spacing: 2px;
    color: #e0e4e4;
    
    }

    .contacts{
        background-color: #f5f5f5;
    }

    .contacts h3,.contacts h6{
        font-weight: bold;
        font-family: 'Poppins', sans-serif;
    }

    .contacts h3{
        line-height: 1em ;
    }


    .read-btn{
        background: none;
        border:0;
        border-radius: 5px;
        color: whitesmoke !important;
        font-size: 15px;
        margin: 0 auto;
        padding:0;
        position: relative;
        text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    transition: 0.3s;
    }
    
    .read-btn:hover{
    color:white!important;
    
    }


    @media only screen and (max-width: 600px) {
       .contacts .col-lg-4 .contact-info{
text-align: center;        }
      }

      @media only screen and (min-width: 600px) {
        .contacts .col-lg-4 .contact-info{
display: flex;       }
       }

       @media only screen and (max-width: 300px) {
        #contact-head h1 {
font-size: 30px;        }
      }

       /*************************************************************** GALLERY **************************************************/

/*BACKGROUND*/

#gallery-head {
    background: url(images/364932087.jpg) rgba(0, 0, 0, 0.3);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
    height: 700px;
    color: white;
    font-family: 'Gloock', serif;

}

#gallery-head h1{
    letter-spacing: 3px;
    font-weight: bold;
}
#gallery-head p{
    font-weight: bold;
        font-family: 'Poppins', sans-serif;
        letter-spacing: 2px;
    color: #e0e4e4;
    
    }

    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);
    }
    
    .thumb{
        overflow: hidden;
    }
    
           /*************************************************************** ABOUT US **************************************************/

/*BACKGROUND*/

#about-head {
    background: url(images/364811270.jpg) rgba(0, 0, 0, 0.3);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-blend-mode: multiply;
    height: 700px;
    color: white;
    font-family: 'Gloock', serif;

}

#about-head h1{
    letter-spacing: 3px;
    font-weight: bold;
}
#about-head p{
    font-weight: bold;
        font-family: 'Poppins', sans-serif;
        letter-spacing: 2px;
    color: #e0e4e4;
    
    }

    .about_us h2{
        font-weight: bold;
        font-family: 'Gloock', serif;

    }

    .about_us p{
        font-family: 'Poppins', sans-serif;
        color: grey;
    }

    .about_us .about1 img, .about_us .about2 img{
        transition: 0.3s;
        overflow: hidden;
    }

    .about_us .about1 img:hover, .about_us .about2 img:hover{
        transform: translateY(5px);
   }

   
   @media only screen and (min-width: 500px) {
    .about_us .col-lg-12{
     display: flex;
     justify-content:space-around;
    }
       }



       @media only screen and (max-width: 500px) {
         .about_us .col-lg-12{
          display: flex;
          flex-direction: column;
          align-items: center;
         }
            }

                       /*************************************************************** RESTAURANT **************************************************/

/*BACKGROUND*/

#restaurant-head {
    background: url(images/364811265.jpg) rgba(0, 0, 0, 0.3);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center ;
    background-blend-mode: multiply;
    height: 700px;
    color: white;
    font-family: 'Gloock', serif;

}

#restaurant-head h1{
    font-weight: bold;
}
#restaurant-head p{
    font-weight: bold;
        font-family: 'Poppins', sans-serif;
        letter-spacing: 2px;
    color: #e0e4e4;
    
    }


    .about_us h5{
        font-family: 'Croissant One', cursive;
        font-weight: bold;
    }

    .about_us h6{
        font-family: 'Poppins', sans-serif;
    }

                           /*************************************************************** ROOMS **************************************************/

/*BACKGROUND*/

#rooms-head {
    background: url(images/475260700.jpg) rgba(0, 0, 0, 0.3);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center ;
    background-blend-mode: multiply;
    height: 700px;
    color: white;
    font-family: 'Gloock', serif;

}

#rooms-head h1{
    letter-spacing: 3px;
    font-weight: bold;
}
#rooms-head p{
    font-weight: bold;
        font-family: 'Poppins', sans-serif;
        letter-spacing: 2px;
    color: #e0e4e4;
    
    }

      /*ROOMS*/
   

       .room .room-info{
        transition: 0.3s;
        background-color: #F8F6F4;
        border-bottom: 4px solid #705320;
        border-right: 4px solid #705320;

      }
           
      
      .room .room-info:hover{
        box-shadow: 10px 10px 0 0 #ad7b50;
      }
       .room .room-desc{
        padding: 20px;
        border-top: 4px solid #705320;

        position: relative;

        
       }

       .room .room-desc p{
     color: grey;
     font-family: 'Poppins', sans-serif;
       }

       .room .room-desc h4{
        font-family: 'Gloock', serif;
        font-weight: bold;
       }