
html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
    font-family: 'Heebo', sans-serif;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Mrs Saint Delafield', cursive;
}
element.style {
    z-index: 10!important;
}
.navbar {
    background-color: transparent!important;
    box-shadow: none;
    color: rgb(250, 250, 250);
}
.navbar li a {
    color: rgb(255, 255, 255);
    border-bottom: 1px solid transparent;
    margin: 0 10px;
    font-size:14px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}
.navbar li a:hover {
    color: gold!important;
}
.navbar li a.active {
    color: rgb(250, 250, 250)!important;
    border-bottom: 2px solid #CA8E46;
}
.bg-light {
    background-color: rgba(251,251,251,var(--mdb--bg-opacity));
}
.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:rgb(199, 154, 119);
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

/* video background */
#background-video {
    height: 100vh;
    width: 100vw;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: url("../video/local-video.mp4") no-repeat;
    background-size: cover;
    filter: brightness(55%);
  }
  h1, h2 {
    color: white;
    text-align: center;
  }
  
  h2 { font-size: 3rem; }
  
  @media (max-width: 750px) {
      #background-video 
      body {
        background: url("../video/local-video.mp4") no-repeat;
        background-size: cover;
        filter: brightness(55%);
      }
      div.content-1{
 
      display: none;
      }
      .image-2{
        margin-top: 30px;
      }
      .navbar{
        background-color: rgba(0, 0, 0, 0.358) !important;
      }
      .icon-rooms{
        margin-left: 0px !important;
      }
      .text-bar{
        margin-left: 0px !important;
        width: fit-content;
      }
      .container {
      margin: 0px;
      margin-top: 0px !important;
      margin-bottom: 0px !important;
      }
      .bar-video{
        margin-bottom: 0px !important;
      }
  }

  
  .scroll-container:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  /**Styling scrollable elements*/
  
  .js-scroll {
    opacity: 0;
    transition: opacity 500ms;
  }
  .js-scroll.scrolled {
    opacity: 1;
  }
  .scrolled.fade-in {
    animation: fade-in 2s ease-in-out both;
  }
  .scrolled.fade-in-bottom {
    animation: fade-in-bottom 3s 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;
    }
  }

.book-btn{
    background-color: #CA8E46;
    color: white;
    padding: 10px 25px;
    border-radius: 0px;
    margin-left: -30px !important;
    font-family: 'Montserrat', sans-serif;
    border-bottom: solid 0.5px black;
    border-right: solid 0.5px black;
}
.book-btn:hover {
  background-color: white;
  color: #CA8E46;
  border: 1px solid #CA8E46;
}

