@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');

html, body {
  
  margin: 0px;
  padding: 0px;
  
overflow-x: hidden !important;
font-family: "Allison", cursive;
font-family: "Barlow", sans-serif;
  font-family: "Marcellus", serif;
  font-family: "Cormorant Garamond", serif;
   font-family: "Lora", serif;

  color: rgb(0, 0, 0);

}
h6{
  font-family: "Barlow", sans-serif !important;
  font-weight: 400;

  font-size: 16px;
  line-height: 27px;
}
a{
  text-decoration: none !important;
}
.navbar{
  z-index: 10;
  background: #253069;
  height: 90px !important;
}
.navbar-brand img{
 width:110px !important;
 height:50px !important;
}
.navbar{

  z-index: 1000 !important;

}
.navbar-toggler-icon {
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  vertical-align: middle;
  background-image: url('../image/navbar-toggler.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  align-content: flex-end;
  justify-content: space-between;
}
li.nav-item a.nav-link {
  color: rgb(255, 255, 255) !important;
 font-family: "Lora", serif !important;
font-weight: 800 !important;


}


a.nav-link:hover {

  text-decoration: none;
  border-bottom: 1px solid white;

  transition: border-bottom 0.3s ease-in-out;
}

.navbar li a.active {
  color: #ffffff!important;
  transform: scale(1.05);
  background-color: transparent;
  border-bottom: #ffffff 1px solid !important;

}
.button {
  cursor: pointer;
  padding: 10px 40px;
  font-size: 16px;
  color: black;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 0px;
  outline: none;
  box-shadow: 0 6px 7px rgba(0, 0, 0, 0.1),
    inset 0 2px 4px rgba(255, 255, 255, 0.5); /* Hinzufügen eines inneren Schattens für Tiefe */
  backdrop-filter: blur(12px) saturate(180%);
  -webkit-backdrop-filter: blur(12px) saturate(180%);
  position: relative;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.5);
  transition: box-shadow 0.4s ease, transform 0.4s ease;
  background-image: linear-gradient(
    to top,
    rgba(206, 255, 255, 0.75),
    rgba(216, 255, 244, 0.65)
  );
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 0%;
}

.button:hover {
  box-shadow: 0 7px 9px rgba(0, 0, 0, 0.15),
    inset 0 3px 5px rgba(255, 255, 255, 0.6);
}

@keyframes fillButtonAndPress {
  0% {
    background-size: 100% 0%;
    transform: translateY(0);
    border: 2px solid rgba(255, 255, 255, 0.6);
  }
  100% {
    background-size: 100% 100%;
    transform: translateY(2px);
    border: 1px solid rgba(205, 235, 218, 0.6);
  }
}

.button:active {
  animation: fillButtonAndPress 0.4s ease forwards;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2),
    inset 0 2px 4px rgba(255, 255, 255, 0.7);
}

.font {
  font-family: sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

.justify-content-end {
  justify-content: space-evenly!important;
}
.text-bg-dark {
  color: #fff!important;
  background-color: #253069 !important;
}
/* Styles for the content section */

.content {
  width: 77%;
  margin: 50px auto;
  font-family: 'Merriweather', serif;
  font-size: 17px;
  color: #6c767a;
  line-height: 1.9;
}

@media (min-width: 500px) {

  .content {
    width: 43%;
  }
  #button {
    margin: 30px;
  }
}
.content h1 {
  margin-bottom: -10px;
  color: #03a9f4;
  line-height: 1.5;
}
.content h3 {
  font-style: italic;
  color: #96a2a7;
}
a{
  text-decoration: none;
}


