@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Niconne&display=swap');

html, body {
  
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
font-family: "Cormorant Garamond";
background:#F5F5F5 !important;
  color: rgb(0, 0, 0);

}
p{
  font-family: "Jost", sans-serif;
  font-size: medium;
}
.font01{
    color: #302e2e !important;
    font-family: "Jost", sans-serif;
   font-weight: 400;
}

h6{
  font-family: "Montserrat", sans-serif;
font-weight: 500;
font-size: 13px !important;
color: #555555;
letter-spacing: 2px;
line-height: 24px;
}
h5{
  font-family: "Montserrat", sans-serif;
}
a{
  color: white !important;
  text-decoration: none;
}
.navbar{
  transition: 0.3s;
}
.bg{
    background-color:rgb(255, 255, 255) !important;
}
.border-bottom{
    border-bottom: 1px solid black;
}

.container{
    max-width: 76%;
}
footer{
  background: #54424b !important;
  padding-top: 60px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
}
a.footer-link{
  color: white;
  font-family: 'Jost', sans-serif;
  font-weight: 300;
}
.footer-link:hover{
  color:  #A9D1DB;
}
.payment{
  display: flex;
}

.socials{
  display: flex;
  color: white;
}
.footer-links{
  display: flex;
  font-family: 'Jost', sans-serif;
  font-size: 18px;




}

.socials a{
  text-decoration: none !important;
  color: white;
}
.socials a:hover h4 {
  color:  #A9D1DB;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
.copyright{
  display: flex;
justify-content: right;
text-align: right ;
align-items: end ;
}
.room-link{
  color: #000000;
}
.room-link:hover{
  color: #932B41;
}

.navbar .navbar-nav .nav-link {
  color: #000000 !important;
  font-size: 1.1em;
}
.navbar .dropdown-item {
    color: #000000 !important;
    font-size: 1.1em;
  }
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: rgb(0, 0, 0);
  border-bottom: 1px solid black;
  font-size: 1.1em;
}
.navbar .navbar-nav .nav-link:hover{
  color: #808080 !important;

  transition: 0.2s ease-in-out;

}
.navbar-logo-centered .navbar-nav .nav-link{
  padding: .5em 1em;
}
.top-bar{
  background:#54424b;
  padding: 10px;
  color: white !important;
  border-bottom: 1px solid #00191C;
}
.carousel1{
  background: url('../img/376798135.jpg'), rgba(0, 0, 0, 0.386);
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  height: 80vh;
}
.carousel2{
  background: url('../img/376798162.jpg'), rgba(0, 0, 0, 0.445);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  height: 80vh;
}
.carousel3{
  background: url('../img/376798145.jpg'), rgba(0, 0, 0, 0.445);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  height: 80vh;
}
.carousel-caption {
  position: absolute;
  top:60%;
  left: 50%;
  transform: translate(-50%, -60%);
  padding: 0rem;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  justify-items: center !important;
  width: 100%; 
 max-width: 90%;
}

.carousel-caption h3{
  font-size: 82px;
  font-family: "Jost", sans-serif;
  font-weight:400;
  font-style: normal;
  line-height: 67.68px;

  font-stretch: 100% ;
}

.carousel-caption p{
  font-size: 18px;
  line-height: 27px;
  letter-spacing: normal;
  font-weight: 400;
  font-stretch: 100% ;
  font-family: 'Jost', sans-serif;

}
.btn {
  color: #ffffff ;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #000000;
background-color: #54424b;
  border-radius: 4px !important;
  padding: 10px 25px;
  font-size: 17px;
  cursor: pointer;
  position: relative;
  transition: all 1s;
  overflow: hidden;

}
.btn:hover {
  color: rgb(5, 5, 5);
}
.btn::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0%;
  top: 0;
  left: -40px;
  transform: skewX(45deg);
  background-color: #dbd4cb;
  z-index: -1;
  transition: all 1s;
}
.btn:hover::before {
  width: 160%;
}
.section1{
  position: relative;
  margin-top: -80px;
}
.row1{
  position: relative;
  margin-top: -350px;
  z-index: 100;
  text-align: center;
}
.title1{
  font-size: 70px;
  background: rgba(255, 255, 255, 0.807);
  padding: 20px;
  color: #fcf9f0;
  font-weight: 700;
}
.item,
.destination1 .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 0px;
}

