@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=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Niconne&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=Bellefair&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bad+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gilda+Display&display=swap');



html, body {
  
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
font-family: "Cormorant Garamond";
background:#ffffff !important;
  color: #272727 !important;

}
.container{
  width: 78%;
}

p{
    font-family: "Bellefair", serif;
    font-weight: 400;
    font-style: normal;
      font-size: 18px;
}
.font01{
    color: #302e2e !important;
    font-family: "Jost", sans-serif;
   font-weight: 400;
}

h6{
  font-family: "Montserrat", sans-serif;
font-weight: 500;
font-size: 13px !important;
color: #555555;
letter-spacing: 2px;
line-height: 24px;
}
h5{
  font-family: "Montserrat", sans-serif;
}
a{
  color: white ;
  text-decoration: none;
}
.navbar{
  transition: 0.3s;
}
.bg{
    background-color:rgb(255, 255, 255) !important;
}
.border-bottom{
    border-bottom: 1px solid black;
}


footer{
  background: #985238!important;
  padding-top: 60px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
}
a.footer-link{
  color: white;
  font-family: 'Jost', sans-serif;
  font-weight: 300;
}
.footer-link:hover{
  color:  #A9D1DB;
}
.payment{
  display: flex;
}

.socials{
  display: flex;
  color: white;
}
.footer-links{
  display: flex;
  font-family: 'Jost', sans-serif;
  font-size: 18px;


}

.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 #2b2929;
  margin: 1em 0;
  padding: 0;
}
.copyright{
  display: flex;
justify-content: right;
text-align: right ;
align-items: end ;
}
.room-link{
  color: #000000;
}
.room-link:hover{
  color: #932B41;
}

.navbar .navbar-nav .nav-link {
  color: #000000 !important;
  font-size: 1.1em;
}
.navbar .dropdown-item {
    color: #000000 !important;
    font-size: 1.1em;
  }
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: rgb(0, 0, 0);
  border-bottom: 1px solid black;
  font-size: 1.1em;
}
.navbar .navbar-nav .nav-link:hover{
  color: #808080 !important;

  transition: 0.2s ease-in-out;

}
.navbar-logo-centered .navbar-nav .nav-link{
  padding: .5em 1em;
}
.top-bar{
  background:#985238;
  padding: 10px;
  color:#FCEFCB !important;
  border-bottom: 1px solid #ffffff;
}
.carousel1{
  background: url('../img/new/DSC_5995.jpg'), rgba(0, 0, 0, 0.386);
  background-position:bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  height: 84vh;
}
.carousel2{
  background: url('../img/new/DSC_5730 (1).jpg'), rgba(0, 0, 0, 0.445);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  height: 84vh;
}
.carousel3{
  background: url('../img/new/DSC_6016.jpg'), rgba(0, 0, 0, 0.445);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  height: 84vh;
}
.carousel-caption {
  position: absolute;
  top:58%;
  left: 50%;
  transform: translate(-50%, -60%);
  padding: 0rem;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  justify-items: center !important;
  width: 100%; 
 max-width: 90%;
}

.carousel-caption h3{
  font-size: 72px;
  font-family: "Gilda Display", serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;



  font-stretch: 100% ;
}

.carousel-caption p{
  font-size: 25px;
  line-height: 27px;
  letter-spacing: normal;
  font-weight: 400;
  font-stretch: 100% ;
  font-family: "Bad Script", cursive;


}
.btn {
  color: #ffffff ;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #000000;
background-color: #985238;
  border-radius: 4px !important;
  padding: 10px 25px;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  transition: all 1s;
  overflow: hidden;

}
.btn:hover {
  color: rgb(5, 5, 5);
}
.btn::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0%;
  top: 0;
  left: -40px;
  transform: skewX(45deg);
  background-color: #dbd4cb;
  z-index: -1;
  transition: all 1s;
}
.btn:hover::before {
  width: 160%;
}
.section1{
  position: relative;
  margin-top: -80px;
}
.row1{
  position: relative;
  margin-top: -350px;
  z-index: 100;
  text-align: center;
}
.title1{
  font-size: 70px;
  background: rgba(255, 255, 255, 0.807);
  padding: 20px;
  color: #fcf9f0;
  font-weight: 700;
}
.item,
.destination1 .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 0px;
}

