


@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&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&family=Forum&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
@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&family=Cormorant:ital,wght@0,300..700;1,300..700&family=Dancing+Script:wght@400..700&family=Fleur+De+Leah&family=Jost:ital,wght@0,100..900;1,100..900&family=Marcellus&family=Montserrat+Underline:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden !important;
    background-color:   #dcecf416;
  
    color: rgb(0, 0, 0);
  
  }
  h6{
    font-family: 'jost', sans-serif;
    line-height: 30px;
    font-size: 18px;

  }
  a{
    text-decoration: none;
    color: #ffffff;
  }
  ::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);
    }
  }
  .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: #151B33;
    
      backdrop-filter: blur(0px) !important;
      transition: background .5s !important;
      font-family: 'jost', serif;
      text-transform: uppercase;

      z-index: 1000;
      width: 100%;
letter-spacing: 1px;
      position: relative;
    
    
    }
    
    li.nav-item a.nav-link {
      color: #ffffff !important;
      font-size: 15px !important;
    
    
    
    }
    
    .nav-item {
      margin-top: 20px;
      margin-bottom:15px;
      text-align: center;
    
    }
    
    a.nav-link:hover {
      transform: scale(1.07);
    
    }
    
    .navbar li a.active {
      color:#ffffff !important;
      transform: scale(1.05);
      border-bottom: 1px #ffffff solid !important;
      background-color: transparent;
    
    }
    
    
    .dropdown-menu {
      background-color: #ffffff !important;
      color: #000000;
      backdrop-filter: blur(0px) !important;
      transition: background .5s !important;
      border: 1px solid #000000;
      font-family: "Forum", 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;
   margin-top: 10px;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: rgb(0, 0, 0);
    cursor: pointer;
    display: inline-flex;
    font-family: "Forum", serif;
    font-size: 18px;
    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: #000000;
    box-shadow: #ffffff 0 1px 2px;
    color: #000000;
    background-color: #ffffff;
   }
   
   #bottone5:hover {
    transform: translateY(-1px);
   }
   
   #bottone5:active {
    background-color: #F0F0F1;
    border-color: #ffffff;
   
    color: #ffffff;
    transform: translateY(0);
   }
  

.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;
  }


  .img-fluid1 {
    height: auto;
      box-shadow: 8px 8px 4px #1C2025;
      max-width: 100%;
    }


/* --------------------- */

#home-1 .single-slide-item {
    background-image: url("image/621673569.jpg") ;
    background-size: cover;
    background-position: center;
    background-color: #0f0f0f;
    color: #000000;
    width: 100%;
    height: 500px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
   
  }
  #home-1 .single-slide-item1 {
    background-image: url(image/621673814.jpg);
    background-size: cover;
    background-position: center;
    background-color: #000000;
    color: #fff;
    width:100%;
    height: 500px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
 
  }
   #home-1 .single-slide-item,
   #home-1 .single-slide-item1 {
       background-size: cover;
       background-position: center;
       background-color: #0f0f0f;
       color: #000000;
       width: 100%;
       height: 700px;
       position: relative;
       z-index: 1;
       display: flex;
       align-items: center;
       justify-content: center;
       overflow: hidden; /* Ensures the overlay doesn't overflow the slide */
   }
   
   #home-1 .single-slide-item::before,
   #home-1 .single-slide-item1::before {
       content: "";
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
       background-color: rgba(0, 0, 0, 0.5); /* Adjust this value for darkness */
       z-index: 1;
   }
   
   #home-1 .hero-area-content {
       position: relative;
       z-index: 2; /* Ensures content is above the overlay */
       padding-left: 80px;
   }
   
   @media (max-width: 767px) {
       #home-1 .single-slide-item,
       #home-1 .single-slide-item1 {
           height: 550px;
       }
       #home-1 .hero-area-content {
           padding-left: 0;
       }
   }
   
   .homepage-slides .owl-nav button.owl-prev,
   .homepage-slides .owl-nav button.owl-next {
       width: 50px;
       height: 50px;
       border: 2px solid;
       font-size: 20px;
       font-weight: 100;
       line-height: 16px;
       position: absolute;
       left: 15px;
       top: 50%;
       margin-top: -25px;
       color: #fff;
       border-radius: 50%;
       -webkit-transition: all 0.3s ease-out 0s;
       transition: all 0.3s ease-out 0s;
   }
   
   @media (max-width: 767px) {
       .homepage-slides .owl-nav button.owl-prev,
       .homepage-slides .owl-nav button.owl-next {
           display: none;
       }
   }
   
   .homepage-slides .owl-nav button.owl-next {
       left: auto;
       right: 15px;
   }
   
   .homepage-slides .owl-nav button.owl-prev:hover,
   .homepage-slides .owl-nav button.owl-next:hover {
       background: #0E1317;
       color: #fff;
       border-color: #0E1317;
       opacity: 1;
   }
   
   @media only screen and (min-width: 992px) and (max-width: 1200px) {
       .booking-form-wrapper .container {
           max-width: 1100px;
       }
   }
   
   @media only screen and (min-width: 768px) and (max-width: 991px) {
       .booking-form-wrapper .container {
           max-width: 800px;
       }
   }
   

