@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 {
  
  margin: 0px;
  padding: 0px;
  
overflow-x: hidden !important;
font-family: "Allison", cursive;
font-family: "Barlow", sans-serif;
  font-family: "Marcellus", serif;
  font-family: "Cormorant Garamond", serif;

  color: rgb(0, 0, 0);

}
.container1{
  width: 86%;
}
h6{
  font-family: "Jost", sans-serif !important;
  font-weight: 400;
color: #555555 ;
  font-size: 16px;
  line-height: 27px;
}
a{
  text-decoration: none !important;
  color: #ffffff;
}
#navigation{
  z-index: 10;
  background: #1d373800;
  height: 95px !important;
  padding: 5px 0px !important;
}
#navbar{

  padding: 5px 0px !important;
  z-index: 1000 !important;

}
.navbar-toggler-icon {
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  vertical-align: middle;
  background-image: url('../images/icons8-menu-30.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  align-content: flex-end;
  justify-content: space-between;
}
li.nav-item a.nav-link {
  color: rgb(255, 255, 255) !important;
font-family: 'Jost', sans-serif;
font-weight: 500 !important;
transition: border-bottom 0.3s ease-in-out;

}


a.nav-link:hover {

  text-decoration: none;
  border-bottom: 1px solid white;

  transition: border-bottom 0.3s ease-in-out;
}

.navbar li a.active {
  color: #ffffff!important;
  transform: scale(1.05);
  background-color: transparent;
  border-bottom: #ffffff 1px solid !important;

}
.button {
  cursor: pointer;
  padding: 10px 40px;
  font-size: 18px;
  color: black;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 0px;
  outline: none;
  box-shadow: 0 6px 7px rgba(0, 0, 0, 0.1),
    inset 0 2px 4px rgba(255, 255, 255, 0.5); /* HinzufÃƒÂ¼gen eines inneren Schattens fÃƒÂ¼r Tiefe */
  backdrop-filter: blur(12px) saturate(180%);
  -webkit-backdrop-filter: blur(12px) saturate(180%);
  position: relative;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.5);
  transition: box-shadow 0.4s ease, transform 0.4s ease;
  background-image: linear-gradient(
    to top,
    rgba(206, 255, 255, 0.75),
    rgba(216, 255, 244, 0.65)
  );
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 0%;
}

.button:hover {
  box-shadow: 0 7px 9px #0E1317,
    inset 0 3px 5px rgba(255, 255, 255, 0.6);
}

@keyframes fillButtonAndPress {
  0% {
    background-size: 100% 0%;
    transform: translateY(0);
    border: 2px solid rgba(255, 255, 255, 0.6);
  }
  100% {
    background-size: 100% 100%;
    transform: translateY(2px);
    border: 1px solid rgba(205, 235, 218, 0.6);
  }
}

.button:active {
  animation: fillButtonAndPress 0.4s ease forwards;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2),
    inset 0 2px 4px rgba(255, 255, 255, 0.7);
}

.font {
  font-family: sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

.justify-content-end {
  justify-content: space-evenly!important;
}
.text-bg-dark {
  color: #fff!important;
  background-color: #1F242E !important;
}
/* Styles for the content section */

.content {
  width: 77%;
  margin: 50px auto;
  font-family: 'Merriweather', serif;
  font-size: 17px;
  color: #6c767a;
  line-height: 1.9;
}

@media (min-width: 500px) {

  .content {
    width: 43%;
  }
  #button {
    margin: 30px;
  }
}
.content h1 {
  margin-bottom: -10px;
  color: #03a9f4;
  line-height: 1.5;
}
.content h3 {
  font-style: italic;
  color: #96a2a7;
}
a{
  text-decoration: none;
}

