
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=Cantata+One&family=Castoro:ital@0;1&family=Great+Vibes&family=IBM+Plex+Mono:ital@1&family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Karla:ital,wght@0,200..800;1,200..800&family=Lato:wght@700&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&family=Lobster&family=Lobster+Two&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Neuton:ital,wght@0,200;0,300;0,400;0,700;0,800;1,400&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Old+Standard+TT&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Orelega+One&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Pattaya&family=Patua+One&family=Ramaraja&family=Roboto+Slab:wght@100..900&family=Rubik+Gemstones&family=Signika+Negative:wght@400;500;600&family=Song+Myung&family=Ultra&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Forum&display=swap');
html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden !important;
    background-color:   #dcecf416;
  
    color: rgb(0, 0, 0);
  
  }
  h6{
    font-family: 'Gilda Display', serif;
    line-height: 30px;
    font-size: 18px;
  }
  h2 p{
    font-family: 'Antonio', sans-serif;
  }
  a{
    text-decoration: none;
  }
  ::selection {
    color: #ffffff;
    background: #74685E;
  }
  
  .background-container {
  
    animation: zoom 10s ease-in-out forwards;
  }
  
  @keyframes zoom {
    0% {
      transform: scale(1);
    }
  
    100% {
      transform: scale(1.1);
    }
  }
  .navbar-nav{
     
      display: flex;
      justify-content: center !important;
      align-items: center !important;
      text-align: center !important;
      padding-left: 0px !important;
    }
  
    a{
        text-decoration: none;
    }
    nav.navbar {
      background-color: #000000;
    
      backdrop-filter: blur(0px) !important;
      transition: background .5s !important;
      font-family: 'Gilda Display', serif;
  
      text-transform: uppercase;
    font-weight: 500;
      z-index: 1000;
      width: 100%;
  letter-spacing: 1px;
      position: relative;
    
    
    }
    
    li.nav-item a.nav-link {
      color: #ffffff !important;
      font-size: 15px !important;
    
    
    
    }
    
    .nav-item {
      margin-top: 25px;
      margin-bottom: 20px;
      text-align: center;
    
    }
    
    a.nav-link:hover {
      transform: scale(1.07);
    
    }
    
    .navbar li a.active {
      color:#ffffff !important;
      transform: scale(1.05);
      border-bottom: 1px #ffffff solid !important;
      background-color: transparent;
    
    }
    
    
    .dropdown-menu {
      background-color: #ffffff !important;
      color: #000000;
      backdrop-filter: blur(0px) !important;
      transition: background .5s !important;
      border: 1px solid #000000;
      font-family: "Forum", serif;
      font-weight: 400;
      z-index: 100;
      width: 100%;
      text-align: center;
      padding: 10px;
    }
    
    .dropdown-menu .dropdown-item {
      color: rgb(0, 0, 0);
      text-align: left;
    }
    
    .dropdown-menu .dropdown-item:hover {
      background-color: #ffffff;
      border: 1px solid #252525;
      transform: scale(1.02);
      color: rgb(0, 0, 0);
    }

  
 
  #bottone5 {
    align-items: center;
    background-color: #201615;
    border: 1px solid #ffffff;
   margin-top: 10px;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-flex;
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    font-weight: 500;
    justify-content: center;
    line-height: 1.25;
    min-height: 3rem;
    padding: calc(.875rem - 1px) calc(1.5rem - 1px);
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: auto;
   }
   
   #bottone5:hover,
   #bottone5:focus {
    border-color: #ffffff;
    box-shadow: #ffffff 0 4px 12px;
    color: #ffffff;
   }
   
   #bottone5:hover {
    transform: translateY(-1px);
   }
   
   #bottone5:active {
    background-color: #F0F0F1;
    border-color: #ffffff;
    box-shadow: #ffffff 0 2px 4px;
    color: #ffffff;
    transform: translateY(0);
   }
  

