@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
body {
    background-color: #fff;
    color: #5f5f5f;
    font-family: Open Sans, sans-serif !important;
    font-size: .9375rem !important;
    line-height: normal;
    margin: 0;
}
nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    background-color: #45634f !important;
    border-bottom: 1px solid #fff;
    color: #fff;
}
a.nav-link {
    color: #fff !important;
    text-decoration: none;
    position: relative;
}
a.nav-link.active::after {
    background: #9ab32a;
    bottom: 2px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: auto;
}
 /* Style for header */
 .navbar-brand {
    font-size: 24px; /* Adjust the font size as needed */
}
/* Style for contact information */
.contact-info {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 1rem;
    margin-right: 1rem;
}
.contact-info p {
    margin-bottom: 0.5rem;
}
.image-container {
        position: relative;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .image-container img {
        width: 100%;
        height: auto;
        transition: transform 0.3s ease;
    }
    .image-container:hover img {
        transform: scale(1.1);
    }
    .image-text {
        position: absolute;
        bottom: 10px;
        right: 10px;
        background-color: rgba(0, 0, 0, 0.7);
        color: #fff;
        padding: 5px 10px;
        font-size: 14px;
        display: none;
    }
    .image-container:hover .image-text {
        display: block;
    }
    .highlight {
        font-size: 18px;
        font-style: italic;
    }

    .tagline {
        color: #45634f;
        font-size: 40px;
        font-weight: 700;
        line-height: 40px;
        text-transform: uppercase;
    }
span.dropcap {
    float: left;
    font-size: 374%;
    line-height: 85%;
    width: 47px;
    font-style: normal;
}
.overview-wrapper {
    background: url(./img/overview-bg.BsM86Nj5.png) no-repeat top;
    min-height: 200px;
    padding-bottom: 64px !important;
    padding-top: 64px !important;
}
.leaf {
    background: url(./img/map-leaf-bg.png);
    align-items: center;
    background-size: cover;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3rem;
    text-align: center;
}
.text-light-green {
    color: #8bc34a !important;
    font-size: 20px;
}
h2.section-heading {
    color: #45634f;
    font-size: 38px;
    line-height: 50px;
    font-weight: bolder;
}
.section-subheading {
    color: #795548 !important;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: -7px;
}

#master-plan-sec {
    background: #ffffff;
    padding: 45px 0px 40px 0px;
}
#image-con-sec {
    padding: 45px 0px 40px 0px;
}

.location-subheading {
    font-weight: bolder;
}
#dev-sec {
    font-size: 13px !important;
    padding: 45px 0px 40px 0px;

}
#loc-sec .loc2 {
    padding: 0px;
}
#dev-sec h2.main {
    color: #45634f;
    font-size: 50px;
    line-height: 28px;
    font-weight: bolder;
}
#dev-sec h3.second {
    color: #45634f;
    font-size: 2rem;
    margin: 1rem auto;
    font-weight: bold;
}
h3.nexthead {
    color: #45634f;
    font-size: 18px;
    font-weight: 700;
}
.head-item {
    color: white !important;
    font-size: 14px;
    margin-left: 11px;
    text-decoration: none !important;
    align-items: center;
    justify-content: center;
    display: flex;
}
.head-item i {
    font-size: 20px;
}
.head-item .text-title {
    text-indent: 5px;
}
.carousel-item img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    /* height: auto; */
    animation: zoomIn 5s ease-in-out; /* Apply zoom animation */
}
.carousel-item.active img {
    transition: transform 0.5s ease;

}

