.hero {
  background-image: url("../../assets/images/accomadation/artwork.png")!important;
  background-size: cover; /* This will make sure that your image covers the whole container */
  height: 575px;
  position: relative; /* Needed for positioning the overlay */
}
.overlay {
  position: absolute; /* Position the overlay over the image */
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.326); /* Black background with opacity */
  color: #fff; /* White text color */
  display: flex; /* Use flexbox for centering */
  align-items: center; /* Center vertically */
  justify-content: center; /* Center horizontally */
}
.overlay-text {
  margin-top: 33px;
  text-align: center; /* Center the text */
  -webkit-text-stroke-width: 0.2px;
  -webkit-text-stroke-color: white;
}

section.accom {
    padding-top: 9rem;
}

.accom .accommodation-price span{
    font-weight:700;
}

.hero p,
h1 {
  font-family: "Marcellus", serif;
}

.badge-custom {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background-color: #e4e4e4; /* Custom badge color */
  color: black;
  padding: 0.5rem 1rem;
  font-weight: bold;
  font-family: "Marcellus", serif;
}
.accommodation-desc {
  font-family: "Marcellus", serif;
}
.accommodation-col {
  display: flex;
  align-items: center;
  padding: 3rem;
}
.accommodation-desc p {
  margin-bottom: 0.5rem;
  font-size: 20px;
}
.accommodation-desc .fa {
  color: rgb(124, 70, 20); /* Color of icons to match design */
  margin-right: 0.5rem;
}
.accommodation-desc .fas {
  color: rgb(124, 70, 20); /* Color of icons to match design */
  margin-right: 0.5rem;
}
.accommodation-title {
  color: #333; /* Title color */
  font-size: 1.5rem;
}
.accommodation-price {
  color: #333; /* Title color */
  font-size: 1.25rem;
}
.discover-btn {
  font-weight: bold;
  text-transform: uppercase;
  border-width: 2px; /* Thicker border for the button */
}

.fancy {
  background-color: #82512991;
  border: 2px solid #82512991;
  border-radius: 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0;
  outline: none;
  overflow: visible;
  padding: 1.25em 2em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  transition: all 0.3s ease-in-out;
  user-select: none;
  font-size: 13px;
}

.fancy::before {
  content: " ";
  width: 1.5625rem;
  height: 2px;
  background: white;
  top: 50%;
  left: 1.5em;
  position: absolute;
  transform: translateY(-50%);
  transform-origin: center;
  transition: background 0.3s linear, width 0.3s linear;
}

.fancy .text {
  font-size: 1.125em;
  line-height: 1.33333em;
  padding-left: 2em;
  display: block;
  text-align: left;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  font-family: "Marcellus", serif;
}

.fancy .top-key {
  height: 2px;
  width: 1.5625rem;
  top: -2px;
  left: 0.625rem;
  position: absolute;
  background: #e8e8e8;
  transition: width 0.5s ease-out, left 0.3s ease-out;
}

.fancy .bottom-key-1 {
  height: 2px;
  width: 1.5625rem;
  right: 1.875rem;
  bottom: -2px;
  position: absolute;
  background: #e8e8e8;
  transition: width 0.5s ease-out, right 0.3s ease-out;
}

.fancy .bottom-key-2 {
  height: 2px;
  width: 0.625rem;
  right: 0.625rem;
  bottom: -2px;
  position: absolute;
  background: #e8e8e8;
  transition: width 0.5s ease-out, right 0.3s ease-out;
}

.fancy:hover {
  color: white;
  background: #82512991;
}

.fancy:hover::before {
  width: 0.9375rem;
  background: white;
}

.fancy:hover .text {
  color: white;
  padding-left: 1.5em;
}

.fancy:hover .top-key {
  left: -2px;
  width: 0px;
}

.fancy:hover .bottom-key-1,
.fancy:hover .bottom-key-2 {
  right: 0;
  width: 0;
}



/* <reset-style> ============================ */
.accom a {
  text-decoration: none;
}
/* <main-style> ============================ */
 .menu__link {
  color: #82512991;
  line-height: 2;
  position: relative;

}

.menu__link::before {
  content: '';
  width: 0;
  height: 2px;
  border-radius: 2px;
  background-color: #82512991;
  position: absolute;
  bottom: -.25rem;
  right: 0;
  transition: right .4s, width .4s, left .4s;
}

 .menu__link:hover::before {
  width: 100%;
  left: 0;
}

.main-para{
    margin-top:-20;
}






.topmain p,
h1 {
  font-family: "Marcellus", serif;
}

p {
  font-size: 20px;
}

h1,
h2 {
  font-weight: 500;
  color: rgb(124, 70, 20);
}
.overlay-text h1 {
    color : #fff !important;
}
.position-relative {
  overflow: hidden;
}

/* Image Zoom Effect */
.position-relative img {
  transition: transform 0.5s ease;
}

.position-relative:hover img {
  transform: scale(1.1); /* Adjust scale value as needed */
}



  .amenity-item {
    font-size: 12px;
   
}

@media (max-width: 1024px) { 
    
      .amenity-item {
    font-size: 12px;
    width : 130px;
}

.col-md-3 {
        flex: 0 0 auto;
        width: 44%;
    }
    
}

@media (max-width: 767px) {
  .accommodation-desc p {
    margin-bottom: 0.5rem;
    font-family: "Marcellus", serif;
    font-size: 14px;
  }
  
  section.test {
    padding-top: 5rem;
}

  .accommodation-col {
    display: flex;
    align-items: center;
    padding: 1rem;
  }

  h1,
  h2 {
    font-weight: 500;
    color: rgb(124, 70, 20);
    font-size: 20px;
  }

  p {
    font-size: 16px;
  }
  
  section.accom {
    padding-top: 4rem;
}

    .menu__link {  
   
  margin-bottom : 10px;        
    }
  .hero {
    background-image: url("./assets/images/accomadation/artwork.png");
    background-size: cover; /* This will make sure that your image covers the whole container */
    background-position: center; /* This will center your image in the container */
    height: 450px;
    position: relative; /* Needed for positioning the overlay */
  }
  
  .amenity-item {
    font-size: 12px;
    width : 130px;
}
}



.fancy .top-key,.fancy .bottom-key-1,.fancy .bottom-key-2{
    display:none;
}



.amenity-item .single-page-icons {
    width: 24px;
}



