@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Arvo:ital,wght@0,400;0,700;1,400;1,700&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=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=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=Patua+One&family=Roboto+Slab:wght@100..900&family=Signika+Negative:wght@400;500;600&family=Song+Myung&family=Ultra&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Arvo:ital,wght@0,400;0,700;1,400;1,700&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=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=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=Pattaya&family=Patua+One&family=Roboto+Slab:wght@100..900&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=Katibeh&display=swap');
html, body{
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 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; */
}
.navbar-nav{
   
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    padding-left: 0px !important;
  }

  a{
      text-decoration: none;
  }
  nav.navbar {
    background-color: #01332E;
  
    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:#E4E3CF !important;
    transform: scale(1.05);
    border-bottom: 1px #E4E3CF 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 #E4E3CF;
    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%;
        }
       
      }
      .room4{
        font-size: 40px;}
      .footer_wrapper {
        background: linear-gradient(0deg,    #021211, #01332E), url('image/364083624.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 {

        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;
          }
      }
/* ------------------- */
/* BANNER AREA START */
.banner {
    position: relative;
  }
  

  .carousel-item img {
    filter: brightness(60%);
}

  .banner .carousel-control {
    opacity: 1;
  }
  .carousel-item  {
    height: 80vh !important;
  }
  .banner .item img {
    height: 80vh !important;
   
  }
  
  .banner .max-area{
    max-width: 600px;
  }
  
  .banner .text-r{
    text-align: right;
  }
  
  .banner .text-l{
    text-align: left;
  }
  
  .banner .max-area2{
    max-width: 700px;
    margin: 0 auto;
  }
  
  .banner .text-r .max-area2{
    margin:0 0 0 auto;
  }
  
  .banner .text-l .max-area2{
    margin:0 0 auto 0;
  }
  
  .banner .banner-test-info{
    text-align: left;
    max-width: 550px;
  }
  
  .banner .banner-slider-inner {
    top: 0%;
    display: inline-block;
    text-shadow: none;
    right: 0%;
    left: 0%;
    padding: 0;
    bottom: 0%;
    background-color: rgb(0 0 0 / 21%);
    display: flex !important;
  }
  
  .banner h1 {
    text-shadow: 2px 1px 1px #01332E;
    font-family: "Cinzel", serif;
    color: #ffffff;
    font-weight: 600;
    margin: 0 0 20px;
    font-size: 70px;
   
    letter-spacing: 3px;
  }
  @media (max-width: 991px) {
.banner h1{
    font-size:45px !important;
}
.marquee{
  display: none;
}
.location-box{
  display: none;
}
.overlay-anim 
{
  display: none;
}
.banner p{
    font-size:15px !important;
}
.imag{
    display: none;
}
.font1{
    font-size:35px !important;
}
.font05{
    font-size:28px !important;
}
.acc05{
    font-size: 30px !important;
}
.acc6{
    font-size: 17px !important;
}
.txt7{
    color: #000000 !important;
}
.img21{
    margin-top: 20px !important;
 display: none !important;
}
.img22{
    padding-top: 20px !important;
display: none !important;
}
.galeri{
    font-size: 33px !important;
}
.room4{
    font-size: 29px !important;
}
.room21 {
    font-size: 18px !important;
}
.class1{
    margin-top: 0px !important;

}
}


  
  .banner h2 {
    color: #fff;
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 50px;
  }
  
  .banner .btn-md {
    cursor: pointer;
    padding: 15px 30px 13px;
  }
  
  
  .banner .item {
    height: 100vh;
  }
  
  .banner p {
    margin-bottom: 30px;
    color: #fff;
    line-height: 1.6;
    font-size: 18px;
    font-weight: 400;
    opacity: 0.9;
    font-family: 'Mulish', sans-serif;
  }
  
  .banner .carousel-control-next {
    width: 65px;
    height: 65px;
    line-height: 65px;
    z-index: 100;
    background: #15151530;
    top: 45%;
    margin: 10px;
    color: #fff;
    opacity: 1;
    border-radius: 100px;
  }
  
  .banner .carousel-control-prev {
    width: 65px;
    height: 65px;
    line-height: 65px;
    z-index: 100;
    background: #15151530;
    top: 45%;
    margin: 10px;
    color: #fff;
    opacity: 1;
    border-radius: 100px;
  }
  
  .banner .carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
  }
  
  /* Banner 2 start*/
  #banner-2 .bti-section{
    margin-top: 100px;
  }
  
  #banner-2 .banner-test-info .btn-5 {
    color: #fff;
    border: 2px solid #fff;
  }


