:root {
    --head-bold-font: 'TT Hoves Pro Trial Medium', sans-serif;
    --head-light-font: 'TT Hoves Pro Trial Light', sans-serif;
    --head-lighter-font: 'TT Hoves Pro Trial Regular';
    --head-bolder-font: 'TT Hoves Pro Trial Bold';
    --primary-color: #45543D;
    --secondary-color: #B1973F;
}

@font-face {
    font-family: 'Marlyn Alt';
    src: url('/static/fonts/marlyn.ttf') format('truetype');
    /* Adjust path as needed */
    font-weight: normal;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

@import url(/static/css/fontawesome6.min.css);
/* @import url('https://fonts.googleapis.com/css2?family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap'); */

body {
    background: #f1f1ef;
    font-family: var(--head-light-font);

}

main {
    margin-top: 75px;
    overflow-x: hidden;
}

.navbar {
    background: #0D120E;
    padding: 0;
}


.navbar-nav .nav-link {
    transition: all 0.3s ease-in-out;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,
.navbar-nav .nav-link:hover {
    color: #fff;
    font-family: var(--head-bold-font);

    font-weight: 600;
    border-bottom: 2px solid #C4C8AD;
    padding-bottom: 2px;
}

.navbar-expand-lg .navbar-nav .nav-item {
    padding: 24px 0;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: space-between;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0px;
    margin: 0 15px;
    padding: 0;
}

.navbar-brand img {
    width: 180px;
}

.navbar-brand {
    padding: 5px 0;
}

/* Dropdown Toggle After */
.dropdown-toggle::after {
    display: inline-block;
    margin-left: .5em;
    /* Adjust spacing as needed */
    content: "+";
    /* Plus sign */
    font-size: 1em;
    /* Adjust size */
    font-weight: bold;
    /* Optional: make it bold */
    vertical-align: middle;
    /* Align the icon vertically */
    line-height: 1;
    /* Match the surrounding text */
    border: 0;
        color: #C4C8AD;
}

/* Navbar Nav Link */
.navbar-nav .nav-link {
    color: #fff;

    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    /* Ensure consistent line height */
    display: inline-flex;
    /* Align text and icon */
    align-items: center;
    /* Center items vertically */
}

.banner {
    width: 100%;
    height: calc(100vh - 76px);
}

.banner-slider {
    position: relative;
}

.banner .banner-slider img {
    width: 100%;
    height: calc(100vh - 76px);

    object-fit: cover;
}

/* General Dot Styling */
.slick-dots {
    bottom: 10px;
    display: flex;
    justify-content: center;
    /* Center align dots */
    gap: 10px;
    /* Ensure even spacing between dots */
    padding: 0;
    list-style: none;
}

/* Dot Button Wrapper */
.slick-dots li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    width: 10px;
}

/* Dot Button Styling */
.slick-dots li button {
    width: 10px;
    height: 10px;
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Dot Before Styling */
.slick-dots li button:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #ffffff;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    /* Smooth transition for size and color */
    opacity: 1;
}

/* Active Dot Styling */
.slick-dots li.slick-active button:before {
    background: #E1D79C;
    width: 20px;
    /* Active dot width */
    height: 10px;
    /* Keep height consistent */
    border-radius: 30px;
    /* Pill shape */
    opacity: 1;
}

.banner .content {
    position: absolute;
    width: 100%;
    top: 24%;
    z-index: 1;
}

.banner .content .card {
    border-radius: 10px;
    width: 320px;
    margin-left: auto;
}

.banner .content .card .card-body {
    padding: 30px;
    background: #f1f1ef;
    border-radius: 10px;
}

.banner .content label {
    display: inline-block;
    margin-bottom: 2px;
    font-size: 16px;
    font-weight: 400;
    color: #1e1e1e;
}

.banner .card .form-group {
    margin-bottom: 25px;
}

.banner .contact {
    position: absolute;
    right: 30px;
    width: 100px;
    text-align: center;
    top: -18%;

}

.banner .contact ul {
    list-style: none;
}

.banner .contact ul li {
    border: 4px double #00000000;

    margin-bottom: 30px;
    padding: 8px;
    text-align: center;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    justify-content: center;
    display: flex;
    transition: all 0.3s ease-in-out;
    ;
}

.banner .contact ul li img {
    width: 35px;
    height: 35px;
}

.banner .content ul li:hover {
    border: 4px double #ffffff;
}

.banner .content .satisfied-clients {
    position: absolute;
    right: 20px;
    width: 282px;
    height: 80px;
    background: #000000a6;
    border-radius: 20px;
    border: 0.5px solid #5d5d5d;
    padding: 15px;
}

.banner .content .satisfied-clients h2 {
    font-size: 40px;
    color: #E8E9E1;

}

.banner .content .satisfied-clients span {
    font-size: 20px;

    color: white;
    font-weight: 100;
    letter-spacing: 0.03rem;
}

.banner .content .satisfied-clients .info {
    display: flex;
    align-items: center;
}

.banner .content .satisfied-clients i {
    color: #E2CC7F;
    font-size: 27px;
    line-height: 27px;
    padding: 0 6px 0 2px;
    margin-bottom: 10px;
}
.banner .content .left-content{
    padding-top: 10%;
}
.banner .content .left-content h2 {
    font-family: "Whisper", serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 48px;
    line-height: 30px;
    position: relative;
    margin-bottom: 40px;
}

.banner .content .left-content h2 .underline {
    position: absolute;
    bottom: -34px;
    left: 0;
    /* transform: translateX(-50%); */
    width: auto;
    height: auto;
}

.banner .content .left-content h1 {
    font-family: "Poppins", serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 45px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;

}

.banner .content .left-content h1 span {
    color: #E2CC7F;
}

.banner .content .left-content p {

    font-size: 20px;
    font-weight: 400;
    line-height: 25.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    width: 626px;

}

.about-section {
    padding: 50px 0;
}

.heading {
    font-family: var(--head-bold-font);
    font-size: 48px;
    font-weight: 500;
    line-height: 60px;
    letter-spacing: 0.02em;
    text-align: left;
    margin-bottom: 30px;
    color: var(--primary-color);
    /* display: flex; */
    align-items: center;
}

.heading p {
    font-family: "Roboto Serif", serif;
    font-size: 16px;
    font-weight: 200;
    line-height: 22px;
    letter-spacing: 0.01em;
    text-align: left;

}

.heading span {
    color: #b19738;
}

.about-section .heading {
    font-size: 60px;
    line-height: 65px;
}

.btn.btn-primary {
    padding: 14px 60px;
    background: #B19738;
    border: 1px solid #B19738;
    border-radius: 0;
    font-size: 18px;
    font-family: var(--head-light-font);
}

.text-right {
    text-align: right;
}

.about-section .about-slider img {
    height: 700px;
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.about-section .about-property .icon svg {
    background: var(--primary-color);
    width: 49px;
    height: 49px;
    border-radius: 50%;
}

.about-section .about-property {
    display: flex;
    margin-top: 30px;
}

.about-section .about-property .icon {
    margin: 0 40px 0 50px;
}

.about-section .about-property h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 46px;
    letter-spacing: 0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--primary-color);
}