.carousel-caption h1 {
    font-size:50px;
    font-weight: 400;
    line-height: 100%;
}
        /* Define the zoom animation */
        @keyframes zoomIn {
            from {
                transform: scale(1);
            }
            to {
                transform: scale(1.05);
            }
        }
        a.btnsecnav {
            color: black;
            background: none;
            border: 1px solid black;
            border-radius: 0px !important;
            width: 100%;
            margin: 10px;
            padding: 10px;
        }
        a.btnsecnav:hover {
            background: #f0f0f0 !important;
            border: 1px solid black;
            color: black !important;
            border-radius: 0px !important;

        }
        #buttons-secs {
            padding: 45px 0px 40px 0px;
        }
        footer {
            background-color: #45634f;
            color: #fff;
            width: 100%;
        }
        .footer-top {
            color: #fff;
            padding-bottom: 4rem;
            padding-top: 4rem;
        }
        .footer-title {
            font-size: 23px;
    font-weight: 400;
    margin-bottom: 1rem;
        }
        li.menu-list-item a {
            color: #fff;
            text-decoration: none;
        }
        ul.menu {
            margin: 0px !important;
            padding: 0px !important;
        }
        li.menu-list-item {
            list-style: none;
            padding: 3px 0px 3px 0px;
        }
        li.menu-list-item i {
            margin-right: 10px;
        }
        .social-icons {
            font-size: 24px;
        }
        .social-icons a {
            color: white;
            margin-right: 10px;
        }
        .social-icons a:hover {
            color: #3b5998; /* Facebook blue */
        }
        .newsletter-form button {
            background: #9ab32a;
    color: white;
    padding: 0.2rem 3rem;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    border: none;
    border-radius: 0px;
        }
        .newsletter-form input {
            background: #fff;
            padding: 2px;
            text-align: center;
            border: none;
            border-radius: 0px !important;
            height: 32px;
        }
        .footer-bottom {
            align-content: center;
            align-items: center;
            background: #304537;
            color: #fff;
            display: flex;
            height: 60px;
            justify-content: center;
            padding-left: .5rem;
            padding-right: .5rem;
            text-align: center;
        }
        .footer-bottom p {
            padding-bottom: 0px !important;
            margin-bottom: 0px;
        }
        h3.tentotora {
            color: #45634f;
            font-size: 20px;
            font-weight: bold;
        }
        #nearby-sec ul {
            list-style: none;
    margin: 10px 0 0;
    padding: 0;
        }
        #nearby-sec ul li {
            font-size: 14px;
        }
        #nearby-sec ul li::before {
            color: #45634f;
            content: "•";
            font-size: 18px;
            margin-right: .5rem;
            position: relative;
            top: 3px;
        }
        #last-wrapper {
            align-items: center;
            background: url(./img/marble-bg.Bi_dao2n.png) no-repeat top;
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 5rem;
            text-align: center;
        }
@media screen and (min-width: 992px) {
    /* .highlight {
        font-size: 26px;
    } */
    .tagline {
        color: #45634f;
        font-size: 60px;
        font-weight: 700;
        line-height: 60px;
        text-transform: uppercase;
    }
}


@media screen and (max-width: 992px) {
    #dev-sec h2.main {
        font-size: 32px;
        margin-top: 11px;
    }
    #dev-sec h3.second {
        font-size: 20px;
    }
    #dev-sec {
        font-size: 15px !important;
    }
    .newsletter-form input {
        margin-bottom: 20px;
    }
    .footer-title {
        margin-top: 1rem;
        font-size: 25px;
    }
    .carousel-caption h3 {
        font-size: 150%;
    }
    .carousel-caption {
        bottom: 78px !important;
        left: 29% !important; 
    }
    .overview-wrapper {
        padding-bottom: 25px !important;
        padding-top: 25px !important;
    }
    .overview-wrapper  .row {
        flex-direction: row;
    }
    .overview-wrapper .col-md-5 {
        order: 1;
    }
    .overview-wrapper  .col-md-7 {
        order: 2;
    }
    #dev-sec .row {
        flex-direction: row;
    }
    #loc-sec .row {
    margin-right: 0px !important;
}
    #dev-sec .firstset {
        order: 1;
    }
    #dev-sec .secondset {
        order: 2;
    }
    .language-selector {
    position: absolute;
    margin-top: -57px;
    right: 0px;
    margin-right: 49px;
    display: contents;
}
}

.iframe-container {
    width: 400px;
    height: 250px;
}
iframe {
    width: 100%;
    height: 100%;
    border: none;
}
.language-selector {
    position: absolute;
    margin-top: -57px;
    right: 0px;
    margin-right: 49px;
}