
@import url('https://fonts.googleapis.com/css2?family=Cinzel&display=swap');


html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
  background-color:   #dcecf416;
  /* font-family: 'Della Respira', serif;
  font-family: 'Raleway', sans-serif;
  font-family: 'Italiana', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: 'Marcellus', serif;
  font-family: 'Marcellus SC', serif;
  font-family: 'Work Sans', sans-serif;
  font-family: 'Lato', sans-serif;
  font-family: 'Lora', serif;
  font-family: 'Cormorant Garamond', serif;
  font-family: 'Literata', serif;
  font-family: 'Barlow', sans-serif;
  font-family: 'Dancing Script', cursive;
  font-family: 'Gilda Display', serif;
  font-family: 'Cinzel', serif; */
  color: rgb(0, 0, 0);

}
h6{
  font-family: 'Gilda Display', serif;
  line-height: 30px;
}
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);
  }
}

nav.navbar {
  background-color: #151618;

  backdrop-filter: blur(0px) !important;
  transition: background .5s !important;

  font-family: 'Literata', serif;
  text-transform: uppercase;
font-weight: 500;
  z-index: 1000;
  width: 100%;
  height: 100px;
  position: relative;


}

li.nav-item a.nav-link {
  color: rgb(255, 255, 255) !important;
  font-size: 15px !important;



}

.nav-item {
  margin-top: 25px;
  margin-bottom: 20px;
  text-align: center;

}

a.nav-link:hover {
  transform: scale(1.07);

}

.navbar li a.active {
  color:#CEC2AA!important;
  transform: scale(1.05);
  border-bottom: 1px #CEC2AA solid !important;
  background-color: transparent;

}


.dropdown-menu {
  background-color: rgb(255, 255, 255) !important;
  color: #000000;
  backdrop-filter: blur(0px) !important;
  transition: background .5s !important;
  border: 1px solid #CEC2AA;
  font-family: 'Cormorant Garamond', serif;

  font-weight: 400;
  z-index: 100;
  width: 100%;
  text-align: center;
  padding: 10px;
}

.dropdown-menu .dropdown-item {
  color: rgb(0, 0, 0);
  text-align: left;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #ffffff;
  border: 1px solid #252525;
  transform: scale(1.02);
  color: rgb(0, 0, 0);
}

#bottone5 {
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #000000 ;
 
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.85);
  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);
 }

 
  /* footer */
  .contact section p {
    color: white;
    text-align: center;
  }
  
  .contact section a {
    text-decoration: none;
    color: inherit;
    transition: .1s;
    border-bottom: 1px solid transparent;
  }
  
  .contact section a:hover {
    border-color: var(--bs-secondary);
  }
  
  
  @media only screen and (min-width: 992px) {
  
    header .navbar .link-btn {
      margin: 0;
      margin-left: auto;
    }
  
    .im-img {
      width: 28%;
    }
  }
  .footer_wrapper {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.774), rgba(0, 0, 0, 0.815)), url('image/544570100.jpg') center/cover no-repeat , #000000;
    padding: 5% 0 5% 0;
  }
  
  .footer_wrapper h5 {
    color: #ffffff;
    margin-bottom: 1.25rem;
    font-family: "Cinzel", serif;
  }
  
  .footer_wrapper ul li {
    margin-bottom: .5rem;
    list-style: none;
  }
  
  .footer_wrapper .contact-info li a {
    color: white;
  }
  
  .footer_wrapper .link-widget li a,
  .footer_wrapper p {
    color: white;
    font-size: 14px;
    padding-left: 1.5rem;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  
  .footer_wrapper .link-widget li a::before {
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0.3rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  
  }
  
  .footer_wrapper .link-widget li a:hover {
    margin-left: .625rem;
    color: hsl(0, 0%, 100%);
  }
  
  
  .footer_wrapper .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: var(--secondary-color);
  }
  
  .footer_wrapper .copyright-section {
    background-color: #000000;
    padding: 1.10rem 0 .3125rem;
    text-align: center;
  }
  
  .footer_wrapper .copyright-section a {
    color: white;
  }
  
  @media (max-width: 767px) {
    .footer_wrapper>div {
      padding: 0 1.875rem;
    }
  }
  
  .con{
    padding-left: 80px;
  }  
  @media only screen and (max-width: 901px) {
    .con{
        padding-left: 0px !important;
      } 
      .gold-head1 {
       
        font-size: 20px !important;
      }
  }
/* GENERAL BUTTON STYLING */

   /* 3 Banner */
   .banner_wrapper {
    height: 50.625rem;

   z-index: 1;
    position: relative;
}

.banner_wrapper .swiper {
    width: 100%;
    height: 100%;
}
.banner_wrapper h1{
    font-family: "Cinzel", serif;
    text-shadow: 3px 2px 2px #ffffff;
    
    font-style: normal;
    font-size: 100px; 
    color: #f5f5f5;
}

.banner_wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.banner_wrapper .swiper-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.5;
    z-index: 0;
}

