
@font-face {
  font-family: 'Montserrat';
  src: url('../text-font/PlayfairDisplay-Bold.ttf');
}
@font-face {
  font-family: 'Montserrat-italic';
  src: url('../text-font/PlayfairDisplay-BlackItalic.ttf');
}
/* ======================= Home Page Hero Section ======================= */
.my-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.my-hero video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.my-hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2));
  z-index: 2;
}

.my-hero .hero-content {
    position: relative;
    z-index: 3;
    padding: 0 20px;
    background: #00000091;
    padding: 20px;
    border: 2px solid wheat;
}

.my-hero h1 {
  font-size: 3rem;
  font-weight: bold;
  margin: 0;
}

/* ======================= Booking Section ======================= */
.booked-section {
  position: relative;
  padding: 50px 20px;
  background: #f6f0e8b5;
  text-align: center;
  z-index: 1;
}

.booked-section h2 {
  font-size: 2rem;
  color: #333;
}


.booked-section .form-group
{
    text-align: left;
}

/* ==================================================== Home Page Hero Section============================================================== */
/* ==================================================== Home About Section Section============================================================== */


.my-about-section {
    padding: 10% 10px;
    background: #f6f0e8b5;
    background-image: url(../img/leaf/1417859.webp), url(../img/leaf/leaf-removebg-preview.webp);
    background-repeat: no-repeat, no-repeat;
    background-position: bottom -58px left -20px, top right;
    background-size: 200px auto, 300px auto;
}

.my-about-section h2{
    color: #f9b047;
    font-family: 'Montserrat-italic';
    position: relative;
}
.my-about-section p{
  text-align: justify;
  padding-top: 10px;
}
.my-about-section h2::after{
        content: '';
    position: absolute;
    bottom: -6px;
    left: 35px;
    width: 30%;
    height: 3px;
    background: #7ea62b;
}
.my-about-section .stay-well
{
    background: #f9b047;
    position: relative;
    overflow: hidden;
    width: 50%;
    height: 60px;
    border: none;
    font-size: 20px;
    z-index: 1;
    transition: color 0.3s ease;
    border: 2px solid black;
}
.my-about-section .stay-well::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: white;
    z-index: -1;

    transition: left 0.4s ease;
}
.my-about-section .stay-well:hover::before {
    left: 0;
    
}
.my-about-section .stay-well:hover {
    color: #000000; /* Optional: text color changes when background turns white */
}
.my-about-section img
{
        width: 100%;
        border: 3px solid #f9b047;
}
/* ==================================================== Home About Section Section============================================================== */
/* ==================================================== Home Room Section============================================================== */
.our-room-card {
    width: 100%;
}

.our-room-card .image-section {
    width: 100%;
    height: 250px;
    background: white;
    overflow: hidden;
}

.our-room-card .image-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.our-room-card .content-section {
    padding-top: 20%;
    text-align: center;
    background: #ffffff;
    box-shadow: 0px 2px 9px 0px gray;
    padding-bottom: 51px;
    padding-left: 10px;
    padding-right: 10px;
    background-image: url(../img/leaf/1417859.webp), url(../img/leaf/leaf-removebg-preview.webp);
    background-repeat: no-repeat, no-repeat;
    background-position: bottom -70px left -50px, top right;
    background-size: 150px auto, 150px auto;
}

