

@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');

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: 'Barlow', sans-serif;
    line-height: 30px;
    font-size: 18px;

  }
  a{
    text-decoration: none;
    color: #ffffff;
  }
  ::selection {
    color: #ffffff;
    background: #74685E;
  }
  
  .background-container {
  
    animation: zoom 10s ease-in-out forwards;
  }
  
  @keyframes zoom {
    0% {
      transform: scale(1);
    }
  
    100% {
      transform: scale(1.1);
    }
  }
  .navbar-nav{
     
      display: flex;
      justify-content: center !important;
      align-items: center !important;
      text-align: center !important;
      padding-left: 0px !important;
    }
  
    a{
        text-decoration: none;
    }
    nav.navbar {
      background-color: #ffffff;
    
      backdrop-filter: blur(0px) !important;
      transition: background .5s !important;
      font-family: 'Gilda Display', serif;
      text-transform: uppercase;

      z-index: 1000;
      width: 100%;
letter-spacing: 1px;
      position: relative;
    
    
    }
    
    li.nav-item a.nav-link {
      color: #000000 !important;
      font-size: 15px !important;
    
    
    
    }
    
    .nav-item {
      margin-top: 25px;
      margin-bottom: 20px;
      text-align: center;
    
    }
    
    a.nav-link:hover {
      transform: scale(1.07);
    
    }
    
    .navbar li a.active {
      color:#000000 !important;
      transform: scale(1.05);
      border-bottom: 1px #000000 solid !important;
      background-color: transparent;
    
    }
    
    
    .dropdown-menu {
      background-color: #ffffff !important;
      color: #000000;
      backdrop-filter: blur(0px) !important;
      transition: background .5s !important;
      border: 1px solid #000000;
      font-family: "Forum", serif;
      font-weight: 400;
      z-index: 100;
      width: 100%;
      text-align: center;
      padding: 10px;
    }
    
    .dropdown-menu .dropdown-item {
      color: rgb(0, 0, 0);
      text-align: left;
    }
    
    .dropdown-menu .dropdown-item:hover {
      background-color: #ffffff;
      border: 1px solid #252525;
      transform: scale(1.02);
      color: rgb(0, 0, 0);
    }

  
 
  #bottone5 {
    align-items: center;
    background-color:#CC9F4A;
    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 4px 12px;
    color: #000000;
    background-color: #ffffff;
   }
   
   #bottone5:hover {
    transform: translateY(-1px);
   }
   
   #bottone5:active {
    background-color: #F0F0F1;
    border-color: #ffffff;
    box-shadow: #ffffff 0 2px 4px;
    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 {
    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, hsla(0, 0%, 0%, 0.808), #000000d2), url('image/472400174.jpg') center / cover no-repeat , #000000;
    padding: 5% 0 5% 0;
  }
  
  .footer_wrapper h5 {
    color: #ffffff;
    margin-bottom: 1.25rem;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
  }
  
  .footer_wrapper ul li {
    margin-bottom: .5rem;
    list-style: none;
  }
  
  .footer_wrapper .contact-info li a {
    color: rgb(255, 255, 255);
  }
  
  .footer_wrapper .link-widget li a,
  .footer_wrapper p {
    color: rgb(255, 255, 255);
    font-size: 14px;
    padding-left: 1.5rem;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  
  .footer_wrapper .link-widget li a::before {
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0.3rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  
  }
  
  .footer_wrapper .link-widget li a:hover {
    margin-left: .625rem;
    color: hsl(0, 0%, 100%);
  }
  
  
  .footer_wrapper .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: var(--secondary-color);
  }
  
  .footer_wrapper .copyright-section {

    padding: 1.10rem 0 .3125rem;
    text-align: center;
  }
  
  .footer_wrapper .copyright-section a {
    color: white;
  }
  
  @media (max-width: 767px) {
    .footer_wrapper>div {
      padding: 0 1.875rem;
    }
  }

  .footer_wrapper .social-network a {
    width: 2.1875rem;
    height: 2.1875rem;
    margin: .5rem;
    line-height: 2rem;
    font-size: .975rem;
    display: inline-block;
    border: .125rem solid #F5BD75;
    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 #ffffff;
  }
  