.banner_wrapper .swiper-pagination-bullets .swiper-pagination-bullet {
    width: .9375rem;
    height: .9375rem;
    background-color: var(--secondary-color);
    border: .0625rem solid var(--bg-white);
    background-color: #ffffff;
}

.banner_wrapper .swiper .slide-caption {
    height: 100%;
    position: relative;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner_wrapper .swiper .slide-caption p {
    max-width: 37.5rem;
    margin: 0 auto;
    color: var(--text-white);
}
@media screen and (min-width: 200px)and (max-width: 950px) {

    .banner_wrapper h1{
      
        font-size: 50px; 
       
    }
    .banner_wrapper .swiper .slide-caption p {
font-size: 20px !important;
      
    }
   .about01{
    font-size: 19px !important;
   }   
     .banner_wrapper .swiper {
   
    height: 60% !important;
}
}
.swiper-button-next,
.swiper-button-prev {
  height: 3rem;
  width: 3rem;
  line-height: 3rem;
  background: transparent;
  color: white;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: transparent;
  color: white;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 1rem;
}

.checkin{

    font-family: "Cinzel", serif;

  padding: 20px;
   background: white;
   box-shadow: 10px 10px 32px 0px rgba(0,0,0,0.75);
  -webkit-box-shadow: 10px 10px 32px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 10px 32px 0px rgba(0,0,0,0.75);
z-index: 999;
  position: relative;
 /* top: 50px;  */
 

  }

  .about-section{
    background-color: #fdca724e ;
  
    padding-top: 100px;
    padding-bottom: 0px;
   }


   
   .rooms-section{
    background-color: #1C2025;
    padding-top: 100px;
    padding-bottom: 100px;
    font-family: "Cinzel", serif;
  }
  .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(0, 0, 0, 0.5);
    z-index: 1;
  }
  
  .initial-text {

    font-family: "Cinzel", serif;
    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 #435876;
  }
  
  .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;
  }

  
  video {
    width: 100%;
    height: 50vh;
    object-fit: cover;
  }
  
  .dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80vh;
    background-color: rgba(0, 0, 0, 0.449);
    /* Adjust the alpha (last value) for opacity */
    z-index: 2;
    /* Place it above the video */
  }
  

  .room-container:hover .overlay {
    opacity: 1;
    transform: translateY(-30%);
  }
  
  .room-text {
    color: rgb(0, 0, 0);
    text-align: center;
  }
  

  .suite{
    background-color: #1C2025;
    
    padding-top: 70px;
     background-size: 70%;
     background-position:right;
     background-repeat: no-repeat;
     background-blend-mode: multiply;
    border-right: 1px solid #fdca724e; 
    border-bottom: 1px solid #fdca724e; 
    
   
     padding-bottom:70px;
   }
   .suite img{
     width: 400px;
     height: 550px;
   }

   .facilities-section{
    background: url('image/img2.jpg') rgba(20, 19, 19, 0.768);
    background-attachment: fixed;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;

  
  }
  .facility-box{
    background: rgba(100, 99, 99, 0.756);
    padding: 30px;
    border: #b7893200 1px solid;
  }
  .facility-box:hover{
    background: #ffffff3c;
    color: white;
    border: #ca9356 1px solid;
    transition: 0.3s ease-in-out;
  
  
  }
  .facility-box h5{
    color: #ffffff;
    font-family: "Cinzel", serif;
  }
  

  
  .marquee {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 100px;
    overflow: hidden;
    font-size: 120px;
    font-weight: bold;
    margin-top: -60px;

  }
  .marquee .track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 140s linear infinite
  }
  .marquee .content {
    opacity: 0.05;
    line-height: 1.2
  }
  @keyframes marquee {
    from {
        transform: translateX(0)
    }
    to {
        transform: translateX(-30%)
    }
  }
  
  .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;
  }


  .rooms-bg1{
    background: url('image/superior-triple1-3.jpg') rgba(0, 0, 0, 0.548);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 50vh;
    position: relative;
  

  }
  .bg01{
    text-align: center;
    font-family: "Cinzel", serif;
    font-weight: 500;
     font-size: 45px;
    
     padding-top: 100px;
     text-shadow: 2px 1px 1px #ffffff;
    letter-spacing: 2px;
     
      }
      @media(max-width:990px){
    
        .bg01{
           font-size: 35px !important;
           padding-top: 150px !important;
        }
     


   
    
      }
     
      .about-bg1{
        background: url('image/img3.jpg') rgba(0, 0, 0, 0.568);
        background-attachment: fixed;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        height: 50vh;
        position: relative;
      
      }
      .gallery-bg1{
        background: url('image/img11.jpg') rgba(0, 0, 0, 0.568);
        background-attachment: fixed;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        height: 50vh;
        position: relative;
      
       
      }

      .contact-bg1{
        background: url('image/img2.jpg') rgba(0, 0, 0, 0.568);
        background-attachment: fixed;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        height: 50vh;
        position: relative;
      
       
      }
      .home1 {
        padding: 0;
      }
      .home1 .slide {
        min-height: 45vh;
        background-size: cover !important;
        background-position: center !important;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: -1;
        background-color: rgba(0, 0, 0, 0.2);
        border: 3px solid #ffffff;
      }
      .swiper-button-next,
      .swiper-button-prev {
        height: 3rem;
        width: 3rem;
        line-height: 3rem;
        background: transparent;
        color: white;
      }
      .swiper-button-next:hover,
      .swiper-button-prev:hover {
        background: transparent;
        color: rgb(0, 0, 0);
      }
      .swiper-button-next::after,
      .swiper-button-prev::after {
        font-size: 1rem;
      }
      
      .room21{
        font-weight: 700;
        font-family: "Cinzel", serif; 
        font-size: 25px;
        color: #000000;
      }
      @media(max-width:990px){
        .class1{
            margin-top: 0px !important;

        }
        .about-img-big {
            margin-left: 30px !important;
           }
      }
      #about-home{
        /* padding: 90px 0; */
        
        background-size: 30%;
        background-position: top right;
        background-repeat: no-repeat;
      }
      .slow-bounce {
        animation: slow-bounce-animation 4s infinite; /* Animacioni me kohÃ«zgjatje 4 sekonda dhe qÃ« pÃ«rsÃ«ritet pafundÃ«sisht */
    }
    
    @keyframes slow-bounce-animation {
        0%, 100% {
            transform: translateY(0); /* Nuk ka lÃ«vizje nÃ« fillim dhe nÃ« fund tÃ« ciklit tÃ« animacionit */
        }
        50% {
            transform: translateY(-15px); /* LÃ«viz 15 pikselÃ« lart nÃ« mes tÃ« animacionit */
        }
    }
    .about-img-sm{
        margin-bottom: -50px;
        margin-left: 30px;
        position: relative;
        z-index: 2;
        border-radius: 100%;
        border: 5px solid white;
      }
      
      .about-img-big{
        position: relative;
        z-index: 0;
        border-radius: 0%;
        border: 5px solid white;
      }
      
      @media only screen and (max-width: 687px) {
      
        .carousel-1,.carousel-2,.carousel-3{
            height: 600px;
        }
      
        .carousel-caption{
            bottom: 30%;
        }
      
      
        .about-img-sm,.about-img-big {
         margin: 0;
         width: 320px!important;
         padding: 15px 0;
        }
      }


