
@import url('https://fonts.googleapis.com/css2?family=Aboreto&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=Bellefair&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Aboreto&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=Bellefair&family=Gabriela&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ruthie&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Miss+Fajardose&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&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kurale&display=swap');
html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
  background-color:   rgb(255, 255, 255);
  font-family: "Bellefair", serif;
  font-weight: 400;
  font-style: normal;
  color: rgb(0, 0, 0);
}
h6{
    font-family: "Gabriela", serif;
    font-weight: 400;
    font-style: normal;
}
P{
    font-family: "Cormorant Garamond", serif;
    font-weight: 300;
    font-style: normal;
}
a{
  text-decoration: none;
  color: rgb(0, 0, 0);
}
::selection {
  color: #000000;
  background: #eeb383;
}

.background-container {

  animation: zoom 10s ease-in-out forwards;
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

nav.navbar {
  background-color: #ffffff;
  backdrop-filter: blur(0px) !important;
  font-weight: 800;
  font-style: normal;
  z-index: 1000;
  width: 100%;
  height: 100px;
  position: relative;
}

li.nav-item a.nav-link {
  color:#000000 !important;
  font-size: 18px !important;
  font-family: "Bellefair", serif;
  font-weight: 400;
  font-style: normal;
}

.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: rgb(255, 255, 255) !important;
  color: #000000;
  backdrop-filter: blur(0px) !important;
  transition: background .5s !important;
  border: 1px solid #345E7D;
  font-family: 'Cormorant Garamond', 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 #ffffff;
  transform: scale(1.02);
  color: rgb(0, 0, 0);
}

#carouselExampleFade {
  margin-top: -150px;
  position: relative;
}

.navbar-toggler {

background-color: white;

}

.carousel1 {
  background: url('../img/258903903.jpg') rgba(0, 0, 0, 0.377);
  background-attachment: scroll !important;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height:900px;
}

.carousel2 {
  background: url('../img/2.jpg') rgba(20, 19, 19, 0.44) ;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 900px;
}

.carousel3 {
  background: url('../img/29.jpg')   rgba(20, 19, 19, 0.636) ;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height:900px;
}

.carousel-caption {
  margin-bottom: 8% ;
  text-align: center;
}

.carousel-caption h1 {

    font-family: "Bellefair", serif;
    font-weight: 400;
    font-style: normal;
  text-transform: capitalize !important;
  font-size: 70px !important;
  font-weight: 500;
}

.carousel-caption h6 {
  margin-bottom: 30px;
  font-family: "Satisfy", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  font-weight: 100;
  color: #ffffff !important;
}

#bottone5 {
  align-items: center;
  background-color: #E3A982;
  border: 1px solid #ffffff ;
  box-shadow: rgba(255, 255, 255, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  display: inline-flex;
  font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 600;
  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: rgb(255, 255, 255);
  box-shadow: rgb(255, 255, 255) 0 4px 12px;
  color: rgb(255, 255, 255);
 }
 
 #bottone5:hover {
  transform: translateY(-1px);
 }
 
 #bottone5:active {
  background-color: #F0F0F1;
  border-color: rgba(255, 255, 255, 0.986);
  box-shadow: rgb(255, 255, 255) 0 2px 4px;
  color: rgba(255, 241, 241, 0.65);
  transform: translateY(0);
 }

 #bottone6 {
    align-items: center;
    background-color: #ffffff;
    border: 1px solid #ffffff ;
    box-shadow: rgba(255, 255, 255, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.85);
    cursor: pointer;
    display: inline-flex;
    font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 600;
    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;
   }
   
   #bottone6:hover,
   #bottone6:focus {
    border-color: rgb(255, 255, 255);
    box-shadow: rgb(255, 255, 255) 0 4px 12px;
    color: rgb(0, 0, 0);
   }
   
   #bottone6:hover {
    transform: translateY(-1px);
   }
   
   #bottone6:active {
    background-color: #F0F0F1;
    border-color: rgba(255, 255, 255, 0.986);
    box-shadow: rgb(255, 255, 255) 0 2px 4px;
    color: rgba(255, 241, 241, 0.65);
    transform: translateY(0);
   }
/* about section */

.section-bg{
    background: url('../img/pexels-vidalbalielojrfotografia-11282210.jpg'), rgba(0, 0, 0, 0.637);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-blend-mode: multiply;
    padding-top: 150px;
    padding-bottom: 150px;
    text-align: center;
  }
.about {
    background-color: #252638;
}
.img1{
    margin-left: 80px;
     margin-top: -90px;
}
.facility-wrap{
    padding: 40px;
    background-color: #f8d3bb;
}