.about-section .about-property p {
    font-family: "Roboto Serif", serif;

    font-size: 15px;
    font-weight: 100;
    line-height: 22px;
    letter-spacing: 1px;
    text-align: left;

}

h2.subhead {
    font-family: "Roboto Serif", serif !important;
    font-size: 20px;
    font-weight: 400;
    line-height: 23.44px;
    letter-spacing: 0.15em;
    text-align: left;
    /* text-underline-position: from-font; */
    text-decoration-skip-ink: none;
    color: var(--primary-color);
    margin-bottom: 50px;
    text-transform: uppercase;
}

.presence {
    padding: 50px 0;
}

.presence .info {
    text-align: center;
    margin-bottom: 50px;
}

.presence .info h1 {
    font-family: var(--head-bold-font);
    font-size: 60px;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
    color: var(--primary-color);

}

.presence .info p {
    font-family: var(--head-bold-font);
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    color: #B19738;


}

.presence .map {
    background-color: #c4c8ad;
    height: 100%;
    border-radius: 20px;
}

.presence .map img {
    width: 100%;
}
.presence iframe {
    border: 0;
    border-radius: 20px;
}
.walkthrough,
.service,
.cta {
    position: relative;
}

.walkthrough .image,
.service .image,
.cta .image {
    position: relative;
}

.walkthrough .image img,
.service .image img {
    height: 650px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.walkthrough .image .overlay,
.service .image .overlay,
.cta .image .overlay {
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.4;
    position: absolute;
    top: 0;
}

.walkthrough .content,
.service .content,
.cta .content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.walkthrough .content .info,
.service .content .info,
.cta .content .info {
    padding-top: 100px;
    color: white;
}

.walkthrough .content .info h3 {
    font-size: 20px;


}

.walkthrough .content .info h2 {
    font-size: 48px;
    font-family: "Whisper", serif;

}

.walkthrough .content .play-btn {
    position: absolute;
    top: 45%;
    left: 45%;
}

.walkthrough .content .play-btn a {
    padding: 9px;
    display: block;
    border: 2px solid white;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    position: relative;
    animation: pulse 2s infinite ease-in-out;
    text-decoration: none;
}

.walkthrough .content .play-btn i {
    background: white;
    color: #2c2c2c;
    width: 60px;
    height: 60px;
    text-align: center;
    /* padding: 32px; */
    border-radius: 50%;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Circular glowing effect */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }

    50% {
        box-shadow: 0 0 20px 10px rgba(255, 255, 255, 0.2);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
}

/* Rotating ring around the play button */
.walkthrough .content .play-btn::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100px;
    height: 100px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    border-top-color: transparent;
    animation: rotate 2s linear infinite;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.projects {
    background: var(--primary-color);
    padding: 50px 0;
}

.projects .head h2.subhead {
    color: #fff;
    margin: 0;
}

.head .link {
    text-align: right;
    font-size: 18px;
    border-bottom: 2px dashed white;
    color: #fff;
    font-family: "Roboto Serif", serif;
    line-height: 21.09px;
    letter-spacing: 0.1em;
    text-decoration: none;
}

.projects .project-slider {
    padding: 50px 0;
}

.projects .project-slider img {
    width: 100%;
    height: 100%;
    border-radius: 25px;
    object-fit: cover;
}

.projects .project-slider .slick-slide {
    margin: 25px;
}

.projects .project-slider .card {
    border-radius: 25px;
    height: 360px;
    position: relative;
    margin: 20px 0;
    transition: all 0.3s ease-in-out;
}
.projects .project-slider .card:hover {
    transform: scale(1.02);
}
.projects .project-slider .card .content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #0000003d;
    border-radius: 25px;
    padding: 10px;
    color: #fff;
}

.projects .project-slider .card .content h2 {

    font-family: var(--head-bold-font);
    color: #E1D79C;
    font-size: 16px;
    font-weight: 600;
    line-height: 20.16px;
    letter-spacing: 0.1em;

}

.projects .project-slider .card .content a {
    text-decoration: none;
}

.projects .project-slider .card .content .bottom {
    position: absolute;
    bottom: 20px;
    left: 25px;
}

.projects .project-slider .card .content .top {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    justify-content: space-between;
    width: 90%;
}

.projects .project-slider .card .content .bottom span {

    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: 0.01em;
    display: block;

}
.projects .project-slider .card .content .bottom span b {
 font-family: var(--head-bold-font);
}
.projects .project-slider .card .content .top .tag {
    display: flex;
    width: 80%;
}

.projects .project-slider .card .content .top .tag span {
    cursor: pointer;
    font-size: 11px;
    font-weight: 300;
    line-height: 13.86px;
    letter-spacing: 0.1em;
    text-align: center;
    border: 1px solid;
    padding: 5px 15px;
    border-radius: 25px;
    height: 26px;
}

.projects .project-slider .card .content .top .arrow-btn {
    border: 1px solid white;
    height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 50%;
    padding-top: 7px;
    color: white;
}

.projects .project-slider .card .content .top .arrow-btn span {
    font-size: 12px;
    transform: rotate(45deg);
}

.project-slider .slick-center {
    transform: scale(1.1);
    transition: transform 0.3s ease;
    z-index: 10;
}

.projects .project-slider .slick-center .card {
    box-shadow: 0px 0px 7px 3px #ffffffde;
}