.d-ventajas{
    padding: 50px;

}

.image-container {
    margin-top: 50px;
    display: inline-block;
  }

  .moving-image {


    animation: moveUpDown 5s ease-in-out infinite;
  }
      /* Keyframes for moving the image up and down */
      @keyframes moveUpDown {
        0% {
          transform: translateY(0); /* Start position */
        }
        50% {
          transform: translateY(-30px); /* Move up */
        }
        100% {
          transform: translateY(0); /* Move back down */
        }
      }
.about{
    padding-top: 100px;
    padding-bottom: 100px;
    background: linear-gradient(to left, #ffffff 70%, #F8E3D2 30%);
}
.f1 {
    writing-mode: vertical-rl;
    background-color: #F8E3D2 ;
    color: #985238;
    padding: 10px;

}
.f11{
  writing-mode: vertical-rl;
  background-color: #F8E3D2 ;
  color: #985238;
  margin-left: 140px;
  
}
.fac{
   padding-top:160px ;
   padding-bottom: 160px ; 
}

.fac-09{
  padding: 6em 0em;
  background-color: white;
}
.blue{
    padding: 16px;
    background-color: #985238;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
.white{
    padding: 16px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}


  #gallery-head{
    background: url('img/rooms-aster/DSC_5884.jpg')rgba(0, 0, 0, 0.5);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 50vh;
    display: flex;
    align-items: center;

  }

  #aboutus-head{
    background: url('./img/376798139.jpg')rgba(0, 0, 0, 0.5);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 50vh;
    display: flex;
    align-items: center;
  }




  
  /*rooms.html*/
  .section-bg2{
    background: url('../photos/img2.jpg'), rgba(0, 0, 0, 0.386);
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  padding-top: 150px;
  padding-bottom: 150px;
  color: white;
  }



/*Animations*/
.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;
}

.d-ventajas {
   background-color: #F8E3D2;
   color: #614101;
}

