@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Jost:ital,wght@0,100..900;1,100..900&family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Jost:ital,wght@0,100..900;1,100..900&family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&family=Outfit:wght@100..900&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Jost:ital,wght@0,100..900;1,100..900&family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&family=Outfit:wght@100..900&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&family=Satisfy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&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=Forum&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gupter:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jacques+Francois+Shadow&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Markazi+Text:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Italianno&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Charm:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cal+Sans&display=swap');


* {
    padding: 0;
    margin: 0;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: url('../img/icons8-grip-lines-64\ \(13\).png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }
  
.navbar-toggler{
border: none;
}
a{
    text-decoration: none;
}
.top-bar{
  background-color: #2f4858 !important;
  color: white;
  padding-top: 20px;
  z-index: 10 !important;
  position: relative;
}
.top-bar p{
  font-weight: 500;
}
.navbar {
    -webkit-box-shadow: 0 0.5rem 0.375rem -0.375rem rgb(0 0 0 / 40%);
    box-shadow: 0 0.5rem 0.375rem -0.375rem rgb(0 0 0 / 40%);
    -webkit-transition: background 0s ease-in-out 0s, margin-top 0s ease-in-out 0s, opacity 0s ease-in-out 0s;
    transition: background 0s ease-in-out 0s, margin-top 0s ease-in-out 0s, opacity 0s ease-in-out 0s;
    overflow-x: hidden;
    padding: 0px;
    background: #ffffff;
}
.nav-link img {
    width: 25px;
    height: 15px;
}
.navbar-nav a {
    margin-left: 40px;
    text-decoration: none;
    padding: 10px;
    font-size: 17px;
    letter-spacing: 0.3px;
    font-family:"Jost", sans-serif;
    font-style: italic;
    font-weight: 500;
    color: #000000c5;
    border-bottom: 1px solid transparent;
}

.navbar-nav a:hover {
    color: #000000;
}

.navbar-nav a.active {
    color: #000000!important;
}



:root {
    /* Background Color */
    --primary-color: #212122b9;
    --secondary-color: #a3a190;
    --bg-color: #f4f4f4;
    --bg-white: #fff;
    --bg-black: #000;

    /* Text Style */
    --one: "Barlow Condensed", sans-serif;
    --primary-font: 'Poppins', sans-serif;
    --secondary-font: 'Oswald', sans-serif;
    --tertiary-font: 'Cinzel', serif;
    --fourth: 'Cormorant Garamond', serif;
    --five: 'Outfit', sans-serif;
    --six: 'Satisfy', cursive;
    --seven: "Playfair Display", serif;
    --eight:"Jost", sans-serif;
    --nine: "Forum", serif;
    --ten: 'Gupter', serif;
    --primary-text: #212122b9;
    --secondary-text: #201f1f;
    --text-white: #fff;
    --text-black: rgb(79, 79, 79);
    --text-gray: #e4e4e4;
}

.btn2 {
    display: inline-block;
    padding: 10px 20px;
    border: none;
    background-color: #CCB97D;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
  }
  
  .btn2:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    transform: skewX(-30deg);
    transition: left 0.3s ease-in-out;
  }
  
  .btn2:hover {
    transform: scale(1.05);
  }
  
  .btn2:hover:before {
    left: 100%;
  }

  .btn1 {
    display: inline-block;
    padding: 10px 20px;
    border: none;
    background-color: transparent;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid #F1DC7F;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
  }
  
  .btn1:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    transform: skewX(-30deg);
    transition: left 0.3s ease-in-out;
  }
  
  .btn1:hover {
    transform: scale(1.1);
  }
  
  .btn1:hover:before {
    left: 100%;
  }
  h1 {
    font-size: 2.75rem;
    line-height: 4.25rem;
    font-weight: 400;
    color: var(--text-white);
    margin-bottom: 1.25rem;
    text-transform:capitalize;
    font-family: "Forum", serif;
}
h2 {
    font-size: 2.5rem;
    font-weight: 300;
    color: var( --primary-text);
    text-transform: capitalize;
    letter-spacing: 0.6px;
    font-family: "Charm", cursive;
    color: #B88D49;
}
h3 {
    font-size: 2rem;
    font-weight: 600;
    color: #272535;
    font-family: "Markazi Text", serif;
}