.projects .project-slider .slick-slide {
    transition: transform 0.3s ease;
    /* Smooth transition for all slides */
    z-index: 1;
    /* Default z-index */
}

.testimonial {
    padding: 60px 0;
}

.testimonial .card {
    text-align: center;
    background: transparent;
    border: none;
    padding-top: 30px;
    position: relative;
}

.testimonial .card .text {
    display: flex;
}

.testimonial .card .text img {
    width: 80px;
    height: 80px;
    position: absolute;
    top: -10px;
    left: 0;
}

.testimonial .card .text p {
    font-family: "Roboto Serif", serif;
    font-size: 22px;
    font-weight: 100;
    line-height: 32px;
    padding-left: 70px;
    color: #424242;
}

.testimonial .card .info {
    display: flex;
    justify-content: center;
    margin-left: 80px;
}

.testimonial-slider .slide {
    padding-bottom: 50px;
}

.testimonial .card .info h4 {
    font-family: "Roboto Serif", serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    color: var(--primary-color);
    margin: 0
}

.testimonial .card .info h6 {
    font-family: Roboto Serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    color: #b19738;
}

.testimonial .card .info img {
    width: 80px;
    height: 80px;
    margin-top: -2px;
    margin-left: 20px;
}

.testimonial-slider .slick-prev:before,
.testimonial-slider .slick-next:before {
    display: none !important;
}

.testimonial-slider .slick-prev,
.testimonial-slider .slick-next {
    position: absolute;
    bottom: 19px;
    font-size: 18px;
    color: #D6D8C6;
    border: none;
    background: none;
    cursor: pointer;
    z-index: 2;
    top: auto;
}

.testimonial-slider .slick-prev {
    left: 48%;
}

.testimonial-slider .slick-next {
    right: 48%;
    color: #91A079;

}

.testimonial-slider .slick-prev:hover,
.testimonial-slider .slick-next:hover {
    color: #91A079;

}

.service .head h2.subhead {
    color: #fff;
}

.service .content .info h3 {
    font-size: 36px;
    font-weight: 500;
    line-height: 55px;
    letter-spacing: 0.02em;
    text-align: left;

}

.service .content .info h3 span {
    font-family: var(--head-bold-font);
    font-size: 64px;
    font-weight: 500;
    line-height: 55px;
    letter-spacing: 0.02em;
    text-align: left;

    /* Gradient text styles */
    background: linear-gradient(80deg, #fcdb8a 0, #A18131 60%);
    -webkit-background-clip: text;
    /* Clip the gradient to the text */
    -webkit-text-fill-color: transparent;
    /* Make the text itself transparent */
    text-fill-color: transparent;
    /* Fallback for other browsers */
}

.service .content .btn-lined {
    background: #D5A854;
    padding: 5px;
    border-radius: 18px;
}

.service .content .btn-lined span {
    border: 1px solid white;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-align: left;
    padding: 12px 40px;
    border-radius: 15px;
    height: 48px;
    display: block;
}

.service .content .club-logo {
    position: absolute;
    bottom: 30px;
    right: -20px;
}

.service .image .overlay {
    opacity: 0.6;
}

.news,
.project-details,
.about-details {
    padding: 50px 0;
}

.news .card {
    background: var(--primary-color);
    color: white;
    border-radius: 30px;
}

.news .card .image {
    height: 312px;
    width: 100%;
}

.news .card .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 30px 30px 0 0;
}

.news .card .content {
    padding: 20px 30px;
    height: 260px;
}

.news .card .head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 22px;
    font-size: 12px;
    line-height: 14px;
    color: #B3C398;
}

.news .card .body h4 {

    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #E8E9E1;

}

.news .card .body p,
.news .card .body a {
    font-family: "Roboto Serif", serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: 0.01em;
    margin-bottom: 20px;
    color: #d9d9d9;
    text-decoration: none;
}

.news .card .body a i {
    margin-left: 10px;
    font-size: 12px;
}

.news .news-slider .slide {
    padding-bottom: 50px;
    margin: 30px;

}

.attractions-slider .slick-active,
.attractions-slider .slick-active,
.news .news-slider .slick-active,
.news .news-slider-two .slick-active {
    opacity: 1;
}

.attractions-slider .slick-prev:before,
.attractions-slider .slick-next:before,
.gallery-slider .slick-prev:before,
.gallery-slider .slick-next:before,
.news .news-slider-two .slick-prev:before,
.news .news-slider-two .slick-next:before,
.news-slider .slick-prev:before,
.news-slider .slick-next:before {
    display: none !important;
}

.attractions-slider .slick-prev,
.attractions-slider .slick-next,
.gallery-slider .slick-prev,
.gallery-slider .slick-next,
.news-slider-two .slick-prev,
.news-slider-two .slick-next,
.news-slider .slick-prev,
.news-slider .slick-next {
    position: absolute;
    bottom: 44%;
    font-size: 22px;
    color: #fff;
    border: none;
    background: none;
    cursor: pointer;
    z-index: 2;
    top: auto;
    background: var(--secondary-color);
    height: 54px;
    width: 49px;
    padding: 16px;
}

.news-slider-two .slick-prev,
.news-slider-two .slick-next {
    color: var(--secondary-color);
    background: transparent;
}

.news-slider .slick-prev {
    left: 0%;
}

.news-slider .slick-next {
    right: 0%;

}

.news-slider-two .slick-prev {
    left: -5%;
}

.news-slider-two .slick-next {
    right: -5%;

}

.faq .head .link,
.news .head .link {
    color: var(--primary-color);
    border-color: var(--primary-color);

}

.accordion-button {
    color: #000;
    background: #c4c8ad;
    border-radius: 10px !important;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background: var(--primary-color);
}

.accordion-item {
    background: transparent;
    border: none;
    margin-bottom: 30px;
}

/* Hide default accordion icon */
.accordion-button::after {
    display: none;
}

/* Custom toggle button */
.accordion-button.custom-toggle {
    position: relative;
    padding-right: 50px;
    /* Space for the custom icon */
    font-weight: bold;
}