.vertical-text {
  display: flex;
  align-items: center;
  flex-direction: column;
  height:700px;


}
.vertical-text h3{
  font-optical-sizing: auto;
  color:  #fcf9f067;
  font-size: 102px;
 line-height: 50.899px;
  font-weight: 600;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  margin: 0;
  padding: 10px;

  font-family: "Cormorant Garamond";
}
.vertical-hr {
  width:2px;
  height:70px; 
  border: none;
  background-color: black;
  margin: 0;
}
.testimonials-section1{

  padding-top: 100px;
  padding-bottom: 100px;
  border-bottom: 2px solid #C4AB86;
  background: url('../photos/AS_2019_DStudio_305.jpg'), rgba(0, 0, 0, 0.645);
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  }


  
  /*rooms.html*/
  #room-head{
    background: url('../img/376798118.jpg')rgba(0, 0, 0, 0.5);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 50vh;
    display: flex;
    align-items: center;
  }

  #gallery-head{
    background: url('img/Deluxe Double or Twin Room3.jpg')rgba(0, 0, 0, 0.5);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 50vh;
    display: flex;
    align-items: center;
  }

  #aboutus-head{
    background: url('./img/376798139.jpg')rgba(0, 0, 0, 0.5);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 50vh;
    display: flex;
    align-items: center;
  }

  #contact-head{
    background: url('../img/5555555555555555.jpg')rgba(0, 0, 0, 0.5);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 50vh;
    display: flex;
    align-items: center;
  }
  
.room-box1{
  position: relative;
}
.room-number1{
  position: absolute;
  display: flex;
  top: 15px;
  left: 15px;
  background-color: white;

  padding: 5px;

}
.img1{
  outline: 1px solid rgba(255, 255, 255, 0.595);
  outline-offset: -15px;
  border-radius: 0px;

}


  
  /*rooms.html*/
  .section-bg2{
    background: url('../photos/img2.jpg'), rgba(0, 0, 0, 0.386);
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  padding-top: 150px;
  padding-bottom: 150px;
  color: white;
  }

  
@media(max-width:1000px){
  .carousel-caption {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -60%);
    padding: 0rem;
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
    justify-items: center !important;
    width: 100%;
    max-width: 90%;
}
.carousel-caption h3 {
  font-size: 40px;
  z-index: 100;
  line-height: normal;
  font-stretch: normal;
  margin-bottom: 20px !important;
}
  .col2{
    justify-content: center;
    text-align: center;
  }
  .row2{
    text-align: center;
    justify-content: center !important;
  }
h1.title1{
  font-size: 40px !important;
}
  .img-2{
    display: none;
  }
  
  .img-3{
    display: none;
  }
  .col1{
    display: none;
  }
.vertical-text {
  display: flex;
  align-items: center;
  flex-direction: column;
  height:400px; /* Adjust height as needed */


}
.vertical-text h3{
  font-optical-sizing: auto;
  color:  #fcf9f067;
  font-size: 52px;
 line-height: 50.899px;
  font-weight: 600;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  margin: 0;
  padding: 10px;

  font-family: "Cormorant Garamond";
}
.foto{
    background: rgba(184, 130, 182, 0);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(9.4px);
    -webkit-backdrop-filter: blur(9.4px);
    border: 1px solid rgba(184, 130, 182, 0.59);
    padding: 32px 24px;
}
}

/*Animations*/
.fadeinleft {
  opacity:0;
  transform: translateX(200px);
  transition: all 1.3s ease-out;
}
.fadeinright{
  opacity: 0;
  transform: translateX(-200px);
  transition: all 0.8s ease-out;
}
.fadeindown{
  opacity: 0;
  transform: translateY(-100px);
  transition: all 1.2s ease-out;
}
.fadeinup{
  opacity: 0;
  transform: translateY(100px);
  transition: all 1.2s ease-out;
}
.fade-in{
  opacity:0;
  transition: all 1.3s ease-in;
}
.active-left,.active,.active-right,.active-down,.active-up{
  opacity:1;
  transform: translateX(0);
  transform: translateY(0);
}

.fadein{
opacity: 0;
}

.font01{
    font-family: "Niconne", serif;
    font-weight: 200;
    font-style: normal;
}
.img2{
    margin-bottom: -40px !important;
}
.foto{
    background: rgba(184, 130, 182, 0);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(9.4px);
-webkit-backdrop-filter: blur(9.4px);
border: 1px solid rgba(184, 130, 182, 0.59);

   padding: 70px 100px;

}
.img3{
    margin-top: -30px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
    width:90%;
}
.img-13{
    margin-top: -30px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
    width:90%;
}
.img4{
    position: relative;
    z-index: 2;
    margin-top: -30px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
}

