
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Poppins", sans-serif;
    color: #fff;
    overflow-x: hidden;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

section {
    padding: 80px 0;
}

h2 {
    font-family: "Playfair Display", serif;
    font-size: 42px;
    margin-bottom: 20px;
    color: #ffffff;
}

.btn {
    display: inline-block;
    padding: 12px 28px;
    background: #145f3d;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    margin: 5px;
}

.btn-outline {
    background: transparent;
    border: 1px solid #fff;
}

/* HEADER */

.hero {
    height: 100vh;
    background: url("img/snow.gif") center/cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero h1 {
    font-size: 70px;
    font-family: "Playfair Display", serif;
}

.hero h1 span {
    color: #145f3d;
}

.hero p {
    margin: 15px 0;
    font-size: 18px;
}

.navbar {
    position: fixed!important;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 10px 25px;
    border-radius: 40px;
    z-index: 10;
}

.navbar ul {
    display: flex;
    list-style: none;
    gap: 25px;
}

.navbar a {
    text-decoration: none;
    color: #145f3d;
    font-size: 15px;
    font-weight: 500;
}

.second{
    background: url("img/2.jpg") center/cover;
}


/* ABOUT */

.about {
    background: url("img/2.jpg") center center / cover no-repeat;;
    position:relative;
}

.about::before{
    content:'';
    position:absolute;
    inset:1;
    background: rgb(255 255 255 / 50%);
}

.about-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    align-items: center;
}

.about-images img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
    float: right;
}


.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -60px;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
}

.property-section{
    background:url('img/gallerybg.jpg') center center/cover no-repeat;
    padding:80px 0;
    position:relative;
}

.property-section::before{
    content:'';
    position:absolute;
    inset: 0;
    background: rgb(255 255 255 / 29%);
}

.property-section .container{
    position:relative;
    z-index:2;
}

.section-title{
    text-align:center;
    color:#0b6b36;
    font-size:60px;
    font-weight:700;
    margin-bottom:50px;
    text-transform:uppercase;
}

.slider-card{
    border-radius:15px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 5px 20px rgba(0,0,0,0.15);
}

.slider-card img{
    width:100%;
    height: 350px;
    object-fit:cover;
}

.carousel-control-prev,
.carousel-control-next{
    width:50px;
    height:50px;
    background:#0b6b36;
    border-radius:50%;
    top:50%;
    transform:translateY(-50%);
    opacity:1;
}

.carousel-control-prev{
    left:-25px;
}

.carousel-control-next{
    right:-25px;
}

.carousel-indicators [data-bs-target]{
    width:20px;
    height:0px;
    border-radius:50%;
    background:#0b6b36;
}

@media(max-width:768px){

.section-title{
    font-size:32px;
}

.slider-card img{
    height:250px;
}

.carousel-control-prev{
    left:0;
}

.carousel-control-next{
    right:0;
}

}

/* SITE PLAN */

.siteplan {
    background: url("img/1stimage.jpg") center/cover;
    text-align: center;
}


.siteplan h2 {
    color: #145f3d;
    font-weight: bold;
}

.siteplan img {
    width: 100%;
    max-width: 500px;
    border-radius: 10px;
}

/* PLACES */

.places {
    background: url("img/places-bg.jpg") center/cover;
}

.section-title {
    text-align: center;
    color: #145f3d;
    margin-bottom: 40px;
}

.card{
    padding: 20px;
}

.places-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.card-body h5{
    color: #145f3d;
    font-weight: bold;
    font-size: 25px;
}

.place-card {
    background: #fff;
    color: #333;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
}

.place-card img {
    width: 160px;
    object-fit: cover;
}

.place-content {
    padding: 15px;
}

/* TESTIMONIALS */

.testimonials {
    background: url("img/testimonial-bg.jpg") center/cover;
    padding: 100px 0px;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.testimonial {
    background: #fff;
    color: #333;
    padding: 25px;
    border-radius: 15px;
    text-align: center;
}

.testimonial img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 15px;
}

.star-30{
    font-size: 30px;
}


.amenities-section{
    background:url('img/bg-mountain.jpg') center center/cover no-repeat;
    position:relative;
    padding:80px 0;
}

.amenities-section::before{
    content:'';
    position:absolute;
    inset:0;
    background: rgb(255 255 255 / 50%);
}