.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;
  }


    
  /* footer */
  .contact section p {
    color: white;
    text-align: center;
  }
  
  .contact section a {
    text-decoration: none;
    color: inherit;
    transition: .1s;
    border-bottom: 1px solid transparent;
  }
  
  .contact section a:hover {
    border-color: var(--bs-secondary);
  }
  
  
  @media only screen and (min-width: 992px) {
  
    header .navbar .link-btn {
      margin: 0;
      margin-left: auto;
    }
  
    .im-img {
      width: 28%;
    }
  }
  .footer_wrapper {
    background: #000000;
    padding: 5% 0 5% 0;
  }
  
  .footer_wrapper h5 {
    color: #ffffff;
    margin-bottom: 1.25rem;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
  }
  
  .footer_wrapper ul li {
    margin-bottom: .5rem;
    list-style: none;
  }
  
  .footer_wrapper .contact-info li a {
    color: rgb(255, 255, 255);
  }
  
  .footer_wrapper .link-widget li a,
  .footer_wrapper p {
    color: rgb(255, 255, 255);
    font-size: 14px;
    padding-left: 1.5rem;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  
  .footer_wrapper .link-widget li a::before {
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0.3rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  
  }
  
  .footer_wrapper .link-widget li a:hover {
    margin-left: .625rem;
    color: hsl(0, 0%, 100%);
  }
  
  
  .footer_wrapper .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: var(--secondary-color);
  }
  
  .footer_wrapper .copyright-section {
    background-color: #172438;
    padding: 1.10rem 0 .3125rem;
    text-align: center;
  }
  
  .footer_wrapper .copyright-section a {
    color: white;
  }
  
  @media (max-width: 767px) {
    .footer_wrapper>div {
      padding: 0 1.875rem;
    }
  }
  
  .con{
    padding-left: 80px;
  }  @media only screen and (max-width: 901px) {
    .con{
        padding-left: 0px !important;
      } 

  }
  .contact-header {
            background-image: url('path_to_your_image.jpg');
            background-size: cover;
            background-position: center;
            color: white;
            text-align: center;
            padding: 100px 0;
        }

        .contact-header h1 {
            font-size: 3rem;
        }

        .contact-section {
            background-color: white;
            padding: 50px 0;
        }

        .contact-info {
            font-size: 1.2rem;
            color: #172438;
        }

        .contact-info i {
            margin-right: 10px;
            font-size: 1.5rem;
        }

   .contact-header {
            background-image: url('/img1/jpeg-optimizer_Photo\ \(36\).jpg');
            background-size: cover;
            background-position: center;
            color: white;
            text-align: center;
            padding: 100px 0;
        }

        .contact-header h1 {
            font-size: 3rem;
        }

        .contact-section {
            background-color: white;
            padding: 50px 0;
        }

        .contact-info {
            font-size: 1.2rem;
        }

        .contact-info img {
            width: 30px; /* Size of the icons */
            height: auto;
            margin-right: 10px;
        }
        .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh; /* lartësia minimale për vizualizim të mirë */
}

/* Teksti në karusel që përshtatet në madhësi të ndryshme */
.carousel-caption {
  bottom: 20%;
  padding: 0 15px;
  text-align: center;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  max-width: 600px;
  margin: 0 auto;
}

/* Teksti kryesor (h2) me madhësi të përshtatshme për desktop dhe mobile */
.carousel-caption h2.display-4 {
  font-size: 2.5rem; /* madhësi desktop */
  line-height: 1.2;
  color: white;
  font-family: 'Cormorant Garamond', serif;
  margin-bottom: 0.5em;
}

/* Teksti nën kryesor (p.lead) */
.carousel-caption p.lead {
  font-size: 1.25rem; /* madhësi desktop */
  color: white;
  font-family: 'Cormorant Garamond', serif;
  margin-bottom: 1.5em;
}

/* Butoni */
.carousel-caption .btn {
  font-size: 1rem; /* madhësi desktop */
  padding: 0.5rem 1.5rem;
}

/* Responsiv për ekranet më të vogla */
@media (max-width: 768px) {
  .carousel-caption h2.display-4 {
    font-size: 1.5rem; /* më i vogël, por jo shumë i vogël */
  }
  
  .carousel-caption p.lead {
    font-size: 1rem;
  }
  
  .carousel-caption .btn {
    font-size: 0.9rem;
    padding: 0.4rem 1rem;
  }
}

/* Për ekranet shumë të vegjël (smartphone) */
@media (max-width: 400px) {
  .carousel-caption h2.display-4 {
    font-size: 1.2rem;
  }
  
  .carousel-caption p.lead {
    font-size: 0.9rem;
  }
  
  .carousel-caption .btn {
    font-size: 0.8rem;
    padding: 0.3rem 0.8rem;
  }
}


/* Kontrollat e karuselit (prev/next) të jenë më të mëdha në mobile për lehtësi */
@media (max-width: 768px) {
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 35px;
    height: 35px;
  }
  
  button.carousel-control-prev,
  button.carousel-control-next {
    top: 40%;
  }
}

        .carousel-caption {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: white;
            text-align: center;
            background-color: rgba(0, 0, 0, 0.5);
            padding: 20px;
            border-radius: 5px;
        }

        .carousel-caption h2 {
            font-size: 3rem;
            margin-bottom: 15px;
        }

        .carousel-caption .btn {
            padding: 10px 30px;
            font-size: 1.2rem;
            background-color: #412a14;
            color: #f8f7f7;
            border: none;
            border-radius: 5px;
        }

        .carousel-caption .btn:hover {
            background-color: #33220f;
        }
        
        #home h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 3rem; /* Madhe dhe tërheqëse */
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1); /* Hije për më shumë thellësi */
}
#home p {
    font-family: 'Roboto', sans-serif;
    font-size: 1.2rem;
    color: #ffffff;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
    font-weight: 400;
    text-align: center;
}

  /*home two Section-title*/