.home-btn, .home-btn-de, .home-btn-sq, .home-btn-it, .home-btn-es, .home-btn-fr{
  appearance: none;
  border-width: 0;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  opacity: 1;
  outline: 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-rendering: geometricprecision;
  transition: opacity 300ms cubic-bezier(.694, 0, 0.335, 1),background-color 100ms cubic-bezier(.694, 0, 0.335, 1),color 100ms cubic-bezier(.694, 0, 0.335, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  white-space: nowrap;
  width: 270px;
  overflow: hidden;
    font-family: "Montserrat";
    font-size: 13px;
    color: #ffffff;
    letter-spacing: 2px;
    line-height: 1em;
    text-decoration: none;
    text-transform: uppercase;
    padding: 7px 20px 7px 20px;
    background: #fff;
  
    font-weight: bold;
    border-radius: 0px;
    background-color: #CA8E46;
    align-items: center;
}

.home-btn:before {
  animation: opacityFallbackOut .5s step-end forwards;
  backface-visibility: hidden;
  background-color: #634726;
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "Choose Room";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
  width: 100%;
  padding-top: 6px;
}
.home-btn-de:before{
  animation: opacityFallbackOut .5s step-end forwards;
  backface-visibility: hidden;
  background-color: #634726;
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "WÄHLEN SIE DAS ZIMMER";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
  width: 100%;
  padding-top: 6px;
}
.home-btn-sq:before{
  animation: opacityFallbackOut .5s step-end forwards;
  backface-visibility: hidden;
  background-color: #634726;
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "ZGJIDHNI DHOMËN";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
  width: 100%;
  padding-top: 6px;
}
.home-btn-it:before{
  animation: opacityFallbackOut .5s step-end forwards;
  backface-visibility: hidden;
  background-color: #634726;
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "SCEGLI LA TUA CAMERA";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
  width: 100%;
  padding-top: 6px;
}
.home-btn-es:before{
  animation: opacityFallbackOut .5s step-end forwards;
  backface-visibility: hidden;
  background-color: #634726;
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "ELIGE LA HABITACIÓN";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
  width: 100%;
  padding-top: 6px;
}
.home-btn-fr:before{
  animation: opacityFallbackOut .5s step-end forwards;
  backface-visibility: hidden;
  background-color: #634726;
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "CHOISISSEZ UNE CHAMBRE";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
  width: 100%;
  padding-top: 6px;
}

.home-btn:hover:before, .home-btn-de:hover:before, .home-btn-sq:hover:before, .home-btn-it:hover:before, .home-btn-es:hover:before,  .home-btn-fr:hover:before{
  animation: opacityFallbackIn 0s step-start forwards;
  clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
  color: white;
}

.home-btn:after, .home-btn-de:after, .home-btn-sq:after, .home-btn-it:after, .home-btn-es:after, .home-btn-fr:after{
  background-color: #ffffff2d;
  color: white;
}

.home-btn span, .home-btn-de span, .home-btn-sq span, .home-btn-it span, .home-btn-es span, .home-btn-fr span{
  z-index: 1;
  position: relative;
}

/****************SEKSIONI ROOMS****************/
#background{
  background: url('../images/background/gjashte.gif')rgba(0, 0, 0, 0.5);
  background-size: cover;
  background-position: top center;
  background-origin: padding-box;
  background-attachment: fixed;
  background-blend-mode: multiply;
}
.card{
  border-radius: 0px;
width: 400px;
}

