
@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:   #ffffff;
  
    color: rgb(0, 0, 0);
  
  }
  h6{
    font-family: 'Gilda Display', serif;
    line-height: 30px;
    font-size: 18px;
  }
  h2 p{
    font-family: 'Jost', sans-serif;
  }
  a{
    text-decoration: none;
  }
  ::selection {
    color: #ffffff;
    background: #74685E;
  }
  
  .background-container {
  
    animation: zoom 10s ease-in-out forwards;
  }
  h4{
      font-style: italic;
      color: #5e4536;
      margin-bottom: 40px;
  }
  @keyframes zoom {
    0% {
      transform: scale(1);
    }
  
    100% {
      transform: scale(1.1);
    }
  }

 
.navbar {
    background-color: rgba(255, 255, 255, 0.7)!important; 
    padding: 15px 0;
    position: absolute; /* Position over the hero image */
    width: 100%;
    z-index: 1000;
    color: #000000!important;
}

.nav-links {
    list-style: none;
    display: flex;
    justify-content: center; /* Center the navigation links */
    gap: 30px; /* Space between links */
    color: #000!important;
}

.nav-links li a {
    color: #000000!important;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 10px;
    transition: color 0.3s ease;
}

.nav-links li a:hover {
    color: #ffd700; /* Example hover color */
}
  .hero1 {
    position: relative;
    height: 70vh;
    background: url('Photos/27.jpeg') center center/cover no-repeat;
    display: flex;
    flex-direction: column;
  }
 .hero2 {
    position: relative;
    height: 70vh;
    background: url('/Photos/20.jpeg') center center/cover no-repeat;
    display: flex;
    flex-direction: column;
  }

.navbar-custom {
      background: rgba(255, 255, 255, 0.5);
      color: rgb(14, 13, 13);
      padding: 15px 40px;
    }

    .navbar-custom .nav-link,
    .navbar-custom .navbar-brand,
    .navbar-custom .dropdown-toggle {
      color: rgb(0, 0, 0) !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!important;
    }

    .navbar-custom .dropdown-item {
      color: white;
    }

    .navbar-custom .dropdown-item:hover {
      background-color: #333;
    }

    #navbarContent{
      font-family: 'Jost'!important;
      font size: 50px!important;
    }

    @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='black' viewBox='0 0 30 30'%3E%3Cpath stroke='black' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.fadeinleft {
    opacity:0;
    transform: translateX(100px);
    transition: all 1.1s 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;
    }

   

    .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);
   }
    
       .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; 
            overflow: hidden;
            box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.08); 
            transition: transform 0.3s ease-in-out;
        }
        .room-card:hover {
            transform: translateY(-5px); 
        }
        .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); 
            color: white;
            padding: 0.5rem 1rem;
            border-top-right-radius: 0.5rem;
            border-bottom-right-radius: 0.5rem;
            font-weight: bold;
            z-index: 10;
        }
        .carousel-item img {
            height: 400px; 
            object-fit: cover; 
            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; 
            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;
            }
        }
        .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}


.hero-section {
      background-image: url('/Photos/20.jpeg')!important;

    position: relative;
    width: 100%;
    height: 90vh; /* Full viewport height */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff; /* Text color for content over the image */
    overflow: hidden; /* Ensure content doesn't overflow if scaled */
}

.hero-background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/Photos/20.jpeg')!important; /* Your image file */
    background-size: cover; 
    background-position: center center; 
    filter: brightness(0.7); 
    z-index: -1; 
}

.hero-content {
    position: relative; /* Position content above the background */
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}