.homepage-slides h1{
    font-family: "Marcellus", serif;
    font-size: 60px;
    font-weight: 300 !important;
}
   



    /* 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, #0E1317, #0E1317), url('image/621722973.jpg') center / cover no-repeat , #0E1317;
    padding: 5% 0 5% 0;
  }
  
  .footer_wrapper h5 {
    color: #ffffff;
    margin-bottom: 1.25rem;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
  }
  
  .footer_wrapper ul li {
    margin-bottom: .5rem;
    list-style: none;
  }
  
  .footer_wrapper .contact-info li a {
    color: rgb(255, 255, 255);
  }
  
  .footer_wrapper .link-widget li a,
  .footer_wrapper p {
    color: rgb(255, 255, 255);
    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;
    }
  }

  .footer_wrapper .social-network a {
    width: 2.1875rem;
    height: 2.1875rem;
    margin: .5rem;
    line-height: 2rem;
    font-size: .975rem;
    display: inline-block;
    border: .125rem solid #B5965B;
    color: var(--text-gray);
    text-align: center;
    border-radius: 100%;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .footer_wrapper .social-network a:hover {
    background-color: rgba(0, 0, 0, 0.233);
    border-color: var(--secondary-color);
    color: var(--text-white);
    box-shadow: 0 .625rem .9375rem 0 rgb(0 0 0 / 10%);
    transform: translateY(-0.1875rem);
    border: .125rem solid #B5965B;
  }
  
/* ---------------------------------------------- */
hr {
    margin: 1rem 0;
    color: white;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: 0.25;
}

.t1{
    font-family: "Forum", serif;
    font-size: 18px ;
    letter-spacing: 0.2px;
}