.home-two .section-title {
    margin-bottom: 35px;
}

.home-two .section-title h4 {
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    color: #85714C;
    font-weight: 500;
    margin-top: 0;
    margin-left: 73px;
    position: relative;
}

.home-two .section-title h4:before {
    position: absolute;
    content: "";
    width: 56px;
    height: 1px;
    top: 14px;
    left: -67px;
    background: #1e1e1e;
}

.home-two .section-title h1 {
    font-size: 38px;
    line-height: 36px;
    color: #1e1e1e;
    font-weight: 700;
    text-transform: capitalize;
}

.home-two p.section-desc {
    width: 95%;
    margin: 18px 0 0;
}

.home-two .section-title.center:before{
   background: transparent;
}

.home-two .section-title.center h4{
    margin-left:0;
}

.home-two .section-title.center h4:before{
    background: transparent;
}

.home-two p.section-desc-2 {
    width: 60%;
    margin: auto;
    margin-top: 12px;
}

.home-two .btn1{
    margin-top: -19px;
    position: relative;
    background-color: #201615;
    color: #f7efef;
}

.home-two .btn1:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    left: 0;
    bottom: -11px;
    background: #c19d68;
    margin: 0;
}


/* Styling for the images */
.offer-thumb {
    display: flex; /* Using flexbox for horizontal layout */
    justify-content: space-between; /* Ensures there is space between images */
    gap: 20px; /* Adds space between images */
}

.img-small {
    width: 48%; /* Set the images to be 48% of the container width (2 images per row) */
    height: auto; /* Maintain aspect ratio */
    border-radius: 10px; /* Rounded corners for a smooth effect */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); /* Light shadow for depth */
    transition: transform 0.3s ease-in-out; /* Smooth hover effect */
}

/* Hover effect on images */
.img-small:hover {
    transform: scale(1.05); /* Slight zoom-in effect on hover */
}

/* Responsiveness - ensuring images look great on all screen sizes */
@media (max-width: 768px) {
    .img-small {
        width: 100%; /* Full width for smaller screens */
        margin-bottom: 15px; /* Adds space between the images on small screens */
    }
}
/* Styling for Facilities section */
.facilities-area {
    background-color: #f9f9f9;
    padding: 70px 0;
}

.facility-item {
    margin-bottom: 40px;
    padding: 20px;
    background-color: #c5bcbc;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.facility-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.facility-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.facility-item:hover .facility-icon {
    transform: scale(1.1);
}

.section-title h2 {
    font-family: Cormorant Garamond, serif;
    font-size: 36px;
    color: #2b2b2b;
    margin-bottom: 20px;
}

.section-title p {
    font-family: Cormorant Garamond, serif;
    font-size: 18px;
    color: #7c7c7c;
    letter-spacing: 1px;
}

@media (max-width: 768px) {
    .facility-item {
        margin-bottom: 30px;
    }

    .facility-icon {
        width: 50px;
        height: 50px;
    }
}
.testimonials {
    background-color: #f9f9f9;
    padding: 10px 10px;
}

.testimonial-item {
    background: white;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.testimonial-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.section-title h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 36px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.section-title p {
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px;
    color: #777;
}

 .gallery-bg1 {
            background-image: url('/img1/jpeg-optimizer_Photo\ \(37\).jpg');
            background-size: cover;
            background-position: center;
            color: white;
            text-align: center;
            padding: 100px 0;
        }
.about-bg1 {
            background-image: url('/img1/jpeg-optimizer_Photo\ \(36\).jpg');
            background-size: cover;
            background-position: center;
            color: white;
            text-align: center;
            padding: 100px 0;
        }

        .bg-light{
          background-color: #d4d3d0!important;
        }
        .rooms-bg1 {
            background-image: url('/img1/jpeg-optimizer_Photo\ \(36\).jpg');
            background-size: cover;
            background-position: center;
            color: white;
            text-align: center;
            padding: 100px 0;
        }
    .owl-carousel .item img {
  width: 100%;
  height: 500px; /* ose 600px për më shumë madhësi */
  object-fit: cover;
  border-radius: 8px;
}
 
    .owl-dots {
      text-align: center;
      margin-top: 10px;
    }
    .owl-dot {
      display: inline-block;
      width: 30px;
      height: 15px;
      margin: 5px;
      background-color: #050404;
      border-radius: 50%;
    }
    .owl-dot.active {
      background-color: #5c4027;
    }

    @keyframes fadeInUp {
      from {
        opacity: 0;
        transform: translateY(20px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }