
/*  HEADER */
::selection {
background-color: tan;
}


.navbar-nav{
margin-left: auto;
gap: 20px;
font-size: 20px;
}

.navbar{
background-color:white;
font-family: 'Roboto', sans-serif;

}

.nav-item a{
color:black;
}

.nav-item a:hover{
color:rgb(204, 175, 79) ;
}

.active {
color:rgb(204, 175, 79)  !important;
}


.btn {
-moz-user-select: none;
background-image: none;
border-radius: 2px;
cursor: pointer;
display: inline-block;
font-size: 14px;
font-weight: normal;
line-height: 1.42857;
margin-bottom: 0;
padding: 6px 12px;
text-align: center;
vertical-align: middle;
white-space: nowrap;
text-decoration: none;
font-family:Verdana, Geneva, Tahoma, sans-serif;  
margin-top: 2px;

}
.btn{
border:1px solid; 
background-color:rgb(167, 135, 95);
color:white !important;
padding-top: 10px !important;
padding-bottom: 10px !important;
padding-left: 20px !important;
padding-right: 20px !important;
font-family: 'Roboto', sans-serif;



}

.btn:hover{
background-color:white;
color:rgb(167, 135, 95) !important;
transition: 0.3s;
} 


/*FOOTER*/


.site-footer
{
background-color:#26272b;
padding:80px 0 20px;
font-size:15px;
line-height:24px;
color:white;
}
.site-footer hr
{
border-top-color:#bbb;
opacity:0.5
}
.site-footer hr.small
{
margin:20px 0
}
.site-footer h6
{
color:#fff;
font-size:16px;
text-transform:uppercase;
margin-top:5px;
letter-spacing:2px
}
.site-footer a
{
color:white;
}
.site-footer a:hover
{
color:rgb(167, 135, 95);
text-decoration:none;
}
.footer-links
{
padding-left:0;
list-style:none
}
.footer-links li
{
display:block;
color: white;

}
.footer-links a
{
color:white;
}
.footer-links #footer,.footer-links a:focus,.footer-links a:hover
{
color:rgb(167, 135, 95);
text-decoration:none;
}
.footer-links.inline li
{
display:inline-block
}


.copyright-text
{
margin:0
}
@media (max-width:991px)
{
.site-footer [class^=col-]
{
margin-bottom:30px
}
}
@media (max-width:767px)
{
.site-footer
{
padding-bottom:0
}
.site-footer .copyright-text,.site-footer .social-icons
{
text-align:center
}
}




.col-xs-6 a{
text-decoration: none;
}

.copyright-text img{
width:15%;
}

.col-xs-6 iframe{
height:62%;
width:100%;

}


.col-md-3 p{
color: white;
}

.col-xs-6 li{
color:white;
}

.col-5 svg{
fill:none;
}

#logo{
text-align: right;
}


/* CAROUSEL */
.carousel-caption{
top:40%;
}
.carousel-caption h5{
font-family: 'Playfair Display', serif;  
color:white;
}

.carousel-caption p{
    font-family: 'Roboto', sans-serif;
    color:white;
}
.c-item{
height: 700px;
}
.c-img {
height:100%;
object-fit: cover;
filter:brightness(0.7)
}
h5 {
animation-name: slideInDown;
animation-duration: 2s;
animation-timing-function: ease;
animation-delay: 0;
}

@keyframes slideInDown{
0% {
transform: translateY(-100px);
opacity: 0;
}
100% {
transform: translateX(0);
opacity: 1;
}
}

#caption {
animation-name: slideInLeft;
animation-duration: 2s;
animation-timing-function: ease;
animation-delay: 0;
}

@keyframes slideInLeft{
0% {
transform: translateX(100px);
opacity: 0;
}

100% {
transform: translateY(0);
opacity: 1;
}
}


.cap-btn {
animation-name: slideInUp;
animation-duration: 2.5s;
animation-timing-function: ease;
animation-delay: 0;
font-family: 'Roboto', sans-serif;

}

@keyframes slideInUp{
0% {
transform: translateY(100px);
opacity: 0;
}
100% {
transform: translateY(0);
opacity: 1;
}
}



/*ROOMS*/
.rooms{
background-color: whitesmoke;
}

.flip-card {
background-color: transparent;
width: 400px;
height: 400px;
perspective: 1000px;
}

.flip-card-inner {
position: relative;
width: 100%;
height: 100%;
text-align: center;
transition: transform 0.6s;
transform-style: preserve-3d;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
position: absolute;
width: 100%;
height: 100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
padding: 20px;
}

.flip-card-front {
background-size: cover;
color: white;
font-family: 'Roboto', sans-serif;
}

.flip-card-back {
background-color: rgb(167, 135, 95);
color: white;
transform: rotateY(180deg);
font-family: 'Roboto', sans-serif;}

#button{
border:1px solid; 
background-color:rgb(97, 70, 37);
color:white !important;
padding-top: 10px !important;
padding-bottom: 10px !important;
padding-left: 20px !important;
padding-right: 20px !important;
margin-top: auto;
font-family: 'Roboto', sans-serif;


}

#button:hover{
background-color:white;
color:rgb(97, 70, 37) !important;
transition: 0.3s;
} 


/*GALLERY*/
.gallery{
background-color: #26272b;
}


/*JUMBOTRON*/

.jumbotron {
background: linear-gradient(rgba(100, 62, 15, 0.25),
rgba(100, 62, 15, 0.25)),
url('images/210152971.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
height: 60vh;
width: 100%;
font-family: 'Signika', sans-serif;
position: relative;
align-items: center;
display: flex;


}


#btn{
    font-family: 'Roboto', sans-serif;
    border:none;
padding-top: 10px !important;
padding-bottom: 10px !important;
padding-left: 20px !important;
padding-right: 20px !important;
background-color: #bb881b;
color: #fff;
box-shadow: 0 5px 15px #dba020;



}

#btn:hover{
background-color:#d1981c;
color: white !important;    
transition: 0.3s;
box-shadow: 0 5px 20px #dba020;

} 

/*FACILITIES*/
.facilities h3{
font-family: 'Signika', sans-serif;
color:rgb(97, 70, 37);
}


.facilities{
background-color: whitesmoke;
position: relative;

}

#facilities{
background-color: whitesmoke;
border: 1px solid rgb(97, 70, 37);  
transition: transform 0.2s ease;
box-shadow: 0 4px 6px 0 rgba(22, 22, 26, 0.18);


}

.svg{
fill:rgb(97, 70, 37);
}

.facilities p{
color:  rgb(97, 70, 37);
}

#facilities:hover {
transform: scale(1.1);
}

 /*REVIEWS*/
 #svg{
   
  fill:gainsboro;

}
#hr{
  color: black;
  width: 80px;
  margin: 0 auto;
  opacity: .4;
  
  
  
  }


/*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;
  }
  
  
  