html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
    font-family: 'Lato', sans-serif;
    font-family: 'Lobster Two', cursive;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Playfair Display', serif;
    font-family: 'Yeseva One', cursive;
    font-family: 'Gilda Display', serif;
    font-family: 'Barlow Condensed', sans-serif;
    font-family: 'DM Sans', sans-serif;
}
/*************NAVBAR**************/
.navbar {
    background-color: #0000005e;
    padding: 10px;
    box-shadow:none;
}
.navbar li a {
    border-bottom: 1px solid transparent;
    margin: 0px 20px;
    font-size: 16px;
    color: rgb(236, 229, 229);
    font-family: 'Lato', sans-serif;
}
.navbar li a:hover{
    color: #C6BAB3;
    margin: 0 20px;
}

.navbar-toggler-icon{
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgb(199, 154, 119)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler{
    border-color:#C6BAB3;
}
.navbar-brand-flag{
    padding-left: 20px;
    padding-top: 12px;
}
.navbar li a.active {
    color: rgb(250, 250, 250)!important;
    border-bottom: 2px solid #AF884C;
}

.book-btn{
    background-color:none;
    color: white;
    padding: 10px 30px;
    border-radius: 3px;
    border:rgb(239, 232, 232) solid 1px;
    font-size: 18px; 
}
.book-btn:hover{
    background-color:#f0f0f0c7;
    color: white;
    padding: 10px 30px;
    border-radius: 3px;
}

.carousel-1{
    background: url('../img/image\ \(7\).jpg') rgba(0, 0, 0, 0.315);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 700px;
  }
  .carousel-2{
    background: url('../img/image\ \(8\).jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 700px;
  }
  .carousel-3{
    background: url('../img/image\ \(6\).jpg')rgba(0, 0, 0, 0.37);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 700px;
  }
  .carousel-caption{
    top: 30%;
  }

.text{
    border: #AF884C solid 1px;
}
.home-tittle{
    font-family: 'Gilda Display', serif;
    color: black;
    font-size: 46px;
    line-height: 56px;
}
.img-home{
    outline: 2px solid #AF884C;
    /* outline-offset: -90px; */
}
.img-home:hover{
    outline: 1px solid #AF884C;
    outline-offset: -20px;
    transition-duration: 0.4s;
}
.foto{
    background: url("../img/Screenshot\ 2023-10-11\ 154015.png");
   margin-right: -10px !important;
   margin-bottom: -10px !important;
   position: relative;
}
.background{
    border-bottom: #AF884C solid 1px;
    border-left: #AF884C solid 1px;
}
.background:hover{
    border-top: #AF884C solid 1px;
    border-right: #AF884C solid 1px;
    border-bottom: none;
    border-left: none;
    transition-duration: 0.4s;
}
.hidden-room-content{
    display: none;
}
.room-box-1:hover .hidden-room-content{
    display: block;
}
.room-img,.room-content{
    transition-duration: 0.4s;
}
.room-box-1:hover .room-img{
    filter: brightness(40%)!important;
    transition-duration: 0.4s;
}
.room-box-1:hover .room-content{
    margin-top: -130px!important;
    transition-duration: 0.4s;
}
button {
    color: #AA8453;
    outline: none;
    border: none;
    font-size: 17px;
    padding: 1em 2em;
    position: relative;
    background: none;
    cursor: pointer;
  }
  
  button:active {
    transform: scale(.98);
    box-shadow: .1px .1px 2px #AA8453;
  }
  
  button span {
    position: absolute;
    background: #AA8453;
    transition: .5s;
    box-shadow: 1px 1px 20px #AA8453;
  }
  
  button span:nth-child(1) {
    top: 0;
    left: 0;
    width: 3px;
    height: 30%;
  }
  
  button:hover span:nth-child(1) {
    height: 100%;
  }
  
  button span:nth-child(2) {
    top: 0;
    left: 0;
    width: 15%;
    height: 3px;
  }
  
  button:hover span:nth-child(2) {
    width: 100%;
  }
  
  button span:nth-child(3) {
    bottom: 0;
    right: 0;
    width: 3px;
    height: 30%;
  }
  
  button:hover span:nth-child(3) {
    height: 100%;
  }
  
  button span:nth-child(4) {
    bottom: 0;
    right: 0;
    width: 15%;
    height: 3px;
  }
  button:hover span:nth-child(4) {
    width: 100%;
  }
  #facilities{
    background: url("../img/bg-1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
   position: relative;
  }
  .facility-box:hover {
    border: 1px solid #aa8b5f;
   background-color: #fff;
   color: black;
   bottom: -20px;
   transition: bottom ease 0.5s;
}

.facility-box{
    background-color: #fff;
   transition-duration: 0.4s;
   box-shadow: none;
   border-radius: 0px!important;
   border: 1px solid #aa8b5f;
   position: relative;
   bottom: 0;
   transition: bottom ease 0.5s;
}

.facility-box-1:hover {
    border: 1px solid #aa8b5f;
   background-color: #fff;
   color: black;
   top: -20px;
   transition: top ease 0.5s;
}

.facility-box-1{
    background-color: #fff;
   transition-duration: 0.4s;
   box-shadow: none;
   border-radius: 0px!important;
   border: 1px solid #aa8b5f;
   position: relative;
   top: 0;
   transition: top ease 0.5s;
}

.hover01 img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover01:hover img {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
  -webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
#testimonials {
  background: url(../img/sunset.jpg)rgba(0, 0, 0, 0.65);
  background-size: cover;
  background-position: 0 60%;
  height: 700px;
  background-blend-mode: multiply;
}
.review-slide {
  background-color: #083738;
}
.active-right, .active-down {
  opacity: 1;
  transform: translateX(0);
  transform: translateY(0);
}
@media(max-width: 486px){
  .review-slide{
margin-top: -60px;
   }
   .about-tittle, .img-2{
    margin-left: 0px !important;
   }
   #activities, #contact-us-layot, #about-layot, #room-layot, #gallery-layot {
    background-attachment: scroll !important;
   }
   .contact-text{
    margin-left: 0px !important;
   }
   .contact-text-1{
    font-size: 28px !important;
    margin-left:0px !important;
   }
  }
  /********* SEKSIONI I ABOUT********/
  #about-layot {
    background: url("../img/image\ \(8\).jpg");
    background-size: contain;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    background-blend-mode: multiply;
    padding-bottom: 100px;
    height: 600px;
    display: flex;
    align-items: center!important;
}
.about-tittle{
margin-left: 350px;
margin-top: 100px;
font-size: 70px;
font-family: 'Gilda Display', serif;
}
#activities{
  background: url("../img/view.jpg");
  background-size: contain;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: multiply;
  padding-bottom: 100px;
  height: 600px;
  display: flex;
  align-items: center!important;
}

