

@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: 'jost', serif;
   font-size: 17px !important;

      z-index: 1000;
     
letter-spacing: 1px;
      position: relative;
    
    
    }
    
    li.nav-item a.nav-link {
      color: #000000 !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:#CEA154;
    border: 1px solid #ffffff;
   margin-top: 10px;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    font-family: "JOST", 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 {
    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, #000000, #000000), url('image/WhatsApp Image 2024-09-23 at 19.14.02 (4).jpeg') 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 #CAAE6E;
    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;
}
/* ---------------------------- */



#home-1 .single-slide-item {
    background-image: url("image/542707195.jpg") ;
    background-size: cover;
    background-position:bottom;
    background-color: #0f0f0f;
    color: #000000;
    width: 100%;
    height: 500px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: bottom;
    justify-content: center;
   
  }
  #home-1 .single-slide-item1 {
    background-image: url("image/542707217.jpg");
    background-size: cover;
    background-position: center;
    background-color: #000000;
    color: #fff;
    width:100%;
    height: 500px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
 
  }
   #home-1 .single-slide-item,
   #home-1 .single-slide-item1 {
       background-size: cover;
       background-position: center;
       background-color: #0f0f0f;
       color: #000000;
       width: 100%;
       height: 750px;
       position: relative;
       z-index: 1;
       display: flex;
       align-items: center;
       justify-content: center;
       overflow: hidden; /* Ensures the overlay doesn't overflow the slide */
   }
   
   #home-1 .single-slide-item::before,
   #home-1 .single-slide-item1::before {
       content: "";
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
       background-color: rgba(0, 0, 0, 0.5); /* Adjust this value for darkness */
       z-index: 1;
   }
   
   #home-1 .hero-area-content {
       position: relative;
       z-index: 2; /* Ensures content is above the overlay */
       padding-left: 80px;
   }
   
   @media (max-width: 767px) {
       #home-1 .single-slide-item,
       #home-1 .single-slide-item1 {
           height: 550px;
       }
       #home-1 .hero-area-content {
           padding-left: 0;
       }
   }
   
   .homepage-slides .owl-nav button.owl-prev,
   .homepage-slides .owl-nav button.owl-next {
       width: 50px;
       height: 50px;
       border: 2px solid;
       font-size: 20px;
       font-weight: 100;
       line-height: 16px;
       position: absolute;
       left: 15px;
       top: 50%;
       margin-top: -25px;
       color: #fff;
       border-radius: 50%;
       -webkit-transition: all 0.3s ease-out 0s;
       transition: all 0.3s ease-out 0s;
   }
   
   @media (max-width: 767px) {
       .homepage-slides .owl-nav button.owl-prev,
       .homepage-slides .owl-nav button.owl-next {
           display: none;
       }
   }
   
   .homepage-slides .owl-nav button.owl-next {
       left: auto;
       right: 15px;
   }
   
   .homepage-slides .owl-nav button.owl-prev:hover,
   .homepage-slides .owl-nav button.owl-next:hover {
       background: #000000;
       color: #fff;
       border-color: #000000;
       opacity: 1;
   }
   
   @media only screen and (min-width: 992px) and (max-width: 1200px) {
       .booking-form-wrapper .container {
           max-width: 1100px;
       }
   }
   
   @media only screen and (min-width: 768px) and (max-width: 991px) {
       .booking-form-wrapper .container {
           max-width: 800px;
       }
   }
   

.homepage-slides h1{
    font-family: "cinzel", serif;
    font-size: 65px;
    font-weight: 400;
}