/* Circle background for icon */
.accordion-button.custom-toggle::before {
    content: '-';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    color: var(--primary-color);
    font-size: 24PX;
    line-height: 26px;
    text-align: center;
    border-radius: 50%;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

/* Change icon to minus when expanded */
.accordion-button.custom-toggle.collapsed::before {
    content: '+';
    background: #6D7E5E;
    color: #fff;

}

.faq .image {
    margin-right: 50px;
}

.faq .image img {
    height: 600px;
    border-radius: 30px;
    width: 100%;
    object-fit: cover;

}

.cta .cta-inner {
    margin: 100px 0 -200px 0;
    border-radius: 50px;
    position: relative;
}

.cta .image img {
    height: 428px;
    object-fit: cover;
    object-position: bottom;
    width: 100%;
    border-radius: 50px;
}

.cta .content {
    padding: 60px;
}

.cta .content h3 {
    font-family: var(--head-bold-font);
    font-size: 48px;
    font-weight: 500;
    line-height: 70px;
    letter-spacing: 0.01em;
    text-align: left;

}

.cta .content h3 span {
    font-size: 64px;
}

.btn.btn-white {
    font-family: var(--head-bold-font);
    padding: 14px 50px;
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 0;
    font-size: 18px;
    color: black;
}

footer {
    background: var(--secondary-color);
    padding-top: 40px;
}

footer .footer-logo {
    text-align: center;
}

footer .footer-logo img {
    width: 100%;
    height: 100px;
    object-fit: contain;
}

footer .subscribe label {
    font-family: "Roboto Serif", serif;
    display: inline-block;
    font-size: 14px;
    color: black;
    padding-bottom: 15px;
}

footer .subscribe input {
    border-radius: 0;
    height: 66px;
    padding: 15px;
}

footer .head {
    padding-bottom: 40px;
}

footer .body h4 {
    font-family: var(--head-bold-font);
    font-size: 32px;
    /* font-weight: 600; */
    line-height: 80px;
    letter-spacing: 0.02em;
    text-align: left;
    color: white;
}

footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer ul li svg {
    font-size: 25px;
    color: white;
    margin-right: 20px;
}

footer ul li {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.02em;
    padding-bottom: 20px;
    display: flex;
    margin-right: 20px;
    align-items: center;
}
footer ul li i{
    margin-right: 10px;
}
footer .body h6 {
    font-family: var(--head-bold-font);
    font-size: 20px;
    font-weight: 600;
    line-height: 76px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #dadccd;
}

footer .body ul li a {
    font-family: var(--head-light-font);
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.05em;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
}

footer .social {
    list-style: none;
    display: flex;
    padding-top: 30px;
    justify-content: start;
}

footer .social li i {
    font-size: 30px;
}

footer .copyright-footer {
    border-top: 2px solid #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

s footer .copyright-footer p {
    font-size: 14px;
    line-height: 30px;
    padding-top: 20px;
}

footer .copyright-footer .policy {
    display: flex;
}

footer .copyright-footer .policy li a {
    color: black;
    font-size: 14px;
    border-right: 1px solid black;
    line-height: 14px;
    padding-right: 10px;
    margin-right: 10px;
    text-decoration: none;
}

footer .copyright-footer .text,
footer .copyright-footer .policy {
    padding-top: 20px;
}

footer .copyright-footer .policy li:last-child {
    border: none;
}

footer .subscribe .arrow-btn {
    border: 1px solid #000000;
    height: 45px;
    width: 45px;
    text-align: center;
    border-radius: 50%;
    padding-top: 12px;
    background: black;
    position: absolute;
    right: 15px;
    top: 11px;
    z-index: 6;
}

footer .subscribe .arrow-btn span {
    font-size: 20px;
    transform: rotate(45deg);
    color: white;
    background: transparent;
}

.breadcrumb-banner {
    background-image: url(/static/img/banner/bc_banner.webp);
    background-size: cover;
    background-position: bottom;
    width: 100%;
    height: 450px;
    position: relative;
    background-blend-mode: overlay;
    background-color: #00000054;
}

.breadcrumb-banner h1 {
    font-family: var(--head-bold-font);
    font-weight: 500;
    font-size: 52px;
    line-height: 30px;
    letter-spacing: 1px;
    position: absolute;
    bottom: 30px;
    color: white;
    text-transform: uppercase;
}

.news.news-details .card {
    background: transparent;
    color: white;
    border-radius: 0;
    border: 0;
    margin-bottom: 40px;
}

.news.news-details .card .image img {
    border-radius: 0 0;
}

.news.news-details .card .head {
    color: var(--primary-color);
    font-family: var(--head-bold-font);
}

.news.news-details .card .content {
    padding: 12px 0;
}

.news.news-details .card .body h4 {
    color: var(--secondary-color);
}

.news.news-details .card .body p,
.news.news-details .card .body a {
    color: var(--primary-color);
}

.news .card .body a {

    font-weight: 600;
}

.news-slider-two .slide {
    margin: 0 15px;
}

.heading.two {
    font-size: 40px;
    line-height: 45px;
}

.news.news-details .card .image .popup-youtube img {
    height: 410px;
    border-radius: 20px;
}

.testimonial-slider-2 .slide {
    margin: 0 15px
}

/* Show dropdown menu when hovering over .dropdown */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    background: black;
    border-radius: 0;
    padding: 6px;
}

.nav-item .dropdown-menu li {
    border: 1px solid #aaaaaa;
    padding: 5px 20px;
    margin-bottom: 10px;
    background: var(--primary-color);
}

.nav-item .dropdown-menu li:hover {
    background-color: var(--secondary-color);
}

.nav-item .dropdown-menu li a {
    color: #dfdfdf;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-item .dropdown-menu li a .arrow-btn {
    border: 1px solid #aaaaaa;
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 50%;
    padding-top: 1px;
    margin-left: 15px;
    opacity: 1;
    transition: ease-in-out 0.3s;

}

.nav-item .dropdown-menu li:hover a {
    background-color: var(--secondary-color);
    color: #fff;
}

.nav-item .dropdown-menu li a .arrow-btn span {
    font-size: 12px;
    transform: rotate(45deg);
    color: #aaaaaa;
    transition: ease-in-out 0.3s;

}

.dropdown.two .dropdown-toggle::after {
    display: none;
}

.dropdown.two .dropdown-menu {
    right: 0;
}

.nav-item .dropdown-menu li:hover a .arrow-btn span {
    transform: rotate(90deg);

    color: #fff;
}

.nav-item .dropdown-menu li:hover a .arrow-btn {
    opacity: 1;
}

.nav-item .dropdown-menu li:hover a .arrow-btn {
    border-color: #fff;
}

.project-card {
    margin-bottom: 50px;
}

.project-card .project-img img {
    border-radius: 20px;
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.project-card .project-logo img {
    /* width: 240px; */
    margin-bottom: 30px;
    height: 110px;
}

.project-highlight {
    display: flex;
    justify-content: space-between;
}

.project-highlight .item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.project-highlight .item i {

    color: var(--secondary-color);
    font-size: 30px;
}

.project-highlight .item p {
    font-family: var(--head-light-font);
    padding-left: 5px;
    margin: 0;
}

.project-card ul {
    list-style: none;
    padding: 0;
}

.project-card ul li {
    display: flex;
}

.project-card ul p {
    font-family: var(--head-light-font);
    font-size: 16px;
    padding-right: 20px;

}

.project-card ul p b {
    font-family: "Roboto Serif", serif;

}

.project-img {
    padding-right: 40px;
    padding-left: 0;
}

.project-card:nth-child(odd) .row {
    flex-flow: row-reverse;
}

.project-card:nth-child(odd) .project-img {
    padding-left: 40px;
    padding-right: 0;
}

.heading.three {
    font-size: 24px;
    line-height: 40px;
    margin-top: 40px;
    margin-bottom: 10px;
}

.about-details .head .image {
    padding-right: 30px;
}

.about-details .head img {
    border-radius: 20px;

    width: 100%;
    object-fit: cover;
}

.impact-slider .slide img {
    height: 210px;
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.ml-75 {
    margin-left: 75px;
}

.impact-slider .slick-slide {
    margin: 15px;
}

.impact-slider {
    padding-bottom: 20px;
}

.our-impact .line {
    position: relative;
    bottom: 30px;
    border-bottom: 3px solid #45543D80;
    height: 100%;
    margin-left: 75px;
}

.our-impact h1 {
    font-family: var(--head-bolder-font);
    color: var(--secondary-color);
    font-size: 76px;
    /* padding-right: 75px; */
    text-align: center;
}

.about.cta .image img {
    height: 428px;
    object-fit: cover;
    object-position: center;
    width: 100%;
    border-radius: 0;
    background-color: black;
    background-blend-mode: overlay;
    filter: brightness(0.7);
}

.about.cta .content h3 {
    font-size: 42px;
}

.about.cta .content h3 span {
    font-size: 54px;
}


/* project-page  */
@import url('https://fonts.googleapis.com/css2?family=Marcellus+SC&display=swap');

.project-page {
    background-image: url(/static/img/projects/project-bg.png);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position-x: 115%;
    background-position-y: -10%;
    background-blend-mode: overlay;
    background-color: var(--project-bg);
}

.project-page header .navbar {
    background: transparent;
}

.project-page header .navbar-brand img {
    width: 100%;
    height: 70px;
    object-fit: contain;
}

.project-page header .navbar-brand {
    padding: 18px 0;
}

.project-page .navbar-nav .nav-link {
    color: #000;
    font-size: 14px;
}

.project-page .navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--secondary-color);
}

.project-page .project-banner {
    width: 94%;
    position: relative;

}

.project-page .project-banner .project-image img {
    width: 100%;
    height: calc(100vh - 100px);
    object-position: center;
    object-fit: cover;
    border-radius: 0 30px 30px 0;
    position: relative;
}

.project-page main {
    margin-top: 0px;
}

.project-page .fixed-top {
    transition: background-color 0.5s ease-in-out, padding 0.5s ease-in-out;
    background-color: white;
    padding: 0px 0;
    /* Adjust padding if needed */
}

.project-page .project-banner .logo {
    bottom: 10px;
    position: absolute;
    width: 380px;
    right: 60px;
}

.project-page .project-banner .logo img {
    width: 100%;
}

.project-page .overview {
    padding: 50px 0;
    background-image: url(/static/img/projects/project-bg.png);
    background-repeat: no-repeat;
    background-size: 550px;
    background-position-x: -26%;
    background-position-y: -26%;
    background-blend-mode: overlay;
    background-color: var(--project-bg);
}

.project-page .heading span {
    font-family: "Marcellus SC", serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 200;
    font-size: 36px;
    color: var(--project-primary-color);
}

.project-page .overview h4 {
    font-family: 'Marlyn Alt', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 30.17px;
    letter-spacing: 1px;
    text-align: justify;
    color: var(--project-secondary-color);
    text-transform: capitalize;

}

.project-page .overview img {
    width: 115%;
    border-radius: 30px 0 0 30px;
}

.project-page .overview .sec {
    padding-bottom: 20px;
}

.project-page .counter {
    background: var(--project-secondary-color);
    padding: 50px;
}

.counter .item {
    display: flex;
    align-items: end;
    color: white;
    justify-content: center;
}

.counter .item .count {
    margin-left: 10px;
}

.counter .item .count h1 {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 40px;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
    color: #EBE5D2;
}

.counter .item .count span {
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 2px;
    text-align: center;
    color: #beb48d;
    text-transform: uppercase;
}

.counter .item svg {
    width: 110px;
    height: 110px;
}

.project-page .gallery h4 {
    font-family: 'Marlyn Alt', sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 55px;
    letter-spacing: 4px;
    color: var(--project-secondary-color);
    padding-top: 70px;
}

.project-page .gallery {
    padding: 50px 0;
    background-image: url(/static/img/projects/project-bg.png);
    background-repeat: no-repeat;
    background-size: 450px;
    background-position-x: -15%;
    background-position-y: 80%;
    background-blend-mode: overlay;
    background-color: var(--project-bg);
}

.project-page .gallery h4 span {
    /* color: var(--secondary-color); */
}

.project-page .gallery h4 h5 {
    color: var(--secondary-color);
    font-size: 50px;
}

.project-page .walkthrough .image img {
    height: 400px;
    object-fit: cover;
    object-position: center;
    width: 100%;
    border-radius: 20px;
}

.project-page .walkthrough .image .overlay {
    border-radius: 20px;
}

.project-page .walkthrough .content .play-btn {
    position: absolute;
    top: 40%;
    left: 42%;
}

.project-page .walkthrough .content .play-btn a {
    padding: 8px;
    display: block;
    border: 2px solid white;
    height: 80px;
    width: 80px;
    border-radius: 50%;
}

.project-page .walkthrough .content .play-btn i {
    background: white;
    color: #2c2c2c;
    width: 60px;
    height: 60px;
    text-align: center;
    padding: 23px;
    border-radius: 50%;
}

.gallery .slide {
    margin: 0 10px;
}

.gallery .slide img {
    height: 300px;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.gallery-slider .slick-prev,
.attractions-slider .slick-prev {
    left: -8%;
}

.gallery-slider .slick-next,
.attractions-slider .slick-next {
    right: -8%;

}

.gallery-slider .slick-prev,
.attractions-slider .slick-prev {
    width: 60px;
    border-radius: 0 20px 20px 0;
}

.gallery-slider .slick-next,
.attractions-slider .slick-next {
    width: 60px;
    border-radius: 20px 0 0 20px;
}

.gallery-popup {
    padding-top: 30px;
}

.gallery-slider .slick-prev,
.gallery-slider .slick-next,
.attractions-slider .slick-prev,
.attractions-slider .slick-next {
    bottom: 30%;
}

.project-page .master_plan {
    /* background: #345b5b; */
    position: relative;
    background-blend-mode: darken;
}

.project-page .master_plan h4 {
    font-family: 'Marlyn Alt', sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 55px;
    letter-spacing: 4px;
    color: var(--project-secondary-color);
    padding-top: 0px;
}

.project-page .master_plan .content {
    position: relative;
    top: 10%;
    left: 0%;
    width: 100%;
    text-align: center;
}

.project-page .master_plan .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 20px;
}

.project-page .location_map {
    padding: 50px 0;
}

.project-page .cta {
    text-align: center;
}

.project-page .cta .image img {
    height: 320px;
    object-fit: cover;
    object-position: center;
    width: 100%;
    border-radius: 0;
    background-color: black;
    background-blend-mode: overlay;
    filter: brightness(0.7);
}

.project-page .cta .content h3 {
    font-family: "Marcellus SC", serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 2px;
    text-align: center;
    color: #EBE5D2;
}

.project-page .cta .content h3 span {
    font-family: "Marcellus SC", serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: 0.01em;
    text-align: center;
}

.project-page .cta .btn.btn-white {
    font-family: var(--head-bold-font);
    padding: 14px 50px;
    background: #ffffff;
    border: 1px solid #A6975F;
    border-radius: 0;
    font-size: 18px;
    background: #A6975F;
    color: white;
}

.project-page .attraction {
    padding: 50px 0;

    background-image: url(/static/img/projects/project-bg.png);
    background-repeat: no-repeat;
    background-size: 450px;
    background-position-x: -15%;
    background-position-y: 80%;
    background-blend-mode: overlay;
    background-color: var(--project-secondary-color);

}

.project-page .attraction .heading span {
    color: var(--project-bg);

}

.project-page .attraction .card {
    padding: 20px;
    position: relative;
    margin-top: 35px;
}

.project-page .attraction .card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    padding-bottom: 20px;

}