/* CSS */
.button-59 {
    align-items: center;
    background-color: #fff;
    border: 1px solid #B5965B;
    box-sizing: border-box;
    color: #000000;
    cursor: pointer;
    display: inline-flex;
    fill: #B5965B;
    font-size: 16px;
    font-family: 'Jost', sans-serif;
  
    height: 48px;
    justify-content: center;
    letter-spacing: 0.15em;
    line-height: 24px;
    min-width: 140px;
    outline: 0;
    padding: 0 17px;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
  }
  
  .button-59:focus {
    color: #B5965B;
  }
  
  .button-59:hover {
    border-color: 
    #B5965B;
    color: 
    #B5965B;
    fill: 
    #B5965B;
  }
  
  .button-59:active {
    border-color: 
    #B5965B;
    color: 
    #B5965B;
    fill: 
    #B5965B;
  }
  .button-div:hover{
    border-bottom:1px solid #B5965B !important;
    
    transition: all .3s;
  }
  
  .button-59:after {
    background-color: #B5965B;
    
  }
  
  .button-60 {
    align-items: center;
    background-color: #B5965B;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    fill: #ffffff;
    font-size: 16px;
    font-family: 'Jost', sans-serif;
  
    height: 48px;
    justify-content: center;
    letter-spacing: 0.15em;
    line-height: 24px;
    min-width: 140px;
    outline: 0;
    padding: 0 17px;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
  }
  
  .button-60:focus {
    color: #ffffff;
  }
  
  .button-60:hover {
    border-color: 
    #B5965B;
    color: 
    #B5965B;
    fill: 
    #B5965B;
  }
  
  .button-60:active {
    border-color: 
    #B5965B;
    color: 
    #B5965B;
    fill: 
    #B5965B;
  }
  .button-div1:hover{
    border-bottom:1px solid #B5965B !important;
    width: auto;
    transition: all .3s;
  }
  
  .button-60:after {
    background-color: #ffffff;
    
  }
  @media (min-width: 768px) {
    .button-60 {
      min-width: 170px;
    }
  }
  


  .swiper{
    height: 750px;
  
  z-index: 1 !important;
  
  }
  
  .slide-caption{
    padding-top:14%;
     text-align: center !important;
     justify-content: center !important;
     align-items: center !important;
   }
   .slide-caption h6{
    margin-bottom: 0px !important;
    font-family: "Cinzel", serif;
    text-transform: capitalize !important;
    font-weight: 400 !important;
    color: white !important;
   }
   .slide-caption h1{
  
     text-transform: capitalize !important;
     letter-spacing: 4px;
     font-size: 80px !important;
     margin-top: 0px !important;
     padding-top: 0PX !important;
   font-weight: 700 !important;
     color: #ffffff ;
      font-family: "Cinzel", serif;

     
   }
   .slide-caption h4{

 
     font-family: "Cinzel", serif;
    
    
  }
   .banner_wrapper .swiper-pagination-bullets .swiper-pagination-bullet {
     width: .9375rem;
     height: .9375rem;
     background-color: #0E1317;
     border: .0625rem solid #ffffff;
     margin-bottom: 50px;
   }
   .sticky{
    position: fixed;
    top: 0;
    z-index: 10!important;
    background: #0E1317!important;
  
    box-shadow: none!important;
    width: 100%;
  }
  
  .container{
    width:100% !important;
  }
  .parallax_wrapper{
    position:relative;
 
}
@media (max-width: 991px){
    .parallax_wrapper
    {
        padding-left:25%
    }
}
.parallax_wrapper .img_over{
    left:-25%;
    bottom:22%;
    position:absolute;
    z-index:99
}
@media (
    max-width: 991px) {
.parallax_wrapper .img_over{
    left:0
}
}
.parallax_wrapper .img_over img{
    border:4px solid #fff;
    width:50%;
    height:auto;
    -webkit-box-shadow:10px 10px 26px 0px rgba(0,0,0,0.21);
    -moz-box-shadow:10px 10px 26px 0px rgba(0,0,0,0.21);
    box-shadow:10px 10px 26px 0px rgba(0,0,0,0.21)}
@media (max-width: 991px){
    .parallax_wrapper.inverted{
        padding-left:inherit;padding-right:25%
    }}
    .parallax_wrapper.inverted .img_over{
        text-align:right;
        left:inherit;
        right:-25%}
@media (max-width: 991px){
    .parallax_wrapper.inverted .img_over{
        left:inherit;
        right:0
    }

    .slide-caption h1{
        font-size: 40px !important;
        letter-spacing: 2px !important;
    }
    .slide-caption h4{
        padding-top: 170px !important;
       
    }
    
}
    .leadi {
  
        font-family:"Forum", serif;
        font-size: 19px;
        font-style: normal;
        font-variant-caps: normal;
        font-variant-east-asian: normal;
        font-variant-ligatures: normal;
        font-variant-numeric: normal;
        font-weight: 500;
        color: #413f3f;
        
    }


            
/*---=================================
   <!--Restu About Area Css-->
==================================---*/
.about-area {
    padding: 70px 0 100px;
}

.section-title {
    margin-bottom: 56px;
}

.section-title h4 {
    font-family: "forum", serif;
    font-size: 25px;
    color: #424242
}

.hhh{
    font-family: "Satisfy", cursive;
    font-size: 35px;
    color: #424242;
    text-align: center;
    padding-bottom: 20px;
}
.section-title h2 {
    font-size:40px;
    font-family: "Forum", serif;
}
.font1{
    font-family: "Forum", serif;
}
.section-title h1 span{
    color: var(--primary-color);
}

.section-title h1.style {
    margin-left: 155px;
    position: relative;
}

.section-title h1.style:before {
    position: absolute;
    content: "";
    width: 142px;
    height: 1px;
    left: -154px;
    top: 29px;
    background: var(--primary-color);
}