/* ---------- */
.facility-bg{
    background: url('image/170579197.jpg')  rgba(20, 19, 19, 0.658) ;
    background-attachment: fixed;
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
  
  }
  .facility-box1{
    padding: 40px;
    border: 1px solid #E2E1CD;;
    background: rgba(0, 0, 0, 0.658);
  }
  .fa-solid{
   color: #E2E1CD;
   font-size: 25px;
  }

  .facility-box1 h6{
    color: #E2E1CD;
  }


  .facility-box1:hover {
    background-color: #ffffff; /* Ngjyra që dëshironi kur bëhet hover */
}



.facility-box1 i, .facility-box1 h6 {
    transition: color 0.3s; /* Efekt tranzicional për ndryshimin e ngjyrave */
}

/* Çfarë ndodh kur përdoruesi bën hover mbi kutinë */
.facility-box1:hover {
    background-color: #b9b9b9; /* Ngjyra e sfondit kur bëhet hover */
}

/* Ngjyrat e ikonës dhe të tekstit kur bëhet hover */
.facility-box1:hover i, .facility-box1:hover h6 {
    color: rgb(0, 0, 0);
}

 /*testimonials*/

 .quote-background1
 {
     background: url('image/image00001.jpeg') no-repeat rgba(0, 0, 0, 0.877);
     background-size: cover;
     padding: 100px 0;
      background-position: center center;
     position: relative;
 }
 .testimonial-box{
   background: #d4fff5;
   margin-top: 10px;
   color: #000000;
   font-family: 'Cormorant Garamond', serif;
   font-size: 20px;
   padding: 30px;
   border: solid 2px #01332E;
 }
 section.quote-background{
   height: 400px;
   display: flex;
   justify-content: center;
   text-align: center;
 }
 .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('new photo/PHOTO-2024-04-26-14-04-45.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: 60vh;
    position: relative;
  

  }
  .bg01{
    text-align: center;
    font-family: "Cinzel", serif;
    font-weight: 500;
     font-size: 60px;
    
     padding-top: 150px;
     text-shadow: 2px 1px 1px #ffffff;
    letter-spacing: 2px;
     
      }
      @media(max-width:990px){
    
        .bg01{
           font-size: 35px !important;
        }
     
     
      }
       
      .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 #034D3C;
      }
      .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;
      }
      
      .room21{
        font-weight: 700;
        font-family: "Cinzel", serif; 
        font-size: 25px;
      }

      .gallery-bg1{
        background: url('image/171059404.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: 60vh;
        position: relative;
      
       
      }
      .img-fluid1 {
        height: auto;
          box-shadow: 8px 8px 4px #353535;
          max-width: 100%;
        }

        .contact-bg1{
            background: url('image/442881732.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: 60vh;
            position: relative;
          
           
          }
          #contact-head h1{
            letter-spacing: 3px;
            font-weight: bold;
        }
        #contact-head p{
            font-weight: bold;
                font-family: 'Poppins', sans-serif;
                letter-spacing: 2px;
            color: #e0e4e4;
            
        }
        
        #contacts{
            padding-top: 50px
            ;padding-bottom: 50px;
            margin-top: 50px;
            margin-bottom: 50px;
            background-color: #01332E;
             border: 4px solid #E4E3CF;
        }
        
            .contacts h3{
        color:#E4E3CF;   
        font-family: "Cinzel", serif;
        font-weight: bold;
        letter-spacing: 2px;
        
        }
        
        .contacts h6{
            color:white;   
            font-family: "Cinzel", serif;
        
        }
        
        
        
        @media only screen and (max-width: 600px) {
            .contacts .col-lg-4 .contact-info{
        text-align: center;        }
           }
        
           @media only screen and (min-width: 600px) {
             .contacts .col-lg-4 .contact-info{
        display: flex;       }
            }
        
            @media only screen and (max-width: 300px) {
             #contact-head h1 {
        font-size: 30px;        }
           }
           .about-bg1{
            background: url('image/194801640.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: 60vh;
            position: relative;
          
          }
          .Slogan .bg{
            background: url('image/171059404.jpg')rgba(0, 0, 0, 0.575);
           
            background-position: center 60%;
            background-repeat: no-repeat;
            background-size: cover;
            background-blend-mode: multiply;
            height: 350px;
        }
          
   
        #home-rooms{
            background-color: #000000f3;
            padding-bottom: 50px;
          }
          .room-box:hover{
              -webkit-box-shadow: 7px 7px 0px 0px #ffffff8a!important;
            -moz-box-shadow: 7px 7px  0px 0px #ffffff88 !important;
            box-shadow: 7px 7px  0px 0px #ffffff6b!important;
            transition: 0.3s ease;
            }
            
            .room-box:hover button{
            background: #E5AC57 !important;
            }
            @media screen and (min-width: 200px)and (max-width: 950px) {


                .room-pic{
                    margin-top: 30px !important;
                  }
                .home-rooms{
                  height: auto !important;
                }
                .roo1{
                    text-align: center !important;
                  }
                  .txt1{font-size: 38px !important;
            }
            .about03{
                font-size: 30px !important;
            }
            }