h3 span {
    color: var(--secondary-text);
}
h4{
    color: #B88D49;
    font-size: 17px;
    letter-spacing: 0.4px;
    font-weight: 400;
}

h5 {
    font-size: 1.5rem;
    line-height: 1;
    color: var(--secondary-text);
    margin-bottom: .9375rem;
    margin-top: .9375rem;
    font-weight: 600;
    font-family: "Markazi Text", serif;

}

h6 {
    color: var(--text-white);
    font-weight: 500;
}
p{
  font-family:Georgia, 'Times New Roman', Times, serif;
    color: #0000009c;
    font-size: 15px;
    font-weight: 200;
}
  section {
    padding: 120px 0;
    position: relative;
}

footer{
    background-color: #2f4858;
     padding-top: 60px;
     padding-bottom: 0px;
     padding-left: 20px;
     padding-right: 20px;
   }
   a.footer-link{
     color: white;
     font-weight: 300;
   }
   .footer-link:hover{
     color:  #A9D1DB;
   }
   .payment{
     display: flex;
   }
   .socials{
     display: flex;
     color: white;
   }
   .footer-links{
     display: flex;
   font-family: 'Courier New', Courier, monospace;
     font-size: 18px;
   }
   .footer-title{
       font-family: 'Courier New', Courier, monospace;
       color: white;
   }
   .socials a{
     text-decoration: none !important;
     color: white;
   }
   .socials a:hover h4 {
     color:  #A9D1DB;
   }
   hr {
     display: block;
     height: 1px;
     border: 0;
     border-top: 1px solid #ccc;
     margin: 1em 0;
     padding: 0;
   }
   .copyright{
     display: flex;
   justify-content: right;
   text-align: right ;
   align-items: end ;
   }
 
   @media(max-width:1000px){
     .footer-links {
       display: flex;
       font-family: Jost, sans-serif;
       font-size: 18px;
       padding: 0px 30px 0px 30px;
       flex-wrap: wrap;
       align-content: center;
       justify-content: space-evenly;
       align-items: baseline;
   }
     .top-bar {
      display: none;
     }
     .socials a{
       text-decoration: none !important;
       color: white;
     }
     .socials a:hover h4 {
       color:  #A9D1DB;
     }
     hr {
       display: block;
       height: 1px;
       border: 0;
       border-top: 1px solid #ccc;
       margin: 1em 0;
       padding: 0;
     }
     .copyright{
       display: flex;
     justify-content: right;
     text-align: right ;
     align-items: end ;
     }
   }
.banner_wrapper {
    height:80vh;
}

.banner_wrapper .swiper {
    width: 100%;
    height: 100%;
}

.banner_wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.banner_wrapper .swiper-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0.5;
    z-index: 0;
}
.banner_wrapper .swiper-slide::before {
    background: #272535; 
}
.banner_wrapper .swiper-pagination-bullets .swiper-pagination-bullet {
    width: .8375rem;
    height: .8375rem;
    margin-bottom: 20px;
    background-color: #CCB97D;
    border: .0625rem solid #CCB97D;
}