/*================================================
Memory Section CSS
=================================================*/
.memory-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  
  .memory-item {
    background-color: #fff;
    box-shadow: 0 0 30px rgba(32, 32, 32, 0.15);
    padding: 30px 40px;
    position: relative;
    z-index: 1;
  }
  .memory-item::before {
    position: absolute;
    content: "";
    height: 10px;
    width: 38px;
    background-color: #000000;
    top: -20px;
    left: -20px;
  }
  .memory-item::after {
    position: absolute;
    content: "";
    height: 10px;
    width: 38px;
    background-color: #000000;
    top: -5px;
    left: -34px;
    transform: rotate(90deg);
  }
  .memory-item .memory-content span {
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
  }
  .memory-item .memory-content h2 {
    font-size: 30px;
    color: #000000;
    margin: 10px 0 40px 0;
    position: relative;
    padding-bottom: 25px;
    font-family: "cinzel",serif;
    font-weight: 400;
  }
  .memory-item .memory-content h2::before {
    position: absolute;
    content: "";
    height: 3px;
    width: 75px;
    background-color: #000000;
    bottom: 0;
  }
  .memory-item .memory-content p {
    font-size: 17px;
    color: #777777;
    line-height: 26px;
    margin: 0 0 0 0;
  }
  .memory-item .memory-btn {
    margin-top: 20px;
  }
  .memory-item .memory-btn .memory-btn-one {
    display: inline-block;
    color: #000000;
    font-weight: 500;
    transition: 0.6s;
  }
  .memory-item .memory-btn .memory-btn-one:hover {
    text-decoration: none;
    letter-spacing: 1px;
  }
  .memory-item .memory-btn i {
    display: inline-block;
    height: 20px;
    width: 20px;
    line-height: 20px;
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    border-radius: 30px;
    margin-left: 5px;
  }
  
  .memory-image img {
    position: relative;
    left: -60px;
    max-width: 120%;
  }
  
  .dot-image {
    position: relative;
  }
  .dot-image img {
    position: absolute;
    top: -200px;
    left: -28px;
  }
  

  
 /* Section Facilities */
 .fc-iconss{
    position: relative;
    padding: 10px 20px;
    border: 1px solid rgba(0, 0, 0, 0.178);
}
.fc-iconss img{
width: 50px;
}
.fc-iconss h6{
color: #222222;
font-size: 22px;
    font-family: "jost", serif;
margin: 10px 0;
transition: 0.2s;
}
.fc-iconss p{
    color: #666666;
    font-size: 16px;
        font-family: "Forum", serif;
    margin: 10px 0;
    font-family:"Jost", sans-serif;
    transition: 0.3s;
    }
.fc-iconss:hover{
    border: 1px solid rgba(0, 0, 0, 0.096);
}
.count-num{
    position: absolute;
    font-size: 20px;
    width: 20%;
    height: auto;
    top: 0;
    right: 0;
    text-align: end;
    color: #916025;
    padding: 5px;
    border-bottom: #252a2c38 1px solid;
    border-left: #272b2e38 1px solid;
    background-color: #ffffff38;
}



.retro-layout-alt .hentry {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
  }
  .retro-layout-alt .hentry .featured-img {
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
  }
  
  .retro-layout-alt .hentry:hover .featured-img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .retro-layout-alt .gradient {
    position: relative;
  }
  
  .retro-layout-alt .gradient:before {
    z-index: 1;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
    background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
  }
  
  .retro-layout-alt .post-category {
    margin-left: 20px;
    margin-top: 10px;
  }
  
  .retro-layout-alt .v-height {
    height: 300px;
  }
  
  .retro-layout-alt .text {
    position: absolute;
    bottom: 0;
    z-index: 10;
    padding: 20px;
    max-width: 350px;
  }
  
  .retro-layout-alt .text h2,
  .retro-layout-alt .text .h2 {
    color: #fff;
    font-size: 26px;
  }
  
  .retro-layout-alt .text.text-sm h2,
  .retro-layout-alt .text.text-sm .h2 {
    font-size: 18px;
    line-height: 1.5;
  }
  
  .retro-layout-alt .two-col>a {
    width: calc(50% - 15px);
    float: left;
  }
  
  @media (max-width: 575.98px) {
    .retro-layout-alt .two-col>a {
      width: 100% !important;
      float: none !important;
      margin-bottom: 30px;
    }
  }
  
  
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
  
  .cart5{
    font-family: "Forum", serif;
    font-size: 45px;
    font-weight: 500;
  }
  .cart6{
    font-family: "Forum", serif;
    font-size: 30px !important;
    font-weight: 500;
  }
    
  .cart7{
    font-family: "Forum", serif;
    font-size: 25px;
    font-weight: 500;
  }

  .facilitiess{
    background: url('../image/542707249.jpg') rgba(0, 0, 0, 0.486);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-blend-mode: multiply;
    padding-top: 70px;
    padding-bottom: 100px;
    color: rgb(0, 0, 0);
    text-align: center;
  }
  .fc-iconss{
    background-color: #ffffff;
  }

  /* ======= Services style ======= */
