
@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);
    }
  }

  .hero {
    position: relative;
    height: 100vh;
    background: url('/img/new photos dhomat/photo\ \(4\).JPG') center center/cover no-repeat;
    display: flex;
    flex-direction: column;
  }
  .hero1 {
    position: relative;
    height: 70vh;
    background: url('/img/new photos dhomat/a\ \(98\).JPG') center center/cover no-repeat;
    display: flex;
    flex-direction: column;
  }
 .hero2 {
    position: relative;
    height: 70vh;
    background: url('/img/new photos dhomat/photo\ \(14\).JPG') center center/cover no-repeat;
    display: flex;
    flex-direction: column;
  }

.navbar-custom {
      background: rgba(0, 0, 0, 0.5);
      color: white;
      padding: 15px 40px;
    }

    .navbar-custom .nav-link,
    .navbar-custom .navbar-brand,
    .navbar-custom .dropdown-toggle {
      color: white !important;
      text-transform: uppercase;
      font-weight: 500;
    }

    .navbar-custom .nav-link:hover,
    .navbar-custom .dropdown-toggle:hover {
      text-decoration: underline;
    }

    .navbar-custom .dropdown-menu {
      background-color: #000;
    }

    .navbar-custom .dropdown-item {
      color: white;
    }

    .navbar-custom .dropdown-item:hover {
      background-color: #333;
    }

    

    @media screen and (max-width: 768px) {
      .navbar-collapse {
        text-align: center;
      }
    }


.navbar-custom .nav-link {
  color: white !important;
  font-weight: 500;
}



.navbar-brand {
  font-size: 1.6rem;
  letter-spacing: 1px;
  text-align: center;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 30 30'%3E%3Cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

  /* Center content - big heading and subtitle */
  .hero-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
    text-shadow: 0 0 8px rgba(0,0,0,0.7);
  }

  .hero-content h1 {
    font-size: 4.5rem;
    line-height: 1.1;
    margin: 0 0 10px 0;
    font-weight: 400;
    color: #ffffff!important;
  }

  .hero-content p {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #ffffff;
  }
.hero-content1 {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
    text-shadow: 0 0 8px rgba(0,0,0,0.7);
  }