.amenities-container{
    position:relative;
    z-index:2;
}


.popUpclose{
    position: relative;
    top: -30px;
    right: 1px;
}
.section-title{
    text-align:center;
    margin-bottom:50px;
}

.section-title h2{
    font-size:72px;
    font-weight:700;
    color:#006633;
    text-transform:uppercase;
    font-family:Georgia, serif;
}

.section-title p{
    font-size:18px;
    color:#444;
}

.amenity-card{
    position:relative;
    overflow:hidden;
    border-radius:15px;
    box-shadow:0 8px 25px rgba(0,0,0,0.15);
    transition:0.4s;
}

.amenity-card img{
    width:100%;
    height:270px;
    object-fit:cover;
    transition:.5s;
}

.amenity-card:hover img{
    transform:scale(1.08);
}

.amenity-overlay{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    background:rgba(0,102,51,.85);
    color:#fff;
    text-align:center;
    padding:18px 10px;
}

.amenity-overlay h5{
    margin:0;
    font-size:28px;
    font-family:Georgia, serif;
}

.amenity-card:hover{
    transform:translateY(-8px);
}

@media(max-width:991px){

.section-title h2{
    font-size:50px;
}

.amenity-card img{
    height:240px;
}

}

@media(max-width:576px){

.section-title h2{
    font-size:38px;
}

.section-title p{
    font-size:16px;
}

.amenity-card img{
    height: 150px;
}

.amenity-overlay h5{
    font-size: 15px;
}

}


/* ABOUT US */

.about-us {
    background: url("img/about-bg.jpg") center/cover;
    text-align: center;
}

.about-us p {
    max-width: 1000px;
    margin: auto;
    line-height: 2;
    font-size: 18px;
    /*text-align: justify;*/
    color: #000;
    margin-bottom: 30px;
}

/* CONTACT */

.contact {
    background: url("img/contact-bg.jpg") center/cover;
}


.contact-box,
.form-box {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    color: #333;
}

input,
textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

button {
    width: 100%;
    padding: 14px;
    background: #169443;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

/* FAQ */

.faq {
    background: url("img/faq-bg.jpg") center/cover;
}

.faq h2 {
    text-align: center;
    color: #143c2f;
}

.accordion {
    max-width: 900px;
    margin: auto;
}

.faq-item {
    background: #fff;
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.faq-title {
    padding: 15px;
    font-weight: 600;
    color: #333;
}

/* FOOTER */

.footer {
    /*background: #111;*/
    background: url(img/footerbg.jpg) center/cover;
    padding: 70px 0 30px;
}

.footer-top {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 30px;
}

.footer h3 {
    margin-bottom: 20px;
}

.footer ul {
    list-style: none;
}

.footer ul li {
    margin-bottom: 10px;
}

.footer a {
    color: #ccc;
    text-decoration: none;
}

.copyright {
    margin-top: 40px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
}

/* MOBILE */

@media (max-width: 992px) {
    .hero h1 {
        font-size: 50px;
    }

    .about-grid,
    .contact-grid,
    .footer-top {
        grid-template-columns: 1fr;
    }

    .testimonial-grid {
        grid-template-columns: 1fr;
    }

    .places-grid {
        grid-template-columns: 1fr;
    }

    .place-card {
        flex-direction: column;
    }

    .place-card img {
        width: 100%;
        height: 220px;
    }

    .navbar {
        width: 90%;
    }

    .navbar ul {
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media (max-width: 576px) {
    .hero h1 {
        font-size: 38px;
    }

    h2 {
        font-size: 30px;
    }

    .hero {
        height: 90vh;
    }

    .btn {
        display: block;
        margin: 10px auto;
        width: 220px;
    }

    .navbar-toggler{
        display: contents;
    }

    .about-us p {
    max-width: 1000px;
    margin: auto;
    line-height: 2;
    font-size: 12px;
    color: #000;
    margin-bottom: 10px;
}

.section-title {
    text-align: center;
    margin-bottom: 30px;
}
.bafdid{
    background: #ffffff9c;
    padding: 20px 10px;
}


}

.babg{
    background: #061f52!important;
}

.fix_logo{
        width: 100px;
    margin-right: 60px;
}