.loop-holder {
    display: flex;
    white-space: nowrap;
    overflow: hidden;
 
    font-family: "Cormorant Garamond";
    margin-top: -390px !important;
  }
  .loop-holder__text {
      animation: textLoop 40s linear infinite;
      font-size: 5vw;
      padding-right: .35em;
      color: #4d3a4d;
      font-weight: 600;
  }
  @keyframes textLoop {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
  }
  @media(max-width:1000px){
    .pool-facility{
      padding: 20px;
    }
    .loop-holder__text {
      animation: textLoop 40s linear infinite;
      font-size: 18vw !important;
      padding-right: .35em;
      color: #00000013;
  }
  }
  .pre-footer{
    background: url('/img/376798145.jpg')rgba(0, 0, 0, 0.6);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: auto;
    padding: 8em 0em;
   display: flex;
   align-items: center;
   color: #000000;
  }

  .pre-box{
   background: white;
   padding: 2em;

  }

  .pre-box p{
   color: black;
  }

  .review-box{
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    background-color: rgb(255, 255, 255);
    transition-duration: 0,4s;
    width: fit-content;
    padding: 1em 3em;
    margin-left: 1em;
    margin-bottom: 1em;
    transition-duration: 0.4s;
  }

  .review-box:hover{
    box-shadow: none!important;
    margin-left: 0em;
    margin-bottom: 0em;
    transition-duration: 0.4s;
  }
    /* Inicioni numërimin për seksionin */

 
  .service-section-three {
      position: relative;
      padding: 100px 0 0px;
      background-color: #f5f3f7;
    }
    @media (max-width: 575.98px) {
      .service-section-three {
        padding: 80px 0 50px;
      }
    }
    .service-section-three:before {
      content: "";
      position: absolute;
      bottom: 0;
    left: 0;
      width: 665px;
      height: 466px;
      background-image: url(/img/footer-bg\ \(1\).png);
    }
    @media (max-width: 575.98px) {
      .service-section-three .sec-title {
        margin-bottom: 30px;
      }
    }
    .service-section-three .sec-title .sub-title:before {
      display: none;
    }
    @media (max-width: 575.98px) {
      .service-section-three .sec-title .sub-title {
        margin-bottom: 0;
      }
    }
    @media (max-width: 575.98px) {
      .service-section-three .sec-title h2 {
        font-size: 29px;
      }
    }
    .service-section-three .sec-title .text {
      margin-left: -5px;
    }
    .service-section-three .carousel-outer {
      margin-right: -375px;
    }
    @media (max-width: 1399.98px) {
      .service-section-three .carousel-outer {
        margin-right: 0;
      }
    }
    
    .service-block-three {
      margin-bottom: 32px;
    }
    .service-block-three .inner-box {
      position: relative;
      overflow: hidden;
      -webkit-transition: all 300ms ease;
      transition: all 300ms ease;
    }
    .service-block-three .inner-box:hover {
      background-color: var(--theme-color-dark);
    }
    .service-block-three .inner-box:hover .image img {
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
    }
    .service-block-three .inner-box:hover .content-box .title {
      color: var(--theme-color-light);
    }
    .service-block-three .inner-box .image {
      -webkit-transition: all 300ms ease;
      transition: all 300ms ease;
    }
    .service-block-three .inner-box .image img {
      width: 100%;
      -webkit-transition: all 300ms ease;
      transition: all 300ms ease;
    }
    .service-block-three .inner-box .content-box {
      padding: 100px 0 15px;
      position: absolute;
      bottom: 0;
      left: 30px;
    }
  
  
    /* Inicioni numërimin për seksionin */
  .service-section-three {
      counter-reset: my-sec-counter; /* Krijon një counter për seksionin */
    }
    
    /* Numri për secilën shërbim */
    .service-block-three .inner-box .content-box:before {
      counter-increment: my-sec-counter; /* Rrit numrin për secilin shërbim */
      content: counter(my-sec-counter, decimal-leading-zero) " "; /* Shfaq numrin */
      position: absolute;
      line-height: 1;
      left: 0;
      top: 0;
      font-family: 'jost', sans-serif;
      font-size: 80px;
      color: #ffffff;
      -webkit-transition: all 500ms ease;
      transition: all 500ms ease;
      z-index: 1;
    }
    .service-block-three .inner-box .content-box .title {
      color: var(--theme-color-light);
      margin-bottom: 18px;
    }
