@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');
@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&display=swap');
@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&family=Rouge+Script&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&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: "Cormorant Garamond" ,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: #ffffff;
  
    backdrop-filter: blur(0px) !important;
    transition: background .5s !important;
    font-family:"Cormorant Garamond",serif; 


    z-index: 1000;
    width: 100%;
letter-spacing: 1px;
    position: relative;
  
  
  }
  
  li.nav-item a.nav-link {
    color: #000000 !important;
    font-size: 19px !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:#000000 !important;
    transform: scale(1.05);
    border-bottom: 1px #000000 solid !important;
    background-color: transparent;
  
  }
  
    
    .dropdown-menu {
      background-color: #0E1317 !important;
      color: #000000;
      backdrop-filter: blur(0px) !important;
      transition: background .5s !important;
      border: 1px solid #ffffff;
      font-family: "Cormorant Garamond", serif;
      font-weight: 400;
      z-index: 100;
      width: 100%;
      text-align: center;
      padding: 10px;
    }
    
    .dropdown-menu .dropdown-item {
      color: rgb(255, 255, 255);
      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:#0E1317;
    border: 1px solid #ffffff;
  
  
   margin-top: 10px;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-flex;
    font-family: "Cormorant Garamond",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%;
    }


/* --------------------- */

   



    /* footer */
  .contact section p {
    color: white;
    text-align: center;
  }
  
  .contact section a {
    font-family: "Cormorant Garamond",serif;
    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, #000000de, #050505da), url('image/238802258.jpg') top / cover no-repeat , #0E1317;
    padding: 5% 0 5% 0;
  }
  
  .footer_wrapper h5 {
    color: #ffffff;
    margin-bottom: 1.25rem;
    font-family: "Cormorant Garamond",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: 18px;
    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: marcellus, serif;
    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 #ffffff;
    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 #192841;
  }
  .footer1 a{
    font-family: "Cormorant Garamond",serif;
    font-size: 18px;
  }
  .footer2 a{
    font-family: "Cormorant Garamond",serif;
   font-size: 18px;
  }
  
/* ---------------------------------------------- */
hr {
    margin: 1rem 0;
    color: white;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: 0.25;
}

.t1{
    font-family: "Cormorant Garamond" ,serif;
    font-size: 19px ;
    letter-spacing: 0.2px;
}
/* ---------------------------- */