.services {
    position: relative;
    display: block;
    padding:100px 0;
    z-index: 1;
  }
  .services .item {
    position: relative;
    display: block;
    margin-bottom: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .services .item .item-wrap {
    position: relative;
    display: block;
    z-index: 1;
  }
  .services .item .item-wrap .img {
    position: relative;
    display: block;
       overflow: hidden;
    z-index: 1;
  }
  .services .item .item-wrap .img:before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 40%;
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 45%, rgba(255, 255, 255, 0) 100%);
      z-index: 1;
      opacity: 1;
      visibility: visible;
  }
  .services .item .item-wrap .img img {
      width: 100%;
      transform: scale(1);
      transition: transform 500ms ease;
  }
  .services .item:hover .item-wrap .img img {
      transform: scale(1.05);
  }
  .services .item .item-wrap .con {
    position: absolute;
    bottom: 40px;
    left: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
  }
  .services .item .item-wrap .con .title-box {
    position: relative;
    display: block;
  }
  .services .item .item-wrap .con .title-box h3 {
      font-size: 25px;
      font-weight: 400;
      line-height: 30px;
      color: #fff;
      margin-bottom: 0;
      font-family: "jost",serif;
  }
  .services .item .item-wrap .con .title-box h3 a {
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .services .item .item-wrap .con .title-box h3 a:hover {
    color: #fff;
  }
  .services .item .arrow {
    position: relative;
    display: block;
    top: 0px;
    transform: translateY(-66%);
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    visibility: hidden;
    opacity: 0;
  }
  .services .item:hover .arrow {
    visibility: visible;
    transform: translateY(0%);
    opacity: 1;
  }
  .services .item .arrow a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border: 1px solid #aa8453;
      background: #aa8453;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .services .item .arrow a:hover {
    border: 1px solid #fff;
    color: #1b1b1b;
   background: #fff;
  }
  .services .owl-theme .owl-nav [class*=owl-] {
      opacity: 0;
  }
  .services .owl-theme:hover .owl-nav [class*=owl-] {
      opacity: 1;
  }
  .sub-title.border-bot-light {
    position: relative;
    border-bottom: 1px solid #aa8453;
     padding: 8px 0px 15px 15px;
    margin-bottom: 15px;
}
.section-title {
    font-size: 40px;
  
    font-weight: 400;
    color: #ffffff;
    position: relative;
    margin-bottom: 15px;
    line-height: 1.2em;
}
.section-title span {
    color: #aa8453;
    font-family: Jost, sans-serif !important;
}
.section-title.whte {
    color: #fff;
}
.sub-title {
    font-family: 'Outfit', sans-serif;
    color: #1b1b1b;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1.5em;
    font-size: 12px;
    letter-spacing: 3px;
    position: relative;
    padding-left: 15px;
}
.sub-title.whte {
    color: #fff;
}
.sub-title:before {
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #aa8453;
    border-radius: 50%;
}
.sub-title.border-bot-dark:before {
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
    top: 45%;
}
.sub-title:before,
.sub-title:after {
    content: "";
    position: absolute;
    display: block;
    top: 44%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sub-title.border-bot-light {
    position: relative;
    border-bottom: 1px solid #aa8453;
     padding: 8px 0px 15px 15px;
    margin-bottom: 15px;
}
  

.testimonials-section{
    background: #0E1317;
    padding-top: 100px;
    padding-bottom: 100px;
    border-bottom: 2px solid #C4AB86;
    }
    .testimonials-section1{
    
      padding-top: 100px;
      padding-bottom: 100px;
      border-bottom: 2px solid #C4AB86;
      border-top: 2px solid #C4AB86;
      }
    
    


      .owl-theme .owl-dots,.owl-theme .owl-nav {
        text-align: center;
        -webkit-tap-highlight-color: transparent
    }
    
    .owl-theme .owl-nav {
        margin-top: 10px
    }
    
    .owl-theme .owl-nav [class*=owl-] {
        color: #FFF;
        font-size: 14px;
        margin: 5px;
        padding: 4px 7px;
        background: #D6D6D6;
        display: inline-block;
        cursor: pointer;
        border-radius: 3px
    }
    
    .owl-theme .owl-nav [class*=owl-]:hover {
        background: #869791;
        color: #FFF;
        text-decoration: none
    }
    
    .owl-theme .owl-nav .disabled {
        opacity: .5;
        cursor: default
    }
    
    .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 10px
    }
    
    .owl-theme .owl-dots .owl-dot {
        display: inline-block;
        zoom:1}
    
    .owl-theme .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 5px 7px;
        background: #D6D6D6;
        display: block;
        /* -webkit-backface-visibility: visible; */
        transition: opacity .2s ease;
        border-radius: 30px
    }
    
    .owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
        background: #869791
    }
    #gallery h2{
        font-size: 40px;
        font-family: "Forum", serif;
        color: #000;
      }
      @media screen and (max-width: 991px)  {
        .homepage-slides h1{
            font-size: 45px !important;
        }
        .m{
            font-size: 18px !important;
        }
        .memory-section{
            padding-top: 70px !important;
        }
        .memory-image img{
            left: 0px !important;
        }
        .facilitiess h1{
            font-size: 40px !important;
        }
        .services{
            padding-top: 70px !important;
            padding-bottom: 60px !important;
        }
        .section-title{
            font-size: 35px !important;
        }
        .testimonials-section1{
            padding-top: 70px !important;
            padding-bottom: 70px !important;
        }
        #gallery h2{
            font-size: 35px !important;
        }
        .tr{
           margin-left: 0px !important;
        }
        .t1{
            text-align: center !important  ;
        }
        .u{
            width: 100% !important;
        }
        #rooms-section{
            padding-bottom: 50px !important;
        }
        .img8{
           display: none !important;
        }
        .img25{
            margin-left: -40px !important;
            margin-top: 50px;
            margin-bottom: 30px;
        }
      }


      

