body  {
    --primary-color: #be206b;
    --primary-color-700: #FFF5EC;
    --secondary-color: #1F193B;
    --primary-font-color: #070026;
    --secondary-font-color: #E6F2FF;
    --a-hover-color: #be206b;
    --heading-color: #070026;
    --descprition-color: #73777D;
    --deaf-font-color: #222222;
    --deaf-font-color-600: #8894ad1f;
    --deaf-font-color-400: #8894ad44;
    --label-font-color: #151e42;
    --input-font-color-700: #6d7ca3;
    --input-font-color-500: #484f5f;
    --input-border-color: #d4dcff;
    --faded-font-color: #525c84;
    --primary-disabled: #0075ff22;
    --primary-border-color: #eaeef7;
    --primary-border-color-600: #e5edf966;
    --grid-text-color: #73777D;
    --overlay-color: #000000;
    --stats-bg-color: #F4F5F7;
    --stars-color: #d1e4fa;
    --dashboard-secondary-bg-color: #f5f9fd;
    --black-700: #000000;
    --white-700: #ffffff;
    --white-500: #FFFFFFDE;
    --white-200: #ffffff22;
    --orange-700: #f8b849;
    --purple-700: #4339f2;
    --red-700: #fb295b;
    --green-700: #34b53a;
    --green-500: #00A884;
    --grey-700: #808080;
    --cyan-700: #28F8C0;
    --golden-700: #F8BB18;
    --input-radius: 10px;
    --border-radius-lg: 20px;
    --border-radius: 12px;
    --border-radius-md: 16px;
    --border-radius-xs: 4px;
    --primary-font: 'Urbanist';
    --icons-font: "Font Awesome 6 Free";
    --transition: 300ms;
    --overlay-opacity: 0.6;
    /* Icons Variables */
    --chevron-down-icon-code: "\f078";
    --heart-filled-icon-code: "\f004";
    --star-filled-icon-code: "\f005";
    --square-icon-code: "\f0c8";
    --check-icon-code: "\f00c";
    --circle-icon-code: "\f111";
    --close-icon-code: "\f00d";
    --marker-icon-code: "\f3c5";
    --search-icon-code: "\f002";
    --remove-heart-icon-code: "\e4ff";
    --loading-icon: "\f110";
    --bs-body-font-family: 'Urbanist';
}
/* footer style 1  */

@media (min-width: 1400px) {
    footer .container,
    footer .container-lg,
    footer .container-md,
    footer .container-sm,
    footer .container-xl,
    footer .container-xxl {
        max-width: 1320px;
    }
}

.footer-style1>* span,
.footer-style1>* a,
.footer-style1>* li,
.footer-style1>* {
    color: #9f9d9d;
    font-size: 16px;
    font-weight: 300;
}

.footer-style1>* a:hover,
.footer-style1>* li:hover {
    color: #fff;
}

.footer-style1>* h2,
.footer-style1>* h3,
.footer-style1>* h4,
.footer-style1>* h5 {
    color: #fff;
}

.footer-style1>* span {
    color: #fff;
}

#realestate-footer {
    display: none;
}

#realestate-bottom,
#realestate-footer {
    background-color: #070026;
}

#realestate-footer .realestate-widget h5,
#realestate-footer .realestate-widget a {
    color: #353B4A;
}

#realestate-footer .realestate-widget ul li a:hover {
    color: var(--primary-color);
}

#realestate-footer * .realestate-footer-app-images {
    display: flex;
    justify-content: space-between;
}

.realestate-footer-sidebar ul {
    margin: 0;
    list-style: none;
    display: flex;
    padding: 0;
    flex-direction: column;
    position: relative;
    gap: 5px;
    line-height: 1.6em;
}

.realestate-footer-details li i {
    position: absolute;
    margin-left: -24px;
    margin-top: 6px;
}

.realestate-footer-sidebar .realestate-footer-details .realetate-footer-details {
    padding-left: 23px;
    gap: 13px;
}

.footer-style1>* h2,
.footer-style1>* h3,
.footer-style1>* h4,
.footer-style1>* h5 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 18px;
}

.realestate-footer-details .realestate-footer-logo {
    margin-top: -10px;
    margin-bottom: 0;
    max-width: 115px;
}

.realestate-footer-details {
    text-align: center;
}

.realestate-subscriber-content {
    display: flex;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    padding: 4px;
}

.realestate-subscriber-content .realestate-input {
    background: #fff0;
    height: 50px;
    border: unset;
    color: #ffffff7a;
    width: calc(100% - 128px);
}

.realestate-subscriber-content {
    display: flex;
    border: 1px solid #ffffff7a;
    border-radius: 10px;
    padding: 4px;
}

.realestate-subscriber-content .realestate-subscrip-btn {
    border-radius: 7px;
    width: 128px;
    border: unset;
    font-size: 16px;
    color: var(--primary-font-color);
    transition: var(--transition);
}

.realestate-subscriber-content .realestate-subscrip-btn:hover {
    background-color: var(--primary-color);
    color: var(--primary-color-700);
}

.border-top-1 {
    border-top: 1px solid #ffffff54;
}

.realestate-footer-socials {
    display: flex;
    align-items: center;
}

.realestate-footer-socials ul {
    display: flex;
    list-style: none;
    gap: 14px;
    margin: 0 0 0 10px;
    padding: 0;
}

.realestate-footer-socials ul i {
    line-height: 2;
}

#realestate-bottom .copyright-para {
    margin: 0 0 0 10px;
}

#realestate-bottom .copyright-para p {
    color: #9f9d9d;
    font-size: 16px;
    font-weight: 300;
}

.realestate-footer-socials ul a {
    width: 20px;
    height: 20px;
    background: #ffffff78;
    color: #070026;
    display: flex;
    transition: var(--transition);
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border-radius: 50%;
    padding:2px 2px 0px 1px;
}

 
.realestate-footer-socials p {
    color: #fff;
}

.realestate-sub-footer-nav-menus ul {
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: end;
    gap: 20px;
}

.realestate-sub-footer-nav-menus li {
    position: relative;
}

.realestate-sub-footer-nav-menus li:not(:first-child):before {
    content: '';
    border-left: 1px solid;
    position: absolute;
    left: -10px;
    height: 20px;
    top: 2px;
}


/* end footer style 1  */

.footer-style1.footer-home5>* h2, .footer-style1.footer-home5>* h3, .footer-style1>* h4, .footer-style1.footer-home5>* h5 {
    font-family: 'Inter';
}
.footer-style1.footer-home5 .realestate-subscrip-btn {
    background-color: #F4C83A;
}
.footer-style1.footer-home5 .realestate-subscrip-btn:hover {
     color: #F4C83A;
    background-color: #fff;
}
.home-single-projact .realestate-subscrip-btn {
    background: var(--primary-color);
}
.home-single-projact .realestate-subscrip-btn:hover {
    background: #fff;
    color: var(--primary-color);
}