@media (max-width: 480px) {
    .d-hero+.d-ventajas {
        margin-top:10px;
        margin-bottom: 10px
    }
}


  /* room */
  /*================================================
Room Area CSS
=================================================*/
.room-area {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 0;
    line-height: 1;
    position: relative;
    z-index: 1;
  }
  .room-area::before {
    background-color: #ffffff;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 61%;

    z-index: -1;
  }
  .room-area .room-slider .room-item {
    margin: 10px;
  }
  .room-area .room-slider .room-item .room-content {
    background-color: #ffffff;
    box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.2);
    padding: 25px 20px;
    border: 1px solid #ffffff;
  }
  .room-area .room-slider .room-item .room-content h3 {
    font-size: 22px;
    color: #101846;
    margin: 0 0 18px 0;
    font-family:"forum",serif;
    font-size: 30px;
  }
  .room-area .room-slider .room-item .room-content p {
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 0 0;
    line-height: 25px;
  }
  .room-area .room-slider .room-item .room-content .room-btn {
    margin-top: 20px;
  }
  .room-area .room-slider .room-item .room-content .room-btn .room-btn-one {
    display: inline-block;
    color: #242974 !important;
    font-weight: 500;
    transition: 6s;
  }
  .room-area .room-slider .room-item .room-content .room-btn .room-btn-one:hover {
    text-decoration: none;
    letter-spacing: 1px;
  }
  .room-area .room-slider .room-item .room-content .room-btn i {
    display: inline-block;
    height: 20px;
    width: 20px;
    line-height: 20px;
    background-color: #000000;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    border-radius: 30px;
    margin-left: 5px;
  }
  .room-area .room-slider .room-item .room-image .night-btn {
    position: relative;
  }
  .room-area .room-slider .room-item .room-image .night-btn .default-btn-one {
    background-color: #985238;
    border: 1px solid #985238;
    display: inline-block;
    padding: 12px 25px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    position: absolute;
    bottom: -10px;
    right: 15px;
  }
  .room-area .room-slider .room-item .room-image .night-btn .default-btn-one:hover {
    text-decoration: none;
    background-color: #cfa97a;
    color: #ffffff;
    transition: 0.6s;
  }
  .room-area .room-slider .owl-prev {
    position: absolute;
    left: -8%;
    top: 40%;
    height: 50px;
    width: 50px;
    line-height: 30px;
    font-size: 20px !important;
    background-color: transparent !important;
    color: #000000 !important;
    border: 3px solid #ddd2ba !important;
    border-radius: 50px !important;
  }
  
  .room-area .room-slider .owl-next {
    position: absolute;
    right: -8%;
    top: 40%;
    height: 50px;
    width: 50px;
    line-height: 30px;
    font-size: 20px !important;
    background-color: transparent !important;
    color: #000000 !important;
    border: 3px solid #ddd2ba !important;
    border-radius: 50px !important;
  }
  .room-area .room-slider .owl-next:hover {
    background-color: #DAB582 !important;
    color: #000000 !important;
    transition: 0.6s;
  }
  .room-area .room-slider .owl-nav {
    margin-top: 0;
  }
  .room-area .view-btn {
    text-align: center;
    margin-top: 50px;
  }
  .room-area .view-btn .view-btn-one {
    background-color: #985238;
    border: 1px solid #DAB582;
    display: inline-block;
    padding: 12px 25px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
  }
  .room-area .view-btn .view-btn-one:hover {
    text-decoration: none;
    background-color: #ffffff;
    color: #000000 !important;
    transition: 0.6s;
  }

    

      .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
    }


 


    
  #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: #000000;
    transition-duration: 0.5s;
	color: white;
}

.review-boxes:hover p{
	color: white;
}
.facci{
    font-family: "forum" ,serif;
    font-size: 40px;
}


@media screen and (max-width: 991px){
    .swiper{
        height: 600px;
        }
        .slide-caption{
            padding-top: 0% !important;
        }
        .memory-image img{
            left: 0px !important;
        }
        .fac3{
            margin-top: 120px;
            font-size: 35px !important;
        }
        .n{
            font-size: 35px !important;
        }
        .tr{
            text-align: center !important;
        }
        .gallery h6{
            font-size: 35px !important;
        }
}





#room-head{
    background: url('../img/rooms-aster/DSC_4717.jpg')rgba(0, 0, 0, 0.5);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 50vh;
    display: flex;
    align-items: center;
  }




  /* aboutus room */
  #about-head{
    background: url('./img/rooms-aster/DSC_5773.jpg')rgba(0, 0, 0, 0.5);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 50vh;
    display: flex;
    align-items: center;
  }
.lie{
    padding-top: 100px;
    padding-bottom: 100px;
}
  #contact-head{
    background: url('../img/rooms-aster/DSC_6078.jpg')rgba(0, 0, 0, 0.5);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 50vh;
    display: flex;
    align-items: center;
  }
  

  .bg01{
    text-align: center;
    font-family: "marcellus", 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;
        }
       
     
   }
   .card22{
    padding: 20px;
    background-color: #fffffa;
    border-radius: 12px;
    border: 1px solid rgb(172, 169, 169);
   }
    .card22 h3{

font-size: 30px;
font-weight: 700;


   }
   /* Ensure the image container is responsive */
.accommodate .col-lg-6 img {
    transition: transform 0.5s ease, filter 0.5s ease;
    /* Optional: Add a slight shadow for better effect */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
   
}

.hover-3d-glow {
  transition: all 0.5s ease;
  transform-style: preserve-3d;
  filter: brightness(0.95);
}