.our-room-card .content-section h4 {
    font-size: 1.3rem;
    color: #f9b047;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.our-room-card .content-section p {
    color: #606060;
    font-size: 15px;
    font-family: math;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.our-room-card .content-section .room-btn {
    width: 200px;
    height: 50px;
    background: #f9b047;
    border: none;
    box-shadow: 2px 3px 7px 2px gray;
    color: black;
    cursor: pointer;
    transition: 0.3s ease;
}

.how-we-work
{
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.how-we-work .stay-well {
    background: #f9b047;
    position: relative;
    overflow: hidden;
    width: 20%;
    height: 60px;
    border: 2px solid black;
    font-size: 20px;
    z-index: 1;
    transition: color 0.3s ease;
    color: black;
    cursor: pointer;
    left: 40%;
}
.how-we-work .stay-well::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: white;
    z-index: -1;

    transition: left 0.4s ease;
}
.how-we-work .stay-well:hover::before {
    left: 0;
    
}
.how-we-work .stay-well:hover {
    color: #000000; /* Optional: text color changes when background turns white */
}
/* ==================================================== Home Room Section============================================================== */
/* ==================================================== Home our-facilities Section============================================================== */


.our-facilities {
  background: #f6f0e8;
  padding: 40px 0;
  border-bottom: 2px solid #f9b047;
}

.our-facilities .facility-card {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.our-facilities .facility-card:hover {
  transform: translateY(-5px);
}

.our-facilities .facility-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.our-facilities .facility-card h6 {
  text-align: center;
  padding: 5% 0;
  background: #f9b047;
  margin: 0;
  font-weight: 600;
  color: #000;
}


/* ==================================================== Home our-facilities Section============================================================== */
/* ==================================================== Home our-exprience Section============================================================== */


.our-exprience
{
  width: 100%;
  padding-top: 5%;
  padding-bottom: 12%;
  background: #f6f0e8b5;
  background-image: url(../img/leaf/tree1.webp), url(../img/leaf/tree2.webp);
  background-repeat: no-repeat, no-repeat;
  background-position: bottom -58px left -20px, bottom right -20px;
  background-size: 200px auto, 200px auto;
  text-align: center;
  box-shadow: inset 2px 3px 20px 0px #80808091;
  
}
.our-exprience h2
{
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #f9b047;
}
.our-exprience h2::before
{
  content: "";
  position: absolute;
  display: block;
  width: 160px;
  height: 1px;
  background: color-mix(in srgb, var(--default-color), transparent 60%);
  left: 0;
  right: 0;
  bottom: 1px;
  margin: auto;
}
.our-exprience h2::after
{
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 3px;
    background: #92ab06;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.our-exprience .experience-card {
    width: 100%;
    padding-bottom: 5%;
    background: #ffffff;
    position: relative;
    overflow: hidden; /* ensure ::after doesn't overflow */
}

.our-exprience .experience-card::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 3px;
    background: #92ae1d;
    width: 0%;
    transition: width 0.4s ease-in-out;
}

.our-exprience .experience-card:hover::after {
    width: 100%;
}

.experience-card img
{
  width: 100%;
  height: 250px;
}
.experience-card .cont-sec
{
  padding: 10px;
}
.experience-card .cont-sec h5
{
  color: #92ab06;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.experience-card .cont-sec p
{
  color: #212121;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.experience-btn {
  width: 60%;
  padding: 7px;
  background-color: #92ab06;
  border: none;
  color: rgb(0, 0, 0);
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: 1px solid black;
}

.experience-btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: white;
  z-index: 0;
  transition: width 0.4s ease-in-out;
}

.experience-btn:hover::after {
  width: 100%;
}

.experience-btn span {
  position: relative;
  z-index: 1;
}

/* ==================================================== Home our-exprience Section============================================================== */
/* ==================================================== Home our-Events Section============================================================== */
.event-page
{
  padding-bottom: 3%;
}
.our-events-card
{
  width: 100%;
  background: red;
}
.our-events-card .img-sec {
    width: 100%;
    object-fit: cover;
    position: relative;
    overflow: hidden;
    border: 5px solid #f9b047;
}

.our-events-card .img-sec img {
  width: 100%;
}

.our-events-card .img-sec .content-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.649);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(100%);
  transition: transform 0.4s ease-in-out;
}

.our-events-card .img-sec:hover .content-box {
  transform: translateY(0%);
}

.our-events-card .img-sec .content-box h3 {
  color: white;
}



/* ==================================================== Home our-Events Section============================================================== */
/* ==================================================== Home blog-section-page ============================================================== */
.blog-section-page
{
  background: #f9f4ef;
}
/* ==================================================== Home blog-section-page ============================================================== */
/* ==================================================== Home most-popular-desitnation Page ============================================================== */
.most-popular-desitnation
{
  padding: 5%;
  background: #ffffff4f;
  text-align: center;
}
.most-popular-desitnation h2{
  color: #f9b047;
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.most-popular-desitnation h2::before{
    content: "";
    position: absolute;
    display: block;
    width: 370px;
    height: 1px;
    background: 
    color-mix(in srgb, var(--default-color), transparent 60%);
    left: 0;
    right: 0;
    bottom: 1px;
    margin: auto;
}
.most-popular-desitnation h2::after{
    content: "";
    position: absolute;
    display: block;
    width: 200px;
    height: 3px;
    background: #92ab06;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.destination-card {
  width: 100%;
  height: 350px;
  background-color: red;
  overflow: hidden;
  position: relative;
  overflow: hidden;
  border: 5px solid #f9b047;
  border-radius: 12px;
}

.destination-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.destination-card .cont-bx {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background: #000000a8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.destination-card .cont-bx h3 {
  color: white;
  font-weight: 700;
}

/* ==================================================== Home most-popular-desitnation Page ============================================================== */
/* ==================================================== Home our-team Page ============================================================== */
.our-team-page
{
  background: #f6f0e8;
}

.contact-page
{
  background: #f6f0e8;
}
/* ==================================================== Home our-team Page ============================================================== */

@media screen and (max-width:768px) {
  .my-hero h1
  {
    font-size: 40px;
  }
  .my-about-section .stay-well
  {
    width: 100%;
  }
  .our-room-card
  {
    margin-top: 15px;
  }
  .how-we-work .stay-well
  {
    width: 100%;
    left: 0px;
  }
  .footer .footer-about .logo {
    margin-left: -25px;
  }
}