.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;
  }
  .section-header {
      text-align: center;
      padding: 80px 20px 40px 20px;
    }

    .section-header img {
      width: 50px;
      margin-bottom: 15px;
    }

    .section-header h5 {
      text-transform: uppercase;
      font-size: 13px;
      color: #666;
      letter-spacing: 1.5px;
    }

    .section-header h1 {
      font-size: 42px;
      font-weight: 400;
      margin: 20px 0;
    }

    .section-header p {
      max-width: 720px;
      margin: 0 auto;
      font-size: 16px;
      color: #555;
    }

    /* Custom card image height */
    .carousel-item img {
      height: 400px;
      object-fit: cover;
      border-radius: 12px;
    }

    /* Arrow style */
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
      background-color: rgba(0,0,0,0.4);
      border-radius: 50%;
      padding: 20px;
    }

    /* Hide scrollbar */
    .carousel-inner {
      scroll-snap-type: x mandatory;
    }
    .section-title {
      text-align: center;
      font-size: 42px;
      font-weight: 400;
      margin-bottom: 50px;
    }

    .room-card {
      background-color: #fff;
      border: none;
      box-shadow: 0 2px 8px rgba(0,0,0,0.05);
      transition: all 0.3s ease;
      border-radius: 10px;
    }

    .room-card img {
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      height: 250px;
      object-fit: cover;
    }

    .price-tag {
      position: absolute;
      top: 15px;
      left: 15px;
      background-color: #fff;
      color: #000;
      font-size: 14px;
      font-weight: 500;
      padding: 5px 10px;
      border-radius: 3px;
      box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }

    .room-icons {
      font-size: 15px;
      color: #444;
      margin-bottom: 15px;
    }

    .room-icons span {
      margin-right: 15px;
    }

    .discover-link {
      font-size: 14px;
      font-weight: 500;
      text-decoration: underline;
      color: #000;
    }

    .discover-link:hover {
      color: #8c734b;
    }

    .btn-discover {
      background-color: #c6b190;
      color: white;
      font-size: 14px;
      border: none;
      padding: 10px 20px;
    }

    .btn-discover:hover {
      background-color: #a69274;
    }
  
  #bottone5 {
    align-items: center;
    background-color: #151d20;
    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);
   }
    .footer-newsletter {
      background-color: rgba(0,0,0,0.5);
      padding: 60px 20px;
      text-align: center;
    }
    .footer-newsletter input[type="email"] {
      background: transparent;
      border: none;
      border-bottom: 1px solid #fff;
      color: #fff;
      width: 60%;
    }
    .footer-newsletter input[type="checkbox"] {
      margin-right: 10px;
    }
    .footer-bottom {
      background: #000;
      color: #aaa;
      padding: 20px;
      font-size: 14px;
    }
    .footer-social a {
      color: #fff;
      margin: 0 10px;
    }
       .service-icon {
      width: 32px;
      height: 32px;
      margin-right: 10px;
    }
    .service-item {
      display: flex;
      align-items: flex-start;
      margin-bottom: 20px;
    }
    .quote {
      font-family: 'Dancing Script', cursive;
      text-align: center;
      margin-top: 20px;
      font-size: 1.1rem;
      color: #333;
    }
    .amenity-card {
      position: relative;
      overflow: hidden;
      height: 400px;
      border: 2px solid rgba(255,255,255,0.5);
    }
    .amenity-card img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      transition: transform 0.5s;
    }
    .amenity-card:hover img {
      transform: scale(1.1);
    }
    .amenity-card .overlay {
      position: absolute;
      bottom: 20px;
      left: 20px;
      color: #fff;
    }
    .amenity-card .overlay h5 {
      margin: 0;
      font-size: 1.5rem;
    }
    .amenity-card .overlay small {
      text-transform: uppercase;
      letter-spacing: 1px;
    }
      .header-section {
            padding: 5rem 0;
            background-color: #ffffff;
        }
        .room-card {
            border: none;
            border-radius: 0.75rem; /* Kënde paksa të rrumbullakosura */
            overflow: hidden;
            box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.08); /* Një hije pak më e theksuar */
            transition: transform 0.3s ease-in-out;
        }
        .room-card:hover {
            transform: translateY(-5px); /* Efekt i vogël kur kalohet me maus */
        }
        .card-img-container {
            position: relative;
        }
        .card-img-container .price-tag {
            position: absolute;
            top: 1.25rem;
            left: 0;
            background-color: rgba(0, 0, 0, 0.75); /* Sfond paksa transparent për çmimin */
            color: white;
            padding: 0.5rem 1rem;
            border-top-right-radius: 0.5rem;
            border-bottom-right-radius: 0.5rem;
            font-weight: bold;
            z-index: 10; /* Sigurohu që të jetë mbi imazh */
        }
        .carousel-item img {
            height: 400px; /* Vendos një lartësi fikse për imazhet e karroselit */
            object-fit: cover; /* Sigurohu që imazhet të mbulojnë zonën pa shtrembërim */
            border-top-left-radius: 0.75rem;
            border-top-right-radius: 0.75rem;
        }
        .card-body {
            padding: 2rem;
        }
        .card-title {
            font-size: 1.75rem;
            font-weight: bold;
            color: #343a40;
        }
        .card-text.details {
            font-size: 0.95rem;
            color: #6c757d;
            margin-bottom: 1.5rem;
        }
        .card-text.description {
            font-size: 1rem;
            line-height: 1.6;
            color: #495057;
            margin-bottom: 1.5rem;
        }
        .btn-link {
            color: #007bff; /* Ngjyra primare e Bootstrap */
            font-weight: 600;
            text-decoration: none;
        }
        .btn-link:hover {
            text-decoration: underline;
        }
        /* Responsive adjustments */
        @media (max-width: 768px) {
            .carousel-item img {
                height: 300px; /* Më pak lartësi në ekrane më të vogla */
            }
            .header-section {
                padding: 3rem 0;
            }
            .header-section h1 {
                font-size: 2.5rem;
            }
        }