#home-1 .single-slide-item {
    background-image: url(image/238802258.jpg);
    background-size: cover;
    background-position: top;
    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/345587225.jpg);
    background-size: cover;
    background-position: top;
    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: 750px;
       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: #85714C;
       color: #fff;
       border-color: #85714C;
       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: "Cormorant Garamond" ,serif;
    font-size: 65px;
    font-weight: 500;
}
   

    .container1 {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      align-items: center;
      gap: 30px;
      padding: 50px;
    }
    .about-section {
      grid-column: 1 / 2;
    }
    .about-section h2 {
      font-size: 2.5rem;
      margin-bottom: 20px;
      text-transform: uppercase;
      letter-spacing: 2px;
    }
    .about-section p {
      font-size: 1rem;
      line-height: 1.6;
    }
    .stats {
      display: flex;
      gap: 20px;
      margin-top: 20px;
    }
    .stat {
      text-align: center;
    }
    .image-section {
      position: relative;
      width: 100%;
      aspect-ratio: 3/4;
      overflow: hidden;
      border-radius: 30%  30%  30% 30%;
      grid-column: 2 / 3;
      background: #fff;
      box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
    }
    .image-section img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .scroll-circle {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 120%;
      height: 120%;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      animation: rotate 10s linear infinite;
    }
    .scroll-circle span {
      display: inline-block;
      white-space: nowrap;
      font-size: 1.2rem;
      color: #fff;
      letter-spacing: 10px;
    }
    @keyframes rotate {
      0% { transform: translate(-50%, -50%) rotate(0deg); }
      100% { transform: translate(-50%, -50%) rotate(360deg); }
    }
    .features {
      display: flex;
      flex-direction: column;
      gap: 30px;
      grid-column: 3 / 4;
    }
    .feature {
      display: flex;
      align-items: center;
      gap: 15px;
    }
    .feature i {
      color: gold;
      font-size: 2rem;
    }
    .feature h4 {
      margin: 0;
      font-size: 1.2rem;
      text-transform: uppercase;
    }
    .feature p {
      margin: 0;
      font-size: 0.9rem;
    }
  
    .text23{
        font-family: "Cormorant Garamond" ,serif;
        font-size: 20px;
    }  
    .text24{
        font-family: "Cormorant Garamond" ,serif;
    }  
    .text25{
        font-family: "Cormorant Garamond" ,serif;
        font-size: 19px;
    }


    
    .text-vocation {
        transition: transform 0.3s ease, background-color 0.3s ease;
        padding: 20px;
        border-radius: 5px;
      }
    
      .text-vocation:hover {
        transform: scale(1.05);
        background-color: rgba(255, 255, 255, 0.1);
      }
    .image-vocation{
        position: relative;
        height: 75vh;
    }
   
      #vocationImage {
        width: 100%;
        height: 100%;
        border-radius: 5px;
        object-fit: cover; 
        object-position: center; 
      }


      .facilitiess{
        margin-top: -70px;
     background-color: #f3f3f3;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        background-blend-mode: multiply;
        padding-top: 70px;
        padding-bottom: 100px;
        color: rgb(0, 0, 0);
        text-align: center;
      }
      .fc-iconss{
        background-color: #0E1317;
      }
     /* Section Facilities */
     .fc-iconss{
        position: relative;
        padding: 10px 20px;
        border: 1px solid rgb(255, 255, 255);
    }
    .fc-iconss img{
    width: 50px;
    }
    .fc-iconss h6{
    color: #ffffff;
    font-size: 22px;
    font-family: "Cormorant Garamond" ,serif;
    margin: 10px 0;
    transition: 0.2s;
    }
    .fc-iconss p{
        color: #ffffff;
        font-size: 16px;
        font-family: "Cormorant Garamond" ,serif;
        margin: 10px 0;
        font-family: "Cormorant Garamond" ,serif;
        transition: 0.3s;
        }
    .fc-iconss:hover{
        border: 1px solid rgba(0, 0, 0, 0.096);
    }
    .count-num{
        position: absolute;
        font-size: 20px;
        width: 20%;
        height: auto;
        top: 0;
        right: 0;
        text-align: end;
        color: #000000;
        padding: 5px;
        border-bottom: #986A33 1px solid;
        border-left: #986A33 1px solid;
        background-color: #fce5c7c4;
    }
    
    

    /*** 

====================================================================
  Banner Section Nine
====================================================================

***/
.banner-section-nine {
    position: relative;
  }
  .banner-section-nine .banner-slider .swiper-pagination-clickable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 1170px;
    padding-bottom: 30px;
    width: 100%;
    bottom: -64px;
  }
  .banner-section-nine .banner-slider .swiper-pagination-clickable .swiper-pagination-bullet {
    background-color: var(--theme-color-dark);
    outline: 1px solid var(--theme-color-white);
    outline-offset: 5px;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin-right: 20px;
    opacity: 1;
  }
  .banner-section-nine .banner-slider .swiper-pagination-clickable .swiper-pagination-bullet:last-child {
    margin-right: 0;
  }
  .banner-section-nine .banner-slider .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--theme-color1);
    outline-color: var(--theme-color1);
  }
  .banner-section-nine .banner-slider .banner-slide.swiper-slide-active .content-column .inner-column {
    opacity: 1;
  }
  .banner-section-nine .banner-slider .banner-slide .inner-slide {
    position: relative;
  }
  .banner-section-nine .outer-box {
    max-width: 1170px;
    margin: 0 auto 41px;
  }
  .banner-section-nine .content-column {
    padding: 0px 0 60px 60px;
  }
  @media (max-width: 575.98px) {
    .banner-section-nine .content-column {
      padding: 192px 0 60px 7.5px;
    }
  }
  .banner-section-nine .content-column .offer-text {
    color: var(--theme-color1);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-family: var(--text-font);
    margin-bottom: 17px;
    margin-left: 40px;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    position: relative;
  }
  .banner-section-nine .content-column .offer-text:before {
    content: "";
    position: absolute;
    top: 9px;
    left: -40px;
    width: 30px;
    height: 8px;
    background-image: url(../images/icons/before.png);
    background-size: cover;
  }
  .banner-section-nine .content-column .inner-column {
    background-color: var(--theme-color-dark2);
    border-radius: 10px;
    position: relative;
    z-index: 3;
    padding: 31px 30px 34px 30px;
    z-index: 1;
    max-width: 310px;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  @media (max-width: 767.98px) {
    .banner-section-nine .content-column .inner-column {
      padding: 31px 30px 34px;
    }
  }
/* Sigurohu që inner-column të jetë sipër fotos */
.banner-section-nine .content-column {
    position: relative;
}

.banner-section-nine .content-column .inner-column {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5); /* Opsional: sfond i errët për kontrast */
    padding: 30px;
    border-radius: 10px;
    color: white;
    text-align: center;
    z-index: 2; /* Siguron që të jetë sipër */
}

