/*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;
}

.fade-in{
    opacity:0;
    transition: all 1.3s ease-in;
}

.active-left,.active,.active-right,.active-down{
    opacity:1;
    transform: translateX(0);
    transform: translateY(0);
}



.fadein{
opacity: 0;
}   


/* End Animations*/


@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Gilda+Display&family=IBM+Plex+Sans+JP&family=Jost:ital,wght@0,100..900;1,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lora:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
body{
    background-color:#e6e2db;
}

.container-fluid{
  width: 100%;
}

   .navbar {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 30px;
      background-color: transparent!important;
      border: none;
      position: relative;
      box-shadow: none;
    }


    .language{
      border-bottom: 1px solid black;
      font-family: "Playfair Display", serif;
      font-optical-sizing: auto;
      font-weight: 400;
      font-style: normal;
      font-size: 20px;
      margin-top: 30px;
      margin-right: 20px;
    }

    .burger-menu a {
      display: block;
      padding: 5px 10px;
      color: rgba(0, 0, 0, 0.884);
      text-decoration: none;
      gap:40px;
      font-size: 25px;
      font-family: "IBM Plex Sans JP", sans-serif;
      font-weight: 200;
      font-style: normal;
    }

    .burger-menu a:hover {
      background-color: #f2f2f2;

    }
.nav-link1{
  
      font-family: "Playfair Display", serif;
      font-optical-sizing: auto;
      font-weight: 600;
      font-style: normal;
      font-size: 20px;
}


.carousel-section{
    margin-top: 70px;
    width: 100%;
}

.facilities-section{
  margin-top: 80px;
  padding-left: 25px;
  padding-right: 20px;
  margin-bottom: 100px;
}

.services-h2{
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  margin-top: 17px;
  text-align: left;
  color: #313131;
}

.services-p{
    font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: 17px;
  line-height: 23px;
  margin-top: 15px;
  color: #313131;
  margin-bottom: 25px;
}

.services-link{
  color:#313131;
  font-size: 15px;
  border-bottom: 1px solid #313131;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1.5px;
  margin-top: 25px;
}

.services-link:hover{
   color:#313131;
}

.services-link5{
  color:#313131;
  font-size: 15px;
  border-bottom: 1px solid #313131;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1.5px;
  margin-top: 25px;
}

.services-link5:hover{
   color:#313131;
}

.section-services{
  margin-top: 50px;
}

.services-desc{
font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  color:#313131;
}

.services-h1{
  color:#313131;
   font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 450;
  font-style: normal;
  font-size: 35px;
}

.services-link1{
  color:#313131;
  font-size: 15px;
  border-bottom: 1px solid #313131;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1.5px;
  margin-top: 25px;
  display: inline-block;
  width: fit-content;
  border-bottom: 1px solid #313131;
  
}

.facilities-section .container{
  width: 80%;
}

.section-rooms{
  margin-top: 80px;
}

.rooms-h1{
   color:#313131;
   font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 450;
  font-style: normal;
  font-size: 35px;
  margin-top: 130px!important;
}

.rooms-p{
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: 17px;
  line-height: 23px;
  margin-top: 15px;
  color: #313131;
  margin-bottom: 25px;
  margin-top: 30px;
}

.rooms{
  margin-top: 160px;
  }

.Entertainment-h1{
   color:#313131;
   font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 450;
  font-style: normal;
  font-size: 35px;
  margin-top: 150px;
  text-align: center;
}


footer{
  background: white !important;
  padding-top: 60px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 70px;
}
a.footer-link{
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: 35px;
  line-height: 23px;
letter-spacing: 1px;
  color: #313131;
  gap: 10px;
}
.footer-link:hover{
  color:  black;
}
.payment{
  display: flex;
}

.socials{
  display: flex;
  color: black;
}
.footer-links {
  display: flex;
  gap: 15px;
  font-family: "Playfair Display", serif !important;
  font-weight: 400;
  font-size: 15px!important;
  flex-wrap: wrap; 
}