.about-bg1{
    background: url('image/542707227.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: 40vh;
    position: relative;
  
  }
    
.rooms-bg1{
    background: url('image/1111.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: 40vh;
    position: relative;
  
  }
  .gallery-bg1{
    background: url('image/542704339.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: 40vh;
    position: relative;
  
   
  }
  
  .contact-bg1{
    background: url('image/542707217.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;
  
   
  }
  

  .bg01{
    text-align: center;
    font-family: "cinzel", serif;
    font-weight: 400;
     font-size: 45px;
    
     padding-top:90px;
  
    letter-spacing: 2px;
     
      }
      @media(max-width:990px){
    
        .bg01{
           font-size: 35px !important;
           padding-top: 100px !important;
        }
       
     
   }
  


   .room-box{
	border-radius: 15px;
	border: 1px solid rgb(223, 223, 223);
  }

  .room-box:hover{
	box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
	transition-duration: 0.4s;
  }

  .room-img{
	border-radius: 15px 15px 0px 0px;
  }

  .room-btn:hover{
	background-color: #c4a676!important;
	color: white!important;
  }

  .st-tw-room{
	background: url('../image/222.jpg')rgba(0,0,0,0.4);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 30vh;
	display: flex;
	align-items: start;
  }

  .dl-tw-room{
	background: url('../image/33333.jpg')rgba(0,0,0,0.4);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 30vh;
	display: flex;
	align-items: start;
  }
  .dl-db-room{
	background: url('../image/33333.jpg')rgba(0,0,0,0.4);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 30vh;
	display: flex;
	align-items: start;
  }
  .ex-room{
	background: url('../image/33333.jpg')rgba(0,0,0,0.4);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 30vh;
	display: flex;
	align-items: start;
  }



  /* #rooms-head{
	background: url('../image/143722274.jpg')rgba(0,0,0,0.4);
	height: 70vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-blend-mode: multiply;
	display: flex;
	align-items: end;
	margin-top: -180px;
  } */

  .st-db-room{
	background: url('../image/1.jpg')rgba(0,0,0,0.4);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 30vh;
	display: flex;
	align-items: start;
  }

  .book-icon{
	background-color: white;
	width: fit-content;
	padding: 10px;
	border-radius: 50%;
	border: 5px solid rgba(136, 136, 136, 0.267);
	transition-duration: 0.2s;

  }

  .book-icon:hover{
	background-color: #000000;
	
	transition-duration: 0.2s;
  }

  .book-icon:hover i{
	color: white!important;
	transition-duration: 0.2s;

  }

  #rooms-section h3{
    font-family: "jost", serif;
    font-size: 25px ;
  }


  
  .container{
    width:100% !important;
  }
  .parallax_wrapper{
    position:relative;
 
}
@media (max-width: 991px){
    .parallax_wrapper
    {
        padding-left:25%
    }
}
.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%}

        .pattern3{
            font-family:"cinzel",serif;
            font-weight: 400;
        }



        .contact-info {
            display: flex;
            justify-content: space-between;
            border-bottom: 1px solid rgba(200, 200, 200, 0.6);
            
        }
        .contact-info .item {
            border-right: 1px solid rgba(200, 200, 200, 0.6);
        }
        .contact-info .item .icon {
            display: flex;
            align-items: center;
            justify-content: center;
            background: #000000;
            margin: 0 auto 25px;
            width: 70px;
            height: 70px;
            min-width: 70px;
            border-radius: 50%;
        }
        .contact-info .item .icon i {
            color: #CEA154;
            font-size: 26px;
        }
        .contact-info .item h5 {
            text-transform: uppercase;
            font-size: 20px;
            letter-spacing: 1px;
            margin-bottom: 14px;
            font-family: 'Gilda Display', serif;
            color: #000000;
            height: 400;
        }
        .contact-info .item p {
            margin-bottom: 2px;
            font-family: 'Gilda Display', serif;
        }
        
        @media screen and (max-width: 991px) {
    
          
            
            .contact-info {
              display: unset !important;
              border-bottom: none !important;
            }
            .contact-info .item {
              width: 100%;
              border-right: none;
              border-bottom: 1px solid rgba(200, 200, 200, 0.6);
              padding-bottom: 40px;
              margin-bottom: 40px;
            }
            }    
    
    