@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);
    } 
  }  nav.navbar {
      background-color: #ffffff;
      box-shadow: none !important; /* hiq hijen */
      border: none !important; /* hiq bordurën */
      transition: background-color 0.5s ease !important;
      font-family: "Marcellus", serif;
      /* position: sticky;  hiqe këtë për jo sticky */
      /* top: 0; */
      width: 100%;
      z-index: 1000;
    }

    /* Stilimi për butonin toggler (menu mobile) pa sfond */
    .navbar-toggler {
      background-color: transparent !important;
      border: none !important;
    }

    /* Sfondo transparent për menunë kur hapet në mobile */
    .collapse.navbar-collapse {
      background-color: transparent !important;
    }

    /* Stilimet e navbar-nav */
    .navbar-nav {
      display: flex;
      justify-content: center !important;
      align-items: center !important;
      text-align: center !important;
      padding-left: 0px !important;
    }

    a {
      text-decoration: none;
    }

    li.nav-item a.nav-link {
      color: #000000 !important;
      font-size: 17px !important;
    }

    .nav-item {
      margin-top: 25px;
      margin-bottom: 20px;
      text-align: center;
    }

    a.nav-link:hover {
      transform: scale(1.07);
      transition: transform 0.3s ease;
    }

    .navbar li a.active {
      color: #0d270a !important;
      transform: scale(1.05);
      border-bottom: 1px #ffffff solid !important;
      background-color: transparent;
    }

    .dropdown-menu {
      background-color: #343d4e !important;
      color: #030303;
      backdrop-filter: blur(0px) !important;
      transition: background 0.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);
      transition: all 0.2s ease;
    }

  #bottone5 {
    align-items: center;
    background-color:#294638;
    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, #343d4e, #050505da), url('img/1.jpg') top / cover no-repeat , #343d4e;
    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: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 section full height */
.home-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background-color: #000;
}

.background-slideshow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  animation: zoomInOut 6s ease-in-out infinite;
  transition: opacity 1s ease-in-out;
}

.slide.active {
  opacity: 1;
  z-index: 2;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 3;
}

.content {
  position: relative;
  z-index: 4;
}

/* Zoom animacioni */
@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

h1{
  font-family: 'Jost', sans-serif;
  
}












  .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: 20%; /* 20% black */
    height: 100%;
    background-color: #121212;
    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);
  }
}


/*** 

====================================================================
  service-section-Six
====================================================================

***/
  .service-section-six {
  background: #121212;
  padding: 60px 0;
  color: #fff;
  font-family: 'Poppins', sans-serif;
}

.service-block-six {
  cursor: pointer;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-block-six .inner-box {
  background: #1e1e1e;
  border-radius: 12px;
  padding: 40px 30px;
  position: relative;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  transition: background-color 0.3s ease;
}

.service-block-six:hover .inner-box {
  background: #569199; /* ari/e verdhe portokalli */
  box-shadow: 0 10px 20px rgba(249, 168, 37, 0.7);
  transform: translateY(-10px);
}

.service-block-six .content,
.service-block-six .overlay-content {
  position: relative;
  z-index: 2;
  transition: color 0.3s ease;
}

.service-block-six .count {
  font-size: 40px;
  font-weight: 900;
  color: #569199;
  display: block;
  margin-bottom: 15px;
  font-family: 'Montserrat', sans-serif;
}

.service-block-six .title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  transition: color 0.3s ease;
}

.service-block-six:hover .title,
.service-block-six:hover .count {
  color: #121212;
}

.service-block-six .overlay-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
}

.service-block-six:hover .overlay-content {
  opacity: 1;
  max-height: 200px;
  margin-top: 15px;
  color: #121212;
}

.service-block-six .overlay-content .text {
  font-size: 15px;
  line-height: 1.5;
  color: #121212;
}

.service-block-six a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.service-block-six a:hover {
  color: #121212;
  text-decoration: underline;
}

/* Animacionet fadeinup dhe fadeindown */
@keyframes fadeinup {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeindown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeinup {
  animation: fadeinup 1s ease forwards;
}

.fadeindown {
  animation: fadeindown 1s ease forwards;
}



  .customers{
    
    padding: 70px 0;
    background: linear-gradient( #61727c,#569199), url("image/award.jpg") center/cover no-repeat ;
  }
  .customer{
    background: #42373770;
    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;
    }
    .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;
}
}




.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('/new photo 25/Photo (78).JPG');
    background-attachment: fixed;
    background-position:bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 45vh;
    position: relative;
  
  }
 .gallery-bg1 {
  background-image: url('new photo 25/Photo (43).JPG');
  background-color: rgba(0, 0, 0, 0.568);
  background-attachment: fixed;
  background-position:bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 40vh;
  position: relative;
   display: flex;
  flex-direction: column;
  justify-content: center;
}

.gallery-bg1 + p {
  margin-top: 0;
  margin-bottom: 0;
}
  .contact-bg1{
    background: url('new photo 25/Photo (20).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: 40vh;
    position: relative;
  
   
  }

  .rooms-bg1{
    background: url('new photo 25/Photo (34).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 {
    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: #343d4e;
  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;
}
@media (max-width: 991px) {
  .container.d-flex {
    flex-direction: column;
    gap: 30px;
    max-width: 90%;
  }

  .gallery-left, .gallery-right {
    flex: none;
    width: 100%;
  }

  .thumbnail-row {
    justify-content: center;
  }
}

/* Stil për pajisje me gjerësi më të vogël se 576px (mobile) */
@media (max-width: 575px) {
  .main-photo-wrapper img {
    border-radius: 6px;
  }

  .thumbnail {
    width: 50px;
    height: 50px;
  }

  .gallery-right h1 {
    font-size: 28px;
  }

  .gallery-right p {
    font-size: 16px;
  }

  #bottone5 {
    width: 100%;
    padding: 10px 0;
    font-size: 14px;
  }
}.room-card {
  display: flex;
  align-items: center; /* Siguron që imazhi dhe teksti të jenë në qendër të njëri-tjetrit */
  margin-bottom: 30px; /* Hapësirë ndërmjet kartave të dhomave */
  border-radius: 10px; /* Rrumbullakosja e skajeve */
  background-color: #fff; /* Ngjyra e sfondit të secilës kartë */
}

.room-image {
  width: 50%; /* Fotoja do të marrë gjysmën e kartës */
  object-fit: cover; /* Përshtat imazhin për të mbushur hapësirën */
  border-radius: 10px 0 0 10px; /* Rrumbullakosja vetëm në anën e majtë */
}

.room-info {
  padding: 20px; /* Hapësirë e mjaftueshme për tekstin */
  width: 50%; /* Teksti do të mbushë gjysmën tjetër të kartës */
}

h3 {
  font-size: 24px;
  color: #253341;
  font-family: 'Cormorant Garamond', serif;
}

ul.facilities {
  padding-left: 20px;
  list-style-type: none;
}

ul.facilities li {
  font-size: 14px;
  color: #666;
}

button#bottone5 {
  background-color: #253341; 
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px;
}

button#bottone5:hover {
  background-color: #0e1317;
}

/* Responsiviteti: */
@media (max-width: 768px) {
  .room-card {
    flex-direction: column; /* Në ekranet më të vogla, bëhen një kolonë */
  }

  .room-image, .room-info {
    width: 100%; /* Çdo pjesë do të marrë 100% të gjerësisë */
  }

  .room-image {
    height: auto; /* Siguron që imazhi të ruajë raportin e tij */
  }
}