.main-title h1 {
    font-size: 4em; 
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.main-title .subtitle {
    font-style: italic;
    font-size: 1.2em;
    margin-bottom: 30px;
}

.description-box {
    padding: 30px;
    margin-top: 20px;
    border-radius: 5px;
    max-width: 700px;
}

.description-box p {
    font-size: 1.1em;
    margin-bottom: 20px;
}

.btn-see-more {
    display: inline-block;
    background-color: #3f291f; 
    color: #fff;
    padding: 12px 30px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
}

.btn-see-more:hover {
    background-color: #d85c2c; 
}

@media (max-width: 768px) {
    .nav-links {
        flex-direction: column;
        gap: 10px;
    }

    .main-title h1 {
        font-size: 3em;
    }

    .description-box {
        padding: 20px;
    }
}
/* Footer Styles */
footer {
    background-color: #ffff!important; 
    padding: 10px 0 5px; 
    font-family: Arial, sans-serif; /* Or a more specific font if identified */
    color: #000000;
    position: relative;
    overflow: hidden; 
    text-align: center; 
}

.footer-container {
    display: flex;
    justify-content: center; /* Center columns */
    flex-wrap: wrap; 
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1; 
}

.footer-column {
    flex: 1; 
    min-width: 250px; 
    padding: 20px;
    text-align: left; 
    margin-bottom: 30px;
}

.footer-column h3 {
    font-size: 1.2em;
    color: #000000;
    margin-bottom: 25px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Logo Column */
.logo-column {
    display: flex;
    justify-content: center; 
    align-items: center;
    min-width: 200px; 
}

.footer-logo {
    max-width: 150px; 
    height: auto;
}

/* Contact Us Column */
.contact-us-column ul {
    list-style: none;
    padding: 0;
}

.contact-us-column ul li {
    margin-bottom: 15px;
    font-size: 0.95em;
    color: #777;
    display: flex; 
    align-items: flex-start;
}

.contact-us-column ul li .fas {
    margin-right: 10px;
    color: #999; 
    font-size: 1.1em;
    padding-top: 2px; 
}

/* About Us Column */
.about-us-column ul {
    list-style: none;
    padding: 0;
}

.about-us-column ul li {
    margin-bottom: 10px;
}

.about-us-column ul li a {
    text-decoration: none;
    color: #777;
    font-size: 0.95em;
    transition: color 0.3s ease;
}

.about-us-column ul li a:hover {
    color: #e57342; 
}



.footer-bottom {
    border-top: 1px solid #eee; 
    padding-top: 2px;
    margin-top: 10px;
    font-size: 0.85em;
    color: #000000;
}


footer::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 95%;
    transform: translateX(-50%);
    width: 100%;
    height: 200px; 
    background-image: url('/Photos/design1.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    z-index: -1;
    pointer-events: none; 
}

@media (max-width: 992px) {
    .footer-column {
        flex-basis: 48%; 
    }
}

@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        align-items: center; /* Center columns when stacked */
    }

    .footer-column {
        text-align: center; /* Center text when stacked */
        min-width: unset;
        width: 100%;
        padding: 15px 0;
    }

    .logo-column {
        margin-bottom: 20px;
    }

    .contact-us-column ul li {
        justify-content: center; /* Center icons and text */
    }

    .footer-column h3 {
        margin-bottom: 15px;
    }
}
.section-title {
  font-size: 48px;
  font-family: serif;
  font-weight: 400;
}

.highlight {
  color: #821252;
  font-style: italic;
}

.family-text {
  font-size: 14px;
  color: #a97a95;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.wine-title {
  font-size: 28px;
  font-family: serif;
  font-weight: 400;
  margin-bottom: 10px;
}

.discover-btn {
  font-size: 14px;
  color: #821252;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}

.discover-btn:hover {
  border-color: #821252;
}

.wine-img {
  max-width: 320px;
  transform: rotate(-90deg);
}
.wine-img1 {
  max-width: 320px;
  
}
.container1 {
  background-color: #dfdbdb91;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      padding: 60px;
      margin: auto;
      gap: 50px;
    }

    .left {
      flex: 1;
      display: flex;
      justify-content: center;
      padding-top: 50px;
    }

    .left img {
      max-width: 100%;
      height: 100%;
      border-radius: 6px;
    }

    .right {
      flex: 1;
    }

    .right h2 {
      font-family: 'Playfair Display', serif;
      font-size: 36px;
      font-weight: 600;
      letter-spacing: 1px;
      margin-bottom: 5px;
    }

    .right h4 {
      font-style: italic;
      color: #5e4536;
      margin-bottom: 40px;
    }

    .skill {
      margin-bottom: 40px;
    }

    .skill h5 {
      font-family: 'Playfair Display', serif;
      font-size: 16px;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin: 10px 0 10px;
    }

    .skill p {
      font-size: 14px;
      color: #666;
      max-width: 400px;
    }

    .icon {
      display: flex;
      align-items: center;
      gap: 15px;
    }

    .icon svg {
      width: 24px;
      height: 24px;
      stroke: #d36b30;
    }

    @media (max-width: 900px) {
      .container {
        flex-direction: column;
        padding: 30px;
      }

      .right h2 {
        font-size: 28px;
      }
    }

    .container2 {
      max-width: 1200px;
      margin: auto;
      padding: 0px 10px;
    }

    h1 {
      font-family: 'Playfair Display', serif;
      font-size: 48px;
      font-weight: 500;
      margin-bottom: 10px;
    }

    h1 span {
      color: #8f1f5d;
      font-style: italic;
    }

    h2 {
      font-family: 'Playfair Display', serif;
      font-size: 24px;
      color: #222;
      margin-top: 10px;
      margin-bottom: 15px;
    }

    h2 span {
      color: #8f1f5d;
      font-style: italic;
    }

    .section {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-bottom: 10px;
    }

    .section.reverse {
      flex-direction: row-reverse;
    }

    .text {
      flex: 1;
      min-width: 280px;
    }

    .text p {
      font-size: 16px;
      color: #555;
      text-align: start;
    }

    .image {
      flex: 1;
      min-width: 280px;
    }

    .image img {
      width: 100%;
      border-radius: 4px;
    }

    @media (max-width: 768px) {
      h1 {
        font-size: 36px;
      }

      .section {
        flex-direction: column;
      }

      .section.reverse {
        flex-direction: column;
      }
    }
    .visit-us {
  text-align: center;
  margin: 60px 0;
}

.visit-link {
  text-decoration: none;
  color: #8f1f5d;
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  display: inline-block;
}

.icon img {
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
  filter: drop-shadow(0 1px 2px rgba(0,0,0,0.2));
}

.lines {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.line {
  flex: 1;
  height: 1px;
  background-color: #8f1f5d;
  max-width: 100px;
}

.text {
  font-style: italic;
  white-space: nowrap;
}
.contact-section{
  background: url('/Photos/design2.png');
}

.hero-content1 {
  position: relative;
  background-image: url('Photos/images.avif'); /
  background-size: cover;
  background-position: center;
  padding: 120px 20px;
  text-align: center;
  color: #fff;
  z-index: 1;
  overflow: hidden;
}

.hero-content1::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); 
  z-index: -1;
}