.footer-link{
  font-size: 22px!important;
}
.socials a{
  text-decoration: none !important;
  color: black;
}
.socials a:hover h4 {
  color:  black;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid black;
  margin: 1em 0;
  padding: 0;
}
.copyright{
  display: flex;
justify-content: right;
text-align: right ;
align-items: end ;
}

.footer-title{
    color:#313131;
   font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 450;
  font-style: normal;
  font-size: 35px;
 
  text-align: left;
}

.reach-out{
    color:#313131;
   font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight:450;
  font-style: normal;
  font-size: 30px!important;
  text-align: left;letter-spacing: 2px;
}

.location{
     color:#313131;
   font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 450;
  font-style: normal;
  font-size: 30px!important;
  text-align: left;letter-spacing: 2px;
}

.footer-p{
    font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: 20px;
  line-height: 23px;
letter-spacing: 1px;
  color: #313131;
}

.footer-intermedia{
     font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: 20px;
  line-height: 23px;
letter-spacing: 1px;
  color: #313131;
}



.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 50px;
  background-color: #f4f0ea;
  position: relative;
  z-index: 100;
  font-family: "Playfair Display", serif;
}


.navbar-left {
  display: flex;
  align-items: center;
  gap: 15px;
}


.burger {
  background: none;
  border: none;
  cursor: pointer;
}


.logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 28px;
  margin-top: 115px;
}

/* Logo në menu fillimisht e fshehur */
.menu-logo {
  display: none;
  text-align: center;
  margin-bottom: 20px;
}



.navbar-right {
  display: flex;
  align-items: center;
  gap: 30px;
}


.menu-text{
  color:#313131;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 450;
  font-style: normal;
  font-size: 22px;
}


.enquire-btn {
  background-color: #2e2e2e;
  color: white;
  border: none;
  padding: 10px 35px;
  font-size: 17px;
  letter-spacing: 1.5px;
  cursor: pointer;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 450;
  font-style: normal;
  margin-top: 20px;
}


.enquire-btn:hover {
  background-color: #2e2e2eda;
  color: white;}


  .book-btn {
  background-color: #e6e2db;
  color: #2e2e2eda;
   border: 1px solid #2e2e2e49;
  padding: 10px 35px;
  font-size: 17px;
  letter-spacing: 1.5px;
  cursor: pointer;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 450;
  font-style: normal;
  margin-top: 200px;
  margin-left: 95px;
}


  .book-btn1 {
  background-color: #e6e2db;
  color: #2e2e2eda;
   border: 1px solid #2e2e2e49;
  padding: 10px 35px;
  font-size: 17px;
  letter-spacing: 1.5px;
  cursor: pointer;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 450;
  font-style: normal;
  margin-top: 30px;
  margin-left: 23px;

}
.book-btn:hover {
  background-color: #2e2e2eda;
  color: white;}

  .book-btn1:hover {
  background-color: #2e2e2eda;
  color: white;}
.burger-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 30%;
  background-color: #f4f0eae5;
  z-index: 999;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  transition: all 0.4s ease;
  padding-left: 40px;
}

.burger-menu.show {
  display: flex;
}