.navbar-nav {

  align-items: center;

  padding-top: 0px;
  padding-bottom:0px;
}
.navbar .navbar-nav .nav-link {
  color: #5c1b1b;
  font-size: 13px;
  font-weight: 400;
  padding: 0.5em 0.5em;
}
a.nav-link.active{
  color: #C29F7B !important
  ;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: none;
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
.navbar-collapse{
  
  padding-left: 0px !important;
  margin-left: 0px !important;
}
.carousel-item{
position:relative;
}
.carousel-caption {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color:white;
}
.carousel-caption h2{
  font-size: 80px;
}
.carousel-inner, .carousel-inner img{
height:80vh;
}
.carousel-inner img{
filter:brightness(0.6);}

.about-section{
  background: url('../photos/about-bg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
}
.about-section h1{
color: #a9774e;
}
footer{
  background: #253069;
  padding-top: 60px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  color: white !important;
}
a.footer-link{
  color: white !important;
  font-family: 'Jost', sans-serif;
  font-weight: 300;
}
.footer-link:hover{
  color:  #A9D1DB;
}
.payment{
  display: flex;
}

.socials{
  display: flex;
  color: white;
}
.footer-links{
  display: flex;
  font-family: 'Jost', sans-serif;
  font-size: 18px;
}

.socials a{
  text-decoration: none !important;
  color: white;
}
.socials a:hover h4 {
  color:  #A9D1DB;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
.copyright{
  display: flex;
justify-content: right;
text-align: right ;
align-items: end ;
}
.room-link{
  color: #000000;
}
.room-link:hover{
  color: #932B41;
}
@keyframes fadeinnav {
  from {opacity: 0;}
  to {opacity: 1;}
}
.-nav{
  animation-name: fadeinnav;
  animation-duration: 0.9s;
}
.nav-hidden{
  display: none;
}
.nav-hidden1{
  display: block;
}

.cover-bg{
  background: url('../image/img24.jpg') rgba(0, 0, 0, 0.503);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
 
  background-blend-mode: multiply;
  padding-top: 150px;
  padding-bottom: 150px;
  color: white;
  text-align: center;
}
.cover-bg h6{
  color: #000000 !important;
}
.cover-bg h3{
   color: #000000 !important;
}
.room-card {
    height: 400px;
    transition: all 0.5s ease;
}

.room-card img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.room-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.2) 60%, rgba(0,0,0,0) 100%);
    opacity: 0.9;
    transition: opacity 0.4s ease;
}

.room-category {
    font-size: 12px;
    letter-spacing: 2px;
}

@media (max-width: 768px) {
    .room-card {
        height: 300px;
    }
}



.facilities{
  background: url('../photos/leaf.png');
  background-color: #F4EFE9;
  background-repeat: no-repeat;
  background-size: 15%;

  padding-top: 100px;
  padding-bottom: 100px;
}

.facility-box{
  padding: 30px;
  text-align: center;
  justify-content: center;
background: white;
  -webkit-box-shadow: 10px 10px 31px -21px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 31px -21px rgba(0,0,0,0.75);
box-shadow: 10px 10px 31px -21px rgba(0,0,0,0.75);
}



/*rooms.html*/
.section-background{
  background: url('../image/img21.jpg'),  linear-gradient(rgba(0, 0, 0, 0.445), rgba(0, 0, 0, 0.756));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-blend-mode: multiply;
  text-align: center;
  padding-top: 150px;
  padding-bottom: 150px;
  color: white;
}

.room-card{
  padding: 30px;
}
.bg-roomss{
  padding-top: 100px;
   padding-bottom: 100px; 
   background: #F4EFE9; 
   text-align: center;
}
.rooms-section h6{
  color: #978667; 
  letter-spacing: 3px;
   font-size: 13px;
}
.rooms-section h1{
 color: #a9774e; 
 font-family: 'Cormorant Garamond', serif; 
}

/*aboutus.html*/
.section-background1{
  background: url('../image/deluxdoubleroom.jpg'),  linear-gradient(rgba(0, 0, 0, 0.445), rgba(0, 0, 0, 0.756));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-blend-mode: multiply;
  text-align: center;
  padding-top: 150px;
  padding-bottom: 150px;
  color: white;
}
.facilities1{
  background: url('../photos/leaf.png');
  background-color: #F4EFE9;
  background-repeat: no-repeat;
  background-size: 15%;

  padding-top: 100px;
  padding-bottom: 100px;
}
.facilities h1{
  color: #a9774e;
}
.facilities i{
 color: #a9774e;
}
.testimonials{
  padding-top: 100px;
  padding-bottom: 100px;
}

.testimonial-slide{
  padding: 0px 100px 0px 100px;
}

