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;
}
/*************NAVBAR**************/
.navbar {
    background-color: #0000002d;
    padding: 0px;
    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: 15px 30px;
    border-radius: 0px;
    border:rgb(239, 232, 232) solid 1px;
    font-size: 18px; 
}
.book-btn:hover{
    background-color:#000000c7;
    color: white;
    padding: 15px 30px;
    border-radius: 0px;
}
.carousel-item{
    height: 800px;
}
.text-welcome{
    vertical-align: text-top !important;
    margin-bottom: 450px;
    letter-spacing: 10px;
    color: #806d3d;
    font-size: 18px;
    font-family: 'Yeseva One', cursive;
}
.tittle-name{
    vertical-align: text-top !important;
    margin-bottom: 380px;
    letter-spacing: 10px;
 color: #383535;
 font-size: 40px;
 font-family: 'Yeseva One', cursive;
}
.text-home{
    vertical-align: text-top !important;
    margin-bottom: 350px;
    letter-spacing: 10px;
 color:  #2c2a2a;
 font-size: 16px;
 font-family: 'Gilda Display', serif;
 font-weight: bold;
}
.carousel-control-prev-icon:hover{
    color: #867334!important;
}
.carousel-control-prev-icon::after{
    color: #867334!important;
    border: #867334 solid ;
    border-radius: 50%;
    padding: 10px;
}
.carousel-control-next-icon:hover{
    color: #867334!important;
}
.carousel-control-next-icon::after{
    color: #867334!important;
    border: #867334 solid ;
    border-radius: 50%;
    padding: 10px;
}
/*Home About */
.home-btn{
    background-color:none;
    color: #af884c;
    padding: 15px 30px;
    border-radius: 0px;
    border:#584323 solid 1px;
    font-size: 16px; 
}

.home-btn:hover{
    background-color:#000000c7;
    color:#fdfdfd;
    padding: 15px 30px;
    border-radius: 0px;
}
.title-home{
    font-size: 15px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    color: #666;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 9px;
    margin-bottom: 10px;
}
@media(max-width: 486px){
   .carousel-item{
   height: max-content;
    }
    .tittle-name{
        margin-bottom: 10px !important;
    }
    .text-welcome{
        margin-bottom: 90px !important;
    }
    .flip-card{
        margin-top: 60px;
    }
    .img-home-about{
        margin-top: 20px;
    }
    .text-welcome, .text-home{
    display: none !important;
    }
    #gallery-home{
        height: 500px;
    }
    .gallery-img{
        display: none;
    }
    .flag-testimonials{
        margin-top: 0pc !important;
    }
    .about-tittle, .about-us{
        margin-left: 40px !important;
    }
    .contact-image{
      margin-bottom: 40px;
    }
    .room-facility, .room-facility-1{
     margin-left: 0px !important;
     margin-right: 0px !important;
    }
  .home-room-card{
    margin-top: 60px !important;
  }
}

/* Facility Home*/ 
.facility {
    border: 1px solid rgba(153, 129, 64, 0.164);
    padding: 20px;
    background-color: rgba(202, 177, 36, 0.041);
    background-color: white;
  }
  .facility:hover {
    box-shadow: 10px 15px rgba(255, 255, 255, 0.356);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 10px, rgba(255, 255, 255, 0.82) 0px 15px 12px;
    transition-duration: 0.4s;
}

.facility-tittle{
    color: #02010196;
    font-family: "Arial", Sans-serif;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    align-items: center;
}
.flip-card {
    background-color: transparent;
    width: 300px;
    height: 200px;
    border: 1px solid #f1f1f1;
    perspective: 1000px; 
  }
  
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
  }

  .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;
  }
  
  .flip-card-front {
    background-color: #bbb;
    color: black;
  }
  
  .flip-card-back {
    background-color:  #666;
    color: white;
    transform: rotateY(180deg);
    height: fit-content;
  }
 .title-rooms-home{
  vertical-align: text-top !important;
    letter-spacing: 10px;
 color:  #2c2a2a;
 font-size: 16px;
 font-family: 'Gilda Display', serif;
 font-weight: bold;
}
#gallery-home{
    background: url("../img/prov.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: 450px;
}
.gallery-btn{
    background-color: #534B48;
    color: white;
    padding: 15px 40px;
    border-radius: 0px;
    border:#584323 solid 1px;
    font-size: 16px; 
}
.gallery-btn:hover{
    background-color:#000000c7;
    color:#fdfdfd;
    padding: 15px 40px;
    border-radius: 0px;
}
#testimonials{
    background-color: #323238eb;
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
    padding: 50px 0;
    height: 500px;
    color: white;
  }
  #testimonials.carousel-control-next,#testimonials.carousel-control-prev /*, .carousel-indicators */
   {
    filter: invert(100%);
  }

/******Seksioni i ABOUT**********/
#about-layot {
    background: url(../img/image\ \(4\).png);
    background-size: contain;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
    padding-bottom: 100px;
    height: 500px;
    display: flex;
    align-items: center!important;
}
.about-tittle{
    margin-top: 70px;
    color: #f3efef;
    font-size: 20px;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-bottom: 10px;
}
.about-us{
    font-family: 'Gilda Display', serif;
    font-weight: 400;
    line-height: 1.25em;
    margin: 0 0 20px 0;
    color: #fff;
font-size: 50px;
}
#about-2-layot {
    background: url(../img/about-layou.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: 400px;
    display: flex;
    align-items: center!important;
}
/**************Seksioni i ROOMS*************/
#room-layot {
    background: url(../img/image.jpg);
    background-size: contain;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
    padding-bottom: 100px;
    height: 400px;
    display: flex;
    align-items: center!important;
}
.room-facility {
    border: 1px solid rgba(153, 129, 64, 0.164);
    padding: 20px;
    background-color: rgba(202, 177, 36, 0.041);
    background-color: white;
    position: relative;
    margin-left: 100px;
  }
  .room-facility-1 {
    border: 1px solid rgba(153, 129, 64, 0.164);
    padding: 20px;
    background-color: rgba(202, 177, 36, 0.041);
    background-color: white;
    position: relative;
    margin-right: 100px;
  }
  .room-facility:hover, .room-facility-1:hover {
    box-shadow: 10px 15px rgba(255, 255, 255, 0.356);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 10px, rgba(255, 255, 255, 0.82) 0px 15px 12px;
    transition-duration: 0.4s;
}

.room-facility-tittle{
    color: #2C2B27;
    font-family: 'Gilda Display', serif;
        font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    align-items: center;
    font-size: 30px;
    text-align: center;
}
.img-room:hover{
    transform: scale(0.9);
}
.img-room-1:hover{
  transform: scale(1.1);
}
    /************Seksioni i Gallery**********/ 
  .img-gallery{
    filter: none;
    -webkit-filter: grayscale(0);
}

.img-gallery:hover {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
      transform: scale(0.9);
}
/***********Seksioni i Contact************/
#contact-layot {
  background: url(../img/contact.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: 400px;
  display: flex;
  align-items: center!important;
}
.tittle-contact{
  color: #63523a;
  font-family: 'Gilda Display', serif;
  font-size: 20px;
font-weight: 600;
letter-spacing: 5px;
}

  /**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;
    }
  }