.close-btn {
  position: absolute;
  top: 30px;
  right: 50px;
  font-size: 40px;
  background: none;
  border: none;
  cursor: pointer;
  color: #333;}

.room-heading{
   color:#313131;
   font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 450;
  font-style: normal;
  font-size: 45px;
  margin-top: 80px;
}

.room-desc{
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: 20px;
  line-height: 23px;
  margin-top: 30px;
  color: #313131;
}


.services-link2{
  color:#313131;
  font-size: 15px;
  border-bottom: 1px solid #313131;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1.5px;
  margin-top: 85px;
  display: inline-block;
  width: fit-content;
  border-bottom: 1px solid #313131;
  margin-left: 580px;
  
}

.services-link2:hover{
  color:#313131;}

.rooms-title{
  color:#313131;
   font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 450;
  font-style: normal;
  font-size: 30px;
  margin-top: 40px;
  text-align: center;
  margin-bottom: 70px;

}

  .room1-descp-h2{
  font-size: 27px;
  text-align: left;
  margin-left: 30px;
   color:#313131;
   font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 450;
  font-style: normal;}



.room1-descp-h6{
  font-size: 20px;
   color:#313131;
   font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  margin-top: 20px;
    margin-left: 30px;

}



.room1-descp-p{
  margin-top: 20px;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: 20px;
  line-height: 23px;
    margin-left: 30px;
}
.room2{
  margin-top: 70px;
}

.room2-img{
  margin-top: 70px;
}
.about-us{
  margin-top: 90px;
  text-align: center;
   color:#313131;
   font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 40px;
}

@media(max-width:1000px){
  .logo {
    display: none; 
    width: 120px!important;
  }

  .menu-logo {
    display: block; 
  }
  .logo {
  position: absolute;
  transform: translateX(-50%);
  letter-spacing: 5px;
  font-size: 28px;
  margin-top: 140px!important;
}

  .enquire-btn {
  padding: 5px 25px; 
  font-size: 12px;
  margin-top: 35px!important;
}


 .language {
    font-size: 14px;
    padding: 5px 10px;
  }

  /* Zvogëlon dropdown-in vetë */
  .dropdown-menu {
    font-size: 10px;
    min-width: 100px;
  }

  .dropdown-item {
    padding: 5px 10px;
  }

  .no-padding-mobile {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .services-img{
    width: 300px;
    height: 400px;
  }

 .contact-img{
  width: 335px;
height: 300px; }

  .contact-h2{
  font-size: 30px;
}

.footer-links {
    flex-direction: column;
    gap: 12px;
  }
  
  .footer-link {
    font-size: 20px; 
  }
}

/* Stili për link */
.footer-link {
  color: #313131;
  text-decoration: none;
  transition: color 0.3s ease;
}


.footer-title{
  font-weight: 800;
  font-size: 30px;
  text-align: left;
}

.reach-out{
  font-size: 20px!important;
  font-weight: 800;
}

.location{
  font-size: 20px!important;
  font-weight: 800;
}

  .room-desc{
  margin-top: 20px;
}
.rooms-title{
  font-size: 35px;
  margin-top: 10px;
  text-align:left;
  margin-bottom: 70px;

}

  .room-heading{
  font-size: 30px;
  margin-top: 110px;
}

.Entertainment-h1{
  font-size: 30px;
  margin-top: 70px;
}

.services-p{
  margin-bottom: 15px;
}
  .rooms-p{
  margin-bottom: 10px;
}

.suite-private-img{
  margin-top: 50px;
  width: 330px;
}

.suite-private-img1{
  width: 330px;
}

.rooms{
  margin-top: 70px;
  }

  .rooms-h1{
  font-size: 30px;
  margin-top: 10px!important;
}

   .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
 .facilities-section {
  margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

 

  .services-link5{
  border-bottom: 1px solid #313131;
margin-left: 5px!important;
   display: inline-block; 
   margin-bottom: 50px;
   margin-top: 0;
}

  .services-link1{
  border-bottom: 1px solid #313131;
margin-left: 5px!important;
}

  .services-h1{
  font-weight: 450;
  font-style: normal;
  font-size: 25px;
}

  .mobile-only .language {
  font-size: 17px;
  }

.nav-link1{
font-weight: 600;
font-style: normal;
font-size: 21px!important;
}

.burger-menu {

  height: 100vh;
  width: 40%;
  background-color: #f4f0eae5;
  z-index: 999;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  transition: all 0.4s ease;
  padding-left: 40px;
}

  .enquire-btn {
  font-size: 10px;
  margin-top: 20px;
}

 .desktop-only {
    display: flex !important;
  }

  .mobile-only {
    display: none;
  }

  .mobile-only .nav-item {
    margin-top: 20px;
  }

  .mobile-only .language {
    margin-top: 10px;
    margin-right: 0;
    display: block;
  }

  .mobile-only .enquire-btn {
    width: 100%;
  }



.contact-section{
  margin-top: 90px;
}

.contact-h2{
  color:#313131;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 40px;
  
}

.contact-p{
  color:#313131;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  line-height: 25px;
  margin-top: 40px;
}

.contact-details{
 color:#313131;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
}

.details{
   color:#313131;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-size: 20px;
}