.card {
 background-color: rgba(0, 0, 0, 0.534);
  position: relative;
  display: inline-block;
}
.card .img-top {
  display: none;
  position: absolute;
  top: 0;
  left: 0; 
  width: 100%;
}
.card:hover .img-top {
  display: inline;
}
.card-title{
  color: #ECEFF3;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 3px;
}
.card-text{
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  color: #ECEFF3;
  font-family: 'Heebo', sans-serif;
  font-size: 15px;
  font-weight: lighter;
}
/**************** Butonat tek seksioni i Room*********/
.room-btn, .room-btn-1 , .room-btn-2 , .room-btn-3 , .room-btn-4 , .room-btn-5, .room-btn-de, .room-btn-de-1,
 .room-btn-de-2, .room-btn-de-3, .room-btn-de-4, .room-btn-de-5, .room-btn-sq, .room-btn-1-sq, .room-btn-2-sq, 
 .room-btn-3-sq, .room-btn-4-sq, .room-btn-5-sq, .room-btn-it, .room-btn-1-it, .room-btn-2-it, .room-btn-3-it, .room-btn-4-it, .room-btn-5-it,
 .room-btn-fr, .room-btn-1-fr, .room-btn-2-fr, .room-btn-3-fr, .room-btn-4-fr, .room-btn-5-fr, .room-btn-es{
  appearance: none;
  border-width: 0;
  box-sizing: border-box;
  cursor: pointer;
  opacity: 1;
  outline: 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-rendering: geometricprecision;
  transition: opacity 300ms cubic-bezier(.694, 0, 0.335, 1),background-color 100ms cubic-bezier(.694, 0, 0.335, 1),color 100ms cubic-bezier(.694, 0, 0.335, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  white-space: nowrap;
  width: 300px;
  overflow: hidden;
  font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #ffffff;
    letter-spacing: 2px;
    line-height: 1em;
    padding: 7px 20px 7px 20px;
    background: #fff;
    display: inline-block;
    font-weight: bold;
    border-radius: 0px;
    background-color:#634726;
}

.room-btn:before {
  animation: opacityFallbackOut .5s step-end forwards;
  backface-visibility: hidden;
  background-color: #CA8E46;
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "BOOK NOW ";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
  width: 100%;
  padding-top: 6px;
}
.room-btn-1:before {
  animation: opacityFallbackOut .5s step-end forwards;
  backface-visibility: hidden;
  background-color: #CA8E46;
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "BOOK NOW FOR 76€ / NIGHT";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
  width: 100%;
  padding-top: 6px;
}
.room-btn-2:before {
  animation: opacityFallbackOut .5s step-end forwards;
  backface-visibility: hidden;
  background-color: #CA8E46;
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "BOOK NOW FOR 80€ / NIGHT";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
  width: 100%;
  padding-top: 6px;
}
.room-btn-3:before {
  animation: opacityFallbackOut .5s step-end forwards;
  backface-visibility: hidden;
  background-color: #CA8E46;
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "BOOK NOW FOR 90€ / NIGHT";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
  width: 100%;
  padding-top: 6px;
}
.room-btn-3:before {
  animation: opacityFallbackOut .5s step-end forwards;
  backface-visibility: hidden;
  background-color: #CA8E46;
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "BOOK NOW FOR 90€ / NIGHT";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
  width: 100%;
  padding-top: 6px;
}
.room-btn-4:before {
  animation: opacityFallbackOut .5s step-end forwards;
  backface-visibility: hidden;
  background-color: #CA8E46;
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "BOOK NOW FOR 90€ / NIGHT";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
  width: 100%;
  padding-top: 6px;
}
.room-btn-de-1:before{ 
  animation: opacityFallbackOut .5s step-end forwards;
  backface-visibility: hidden;
  background-color: #CA8E46;
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "JETZT FÜR 76€ / NACHT BUCHEN";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
  width: 100%;
  padding-top: 6px;
}
.room-btn-de-2:before{ 
  animation: opacityFallbackOut .5s step-end forwards;
  backface-visibility: hidden;
  background-color: #CA8E46;
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "JETZT FÜR 80€ / NACHT BUCHEN";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
  width: 100%;
  padding-top: 6px;
}
.room-btn-de-3:before{ 
  animation: opacityFallbackOut .5s step-end forwards;
  backface-visibility: hidden;
  background-color: #CA8E46;
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "JETZT FÜR 90€ / NACHT BUCHEN";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
  width: 100%;
  padding-top: 6px;
}
.room-btn-de-4:before{ 
  animation: opacityFallbackOut .5s step-end forwards;
  backface-visibility: hidden;
  background-color: #CA8E46;
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "JETZT FÜR 90€ / NACHT BUCHEN";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
  width: 100%;
  padding-top: 6px;
}
.room-btn-de-5:before{ 
  animation: opacityFallbackOut .5s step-end forwards;
  backface-visibility: hidden;
  background-color: #CA8E46;
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "JETZT FÜR 68€ / NACHT BUCHEN";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
  width: 100%;
  padding-top: 6px;
}
.room-btn-5:before {
  animation: opacityFallbackOut .5s step-end forwards;
  backface-visibility: hidden;
  background-color: #CA8E46;
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "BOOK NOW FOR 68€ / NIGHT";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
  width: 100%;
  padding-top: 6px;
}
.room-btn-de:before{
  animation: opacityFallbackOut .5s step-end forwards;
  backface-visibility: hidden;
  background-color: #CA8E46;
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "BUCHEN SIE JETZT";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
  width: 100%;
  padding-top: 6px;
}
.room-btn-sq:before{
  animation: opacityFallbackOut .5s step-end forwards;
  backface-visibility: hidden;
  background-color: #CA8E46;
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "REZERVO TANI ";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
  width: 100%;
  padding-top: 6px;
}
.room-btn-1-sq:before{
  animation: opacityFallbackOut .5s step-end forwards;
  backface-visibility: hidden;
  background-color: #CA8E46;
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "REZERVO TANI PËR 76€";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
  width: 100%;
  padding-top: 6px;
}
.room-btn-2-sq:before{
  animation: opacityFallbackOut .5s step-end forwards;
  backface-visibility: hidden;
  background-color: #CA8E46;
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "REZERVO TANI PËR 80€";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
  width: 100%;
  padding-top: 6px;
}
.room-btn-3-sq:before{
  animation: opacityFallbackOut .5s step-end forwards;
  backface-visibility: hidden;
  background-color: #CA8E46;
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "REZERVO TANI PËR 90€";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
  width: 100%;
  padding-top: 6px;
}
.room-btn-es:before{
  animation: opacityFallbackOut .5s step-end forwards;
  backface-visibility: hidden;
  background-color: #CA8E46;
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "RESERVA AHORA";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
  width: 100%;
  padding-top: 6px;
}
.room-btn-4-sq:before{
  animation: opacityFallbackOut .5s step-end forwards;
  backface-visibility: hidden;
  background-color: #CA8E46;
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "REZERVO TANI PËR 90€";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
  width: 100%;
  padding-top: 6px;
}
.room-btn-5-sq:before{
  animation: opacityFallbackOut .5s step-end forwards;
  backface-visibility: hidden;
  background-color: #CA8E46;
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "REZERVO TANI PËR 68€";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
  width: 100%;
  padding-top: 6px;
}
.room-btn-1-it:before{
  animation: opacityFallbackOut .5s step-end forwards;
  backface-visibility: hidden;
  background-color: #CA8E46;
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "PRENOTA ORA A 59€ / NOTTE";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
  width: 100%;
  padding-top: 6px;
}
.room-btn-2-it:before{
  animation: opacityFallbackOut .5s step-end forwards;
  backface-visibility: hidden;
  background-color: #CA8E46;
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "PRENOTA ORA A 76€ / NOTTE";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
  width: 100%;
  padding-top: 6px;
}
.room-btn-3-it:before{
  animation: opacityFallbackOut .5s step-end forwards;
  backface-visibility: hidden;
  background-color: #CA8E46;
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "PRENOTA ORA A 80€ / NOTTE";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
  width: 100%;
  padding-top: 6px;
}
.room-btn-4-it:before{
  animation: opacityFallbackOut .5s step-end forwards;
  backface-visibility: hidden;
  background-color: #CA8E46;
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "PRENOTA ORA A 90€ / NOTTE";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
  width: 100%;
  padding-top: 6px;
}
.room-btn-5-it:before{
  animation: opacityFallbackOut .5s step-end forwards;
  backface-visibility: hidden;
  background-color: #CA8E46;
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "PRENOTA ORA A 90€ / NOTTE";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
  width: 100%;
  padding-top: 6px;
}
.room-btn-it:before{
  animation: opacityFallbackOut .5s step-end forwards;
  backface-visibility: hidden;
  background-color: #CA8E46;
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "PRENOTA ORA ";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
  width: 100%;
  padding-top: 6px;
}
.room-btn-fr:before{
  animation: opacityFallbackOut .5s step-end forwards;
  backface-visibility: hidden;
  background-color: #CA8E46;
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: " RÉSERVEZ MAINTENANT";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
  width: 100%;
  padding-top: 6px;
} 
.room-btn-1-fr:before{
  animation: opacityFallbackOut .5s step-end forwards;
  backface-visibility: hidden;
  background-color: #CA8E46;
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "RÉSERVEZ  POUR 76€ / NUIT";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
  width: 100%;
  padding-top: 6px;
} 
.room-btn-2-fr:before{
  animation: opacityFallbackOut .5s step-end forwards;
  backface-visibility: hidden;
  background-color: #CA8E46;
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "RÉSERVEZ  POUR 80€ / NUIT";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
  width: 100%;
  padding-top: 6px;
} 
.room-btn-3-fr:before{
  animation: opacityFallbackOut .5s step-end forwards;
  backface-visibility: hidden;
  background-color: #CA8E46;
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "RÉSERVEZ  POUR 90€ / NUIT";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
  width: 100%;
  padding-top: 6px;
} 
.room-btn-4-fr:before{
  animation: opacityFallbackOut .5s step-end forwards;
  backface-visibility: hidden;
  background-color: #CA8E46;
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "RÉSERVEZ  POUR 90€ / NUIT";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
  width: 100%;
  padding-top: 6px;
} 
.room-btn-5-fr:before{
  animation: opacityFallbackOut .5s step-end forwards;
  backface-visibility: hidden;
  background-color: #CA8E46;
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "RÉSERVEZ  POUR 68€ / NUIT";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
  width: 100%;
  padding-top: 6px;
} 
.room-btn.about-btn {
  animation: opacityFallbackOut .5s step-end forwards;
  backface-visibility: hidden;
  background-color: #CA8E46;
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "BOOK NOW FOR 68€ / NIGHT";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
  width: 100%;
  padding-top: 6px;
}
.room-btn:hover:before, .room-btn-1:hover:before , .room-btn-2:hover:before , .room-btn-3:hover:before ,.room-btn-4:hover:before , 
.room-btn-5:hover:before, .room-btn-de:hover:before, .room-btn-de-1:hover:before, .room-btn-de-2:hover:before, 
.room-btn-de-3:hover:before, .room-btn-de-4:hover:before, .room-btn-de-5:hover:before, .room-btn-sq:hover:before, .room-btn-1-sq:hover:before, 
.room-btn-2-sq:hover:before, .room-btn-3-sq:hover:before, .room-btn-4-sq:hover:before, .room-btn-5-sq:hover:before, .room-btn-it:hover:before,
 .room-btn-1-it:hover:before, .room-btn-2-it:hover:before, .room-btn-3-it:hover:before, .room-btn-4-it:hover:before, .room-btn-5-it:hover:before,
 .room-btn-1-fr:hover:before, .room-btn-2-fr:hover:before,.room-btn-3-fr:hover:before,.room-btn-4-fr:hover:before,.room-btn-5-fr:hover:before,
 .room-btn-fr:hover:before, .room-btn-es:hover:before {
  animation: opacityFallbackIn 0s step-start forwards;
  clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
  color: white;
}

.room-btn:after , .room-btn-1:after , .room-btn-2:after , .room-btn-3:after , .room-btn-4:after , .room-btn-5:after, 
.room-btn-de-1:after, .room-btn-de:after, .room-btn-de-2:after, .room-btn-de-3:after, .room-btn-de-4:after, .room-btn-de-5:after,
.room-btn-sq:after,.room-btn-1-sq:after, .room-btn-2-sq:after, .room-btn-3-sq:after, .room-btn-4-sq:after, .room-btn-5-sq:after,
.room-btn-it:after, .room-btn-1-it:after, .room-btn-2-it:after, .room-btn-3-it:after, .room-btn-4-it:after, .room-btn-5-it:after,
.room-btn-fr:after, .room-btn-1-fr:after,.room-btn-es:after, .room-btn-2-fr:after, .room-btn-3-fr:after, .room-btn-4-fr:after, .room-btn-5-fr:after{
  background-color: #ffffff2d;
  color: white;
}

.room-btn span, .room-btn-de-1 span, .room-btn-de span, .room-btn-de-2 span, .room-btn-de-3 span, .room-btn-de-4 span,
 .room-btn-de-5 span, .room-btn-sq span, .room-btn-1-sq span, .room-btn-2-sq span, .room-btn-3-sq span , .room-btn-4-sq span, .room-btn-5-sq span, 
 .room-btn-it span, .room-btn-1-it span, .room-btn-2-it span, .room-btn-3-it span, .room-btn-4-it span, .room-5-btn-it span, .room-btn-fr span,
 .room-btn-1-fr span, .room-btn-2-fr span, .room-btn-3-fr span,.room-btn-es span,  .room-btn-4-fr span,  .room-btn-5-fr span  {
  z-index: 1;
  position: relative;
}
.top-right {
  position: absolute;
    z-index: 1;
    font-family: 'Heebo', sans-serif;
    color: #ffffff;
    background: #CA8E46;
    padding: 5px;
    margin: 15px;
    right: 0;
    top: 0;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 1em;
    letter-spacing: 2px;
    padding-left: 7px;
    padding-bottom: 4px;
}
div.content {
  bottom: 0; 
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.5); 
  color: #f1f1f1; /* Grey text */
  width: 100%; 
margin-top: -42px;
position: relative;
z-index: 100;
}
div.content-1{
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); 
  color: #f1f1f1; 
  width: 100%;