/* ---------------------------------------------- */
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;
}
/* ---------------------------- */

  
.swiper{
    height: 750px;
  
  z-index: 1 !important;
  
  }
  
  .slide-caption{
    padding-top:12%;
     text-align: center !important;
     justify-content: center !important;
     align-items: center !important;
   }
   .slide-caption h6{
    margin-bottom: 0px !important;
  font-family: "Marcellus", serif;
    text-transform: capitalize !important;
    font-weight: 400 !important;
    color: white !important;
   }
   .slide-caption h1{
  
     text-transform: capitalize !important;
     letter-spacing: 4px;
     font-size: 55px !important;
     margin-top: 0px !important;
     padding-top: 0PX !important;
   font-weight: 500 !important;
     color: #ffffff ;
    font-family: "Marcellus", serif;

     
   }
   .slide-caption h4{

 
   font-family: "Marcellus", serif;
    
    
  }
   .banner_wrapper .swiper-pagination-bullets .swiper-pagination-bullet {
     width: .9375rem;
     height: .9375rem;
     background-color: #B8965D;
     border: .0625rem solid #ffffff;
     margin-bottom: 50px;
   }
   .sticky{
    position: fixed;
    top: 0;
    z-index: 10!important;
    background: #000000!important;
  
    box-shadow: none!important;
    width: 100%;
  }
  
  .container{
    width:100% !important;
  }
  .parallax_wrapper{
    position:relative;
 
}
@media (max-width: 991px){
    .parallax_wrapper
    {
        padding-left:11%
    }
}
.parallax_wrapper .img_over{
    left:-25%;
    bottom:22%;
    position:absolute;
    z-index:99
}
@media (
    max-width: 991px) {
.parallax_wrapper .img_over{
    left:0
}
}
.parallax_wrapper .img_over img{
    border:4px solid #fff;
    width:50%;
    height:auto;
    -webkit-box-shadow:10px 10px 26px 0px rgba(0,0,0,0.21);
    -moz-box-shadow:10px 10px 26px 0px rgba(0,0,0,0.21);
    box-shadow:10px 10px 26px 0px rgba(0,0,0,0.21)}
@media (max-width: 991px){
    .parallax_wrapper.inverted{
        padding-left:inherit;padding-right:25%
    }}
    .parallax_wrapper.inverted .img_over{
        text-align:right;
        left:inherit;
        right:-25%}
@media (max-width: 991px){
    .parallax_wrapper.inverted .img_over{
        left:inherit;
        right:0
    }

    .slide-caption h1{
        font-size:45px !important;
        letter-spacing: 2px !important;
    }
    .slide-caption h4{
        padding-top: 150px !important;
       
    }
    .img1{
        display: none !important;
    }
    .resort1{
        display: none !important;
    }
    .hhh{
        font-size: 35px !important;
    }
    
}
 

   
   /**About Two**/