.project-page .attraction .card h2 {
    font-family: 'Marlyn Alt', sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 24px;
    line-height: 28.9px;
    letter-spacing: 10%;
    text-align: center;

}

.attractions-slider .slick-center {
    transform: scale(1.1);
    transition: transform 0.3s ease;
    z-index: 10;
}


.attractions-slider .slide {
    margin: 20px;
}

.attractions-slider .pin {
    display: none;
}

.attractions-slider .slick-center .pin {
    display: block;
    position: absolute;
    top: -18px;
    width: 34px !important;
    height: 54px !important;
    z-index: 0;
    object-fit: contain;
    right: 43%;
}

.project-page .plot_value {
    padding: 50px 0;
    position: relative;
}

.project-page .plot_value h4 {
    font-family: 'Marlyn Alt', sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 55px;
    letter-spacing: 4px;
    color: var(--project-secondary-color);
    padding-top: 0px;
}

.project-page .plot_value .card {
    background:var(--project-secondary-color);
    padding: 15px;
    border-radius: 50px;
}

.project-page .plot_value .card .price {
    color: white;
    font-family: "Poppins", serif;
    text-align: center;
    padding: 110px 0;
    background-image: url(/static/img/bg-icon.png), url(/static/img/bg-icon.png), url(/static/img/bg-icon.png),
        url(/static/img/bg-icon.png), url(/static/img/bg-icon.png), url(/static/img/bg-icon.png),
        url(/static/img/bg-icon.png), url(/static/img/bg-icon.png), url(/static/img/bg-icon.png),
        url(/static/img/bg-icon.png), url(/static/img/bg-icon.png);
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: 21% 5%, 33% 110%, 80% 5%,
        1% 99%, 59% 99%, 49% -6%,
        23% 86%, 97% 97%, 78% 85%,
        3% 53%, 95% 52%;
}