margin-top: -50px;
position: relative;
}

.card:hover div.content-1 {
  display: block;
}
.d-details {
  color: #ffffff;
  width: 100%;
  background: linear-gradient(0deg, rgba(32, 32, 32,.75) 25%, rgba(32, 32, 32,0) 100%);
  background: rgba(var(--bg-dark-color), .5);
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 10px 30px 7px 30px;
  letter-spacing: 1px;
  z-index: 1;
}
#background-gallery{
  margin-top: -100px;
  background: url('../images/background/image.jpg');
  background-size: cover;
  background-position: top center;
  background-origin: padding-box;
  background-attachment: fixed;
}


/**************SEKSIONI I ABOUT**************/
#background-about{
  height: 100vh;
  width: 100vw;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: url("../video/local-video.mp4") no-repeat ;
  background-size: cover;
  filter: brightness(55%);
}
.tittle-about {
  margin-top: 40px;
  margin-left: 20px;
  color: #eceff3;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 32px;
}
.text-about{
  margin-right: 50px;
  margin-left: 20px;
  color: #eceff3;
  font-family: 'Heebo', sans-serif;
  font-size: 16px;
 text-align: justify;
}

.about-btn, .about-btn-de, .about-btn-sq, .about-btn-it, .about-btn-es, .about-btn-fr {
  appearance: none;
  border-width: 0;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  opacity: 1;
  outline: 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-rendering: geometricprecision;
  transition: opacity 300ms cubic-bezier(.694, 0, 0.335, 1),background-color 100ms cubic-bezier(.694, 0, 0.335, 1),color 100ms cubic-bezier(.694, 0, 0.335, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  white-space: nowrap;
  width: 290px;
  overflow: hidden;
  font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #ffffff;
    letter-spacing: 2px;
    line-height: 1em;
    text-transform: uppercase;
    padding: 7px 20px 7px 20px;
    background: #fff;
    font-weight: bold;
    border-radius: 0px;
    border: 1px solid white;
    background-color: #ca8f4629;
    align-items: center;
}

.about-btn:before {
  animation: opacityFallbackOut .5s step-end forwards;
  backface-visibility: hidden;
  background-color: #90622e;
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "Choose Room";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
  width: 100%;
  padding-top: 6px;
}
.about-btn-de:before {
  animation: opacityFallbackOut .5s step-end forwards;
  backface-visibility: hidden;
  background-color: #90622e;
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "WÄHLEN SIE IHR ZIMMER";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
  width: 100%;
  padding-top: 6px;
}
.about-btn-sq:before {
  animation: opacityFallbackOut .5s step-end forwards;
  backface-visibility: hidden;
  background-color: #90622e;
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "ZGJIDHNI DHOMËN";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
  width: 100%;
  padding-top: 6px;
}
.about-btn-it:before {
  animation: opacityFallbackOut .5s step-end forwards;
  backface-visibility: hidden;
  background-color: #90622e;
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "SCEGLIETE LA VOSTRA CAMERA";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
  width: 100%;
  padding-top: 6px;
}
.about-btn-es:before {
  animation: opacityFallbackOut .5s step-end forwards;
  backface-visibility: hidden;
  background-color: #90622e;
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "ELIGE TU HABITACIÓN";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
  width: 100%;
  padding-top: 6px;
}
.about-btn-fr:before {
  animation: opacityFallbackOut .5s step-end forwards;
  backface-visibility: hidden;
  background-color: #90622e;
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "CHOISISSEZ LA CHAMBRES";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
  width: 100%;
  padding-top: 6px;
}

.about-btn:hover:before, .about-btn-de:hover:before, .about-btn-sq:hover:before, .about-btn-it:hover:before,
 .about-btn-es:hover:before, .about-btn-fr:hover:before{
  animation: opacityFallbackIn 0s step-start forwards;
  clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
  color: white;
}

.about-btn:after, .about-btn-de:after, .about-btn-sq:after, .about-btn-it:after, .about-btn-es:after, .about-btn-fr:after{
  background-color: #ffffff2d;
  color: white;
}

.about-btn span, .about-btn-de span, .about-btn-sq span, .about-btn-it span, .about-btn-es span, .about-btn-fr span{
  z-index: 1;
  position: relative;
}
.tittle-facilities{
  font-family: 'Montserrat', sans-serif;
font-size: 32px;
font-weight: 700;
color: #ECEFF3;
}

.text{
  display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-size: 14.5px;
    font-family: 'Heebo', sans-serif;
    color: #ECEFF3;
}
.tittle{
  color: #ECEFF3;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 600;
}


/************Seksioni i Galeris**************/
.img-gallery:hover{
    filter: gray; 
    -webkit-filter: grayscale(1); 
  }
  /***************SEKSIONI I BARIT***************/
  #background-bar {
    height: 100vh;
    width: 100vw;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    filter: brightness(55%);
  }