.about-two {
    padding: 70px 0px;
    position: relative;
  
    z-index: 1;
  }
  @media (max-width: 991px) {
    .about-two {
      padding: 100px 0px;
    }
  }
  @media (max-width: 767px) {
    .about-two {
      padding: 80px 0px;
    }
  }
  .about-two__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    mix-blend-mode: overlay;
    z-index: -1;
  }
  .about-two__thumb {
    position: relative;
    z-index: 1;
  }
  .about-two__thumb__item {
    position: relative;
    z-index: 1;
    margin-right: 100px;
    margin-left: 30px;
  }
  @media (max-width: 1199px) {
    .about-two__thumb__item {
      margin-right: 30px;
      margin-left: 30px;
    }
  }
  .about-two__thumb__item img {
    object-fit: cover;
    width: 100%;
  }
  .about-two__thumb__item::after {
    content: "";
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    background: transparent;
    border: 1px solid var(--solinom-base, #CBA36B);
  }
  .about-two__thumb__item::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--solinom-base, #CC9F4A);
    transform: rotate(-10.21deg);
    z-index: -1;
    transition: all 0.5s ease-in-out;
  }
  .about-two__thumb__item:hover::before {
    transform: rotate(0deg);
  }
  .about-two__thumb__small {
    position: absolute;
    bottom: 0;
    left: -100px;
    z-index: 1;
    animation: top-bottom-two 4s ease-in-out infinite;
  }
  .about-two__thumb__small img {
    width: 243px;
    height: 243px;
    border-radius: 50%;
    border: 8px solid var(--solinom-gray2, #CC9F4A);
  }
  .about-two .sec-title {
    padding-bottom: 15px;
    font-family: "Marcellus", serif;
    font-weight: 700;
  }
  .about-two .sec-title .sec-title__title {
    font-weight: 500;
    line-height: 120%;
  }
  .about-two__top__text {
    font-weight: 500;
    font-size: 18px;
    line-height: 166%;
    max-width: 490px;
    width: 100%;
    margin-bottom: 30px;
    text-align: justify;
    font-family: "Forum", serif;
  }
  .about-two__feature {
    margin-bottom: 40px;
  }
  .about-two__feature__item {
    position: relative;
    padding: 40px 30px;
    z-index: 1;
    overflow: hidden;
  }
  .about-two__feature__item::after {
    content: "";
    width: 100%;
    height: 166px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #24242494;
    z-index: -1;
  }
  .about-two__feature__item:hover .about-two__feature__icon {
    animation: shake 0.3s linear 2;
    background-color: var(--solinom-base, #ccb487);
    color: var(--solinom-white, #fff);
  }
  .about-two__feature__item:hover .about-two__feature__bg {
    transform: scale(1.1);
  }
  .about-two__feature__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -2;
    transform: scale(1);
    transition: all 0.4s ease-in-out;
  }
  .about-two__feature__icon {
    margin-top: 25px;
    width: 60px;
    border-radius: 50%;
    background-color: var(--solinom-text, #CC9F4A);
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--solinom-base, #CC9F4A);
    font-size: 30px;
    transition: all 0.4s ease-in-out;
  }
  .about-two__feature__title {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 350%;
    color: var(--solinom-white, #fff);
    text-transform: capitalize;
    margin-top: -6px;
    margin-bottom: -15px;
    padding-bottom: 0;
  }
  .about-two__feature__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
  }
  .about-two__feature__title a:hover {
    background-size: 100% 1px;
  }
  .about-two__feature__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 188%;
    margin-bottom: -10px;
    padding-bottom: 0;
    color: white;
  }
  .about-two .solinom-btn {
    padding: 11px 40px;
    border: 1px solid transparent;
  }
  .about-two .solinom-btn:hover {
    border-color: rgba(var(--solinom-white-rgb, 255, 255, 255), 0.4);
  }


  
  .facilities-section{
    background: url('image/472399876.jpg')rgba(24, 24, 24, 0.726);
    background-attachment: fixed;
    background-position:center 70% ;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
   padding-top: 80px ;
   padding-bottom: 70px;

  }
  
  .facilities-section h3{
    font-family: "Forum", serif;
  }
  .card{
    background-color: white;
    padding: 50px;
    border: 1px rgba(0, 0, 0, 0.233);
  }
  .card:hover{
    transform: scale(1.02);
  }
  
  .cta {
    border: none;
    background: none;
  
    fill: #644222;
  }
  
  .cta span {
    padding-bottom: 7px;
    letter-spacing: 4px;
    font-size: 14px;
  
    text-transform: uppercase;
    
    color: #644222;
  }
  
  .cta svg {
    transform: translateX(-8px);
    transition: all 0.3s ease;
    
    color: #644222;
  }
  
  .cta:hover svg {
    transform: translateX(0);
  }
  
  .cta:active svg {
    transform: scale(0.9);
  }
  
  .hover-underline-animation {
    position: relative;
    color: #644222;
    padding-bottom: 20px;
  }
  
  .hover-underline-animation:after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #644222;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
  }
  
  .cta:hover .hover-underline-animation:after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
  .quote-background{
    background: url('../photos/fixed-img.jpg')!important;
    background-size: cover!important;
    background-position: center center!important;
    position: relative!important;
    background-attachment: fixed!important;
    background-repeat: no-repeat !important;
    height: 400px;
    margin-top: 100px;
  }
  .rooms-section{
    margin-top: 100px;
  }
  .book-box{
    width: 350px;
  text-align: center;
    background-color: #644222;
    color: white;
    padding: 15px;
    margin-top: -50px;
  }
  .card1{
    padding: 30px;
  }
  .room-content{
    margin-top: 30px;
  }
  .room-wrapper:hover{
    box-shadow: 0.5rem 0.5rem #644222, -0.5rem -0.5rem #ccc;
  }
  
  
  .testimonials-section{
    background: url('../image/472399876.jpg');
    padding: 100px;
    margin-top: 100px;
    text-align: right;
  }
  
  .card2{
    padding: 15px;
    background-color: #FFFFFF;
  
  
  
  }


/* ROOM */

.rooms1{
  background-color:#F3F3F3;
  padding-top: 50px;
  padding-bottom: 50px;
}
.rooms1 .item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  background-color: CRE;
}
.rooms1 .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;
}
.rooms1 .item:hover .con {
  bottom: 0;
}
.rooms1 .item img {
  -webkit-transition: all .5s;
  transition: all .5s;
}
.rooms1 .item .category {
position: absolute;
  top: 20px;
  right: 20px;
  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;
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 3px;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.5);
  font-family: 'Barlow Condensed', sans-serif;
  padding: 10px 3px;
  line-height: 1.5em;
}
.rooms1 .item .category a {
  color: #fff;
}
.rooms1 .item .category:hover {
  color: #fff;
}
.rooms1 .item .con {
  padding: 20px;
  position: absolute;
  bottom: -60px;
  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, rgba(0, 0, 0, .1) 2%, rgba(0, 0, 0, .75) 90%);
  background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
}
.rooms1 .item .con h6,
.rooms1 .item .con h6 a {
  position: relative;
  color: #fff;
  font-size: 15px;
  font-family: 'Gilda Display', serif;
  display: inline;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.rooms1 .item .con h6 i {
  font-size: 6px;
  margin-right: 2px;
}
.rooms1 .item .con h5,
.rooms1 .item .con h5 a {
  position: relative;
  color: #fff;
  font-size: 27px;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: 'Gilda Display', serif;
}
.rooms1 .item .con p {
  color: #fff;
  font-size: 20px;
}
.rooms1 .item .con i {
  color: #fff;
  font-size: 18px;
}
.rooms1 .item .con i:hover {
  color: #fff;
}
.rooms1 .item .con .butn-light {
  margin-left: 0;
  border-radius: 30px;
  border-color: #666;
  padding: 11px 30px;
}
.rooms1 .item .con .butn-light:hover {
  border-color: #AA8453;
}
/* line animation */
.rooms1 .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 30px;
}
.rooms1 .item:hover .line {
  width: 100%;
  transition-property: all;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
}
/* facilities */
.rooms1 .facilities ul {
margin: 0;
padding: 0;
list-style: none;
}
.rooms1 .facilities ul li {
color: #fff;
font-size: 10px;
text-transform: uppercase;
  letter-spacing: 3px;
line-height: 1.2em;
padding-bottom: 20px;
  float: left;
}
.rooms1 .facilities ul li i {
margin-right: 10px;
}
/* permalink */