/* Zoom effect on hover */
.accommodate .col-lg-6 img:hover {
  transform: rotateY(10deg) rotateX(5deg) scale(1.03);
  filter: brightness(1.05) drop-shadow(0 10px 20px rgba(255, 255, 255, 0.3));
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
}
/* Style for the link */
.book-now-link {
    text-decoration: none; /* Remove underline */
    color: #000000 !important; /* Set the link color to match your design */
    font-weight: bold; /* Optional: Make the text bold */
    transition: border-bottom 0.3s ease; /* Smooth transition for border */
}

/* On hover, add a border at the bottom */
.book-now-link:hover {
    border-bottom: 2px solid #3a4c77; /* Adds a border at the bottom */
    padding-bottom: 2px; /* Add a little padding to ensure the border doesn’t overlap */
}
hr{
    color: #000000;
}
.info{
    padding-top: 70px;
    padding-bottom: 70px;
}
.card21{
    padding: 150px;
}
.contact-box{
    padding: 40px;
}
.contactbox{
    padding-top: 40px;
    padding-bottom: 40px;
    align-items: center;
    justify-content: center;
}
.border-left{
border-left: 2mm ridge #985238; 
} 

.abt12{
  padding-top: 100px;
  padding-bottom: 100px;
}
.nearby{
  padding-top: 100px;
  padding-bottom: 100px;
}



/* Small Devices (≥576px) */
@media (max-width: 576px) {
  .card22 {
    padding: 10px;
    border-color: white;
  }
  .f1 {
    writing-mode: horizontal-tb;
    width: auto;
    text-align: center;
}
.f11{
    writing-mode: horizontal-tb;
    width: auto;
    text-align: center;
    margin-left: 0px;
    color: #000000;
}
}
.d-ventajas{
  padding: 2px;

}
.subtitle{
  font-size: 15px;
}

.fac{
 padding-top:40px ; 
  padding-bottom: 40px;
}
.abt12{
  padding-top: 50px;
  padding-bottom: 50px;
}
.testimonials-section1 p{
  font-size: 15px !important;
 }
 .footer-links {
  flex-direction:column;
  gap: 25px;
}






/* Tablets & Laptops */
@media (min-width: 768px) {
  .accommodate .carousel-item img {
    width: 100% !important;
    height: 400px;
  }
  .fac {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  
}



/* Tablets */
@media (min-width: 768px) {
  .footer-links {
    flex-direction: row;
    gap: 25px;
  }

 

}
/* Large Devices (≥992px) */
@media (min-width: 992px) {
  .card22 {
    padding: 30px;
  }

  .accommodate .row:nth-child(even) .col-lg-6 {
    order: 0; /* Reset order for laptops */
  }
  .fac {
    padding-top: 110px;
    padding-bottom: 110px;
}


}

/* Large Screens */
@media (min-width: 1200px) {
  .accommodate .carousel-item img {
    width: 100% !important;
    height: 500px;
  }
}

  
@media(max-width:1000px){
  .carousel-caption {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -60%);
    padding: 0rem;
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
    justify-items: center !important;
    width: 100%;
    max-width: 90%;
}
.carousel-caption h3 {
  font-size: 40px;
  z-index: 100;
  line-height: normal;
  font-stretch: normal;
  margin-bottom: 20px !important;
}
  .col2{
    justify-content: center;
    text-align: center;
  }
  .row2{
    text-align: center;
    justify-content: center !important;
  }
h1.title1{
  font-size: 40px !important;
}
  .img-2{
    display: none;
  }
  
  .img-3{
    display: none;
  }
  .col1{
    display: none;
  }
.vertical-text {
  display: flex;
  align-items: center;
  flex-direction: column;
  height:400px; /* Adjust height as needed */


}
}

/* For mobile devices */
@media (max-width: 768px) {
  .card22 {
      padding: 20px; /* Further reduce padding for mobile */
  }

  .accommodate .col-lg-6 img {
      max-width: 100%; /* Ensure image fits within the screen */
      border-radius: 8px; /* Slightly reduce border radius for mobile */
  }

  .book-now-link {
      font-size: 18px; /* Adjust font size for better readability on mobile */
  }
  .card21{
    padding: 48px;
}
}