.tittle-bar{
  margin-top: 0;
    font-size: 18px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #eceff3;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}
.text-bar{
  margin-bottom: 20px;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-size: 15px;
  font-family: 'Heebo', sans-serif;
  color: #eceff3;
}

  /*************TRIPLE ROOM***********/
  #background-triple{
    background: url("../images/background/tripleroom.mp4") no-repeat;
    background-size: cover;
    filter: brightness(55%);
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
  }
  
.triple-btn {
  appearance: none;
  border-width: 0;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  opacity: 1;
  outline: 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-rendering: geometricprecision;
  transition: opacity 300ms cubic-bezier(.694, 0, 0.335, 1),background-color 100ms cubic-bezier(.694, 0, 0.335, 1),color 100ms cubic-bezier(.694, 0, 0.335, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  white-space: nowrap;
  width: 250px;
  overflow: hidden;
    font-family: "Montserrat";
    font-size: 13px;
    color: #ffffff;
    letter-spacing: 2px;
    line-height: 1em;
    text-decoration: none;
    text-transform: uppercase;
    padding: 7px 20px 7px 20px;
    background: #fff;
    display: inline-flex;
    border-radius: 0px;
    background-color: #CA8E46;
}

.triple-btn:before {
  animation: opacityFallbackOut .5s step-end forwards;
  backface-visibility: hidden;
  background-color: #634726;
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "BOOK NOW";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
  width: 100%;
  padding-top: 6px;
}

.triple-btn:hover:before {
  animation: opacityFallbackIn 0s step-start forwards;
  clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
  color: white;
}

.triple-btn:after {
  background-color: #ffffff2d;
  color: white;
}

.triple-btn span {
  z-index: 1;
  position: relative;
}
.section-border {
  border: 1px solid #ffffff; 
  margin: 20px;
  padding: 30px;
}
.list-group-item{
  font-family: 'Heebo', sans-serif;
  font-size: 15px;
  color: white;
  line-height: 35px;
}
.tittle-triple {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  letter-spacing: 3px;
  font-weight: bolder;
  margin-bottom: -30px !important;
}
.text-triple{
  font-family: 'Heebo', sans-serif;
  font-size: 15px;
  font-weight: lighter;
  line-height: 28px;
}

/**************SEKSIONI I CONTACT***********/
#contact{
  background: url('../images/background/gjashte.gif')rgba(0, 0, 0, 0.5);
  background-size: cover;
  background-position: top center;
  background-origin: padding-box;
  background-attachment: fixed;
  background-blend-mode: multiply;
}