.navbar-brand img {
  width:60px;
}
.navbar-nav {

  align-items: center;

  padding-top: 0px;
  padding-bottom:0px;
}
.navbar .navbar-nav .nav-link {
  color: #5c1b1b;
  font-size: 13px;
  font-weight: 400;
  padding: 0.5em 0.5em;
}
a.nav-link.active{
  color: #C29F7B !important
  ;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: none;
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
.navbar-collapse{
  
  padding-left: 0px !important;
  margin-left: 0px !important;
}
.swiper{
  height: 95vh;
position: relative;
margin-top: -150px;
z-index: 1 !important;

}

.slide-caption{
  padding-top:18%;
   text-align: center !important;
   justify-content: center !important;
   align-items: center !important;
 }



 .banner_wrapper .swiper-pagination-bullets .swiper-pagination-bullet {

   background-color: #ffffff;

 }
 .sticky{
  position: fixed;
  top: 0;
  z-index: 10!important;
  background: #111319!important;
transition: 1s ease !important;
  box-shadow: none!important;
  width: 100%;
}

.slide-caption h1 {
  color: #ffffff;
  font-family: "Cormorant Garamond", serif;
  text-transform: capitalize;
  font-size: 70px !important;
  font-weight: 400 !important;
letter-spacing: 3px;
  text-align: center;
  transform: scale(0.94);
  animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
}
@keyframes scale {
  100% {
    transform: scale(1);
  }
}

span {
  display: inline-block;
  opacity: 0;
  filter: blur(4px);
}

span:nth-child(1) {
  animation: fade-in 0.8s 0.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(2) {
  animation: fade-in 0.8s 0.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(3) {
  animation: fade-in 0.8s 0.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}



@keyframes fade-in {
  100% {
    opacity: 1;
    filter: blur(0);
  }
}








    /* 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, #000000e8, #000000e5), url('images/DAN_7222 (1).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: 19px;
        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: 20px;
        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: 20px;
      }
      .footer2 a{
        font-family: "Cormorant Garamond", serif;
       font-size: 20px;
      }
      
    /* ---------------------------------------------- */
    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: 18px ;
        letter-spacing: 0.2px;
        }





        
  /*home two Section-title*/
.home-two .section-title {
  margin-bottom: 35px;
}

.home-two .section-title h4 {
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  color: #85714C;
  font-weight: 500;
  margin-top: 0;
  margin-left: 73px;
  position: relative;
}

.home-two .section-title h4:before {
  position: absolute;
  content: "";
  width: 56px;
  height: 1px;
  top: 14px;
  left: -67px;
  background: #1e1e1e;
}

.home-two .section-title h1 {
  font-size: 38px;
  line-height: 36px;
  color: #1e1e1e;
  font-weight: 700;
  text-transform: capitalize;
}

.home-two p.section-desc {
  width: 95%;
  margin: 18px 0 0;
}

.home-two .section-title.center:before{
 background: transparent;
}

.home-two .section-title.center h4{
  margin-left:0;
}

.home-two .section-title.center h4:before{
  background: transparent;
}

.home-two p.section-desc-2 {
  width: 60%;
  margin: auto;
  margin-top: 12px;
}

.home-two .luxury-button{
  margin-top: -19px;
  position: relative;
}

.home-two .luxury-button:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  left: 0;
  bottom: -11px;
  background: #c19d68;
  margin: 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: "Forum", serif;
  font-size: 18px;
  font-weight: 500;
  justify-content: center;
  line-height: 1.25;
  min-height: 3rem;
  padding: calc(.875rem - 1px) calc(1.5rem - 1px);
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
 }

 #bottone5:hover,
 #bottone5:focus {
  border-color: #000000;
  box-shadow: #ffffff 0 1px 2px;
  color: #000000;
  background-color: #ffffff;
 
 }
 
 #bottone5:hover {
  transform: translateY(-1px);
 }
 
 #bottone5:active {
  background-color: #F0F0F1;
  border-color: #ffffff;
  
  color: #ffffff;
  transform: translateY(0);
 }



 /*** 

====================================================================
  service-section-Six
====================================================================

***/
.service-section-six {
  background-image: url(../images/2564898.jpg) ;
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;

}

.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: "Cormorant Garamond", serif;
  font-size: 30px;
  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: 100px;
  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: 80px 40px 50px;
  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: 10px 20px 0px;
    text-align: center !important;
  }
}
.service-block-six .overlay-content {
  background-color: #0D0C0C;
  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;
}




