html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}

 .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }

/*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.6s ease-in;
}

.active-left,.active,.active-right,.active-down{
    opacity:1;
    transform: translateX(0);
    transform: translateY(0);
}





.rotate{

}

/* End Animations*/

h1{
    text-align: left;
}


h2,h3,h4,h5,h6{
    font-family: "Gilda Display";
}

p{
    text-align: left;
    font-family: Outfit;
}

.navbar{
    background-color: #ffffff!important;
    box-shadow: none;

    padding-top: 25px;
    
}

.navbar li{
    margin: 0 15px;
}

.navbar li a{
    font-family: Barlow Condensed;
    font-weight: 400;
    color: #020202;
    font-size: 21px;
    border-bottom: 2px solid transparent;
}

.navbar li a.active{
    color: rgb(15, 15, 15)!important;
    border-bottom: 2px solid #c5a880;
}

.navbar li a:hover{
    border-bottom: 2px solid #c5a880;
    color: rgb(209, 165, 165);
    scale: 0.92;
}

.about-box{
    padding: 5%;
    background-color: #d2daf1;
}

#about-home1{
    background-color: #fffefe;
}
#about-home{
    padding: 10px 0;
    background-color: #1d1616;
}

.about-left:hover .about-box{
    background-color: rgb(22, 22, 22);
    color: white;
}

.about-left:hover h5{
    color: white!important;
}

.about-right:hover .about-box{
    background-color: rgb(22, 22, 22);
    color: white;
}

.about-right:hover h5{
    color: white!important;
}

.hidden-service{
    display: none;
}
.services{
    background-color: #e7dbc9!important;
}


.card-img{
    border-radius: 0;
}

.card{
    border-radius: 0;
    transition-duration: 0.2s;
}
.card:hover{
    background-color: #252525;
    color: white;
    transition-duration: 0.2s;
    scale: 1.05;
}

.card:hover h5,.card:hover p{
    color: white!important;
    transition-duration: 0.2s;

}

.card:hover .card-img{
    filter: brightness(60%);
    transition-duration: 0.2s;

}





.section-padding {
    padding: 80px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 60px;
}

.section-borders span {
    height: 5px;
    background: #6aaf08;
    width: 40px;
    display: inline-block;
    border-radius: 2px;
}

.section-borders span.black-border {
    background: #333;
    width: 30px;
    margin: 0 6px;

}

.client-testimonial-carousel .owl-dots button {
    height: 5px;
    background: #6aaf08 !important;
    width: 20px;
    display: inline-block;
    margin: 5px;
    transition: .2s;
    border-radius: 2px;
}

.client-testimonial-carousel button.owl-dot.active {
    background: #000 !important;
    width: 30px;
}

.client-testimonial-carousel .owl-dots {
    text-align: center;
    margin-top: 25px
}

.single-testimonial-item {
    position: relative;
    box-shadow: 0 0 2px #dadfd3;
    margin: 2px;
    padding: 20px;
    font-style: italic;
    padding-left: 85px;
}

.single-testimonial-item:before {
    font-family: "Font Awesome 5 Free";
    content: "\f10e";
    font-weight: 900;
    position: absolute;
    left: 20px;
    top: 50%;
    font-size: 20px;
    color: #6aaf08;
    line-height: 30px;
    margin-top: -15px;
}

.single-testimonial-item:after {
    background: #ddd;
    content: "";
    height: 70%;
    left: 60px;
    position: absolute;
    top: 10%;
    width: 1px;
}

.single-testimonial-item h3 {
    font-size: 20px;
    font-style: normal;
    margin-bottom: 0;
}

.single-testimonial-item h3 span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px;
}

.img-flag{
    border-radius: 50%;
    width: 70px;
    height:70px;
}

.testimonial-box{
    background-color: white;
    padding: 5%;
    margin: 10px 10px;
}


@media only screen and (max-width: 689px) {
    .about-img{
        margin: 20px 0 ;
    }
    .about-box-2{
        margin-bottom: 30px;
        
    }
    .navbar{
        background-color: black!important;
        padding: 15px 0;
    }
    .button-col-1{
        text-align: center!important;
        margin: 10px 0;
    }

    .button-col-2{
        text-align: center!important;
    }
    .service-box{
        border-radius: 5px;
        margin-bottom: 15px;
    }
    .room-box{
        margin-bottom: 25px;
    }
  }


  #rooms-head{
    background: url('/Photos/29.jpg')rgba(0, 0, 0, 0.6);
    .
    background-position: 10% 80%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    background-blend-mode: multiply;
    display: flex;
    align-items: bottom;
  }

  .navbar-2{
    background-color: rgb(255, 252, 252)!important;
    padding: 15px 0;
  }

  .navbar-2 li{
    margin: 0 15px!important;
  }


  #about-head{
    background: url('/Photos/22.jpg')rgba(0, 0, 0, 0.6);
    
    background-position: 10% 80%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
  }


  #contact-head{
    background: url('/Photos/23.jpg')rgba(0, 0, 0, 0.6);
    
    background-position: 10% 20%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
  }
  .footer{
   background:url('/img/foooter.jpg')rgba(0, 0, 0, 0.6)!important;
  }
  .text-dark{
    Color: #000000!important;
  }

   
  #bottone5 {
    align-items: center;
    background-color: #201615!important;
    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);
   }
  
   
  /*home two Section-title*/