/* Sigurohu që shape-20.png të jetë pas inner-column */
.banner-section-nine .content-column .inner-column:before {
    background-image: url(image/shape-20.png);
    background-size: cover;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: -1; /* Siguron që forma të jetë prapa tekstit */
}

  @media (max-width: 1199.98px) {
    .banner-section-nine .content-column .inner-column .title {
      line-height: 1.3;
    
    }
  }
  .banner-section-nine .content-column .inner-column .text {
    color: var(--text-color);
    font-size: 16px;
    line-height: 30px;
  }
  @media (max-width: 1699.98px) {
    .banner-section-nine .content-column .inner-column .text br {
      display: none;
    }
  }
  @media (max-width: 767.98px) {
    .banner-section-nine .content-column .inner-column .text {
      margin-right: 0;
    }
  }
  .banner-section-nine .content-column .btn-box {
    margin-top: 70px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 1;
  }
  .banner-section-nine .content-column .btn-box .theme-btn {
    color: var(--theme-color-white);
    font-size: 14px;
    font-family: var(--text-font);
    font-weight: 600;
    padding: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .banner-section-nine .content-column .btn-box .theme-btn:hover {
    color: var(--theme-color1);
  }
  .banner-section-nine .content-column .btn-box .theme-btn:hover .icon {
    color: var(--theme-color1);
  }
  .banner-section-nine .content-column .btn-box .theme-btn .icon {
    font-size: 14px;
    margin-left: 12px;
    position: relative;
    top: 1px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }

/* CSS për të hequr hapësirën */
.swiper-container {
    padding: 0 !important;
    margin: 0 !important;
}

.swiper-wrapper {
    padding: 0 !important;
    margin: 0 !important;
}

.swiper-slide {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
}


.swiper-navigation .swiper-button-prev,
.swiper-navigation .swiper-button-next {
    width: 50px;
    height: 50px;
    border: 2px solid #85714C; /* Kufiri për butonat */
    font-size: 18px; /* Zvogëlon fontin */
    font-weight: 100;
    line-height: 16px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    color: #fff; /* Ngjyra e tekstit të butonave */
    background-color: transparent; /* Ekalon për ngjyrën e pasme */
    border-radius: 50%; /* Bën butonat të rrumbullakosur */
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    cursor: pointer; /* Tregon që butonat janë të klikuar */
    display: flex;
    justify-content: center;
    align-items: center; /* Siguron që shenjat janë të qëndrueshme në qendër */
}

.swiper-navigation .swiper-button-prev {
    left: 15px; /* Butoni i majtë */
}

.swiper-navigation .swiper-button-next {
    right: 15px; /* Butoni i djathtë */
}

.swiper-navigation .swiper-button-prev:after,
.swiper-navigation .swiper-button-next:after {
    font-size: 22px; /* Fonti i shenjave të navigimit */
    content: "<>"; /* Shenjat që tregojnë navigimin */
    color: #000000;
    font-weight: 700;
    display: block;
    line-height: 0; /* Heq hapësirën e tepërt mes shenjave */
}

.swiper-navigation .swiper-button-prev:hover,
.swiper-navigation .swiper-button-next:hover {
    background-color: #85714C; /* Ngjyra e pasme gjatë hover */
    color: #fff; /* Ngjyra e tekstit gjatë hover */
    border-color: #85714C; /* Kufiri gjatë hover */
    opacity: 1; /* Ruaj opacitetin gjatë hover */
}

/* Përbutimi i stilit të navigimit në pajisjet mobile */
@media (max-width: 767px) {
    .swiper-navigation .swiper-button-prev,
    .swiper-navigation .swiper-button-next {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .swiper-navigation .swiper-button-prev:after,
    .swiper-navigation .swiper-button-next:after {
        font-size: 18px; /* Zvogëlon shenjën edhe më shumë në pajisjet mobile */
    }
}


.n2{
  font-family: "Cormorant Garamond" ,serif !important;
}


  /* customers */

  .customers{
    
    padding: 70px 0;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("image/award.jpg") center/cover no-repeat ;
  }
  .customer{
    background: #00000070;
    padding: 15px;
    text-align: center;
    margin: 24px 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
    border: 1px solid #6C6C6C;
    cursor: pointer;
    transition: var(--transition);
    color:white;
  }
  .rating{
    margin: 10px 0;
    color: yellow;
  }
  
  .customer p{
    font-family: "marcellus", serif;
    letter-spacing: 1px;
    opacity: 0.7;
    line-height: 1.8;
    width: 90%;
    margin: 0 auto;
    color: white;
  }
  .customer img{
    width: 170px;
    height: 170px;
    border-radius: 50%;
    margin: 25px auto;
  }
  .customer span{
    font-weight: 700;
    opacity: 0.7;
  }
  .customer:hover{
    transform: translateY(-18px);
  }
  @media(min-width: 992px){
    
    .customers-container{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 30px;
    }
  }
  @media(min-width: 1370px){
    .customers-container{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    
  }
  @media(max-width: 500px){
    .customer p{
        width: 100%;
    }
    .customer img{
        width: 100px;
        height: 100px;
    }
  }

.bd-testimonial-4__rating{
    color: #EEC78C;
}


.loop-holder {
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  font-family: "marcellus", serif;
}

.loop-holder__text {
    animation: textLoop 40s linear infinite;
    font-size: 4vw;
    padding-right: .35em;
    color: #00000013;
}

@keyframes textLoop {
  0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }
  100% {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0)
  }
}


@media(max-width:1000px){
  .pool-facility{
    padding: 20px;
  }
  .loop-holder__text {
    animation: textLoop 40s linear infinite;
    font-size: 18vw !important;
    padding-right: .35em;
    color: #00000013;
}
}




  
.about-bg1{
  background: url('image/403949471.jpg') rgba(0, 0, 0, 0.658);
  background-attachment: fixed;
  background-position:bottom ;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 45vh;
  position: relative;

}
.gallery-bg1{
  background: url('image/403937905.jpg') rgba(0, 0, 0, 0.568);
  background-attachment: fixed;
  background-position:center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 45vh;
  position: relative;

 
}

.contact-bg1{
  background: url('image/403939598.jpg') rgba(0, 0, 0, 0.589);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 45vh;
  position: relative;

 
}

.rooms-bg1{
  background: url('image/345587225.jpg') rgba(0, 0, 0, 0.692);
  background-attachment: fixed;
  background-position:bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 45vh;
  position: relative;


}


.bg01{
  text-align: center;
  font-family: "Cormorant Garamond" ,serif !important;
  font-weight: 400;
   font-size: 45px;
  
   padding-top: 80px;

  letter-spacing: 2px;
   
    }
    @media(max-width:990px){
  
      .bg01{
         font-size: 35px !important;
         padding-top: 80px !important;
      }
     
    

 }


 
  /*contact.html*/


.contact-box{
  color: #0E1317;
  height: 85px;
  width: 85px;
  display: flex;
  justify-content: center;
  align-items:center;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #8A403F;

}
.contact-col{
  border:5px solid #8b5352cb;
  padding: 40px;
  width:30%;
    display: grid;
    text-align: center;
    align-items: baseline;
    justify-content: center;
    align-content: stretch;
    justify-items: center;
    z-index: 100;
    background: white;
}
.contact-col:hover .contact-box{
  background: #000000;
  color: rgb(255, 255, 255);
}
.location{
  position: relative;
  margin-top: -190px;
}


.count-box{
  background: #010202;
  padding: 23px;
  color: white;
  text-align: center;
  margin: 20px 0px 20px 0px;
}


.room-box{
	border-radius: 15px;
	border: 1px solid rgb(223, 223, 223);
  }

  .room-box:hover{
	box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
	transition-duration: 0.4s;
  }

  .room-img{
	border-radius: 15px 15px 0px 0px;
  }

  .room-btn:hover{
	background-color: #c4a676!important;
	color: white!important;
  }

  .st-tw-room{
	background: url('../image/345587450.jpg')rgba(0,0,0,0.4);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 30vh;
	display: flex;
	align-items: start;
  }

  .dl-tw-room{
	background: url('../image/232629404.jpg')rgba(0,0,0,0.4);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 30vh;
	display: flex;
	align-items: start;
  }
  .dl-db-room{
	background: url('../image/345587445.jpg')rgba(0,0,0,0.4);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 30vh;
	display: flex;
	align-items: start;
  }
  .ex-room{
	background: url('../image/606203142.jpg')rgba(0,0,0,0.4);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 30vh;
	display: flex;
	align-items: start;
  }


  .dl-lb-room{
    background: url('../image/606203142.jpg')rgba(0,0,0,0.4);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 30vh;
    display: flex;
    align-items: start;
    }
    .dl-lx-room{
      background: url('../image/403937880.jpg')rgba(0,0,0,0.4);
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      height: 30vh;
      display: flex;
      align-items: start;
      }

  /* #rooms-head{
	background: url('../image/143722274.jpg')rgba(0,0,0,0.4);
	height: 70vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-blend-mode: multiply;
	display: flex;
	align-items: end;
	margin-top: -180px;
  } */

  .st-db-room{
	background: url('../image/345587558.jpg')rgba(0,0,0,0.4);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 30vh;
	display: flex;
	align-items: start;
  }

  .book-icon{
	background-color: white;
	width: fit-content;
	padding: 10px;
	border-radius: 50%;
	border: 5px solid rgba(136, 136, 136, 0.267);
	transition-duration: 0.2s;

  }

  .book-icon:hover{
	background-color: #000000;
	
	transition-duration: 0.2s;
  }

  .book-icon:hover i{
	color: white!important;
	transition-duration: 0.2s;

  }

  #rooms-section h3{
    font-family: "Cormorant Garamond" ,serif !important;
    font-size: 30px ;
  }

#rooms-section {
  font-family: "Cormorant Garamond" ,serif !important;
  font-size: 18px;
}
  

@media (max-width: 991px){
  .homepage-slides h1{
    font-size: 40px;
  }
  .trt{
    margin-top: 0px !important;
  }
  #vocationImage{
    height: 95% !important;
  }
  .banner-section-nine .content-column{
    padding: 0px 0 60px 7.5px;
  }        
  .banner-section-nine .content-column .inner-column {
    left: 35%;

}
.img22{
  display: none;
}
.cls{
  margin-left: 0px !important;
}
.contact-col {
  width: 100% !important;
}

}