.cart2{
  font-size:18px;
  color: #000000;
}
.cart{
  font-size: 45px;
}
.cart1{
  font-size:30px;
  color: #000;
}

.info-section{
  background: url('../photos/flower.png');
  background-color: #0E1317;
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;

}
.text-col{
  padding: 40px;
}

@media (min-width: 768px) {
  .button-66 {
    padding: 16px 44px;
    min-width: 150px;
  }
}


/*** 

====================================================================
  service-section three
====================================================================

***/
.service-section-three {
  position: relative;
  padding: 100px 0 70px;
  background-color: #f3f3f3;
}
@media (max-width: 575.98px) {
  .service-section-three {
    padding: 80px 0 50px;
  }
}
.service-section-three:before {
  content: "";
  position: absolute;
  bottom: 0;
left: 0;
  width: 665px;
  height: 466px;
  background-image: url(../images/home.png);
}
@media (max-width: 575.98px) {
  .service-section-three .sec-title {
    margin-bottom: 30px;
  }
}
.service-section-three .sec-title .sub-title:before {
  display: none;
}
@media (max-width: 575.98px) {
  .service-section-three .sec-title .sub-title {
    margin-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .service-section-three .sec-title h2 {
    font-size: 29px;
  }
}
.service-section-three .sec-title .text {
  margin-left: -5px;
}
.service-section-three .carousel-outer {
  margin-right: -375px;
}
@media (max-width: 1399.98px) {
  .service-section-three .carousel-outer {
    margin-right: 0;
  }
}

.service-block-three {
  margin-bottom: 32px;
}
.service-block-three .inner-box {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-three .inner-box:hover {
  background-color: var(--theme-color-dark);
}
.service-block-three .inner-box:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.service-block-three .inner-box:hover .content-box .title {
  color: var(--theme-color-light);
}
.service-block-three .inner-box .image {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-three .inner-box .image img {
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-three .inner-box .content-box {
  padding: 100px 0 15px;
  position: absolute;
  bottom: 0;
  left: 30px;
}


/* Inicioni numÃ«rimin pÃ«r seksionin */
.service-section-three {
  counter-reset: my-sec-counter; /* Krijon njÃ« counter pÃ«r seksionin */
}

/* Numri pÃ«r secilÃ«n shÃ«rbim */
.service-block-three .inner-box .content-box:before {
  counter-increment: my-sec-counter; /* Rrit numrin pÃ«r secilin shÃ«rbim */
  content: counter(my-sec-counter, decimal-leading-zero) " "; /* Shfaq numrin */
  position: absolute;
  line-height: 1;
  left: 0;
  top: 0;
  font-family: 'jost', sans-serif;
  font-size: 80px;
  color: #ffffff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}
.service-block-three .inner-box .content-box .title {
  color: var(--theme-color-light);
  margin-bottom: 18px;
}


.about-text{
             

  font-family: 'Barlow', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.75em;
  color: #585858;
  margin-bottom: 20px;


}
.about-baner h3{
  font-family: "Forum", serif;
  font-size: 40px;
}

.room-home h4{
  font-family: "Forum", serif;
  font-size: 40px;

}

.image-container {
  position: relative;
  display: inline-block;
}

.image-container img {
  display: block;
  width: 100%;
  height: auto;
}

.image-container a button {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
          
.meet{
background-image: url(images/605c43bc-95fe-416c-8b9c-27ccd19cf4db-1-1024x580.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }


  .loop-holder {
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
  }
  
  .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: #72727279 !important;
  }
  }

  .section-bg4{
    background: url('../images/IMG_3822.JPG') rgba(0, 0, 0, 0.579);
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-blend-mode: multiply;
    padding-top: 300px;
    padding-bottom: 150px;
    position: relative;
    margin-top: -150px;
    text-align: center;
  }

  .section-bg3{
    background: url('../images/6.jpg') rgba(0, 0, 0, 0.579);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-blend-mode: multiply;
    padding-top: 300px;
    padding-bottom: 150px;
    position: relative;
    margin-top: -150px;
    text-align: center;
  }
  .section-bg2{
    background: url('../images/AS_2019_DStudio_305.jpg') rgba(0, 0, 0, 0.579);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-blend-mode: multiply;
    padding-top: 300px;
    padding-bottom: 150px;
    position: relative;
    margin-top: -150px;
    text-align: center;
  }
  .section-bg1{
    background: url('../images/DAN_7243.jpg') rgba(0, 0, 0, 0.579);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-blend-mode: multiply;
    padding-top: 300px;
    padding-bottom: 150px;
    position: relative;
    margin-top: -150px;
    text-align: center;
  }
  .section-bg0{
    background: url('../images/DAN_7222 (1).jpg') rgba(0, 0, 0, 0.579);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-blend-mode: multiply;
    padding-top: 300px;
    padding-bottom: 150px;
    position: relative;
    margin-top: -150px;
    text-align: center;
  }
  .section-bg5{
    background: url('../images/DAN_7160.jpg') rgba(0, 0, 0, 0.579);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-blend-mode: multiply;
    padding-top: 300px;
    padding-bottom: 150px;
    position: relative;
    margin-top: -150px;
    text-align: center;
  }


  @media (max-width: 991px){
    .logo1{
display: none;
    }
    .navbar .navbar-nav .nav-link {
      font-size: 22px !important;
      font-family: "Cormorant Garamond", serif;
      align-items: start !important ;
  
    }
    .l9{
      margin-top: 20px !important;
    }
    .lo{
      text-align: center !important;
    }
    .slide-caption h1{
      font-size: 40px !important;
   
    }
.sts{
  margin-top: 40% !important;
  width: 70% !important;
}
.swiper{
  height: 700px;
}
.l1{
  display: none !important;
}
.home-two .section-title h1{
  font-size: 30px !important;
}
.l2{
  width: 100% !important;

}

.service-section-six {
  background-image: url(../images/andrew-kliatskyi-Cc0VTXEkdxw-unsplash.jpg) ;
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;

}
.card{
  margin-bottom: 20px !important;
}
.cart{
  font-size: 40px !important;
}
.home-two{
  margin-bottom: 40px !important;
}
.cls{
  margin-left: 0px !important;
}
  }


  .room-content{
    padding: 20px;
  }
  .room-content p{
    font-size: 18px;
  }
  .roomm{
    background: url('images/process-1.png') ;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
  }




  /* -------------------------------------- */
 
    .chef-restaurant {
        background: rgb(249, 241, 232);
        padding: 100px 0 0;
        position: relative;
        
      }

 
      .menu-content{
        padding: 0 300px;
      }
        
.item-right{
  position: absolute;
  left: -142px;
  top: -30px;
}
.item-left{
  position: absolute;
  right: -155px;
  top: 220px;
}



.event-image {
  width: 501px;
        height: 609px;

        position: relative;

 
}
.title1{
  font-family: "Cormorant Garamond", serif;
  font-size: 50px;
}

.text22 {
padding-left: 0px;
padding-right: 40px;
padding-top: 20px;
  font-size: 18px;
  letter-spacing: 1px;
}

.event-content{
 padding-left: 70px;
 padding-right: 70px;
}

.cover-bg{
  background: url('../images/78788.jpg') rgba(0, 0, 0, 0.705);
  background-attachment: fixed;
  background-position:bottom;
  background-size: cover;
 
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  padding-top: 120px;
  padding-bottom: 120px;
}

@media screen and (max-width: 991px) {
  .item-right{
    width: 50% !important;
    left: -40px;
  }
  .menu-content{
    padding: 0px !important;
  }
  .item-left{
    width: 50% !important;
    right: -70px;
    top: 470px;
  }
  .title{
    font-size: 40px !important;
  }
  .zz{
    margin-top:130%!important;
  }
  .event-image{
    height: 0px !important;
  }
  .title1{
    font-size: 35px !important;
  }
  .event-content{
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-top: -40px !important;
    height: auto !important;
  }
  .text22{
    padding-right: 0px !important;
  }
  .ll{
    display: none;
  }
  .ew{
   display: none !important;
  }
  .image5 {
    margin-left: -2px !important;
    margin-top: -430px !important;
}
.lie{
  margin-top: 50px !important;
}
.image41{
margin-top: -20px;
margin-left: 40px;

}
.lie{
  padding: 40px !important;
  background: url(../images/iefubvef.png) no-repeat 105% 50% !important;
  background-color: #F4EFE9;
  background-repeat: no-repeat;
  background-size: 40%;
  margin-top: 80px;
  margin-bottom: 20px !important;
}


.lie2{
  margin-left: 0px !important;
}
.fac3{
  font-size: 35px !important;
  margin-top: 90px;
}
.w{
  padding-top: 70px !important;
  padding-bottom: 50px !important;
}
.cart5{
  padding-top: 20px;
}
.t5{
  padding-top: 20px !important;
  padding-bottom: 50px !important;
}
.i9{
  width: 55%;
}
.p0{
font-size: 35px !important;
}
.x7{
  display: none;
}
.service-block-six .count{
  font-size: 72px !important;
}
.title{
  font-size: 30px !important;
}
.event{
  margin-top: 50px !important;
}
.title1{
  font-size: 30px !important;
}
.nn{
  display: none;
}
.stt{
  margin-left: 100px !important;
}
.loop-holder__text{
  font-size: 11vw !important;
}
.zz{
  display: none !important;
}
}
.lie {
  padding: 40px !important;
  background: url(../images/IMG_3830.JPG) no-repeat 105% 50%;
  background-color: #F4EFE9;
  background-repeat: no-repeat;
  background-size: 40%;
  margin-top: 80px;
  margin-bottom: 80px;
}
.Slogan3 .bg{
  background: url('images/2564898.jpg')rgba(0, 0, 0, 0.322);
  /* background-attachment: fixed; */
  background-position:center  ;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height:400px;
}




button.learn-more{
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
 }
 
 button.learn-more {
  width: 12rem;
  height: auto;
 }
 
 button.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #0D283D;
  border-radius: 1.625rem;
 }
 
 button.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
 }
 
 button.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
 }
 
 button.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.29rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
 }
 
 button.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #282936;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
 }
 
 button:hover .circle {
  width: 100%;
 }
 
 button:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
 }
 
 button:hover .button-text {
  color: #fff;
 }
 .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;
}