.bg1{
    padding-top: 70px;
    padding-bottom: 70px;
}    
  
    .card1{
        position: relative;
        padding: 50px 50px;
        background-color: #6769772d;
       

        margin-right: -170px !important;
    }
.accommodation2{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f1b3d22a;
}
.inner-box{
    text-align: justify;
}
 
  
.vertical-line{
    border-left: 1px solid #CCB363;
    height:30px;
    position: relative;
    text-align: center;
    margin-top: 1%;
    left: 50%;
    margin-left: -3px;
    top: 0;
    z-index: 100;
  }

    .content-column{
        
      background-color: #fcfbfc;
      margin-right: -50px;
      z-index: 100;
      margin-top: 70px;
    height: 450px;
      padding-left: 50px;
      padding-right: 50px;
    
    
    }
    .content-column2{

        background-image: url(img/2.jpg);
border-radius: 16px;


        margin-right: -50px;
        z-index: 100;
        margin-top: 70px;
      height: 450px;
        padding-left: 50px;
        padding-right: 50px;
      
      
      }
    .room-button{
      text-transform: uppercase;
      background-color: #AA8453;
      color: black;
      padding: 10px 20px;
      border: none;
      transition: background-color 0.3s ease;
      text-decoration: none;
      max-width: 160px!important;
      justify-content: center!important;
      text-align: center;
      transition: all ease 0.2s;
    
    }

    .logo-circle{
        background-color: #ffffff;
        width: fit-content;
        padding: 1.3em;
        border-radius: 10%;
        margin-top: -5em;
        margin-right: -3em;
        position: relative;
        z-index: 10;
        transition-duration: 0.4s;
        color: #0e1317 !important;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
        width: 100%!important;
        display: flex;
        justify-content: center;
        padding: 0.5em 1em;
        margin-right: 0em;
        border-radius: 0%;
        transition-duration: 0.4s;
    }
    
    .logo-circle h4{
        display: none;
        transition-duration: 0.4s;
    }
    
    .logo-circle:hover{
        width: 100%!important;
        display: flex;
        justify-content: center;
        padding: 0.5em 1em;
        margin-right: 0em;
        border-radius: 0%;
        transition-duration: 0.4s;
    }
    
    .logo-circle:hover h4{
        display: block;
        transition-duration: 0.4s;
    }




    .facilities-section{
        background: #ffffff;
        padding-top: 100px;
        padding-bottom: 100px;
      }
      
      .facility-card{
        box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
        background: white;
      }
      .facility-content{
        text-align: center;
        padding: 20px;
      }

      .bg1{
        background-color: rgb(255, 255, 255);
      }


      @media (max-width: 576px) {
         .contact-box{
        padding: 1px;
        background: #F8F6F3;
      }
         .room-section{
          padding: 0!important;
         }
         .item {
          width: 350px!important;
         }
         #gallery{
      
          padding: 10px!important;
        }
       
      
        .content-column{
          padding: 20px!important;
          margin-top: 10px!important;
        }
        .carousel-caption{
      
        margin-left: 0;
        margin-right: 0;
        }
      
        .container{
            width: 100%;
        }
        .foto{
            background: rgba(184, 130, 182, 0);
            border-radius: 16px;
            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
            backdrop-filter: blur(9.4px);
            -webkit-backdrop-filter: blur(9.4px);
            border: 1px solid rgba(184, 130, 182, 0.59);
            padding: 1px 12px;
        }
        .footer-links{
            display: flex;
            font-family: Jost, sans-serif;
            font-size: 18px;
            padding: 0px 20px 0px 20px;
            flex-wrap: wrap;
            align-content: center;
            justify-content: space-evenly;
            align-items: baseline;
        }
        .img4{
            position: relative;
            z-index: 2;
            margin-top: 8px;
            box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
        }
        .img3{
            position: relative;
            z-index: 2;
            margin-top: 8px;
            box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
        }
          .contact-box{
        padding: 1px;
        background: #F8F6F3;
      }
        
      }
      .contact-box{
        padding: 50px;
        background: #F8F6F3;
      }
      .contact-icon{
        position: relative;
        justify-content: center;
        align-items: center;
        text-align: center;
        display: flex;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background: white;
        color: #AF9556;
      }
      
      
      
      
      
      @media (max-width: 768px) {
    .contact-box {
      padding: 5px;
      background: #F8F6F3;
    }
        .loop-holder__text {
    display: none;
      }
  }
      
     