.project-page .plot_value .card .price h1 {
    font-size: 100px;
    font-weight: 600;
    padding: 0 20px;
    margin: 0;
    line-height: 90px;
    width: max-content;
    background: var(--project-secondary-color);
    margin: 0 auto;
}

.project-page .plot_value .card .price span {
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    background: var(--project-secondary-color);
}

.project-page .plot_value .card .options {
    text-transform: uppercase;
    text-align: center;
    color: #3A3F3D;
    font-family: "Poppins", serif;

    font-weight: 600;

}

.project-page .plot_value .card .options .option-1 {
    background-color: #d3c9a7;
    padding: 60px 0;
    margin-bottom: 15px;
    border-top-right-radius: 36px;

}

.project-page .plot_value .card .options .option-1 h2 {
    font-size: 50px;
    color: inherit;
    margin: 0;

}

.project-page .plot_value .card .options .option-2 {
    background: #A6975F;
    padding: 80px 0;
}

.project-page .plot_value .card .options .option-2 h2 {
    font-size: 30px;
    color: inherit;
    margin: 0;

}

.project-page .plot_value .card .options .option-3 {
    background: #bdb183;
    padding: 80px 0;
    border-bottom-right-radius: 36px;
}

.project-page .plot_value .card .options .option-3 h2 {
    font-size: 30px;
    color: inherit;
    margin: 0;
}

.amenities {
    padding: 50px 0;
}

.amenities .heading.two::after {
    content: "";
    position: absolute;
    bottom: 19px;
    left: 0;
    width: 100%;
    border-bottom: 3px solid #a6975f87;
    height: 3px;
    z-index: -1;
}