/*contact.html*/
.section-background2{
  background: url('../image/deluxedoubleroom21.jpg'),  linear-gradient(rgba(0, 0, 0, 0.445), rgba(0, 0, 0, 0.756));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-blend-mode: multiply;
  text-align: center;
  padding-top: 150px;
  padding-bottom: 150px;
  color: white;
}
@media(max-width:1000px){
  .facilities1{
    background: url('../photos/leaf.png');
    background-color: #F4EFE9;
    background-repeat: no-repeat;
    background-size: 30%;
  
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .testimonial-slide{
    padding: 0px 20px 0px 20px;
  }

.facilities{
  background: url('../photos/leaf.png');
  background-color: #F4EFE9;
  background-repeat: no-repeat;
  background-size: 40%;

  padding-top: 100px;
  padding-bottom: 100px;
}
  .img1{
    display: none;
  }
  .cover-bg1{
    background-attachment: scroll !important;
  }
  .slide p {
    padding: 0 20px;
    font-size: 12px !important;
  }
  .testimonial {
    position: relative;
    align-self: center;
    width:400px !important;
    width: 100%;
    padding: 50px 0px !important;
    overflow: hidden;
  
  }
  .room-card{
    padding: 20px;
    margin-left: 0px;
    margin-right: 0px;

  }
  .room-card1{
    margin-left: 0px;
    padding: 20px;
    margin-right: 0px;
  }
  .img-1{
    display: none;
  }
  .room-content{
    padding: 20px;
  }
  .room-box{
    margin: 10px;
  }
  .sudo1, .sudo{
    height: 300px;
  }
  .cover-bg{
    height: auto;
}
.overlay {
    position: relative;
    top: 0;
    left: 0;
    width: 150%;
    height: 800px;
    background-color: rgba(0, 0, 0, 0.7); /* Adjust the color and transparency */
    clip-path: circle(50% at 0 50%);
    z-index: 1; /* Ensure it's above the image */
  }

  .semi-circle {
    position: relative;
    top: 0;
    left: 0;
    width: 70%;
    height: auto;
    background-color: transparent;
    clip-path: circle(50% at 0 50%);
    z-index: 2; /* Above the overlay */
  }
  .vertical-text {
    position: relative;
    top: 30%;
    height: 500px; /* Set the height of the container */
    overflow: hidden;
  }

  .moving-text {
    position: absolute;
    top: 180%; /* Position it initially at the bottom of the container */
    left: 0;
    transform: translateY(-100%);
    writing-mode: vertical-rl; /* Set vertical writing mode */
    animation: moveVertical 10s linear infinite; /* Adjust duration and timing */
    color: white;
    font-size: 3.9vw;
    

}
  .swiper{
    height: 1050px;
  }
  .nav-link1{
    font-size: 24px !important;
    font-family: "Marcellus", serif !important;
    padding-left: 0px !important;
  }
  .nav-link1.active {
    color: #A9D1DB !important;
  }
  .nav-hidden1{
    display: none;
  }
  .nav-hidden{
    display: block;
  }
  form{
    padding: 30px !important;
  }
  .room-info{
    padding: 50px 20px 50px 20px;
  }
  .bar-box{
    padding: 65px;
    background: black;
    position: relative;
    margin-top: -420px;
  
    margin-left: 0px;
    color: white;
  }
  .title1{
    font-size: 48px;
  }
 
  .room-link{
    text-align: left !important;
  }
  .copyright{
    display: flex;
    justify-content: center;
    text-align: center ;
    align-items:center;
  }
  .footer-links {
    display: flex;
    font-family: Jost, sans-serif;
    font-size: 18px;
    padding: 0px 0px 0px 0px;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: baseline;
}
  .br-tag{
    display: block !important;
  }
  .footer-title{
  font-size: 24px !important;
  }
  .hr-line{
    display: none;
  }
  .navbar-brand img {
    width: 80px;
  margin-left: 0%;
}
  .navbar-nav {

    align-items: start ;
  
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .title{
    font-size: 32px !important;
  }
  .top-bar{
    display: none;
  }
 
  .logo1{
    display: none !important;
    
  }
  .logo{
    display: block !important;
  }
  li.nav-item a.nav-link {
    color: rgb(255 255 255) !important;
    font-family: 'Jost', sans-serif;
    font-weight: 500 !important;
    transition: border-bottom 0.3s ease-in-out;
}


 
}


/* Media Query për ekrane nën 768px (Tableta dhe Celularë) */
@media screen and (max-width: 768px) {
  
  .carousel-caption h2 {
    font-size: 40px; /* Zvogëlojmë titullin që të mos dalë jashtë ekranit */
    width: 100%;    /* Sigurohemi që të qëndrojë brenda kornizës */
  }

  .carousel-inner, .carousel-inner img {
    height: 70vh;   /* Zvogëlojmë lartësinë në celular që të mos zërë gjithë faqen */
    object-fit: cover; /* Siguron që imazhi të mos shtypet (stretch) */
  }

  .carousel-caption {
    width: 90%;    /* I japim pak hapësirë anash tekstit */
  }
}

/* Opsionale: Për celularë shumë të vegjël (nën 480px) */
@media screen and (max-width: 480px) {
  .carousel-caption h2 {
    font-size: 28px;
  }
  
  .carousel-inner, .carousel-inner img {
    height: 50vh;
  }
}