.container4{
  background-color: #83808023;

}

@media (max-width: 992px) {
  .container1 {
    flex-direction: column;
    padding: 40px 20px;
  }

  .left, .right {
    text-align: center;
  }

  .skill.icon {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .skill.icon img {
    margin-bottom: 10px;
  }
}

.hero-content2 {
  position: relative;
  background-image: url('Photos/bgr.png'); 
  background-size: cover;
  background-position: center;
  padding: 120px 20px;
  text-align: start;
  color: #fff;
  z-index: 1;
  overflow: hidden;
}

.hero-content2::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); 
  z-index: -1;
}
.container2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  flex-direction: row-reverse; 
  padding: 40px 20px;
}
.btn-info{
  background-color: #41306857!important;
}

.working-hours-section {
            background-color: #fff;
            padding: 50px 0;
            margin-top: 50px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
            position: relative;
            overflow: hidden; 
        }
        .working-hours-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: url('your-background-image.jpg'); 
            background-size: cover;
            background-position: center;
            opacity: 0.2;
            z-index: 0;
        }
        .content-wrapper {
            position: relative;
            z-index: 1;
            background-color: rgba(255, 255, 255, 0.9); 
            padding: 30px;
        }
        .working-hours-title {
            font-size: 2.5rem;
            font-weight: bold;
            margin-bottom: 15px;
            color: #333;
        }
        .working-hours-subtitle {
            font-size: 1.1rem;
            color: #666;
            font-style: italic;
            margin-bottom: 30px;
        }
        .working-hours-description {
            font-size: 1rem;
            color: #555;
            line-height: 1.6;
            margin-bottom: 30px;
        }
        .btn-custom {
            background-color: #e67e22; 
            color: #fff;
            border: none;
            padding: 12px 30px;
            font-size: 1rem;
            border-radius: 5px;
            transition: background-color 0.3s ease;
        }
        .btn-custom:hover {
            background-color: #d35400; 
            color: #fff;
        }
        .hours-list {
            list-style: none;
            padding: 0;
        }
        .hours-list li {
            display: flex;
            justify-content: space-between;
            padding: 10px 0;
            border-bottom: 1px solid #eee;
            color: #444;
        }
        .hours-list li:last-child {
            border-bottom: none;
        }
        .hours-list li span:first-child {
            font-weight: bold;
        }
        .hours-list li.closed {
            color: #dc3545; 
        }
        .hours-list .note {
            font-size: 0.9rem;
            color: #888;
            margin-top: 15px;
            line-height: 1.4;
        }

.contact-card {
  background-color: #f9f9f9;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  display: flex;
  align-items: center;
  gap: 15px;
  transition: all 0.3s ease;
}

.contact-card i {
  font-size: 24px;
  color: #800000; 
}

.contact-card p {
  margin: 0;
  font-size: 16px;
  color: #333;
}

.contact-card:hover {
  background-color: #fff5f5;
  box-shadow: 0 6px 16px rgba(0,0,0,0.1);
}