.banner_wrapper .swiper .slide-caption {
    height: 100%;
    position: relative;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner_wrapper .swiper .slide-caption p {
    max-width: 37.5rem;
    margin: 0 auto;
    color: var(--text-white);
}
.banner_wrapper .swiper-slide h6{
    font-size: 1.7rem;
    font-weight: 400;
    color: var( --primary-text);
    margin-bottom: 0.25rem;
    text-transform: capitalize;
    font-family: "Markazi Text", serif;
    letter-spacing: 0.5px;
    color: white;
}

.banner_wrapper .swiper-slide h1{
    font-size:150px;
    letter-spacing: 10px;
    text-shadow: #201f1f 3px 3px;
    font-weight: 500;
    font-family: "Italianno", cursive;
    font-optical-sizing: auto;
    margin: 40px 0;
        
}
.swiper-pagination .swiper-pagination-bullet{
    color: #CDA45E !important;
    background-color: #CDA45E;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    margin: 0px;
}
.with-svg-item.svg-right-side {
    left: auto;
    right: 0;
    margin-top: -4.5rem;
    margin-right: -3rem;
}
.with-svg-item {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    margin-top: 2rem;
}

/* Facilities */
 .facilities {
  position: relative;
  padding: 80px 0;
}

.facilities::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/360_F_513086564_DvhoHoBWtTNL6IhYeixqlCcbh8cSRspJ.jpg') center/cover;
  opacity: 1;
  z-index: -1;
}
 .facility-row img{
  width: 64px;
  height: 64px;
}
.amenity-box{
  background-color: white;
  padding: 30px !important;
  box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
}
.amenity-icon{
  background-color: #CCB97D;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  padding: 1.6em 1.2em;
  padding-right: 1.5em;
  margin-bottom: -2.4em;
  position: relative;
  z-index: 10;
  transition-duration: 0.8s;
  
}
.amenity-box{
  padding-left: 5em;
  padding-right: 5em;
  padding-top: 4em!important;
  border: 1px solid transparent;
  transition-duration: 0.8s;
}
.amenity:hover .amenity-icon{
  background-color: #2F4858;
  transition-duration: 0.8s;
}
.amenity:hover .amenity-box{
  border: 1px solid #2F4858;
  outline: 30px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  transition-duration: 0.8s;

}
.amenity-icon img{
  transition-duration: 0.8s;
}
.amenity:hover .amenity-icon {
  padding: 1.2em 1.6em;
  transition-duration: 0.3s;
}
.list-grid ul{
list-style-type: none;
}

 .slogan{
    background: url('../img/img7.jpg') rgba(0, 0, 0, 0.493);
    background-position: center 60%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;
    padding: 180px 0 !important;
  }

  .nav-pills-custom .nav-link {
    color: #be9a52;
    background: #fff;
    position: relative;
  }
  
  .nav-pills-custom .nav-link.active {
    color: #002E43;
    font-weight: 600;
    background: #fff;
  }
.rooms-intro-box p{
  color: white;
}

  .room-home-box{
    background-color: #bea97a;
    padding: 25px 15px 15px 15px;
    border-radius: 30px;
   position: relative;
}
.room-home-box h2{
    color: #031122;
}
.room-home-box p{
    color: #031122;
}
.room-content i{
    color: #031122;
}
.room-home-box img{
    border-radius:30px;
    margin-bottom: 10px; 
    clip-path: polygon(0% 0%, 100% 0, 100% 70%, 80% 100%, 0% 100%);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.room-content i{
font-size: 16px;
}
.room-home-box .rom{
    position: relative;
}
.icon-rooms{
    position:absolute;
    top: 89%;
    left: 92%;
    font-size: 40px;
    z-index: 3;
    color: #031122;
}
.icon-rooms:hover{
    color: #ffffff;
}
.fc-icon .text-fc{
padding: 20px 20px 20px 50px;
box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
background-color: white;
}
.fc-icon{
    position: relative;
}
.fc-icon .icons-f{
    position: absolute;
    padding: 20px;
    border-radius: 50px;
    background-color: #B89375;
    left: -8%;
    top: 20%;
}
.fc-icon .icons-f img{
    width: 40px;
}


.title-head{
  padding: 50px 0px !important;
  margin: 0 !important;
  color: white;
  font-size:70px;
  font-style: italic;
  letter-spacing: 6px;
  font-weight: 300 !important;
  font-family: "Charm", cursive;
}

  .Rooms-head{
    background: url('../img/doubleB1-1.jpg')rgba(0, 0, 0, 0.425);
    background-position: center 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;   
}
.sec-room .info{
    padding: 20px 10px;
      border: #00000038 2px solid;
      background: url('../img/uQ4tqzk.jpg')rgba(0, 0, 0, 0);
      background-position: center 100%;
      background-repeat: no-repeat;
      background-size: cover;
      background-blend-mode: multiply;
      box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
}
.info h1{
color: #1b1a1a;
font-size: 35px;
margin-bottom: 0 !important;
}
.info h6{
    color: #1b1a1a;
    font-weight: 300;
}
.info p{
    color: #1b1a1abd;
}
.info h6 img{
    width: 18px;
}

.Gallery-head{
  background: url('../img/img2.jpg')rgba(0, 0, 0, 0.425);
  background-position: center 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-attachment: fixed;  
}
.transition {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: all 0.5s;
}

.thumb {
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
 
}
.section-about {
  background-color: white;
}
.read-btn {
  background: none;
  border: 0;
  font-family: 'Poppins', sans-serif;
  color: white;
  letter-spacing: 2px;
  font-weight: bold;
   transition: all 0.5s;
}

.About-head{
  background: url('../img/img1.jpg')rgba(0, 0, 0, 0.425);
  background-position: center 45%;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-attachment: fixed;
}

.Contact-head{
  background: url('../img/img5.jpg')rgba(0, 0, 0, 0.425);
  background-position: center 45%;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-attachment: fixed;
}
.iconss i{
  font-size: 25px;
  margin: auto;
  margin-bottom: 15px;
}
#contact-boxes h4{
  font-family: Georgia, 'Times New Roman', Times, serif!important;
  color: #ffffffd2!important;
}
.section-gallery {
  background-color: white;
}