.rooms1 .item .con .permalink a {
  color: #fff;
  text-align: right;
}


 .golden2{
  font-family: "Marcellus", serif;
  font-size: 45px;
  padding-bottom: 10px;
}
.golden1{

  font-family: "Forum", serif;
  font-size:20px;
}
/* END */


#testimonials{
  background-size: cover;
background-color: #ffffff;

}
#testimonials h2{
  font-family: "Forum", serif;
}
.review-boxes{
  background-color: #ffffff88;
  color: #000000;
  padding: 0 25px;

  
  
  transition-duration: 0.5s;
  height: 350px;

}

.review-boxes:hover{
  background-color: #0c0c0c;
  transition-duration: 0.5s;
color: white;
}

.review-boxes:hover p{
color: white;
}

/* private oparty home section */
.wedding{
  background: url('') ;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: 30%;

  padding-top: 70px;

}
@media (max-width: 991px){

  #home h1{
    font-size: 30px !important;
    line-height: 50px !important;
  }

  .mnmn{
    font-size: 30px !important;
    line-height: 50px !important;
  }

  #home h4{
    font-size: 17px !important;
 
  }
  .swiper{
    height: 650px;

  
  }

  .about-two__thumb__small img{
    display: none !important;
  }
  .about-two .sec-title{
    margin-top: 30px !important;
  }
  .facilities-section{
    margin-top: -70px !important;

  }
  .card {
    margin-bottom: 20px !important;
    margin-left: 25px !important;
  }
  .golden2{
    font-size: 35px !important;
  }
  .facilities-section h1{
    font-size: 30px !important;
  }
.iii{
  display: none !important;
}


.wedding{
  padding-top: 0PX !important;
}
.gallery h4
{
  font-size: 35px !important;
}
.img21 {
  display: none !important;
}
#testimonials{
  margin-top: -170px !important;
}
}