/*TESTIMONIALS*/
.testimonial-content{
    background-color: white;
    padding:40px 20px;

border-radius: 30px  0 30px 0;
}


.testimonial-content h5{
    font-family: 'Jost', sans-serif;
color: #616161;
font-size: 18px;
line-height: 30px;
font-weight: bold;
}

.test-text{
    width: calc(100% - 10px);}
.quote-img{
    position: relative;

}

.quote-img div{
    content:'';
    font-size: 100px;
    line-height: 1;
    position: absolute;
    top: -5px;
    right: -10px;
}

.div .author{
    font-family: 'Prompt', sans-serif;
    font-weight: bold;
    font-size: 18px;

}

.div .place{
    font-family: 'Outfit', sans-serif;
    line-height: 1em;
    font-size: 13px;


}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background:grey;
    display: block;
    transition: opacity .2s ease;
    border-radius: 30px;

    
}



.owl-theme .owl-dots .owl-dot.active span{
    background: #e9d079;
}
/*testimonials*/

.quote-background1
{
    background: url('image/image00001.jpeg') rgba(0, 0, 0, 0.904);
    background-size: cover;
    padding: 100px 0;
     background-position: center center;
    position: relative;
}
.testimonial-box{
  background: #00000081;
  margin-top: 10px;
  color: #ffffff;
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  padding: 30px;
  border: solid 2px #D6C081;
}
section.quote-background{
  height: 400px;
  display: flex;
  justify-content: center;
  text-align: center;
}

.contact-bg{
    background-color: #1C2025;
  
    background-size: 80%;
    background-position:right;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    border-left: 1px solid #B78932; 
  
  
  
  }
  .contact-bg h1,h6 , h3, h5{
    color: #ffffff;
    font-family: Cinzel, serif;
  }
  .container-fluid{
    padding: 150px;
  }
  .room-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  @media(max-width:990px){
  .photo{
    display: none;
  }
  .container-fluid{
    padding: 20px !important;
  }
  .logo{
  width: 40px !important;
  padding-left: 5px !important;
  }
  .contact-bg h5{
 font-size: 15px !important;
  }
  .contact-bg h3{
    font-size: 20px !important;
     }

     .contact-bg h1{
        font-size: 23px !important;
         }
                 .about-img-sm{
                    margin-left: 30px !important;
                 }
                 .about-section{
                    padding-top: 100px !important;
                 }
  }


  
.navbar-collapse{
    background-color: #151618;
}