.cta {
  position: relative;
  margin: auto;
  padding: 12px 18px;
  transition: all 0.2s ease;
  border: none;
  background: none;
  cursor: pointer;
}

.cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 50px;
  background: #9852386b;
  width: 45px;
  height: 45px;
  transition: all 0.3s ease;
}

.cta span {
  position: relative;
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #081f36;
}

.cta svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #091522;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}

.cta:hover:before {
  width: 100%;
  background: #9852386b;
}

.cta:hover svg {
  transform: translateX(0);
}

.cta:active {
  transform: scale(0.95);
}
.facility-row img{
  width: 64px;
  height: 64px;
}


.amenity-box{
  background-color: white;
  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: #dbb596;
  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:2em;
  padding-right:2em;
  padding-top: 4em!important;
  border: 1px solid transparent;
  transition-duration: 0.8s;
  text-align: justify;
  border: 1px solid #cf7965;

  outline: 1px solid #cf7965;
  outline-offset: -15px;
}

.amenity:hover .amenity-icon{
  background-color: #cf7965;
  transition-duration: 0.8s;
}

.amenity:hover .amenity-box{
  border: 1px solid #cf7965;
  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;
}
.cover-bg{
  background: url('../img/rooms-aster/DSC_5783.jpg') rgba(0, 0, 0, 0.641);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  padding-top: 200px;
  padding-bottom: 100px;
}
.explore{
  background: url('../img/rooms-aster/DSC_5783.jpg') rgba(0, 0, 0, 0.719);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
padding: 50px;
  color: white;
}


.testimonials-section12{

  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 2px solid #C4AB86;
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  }
.testimonials-section1 p{
  font-size: 24px;
}
.testimonial-item{
 padding: 30px;
 background: #985238;
 color: white;
}
.testimonial-item p{
  color: white !important;
}
.quotes{
 position: relative;
 justify-content: center;
 text-align: center;
 margin-bottom: -40px;
}





.about-789{
    background: linear-gradient(to left, #F8E3D2 70%, #F8E3D2 90%);
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}
.img-950{
  position: relative;
  z-index: 20;
  margin-left: 50px;
}

/* For very small mobile devices */
@media (max-width: 480px) {
  .card22 {
      padding: 15px; /* Minimal padding for very small screens */
  }

  .accommodate .col-lg-6 img {
      border-radius: 6px; /* Further reduce border radius */
  }

  .book-now-link {
      font-size: 15px; /* Smaller font size for very small screens */
  }
  .card21{
    
    padding: 43px;
}
.amenity-icon{
  background-color: #dbb596;
  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: 3em;
  padding-right: 3em;
  padding-top: 3em!important;
  border: 1px solid transparent;
  transition-duration: 0.8s;
}
.container{
  width: 100%;
}
.cover-bg{
  background: url('../img/rooms-aster/DSC_5783.jpg') rgba(0, 0, 0, 0.641);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  padding-top: 200px;
  padding-bottom: 100px;
}
.explore{
  background: url('../img/rooms-aster/DSC_5783.jpg') rgba(0, 0, 0, 0.719);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  padding: 20px;
  color: white;
}
}









@media (max-width: 998px) {
  .card22 {
      padding: 15px; /* Minimal padding for very small screens */
  }

  .accommodate .col-lg-6 img {
      border-radius: 6px; /* Further reduce border radius */
  }

  .book-now-link {
      font-size: 15px; /* Smaller font size for very small screens */
  }
  .card21{
    
    padding: 43px;
}
.amenity-icon{
  background-color: #dbb596;
  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: 2em;
  padding-right: 2em;
  padding-top: 3em!important;
  border: 1px solid transparent;
  transition-duration: 0.8s;
}
.container{
  width: 100%;
}
.cover-bg{
  background: url('../img/rooms-aster/DSC_5783.jpg') rgba(0, 0, 0, 0.641);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  padding-top: 200px;
  padding-bottom: 100px;
}
}