.contact-description .country {
  margin: 0 auto !important;
  position: relative;
}

.contact-description .country img {
  top: 0;
  margin: 0 auto;
}
.contact-description .country h3 {
  color: white;
  font-size: 20px;
  text-align: center;
  margin-top: -27px;
}

.contact-page .single-contact {
  border: 1px solid #bdbdbd;
  border-radius: 10px;
  padding: 20px 50px;
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  margin-top: 40px;
}

.contact-page .single-contact .title {
  line-height: 1;
  background-color:white;
  position: absolute;
  left: 35px;
  top: -8px;
  padding: 0 20px;
}

.contact-page .single-contact .title h6 {
  color: #787878;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
}

.contact-page .single-contact .icon {
  height: 44px;
  min-width: 44px;
  max-width: 44px;
  border-radius: 50px;
  background-color:#0D283D;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-page .single-contact .icon svg {
  fill: white;
  width: 20px;
}

.contact-page .single-contact .content1 {
  line-height: 1;
}


.contact-page .single-contact .content1 h6 a {
  color: #100C08;
  font-size: 18px;
  font-weight: 500;
  padding-top: 10px;
}




.contact-form {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 400px;
}
.contact-form h2 {
  text-align: center;
  color: #333;
}
.contact-form input, .contact-form textarea {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #bdbdbd;;
  border-radius: 5px;
}
.contact-form button {
  width: 100%;
  padding: 10px;
  background: #000000;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.contact-form button:hover {
  background: #0056b3;
}
.error {
  color: red;
  font-size: 14px;
}



