:root {
    --theme-primary-color: rgba(242, 121, 121);
    --theme-primary-color-t05: rgba(242, 121, 121,0.5);

    --theme-primary-color-dark: rgb(107, 47, 47);
    --theme-primary-color-dark-05: rgba(107, 47, 47, 0.5);
    --theme-primary-color-dark-09: rgba(107, 47, 47, 0.9);
    --theme-secondary-color: rgba(55, 237, 137);
    --theme-secondary-color-t05: rgba(55, 237, 137, 0.5);

    --theme-footer-color: rgb(0, 0, 0);
    --theme-footer-color-t09: rgba(0, 0, 0, 0.9);
    --theme-navbar-color: rgb(0, 0, 0);
    --theme-secondary-color-dark: rgb(65, 57, 39);
}
li.menu5 > .megamenu, li.menu3>.megamenu {
    left: 0px!important;
}
.main-header .dropdown-menu a:hover {
    color: var(--theme-primary-color);
}
.blog-3 h3 a:hover {
    color: var(--theme-primary-color);
}
.top-header-3 .top-header-inner .top-contact-item i, .top-header-3 .top-header-inner .top-contact-item p {
    color: var(--theme-primary-color);
}
.main-footer-3 {
    background: url(../img/bg-footer.png) var(--theme-footer-color-t09);
}

.main-footer-3::before {

    background-color: var(--theme-footer-color) !important;
}

li.menu3>.megamenu {
    left: 320px
}

.top-header-3 .top-logo img {
    -webkit-filter: drop-shadow(0 0 0px #494949);
    filter: drop-shadow(0 0 0px#494949);
    height: 80px;
}

.megamenu-title {
    color: var(--theme-primary-color)!important;
    border-color: var(--theme-primary-color)!important;
}
.main-header-5 {
    background: var(--theme-navbar-color) !important;
}

/* .main-header-5 {
    background: black !important;
} */

.main-header-5.header-shrink {
    background: var(--theme-navbar-color) !important;
}

/* .main-header-5.header-shrink {
    background: black !important;
} */

.main-footer-3 .social-media .icon {
    background: unset !important;
    color: #fff !important;
}


.main-header-5.header-shrink .header-inner {
    box-shadow: none;
    background: var(--theme-navbar-color) !important;
}

/* .main-header-5.header-shrink .header-inner {
    box-shadow: none;
    background: black !important;
} */

.dropdown-ul li {
    border-top: solid 1px var(--theme-secondary-color-dark);
    background-color: var(--theme-primary-color-dark-09)
}

.megamenu-title {
    color: var(--theme-secondary-color);
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid var(--theme-secondary-color);
}
@media (max-width: 1400px) {
    .top-header-3 .top-logo img {
        height: 80px;
    }
}
.property-box:hover .property-photo::before, .property-box:hover .property-photo::after {
    background: linear-gradient(0, var(--theme-primary-color), rgb(0 0 0 / 17%));
}
.property-box:hover .price-box span {
    color: #fff;
    font-weight: 600;
}

@media (max-width: 992px) {
    .main-header-5 {
        --theme-navbar-color: #ffffff !important;
    }
    .main-header-5 .navbar-toggler {
        border: solid 1px #000 !important;
    }
    .navbar-light .navbar-toggler span {
        color: rgb(0, 0, 0);
    }
}

.grecaptcha-badge{
    display:none;
}