.section-title p.style {
    width: 80%;
    margin-left: 10px;
    margin-top: 24px;
    color: #464646;
    font-family: "jost" sans-serif !important;

   
}
.about-right-desc p.style{
    text-align: center;

    letter-spacing: 2px;
    color: #141414;
    letter-spacing: 1px;
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.single-about-thumb img {
    width: 100%;
}

.about-right {
    margin-left: 65px;
    margin-top: 21px;
}

.ppp{
    font-family: "Satisfy", cursive;
}


.img0{

    box-shadow: -86px -84px 0px -68px #0E1317;
     }
     .img1{

        box-shadow: 65px 65px 0px -48px #0E1317;
        /* margin-top: 50px; */
         }

               /*---=================================
   <!-- Restu Fecilities Area Css -->
==================================---*/

.fecilities-area {
    background: url("../image/553621292.jpg")rgba(0, 0, 0, 0.514);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-blend-mode: multiply;
    padding: 85px 0 445px;
}

.single-fecilities-box {
    border: 1px solid rgba(255,255,255,0.15);
    text-align: center;
    padding: 37px 0 32px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}

.single-fecilities-box:before{
    position: absolute;
    content: "";
    width:0;
    height: 100%;
    left: 50%;
    top: 0;
    background:var(--primary-color);
    transition: 0.5s;
}

.single-fecilities-box:hover:before{
    width: 100%;
    left: 0;
}

.fecilities-icon img{
    transition: 0.5s;
}

.single-fecilities-box:hover .fecilities-icon img{
    filter: brightness(0) invert(1);
}

.fecilities-content h4 {
    font-size: 22px;
    color: #ffff;
    margin: 65px 0 0;
    position: relative;
    font-weight: 500;
    
    font-family: "Forum", serif;
}

.fecilities-content h4:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 26px;
    left: 0;
    right: 0;
    top: -41px;
    margin: auto;
    background: rgba(255,255,255,0.5);
}


/*---=================================
   <!--Restu Service Area Css-->
==================================---*/

.service-area {
    padding: 100px 0 50px;
}



.service-area .row.add-margin {
    margin-top: -426px;
}