.spirit-muze img{
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.section-gallery{
  background-color: #e0e0d1 ;
  padding: 75px 0 !important;
}
.section-gallery img{
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
/* ==== ROOMS=== */
 /* Header Section */
 .rooms-sec4 .header {
  background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0, 0, 0, 0.616)), url('../img/img4.jpg');
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  margin-bottom: 40px;
}


.rooms-sec4 h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  text-align: center;
  padding-bottom: 15px;
}

.rooms-sec4 h2 {
  font-size: 1.8rem;
  margin-top: 30px;
  font-family: "Italianno", cursive;
  color: #3a6b8a;
}
.rooms-sec4 h3 {
  font-size: 1.8rem;
  color: #3a6b8a;
}
.rooms-sec4 .header-content {
  max-width: 800px;
  padding: 20px;
}
.rooms-sec4 .header-content p{
  color: white;
}
/* Facilities Section */
.rooms-sec4 .facility-item {
  background-color: white;
  border-radius: 8px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; 
  padding: 25px;
  margin-bottom: 30px;
}

.rooms-sec4 .facility-title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.rooms-sec4 .facility-icon {
  font-size: 1.8rem;
  margin-right: 15px;
  color: #3a6b8a;
}

.rooms-sec4 ul {
  padding-left: 20px;
}
.initiative-p{
  font-family:Georgia, 'Times New Roman', Times, serif;
    color: #0000009c;
    font-size: 15px;
    font-weight: 200;
}
.rooms-sec4 li {
  margin-bottom: 10px;
}

/* Sustainability Section */
.rooms-sec4 .sustainability {
  background-color: #e8f4fc;
  padding: 25px;
  border-radius: 8px;
  margin-top: 40px;
}

.rooms-sec4 .initiative {
  margin-bottom: 20px;
}

.rooms-sec4 .initiative-number {
  display: inline-block;
  background-color: #3a6b8a;
  color: white;
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
}