.home-two .section-title {
    margin-bottom: 15px;
}
.home-two{
background-color: #ffffff;
}
.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 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 */
    }
}

.image-wrapper {
  position: relative;
}

.overlay-text-box {
  position: absolute;
  top: 10%;
  right: -25%;
  background-color: #ffffff;
  padding: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  z-index: 2;
  max-width: 350px;
}

.info-strip {
  position: absolute;
  bottom: -80px;
  left: 30%;
  transform: translateX(-50%);
  background-color: #f0e8dd;
  padding: 30px 20px;
  border-radius: 15px;
  width: 90%;
  z-index: 1;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Responsive fix për mobile */
@media (max-width: 768px) {
  .overlay-text-box {
    position: static;
    margin-top: 20px;
  }

  .info-strip {
    position: static;
    transform: none;
    margin-top: 20px;
    width: 100%;
  }
}
.room-card {
  position: relative;
  overflow: hidden;
  border: none;
}

.room-card .card-body {
 
  width: 100%;
  height: 100%;
  
}

  .thumb-img {
    cursor: pointer;
    transition: transform 0.2s;
  }

  .thumb-img:hover {
    transform: scale(1.05);
  }

   @media (max-width: 576px) {
    #mainImage {
      max-height: 300px;
      object-fit: cover;
    }
  }

 
.image-stack {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.main-img {
  width: 100%;
  height: auto;
}

.overlay-img {
  position: absolute;
  width: 70%;
  top: 90%;
  left: 90%;
  transform: translate(-50%, -50%);
  border: 5px solid #fff;
}


  #footer a:hover i {
    color: #AFA278;
    transition: 0.3s;
  }


/* MEDIA QUERY për ekran të ngushtë (mobile) */
@media (max-width: 768px) {
  .image-stack {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .overlay-img {
    position: static;
    transform: none;
    width: 100%;
    border: none;
    box-shadow: none;
  }

  .main-img {
    width: 100%;
  }

  .bottone5 {
    display: inline-block;
    margin-top: 1rem;
    width: 100%;
    text-align: center;
  }

  h2 {
    font-size: 1.5rem;
  }

  p {
    font-size: 0.95rem;
  }
}


.about-box1{
    padding: 5%;
    background-color: #95b8da;
}

.photo-hover-box .overlay-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px;
  text-align: center;
  transform: translateY(100%);
  transition: all 0.3s ease-in-out;
}

.photo-hover-box:hover .overlay-title {
  transform: translateY(0);
}



.carousel-1{
    background: url('/Photos/21.jpg')rgba(0, 0, 0, 0.6);
    height: 85vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    display: flex!important;
    align-items: end!important;

}

.carousel-2{
    background: url('/Photos/1.jpg')rgba(0, 0, 0, 0.6);
    height: 85vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    display: flex!important;
    align-items: end!important;
}

.carousel-caption{
    margin-bottom: 20vh;
}

.phone-box{
    background-color: #0e1927;
    position: relative!important;
    z-index: 100!important;
    color: white;
    padding: 30px;
    width: 25%;
    
}
.reception-box {
  bottom: -50px;
  left: -20px;
  background-color: rgba(96, 174, 198, 0.95);
  width: 250px;
  border-radius: 10px;
}
.badge-years {
  position: absolute;
  top: 30px;
  left: -10px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  padding-top: 15px;
}

.smaller-img {
  border: 4px solid white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

.testimonial-item{
  background-color: #e6e1d9;
}
.contact-box {
  min-height: 450px;
  background-size: cover;
  background-position: center;
}
.contact-box h5 {
  font-size: 1.5rem;
  font-weight: 600;
}
.contact-box img {
  filter: brightness(0) invert(1); /* për ikonat që janë të errëta */
}

@media (max-width: 992px) {
  .container {
    flex-direction: column;
    gap: 30px;
  }
  
  .gallery-right,
  .gallery-left {
    flex: 1 1 100%;
  }
  
  .thumbnail-row {
    justify-content: center;
  }
}

/* Kur ekrani është 576px ose më pak (smartphone) */
@media (max-width: 576px) {
  section {
    padding: 40px 15px;
  }
  
  #mainPhoto {
    border-radius: 6px;
  }
  
  .thumbnail {
    width: 50px;
    height: 50px;
  }
}