.single-service-box {

   
    
    text-align: center;

    padding: 300px 37px 46px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.single-service-box:hover{
    margin-top: -13px;
}

.single-service-box:before {
    position: absolute;
    content: "";
    width: 86%;
    height: 87%;
    top: -14px;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid #686868;
    margin: auto;
    opacity: 0.2;
    z-index: -1;
}


.service-content h4 {
    font-size: 30px;
    font-family: "Forum", serif;
    color: #000000;
  text-align: left;
}

.service-content p {
    margin: 0 0 37px;
}

.service-button a {
    background: #fff;
    width: 65%;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 29px;
    color: #151515;
    font-family: var(--fonts-body);
    font-weight: 500;
    transition: 0.5s;
}

.service-button a:hover{
    color: var(--primary-color);
}

.service-button i {
    display: inline-block;
    width: 39px;
    height: 39px;
    border-radius: 20px;
    background-color: #ffffff;
    text-align: center;
    line-height: 39px;
    font-size: 26px;
    color: var(--primary-color);
    transform: rotate(-45deg);
    transition: 0.5s;
}

.service-button a:hover i{
    background: var(--primary-color);
    color:#fff;
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    color: #000;
}


/* .hhh{
    font-family: "Cinzel", serif;
    font-weight: 400;
    text-align: center;
    font-size: 45px;
    padding-bottom: 20px;
} */


/*** 

====================================================================
  service-section three
====================================================================

***/
.service-section-three {
    position: relative;
    padding: 100px 0 0px;
    background-color: #F8F5F0;
  }
  @media (max-width: 575.98px) {
    .service-section-three {
      padding: 80px 0 50px;
    }
  }
  .service-section-three:before {
    content: "";
    position: absolute;
    bottom: 0;
  left: 0;
    width: 665px;
    height: 466px;
    background-image: url(../image/home.png);
  }
  @media (max-width: 575.98px) {
    .service-section-three .sec-title {
      margin-bottom: 30px;
    }
  }
  .service-section-three .sec-title .sub-title:before {
    display: none;
  }
  @media (max-width: 575.98px) {
    .service-section-three .sec-title .sub-title {
      margin-bottom: 0;
    }
  }
  @media (max-width: 575.98px) {
    .service-section-three .sec-title h2 {
      font-size: 29px;
    }
  }
  .service-section-three .sec-title .text {
    margin-left: -5px;
  }
  .service-section-three .carousel-outer {
    margin-right: -375px;
  }
  @media (max-width: 1399.98px) {
    .service-section-three .carousel-outer {
      margin-right: 0;
    }
  }
  
  .service-block-three {
    margin-bottom: 32px;
  }
  .service-block-three .inner-box {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .service-block-three .inner-box:hover {
    background-color: var(--theme-color-dark);
  }
  .service-block-three .inner-box:hover .image img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .service-block-three .inner-box:hover .content-box .title {
    color: var(--theme-color-light);
  }
  .service-block-three .inner-box .image {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .service-block-three .inner-box .image img {
    width: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .service-block-three .inner-box .content-box {
    padding: 100px 0 15px;
    position: absolute;
    bottom: 0;
    left: 30px;
  }


  /* Inicioni numërimin për seksionin */
.service-section-three {
    counter-reset: my-sec-counter; /* Krijon një counter për seksionin */
  }
  
  /* Numri për secilën shërbim */
  .service-block-three .inner-box .content-box:before {
    counter-increment: my-sec-counter; /* Rrit numrin për secilin shërbim */
    content: counter(my-sec-counter, decimal-leading-zero) " "; /* Shfaq numrin */
    position: absolute;
    line-height: 1;
    left: 0;
    top: 0;
    font-family: 'jost', sans-serif;
    font-size: 80px;
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
  }
  .service-block-three .inner-box .content-box .title {
    color: var(--theme-color-light);
    margin-bottom: 18px;
  }
  

  .testimonials{
    background: url('../image/553621340.jpg') rgba(0, 0, 0, 0.637);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
  
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center; 
  }
  .testimonial-box{
    background: #0E1317;
    border-radius: 10px;
    padding: 30px;
    text-align: left !important;
  }


/* Sigurohuni që butonat e Owl Carousel të jenë të bardhë */
.owl-theme .owl-dots .owl-dot {
    background-color: #ffffff !important; /* Bëni pikat të bardha */
    border: 2px solid #ffffff !important; /* Përdorim kufirin për t'i bërë pikat të dukshme */
    width: 15px; /* Ndryshoni madhësinë e pikat nëse është e nevojshme */
    height: 15px; /* Ndryshoni madhësinë e pikat nëse është e nevojshme */
    margin: 0 5px; /* Hapësira mes pikat */
    opacity: 1; /* Sigurohuni që pikat të jenë të dukshme */
  }
  
  /* Pikat aktive të jenë të bardha, por me një ngjyrë më të theksuar */
  .owl-theme .owl-dots .owl-dot.active {
    background-color: #ffffff !important; /* Ngjyra e bardhë për pikat aktive */
    opacity: 1; /* Sigurohuni që pika aktive të jetë plotësisht e dukshme */
  }
  
  /* Mund të ndryshoni gjithashtu ngjyrën e butonave të navigimit të majtë dhe të djathtë */
  .owl-theme .owl-nav .owl-prev, 
  .owl-theme .owl-nav .owl-next {
    color: #ffffff !important; /* Ngjyra e bardhë për butonat e navigimit */
    font-size: 30px; /* Rregulloni madhësinë e ikonave të navigimit */
  }




  

  @media screen and (max-width: 991px) {
    .swiper{
        height: 600px;
       }
       .img0{
        display: none !important;
       }
       .about-right{
        margin-left: 0px ;
        margin-top: 70px;
       }
.ppp{
    font-size: 25px;
}
.single-fecilities-box{
    margin-bottom: 15px;
}
.single-service-box{
    margin-bottom: 20px;
}
.service-area {
    padding: 0px;
}
.p{
    padding-top: 30px !important;
}
.ll{
    margin-bottom: 20px;
}
.cls{
    margin-left: 0px !important;
}
  }


  
  .about-bg1{
    background: url('image/553621112.jpg') rgba(0, 0, 0, 0.658);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 50vh;
    position: relative;
  
  }
  .gallery-bg1{
    background: url('image/553659850.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/553651473.jpg') rgba(0, 0, 0, 0.589);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 50vh;
    position: relative;
  
   
  }

  .rooms-bg1{
    background: url('image/553645697.jpg') rgba(0, 0, 0, 0.692);
    background-attachment: fixed;
    background-position: center ;
    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: 400;
     font-size: 45px;
    
     padding-top: 100px;
  
    letter-spacing: 2px;
     
      }
      @media(max-width:990px){
    
        .bg01{
           font-size: 35px !important;
           padding-top: 80px !important;
        }
       
    

   }




   
   /**About Two**/
   .about-two {
    padding: 70px 0px;
    position: relative;
  
    z-index: 1;
  }
  @media (max-width: 991px) {
    .about-two {
      padding: 100px 0px;
    }
    .about-two__thumb__small img{
        margin-left: 90px !important;
    }
    .about-two__content{
        margin-top: 40px !important;
    }
    .p{
        margin-left: 0px !important;
        width:200px !important ;
    }

    .c{
        margin-left: 23px !important;
    }
    .cc{
        padding-top: 50px !important;
        padding-bottom: 0px !important;
    }
  }
  @media (max-width: 767px) {
    .about-two {
      padding: 80px 0px;
    }
  }
  .about-two__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    mix-blend-mode: overlay;
    z-index: -1;
  }
  .about-two__thumb {
    position: relative;
    z-index: 1;
  }
  .about-two__thumb__item {
    position: relative;
    z-index: 1;
    margin-right: 100px;
    margin-left: 30px;
  }
  @media (max-width: 1199px) {
    .about-two__thumb__item {
      margin-right: 30px;
      margin-left: 30px;
    }
  }
  .about-two__thumb__item img {
    object-fit: cover;
    width: 100%;
  }
  .about-two__thumb__item::after {
    content: "";
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    background: transparent;
    border: 1px solid var(--solinom-base, #CBA36B);
  }
  .about-two__thumb__item::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--solinom-base, #141333);
    transform: rotate(-10.21deg);
    z-index: -1;
    transition: all 0.5s ease-in-out;
  }
  .about-two__thumb__item:hover::before {
    transform: rotate(0deg);
  }
  .about-two__thumb__small {
    position: absolute;
    bottom: 0;
    left: -100px;
    z-index: 1;
    animation: top-bottom-two 4s ease-in-out infinite;
  }
  .about-two__thumb__small img {
    width: 243px;
    height: 243px;
    border-radius: 50%;
    border: 8px solid var(--solinom-gray2, #141333);
  }
  .about-two .sec-title {
    padding-bottom: 15px;
    font-family: "forum", serif;
    font-weight: 700;
  }
  .about-two .sec-title .sec-title__title {
    font-weight: 500;
    line-height: 120%;
  }
  .about-two__top__text {
    font-weight: 500;
    font-size: 18px;
    line-height: 166%;
    max-width: 490px;
    width: 100%;
    margin-bottom: 30px;
    text-align: justify;
    font-family: "Forum", serif;
  }
  .about-two__feature {
    margin-bottom: 40px;
  }
  .about-two__feature__item {
    position: relative;
    padding: 40px 30px;
    z-index: 1;
    overflow: hidden;
  }
  .about-two__feature__item::after {
    content: "";
    width: 100%;
    height: 90px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #24242494;
    z-index: -1;
  }
  .about-two__feature__item:hover .about-two__feature__icon {
    animation: shake 0.3s linear 2;
    background-color: var(--solinom-base, #ccb487);
    color: var(--solinom-white, #fff);
  }
  .about-two__feature__item:hover .about-two__feature__bg {
    transform: scale(1.1);
  }
  .about-two__feature__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -2;
    transform: scale(1);
    transition: all 0.4s ease-in-out;
  }
  .about-two__feature__icon {
    margin-top: 25px;
    width: 60px;
    border-radius: 50%;
    background-color: var(--solinom-text, #141333);
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--solinom-base, #141333);
    font-size: 30px;
    transition: all 0.4s ease-in-out;
  }
  .about-two__feature__title {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 350%;
    color: var(--solinom-white, #fff);
    text-transform: capitalize;
    margin-top: -6px;
    margin-bottom: -15px;
    padding-bottom: 0;
  }
  .about-two__feature__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
  }
  .about-two__feature__title a:hover {
    background-size: 100% 1px;
  }
  .about-two__feature__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 188%;
    margin-bottom: -10px;
    padding-bottom: 0;
    color: white;
  }
  .about-two .solinom-btn {
    padding: 11px 40px;
    border: 1px solid transparent;
  }
  .about-two .solinom-btn:hover {
    border-color: rgba(var(--solinom-white-rgb, 255, 255, 255), 0.4);
  }



  .gallery-ig-main {
    display: flex;
    justify-content: space-between;
  }
  
  .gallery-ig-main .col-img:first-child,
  .gallery-ig-main .col-img:last-child {
    max-width: 360px;
  }
  
  .gallery-ig-main .col-img .ig-box {
    position: relative;
    height: 612px;
  }
  
  .gallery-ig-main .col-img .ig-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .gallery-ig-main .col-img .ig-box .content {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }
  
  .gallery-ig-main .col-img .ig-box:hover .content {
    height: 100%;
    opacity: 1;
    visibility: visible;
  }
  
  .gallery-ig-main .col-img:nth-child(2) {
    margin: 0 15px;
  }
  
  .gallery-ig-main .col-img .top {
    display: flex;
  }
  
  .gallery-ig-main .col-img .top .ig-box {
    margin: 0 15px 28px;
    height: 292px;
  }
  
  .gallery-ig-main .col-img .bottom .ig-box {
    margin: 0 15px 0;
    height: 292px;
  }
  
    .tf-button {
      position: relative;
      font-family: Arial, sans-serif;
      padding:30px !important;
  
      font-size: 13px;
      font-weight: 500;
      letter-spacing: 1.9px;
      line-height: 50px;
      text-transform: uppercase;
      background-size: 300%;
      transition: all 0.3s ease;
      border: 1px solid  hwb(40 0% 99%) 50% !important;
  }
  
  .tf-button::before {
      content: '';
      position: absolute;
      bottom: -10px;
      left: 0;
      height: 1px;
      width: 100%;
      background: #2ecc71;
      transition: all 0.3s ease;
  }
  
  .tf-button:hover::before {
      transform: translateY(-10px) !important;
  }
  
  
  
  .tf-button.style3 {
      background-image: linear-gradient(160deg, transparent 50%, hwb(30 20% 9%) 50%);
      border: 1px solid  hwb(30 20% 9%) 50%;
      color:  hwb(30 20% 9%) 50%;
      font-weight: 500;
      letter-spacing: 2px;
      padding: 0px 31px 0px 33px;
      line-height: 46px;
  }
  
  .tf-button.style3::before {
      background: #f4f4f4;
      bottom: -11px;
  }
  
  .tf-button.style3:hover {
      color:  hwb(30 20% 9%) 50%;
      background-position: 95%;
  }
  
  h1 ,h2 ,h3{
    font-family: "Cinzele,serif";
  }
  /* For screens smaller than 768px */
  @media (max-width: 768px) {
    
  
    .gallery-ig h1 {
      font-size: 24px;
      text-align: center;
    }
  
    .gallery-ig-main {
      flex-direction: column;
      align-items: center;
    }
  
    .gallery-ig-main .col-img {
      max-width: 100%;
      margin-bottom: 20px;
    }
  
    .gallery-ig-main .col-img .top,
    .gallery-ig-main .col-img .bottom {
      flex-direction: column;
    }
  
    .gallery-ig-main .col-img .ig-box {
      height: auto;
    }
  
    .gallery-ig-main .col-img .top .ig-box,
    .gallery-ig-main .col-img .bottom .ig-box {
      margin: 0 0 15px;
      height: auto;
    }
  
    .tf-button {
      width: 100%;
      padding: 15px;
      text-align: center;
    }
  }
  
  /* For screens smaller than 480px */
  @media (max-width: 480px) {
    .gallery-ig h1 {
      font-size: 23px;
      margin-bottom: 15px;
    }
    
  
    .tf-button {
      font-size: 12px;
      padding: 10px;
      line-height: 40px;
    }
  
    .tf-button.style3 {
      padding: 10px 20px;
      line-height: 40px;
    }
  }

  .text99 {
    font-family: "Forum", serif;
    font-size: 40px;
  }

  @media screen and (max-width: 991px) {
    .ggg{
        margin-top: -15% !important;
     }
     .gallery-ig-main{
        margin-top: -20px !important;
     }
     .gallery-ig{
        padding-bottom: 0px !important;
     }
  }







  /*contact.html*/

.section-bg6{
    background: url('../photos/img7.jpg'), rgba(0, 0, 0, 0.607);
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    background-attachment: scroll;
    padding-top: 150px;
    padding-bottom: 40px;
    text-align: center;
    justify-content: center;
  }
  
  .section-bg6 h1{
    color: white;
    text-align: center;
    font-weight: 700;
  }
  .contact-box{
    background-color: #0E1927;
    padding: 50px;
    outline: 1px solid #cdcdcd9f;
    outline-offset: -20px;
    text-align: center;
    color: white;
  }