/* Parking Section */
.rooms-sec4 .parking-benefits {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.rooms-sec4 .parking-benefit {
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/* Responsive Design */
@media (max-width: 768px) {
  .rooms-sec4 .header {
      height: 300px;
  }
  
  .rooms-sec4  h1 {
      font-size: 2rem;
  }
  
  .rooms-sec4  .parking-benefits {
      grid-template-columns: 1fr;
  }
}



.reach-out{
  background-color: #e0e0d1;
}





 /* Existing styles from previous section */
        
        /* New Experiences Section Styles */
        .experiences-section {
          background-color: #f5f9fc;
          padding: 60px 0;
          /* margin-top: 40px; */
      }
      
      .experiences-section  .section-title {
          text-align: center;
          font-size: 2.2rem;
          color: #2a5a78;
          margin-bottom: 40px;
          position: relative;
      }
      
      .experiences-section  .section-title:after {
          content: "";
          display: block;
          width: 80px;
          height: 4px;
          background: #3a6b8a;
          margin: 15px auto 0;
      }
      
      .intro-text {
          text-align: center;
          max-width: 800px;
          margin: 0 auto 40px;
          font-size: 1.1rem;
          color: #555;
      }
      
      .experience-categories {
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          gap: 20px;
          margin-bottom: 40px;
      }
      
      .category-btn {
          padding: 10px 20px;
          background: white;
          border: 2px solid #3a6b8a;
          color: #3a6b8a;
          border-radius: 30px;
          cursor: pointer;
          font-weight: bold;
          transition: all 0.3s ease;
      }
      
      .category-btn:hover, .category-btn.active {
          background: #3a6b8a;
          color: white;
      }
      
      .experiences-container {
          display: grid;
          grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
          gap: 30px;
          padding: 0 20px;
      }
      
      .experience-card {
          background: white;
          border-radius: 10px;
          overflow: hidden;
          box-shadow: 0 5px 15px rgba(0,0,0,0.1);
          transition: transform 0.3s ease, box-shadow 0.3s ease;
      }
      
      .experience-card:hover {
          transform: translateY(-10px);
          box-shadow: 0 15px 30px rgba(0,0,0,0.15);
      }
      
      .experience-image {
          height: 200px;
          background-size: cover;
          background-position: center;
      }
      
      .experience-content {
          padding: 25px;
      }
      
      .experience-number {
          display: inline-block;
          width: 30px;
          height: 30px;
          background: #3a6b8a;
          color: white;
          text-align: center;
          line-height: 30px;
          border-radius: 50%;
          margin-right: 10px;
          font-weight: bold;
      }
      
      .experience-title {
          font-size: 1.3rem;
          color: #2a5a78;
          margin: 10px 0;
          display: inline-block;
      }
      
      .experience-description {
          color: #666;
          margin-top: 15px;
      }
      
      .category-title {
          grid-column: 1 / -1;
          font-size: 1.8rem;
          color: #3a6b8a;
          margin: 40px 0 20px;
          padding-left: 20px;
          border-left: 5px solid #3a6b8a;
      }
      
      .conclusion-text {
          text-align: center;
          max-width: 800px;
          margin: 50px auto 0;
          font-size: 15px;
          color: #555;
          font-style: italic;
      }
      
      @media (max-width: 768px) {
          .experiences-container {
              grid-template-columns: 1fr;
          }
          
          .section-title {
              font-size: 1.8rem;
          }
      }















@media (max-width: 430px){
  .section-gallery .container-fluid{
    padding: 10px 0px !important;
    margin-top: 0px !important;
  }
  .galery222{
    display: none;
  }
  .galeri11{
    display: none;
  }
  .sec-room .info h1{
    line-height: 35px;
    font-size: 25px;
  }
  .container-fluid{
    width: 99% !important;
  }
  .spirit-muze .col-4{
  padding: 0px 4px !important;
  }
  .slogan{
    background: url('../img/img7.jpg') rgba(0, 0, 0, 0.493);
    background-position: center 60%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: none;
    padding: 180px 0 !important;
  }

  .Rooms-head{
    background: url('../img/doubleB1-1.jpg')rgba(0, 0, 0, 0.425);
    background-position: center 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: none;   
}

.Gallery-head{
  background: url('../img/img2.jpg')rgba(0, 0, 0, 0.425);
  background-position: center 45%;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-attachment: none;  
}

.About-head{
  background: url('../img/img1.jpg')rgba(0, 0, 0, 0.425);
  background-position: center 45%;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-attachment: none;
}

.Contact-head{
  background: url('../img/img5.jpg')rgba(0, 0, 0, 0.425);
  background-position: center 45%;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-attachment: none;
}

.title-head{
  padding: 50px 0px !important;
  margin: 0 !important;
  color: white;
  font-size:40px;
  font-style: italic;
  letter-spacing: 6px;
  font-weight: 300 !important;
  font-family: "Charm", cursive;
}

.banner_wrapper .swiper-slide h1{
    font-size:110px;
    letter-spacing: 10px;
    text-shadow: #201f1f 3px 3px;
    font-weight: 500;
    font-family: "Italianno", cursive;
    font-optical-sizing: auto;
    margin: 40px 0;
        
}
.amenity-box{
  background-color: white;
  padding: 30px !important;
  margin-bottom: 20px;
  box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
}
#rooms-home .container-fluid{
  max-width: 100% !important;
}
.room-content h2{
  font-size: 30px !important;
}
section {
  padding: 50px 0;
  position: relative;
}
#contact-boxes iframe{
  width: 100% !important;
}
}


/* animation */
.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;
}