.amenities .heading span {
    background: var(--project-bg);
}

.amenities .amenity {
    text-align: center;
}

.amenities .amenity p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1px;
    text-align: center;
    color: #A6975F;
    padding: 10px;
}

.amenities .amenity .icon {
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.amenities .amenity .icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.highlight .walkthrough .image img {
    height: 400px;
    object-fit: cover;
    object-position: center;
    width: 100%;
    border-radius: 20px;
}

.highlight .walkthrough .image .overlay,
.service .image .overlay,
.cta .image .overlay {
    border-radius: 20px;
}

.highlight .walkthrough .content .play-btn {
    position: absolute;
    top: 40%;
    left: 40%;
}

.highlight {
    padding: 50px 0;
}

.highlight .side-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.icon-card {
    background: #C4C8AD;
    text-align: center;
    padding: 10px 20px;
    border-radius: 10px;
    margin-top: 20px;
    transition: background 0.3s ease-in-out;
    height: 130px;
}

.icon-card p {
    color: #45543D;
    margin: 0;
}

.icon-card .icon {
    height: 60px;
}

.icon-card:hover {
    background: #45543D;

}

.icon-card:hover p {
    color: #C4C8AD;

}

.icon-card svg path {
    transition: fill 0.3s ease-in-out;
}

.icon-card:hover svg path {
    fill: #C4C8AD;
}

.gallery .image {
    position: relative
}

.gallery .image {
    margin-bottom: 20px;
    transition: background 0.3s ease-in-out;

}

.gallery .image img {
    width: 100%;
    object-fit: cover;
    transition: 0.3s ease-in-out;

}

.gallery .image:hover img {
    border-radius: 20px;

}

.gallery .image1 {
    height: 620px;
}

.gallery .image2 {
    height: 300px;
}

.gallery .image3 {
    height: 400px;
}

.gallery .image4 {
    height: 200px;
}

.gallery .image .content {
    display: none;
}

.gallery .image:hover .content {
    border-radius: 20px;

    position: absolute;
    top: 0;
    background: #55555569;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;

}

.gallery .image:hover .content h2 {
    height: 140px;
    width: 140px;
    text-align: center;
    font-size: 14px;
    /* line-height: 0; */
    border-radius: 50%;
    background: #D9D9D9;
    color: #000;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fixed-contact {
    position: fixed;
    bottom: 0;
    right: 2px;
    z-index: 2;
}

.fixed-contact ul {
    list-style: none;
}

.fixed-contact ul li {
    border: 4px double #00000000;
    /* background: #00000057; */
    margin-bottom: 20px;
    padding: 8px;
    text-align: center;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    justify-content: center;
    display: flex;
    transition: all 0.3s ease-in-out;
    ;
}

.fixed-contact ul li img {
    width: 50px;
    height: 50px;
}

.fixed-contact ul li:hover {
    /* border: 4px double #ffffff; */
    transform: scale(1.05);
}

.video-play-image {
    position: relative;
}

.video-play-image .image img {
    height: auto;
    object-fit: cover;
    object-position: center;
    width: 100%;
    border-radius: 20px;
}

.video-play-image .image .overlay {
    border-radius: 20px;
}

.video-play-image .image .overlay {
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.4;
    position: absolute;
    top: 0;
}

.video-play-image .content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.video-play-image .content .play-btn {
    position: absolute;
    top: 40%;
    left: 42%;
}

.video-play-image .content .play-btn a {
    padding: 8px;
    display: block;
    border: 2px solid white;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    animation: pulse 2s infinite ease-in-out;
}

.video-play-image .content .play-btn i {
    background: white;
    color: #2c2c2c;
    width: 60px;
    height: 60px;
    text-align: center;
    padding: 23px;
    border-radius: 50%;
}
/* Rotating ring around the play button */
.video-play-image .content .play-btn::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100px;
    height: 100px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    border-top-color: transparent;
    animation: rotate 2s linear infinite;
}

.blog-details {
    padding: 50px 0;
    font-family: "Roboto Serif", serif;
    position: relative;
}

.blog-details .head h4 {
    font-family: var(--head-bold-font);
    font-weight: 500;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 1px;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
    color: #45543D;

}

.blog-details .head p {
    color: #B1973F;

}

.blog-details .info {
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
}

.blog-details .info img {
    width: 130px;
    height: auto;
    object-fit: contain;
}

.blog-details h6 {
    font-weight: 600;
}

.blog-details .contact-card {
    position: sticky;
    top: 80px;
    background: #B1973F;

}

.blog-details .contact-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.blog-details .contact-card .form {

    padding: 6px;
}

.blog-details .contact-card .form form {
    margin: 10px;
    border: 1px solid white;
    padding: 20px;
}

.blog-details .contact-card .form-group {
    margin-bottom: 20px;
}

.btn-close {
    color: white;
    opacity: 1;
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 20px;
    font-weight: 400;
    z-index: 1;
    --bs-btn-close-bg:none
}

.btn-close:hover {
    color: white;
}

.get-in-touch h3 {
    font-family: "Marcellus SC", serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 2px;
    color: #DFC879;
    padding-top: 30px;
    padding-bottom: 40px;
    text-align: center;
}

.input-group span {
    background: #B1973F;

}

.get-in-touch .input-group span {
    background: #B1973F;
    border-color: #B1973F;
}

.get-in-touch .input-group {
    margin-bottom: 30px;
}

.get-in-touch input {
    background-color: black;
    border: 0.5px solid #D9D9D9;
    border-radius: 0.375rem;
    height: 50px;
   font-family: "Marcellus SC", serif;
}

.get-in-touch .form-control::placeholder {
    color: #B1973F;
    opacity: 1;
}

.get-in-touch .input-group-text i {
    font-size: 25px;
    color: #0D120E;
}

.get-in-touch .form-check label {
    color: #B1973F;

}

.form-check-input:focus {
    border-color: #b1973e;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(177 151 62 / 16%);
}

.form-check-input[type=checkbox] {
    border-radius: .25em;
    height: 1em;
}

.form-check-input:checked {
    background-color: #b1973e;
    border-color: #b1973e;
}

.get-in-touch .form-check-input {
    background-color: none;
}