/* From Uiverse.io by alexmaracinaru */ 
.cta {
    position: relative;
    margin: auto;
    padding: 12px 20px;
    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;
 
    width: 45px;
    height: 45px;
    transition: all 0.3s ease;
    border:1px solid #E3A982 !important;
  }
  
  .cta span {
    position: relative;
    font-family: "Ubuntu", sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #f1f1f1;
  }
  
  .cta svg {
    position: relative;
    top: 0;
    margin-left: 10px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #E3A982;
    stroke-width: 2;
    transform: translateX(-9px);
    transition: all 0.3s ease;
  }
  
  .cta:hover:before {
    width: 100%;
    background: #E3A982;
  }
  
  .cta:hover svg {
    transform: translateX(0);
  }
  
  .cta:active {
    transform: scale(0.95);
  }
  
/* room section in home page */

  /*room home page */
  .rooms-section{
    background: #ffffff !important;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    justify-content: center !important;
    text-align: center !important;
    align-items: center  !important;
  
  }
  
  .chefs-box {
    height: 510px !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    -webkit-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.06);
            box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.06);
    border-radius: 12px;
  }
  
  @media only screen and (max-width: 767.98px) {
    .chefs-box {
      height: 400px;
    }
  }
  
  .chefs-box .chefs-hover-info {
    padding: 20px;
    top: 100%;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    -webkit-transform: translateY(-97px);
            transform: translateY(-97px);
    -webkit-transition: .7s;
    transition: .7s;
  }
  
  .chefs-box .chefs-hover-info span {
    color: var(--primary-yellow);
    margin-bottom: 25px;
  }
  
  .chefs-box:hover .chefs-hover-info {
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: .7s;
    transition: .7s;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .chefs-box:hover .chefs-hover-info h2 {
    color: white !important;
    -webkit-transition: .3s;
    transition: .3s;
  }
  
  .chef-two-box {
    -webkit-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.06);
            box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.06);
    border-radius: 15px;
  }
  
  .chef-two-box img {
    -webkit-transform: translateX(0) scale(1.05);
            transform: translateX(0) scale(1.05);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  
  .chef-two-box .chef-two-info {
    padding: 30px 20px;
  }
  
  .chef-two-box .chef-two-info p {
    margin: 5px 0 10px;
  }
  
  .chef-two-box:hover img {
    -webkit-transform: translateX(2%) scale(1.05);
            transform: translateX(2%) scale(1.05);
  }
  

  
  .coffee-team-area {
    background: url(../images/coffee/coff-team-bg-sp.png), -webkit-gradient(linear, left top, left bottom, color-stop(100%, #270a05), to(#270a05));
    background: url(../images/coffee/coff-team-bg-sp.png), linear-gradient(#270a05 100%, #270a05 100%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .coffee-team-box .coffee-team-img {
    background-color: #EFECE7;
    border-radius: 20px;
    overflow: hidden;
  }
  
  .coffee-team-box .coffee-team-img .coffee-team-hover {
    height: 0;
    width: 90%;
    opacity: 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    background-color: rgba(244, 177, 131, 0.8);
    border-radius: 8px;
  }
  
  .coffee-team-box .coffee-team-img .coffee-team-hover .coffee-team-socil {
    gap: 21px;
  }
  
  .coffee-team-box:hover .coffee-team-img .coffee-team-hover {
    height: 90%;
    opacity: 1;
  }
  
  .coffee-team-box.pizza .coffee-team-hover {
    background-color: rgba(16, 17, 19, 0.4);
  }


  /* why us */
 
  .cards-wrap {
    margin :50px 0 0;
    z-index:2;
    position: relative;
  }
  .content-inner {
    width:100%;
    color: #fff;
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
    backface-visibility: hidden;
    transition: .9s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    
  }
  .content-inner > * {
    backface-visibility: hidden;
    transition: .9s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .content-inner:hover .content-front {
    transform: rotateY(-180deg);
  }
  .content-inner:hover .content-back {
    transform: rotateY(0deg);
  }
  .content-inner .content-front,
  .content-inner .content-back {
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
    backface-visibility: hidden;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 10px 34px 0px rgba(0,0,0,.2);
  }
  .content-front {
    background: #272535;
    position:relative;
    cursor:pointer;
    border-radius: 10px;
  }
  .content-inner .content-back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    transform: rotateY(180deg);
    background: #272535;
    border-radius: 10px;
  }
  .content-inner .cf-inner {
    transform-style: preserve-3d;
    backface-visibility: hidden;
    width:100%;
    padding:130px 40px;
    border-radius: 10px;
  }
  .content-inner .cf-inner .fs-wrapper {
    border-radius: 10px;
  }
  .content-inner .cf-inner .inner {
    align-items: stretch;
    transform-style: preserve-3d;
    perspective: 1000px;
    backface-visibility: hidden;
    transform: translateZ(95px) scale(0.81);
    text-align: center;
    position:relative;
    z-index:2;
  } 
  .content-back i {
    font-size:54px;
    position:relative;
    color: #EFE67C;
  }
  .dec-icon {
    position:relative;
    display:inline-table;
    width:80px;
    height:80px;
  }
  .dec-icon:before , .dec-icon:after {
    content:'';
    position:absolute;
    width:80px;
    height:20px;
    border-radius:20px;
    background:rgba(255,255,255,0.1);
  }
  .dec-icon:before {
    left:-15px;
    top:12px;
  }
  .dec-icon:after  {
    right:-15px;
    bottom:12px;
  }
  .dec-icon i {
    z-index:3;
  }
  .content-back .dec-icon {
    top:-20px;
  }
  .content-inner .cf-inner .inner p {
    color:#fff;
    text-align: center;
  }
  .content-back:after  {
    position:absolute;
      content: '\25CF\25CF\25CF';
    width:50px;
    left:50%;
    bottom:30px;
    margin-left:-25px;
      font-size: 9px;
      letter-spacing: 4px;
    color: var(--main-color);	
  }
  .serv-num {
    position:absolute;
    bottom:40px;
    left:50%;
    color:#fff;
     color: var(--main-color);	
    z-index:3;
    transform: translateX(-50%);
    font-size:1.8em;
  }
  .content-inner .cf-inner .inner h2  {
    position:relative;
    font-size:2.6em;
    font-weight:500;
    padding-bottom:10px;
  }
  .content-inner .cf-inner .inner h2:after {
    content:'';
    position:absolute;
    top:-20px;
    margin-left:-25px;
    left:50%;
    width:50px;
    height:1px;
    background:  var(--main-color);
  }
  .content-inner .content-front h4{
    display:inline-block;
    color:#fff;
    text-transform:uppercase;
     font-weight: 500;
    margin:0 4px;
      font-family: var(--secondary-font);
  }
  .content-inner .cf-inner .inner h2:before {
    content:'';
    position:absolute;
    left:50%;
    bottom:10px;
    width:20px;
    height:2px;
    margin-left:-10px;
  }
  
  .content-inner .content-front .section-separator:before, .content-inner .content-front .section-separator:after {
    background:rgba(255,255,255, .3);
  }
  
  .bg {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-size: cover;
    background-attachment: scroll  ;
    background-position: center  ;
    background-repeat:repeat;
    background-origin: content-box;
    border-radius: 6px;
    filter: brightness(40%);
  } 
  .content-section h2{
    font-size: 28px !important;
  }
  .content-section h4{
    font-size: 18px !important;
  }
  
  #service-details2{
      padding-top: 100px !important;
      padding-bottom: 100px !important;
  }

  /* cover-bg */

  .cover-bg{
    background: url('../img/pexels-castorlystock-3614120.jpg') rgba(20, 19, 19, 0.904) ;
    background-attachment: scroll;
   
    background-size: cover;
    background-repeat: no-repeat;
background-position: 20% left;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;

   
  }
footer{
    background: url('../img/img5.jpg') #252638;
  
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
  
    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;
  }
  .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 ;
  }
  .room-link{
    color: #000000;
  }
  .room-link:hover{
    color: #932B41;
  }
  @keyframes fadeinnav {
    from {opacity: 0;}
    to {opacity: 1;}
  }
  .fade-in-nav{
    animation-name: fadeinnav;
    animation-duration: 0.9s;
  }
  .nav-hidden{
    display: none;
  }
  .nav-hidden1{
    display: block;
  }
/*marquee*/
.marquee {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 100px;
  overflow: hidden;
  font-size: 120px;
  font-weight: bold;
  margin-top: -60px
}
.marquee .track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 140s linear infinite
}
.marquee .content {
  opacity: 0.05;
  line-height: 1.2;
}
@keyframes marquee {
  from {
      transform: translateX(0)
  }
  to {
      transform: translateX(-30%)
  }
}


/*gallery.html*/
.section-background6{
  background: url('../img/9.jpg') rgba(20, 19, 19, 0.765);
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  color: white;
}
@media(max-width: 990px){
  .carousel-caption {
    margin-bottom: 48%!important;
    text-align: center;
    
  }
  
  .carousel-caption h1 {
    text-shadow: 3px 3px 4px #435876;
    font-family: 'Cinzel', serif;
    text-transform: capitalize;
    font-size: 41px !important;
    font-weight: 500;
  }
  
  .carousel-caption h6 {
    margin-bottom: 30px;
    font-family: Marck Script, cursive;
     font-style: normal;
    font-style: italic;
    font-size: 12px;
   
    font-weight: 100;
    color: #ffffff !important;
  
  }

  
  nav.navbar{
    height: auto;
  }
  .rresht{
    position: relative;
    /* box-shadow: #c29065 0px 10px 50px; */
    padding: 16px;
    background-color: #5A3C22;
    border-radius: 4%;
    margin-top: 22px;
    z-index: 2;

}
}
/*Animations*/
/*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;
}
.rooms-section{
    background-color: #ffffff;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .room-container {
    position: relative;
  
    overflow: hidden;
  }
  
  .room-image {
    width: 100%;
    height: 500px;
    object-fit: cover;
  }
  
  .dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
  
  .initial-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    z-index: 2;
    font-size: 25px;
    text-shadow: 3px 3px 4px #435876;
  }
  
  
  .image-section {
    width: 100%;
    height: 550px;
    object-fit: cover;
    padding-bottom: 20px;
  }
  .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    z-index: 3;
  }
  .card {
    position: relative;
  height: 400px;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  }
  .card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.434);
  }
  
  .card-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    z-index: 1;
    transition: bottom 0.3s ease, opacity 0.3s ease;
  
  }
  
  .card-content h2 {
    font-size: 24px;
    margin-bottom: 5px;
  }
  
  .card-content p {
    font-size: 14px;
  }
  
  .card .button2 {
    position: absolute;
    bottom: -50px;
    left: 20px;
    padding-top: 30px;
  background: transparent;
    color: #978667;
  
    font-size: 14px;
    font-weight: bold;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  
  .card:hover .button2 {
    transform: translateY(-80px);
    opacity: 1;
  }
  .card:hover .card-content{
    bottom: 50px;
    transition: bottom 0.3s ease, opacity 0.3s ease;
  
  }

  .testimonial{
    background: url('img/pexels-vidalbalielojrfotografia-11282210.jpg') rgba(20, 19, 19, 0.765);
    background-attachment: fixed;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
    color: white;
  }
  .card1{
    background-color: white;
    width: 400px;
    padding: 40px !important;
    border: 2px solid rgb(245, 212, 121);
  }
  .card2{
    background-color: white;
    width: 400px;
padding: 40px !important;
border: 2px solid rgb(245, 212, 121);
  }
  .card3{
    background-color: white;
    width: 400px;
padding: 40px !important;
border: 2px solid rgb(245, 212, 121);
  }
  .image-with-border {
      display: inline-block; /* Ensures proper alignment */
     
      outline: 3px solid #E3A982; /* Outer outline for extra effect */
      outline-offset: 18px; /* Space between the border and outline */
      border-radius: 3px; /* Optional: Adds rounded corners */
     box-shadow: -10px 0 0 0 #E3A982, /* Border-like effect more outside to the left */
                5px 0 0 0 #E3A982; /* Regular border on the right */
      outline-offset: -20px; /* Moves outline closer to the inside, appearing more left */
  }

  .rooms1{
    background-color: #fce6d8;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .section-bg1{
    background: url('../img/24.jpg'), rgba(0, 0, 0, 0.637);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-blend-mode: multiply;
    padding-top: 150px;
    padding-bottom: 150px;
    text-align: center;
  }
  .room-box{
    background: white !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px !important;
  
  }
  .room-content{
    padding: 40px;
  }
  .room-box1{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  
  }
  .room-content1{
    padding: 40px;
  }
  .row-container {
    display: flex;
    flex-direction: column;
    gap: 10px; /* Adds space between rows */
    font-family: Arial, sans-serif;
}

.row {
    display: flex;
    align-items: center;
    font-size: 18px;
}

.row .icon {
    width: 24px;
    height: 24px;
    margin-right:60px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #af784c; /* Icon background color */
    border-radius: 50%; /* Makes the icon circular */
    color: white;
    font-weight: bold;
}

.row .text {
    flex-grow: 7;
}
.contact{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

/* Mobile Devices */
@media only screen and (max-width: 600px) {
    .card1, .card2, .card3 {
        width: 100%;  /* Make cards take full width on mobile */
        padding: 20px; /* Adjust padding for smaller screens */
    }
}

/* Tablets */
@media only screen and (max-width: 768px) {
    .card1, .card2, .card3 {
        width: 90%;  /* Slightly reduced width for tablets */
        padding: 25px; /* Adjust padding */
    }
}

/* Desktop */
@media only screen and (min-width: 1024px) {
    .card1, .card2, .card3 {
        width: 400px;  /* Keep the original width for desktop */
        padding: 40px; /* Standard padding */
    }
}