.book-1-btn{
  background-color:none;
  color: rgb(32, 32, 32);
  padding: 10px 30px;
  border-radius: 3px;
  border:#AA8453 solid 1px;
  font-size: 18px; 
}
.book-1-btn:hover{
  background-color:#f0f0f0c7;
  color: rgb(32, 32, 32);
  padding: 10px 30px;
  border-radius: 3px;
}
/*********ROOM SECTION *********/
#room-layot {
  background: url("../img/triple-room.jpg") rgba(0, 0, 0, 0.315);
  background-size: contain;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  background-blend-mode: multiply;
  padding-bottom: 100px;
  height: 600px;
  display: flex;
  align-items: center!important;
}
.room-facilities{
  padding: 40px;
 
color: rgb(19, 19, 19);
  position: relative;
  height: max-content;
}
/******GALLERY SECTION********/
#gallery-layot {
  background: url("../img/out.jpg") rgba(0, 0, 0, 0.315);
  background-size: contain;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  background-blend-mode: multiply;
  padding-bottom: 100px;
  height: 600px;
  display: flex;
  align-items: center!important;
}
#contact-us-layot {
  background: url("../img/balcony-view.jpg") rgba(0, 0, 0, 0.5);
  background-size: contain;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-blend-mode: multiply;
  padding-bottom: 100px;
  height: 600px;
  display: flex;
  align-items: center!important;
}

/**********CONTACT SECTION**********/
#contact-layot {
  background: url("../img/sunset.jpg")rgba(0, 0, 0, 0.377);
  background-size: contain;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  background-blend-mode: multiply;
  padding-bottom: 100px;
  height: 600px;
  display: flex;
  align-items: center!important;
}
  /**Styling scrollable elements*/

  .scroll-container:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  .js-scroll {
    opacity: 0;
    transition: opacity 500ms;
  }
  
  .js-scroll.scrolled {
    opacity: 1;
  }
  
  .scrolled.fade-in {
    animation: fade-in 4s ease-in-out both;
  }
  
  .scrolled.fade-in-bottom {
    animation: fade-in-bottom 4s ease-in-out both;
  }
  
  .scrolled.slide-left {
    animation: slide-in-left 3s ease-in-out both;
  }
  
  .scrolled.slide-right {
    animation: slide-in-right 3s ease-in-out both;
  }
  

  @keyframes slide-in-left {
    0% {
      -webkit-transform: translateX(-100px);
      transform: translateX(-100px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
      opacity: 1;
    }
  }
  
  @keyframes slide-in-right {
    0% {
      -webkit-transform: translateX(100px);
      transform: translateX(300px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
      opacity: 1;
    }
  }
  
  @keyframes fade-in-bottom {
    0% {
      -webkit-transform: translateY(50px);
      transform: translateY(50px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      opacity: 1;
    }
  }
  
  @keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  