
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=IBM+Plex+Mono:ital@1&family=Lato:wght@700&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Lobster&family=Lobster+Two&family=Old+Standard+TT&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Signika+Negative:wght@400;500;600&family=Song+Myung&display=swap');


html, body{
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
}
.navbar-nav{
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    padding-left: 0px !important;
  }

  a{
      text-decoration: none;
  }
  
/*  HEADER */
header .navbar {
  background-color: rgb(255, 255, 255);
}
.nav-link {
  text-decoration: none;
  display: inline-block;
  padding: 10px;
  color:#283106;
  transition: color 0.3s ease-in-out;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;


}

.navbar-scrolled .nav-link {
  color:rgb(0, 0, 0);
  }

  @media only screen and (max-width: 1000px) {
      .nav-link {
          color:rgb(0, 0, 0);
      }
    
    
    }
    @media only screen and (max-width: 767px) {
        #testimonials{
            height: auto !important;
        }

        .carousel-caption h1{
            font-size: 50px !important;
        }
        .carousel-caption p{
            font-size: 13px !important;
        }
        #about-home h2{
            font-size: 40px !important;
        }
        #about-home h6{
            font-size: 15px !important;
        }
        .fac{
            font-size:35px !important;  }
        .fac2{
                font-size:32px !important;  }
          
        .fac3{
            font-size:33px !important;  }
         #testimonials h4{
            font-size: 18px !important;
                     }  
         #testimonials h5{
                        font-size: 16px !important;
                                 }   
        #testimonials h6{
              font-size: 15px !important;
                                             }     
        .bg01{
            font-size: 40px !important;
        }                                                        
    }
   
  

.nav-item .underline {
  height: 4px;
  background-color: transparent;
  width: 0;
  transition: width 0.6s, background-color 0.6s;
  border-radius: 70px;
  margin: 0 auto;

}

.nav-item.active-link a {

  color: #777E5C ;
}

.nav-item.active-link .underline {
  width: 100%;
  background-color:#777E5C  ;

}

.nav-item:hover .underline {
  background-color:#777E5C   ;
  width: 100%;

}

.nav-item:hover a {

  color: #777E5C ;
}


.nav-item:active a {
  transition: none;
}

.nav-item:active .underline {
  transition: none;
  background-color:#777E5C  ;

}

::selection {
  background-color: rgb(255, 255, 255);
  color: black;
}


.navbar-nav {
  margin-left: auto;
  gap: 20px;
  font-size: 18px;

}

.navbar {
  background-color: rgba(0,0,0,0.1);
  transition: background-color 0.3s ease-in-out;

}

.navbar-scrolled {
  background-color: #2a2c31;

}


@media only screen and (max-width: 1000px) {
  .navbar {
      background-color: #2a2c31;
      transition: background-color 0.3s ease-in-out;
  
  }

}

.navbar-toggler{
  border-color:rgb(132, 194, 241)  !important;
  background-color: rgb(132, 194, 241)  ; 
  color: transparent !important;

}


.navbar-toggler:hover,.navbar-toggler:active{
  border-color: rgb(132, 194, 241)  !important;
  background-color: rgb(132, 194, 241) ; 
  color: transparent !important;
}

@media screen and (width: 1024px) {
  .navbar-nav {
      font-size: 16px;
  }
 
}
/* GENERAL BUTTON STYLING */
#button,
#button::after {
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
  -o-transition: all 0.5s;
	transition: all 0.5s;
}
#button,
#button::after {
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
  -o-transition: all 0.5s;
	transition: all 0.5s;
}

#button {
  background: #eef1e1 !important;
  border: 0;
  border-radius: 5px;
  color:#283106 !important;
  font-size: 15px;
  font-weight: bold;
  margin: 0 auto;
  padding: 13px 30px;
  position: relative;
  text-transform: uppercase;
  border-radius:0;
  transition: 0.5s;
  font-family: 'Poppins', sans-serif;
  border: 2px solid #283106 ;

}

#button:hover {
  color: #777E5C !important;
  transform: scale(1);
  border: 2px solid #283106;

}
.btn-3 {
    overflow: hidden;
  }

  .btn-3::before {
    height: 100%;
    left:0;
    top: 0;
transition: 0.5s;
    width: 0;

  }
  
  .btn-3::after {
    height: 100%;
    right:0;
    top: 0;

    width: 0; }

  .btn-3:hover:after,  .btn-3:hover:before {
    height: 100%;
    width: 55%;
    color: #777E5C;
  }

@media screen and (min-width: 200px)and (max-width: 950px) {
    .navbar-nav {
display: inline-block;      
    
    }
    .tittle1{
        padding-left: 0px !important;
    }

    
  }

  /* footer */
  .nav-link1 {
    text-decoration: none;
    display: inline-block;
    padding: 10px;
    color:rgb(255, 255, 255);
    transition: color 0.3s ease-in-out;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
  
  
  }
       /* CAROUSEL */