.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;
}



/* restaurant */
   .menu-item {
      position: relative;
      text-align: center;
      color: white;
    }
    .menu-item img {
      width: 100%;
      height: auto;
      position: relative;
    }
    .menu-item::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.452); /* Light dark overlay */
      z-index: 1;
    }
    .centered-text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 2rem;
      font-weight: 400;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.884);
      z-index: 2;
      color: #f0f0f0; /* Lighter text color */
       font-family: "Jost", sans-serif !important;
    }

    .section-bg1-salads{
       background: url('../images/salads-bg.jpg') rgba(0, 0, 0, 0.579);
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-blend-mode: multiply;
    padding-top: 300px;
    padding-bottom: 150px;
    position: relative;
    margin-top: -150px;
    text-align: center;
    }

    .section-bg1-soups{
         background: url('../images/soup-321.jpg') rgba(0, 0, 0, 0.579);
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-blend-mode: multiply;
    padding-top: 300px;
    padding-bottom: 150px;
    position: relative;
    margin-top: -150px;
    text-align: center;
    }

    
    .section-bg1-pasta{
              background: url('../images/pasta-32.jpg') rgba(0, 0, 0, 0.579);
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-blend-mode: multiply;
    padding-top: 300px;
    padding-bottom: 150px;
    position: relative;
    margin-top: -150px;
    text-align: center;
    }
    .section-bg1-rizoto{
                  background: url('../images/Rizotooo1.jpg') rgba(0, 0, 0, 0.579);
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-blend-mode: multiply;
    padding-top: 300px;
    padding-bottom: 150px;
    position: relative;
    margin-top: -150px;
    text-align: center;
    }
    .section-bg1-side{
                      background: url('../images/asparagus1.jpg') rgba(0, 0, 0, 0.579);
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-blend-mode: multiply;
    padding-top: 300px;
    padding-bottom: 150px;
    position: relative;
    margin-top: -150px;
    text-align: center;
    }
    .section-bg1-fish{
                  background: url('../images/Rizotooo1.jpg') rgba(0, 0, 0, 0.579);
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-blend-mode: multiply;
    padding-top: 300px;
    padding-bottom: 150px;
    position: relative;
    margin-top: -150px;
    text-align: center;
    }
    .section-bg1-meat{
              background: url('../images/meatfdsa.jpg') rgba(0, 0, 0, 0.579);
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-blend-mode: multiply;
    padding-top: 300px;
    padding-bottom: 150px;
    position: relative;
    margin-top: -150px;
    text-align: center;
    }
    .section-bg1-desserts{
                 background: url('../images/emebelsireback.jpg') rgba(0, 0, 0, 0.579);
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-blend-mode: multiply;
    padding-top: 300px;
    padding-bottom: 150px;
    position: relative;
    margin-top: -150px;
    text-align: center; 
    }
    .section-bg1-fish{
                  background: url('../images/emebelsireback.jpg') rgba(0, 0, 0, 0.579);
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-blend-mode: multiply;
    padding-top: 300px;
    padding-bottom: 150px;
    position: relative;
    margin-top: -150px;
    text-align: center; 

    }
    .beverage-list {
      color: #8B0000;
      font-family: Verdana, sans-serif;
    }
    .beverage-list .header {
      font-size: 1.6rem;
      margin-bottom: 0.6rem;
    }
    .beverage-list .item-list {
      list-style: none;
      padding: 0;
    }
    .beverage-list .item-list li {
      margin-bottom: 0.3rem;
      font-size: 18px;
    }
    .beverage-list .item-list li span {
      float: right;
    }
    .image-expand {
      position: relative;
      overflow: hidden;
    }
    .image-expand img {
      width: 100%;
      height: auto;
      transition: transform 1.2s ease-in-out;
      transform-origin: top right;
    }
    .image-expand img.expanded {
      transform: scale(1);
    }
    .image-expand img.collapsed {
      transform: scale(0.15);
    }
    @keyframes expandImage {
      from { transform: scale(0.15); }
      to { transform: scale(1); }
    }
    .image-expand:hover img {
      animation: expandImage 1.2s ease-in-out forwards;
    }