.get-in-touch .form-check label {
    font-size: 12px;
}

.about-video {
    height: 800px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.news-btn {
    font-family: "Roboto Serif", serif;
    font-weight: 500;
    font-size: 18px;

    text-align: right;
    color: #45543D;
    border-bottom: 2px dotted #45543D;
    text-decoration: none;

}

.our-impact .our-imapact-content .row:nth-child(even) .row .col-md-5 {
    order: 2;
}
.our-impact .our-imapact-content .row:nth-child(even) .row .col-md-5 .ml-75 {
    margin-right: 75px;
    margin-left: 0;
    text-align: right;
}
.our-impact .our-imapact-content .row:nth-child(even) .row .col-md-5 .ml-75 .heading.two{
text-align: right;
}
.our-impact .our-imapact-content .row:nth-child(even) .col-md-10 {
    order: 2;
}


.our-impact .our-imapact-content .row:nth-child(even) .col-md-10 .line {
    margin-left:0 ;
    margin-right: 75px;
}

.goal {
    padding: 50px;
    background: var(--primary-color);
    text-align: center;
}

.goal .icon {
    padding: 20px;
    position: relative;
}

.goal .icon::after {
    content: "";
    display: block;
    width: 6px;
    height: 100%;
    background: #f1f1ef;
    position: absolute;
    top: 0;
    right: 0;
    /* transform: translateX(-50%); */
    height: 60%;
}

.goal .row .col-md-4:last-child .icon:after {
    display: none;
}

.goal svg {
    width: 180px;
    height: 180px;
    margin-bottom: 15px;
}

.goal h2 {
    font-size: 24px;
    font-family: var(--head-bold-font);
    color: #fff;
    letter-spacing: 2px;
}

.goal p {
    color: white;
    font-size: 15px;
    font-family: "Roboto Serif", serif;
    letter-spacing: 0.02em;
}
.our-impact {
    padding: 50px 0;
}

/* Position nested dropdown to the right */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    position: absolute;
    top: 0;
    right: 100%;
    /* Align to the right */
    margin-top: -1px;
    display: none !important;
    /* Hide by default */
    transition: transform 0.3s ease;
}

.dropdown-submenu:hover .dropdown-menu {
    display: block !important;
}

.dropdown-submenu .dropdown-menu li a {
    background-color: transparent !important;
    color: #fff;
}

.dropdown-submenu .dropdown-toggle::after {
    display: inline-block;
    margin-left: .5em;
    content: "";
}


.contact-form .form-control {
    height: 50px;
}

.contact-form .form-group {
    margin-bottom: 30px;
}

.contact-us {
    padding: 50px 0;
}

.contact-form .input-group-text i {
    font-size: 25px;
}

.contact-info i {
    font-size: 40px;
    margin-right: 30px;
}

.contact-info {
    padding-bottom: 40px;
    margin-left: 30px;
    display: flex;
    align-items: center;
}

.contact-info a {
    color: var(--primary-color);
    text-decoration: none;
}

.cog-section.thankyou {
    background: black;
    border-top: 3px solid #444444;
}

.cog-section.thankyou h4 {
    font-size: 50px;
    margin-top: 30px;
    color: var(--secondary-color);
    font-family: "Marcellus SC", serif;
    letter-spacing: 2px;
    margin-bottom: 0;
}

.cog-error p {
    font-size: 20px;
    color: white;
}

.accordion-body {
    padding: 20px;
    color: #0D120E;
}
.highlight p, .highlight span{
    font-family: var(--head-light-font) !important;
    /* font-size: 1rem !important; */
}
.filters {
    background: #0D120E;
    padding: 40px;
    border-radius: 20px;
    margin-bottom: 70px;
    color: white;
}
.filters .form-control {
    border-radius: 2px;
    background: #9F8326;
    border-color: #f1f1ef;
    border-width: 0.3px;
    color: white;
    height: 50px;
}
.custom-select-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.custom-select {
    appearance: none; /* Hide default dropdown */
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    padding: 10px 40px 10px 45px; /* Space for icon */
    border-radius: 5px;
    border: 1px solid #ccc;
    background-color: #fff;
    cursor: pointer;
}

.custom-select:focus {
    border-color: #007bff;
    outline: none;
}

.select-icon {
    position: absolute;
    left: 15px;
    font-size: 19px;
    color: #0D120E;
}

.custom-select-wrapper::after {
    content: "\f0d7"; /* FontAwesome down arrow */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 10px;
    font-size: 16px;
    color: #fff;
    pointer-events: none; /* Prevent interaction */
}
.ml-1{
    margin-left: 10px;
}
#TOURISM, #AranyakaaGallery, #Overview, #Gallery, #MasterPlan, #Price, #Amenities, #Infrastructure, #Location, #E-Brochure {
    scroll-margin-top: 80px;
}
.iti__selected-dial-code {
    display: none !important; /* hides the +91 code next to the flag */
  }
  .iti--separate-dial-code .iti__selected-flag {
    background-color: rgb(177 151 62) !important;
}
.iti {
    width: 100%;
}
/* General submenu style */
.dropdown-submenu {
  position: relative;
}


/* Show when .show class is added */


/* Mobile view: stack instead of flyout */
@media (max-width: 768px) {
    .dropdown-submenu .dropdown-menu.show {
  display: block !important;
}
  .dropdown-submenu .dropdown-menu {
    left: 0;
    top: 100%;
    position: absolute;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .navbar-collapse {
    max-height: 90vh;
    overflow-y: auto;
  }

  .dropdown-menu {
    max-height: 60vh;
    overflow-y: auto;
    overflow-x: hidden;
    background: #000;
  }
}
.state {
    background: #c4c8ac;
    width: 100%;
    display: block;
    border-radius: 20px;
    text-align: center;
    padding: 20px;
    color: #45543d;
    margin-bottom: 20px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}
.state:hover, .state.active{
    transform: scale(1.03);
    box-shadow: 1px 3px 5px #c4c8ac;
}
.state:hover h4, .state.active h4{
    font-weight: 600;
}
.state h4{
    font-family: var(--head-bold-font);
    color: var(--primary-color);
    font-size: 18px;
    padding-top: 14px;
    margin: 0;
}
.state span {
    font-size: 12px;

}
.state img {
    width: 90px;
}
.hide{
    display: none;
}