.carousel-caption {
    top: 30%;
}

.c-item {
    height: 750px;
}

.c-img {
    height: 100%;
    object-fit: cover;
    filter: brightness(0.9);
}


.carousel-caption h1 {
    font-family: "Libre Baskerville", serif;
    font-style: italic;
    color: #C7C2AB;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 80px;
 
   
}

.c-img {
    filter: brightness(40%); /* Ndryshoni vlerën e ndriçimit sipas preferencave tuaja */
}
.carousel-caption p {
    font-family: "Libre Baskerville", serif;
color: #C7C2AB;
}



 
  /* ///about-home////// */
 

#about-home{
    padding: 30px ;
}
#about-home h2{
    font-family: "Libre Baskerville", serif;
    font-style: italic;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 50px;
    color: #283106;
}
#about-home p{
    font-family: "Libre Baskerville", serif;
   font-size: 15px;
   margin-top: 50px;
}



.about-img:hover{
    transform: scale(0.95);
}


.about-left:hover h5{
    color: white!important;
}

.about-right:hover {
   
    color: white;
}

.about-right:hover h5{
    color: white!important;
}

/* facalities */
.fac{
    font-family: "Libre Baskerville", serif;
    font-size: 40px;
    color: #283106;
    text-align: center;
    margin-top: -0%;
}
/* room section */
.fac2{
    font-family: "Libre Baskerville", serif;
    font-size: 40px;
    color: #283106
    ;
    text-align: center;
    margin-top: -0%;
}
.rooms-section{
    background-color: #C7C2AB;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .room-container {
    position: relative;
  
    overflow: hidden;
  }
  
  .room-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(44, 43, 43, 0.5);
    z-index: 1;
  }
  
  .initial-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    z-index: 2;
    font-size: 25px;
    text-shadow: 3px 3px 4px #EEC78C;
  }
  
  .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    z-index: 3;
  }
  
  
  
  .room-container:hover .overlay {
    opacity: 1;
    transform: translateY(-30%);
  }
  
  .room-text {
    color: rgb(0, 0, 0);
    text-align: center;
  }
  #bottone5 {
    align-items: center;
    background-color: #ffffff;
    border: 1px solid #777E5C ;
   
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: #777E5C;
    cursor: pointer;
    display: inline-flex;
    font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 600;
    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: rgba(0, 0, 0, 0.15);
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
    color: rgba(0, 0, 0, 0.65);
   }
   
   #bottone5:hover {
    transform: translateY(-1px);
   }
   
   #bottone5:active {
    background-color: #F0F0F1;
    border-color: rgba(0, 0, 0, 0.15);
    box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
    color: rgba(0, 0, 0, 0.65);
    transform: translateY(0);
   }
/* ------------- */




/*GALLERY*/
img.zooms {
    width: 100%;
    height: 30vh;
    display: block;
    margin: 0 auto;
    object-fit: cover;
    transition: all .3s ease-in-out;
    border-radius: 10px;
}

img.zooms:hover{
   background-color: rgba(0, 0, 0, 0.1);
   transform: scale(1.1);
}
.thumb{
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

#testimonials{

    background: url('image/frank-mckenna-OD9EOzfSOh0-unsplash.jpg') rgba(0, 0, 0, 0.5);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
    padding: 50px 0;
    height: 540px;
    background-color: rgb(83, 83, 83);
  }

  #testimonials.carousel-control-next,#testimonials.carousel-control-prev /*, .carousel-indicators */
   {
    filter: invert(100%);
}

.fac3{
    font-family: "Libre Baskerville", serif;
    font-size: 45px;
    color: #F0F0F1;
    text-align: center;
    margin-top: -0%;
}

/* ---------- */
.room-bg1{
    background: url('image/377021791.jpg') rgba(54, 50, 50, 0.822);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 50vh;
    position: relative;

    margin-top: 20px;
 }

 .gallery-bg1{
    background: url('image/pexels-pixabay-258109.jpg') rgba(54, 50, 50, 0.589);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 50vh;
    position: relative;
    background-color: #696767;
    margin-top: 20px;
 }
 .about-bg1{
    background: url('image/377021703.jpg') rgb(74, 74, 75);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 50vh;
    position: relative;

    margin-top: 20px;
 }
 .about1 img:hover,
 .about1 div.col:hover {
 
  
   transform: scale(1.02);
 
 }

 .contact-bg1{
    background: url('image/377960006.jpg') rgba(99, 99, 100, 0.692);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 50vh;
    position: relative;

    margin-top: 20px;
 }

.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;
  }


  .bg01{
    text-align: center;
    font-family: Libre Baskerville, serif;
    font-style: italic; 
    font-size: 60px;
    color: #C7C2AB;
    padding-top: 220px; 
                   
  }
