@import url('https://fonts.googleapis.com/css2?family=Inika:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


:root {
    --inika: "Open Sans", sans-serif;
    --inikanew: "Inika", serif;
    --popins: "Poppins", sans-serif;
    --opensans: "Open Sans", sans-serif;
}


.logo-main {
    position: relative;
}

.logo-posi {
    /*background:#ffffff;*/
    left: 0px;
    top: -34px;
    position: absolute;
    z-index: 2;
}

.navbar {
    padding: 0px !important;
}

.container-navbar {
    background: #000000;
    height: 50px;
}

.second-navbar-container {
    /* background: rgba(255, 255, 255, 0.5); */
    /* background-color: rgba(255, 255, 255, 0.5); */
    height: 75px;
    /*backdrop-filter: blur(5px);*/
}

.navbar {
    display: block !important;
}

.nav-link {
    color: #ffffff;
}

.menu-li {
    padding: 16px 0px 16px 36px;
}

.menu-li a {
    font-family: var(--inika);
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
}

.page-heading {
    font-size: 30px;
    line-height: 38px;
    font-weight: 400;
    font-family: var(--opensans);
    color: #9F7E19;
}

@keyframes textShine {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.img-logo {
    height: 80px;
    width: 80px;
}

.update-project-btn {
    /* text-transform: uppercase; */
    padding: 8px 17px 8px 17px;
    animation: textShine 5s ease infinite;
    /* background: #9F7E19; */
    background: linear-gradient(-45deg, #9F7E19, #ddc36d, #9F7E19, #ddc36d);
    background-size: 400% 400%;
    border: 1px solid #000000;
    font-family: var(--inika);
    line-height: 24px;
    size: 14px;
    font-weight: 400;
    text-decoration: none;
    color: #ffffff;
}

.hero-row {
    padding: 0px !important;
}

.section-heading {
    font-family: var(--opensans);
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    color: #9F7E19;
}

.founder-heading {
    font-family: var(--opensans);
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #9F7E19;

}



.heading-border {
    width: 120px;
    border-bottom: 3px solid #9F7E19;
}

.founder-border {
    width: 60px;
    border-bottom: 3px solid #9F7E19;
}

.about-txt-para {
    font-size: 16px;
    font-family: var(--opensans);
    font-weight: 400;
    /*line-height: 30px;*/
    color: #303030;
    /* text-align: justify; */

}

.about-number-txt {
    font-size: 16px;
    font-family: var(--opensans);
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #000000;
}

.border-right {
    border-right: 1px solid #000000;
}

.count-number-txt span {
    font-family: var(--opensans);
    font-weight: 600;
    font-size: 30px;
    line-height: 39px;
    color: #000000;
}

.count-number-txt {
    color: #9F7E19;
    font-family: var(--opensans);
    font-weight: 600;
    font-size: 30px;
    line-height: 39px;
}

.count-div-first {
    border-right: 2px solid #9F7E19;
}

.second-count-div {
    margin-top: 30px;
}

.why-moraj-img {
    width: 125px;
    height: 125px;
}

.explore-btn {
    font-family: var(--inika);
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    padding: 8px 57px 8px 57px;
    animation: textShine 5s ease infinite;
    /* background: #9F7E19; */
    background: linear-gradient(-45deg, #9F7E19, #ddc36d, #9F7E19, #ddc36d);
    background-size: 400% 400%;
    /*background: #9F7E19;*/
    /*border: 1px solid #000000;*/
    /*border-radius: 10px;*/
    text-decoration: none;
    color: #ffffff;
}

.mobile-visible-img {
    display: none;

}

.desktop-visible-img {
    display: block;
    width: 100%;
}

.navbar-toggler-icon {
    background-image: url("../img/hamburger-icon.png");
}

.why-moraj-para {

    padding-left: 10px;
}

.why-moraj-main-div {
    height: 144px;
    background: #fef6f6;
    padding: 10px;
    /* justify-content: center; */
    align-items: center;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;

    /* display: block;
    width: 501px;
    height: 144px;
    background-color: red;
    border-radius: 50% 30% 50% 50% / 50% 60% 50% 50%; */

}

.founder-img {
    --s: 55px;
    /* the size on the corner */
    --t: 2px;
    /* the thickness of the border */
    --g: 0px;
    /* the gap between the border and image */

    padding: calc(var(--g) + var(--t));
    outline: var(--t) solid #9F7E19;
    /* the color here */
    outline-offset: calc(-1*var(--t));
    mask:
        conic-gradient(at var(--s) var(--s), #0000 75%, #000 0) 0 0/calc(100% - var(--s)) calc(100% - var(--s)),
        linear-gradient(#000 0 0) content-box;
    transition: .4s;
}

.about-founder-txt {
    font-family: var(--opensans);
    font-weight: 400;
    font-size: 16px;
    /*line-height: 24px;*/
    color: #303030;
}

.all-project-section {
    border-radius: 16px 16px 16px 16px;
    box-shadow: 0px 0px 10px 10px rgb(0 0 0 / 10%);
}

.upcoming-project-section {
    margin-top: 100px;
    border-radius: 16px 16px 16px 16px;
    box-shadow: 0px 0px 10px 10px rgb(0 0 0 / 10%);
    /* box-shadow: 0px 4px 15px 10px rgb(0 0 0 / 30%); */
}

.in-press-img {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: all 0.4s ease;
}

.zee-business {
    width: 180px;
}

.cnbc-img {
    width: 100px;

}

.all-project-divs {
    position: relative;
    /* width: 380px;
    height: 330px; */
    margin-bottom: 40px;
    /* overflow: hidden; */
    border-radius: 12px;
}

.all-project-div {
    position: relative;
    /* width: 380px;
    height: 330px; */
    margin-bottom: 100px;
    /* overflow: hidden; */
    border-radius: 12px;
}

.project-img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.project-btn-div {
    position: absolute;
    bottom: -15px;
    left: 50%;
    top: 90%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
    width: 240px;
    height: 100px;
    background-color: #ffffff;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

.project-btn-div::before {
    content: '';
    position: absolute;
    top: 0;
    left: -30px;
    width: 60px;
    height: 50px;
    background-color: #ffffff;
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

.project-btn-div::after {
    content: '';
    position: absolute;
    top: 0;
    right: -30px;
    width: 60px;
    height: 50px;
    background-color: #ffffff;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.all-project-btn {
    animation: textShine 5s ease infinite;


    position: relative;
    z-index: 2;
    background: linear-gradient(-45deg, #9F7E19, #ddc36d, #9F7E19, #ddc36d);
    background-size: 400% 400%;
    /* background: #9F7E19; */
    /*border-radius: 10px;*/
    border: 1px solid #000000;
    padding: 13px 40px 13px 40px;
    font-family: var(--inika);
    font-size: 16px;
    line-height: 20px;
    color: white;
    /*border: none;*/
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

.project-name-txt {
    font-family: var(--opensans);
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #9F7E19;
}

.view-more-properties {
    margin-bottom: 5px;
    text-align: right !important;
}

.view-more-project {
    font-family: var(--inika);
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    text-decoration: none;
    color: #9F7E19;
    text-decoration: underline;
}

.main-property-div {
    background-color: #FEF6F6;
    height: 400px;
    border-radius: 10px;
}

.property-div {
    border-radius: 10px;
    padding: 25px 25px 0px 25px;
}

.property-div p {
    font-size: 22px;
    font-family: var(--inika);
    line-height: 30px;
    color: #000;
}

.user-img-div {
    padding: 25px;
}

.user-img {
    height: 100px;
    width: 100px;
}

.user-name {
    font-size: 17px;
    font-family: var(--inika);
    color: #6a6a6a;
    font-weight: 700;
    margin-bottom: 0px !important;
}

.user-post {
    font-family: var(--inika);
    color: #6a6a6a;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0px !important;

}

.star-color {
    color: #9F7E19;
}

.property-display {
    display: block;
}

.footer-logo {
    width: 90px;
    height: 69px;
}

.footers {
    background: #9F7E19;
}

.footer-heading {
    font-size: 24px;
    font-family: var(--inika);
    font-family: var(--opensans);
    line-height: 31px;
    /* color: #9F7E19; */
    font-weight: 600;
    margin-bottom: 20px;
    color: #ffffff;

}

.socila-icon {
    color: #ffffff;
    font-size: 20px;
}


.social-div {
    margin-bottom: 20px;
}

.footer-menu {
    list-style: none;
    padding-left: 0px !important;
    font-size: 14px;
    font-family: var(--inika);
    font-weight: 400;
    line-height: 18px;
}

.footer-menu li {
    margin-bottom: 10px;
}

.footer-menu li a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 400;
    font-family: var(--opensans);
    font-size: 14px;
}

.footer-address {
    font-size: 16px;
    font-family: var(--inika);
    font-weight: 400;
    line-height: 18px;

}

.footer-contact {
    font-family: var(--opensans);
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    text-decoration: none;
}

.about-us-section {
    /* margin-top: 10%; */
}

.why-moraj-txt {
    font-family: var(--inika);
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #716F6F;
}

.why-moraj-txt span {
    color: #9F7E19;
}

.completed-project {
    font-family: var(--opensans);
    font-size: 30px;
    line-height: 38px;
    font-weight: 400;
    color: #9F7E19;
}

.completed-property-div {
    height: 498px;
    width: 100%;
    border: 1px solid #7C7C7C;
    padding: 20px;
    border-radius: 10px;
}

.completed-project-img {
    width: 100%;
    height: 332px;
    border-radius: 6px;
}

.completed-project-name {
    font-family: var(--inika);
    font-weight: 700;
    font-size: 21px;
    line-height: 20px;
    text-align: center;
    color: #9F7E19;
}

.completed-project-overview {
    font-weight: 400;
    font-family: var(--inika);
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #716F6F;
}

.main-section {
    display: flex;
}


.main-side {
    width: 70%;

}

.side-bar {
    background-color: #ffffff;
    width: 30%;
    height: 120vh;
    position: sticky;
    /* overflow: hidden; */
    top: 20%;
}

.property-detail-name {
    font-size: 24px;
    font-family: var(--inika);
    font-weight: 400;
    line-height: 26px;
    color: #9F7E19;
}

.property-address-name {
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    font-family: var(--inika);
}

.rera-div {
    border-top: 1px solid #DEDEDE;
    padding: 10px 0px;
}

.project-config-div {
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-top: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
    padding: 16px 0px;
}

.building-icon {
    font-size: 30px;
    color: #9F7E19;
}

.apartment-txt {
    font-family: var(--inika);
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #9F7E19;
}

.project-config-inner-div {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.brochure-btn-div {
    border-bottom: 1px solid #DEDEDE;
}

.brochure-btn {
    font-family: var(--inika);
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 64px;
    color: #ffffff;
    background-color: #9F7E19;
    border: none;
}

.form-label {
    font-family: var(--inika);
    font-weight: 700;
    color: #303030;
    font-size: 13px;
}

.form-control {
    font-family: var(--inika);
    border-bottom: 1px solid #303030;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0px !important;
}

.form-btn {
    padding: 13px 150px;
    background-color: #ffffff;
    color: #9F7E19;
    font-family: var(--inika);
    font-size: 16px;
    border: 1px solid #9F7E19;
}

.get-detail-btn {
    padding: 13px 150px;
    background-color: #F1E4C9;
    color: #9F7E19;
    font-family: var(--inika);
    font-size: 16px;
    border: none;
    /* border: 1px solid #9F7E19; */
}

.modal-title {
    font-family: var(--inika);
    font-weight: 700;
    font-size: 22px;
    line-height: 51px;
    color: #9F7E19;
}

.property-detail-nav {
    display: flex;
    justify-content: start;
    /* align-items: center; */
}

.property-detail-nav-menu {
    margin-right: 10px;
    list-style: none;
}

.property-detail-nav-menu-active {
    margin-right: 10px;
    list-style: none;
}

.property-detail-nav-menu-active a {
    text-decoration: none;
    padding: 7px 16px;
    background-color: #9F7E19;
    border: 1px solid #9F7E19;
    border-radius: 30px;
    color: #ffffff;

}

.property-detail-nav-menu a {
    text-decoration: none;
    padding: 7px 16px;
    background-color: #ffffff;
    border: 1px solid #9F7E19;
    border-radius: 30px;
    color: #9F7E19;
}

.property-detail-heading {
    color: #9F7E19;
    font-family: var(--inika);
    font-weight: 700;
    font-size: 24px;
    line-height: 23px;
}

.sqft-txt {
    font-family: var(--inika);
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    color: #202020;
    margin-bottom: 0px;
}

.moraj-prive {
    font-family: var(--inika);
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    color: #716F6F;
}

.floor-plan-btn {
    border-radius: 50px !important;
    color: #000000 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    font-family: var(--inika) !important;
    padding: 18px 30px !important;
    border: 1px solid #9F7E19 !important;
    border-radius: 50px !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #9F7E19;
}

.amenities-txt {
    font-family: var(--inika);
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #303030;
}

.desktop-hide {
    display: none;
}

.princing-link {
    font-family: var(--inika);
    font-weight: 400;
    font-size: 17px;
    line-height: 18px;
    color: #9F7E19;
}

.menu-li a:hover {
    color: #9F7E19 !important;
}

.nav-link.show {
    color: #ffffff !important;
}

.our-culture-heading {
    font-family: var(--opensans);
    font-weight: 700;
    font-size: 40px;
    line-height: 42px;
    color: #9F7E19;
}

.our-culture-para {
    color: #212529;
}

.our-culture-div {
    margin-top: 15%;
}

.career-form-section {
    background-color: #F9F2E9;
}

.career-form-control {
    color: rgba(61, 60, 64, 0.4);
    border: 1px solid rgba(61, 60, 64, 0.4);
}

.career-btn {
    animation: textShine 5s ease infinite;
    background: linear-gradient(-45deg, #9F7E19, #ddc36d, #9F7E19, #ddc36d);
    background-size: 400% 400%;
    /* background-color: #9F7E19; */
    color: #ffffff;
    padding: 14px 30px;
    border: none;
}

.address-txt {
    color: #9f7e19;
    font-size: 17px;
    font-weight: 700;
    font-family: var(--inika);
}

.address-detail {
    font-family: var(--inika);
    font-size: 14px;
    font-weight: 700;
}

.address-detail a {
    text-decoration: none;
    color: #3D3C40;
    font-family: var(--inika);
    font-size: 14px;
    font-weight: 700;
}

.blog-heading {
    font-family: var(--inika);
    font-weight: 400;
    font-size: 28px;
    color: #9F7E19;
}

.blog-detail-txt {
    font-family: var(--inika);
    font-weight: 400;
    font-size: 16px;
    color: #303030;
}

.blog-detail-heading {
    font-family: var(--inika);
    font-weight: 400;
    font-size: 20px;
    color: #9F7E19;
}

.recent-blog-heading {
    font-family: var(--inika);
    font-weight: 400;
    font-size: 24px;
    color: #303030;
}

.blog-side-div {
    /*text-align: center;*/
    padding: 21px;
    border: 1px solid #DEDEDE;
}

.blog-title-heading {
    font-size: 21px;
    font-family: var(--inika);
    font-weight: 400;
    color: #9F7E19;
}

.blogs-deatil-txt {}

.read-more-btn {
    font-family: var(--inika);
    text-decoration: none;
    color: #9F7E19;
    font-weight: 700;
}

.blog-card {
    padding: 21px;
    border: 1px solid #DEDEDE;
    height: 600px;
}

.blogs-deatil-txt {
    color: #303030;
    font-family: var(--inika);
    font-size: 16px;
}

.section-footer {
    position: relative !important;
    padding-top: 24px;
    padding-bottom: 24px;
    background-color: rgb(0 0 0 / 60%);
}

.footer-video {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top right;
    opacity: 1;
    z-index: -1;
}

.header-video {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: top right;
    opacity: 1;
    z-index: -1;

}

.footer-icon {
    color: #ffffff;
}

.address-color {
    color: #ffffff;
    font-family: var(--opensans);
    font-size: 14px;
    font-weight: 400;
}

.mail-div {
    margin-top: 10px;
}

.footer-line {
    color: #ffffff;
    background-color: #ffffff;
    size: 3px;
    height: 3px;
}

.copyright-txt {
    color: #f6f6f6;
    font-family: var(--opensans);
    font-weight: 400;
    font-size: 14px;
}

.review-para-txt {
    font-size: 16px !important;
    font-family: var(--opensans) !important;
}

.video-main-div {
    border: 1px solid #DEDEDE;
    padding: 21px;
}

.video-size {
    height: 200px;
    width: 100%;
}

.award-img {
    height: 200px;
    width: 100%;
}

.video-heading {
    font-size: 16px;
    font-family: var(--opensans);
    line-height: 26px;
    color: #9F7E19;
    margin-bottom: 0px !important;
}

.privacy-heading {
    font-family: var(--opensans);
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #9F7E19;
}

.privacy-policy-para {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--opensans);
    line-height: 24px;
}

.privacy-subheading {
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    line-height: 27px;
}

.ongoing-property-div {
    padding: 10px;
    /* position: relative; */
    border: 1px solid #DEDEDE;
    border-radius: 10px;
    /* height: 375px; */
    width: 100%;
    /* overflow: hidden; */
}

.view-more-btn {
    padding: 12px 32px;
    font-size: 13px;
    text-align: center;
    font-family: var(--opensans);
    font-weight: 400;
    color: #9F7E19;
    background-color: #f1e4c9;
    border: 1px solid #9F7E19;
    transition: all ease .5s;
}

.view-more-btn a {
    font-size: 13px;
    color: #9F7E19;
}

.enquire-now-btn a {
    font-size: 13px;
    color: #9F7E19;
}

.view-more-btn a,
.enquire-now-btn a {
    text-decoration: none;
    font-size: inherit;
}

.enquire-now-btn {
    border: none;
    padding: 12px 25px;
    font-size: 13px;
    text-align: center;
    font-family: var(--opensans);
    font-weight: 400;
    color: #ffffff;
    background-color: #f1e4c9;
    border: 1px solid #9F7E19;
    transition: all ease .5s;
}

.ongoing-project-btn-div {
    margin-top: 15px;
    display: flex;
    gap: 10px;
}

.ongoing-project-img {
    width: 100%;
    height: 180px;
}

.ongoing-property-name {
    font-family: var(--opensans);
    font-weight: 700;
    font-size: 16px;
    color: #9F7E19;
    margin-bottom: 0px;
    margin-top: 15px;
}

.ongoing-property-address {
    color: #000000;
    font-size: 14px;
    margin-bottom: 0px !important;
    margin-top: 4px;
}

.ongoing-property-price {
    color: #9F7E19;
    font-size: 14px;
    font-family: var(--opensans);
    font-weight: 700;
    margin-bottom: 0px !important;
    margin-top: 4px;
}

.ongoing-property-detail-div {
    margin-top: 20px;
    border-top: 1px solid #DEDEDE;
    padding-top: 20px;
    display: flex;
    justify-content: space-around;
}

.project-type-txt {
    color: #000000;
    font-family: var(--opensans);
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 0px;
}

.icon-tabler-border-inner {
    height: 46px;
    width: 46px;
}

.apartment-type-txt {
    font-size: 16px;
    font-weight: 700;
    color: #9F7E19;
    margin-bottom: 0px;
}

.location-svg {
    height: 16px;
    width: 16px;
    color: #9F7E19;
}

.banner {
    position: relative;
    height: 100vh;
    width: 100%;
    background: url('../img/bannerdesktop.jpg') no-repeat center center/cover;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* Darkens the background */
}

.text-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    width: 100%;
}

.text-content h1 {
    font-size: 5rem;
    font-weight: 400;
    font-family: var(--popins);
    margin-bottom: 20px;
}

.text-content h2 {
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 400;
    font-family: var(--inikanew);
    margin-bottom: 10px;
}

.text-content p {
    font-size: 1.2rem;
    font-family: var(--inikanew);
    font-weight: 400;

}

.banner-container {
    padding-left: 0px !important;
    padding-right: 0px !important;
}


::-webkit-scrollbar {
    width: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #9e7f1a;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #000000;
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

.whats-app-icon {}

.rera-img {
    height: 200px;
    width: 200px;
}


/* New Dropdown Menu design  */



/* Full-width dropdown */
.full-width-dropdown {
    position: absolute;
    width: 100vw;
    /* Full width from start of screen */
    left: 0;
    top: 60px;
    /* Adjust based on navbar height */
    background: rgba(0, 0, 0, 0.413);
    color: white;
    border: none;
    padding: 20px;
    display: none;
    /* Hide initially */
    z-index: 20000;
}

.dropdown-item {
    color: white;
}

.dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.search-bar {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: none;
}

.view-all {
    color: yellow;
    text-decoration: none;
}

.view-all:hover {
    text-decoration: underline;
}



/* Default: Hide dropdowns */
.dropdown-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    color: #ffffff;
}

/* Show main dropdown on hover */
.nav-item.dropdown:hover>.dropdown-menu {
    display: block;
    background-color: rgba(0, 0, 0, 0.9);
    color: #ffffff;
}

/* Hide submenus initially */
.dropdown-menu .dropdown-menu {
    display: none;
    left: 100%;
    /* Prevent overlap */
    top: 0;
    background-color: rgba(0, 0, 0, 0.9);
    color: #ffffff;
    position: absolute;
}

/* Show submenu only when hovering over its parent */
.dropdown-menu .dropdown:hover>.dropdown-menu {
    display: block;
    color: #ffffff;
}

/* Ensure proper positioning */
.dropdown-menu {
    min-width: 14rem;
    color: #ffffff;
}

/* Ensure dropdown menus open below the parent menu items */
@media (max-width: 768px) {
    .dropdown-menu {
        position: static;
        /* Ensure the dropdown is positioned relative to its parent */
        display: none;
        /* Hide by default */
        overflow: scroll;
        height: 500px;
        margin: 0;
        /* Remove any margin that might push it aside */
    }

    .dropdown-menu.show {
        display: block;
        /* Show the dropdown when the 'show' class is added */
    }

    .dropdown-item.dropdown-toggle {
        cursor: pointer;
        /* Indicate clickable items */
    }

    .mobile-display-flex {
        display: block !important;
    }

    /* Hide submenus initially */
    .dropdown-menu .dropdown-menu {
        left: 0;
        top: 100%;
        background-color: rgba(0, 0, 0, 0.9);
        color: #ffffff;
        position: absolute;
    }
}




/* New Header style  */

.navbar-custom {
    background: rgba(31, 25, 20, 0.50);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.navbar-brand {
    font-weight: 700;
    color: #d6a42f;
    font-size: 1.8rem;
    letter-spacing: 1px;
}

.nav-link {
    color: white !important;
    font-weight: 500;
    font-family: var(--inika);
    margin-right: 15px;
}

.dropdown-toggle::after {
    margin-left: 0.3rem;
}

.nav-icon {
    display: flex;
    align-items: center;
    color: white;
    font-weight: 500;
    margin-left: 15px;
}

.nav-icon i {
    margin-right: 5px;
}


.mega-dropdown {
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.mega-dropdown ul li {
    margin-bottom: 10px;
}

.mega-dropdown h5 {
    margin-bottom: 20px;
}

.view-all {
    color: #d6a42f;
    text-decoration: underline;
    font-weight: 500;
}

.search-box {
    min-width: 350px;
    display: flex;
    align-items: start;
}

.search-box input::placeholder {
    color: #ccc;
}

.list-unstyled li a {
    text-decoration: none !important;
    color: #ffffff !important;
}

.mobile-display-on {
    display: none;
}


/* .nav-item.dropdown:hover>.dropdown-menu {
    background: rgba(0, 0, 0, 0) !important;
} */



.padding-for-hover>li {
    padding: 25px;
}


 .mobile-header-scoials{
        display: none;
    }