@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');


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: "marcellus", 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: #4d2b1a;
  
    backdrop-filter: blur(0px) !important;
    transition: background .5s !important;
    font-family: "marcellus", serif;


    z-index: 1000;
    width: 100%;
letter-spacing: 1px;
    position: relative;
  
  
  }
  
  li.nav-item a.nav-link {
    color: #ffffff !important;
    font-size: 17px !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:#ffffff !important;
    transform: scale(1.05);
    border-bottom: 1px #ffffff solid !important;
    background-color: transparent;
  
  }
  
    
    .dropdown-menu {
      background-color: #4d2b1a !important;
      color: #ffffff;
      backdrop-filter: blur(0px) !important;
      transition: background .5s !important;
      border: 1px solid #ffffff;
      font-family: "marcellus", 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:#4d2b1a;
    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: "marcellus", 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: "marcellus", 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/99.jpg') top / cover no-repeat , #0E1317;
    padding: 5% 0 5% 0;
  }
  
  .footer_wrapper h5 {
    color: #ffffff;
    margin-bottom: 1.25rem;
    font-family: "marcellus", 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: 16px;
    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: "marcellus", serif;
    font-size: 18px;
  }
  .footer2 a{
    font-family: "marcellus", 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: "Forum", serif;
    font-size: 18px ;
    letter-spacing: 0.2px;
}
/* ---------------------------- */


#home-1 .single-slide-item {
    background-image: url(image/99.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/new/image00017.jpeg);
    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: "marcellus", serif;
    font-size: 65px;
    font-weight: 500;
}
   
.text-box1{
    position: relative;
    background: #000000;
    padding: 60px;
    text-align: left;
  margin-top: 40px;
    outline-offset: 5px;
    width: 80%;
    border-left: 10px solid #F1D2A9;
  }


  .boat-area {
    padding-top: 70px;
    padding-bottom: 70px;
    z-index: 0;
    position: relative;
margin-top: -25px !important;
    background-color: #FBFDFE; /* 80% blue */
}

.boat-area::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 30%; /* 20% black */
    height: 100%;
    background-color: #1b0e08;
    z-index: -1;
}

.big-icon{
  margin-top: -220px;
  margin-right: 100px;

  display: flex;
  justify-content: center;
  align-items: center;
}



.big-icon1{
position: relative;
margin-bottom: -100px;
  margin-left: 50px;

  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes rotate {
  from {
      transform: rotate(0deg);
  }
  to {
      transform: rotate(360deg);
  }
}
#video-background {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    height: auto;
}

#video-background video.responsive-video {
    width: 100%;
    height: auto; /* Automatikisht përshtatet sipas gjerësisë */
    object-fit: cover; /* Siguron që videoja të mbushë hapësirën pa u shtrirë */
    border-radius: 10px; /* Opsionale: shton qoshe të rrumbullakosura */
}

#video-background .dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.39); /* Një shtresë e errët mbi video */
    z-index: 1;
}