.rooms-bg1{
  background: url('image/472399876.jpg') rgba(0, 0, 0, 0.637);
  background-attachment: fixed;
  background-position:bottom ;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 50vh;
  position: relative;


}
.bg01{
  text-align: center;
  font-family: "Marcellus", serif;
  font-weight: 400;
   font-size: 45px;
  
   padding-top: 100px;

  letter-spacing: 2px;
   
    }
    @media(max-width:990px){
  
      .bg01{
         font-size: 35px !important;
         padding-top: 130px !important;
      }
     
   
 }
   
  


    .about-bg1{
      background: url('image/472399592.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: 50vh;
      position: relative;
    
    }
    .gallery-bg1{
      background: url('image/472399257.jpg') rgba(0, 0, 0, 0.568);
      background-attachment: fixed;
      background-position: bottom;
      background-repeat: no-repeat;
      background-size: cover;
      background-blend-mode: multiply;
      height: 50vh;
      position: relative;
    
     
    }

    .contact-bg1{
      background: url('image/472399968.jpg') rgba(0, 0, 0, 0.589);
      background-attachment: fixed;
      background-position: bottom;
      background-repeat: no-repeat;
      background-size: cover;
      background-blend-mode: multiply;
      height: 50vh;
      position: relative;
    
     
    }
    .menu-bg1{
      background: url('image/mm.jpg') rgba(0, 0, 0, 0.568);
      background-attachment: fixed;
      background-position: bottom;
      background-repeat: no-repeat;
      background-size: cover;
      background-blend-mode: multiply;
      height: 50vh;
      position: relative;
    
     
    }
    
.contact-bg h3{
  font-family: "Forum", serif;
  }
  .contact-bg{
      background: url('image/white.jpg');
      background-size: 80%;
      background-position:right;
      background-repeat: no-repeat;
      background-blend-mode: multiply;
      border-left: 1px solid #B78932; 
      padding-top: 70px;
      padding-bottom: 50px;
  
    }
   /* ------------- */

 .about-content-wrap {
  max-width: calc(100% - 40px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-content-wrap {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .about-content-wrap {
    margin-top: 60px;
  }
}

.about-list-item {
  margin-top: 30px;
}

.about-list-item ul li {
  font-size: 18px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 35px;
}

.about-list-item ul li i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
  color: #B89146;
  font-weight: 500;
}



.Seaction-About-1 .outline {
  position: relative;
  display: inline-block;
}

.Seaction-About-1 .outline img {
  display: block;
}

.Seaction-About-1 .outline::before {
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 2px solid rgb(255, 255, 255); /* Ngjyra e bordurÃƒÂ«s */
  box-sizing: border-box; /* Kjo siguron qÃƒÂ« dimensionet tÃƒÂ« pÃƒÂ«rfshijnÃƒÂ« bordurÃƒÂ«n */
}
.Seaction-About-1  h2 i{
  font-size: 20px;
  color: #E9CD72;
}

/*--------------------------------------------------------------
# Room
--------------------------------------------------------------*/
/**Room Card**/
.room-card {
  background-color: var(--solinom-white, #fff);
  position: relative;
}
.room-card__thumb {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.room-card__thumb img {
  object-fit: cover;
  width: 100%;
  transform: scale(1) rotate(0deg);
  transition: all 0.4s ease-in-out;
}
.room-card__thumb::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(var(--solinom-text-rgb, 16, 29, 34), 0.7);
  z-index: 0;
  transform: translateY(-70%);
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.room-card__feature {
  background-color: var(--solinom-white, #fff);
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 180%;
  text-transform: uppercase;
  color: var(--solinom-gray2, #283E46);
  padding: 4.5px 11px;
  position: absolute;
  top: 20px;
  left: 20px;
  margin-bottom: 0;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}
.room-card__feature:hover {
  background: var(--solinom-base, #CBA36B);
  color: var(--solinom-white, #fff);
}
.room-card__love {
  width: 32px;
  height: 32px;
  z-index: 1;
  background-color: var(--solinom-white, #fff);
  font-size: 15px;
  color: var(--solinom-text-gray, #7D8B90);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  line-height: 0;
  top: 20px;
  right: 20px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.room-card__love .active {
  color: var(--solinom-base, #CBA36B);
}
.room-card__love:hover {
  background-color: var(--solinom-text, #101D22);
}
.room-card__top {
  padding: 0px 30px;
  width: 100%;
  background-color: var(--solinom-gray, #1C2F36);
}
.room-card__top__inner {
  margin-top: -40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 3;
  margin-bottom: -44px;
}
.room-card__top__popup {
  display: flex;
  align-items: center;
  gap: 4px;
}
.room-card__top__popup__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background-color: var(--solinom-base, #CBA36B);
  font-size: 14px;
  color: var(--solinom-white, #fff);
  line-height: 0;
  transition: all 0.4s ease-in-out;
}
.room-card__top__popup__item:hover {
  background-color: var(--solinom-white, #fff);
  color: var(--solinom-base, #CBA36B);
}
.room-card__top__price {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: var(--solinom-base, #CBA36B);
  transition: all 0.4s ease-in-out;
}
.room-card__top__price__content {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: normal;
  display: block;
  color: var(--solinom-white, #fff);
}
.room-card__top__price__text {
  margin-bottom: 0;
  padding-bottom: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
  color: var(--solinom-white, #fff);
}
.room-card__content {
  position: relative;
  background-color: var(--solinom-gray, #1C2F36);
  padding: 30px;
  padding-top: 40px;
  overflow: hidden;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
.room-card__content__inner__element {
  width: 98px;
  height: 98px;
  position: absolute;
  border-radius: 100px;
  top: -45px;
  right: 24px;
  background: rgba(var(--solinom-gray2-rgb, 40, 62, 70), 1);
  z-index: 1;
  transition: all 0.5s ease;
}
.room-card__content__title {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: normal;
  margin-bottom: 7px;
  padding-bottom: 0;
  text-transform: capitalize;
  color: var(--solinom-white, #fff);
}
.room-card__content__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
  font-family: "Forum", serif;
  letter-spacing: 1px;
}
.room-card__content__title a:hover {
  background-size: 100% 1px;
}
.room-card__content__title a:hover {
  color: var(--solinom-text, #101D22);
}
.room-card__content__text {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 171%;
  margin-bottom: 10px;
  padding-bottom: 0;
  color: var(--solinom-text-gray, #7D8B90);
  max-width: 254px;
  width: 100%;
  transition: all 0.4s ease-in-out;
}
.room-card__content__star {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 20px;
  border: 1px solid var(--solinom-gray2, #283E46);
  margin-bottom: 20px;
  transition: all 0.4s ease-in-out;
}
.room-card__content__star__item {
  font-size: 17px;
  color: var(--solinom-base, #CBA36B);
  letter-spacing: -1px;
}
.room-card__content__star__item i {
  transition: all 0.4s ease-in-out;
}
.room-card__content__star__parson {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 171%;
  margin-bottom: 0;
  padding-bottom: 0;
  color: var(--solinom-text-gray, #7D8B90);
  transition: all 0.4s ease-in-out;
}
.room-card__content__star__parson strong {
  color: var(--solinom-white, #fff);
  transition: all 0.4s ease-in-out;
}
.room-card__content__btn {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 171%;
  text-transform: uppercase;
  color: var(--solinom-white, #fff);
  background-color: var(--solinom-text-dark, #15262C);
  padding: 9.5px 22px;
  border: 1px solid transparent;
}
.room-card__content__btn:hover {
  color: var(--solinom-white, #fff);
  border-color: rgba(var(--solinom-white-rgb, 255, 255, 255), 0.2);
}
.room-card__content__element {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  bottom: 0;
  transform: translateY(200px);
  transition-delay: 1400ms;
  transition: all 800ms ease-in-out;
  z-index: -1;
}
.room-card:hover .room-card__top__popup a {
  background-color: var(--solinom-gray, #1C2F36);
}
.room-card:hover .room-card__top__price {
  background-color: var(--solinom-gray, #1C2F36);
}
.room-card:hover .room-card__content {
  background-color: var(--solinom-base, #CBA36B);
}
.room-card:hover .room-card__content__inner__element {
  background: rgba(var(--solinom-gray2-rgb, 40, 62, 70), 0.2);
}
.room-card:hover .room-card__content__text,
.room-card:hover .room-card__content__star__item i,
.room-card:hover .room-card__content__star__parson strong {
  color: var(--solinom-white, #fff);
}
.room-card:hover .room-card__content__star {
  border-color: transparent;
  background-color: rgba(var(--solinom-white-rgb, 255, 255, 255), 0.16);
}
.room-card:hover .room-card__content__star__parson {
  color: var(--solinom-text-dark, #15262C);
}
.room-card:hover .room-card__content__element {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.room-card:hover .room-card__thumb img {
  transform: scale(1.1) rotate(5deg);
}
.room-card:hover .room-card__thumb::after {
  opacity: 1;
  transform: translateY(0);
}

/**Room Card List**/
.room-list-card {
  position: relative;
  z-index: 1;
  background: var(--solinom-white, #fff);
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
}
.room-list-card__image {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.room-list-card__image img {
  object-fit: cover;
  width: 100%;
  transform: scale(1) rotate(0deg);
  transition: all 0.5s ease-in-out;
}
.room-list-card__like {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--solinom-text-gray, #7D8B90);
  background-color: var(--solinom-white, #fff);
  position: absolute;
  top: 20px;
  right: 20px;
  transition: all 0.4s ease-in-out;
}
.room-list-card__like:hover {
  color: var(--solinom-base, #CBA36B);
  background-color: var(--solinom-gray, #1C2F36);
}
.room-list-card__label {
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 180%;
  text-transform: uppercase;
  color: var(--solinom-gray2, #283E46);
  padding: 5px 10px;
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: var(--solinom-white, #fff);
}
.room-list-card__title {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: normal;
  text-transform: capitalize;
  text-shadow: 0 0 0.1px currentColor;
  margin-bottom: 10px;
}
.room-list-card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.room-list-card__title a:hover {
  background-size: 100% 1px;
}
.room-list-card__title a:hover {
  color: var(--solinom-base, #CBA36B);
}
.room-list-card__price {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: normal;
  color: var(--solinom-base, #CBA36B);
  text-transform: capitalize;
  margin-bottom: 8px;
}
.room-list-card__price__shift {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  color: var(--solinom-text-gray, #7D8B90);
}
.room-list-card__content {
  padding: 30px 50px 30px 20px;
}
.room-list-card__content__inner {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .room-list-card__content__inner {
    flex-direction: column;
    gap: 5px;
    margin-bottom: 10px;
  }
}
.room-list-card__content__right {
  display: flex;
  align-items: center;
  gap: 18px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .room-list-card__content {
    padding: 15px 30px 15px 0px;
    margin-left: -10px;
  }
}
@media (max-width: 991px) {
  .room-list-card__content {
    padding: 30px 40px;
  }
}
@media (max-width: 575px) {
  .room-list-card__content {
    padding: 30px;
  }
}
.room-list-card__text {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 188%;
  color: var(--solinom-text-gray, #7D8B90);
  margin-bottom: 30px;
  padding-bottom: 0;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .room-list-card__text {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .room-list-card__text {
    margin-bottom: 15px;
  }
}
.room-list-card__btns {
  display: flex;
  gap: 3px;
}
.room-list-card__btns a {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: var(--solinom-gray, #1C2F36);
  color: var(--solinom-white, #fff);
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.4s ease-in-out;
}
.room-list-card__btns a:hover {
  color: var(--solinom-base, #CBA36B);
}
.room-list-card__btns__count {
  position: absolute;
  right: -4px;
  top: -6px;
  width: 12px;
  height: 12px;
  line-height: 12px;
  background-color: var(--solinom-base, #CBA36B);
  border-radius: 50%;
  text-align: center;
  display: block;
  font-size: 7px;
  font-weight: 600;
  color: var(--solinom-white, #fff);
}
.room-list-card__ratings {
  color: var(--solinom-base, #CBA36B);
  font-size: 17px;
}
.room-list-card__meta {
  background-color: var(--solinom-border-color, #FAF6F0);
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 20px 30px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .room-list-card__meta {
    flex-wrap: wrap;
  }
}
.room-list-card__meta li {
  display: flex;
  align-items: center;
  gap: 14px;
}
.room-list-card__meta li:hover .room-list-card__meta__icon {
  background-color: var(--solinom-base, #CBA36B);
  color: var(--solinom-white, #fff);
}
.room-list-card__meta__icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--solinom-white, #fff);
  color: var(--solinom-base, #CBA36B);
  font-size: 20px;
  transition: all 0.4s ease-in-out;
}
.room-list-card__meta__content .room-list-card__meta__title {
  margin-bottom: 0;
  padding-bottom: 0;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  text-transform: capitalize;
  color: var(--solinom-text, #101D22);
}
.room-list-card__meta__content span {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
  color: var(--solinom-text-gray, #7D8B90);
}
.room-list-card:hover .room-list-card__image img {
  transform: scale(1.1) rotate(2deg);
}

/**Room Card List Two**/
.room-list-card--two .room-list-card__content {
  padding: 20px 30px 0px 0px;
}
@media (max-width: 1199px) and (min-width: 991px) {
  .room-list-card--two .room-list-card__content {
    padding: 20px 20px 0px 0px;
    margin-left: -10px;
  }
}
@media (max-width: 767px) {
  .room-list-card--two .room-list-card__content {
    padding: 30px;
  }
}
.room-list-card--two .room-list-card__meta {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .room-list-card--two .room-list-card__meta {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 20px;
  }
}
.room-list-card--two .room-list-card__text {
  margin-bottom: 10px;
  font-size: 15px;
}
@media (max-width: 1199px) and (min-width: 991px) {
  .room-list-card--two .room-list-card__text {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .room-list-card--two .room-list-card__text {
    margin-bottom: -4px;
  }
}
@media (max-width: 1199px) and (min-width: 991px) {
  .room-list-card--two .room-list-card__title {
    font-size: 20px;
  }
}
@media (max-width: 1199px) and (min-width: 991px) {
  .room-list-card--two .room-list-card__price {
    font-size: 18px;
  }
}
@media (max-width: 1199px) and (min-width: 991px) {
  .room-list-card--two .room-list-card__ratings {
    font-size: 15px;
  }
}
@media (max-width: 1199px) and (min-width: 991px) {
  .room-list-card--two .room-list-card__content__inner {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .room-list-card--two .room-list-card__content__inner {
    flex-direction: column;
  }
}


/* restaurant */

/*menu page */

.wg-about-slider {
  padding-top: 70px;
  position: relative;
}

.snare-half > img {
  position: absolute;
  top: 0;
  left: 0;
}

.snare-half > img.item-2 {
  left: auto;
  right: 0;
  transform: rotateY(180deg);
}

.button-style-arrow {
  width: 68px !important;
  height: 68px !important;
  border-radius: 50%;
  background-color: #0e1618;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.button-style-arrow:hover {
  background-color: #c6ac83;
}

.button-style-arrow::after {
  font-size: 20px !important;
  color: #b8a17b !important;
}

.button-style-arrow:hover::after {
  color: #fff !important;
}

.wg-about-slider .top-content {
  text-align: center;
  margin-bottom: 70px;
}

.wg-about-slider .top-content .sub {
  font-size: 27px;
  margin-bottom: 21px;
}

.wg-about-slider .top-content .main {
  line-height: 50px;
  letter-spacing: 4px;
}

.wg-about-slider .top-content p {
  max-width: 920px;
  margin: auto;
  margin-bottom: 27px;
}

.wg-about-slider .top-content > a {
  margin: auto;
  margin-top: 42px;
}

.wg-about-slider .swiper-button-next {
  top: 51% !important;
  right: 48px;
}

.wg-about-slider .swiper-button-prev {
  top: 51% !important;
  left: 48px;
}

.wg-about-slider .swiper-container img {
  object-fit: cover;
  width: 100%;
}
.heading-section .sub {
  color: #c6ac83;
  font-family: 'CormorantInfant';
  font-size: 25px;
  line-height: 32px;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.6px;
  margin-bottom: 16px;
}

.heading-section .main {
  color: #000000;
  font-size: 45px;
  font-weight: 600;
  line-height: 55px;
  text-transform: uppercase;
  letter-spacing: 2.3px;
  margin-top: 11px;
  margin-bottom: 25px;
}

.heading-section .text {
  font-family: 'CerebriSans';
  font-size: 17px;
  line-height: 28px;
  color: #FFF;
  margin-bottom: 30px;
}
.menu1{
  background: url('../image/slider-1.jpg') rgba(0, 0, 0, 0.062) 120%;
background-blend-mode: hard-light;
background-attachment: scroll !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    padding-top: 100px;
    padding-bottom: 100px;
}
.short-menu {
  max-width: 800px;
  margin: 20px auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
/* MENU PAGE ---------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.menu3{
  background-color: rgb(255, 255, 255);
  background-blend-mode: hard-light;
background-attachment: scroll !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;

}
.section-bg2{
  background: url('../image/WhatsApp Image 2024-03-26 at 13.16.18 (2).jpeg'), linear-gradient(0deg, rgba(0, 0, 0, 0.608) 12%, rgba(0, 0, 0, 0.489) 53%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment:scroll;
color: white;
text-align: center;
  background-blend-mode: multiply;
  padding-top: 300px;
  padding-bottom: 300px;
}
/* Menu Category Styles */
.menu-category {
  margin-bottom: 20px;
}
.menu-category h2 {
  font-size: 24px;
  color: #0E1927;
  border-bottom: 2px solid #0E1927;
  padding-bottom: 10px;
  margin-bottom: 15px;
  text-align: center;
}
.menu-item {
  margin-bottom: 15px;
}
.menu-item h4 {
  font-size: 18px;
  margin: 0;
}
.menu-item p {
  font-size: 14px;
  color: #666;
  margin: 5px 0 0;
  display: flex;
  justify-content: space-between;
}
.menu-price {
  font-weight: bold;
  color: #0E1927;
}
/* Responsive Design */
@media (max-width: 768px) {
  .menu-item h4 {
      font-size: 16px;
  }
  .menu-item p {
      font-size: 12px;
  }
}
.menu-item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e9ecef;
  padding: 10px 0;
  transition: background-color 0.3s;
}


@media screen and (max-width: 991px){
  .item-1{
    display: none !important;
  }
  .wg-about-slider{
    padding-top: 50px !important;
  }
  .zzz{
    font-size: 30px !important;
  }
}