.form-input-style{
  background-color: transparent!important;
}
.intermedia{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-size: cover;
  padding: 2px; 
}
.intermedia a {
  text-decoration: none;
}

.intermedia img {
  width: 100px;
  height: 35px;
}
.tittle-contact{
  font-family: 'Montserrat', sans-serif;
  margin-top: 0;
  font-size: 18px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 700;
}
.btn-line{
  margin-top: 60px;
  padding: 8px 20px;
  background-color: transparent;
border:  1px solid rgba(255, 255, 255, 0.667);
border-radius: 0px;
color: white;
font-weight: 700;
font-size: 12px;
font-family: 'Montserrat', sans-serif;
display: inline-block;
text-align: center;
letter-spacing: 2px;
}
.btn-line:hover{
  transition: 0.5s;
  outline: none;
  background-color: #CA8E46;
  border:  1px solid rgb(0, 0, 0);
}
.float-text {
  width: 20px;
  position: fixed;
  z-index: 1000;
  margin-left: 30px;
  text-align: center;
  letter-spacing: 2px;
  font-size: 12px;
  top: 50%;
  left: 15px;
  transform: translate(-50%, -50%);
}
.float-text span {
  margin-left: -5px;
  margin-top: 20px;
  writing-mode: vertical-rl;
  letter-spacing: 1.5px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  color: #222;
}
.wap-box{
  position:fixed!important;
bottom:20px!important;
right:20px!important;
}