/*** 

====================================================================
  service-section-Six
====================================================================

***/
.service-section-six {
    background-image: url(../image/service-six-bg.jpg);
    
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
padding-top: 70px !important;
padding-bottom: 70px !important;
  }
  
  .service-block-six {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
  }
  .service-block-six .inner-box {
    overflow: hidden;
    position: relative;
  }
  .service-block-six .inner-box:hover .overlay-content .icon:before {
    -webkit-transform: scale(-1) rotate(180deg);
            transform: scale(-1) rotate(180deg);
  }
  .service-block-six .inner-box:hover .overlay-content {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .service-block-six .inner-box:hover .content {
    opacity: 0;
    visibility: hidden;
  }
  .service-block-six .inner-box:hover .image img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .service-block-six .title {
    color: #fff;
    font-family: Gilda Display;
    font-size: 36px;
    font-weight: 400;
    line-height: 42.37px;
    margin-bottom: 0;
    margin-top: 20px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .service-block-six .title a {
    color: #fff;
  }
  .service-block-six .title a:hover {
    color: var(--theme-color2);
  }
  @media (max-width: 1366.98px) {
    .service-block-six .title {
      font-size: 26px;
      margin-bottom: 10px;
      margin-top: 0;
    }
  }
  .service-block-six .count {
    color: transparent;
    font-family: Gilda Display;
    font-size: 128px;
    font-weight: 400;
    line-height: 96px;
    -webkit-text-stroke: 1px #ffffff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  @media (max-width: 1366.98px) {
    .service-block-six .count {
      font-size: 90px;
      line-height: 1;
    }
  }
  .service-block-six .text {
    color: #fff;
    font-family: "marcellus", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
  }
  .service-block-six .content {
    position: relative;
    padding: 160px 50px 60px;
    width: 100%;
    z-index: 1;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  @media (max-width: 1199.98px) {
    .service-block-six .content {
      padding: 190px 30px 50px;
    }
  }
  @media (max-width: 991.98px) {
    .service-block-six .content {
      padding: 150px 30px 50px;
    }
  }
  .service-block-six .overlay-content {
    background-color:#1B0E08;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    left: 0;
    opacity: 0;
    padding: 100px 50px 50px;
    position: absolute;
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    width: 100%;
    z-index: 1;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    -webkit-box-align: center;
  }
  @media (max-width: 1299.98px) {
    .service-block-six .overlay-content {
      padding: 60px 30px 40px;
    }
  }
  .service-block-six .overlay-content .count {
    margin-bottom: 0;
    position: relative;
    -webkit-text-stroke: 1px #AA8453;
  }
  .service-block-six .overlay-content .title {
    margin-bottom: 20px;
  }
  

  
.item,
.destination1 .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 0px;
}
.rooms .item:hover img,
.destination1 .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.rooms .item:hover .con,
.destination1 .item:hover .con {
    bottom: 0;
}
.rooms .item img,
.destination1 .item img {
    -webkit-transition: all .5s;
    transition: all .5s;
}
.rooms .item .category,
.destination1 .item .category {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 3;
    writing-mode: vertical-rl;
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    text-orientation: mixed;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;

    padding: 12px 6px;
    line-height: 1.5em;
    text-transform: uppercase;
    box-shadow: 0px 0px 35px 0px rgb(0 0 0 / 5%);
    background: #1B0E08;
}
.rooms .item .category a,
.destination1 .item .category a {
    color: #fff;
}
.rooms .item .category:hover,
.destination1 .item .category:hover {
    color: #fff;
}
.rooms .item .con,
.destination1 .item .con {
    padding: 20px;
    position: absolute;
    bottom: -45px;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: left;
    z-index: 20;
    height: auto;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, transparent 0, #1b0e085b 2%, #1b0e0849 90%);
    background: -webkit-linear-gradient(top, transparent 0, #1b0e0879 2%rgba(27, 14, 8, 0.432)08 90%);
    background: linear-gradient(to bottom, transparent 0, #1b0e0877 2%, #1b0e0865 90%);
}
.rooms .item .con h6,
.rooms .item .con h6 a,
.destination1 .item .con h6,
.destination1 .item .con h6 a {
    position: relative;
    color: #fff !important;
    font-size: 13px;

    display: inline;
}
.rooms .item .con h6 i,
.destination1.item .con h6 i {
    font-size: 6px;
    margin-right: 2px;
}
.rooms .item .con h5,
.rooms .item .con h5 a,
.destination1 .item .con h5,
.destination1 .item .con h5 a {
    position: relative;
    color: #fff !important;
    font-family: "marcellus", serif;
    font-size: 24px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 10px;
}
.rooms .item .con p,
.destination1 .item .con p {
    color: #fff !important;
    font-size: 14px;
    margin-bottom: 0px;
}
.rooms .item .con span,
.destination1 .item .con span {
    color: #fff !important;
    font-size: 10px;
}
.rooms .item .con i,
.destination1 .item .con i {
    color: #fff !important;
}
.rooms .item .con i:hover,
.destination1 .item .con i:hover {
    color: #fff !important;
}
.rooms .item .con .butn-light,
.destination1 .item .con .butn-light {
    margin-left: 0;
    border-radius: 30px;
    border-color: #676977;
    padding: 11px 30px;
}
.rooms .item .con .butn-light:hover,
.destination1 .item .con .butn-light:hover {
    border-color: #322F1C;
}
/* line animation */
.rooms .item .line,
.destination1 .item .line {
    text-align: center;
    height: 1px;
    width: 60px;
    background-color: rgba(255, 255, 255, 0.2);
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    margin: auto 0 20px;
}
.rooms .item:hover .line,
.destination1 .item:hover .line {
    width: 100%;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}



  /* customers */

  .customers{
    
    padding: 70px 0;
    background: linear-gradient( #31170b,#1B0E08), 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;
}


@media (max-width: 991px){
    .homepage-slides h1{
        font-size: 40px !important;
    }
    .boat-area::before{
        display: none !important;
    }
    .boat-area{
        padding-top: 0px !important;
    }
    .boat-area h5{
        font-size: 30px !important;
    }
    .banner0{
        font-size: 35px !important;
    }
     .vc, .ml{
        text-align: center !important;
    }
    .vc h5{
        font-size: 23px !important;
    }
    .service-section-six {
        background-image: url(../image/andrew-kliatskyi-Cc0VTXEkdxw-unsplash.jpg);
        background-position:bottom;   
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
      }
      .service-block-six .content {
        padding: 50px 30px 50px;
    }
    .col2 {
        margin-top: -60px !important;
    }
    .rooms{
        padding-bottom: 30px !important;
        padding-top: 20px !important;
    }
    .customers h2{
        font-size: 35px !important;
    }
    .customer p{
        font-size: 18px !important;
    }
    .img22{
        display: none !important;
    }
    .img21{
        margin-top: -50px !important;
    }
    .cls{
        margin-left: 0px !important;
    }
    .trt {
        order: -1 !important; /* E vendos kÃ«tÃ« element nÃ« krye tÃ« rendit */
    }
.iii{
  display: none !important;
}
.golden2{
  font-size: 35px !important;
}
.customers h2{
  font-size: 35px !important;
}

.contact-col{
  width: 100% !important;
}

.res-col{
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.img8{
  margin-right: 0px !important;
}
.text-coll {
  padding-top: 20px !important;
  padding-left: 10px !important;
  padding-bottom: 0px !important;
  padding-right: 10px !important;
}
.rrr{
  margin-top: 20px !important;
}
.img3{
  margin-left: 0px !important;
}
.evv{
  margin-top: 50px !important;
}
.party-balloons h2{
  font-size: 40px !important;
}
.call-us{
  width: 100% !important;
  margin-top: 0px !important;
}
.call-us a{
  font-size: 19px !important;
}
.imm {
  width: 100% !important;
  margin-top: 50px !important;
}
.b-shap {
  display: none !important;
}
img.p-balloon {
 
  left: 33px !important;
}
}

.event-bg1{
  background: url('image/9.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;

}


.res-col{
  padding: 30px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.img8{
  position: relative;
  margin-right: -180px;
  z-index: 2;
}

.img3{
  position: relative;
  margin-left: -180px;
  z-index: 2;

}

.text-coll{
padding-top: 50px;
padding-left: 50px;
padding-bottom: 0px;
padding-right: 100px;
  color: white;
  z-index: 1;
}

  /* 7. party-balloons */
.party-balloons h2 {
  font-size: 50px;
  
  padding-bottom: 10px;
 font-family: "forum", serif;
}
.party-balloons p {
  color: #202020;
  font-weight: 500;
  width: 90%;
  padding-bottom: 26px;
}
.party-balloons ul li {
  font-size: 18px;
  color: #666666;
  font-family: 'Epilogue';
  font-weight: 400;
  margin-bottom: 10px;
}
.party-balloons ul li img {
  padding-right: 15px;
}
.party-balloon-img img {
  border-radius: 50%;
}
.party-balloon-img {
  position: relative;
  text-align: end;
  margin-bottom: 43px;
}
img.p-balloon {
  position: absolute;
  bottom: -20px;
  left: -112px;
}
.b-shap {
  left: -40px;
  position: absolute;
  width: 570px;
  height: 570px;
  border-radius: 50%;
  background-color: #4D2B1A;
  top: 2%;
  z-index: -1;
}
.b-shap:before {
  content: "";
  position: absolute;
  width: 90px;
  height: 30px;
  background-color: #4D2B1A;
  bottom: -3%;
  z-index: 0;
  left: 233px;
}
/* 8. call-us */
.call-us {
  background-color: #1B0902;
  display: flex;
  border-radius: 15px;
  align-items: center;
  padding: 50px;

}
.call-us img {
  width: 130px;
  margin-right: 40px;
}
.call-us span {
  color: white;
  display: block;
}
.call-us a {
  color: #C8A55D;
  font-size: 25px;
}
.call-us p {
  color: white;
  width: 90%;
  line-height: 26px;
  padding-bottom: 0;
}
.call-us {
  display: flex;
  border-radius: 15px;
  align-items: center;
  padding: 40px;
  width: 80%;
  margin-top: 40px;
}
.chefs-box {
  height: 510px !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  -webkit-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.06);
  border-radius: 12px;
}

@media only screen and (max-width: 767.98px) {
  .chefs-box {
    height: 400px;
  }
}
.chefs-box .chefs-hover-info {
  padding: 20px;
  top: 100%;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  -webkit-transform: translateY(-97px);
          transform: translateY(-97px);
  -webkit-transition: .7s;
  transition: .7s;
}

.chefs-box .chefs-hover-info span {
  color: var(--primary-yellow);
  margin-bottom: 30px;
}

.chefs-box:hover .chefs-hover-info {
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: .7s;
  transition: .7s;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.chefs-box:hover .chefs-hover-info h2 {
  color: white !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.chef-two-box {
  -webkit-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.06);
  border-radius: 15px;
}

.chef-two-box img {
  -webkit-transform: translateX(0) scale(1.05);
          transform: translateX(0) scale(1.05);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.chef-two-box .chef-two-info {
  padding: 30px 20px;
}

.chef-two-box .chef-two-info p {
  margin: 5px 0 10px;
}

.chef-two-box:hover img {
  -webkit-transform: translateX(2%) scale(1.05);
          transform: translateX(2%) scale(1.05);
}
.cart7 {
  font-family: "Forum", serif;
  font-size: 25px;
  font-weight: 500;
}

.about-bg1{
    background: url('image/9.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/99.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: 40vh;
    position: relative;
  
   
  }

  .contact-bg1{
    background: url('image/new/image00015.jpeg') rgba(0, 0, 0, 0.589);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 40vh;
    position: relative;
  
   
  }

  .rooms-bg1{
    background: url('image/6 (1).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;
  
  
  }

  .restaurant-bg1{
    background: url('image/new/Screenshot 2025-02-12 110356.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: "marcellus", serif;
    font-weight: 400;
     font-size: 45px;
    
     padding-top: 70px;
  
    letter-spacing: 2px;
     
      }
      @media(max-width:990px){
    
        .bg01{
           font-size: 35px !important;
           padding-top: 80px !important;
        }
       
      

   }

    /*** 

====================================================================
  feature-section
====================================================================

***/
.feature-section {
    position: relative;
   padding-top: 100px;
   padding-bottom: 30px;
  }
 
  
  .feature-row:nth-child(even) .image-column .inner-column {
    margin-right: 0;
    margin-left: -170px;
  }
  .feature-row:nth-child(even) .content-column .inner-column {
    padding: 23px 0 40px 80px;
  }
  .feature-row:hover .image-column .inner-column .image-box .image img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .feature-row .image-column .inner-column {
    margin-right: -170px;
    position: relative;
    z-index: 9;
  }
  .feature-row .content-column {
    margin-bottom: 60px;
  }
  .feature-row .content-column .inner-column {
    position: relative;
    background-color: #f8f5f0;
    padding: 10px 0 65px 200px;
  
  }
  @media (max-width: 1199.98px) {
    .feature-row .content-column .inner-column {
        padding: 23px 0 40px 200px;
    }
  }
  @media (max-width: 991.98px) {
    .feature-row .content-column .inner-column {
      padding-left: 40px;
      padding-right: 0;
    }
  }
  @media (max-width: 575.98px) {
    .feature-row .content-column .inner-column {
      padding: 61px 40px 70px 40px;
      margin-top: 0;
    }
  }
  .feature-row .content-column .inner-column::before {
    content: "";
    position: absolute;
    top: 0;
    left: 232px;
    width: 95px;
    height: 11px;
    background-color:#85714C;
  }
  .feature-row .content-column .inner-column .sec-title {
    margin-bottom: 34px;
  }
  .feature-row .content-column .inner-column .sec-title .text {
    margin-top: 31px;
  }
  .feature-row .content-column .inner-column .sec-title .sub-title {
    margin-bottom: 13px;
    font-family: "marcellus", serif;
    font-size: 20px;
  }
  .feature-row .content-column .inner-column .sec-title .sub-title::before {
    display: none;
  }
  
  @media only screen and (max-width: 991px) {
    .feature-row .content-column .inner-column {
      margin-top: 0;
    }
    .feature-row .content-column .inner-column::before {
      left: 40px;
    }
    .feature-row .image-column .inner-column {
      margin-right: 0;
    }
    .feature-row:nth-child(even) .image-column .inner-column {
      margin: 0;
    }
    .feature-row:nth-child(even) .content-column {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
    }
    .feature-row:nth-child(2n) .content-column .inner-column .sec-title {
      max-width: 100%;
    }
    .feature-row:nth-child(2n) .content-column .inner-column {
      padding: 61px 40px 70px 40px;
    }
  }
  @media only screen and (max-width: 576px) {
    .feature-row .image-column .inner-column {
      margin-bottom: 20px;
    }
    .feature-row:nth-child(even) .content-column .inner-column .sec-title {
      max-width: 100%;
    }
  }
  @media only screen and (max-width: 480px) {
    .feature-row:nth-child(2n) .content-column .inner-column {
      padding: 61px 40px 70px 40px;
    }
  }
 

  .sec-title h2{
    font-family: "marcellus", serif;
  }
  .text58{
    font-family: "marcellus", serif;
    font-size: 18px;
  }
  .pp{
    font-family: "marcellus", serif;
    font-size: 18px;
  }

  /* Për stilizimin e butonit të mëparshëm */
  .carousel-control-prev,
  .carousel-control-next {
    position: absolute;
    top: 50%; /* Vendos butonat në mes vertikalisht */
    transform: translateY(-50%); /* Qendron pozicionin e saktë */
    background-color: rgba(0, 0, 0, 0.5); /* Sfond gjysmë-transparent */
    border-radius: 50%; /* Formë rrethore */
    width: 50px; /* Gjerësia e butonit */
    height: 50px; /* Lartësia e butonit */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10; /* Siguron që butonat të jenë mbi përmbajtjen tjetër */
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 20px;
    height: 20px;
  }

  /* Efekte hover për të dy butonat */
  .carousel-control-prev:hover,
  .carousel-control-next:hover {
    background-color: rgba(255, 255, 255, 0.8); /* Sfond i bardhë me transparencë */
    transform: translateY(-50%) scale(1.1); /* Rritje e lehtë kur lëviz miu mbi butonin */
  }

  .feature-row .content-column .inner-column{
    margin-top: 30px;
  }


  /* .house{
  background-color:#1B0902;
   
        padding-top: 70px !important;
        padding-bottom: 70px !important;
      
    } */
    .house p, h5{
        color: #ffffff;
    }
    


    /*+++++++++++++++++++++++++++++++++++++++++++++
Blog
++++++++++++++++++++++++++++++++++++++++++*/
.pq-blog .owl-carousel .pq-blog-post {
	margin-bottom: 0;
}

.single-post .pq-blog-post {
	margin-bottom: 0;
}

.pq-blog-post {
	margin-bottom: 30px;
	background: var(--dark-color);
	display: inline-block;
	width: 100%;
}

.pq-blog-post .pq-post-media {
	overflow: hidden;
	margin-bottom: 0;
	position: relative;
}

.pq-blog-post .pq-post-media img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	width: 100%;
}

.pq-blog-post:hover .pq-post-media img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.pq-blog-post .pq-post-media .pq-post-date {
	font-family: var(--title-fonts);
	background: var(--primary-color);
	padding: 5px 15px;
	color: var(--white-color);
	text-align: center;
	position: absolute;
	top: 15px;
	left: 15px;
}

.pq-blog-post .pq-post-media .pq-post-date a {
	color: var(--white-color);
	font-size: 14px;
	font-weight: 300;
}

.pq-blog-post .pq-blog-contain {
	padding: 30px;
	display: inline-block;
	position: relative;
	width: 100%;
}

.pq-blog-post .pq-blog-contain .pq-blog-title {
	font-size: 25px;
	line-height: 30px;
    font-family:" marcellus", serif;
}

.pq-blog .owl-carousel .pq-blog-post .pq-blog-contain .pq-blog-title {
	font-size: 24px;
	line-height: 32px;
}

.pq-blog-post .pq-blog-contain .pq-blog-info p {
	border-bottom: 1px solid var(--grey-color);
	margin-bottom: 20px;
	padding-bottom: 20px;
    font-family:" marcellus", serif ;
    font-size: 16px;
}
.pq-button-text {
    font-family:" marcellus", serif;
}


.pq-blog-post .pq-blog-contain .pq-btn-container {
	margin-top: 10px;
}

.pq-blog-post .pq-blog-contain .pq-btn-container .pq-button:hover {
	background: var(--dark-color);
}

.pq-blog-post .pq-blog-contain .pq-btn-container .pq-button.pq-button-link {
	color: var(--primary-color);
}

.pq-blog-post .pq-blog-contain .pq-btn-container .pq-button.pq-button-link:hover {
	color: var(--white-color);
}

.owl-carousel .pq-blog-post .pq-blog-contain .pq-blog-title{
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
}

.pq-blog-post .pq-post-meta ul {
	margin: 0 0 20px;
	padding: 0;
	width: 100%;
	display: -ms-flexbox !important;
	display: flex !important;
}

.pq-blog-post .pq-post-meta ul li {
	font-family: var(--title-fonts);
	list-style: none;
	float: left;
	display: inline-block;
	margin-right: 20px;
	align-self: center !important;
	font-size: 16px;
	line-height: 24px;
	text-transform: capitalize;
	letter-spacing: 0.1em;
	font-weight: 300;
}

.pq-blog-post .pq-post-meta ul li:last-child {
	margin-right: 0;
}

.pq-blog-post .pq-post-meta ul li a {
	color: var(--white-color);
	text-decoration: none;
}

.pq-blog-post .pq-post-meta ul li a:hover {
	color: var(--primary-color);
}

.pq-blog-post .pq-post-meta ul li i {
	margin-right: 10px;
	color: var(--primary-color);
}

.pq-light-bg .pq-blog-post {
	background: var(--white-color);
}


.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: #977a6ead;
  }
  
  @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;
  }
  }

  .wedding{
    background: url('') ;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: 30%;
  
    padding-top: 70px;
  
  }

  
 .golden2{
    font-family: "Marcellus", serif;
    font-size: 40px;
    padding-bottom: 10px;
  }
  .golden1{
    font-family: "Marcellus", serif;
    letter-spacing: 1px;
  }


  /*contact.html*/
.section-bg2{
  background: url('../photos/img9.png'), linear-gradient(0deg, rgba(0, 0, 0, 0.726) 12%, rgba(0, 0, 0, 0.418) 53%);

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  text-align: center;
  padding-top: 150px;
  padding-bottom: 150px;
  color: white;
}

.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 #0e131767;

}
.contact-col{
  border:5px solid #0e131767;
  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: #0E1317;
  color: rgb(255, 255, 255);
}
.location{
  position: relative;
  margin-top: -190px;
}
