@font-face {
    font-family: "pingAR_ExtraLight";
    src: url("../../fonts/new/PingAR-LT-ExtraLight.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "pingAR_Light";
    src: url("../../fonts/new/PingAR-LT-Light.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
:root{
    --font-Family-Light: 'pingAR_Light', sans-serif;
    --font-Family-XLight: 'pingAR_ExtraLight', sans-serif;
    --Borders-Rounded:90px;
    --opacity-white-30: rgba(255, 255, 255, 0.30);
    --opacity-grey-40-blur:rgba(86, 86, 86, 0.40);
    --Grey-White: #FFF;
    --Grey-50: #F4F5F5;
    --Brand-900:#443024;
    --Grey-950:#1D1F20;
    --Grey-900: #313537;
    --Grey-700: #4D5356;
    --Grey-800: #383D40;
    --Grey-250: #E8EBF2;
    --Grey-300: #B4B6B8;
    --Grey-400: #808285;
    --Brand-500-Safa-bronze: #A87758;
    --Brand-400-Safa-bronze-light: #C38A67;
    --Brand-400-Safa-bronze-dark: #815C43;
}
.page-loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999999;
    background: rgb(0 0 0 / 92%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-loader .loader{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    border-top: 4px solid #FFF;
    border-right: 4px solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
.page-loader .loader::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border-bottom: 4px solid var(--mainColor);
    border-left: 4px solid transparent;
}

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

.bgBronze
{
    background-color: var(--Brand-500-Safa-bronze) !important;
}

.fontFamilyLight
{
    font-family: var(--font-Family-Light);
}
.fontFamilyXLight
{
    font-family: var(--font-Family-XLight);
}
.fontSizeTitle
{
    font-size: 64px !important;
}
.fs-48
{
    font-size: 48px !important;
}
.fs-64
{
    font-size: 64px !important;
}
.borderRadius-90
{
    border-radius: var(--Borders-Rounded) !important;
}
.Grey-300
{
    color: var(--Grey-300);
}
.Grey-400
{
    color: var(--Grey-400);
}
.Grey-700
{
    color: var(--Grey-700);
}
.Grey-800
{
    color: var(--Grey-800) !important;
}
.bg-Grey-800
{
    color: #ffffff;
    background-color: var(--Grey-800) !important;
}
.fs-18
{
    font-size: 18px;
}
.fs-24
{
    font-size: 24px;
}
.fs-96
{
    font-size: 96px;
}
.navbar
{
    padding: 0 12px 0 32px;
    border-radius: var(--Borders-Rounded);
    border-bottom: 0;
    height: auto;
    position: absolute;
    left: 120px;
    right: 120px;
    top: 20px;
    background: var(--opacity-grey-40-blur) !important;
    backdrop-filter: blur(15px);
}
.navbar .navbar-brand img,
footer .navbar-brand img
{
    height: 54px !important;
}
.navbar-dark .navbar-nav .nav-link
{
    padding: 0;
    font-size: 14px;
}

.main-navbar.fixed-navbar,
.inner_pages_body .navbar.fixed-navbar{
    position: fixed;
    inset-inline-start: 0;
    inset-block-start: 0;
    inset-inline-end: 0;
    left: 50px;
    right: 50px;
    top: 0;
    z-index: 9999999999999 !important;
    backdrop-filter: blur(24px);
    animation: slideDown 0.50s ease-out;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    background-color: #262626e8 !important;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

.navbar-brand
{
    margin-right: 0;
}
.navbar-nav
{
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    gap: 24px;
}
.languages-header-link
{
    display: flex;
    width: 40px;
    padding: 11px 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: var(--Borders-Rounded);
    background: var(--opacity-white-30);
    color: var(--Grey-White);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.auth-header-link
{
    display: flex;
    padding: 14px 17px;
    align-items: center;
    border-radius: var(--Borders-Rounded);
    background: var(--opacity-white-30);
    color: var(--Grey-White);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.interestedBtn
{
    display: flex;
    padding: 14px 24px 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: var(--Borders-Rounded);
    background: var(--Grey-50);
    color: var(--Grey-950);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.languages-header-link:hover,
.auth-header-link:hover,
.interestedBtn:hover
{
    color: var(--Brand-900);
}
.heroHome::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.40) 100%);
}
.heroHome .contentHeroHome .banner-title
{
    color: var(--Grey-White);
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
}
.heroHome .contentHeroHome .banner-title span
{
    font-family: var(--font-Family-XLight);
    font-weight: 250;
}
.heroHome .contentHeroHome p
{
    color: var(--Grey-White, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}
.heroHome .contentHeroHome .linksHeroHome
{
    display: block !important;
}
.explore
{
    padding: 12px 40px;
    border-radius: var(--Borders-Rounded);
    color: var(--Grey-White);
    background: var(--opacity-white-30);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 21.6px */
}
.projectsHome
{
    display: flex;
    padding-bottom:104px;
    flex-direction: column;
    align-items: flex-start;
    background: var(--Grey-900);
}
.projectsHome .sm-title
{
    padding: 10px 16px;
    border-radius: var(--Borders-Rounded);
    background: var(--Grey-800);
    color: var(--Grey-300);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}
.projectsHome .infoProjects
{
    display: flex;
    padding: 128px 0 40px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}
.projectReadMore
{
    font-family: var(--font-Family-Light);
    border-radius: var(--Borders-Rounded);
    background: var(--Brand-500-Safa-bronze);
    color: var(--Grey-White);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 21.6px */
    padding: 12px 40px;
    transition: all 0.5s;
}
.projectReadMore:hover
{
    color: #ffffff;
    background: var(--Brand-400-Safa-bronze-light);
}
.projectsHome .infoProjects .h1
{
    font-family: var(--font-Family-XLight);
    margin-top: 40px;
    color: var(--Brand-400-Safa-bronze-light);
    font-size: 64px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
    letter-spacing: -1.92px;
}
.projectsHome .infoProjects .h1 span
{
    color: var(--Grey-White);
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 70.4px */
    letter-spacing: -1.92px;
}
.banner-with-pattern {
    background-image: url("../../images/newUI/graphic_image.png");
    background-repeat: no-repeat;
    background-position: 100% 0;
}
#projectsHomeSider .owl-nav
{
    left: 8% !important;
    top: 40%;
}
#projectsHomeSider .owl-nav .owl-prev,
#projectsHomeSider .owl-nav .owl-next
{
    background: #fff;
    width: 48px;
    height: 48px;
}
#projectsHomeSider .owl-nav .owl-prev img,
#projectsHomeSider .owl-nav .owl-next img
{
    width: 10px;
}
#projectsHomeSider .owl-nav .owl-next
{
    left: 86%;
}
.projectBoxs .box .infoBox p
{
    color:  var(--Grey-300);
}
.projectBoxs .off_plan
{
    position: absolute;
    top: 5px;
    right: 16px;
    text-align: center;
    font-size: 12px;
}

.projectBoxs .off_plan .circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-family: sans-serif;
    font-size: 1.2em;
    color: #ffffff;
    margin: 10px 0;
}

.projectBoxs .off_plan .circle .percentage {
    background: #9d9d9d;
    color: #ffffff;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.facts
{
    background-repeat: no-repeat;
    background-position: bottom left;
}
.counter-numbers
{
    letter-spacing: -7px;
}
.titleWithBg
{
    background-color: var(--Grey-250);
    padding: 10px 16px;
    font-size: 12px;
    font-family: var(--font-Family-Light);
    color: var(--Brand-400-Safa-bronze-dark);
    display: inline-block;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.certificates .boxsCerti,.partners .owl-carousel,
.features-carousel .owl-carousel
{
    overflow: hidden;
    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}
.certificates .boxCerti {
    border: 0;
    padding: 8px 19px 8px 8px;
    background: #F8F4F2;
    height: auto;
    gap: 16px;

}

.certificates .boxCerti .infoCerti p
{
    font-weight: 500;
    font-size: 16px;
}
.certificates .boxCerti .imgCerti {
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 8px;
    text-align: center;
}
.certificates .boxCerti .imgCerti img {
    height: 100px;
    object-fit: contain;
}
.about_us .leftSection
{
    background-color: var(--Grey-900);
    width: 50%;
    padding: 70px 40px;
    color: #fff;
}
.about_us .rightSection
{
    background-image: url("../../images/lifeImg.jpg");
    background-repeat: no-repeat;
    width: 50%;
    background-size: cover;
}
.about_us .leftSection .titleWithBg
{
    background-color: var(--Grey-800);
}
.about_us .leftSection h2 span
{
    color: var(--Brand-400-Safa-bronze-light);
}
.about_us .leftSection .leftData
{
    flex-direction: column;
    gap: 130px;
}
.about_us .leftSection .projectReadMore
{
    display: inline-block;
    margin-top: 40px;
}
.rightSection .item
{
    background: #ffffff;
    position: absolute;
    border-radius: 9px;
    font-size: 14px;
    padding: 3px 10px;
    box-shadow: 0 0 5px #a1a1a1;
    font-weight: bold;
}
.rightSection .item1
{
    left: -37px;
    top: 179px;
}
.rightSection .item2
{
    left: 354px;
    top: 195px;
}
.rightSection .item3
{
    left: 37px;
    top: 566px;
}
.rightSection .item4
{
    left: 409px;
    top: 476px;
}
.media .row > div:first-child .mainTitle h2
{
    display: block !important;
}
.media h2
{
    font-weight: 100 !important;
}
.media .tabsContentOwl
{
    margin-top: 0 !important;
    display: flex;
    align-items: center;
    background: #fff;
    padding: 16px;
    border-radius: 90px;
    gap: 8px;
}
.tabsContentOwl #markermedia,.media .row > div:first-child::after
{
    display: none;
}
.media .tabsContentOwl .nav-item,.media .tabsContentOwl .nav-item.active {
    margin-bottom: 0 !important;
    font-size: 14px !important;
}
.media .tabsContentOwl .nav-item.active {
    color: #fff !important;
    background: #a77758;
    padding: 10px 12px 8px 12px !important;
    border-radius: 50px;
    display: flex;
    height: 32px;
    align-items: center;
    gap: 4px;
}
.tabsContentOwl .nav-item:not(.active)
{
    background-color: #fff !important;
    color: #5A6164 !important;
    padding: 3px 10px !important;
    transition: all 0.5s;
}
.tabsContentOwl .nav-item:not(.active) i
{
    color: var(--Grey-300);
}
.tabsContentOwl .nav-item:not(.active):hover
{
    background-color: var(--Grey-50) !important;
}
.media .overlay
{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: #f8f4f0;
    background-image: radial-gradient(#e5e5e5 2px, #f8f4f0 0);
    background-size: 23px 23px;
    background-position: -19px -19px;
    top: 50%;
    right: 50%;
}
.media .owl-nav {
    left: 120px !important;
    width: 63.5%;
}
.media .owl-nav .owl-prev, .media .owl-nav .owl-next {
    background: #fff;
    width: 48px;
    height: 48px;
}
.media .owl-nav .owl-prev img, .media .owl-nav .owl-next img {
    width: 10px;
}
.media .owl-nav .owl-next {
    left: 86%;
}
.media .owl-nav .owl-prev {
    right: 100%;
    position: absolute;
}
.media.new_media .boxMedia
{
    margin-bottom: 50px;
}
.media.new_media .boxMedia .imgMedia {
    height: 384px;
    overflow: hidden;
}
.media.new_media .boxMedia .imgMedia img {
border-radius: 20px 20px 0 0;
    transition: all 0.5s;
}
.media.new_media .boxMedia .imgMedia img:hover
{
    transform: scale(1.2);
}
.media.new_media .contentOwlCar
{
    height: 700px;
}
.media.new_media  .boxMedia .infoMedia .content
{
    color: var(--Grey-950);
    font-size: 24px;
    height: auto;
    margin-bottom: 35px;
}
.media.new_media .boxMedia .infoMedia a {
    font-size: 14px;
    border-bottom: 2px solid var(--Grey-400);
}
.media.new_media .imgMedia span
{
    position: absolute;
    top: 12px;
    padding: 10px 12px;
    color: #fff;
    font-size: 14px;
    border-radius: var(--Borders-Rounded);
    background: rgba(90, 97, 100, 0.30);
    backdrop-filter: blur(15px);
}
.media.new_media .imgMedia span.type
{
    left: 12px;
}
.media.new_media .imgMedia span.cat
{
    left: 90px;
}
.media.new_media .boxMedia .infoMedia
{
    border: 0;
}
.media.new_media .readmore_btn
{
    display: flex  ;
    justify-content: center;
}
.media.new_media .readmore_btn .seeAllMedia
{
    text-align: center;
    left: auto !important;
    justify-content: center;
    bottom: -25px;
}
.media.new_media .tab-2:not(.active) .seeAllMedia
{
    display: none;
}
.partners #partners
{
    mix-blend-mode: normal !important;
}
#partners .item,#partners2 .item
{
    display: flex;
    padding: 20px 25px;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 1px 1px 0 rgba(14, 14, 14, 0.04), 0 4px 4px 0 rgba(211, 211, 211, 0.06);
}
#partners .item img,#partners2 .item img
{
    width: 170px;
    height: 100px;
    flex-shrink: 0;
    aspect-ratio: 170.90/100.00;
}
.testimonials
{
    text-align: initial !important;
}
.testimonials .testimonial
{
    padding: 48px;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0 1px 1px 0 rgba(14, 14, 14, 0.04), 0 4px 4px 0 rgba(211, 211, 211, 0.06);
    margin-bottom: 30px;
    position: relative;
    transition: all 0.5s;
}
.testimonials .testimonial:hover
{
    transform: scale(1.05);
}
.margin-top-minus-100
{
    margin-top: -100px;
}
.testimonials .titleWithBg
{
    margin-bottom: 65px;
}
.testimonials .testimonial .descTesti p
{
    font-size: 24px;
    color: var(--Grey-800);
}
.testimonials .testimonial .descTesti span
{
    font-size: 16px;
}
.testimonials .overlay
{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background: #f8f4f0;
    background-image: radial-gradient(#e5e5e5 2px, #f8f4f0 0);
    background-size: 23px 23px;
    background-position: -19px -19px;
    top: 35%;
    left: 50%;
}
.profile_company_banner .banner
{
    background-image: url(../../images/newUI/profile_banner.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 600px;
    align-self: stretch;
    width: 100%;
    background-size: cover;
    padding: 115px 0;
    border-radius: 32px;
}
.profile_company_banner .banner .infoBanner .title
{
    display: inline-block;
    padding: 10px 16px;
    border-radius: 90px;
    background: rgba(255, 255, 255, 0.30);
    backdrop-filter: blur(15px);
    margin-bottom: 40px;
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}
.profile_company_banner .banner .infoBanner h2
{
    font-family: var(--font-Family-Light);
    color: #FFF;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 48px;
}
.profile_company_banner .banner .infoBanner h2 span
{
    font-family: var(--font-Family-Light);
    display: block;
    font-weight: 300;
}
.profile_company_banner .banner .infoBanner .downloadBtn
{
    padding: 10px 24px;
    border-radius: 90px;
    background: var(--Grey-800);
    color: #FFF;
    font-size: 14px;
    transition: all 0.5s;
}
.profile_company_banner .banner .infoBanner .downloadBtn:hover
{
    background-color: var(--Brand-400-Safa-bronze-light);
}
.profile_company_banner .banner .infoBanner .desc
{
    color: #E9DDD5;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 16px;
}


.instagram_feeds .titleWithBg,.instagram_feeds .mainTitle h2
{
    margin-bottom: 40px;
}
.instagram_feeds .mainTitle h2
{
    font-size: 48px;
}

/*Footer*/
.footer
{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%), url(../../images/newUI/footer.png) lightgray -9.01px -12.11px / 103.399% 160.957% no-repeat;
    width: 100%;
    background-size: cover;
    background-position: center;
    padding: 80px 60px;
}

.footer .footer_title
{
    color: #FFF;
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 40px;
}
.footer .footer_text
{
    color: #F4F5F5;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 32px;
}
.footer .subscribe_form
{
    display: flex;
    padding: 4px 4px 4px 24px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 90px;
    background: rgba(255, 255, 255, 0.30);
    backdrop-filter: blur(15px);
}
.footer .subscribe_form .subscribe_input
{
    display: flex;
    padding: 8px 0;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 90px;
    background: transparent;
    outline: none;
    border: none;
}
.footer .subscribe_form .subscribe_input::placeholder
{
    color: #D1D3D4;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.footer .subscribe_form .subscribe_btn
{
    display: flex;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: var(--Borders-Rounded);
    background: var(--Brand-500-Safa-bronze);
    border: none;
    outline: none;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: all 0.5s;
}
.footer .subscribe_form .subscribe_btn:hover
{
    background: var(--Brand-400-Safa-bronze-light);
}
.footer .apps_social .apps
{
    display: flex;
    padding: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    border-radius: 12px;
    border:  1px solid var(--Brand-500-Safa-bronze);
}
.footer .apps_social .apps .download_title
{
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
}
.footer .apps_social .apps img
{
    width: 130px;
    filter: contrast(0.5);
}
.footer .apps_social
{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    align-self: stretch;
}
.footer .apps_social .social h5
{
    color: var(--Grey-White);
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 10px;
}
.footer .apps_social li
{
    display: flex;
    width: 50px;
    height: 50px;
    padding: 16.01px 15.992px 15.99px 16.008px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: var(--Brand-500-Safa-bronze);
    box-shadow: 0 0.781px 0.781px 0 rgba(14, 14, 14, 0.04), 0 3.126px 3.126px 0 rgba(211, 211, 211, 0.06);
}
.footer .apps_social li i
{
    color: #ffffff;
}
.footer .apps_social ul
{
    gap: 5px !important;
}
footer.rights
{
    display: flex;
    width: 100%;
    padding: 40px 60px 24px 60px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--Grey-900);
}
.rights .office
{
    color: #838C90;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.rights .office .address
{
    color: var(--Grey-White);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}
.rights .registerBtn
{
    display: flex;
    padding: 12px 30px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: var(--Borders-Rounded);
    background: var(--Grey-800);
    color: var(--Grey-White);
    font-size: 13px;
    font-weight: 500;
    transition: all 0.5s;
}
.rights .registerBtn:hover
{
    background: var(--Brand-400-Safa-bronze-light);
}
.rights .fal
{
    border-left: 1px solid var(--Brand-500-Safa-bronze);
}
.rights .footer_data
{
    border-bottom: 1px solid var(--Grey-950);
    padding-bottom: 16px;
}
.rights .reserved p,.rights .terms a
{
    color: var(--Grey-400);
    font-size: 14px;
    font-weight: 500;
}
.rights .right_reserved
{
    margin: 24px 0 0;
}
.footer_data .navbar-brand {
    display: block;
    margin: 15px;
}
.display_in_mobile
{
    display: none !important;
}
.display_in_desktop
{
    display: block !important;
}
.inner_pages_body .navbar
{
    background: transparent !important;
    backdrop-filter: none;
}
.hero.inner_banner
{
    margin-top: 1%;
    background-color: #fff;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    padding: 140px 0 85px 0;
    border-radius: 20px;
    position: relative;
    display: flex;
    align-items: end;
    text-align: initial;
    z-index: 1;
    background-size: cover;
    background-position: center;
}
.hero.inner_banner.center
{
    align-items: center;
}
.hero.inner_banner .overlay
{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(32, 32, 32, 0.15) 0%, rgba(32, 32, 32, 0.70) 100%);
    z-index: -1;
    border-radius: 20px;
}
.hero.inner_banner li
{
    padding: 10px 12px;
    border-radius: var(--Borders-Rounded);
    background: rgba(90, 97, 100, 0.30);
    backdrop-filter: blur(15px);
}
.hero.inner_banner li a
{
    color: var(--Grey-White);
    font-size: 14px;
}
.hero.inner_banner .breadcrumb ul {
    background: none;
    padding: 0;
    border-radius: 0;
    font-size: 14px;
    gap: 7px;
}
.hero.inner_banner .tagHero h1, .hero.inner_banner .description
{
    width: 100%;
}
.inner_pages_body .hero.inner_banner .tagHero h1, .inner_pages_body .hero.inner_banner .description
{
    width: 98%;
}
.secondBg
{
    background-color: #f8f4f0;
}
.inner_pages_body .about-us .facts
{
    background-image: none;
}
.about-us h2
{
    color: var(--Brand-500-Safa-bronze);
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -1.92px;
}
.about-us .aboutSection h2 span
{
    color: var(--Grey-800);
    font-family: var(--font-Family-Light);
    font-weight: 300;
    letter-spacing: -1.92px;
    display: block;
}
.about-us .aboutSection
{
    display: flex;
    flex-direction: column;
}
.FeatureAbout.newStyle .boxAbout
{
    display: flex;
    height: 330px;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    flex: 1 0 0;
    border-radius: 24px;
    background: var(--Grey-White);
    box-shadow: 0 1px 1px 0 rgba(14, 14, 14, 0.04), 0 4px 4px 0 rgba(211, 211, 211, 0.06);
    text-align: initial;
    transition: all 0.5s;
}
.FeatureAbout.newStyle .boxAbout:hover
{
    transform: scale(1.05);
}
.FeatureAbout .boxAbout .iconAbout::after
{
    display: none;
}
.FeatureAbout.newStyle .boxAbout h3
{
    color: #996C50;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 24px;
}
.FeatureAbout.newStyle .boxAbout .infoAbout p
{
    color: #5A6164;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    width: 100%;
}
.media.new_media.media_page .contentOwlCar {
    height: auto;
}
.media.new_media.media_page .contentOwlCar > div
{
    position: relative;
}
.tabsContentOwl .nav-tabs
{
    border:0 !important;
}
.media.new_media.media_page .boxMedia
{
    position: relative;
    overflow: hidden;
}
.tab-content .pagination
{
    justify-content: center;
}
.inner.hero.inner_banner
{
    height: 860px;
}
.sharePost
{
    color: var(--Brand-400-Safa-bronze-dark);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block;
}
.shareBlog
{
    margin-bottom: 40px;
}
.socailLinks
{
    align-items: start;
    justify-content: start;
    list-style: none;
    padding: 0;
}
.socailLinks li
{
    padding: 22px 21.98px 21.98px 22px;
    border-radius: 63.98px;
    background: var(--Grey-White);
    box-shadow: 0 1px 1px 0 rgba(14, 14, 14, 0.04), 0 4px 4px 0 rgba(211, 211, 211, 0.06);
    transition: all 0.5s;
}
.socailLinks li:hover
{
    transform: scale(1.1);
    box-shadow: 0  0 10px 10px  rgba(14, 14, 14, 0.04), 0 4px 4px 0 rgba(211, 211, 211, 0.06);
}
.similarNews .mainTitleSimilar
{
    color: var(--Grey-800);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 16px;
}

.similarCard
{
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 1px 1px 0 rgba(14, 14, 14, 0.04), 0 4px 4px 0 rgba(211, 211, 211, 0.06);
    border-bottom: 0 !important;
    padding: 8px !important;
    margin-bottom: 8px;
}
.similarNews .boxSimiler.similarCard .infoSimilar .tagPost {
    margin-bottom: 20px;
    border-radius: var(--Borders-Rounded);
    background: var(--Grey-50);
    backdrop-filter: blur(15px);
    color: var(--Grey-950);
    font-size: 12px;
    font-weight: 500;
}
.similarNews .boxSimiler.similarCard .title
{
    color: #5A6164;
    font-size: 20px;
    font-weight: 500;
}
.bg-white .bgMainColor
{
    background-color: #fff !important;
}
input.form-control,select.form-control
{
    border-radius: var(--Borders-Rounded) !important;
}
.form-group.radio .allRadio .card-radio-btn .card.card-body {
    padding: 12px 56px 10px !important;
    border-radius: 90px !important;
    font-size: 14px;
}

.fieldsGroup .custom-upload .upload-container
{
    border-radius: var(--Borders-Rounded);
}
.containerForm .SentForm button
{
    background-color: var(--Brand-400-Safa-bronze-light) !important;
    border-radius: var(--Borders-Rounded) !important;
    transition: all 0.5s;
}
.containerForm .SentForm button:hover
{
    background-color: var(--Brand-400-Safa-bronze-dark) !important;
}
.fieldsGroup .custom-upload .upload-container .custom-btn
{
    background-color: var(--Brand-400-Safa-bronze-light) !important;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.filterBtn
{
    display: flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    border-radius: var(--Borders-Rounded);
    background: var(--Grey-50);
    border: none;
    outline: none;
    transition: all 0.5s;
    color: var(--Grey-50);
    font-size: 14px;
}
.filterBtn.desktop
{
    background: var(--Grey-700);
}
.filterBtn.desktop:hover
{
    background: var(--Grey-950);
}
.filterSection
{
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: -15.5%;
    background: #fff;
    border-radius: 300px;
    padding: 12px;
    gap: 16px;
    box-shadow: 0 1px 1px 0 rgba(14, 14, 14, 0.04), 0 4px 4px 0 rgba(211, 211, 211, 0.06);
}
.safaFeatures .textFeatures
{
    color: var(--Grey-800);
    font-family: var(--font-Family-Light);
    font-size: 50px;
    font-style: normal;
    font-weight: 250;
    line-height: 110%;
    letter-spacing: -1.92px;
    margin-bottom: 64px;
    margin-top: 40px;
}
.safaFeatures .textFeatures span
{
    color: var(--Brand-500-Safa-bronze);
    font-weight: 400;
}
.listServices.new_features .boxServices
{
    padding: 24px;
}
.listServices.new_features .boxServices .imgFeature
{
    display: flex  ;
    padding: 12px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    border-radius: 108px;
    background: var(--Grey-250);
}

.listServices.new_features img
{
    width: 24px;
    height: 24px;
}
.listServices.new_features .titleWithBg
{
    margin-bottom: 40px;
}

.projectSectionFeature .projectsHome
{
    background-color: var(--bgColor) !important;
}

.projectSectionFeature .projectsHome.banner-with-pattern {
    background-image: url("../../images/newUI/graphic_dark.png");
}

.projectSectionFeature .projectsHome .sm-title
{
    background-color: var(--Grey-250);
    color: var(--Brand-400-Safa-bronze-dark);
}
.projectSectionFeature .projectsHome .infoProjects .h1 span
{
    color: var(--Grey-800);
}
.features-carousel
{
    margin-bottom: 104px;
}
.features-carousel .owl-nav
{
    display: none;
}
.features-carousel .item
{
    display: flex;
    padding: 16px 32px 16px 16px;
    align-items: center;
    justify-content: space-around;
    gap: 32px;
    border-radius: 48px;
    background: #FFF;
    box-shadow: 0 1px 1px 0 rgba(14, 14, 14, 0.04), 0 4px 4px 0 rgba(211, 211, 211, 0.06);
}

.features-carousel .item p
{
    color: var(--Grey-800);
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.56px;
}
.interior-vision .titleWithBg
{
    margin-bottom: 40px;
}
.interior-vision
{
    margin-bottom: 104px;
}
.features_gallery
{
    margin: 64px 0;
}
.featuresCarouselGallery.row {
    flex-direction: row;
    flex-wrap: nowrap;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
}
.featuresCarouselGallery.row > div
{
   transition: all ease 0.3s;
}

.featuresCarouselGalleryComponent .navs button
{
    display: flex;
    padding: 13px 13.23px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 300px;
    border: 1px solid #EEEFF1;
    background: #FFF;
    box-shadow: 0 1px 1px 0 rgba(14, 14, 14, 0.04), 0 4px 4px 0 rgba(211, 211, 211, 0.06);
}
.featuresCarouselGalleryComponent .navs .prev
{
    position: absolute;
    top: 50%;
    left: 0;
}
.featuresCarouselGalleryComponent .navs .next
{
    position: absolute;
    top: 50%;
    right: 0;
}
.featuresCarouselGalleryComponent
{
    margin-top: 64px;
}
.featuresCarouselGallery img
{
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 50%, rgba(0, 0, 0, 0.48) 100%);
}
.featuresCarouselGallery .img_container .content
{
    position: absolute;
    bottom: 11px;
    left: 24px;
}
.featuresCarouselGallery .img_container .content h2
{
    color: var(--Grey-White);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.48px;
    margin-bottom: 20px;
}
.featuresCarouselGallery .img_container .content p
{
    color: #D1D3D4;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.internal_amenities .title
{
    color: var(--Brand-500-Safa-bronze);
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 70.4px */
    letter-spacing: -1.92px;
    margin: 40px 0;
}
.internal_amenities .title span
{
    color: var(--Grey-800, #383D40);
    font-family: var(--font-Family-Light);
    font-size: 64px;
    font-weight: 250;
}
.internal_amenities_box
{
    gap: 39px;
    margin-bottom: 24px;
}
.internal_amenities_box img
{
    border-radius: 8px;
    height: auto;
    width: 250px;
    flex: 1 0 0;
    align-self: stretch;
    margin-bottom: 30px;
}
.internal_amenities_box .content h4
{
    color: var(--Grey-900);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 28.8px */
    letter-spacing: -0.48px;
}
.internal_amenities_box .content p
{
    color: #5A6164;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.units .unit .unit_details
{
    transition: all 0.5s;
}
.units .unit:hover .unit_details
{
    bottom: 0;
}
.units .unit .unit_details .unit-title
{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.36px;
}
.units .unit .unit_details  .location span,
.units .unit .unit_details .space span {
    color: #D1D3D4;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.units .unit .unit_details .price
{
    color: var(--Grey-White);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.36px;
}
.units .unit .unit_details .price img
{
    filter: invert(1);
}
.units .unit .item .overlay
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #16161666;
    border-radius: 15px;
    cursor: pointer;
}
.units .unit .unit_info
{
    cursor: pointer;
}
.units .unit_details .btns a
{
    padding: 10px;
}
.unit-popup-container
{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.70);
    overflow-y: auto;
    display: none;
    z-index: 99999999999999999999999;
}
.unit-popup-container .unit-popup
{
    position: absolute;
    left: 170px;
    right: 170px;
    top: 30px;
    border-radius: 20px;
    background: #F8F4F2;
    padding: 16px;
}
.unit-popup-container .unit-popup .unit_gallery
{
    margin: 16px 0;
}

.unit-popup-container .unit-popup .unit_title
{
    color: var(--Grey-950);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 28.8px */
    letter-spacing: -0.48px;
}
.unit-popup-container .unit-popup .location_project
{
    display: flex;
    padding: 10px 12px;
    align-items: center;
    gap: 8px;
    border-radius: var(--Borders-Rounded);
    background: var(--Grey-White);
    box-shadow: 0 1px 1px 0 rgba(14, 14, 14, 0.04), 0 4px 4px 0 rgba(211, 211, 211, 0.06);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.unit-popup-container .unit-popup .location_project a
{
    color: var(--Grey-800);
}
.unit-popup-container .unit-popup .unit_gallery .video.first_item
{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 438px;
    width: 100%;
    border-radius: 15px 0 0 15px;
}
.unit-popup-container .unit-popup .unit_gallery .video.first_item img
{
    border-radius: 15px 0 0 15px;
}

.unit-popup-container .unit-popup .unit_gallery .video
{
    height: 213px;
    width: 100%;
    margin-bottom: 12px;
}
.unit-popup-container .unit-popup .unit_gallery .video.first_item .overlay
{
    border-radius: 15px 0 0 15px;
}
.unit-popup-container .unit-popup .unit_gallery .video.end_top .overlay
{
    border-radius: 0 15px 0 0;
}
.unit-popup-container .unit-popup .unit_gallery .video.end_bottom .overlay
{
    border-radius: 0 0 15px 0;
}
.unit-popup-container .unit-popup .unit_gallery .video .overlay
{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #00000070;
}
.unit-popup-container .unit-popup .unit_gallery .video img
{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.unit-popup-container .unit-popup .unit_gallery .video.end_top img
{
    border-radius: 0 15px 0 0;
}
.unit-popup-container .unit-popup .unit_gallery .video.end_bottom img
{
    border-radius: 0 0 15px 0;
}

.unit-popup-container .unit-popup .unit_gallery .video .player
{
    position: absolute;
    display: flex;
    width: 60px;
    height: 60px;
    padding: 4.5px 9px;
    justify-content: center;
    align-items: center;
    gap: 4.5px;
    border-radius: 67.5px;
    background: var(--opacity-grey-40-blur);
    box-shadow: 0 0 7.5px 0 rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(11.25px);
    transition: all 0.5s;
}
.project_gallery .video .player:hover,
.unit-popup-container .unit-popup .unit_gallery .video .player:hover
{
    transform: scale(1.1);
    background: var(--Brand-400-Safa-bronze-dark);
}
.unit-popup-container .unit-popup .unit_gallery .video .show_all a
{
    display: flex;
    padding: 6px 12px;
    align-items: center;
    gap: 6px;
    position: absolute;
    right: 20px;
    bottom: 20.19px;
    border-radius: 8px;
    background: var(--opacity-grey-40-blur);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(15px);
    color: var(--Grey-White);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    outline: none;
    border: none;
}
.unit-popup-container .unit-popup .unit_gallery .video .show_all a span
{
    margin-bottom: -5px;
}
.unit-popup-container .unit-popup .content
{
    margin-top: 24px;
}
.unit-popup-container .unit-popup .content .unit_title
{
    color: var(--Grey-950);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.64px;
    margin-top: 7px;
}
.unit-popup-container .unit-popup .content .type
{
    display: flex;
    padding: 4px 8px;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    border-radius: var(--Borders-Rounded);
    background: var(--Grey-700);
    box-shadow: 0 1px 1px 0 rgba(14, 14, 14, 0.04), 0 4px 4px 0 rgba(211, 211, 211, 0.06);
    color: var(--Grey-White);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.unit-popup-container .unit-popup .content .desc
{
    color: var(--Grey-800);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    margin: 16px 0;
}
.unit-popup-container .unit-popup .content .info_data
{
    display: flex;
    padding: 32px 0;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    border-top: 1px solid #DEE0E1;
    border-bottom: 1px solid #DEE0E1;
}
.unit-popup-container .unit-popup .content .info
{
    color: #5A6164;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.36px;
}
.unit-popup-container .unit-popup .unit-details
{
    margin-top: 32px;
}
.unit-popup-container .unit-popup .unit-details .title
{
    color: var(--Grey-950);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 28.8px */
    letter-spacing: -0.48px;

}
.unit-popup-container .unit-popup .unit-details .desc
{
    margin: 24px 0;
    display: block;
    color: var(--Grey-800);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.unit-popup-container .unit-popup .features .feature_box
{
    display: flex;
    height: 80px;
    padding: 16px;
    align-items: center;
    gap: 16px;
    flex: 1 0 0;
    border-radius: 12px;
    background: var(--Grey-White);
    box-shadow: 0 1px 1px 0 rgba(14, 14, 14, 0.04), 0 4px 4px 0 rgba(211, 211, 211, 0.06);
    margin-bottom: 12px;
}
.unit-popup-container .unit-popup .features .feature_box span
{
    color: var(--Grey-900);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.36px;
}
.unit-popup-container .unit-popup .layout
{
    margin: 40px 0;
    display: flex;
    height: 164px;
    padding: 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 16px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), url('../../images/newUI/unit_layout_bg.jpg') lightgray 0 -179.367px / 100% 252.074% no-repeat;
}
.unit-popup-container .unit-popup .layout .layout_btn
{
    display: flex;
    padding: 12px 40px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    flex: 1 0 0;
    border-radius: var(--Borders-Rounded);
    background: var(--Grey-50);
    color: var(--Grey-950);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.36px;
}
.unit-popup-container .unit-popup .layout .tour_btn
{
    display: flex;
    padding: 12px 40px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    flex: 1 0 0;
    border-radius: var(--Borders-Rounded);
    background: var(--Brand-500-Safa-bronze);
    color: var(--Grey-White);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.36px;
}
body.no-scroll
{
    overflow: hidden;
    position: fixed;
    width: 100%;
}
.unit-popup-container .unit-popup .in_ex_features
{
    margin: 30px 0;
}
.unit-popup-container .unit-popup .in_ex_features .nav-tabs .nav-link.active,
.unit-popup-container .unit-popup .in_ex_features .nav-tabs .nav-link.active:hover
{
    border: none;
    border-bottom: 2px solid var(--Brand-500-Safa-bronze);
    color: var(--Brand-500-Safa-bronze);
}
.unit-popup-container .unit-popup .in_ex_features .nav-tabs .nav-link
{
    display: flex;
    padding: 10px 24px !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: none !important;
    color: #838C90;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.unit-popup-container .unit-popup .in_ex_features .nav-tabs .nav-link:hover
{
    border: none;
    outline: none;
}
.unit-popup-container .unit-popup .in_ex_features .nav-tabs
{
    border-bottom: 1px solid var(--Grey-300) !important;
}
.unit-popup-container .unit-popup .in_ex_features .fade:not(.show)
{
    display: none;
}
.unit-popup-container .unit-popup .price
{
    display: flex;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    margin-bottom: 24px;
    border-radius: 24px;
    background: var(--Grey-White);
    box-shadow: 0 1px 1px 0 rgba(14, 14, 14, 0.04), 0 4px 4px 0 rgba(211, 211, 211, 0.06);
}
.unit-popup-container .unit-popup .price .total
{
    border-bottom: 1px solid #DEE0E1;
    padding-bottom: 20px;
    width: 100%;
}
.unit-popup-container .unit-popup .price .total h3
{
    color: var(--Grey-950);
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -1.2px;
}
.unit-popup-container .unit-popup .price  img
{
    filter: opacity(0.3);
}
.unit-popup-container .unit-popup .price .total_amount_text
{
    color: var(--Grey-300);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.unit-popup-container .unit-popup .price .insurance
{
    padding-top: 24px;
    width: 100%;
}
.unit-popup-container .unit-popup .register-form
{
    display: flex;
    padding: 42px 32px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    margin-bottom: 24px;
    border-radius: 24px;
    gap: 24px;
    background: var(--Grey-White);
    box-shadow: 0 1px 1px 0 rgba(14, 14, 14, 0.04), 0 4px 4px 0 rgba(211, 211, 211, 0.06);
}
.unit-popup-container .unit-popup .register-form .title
{
    color: #383D40;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 24px */
    letter-spacing: -0.4px;
    margin-bottom: 10px;
}
.unit-popup-container .unit-popup .register-form .form .input
{
    display: flex;
    height: 48px;
    padding: 4px 25px 4px  33px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 90px;
    background: var(--Grey-50);
    backdrop-filter: blur(15px);
    border: none;
    outline: none;
    width: 100%;
    margin-bottom: 16px;
}
.unit-popup-container .unit-popup .register-form .form .form-group label
{
    position: absolute;
    top: 12px;
    left: 10px;
}
.unit-popup-container .unit-popup .register-form .form .submit
{
    display: flex;
    padding: 12px 40px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    align-self: stretch;
    border-radius: var(--Borders-Rounded);
    background: var(--Grey-800);
    color: var(--Grey-White);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.36px;
    width: 100%;
}
.unit-popup-container .unit-popup .register-form .form .successMessage
{
    font-size: 13px;
}
body.overlay_popup
{
    opacity: 0.4;
}
.payment-plan .payment_plan_btn
{
    display: flex;
    padding: 14px 24px 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    align-self: stretch;
    border-radius: var(--Borders-Rounded);
    background: var(--Grey-50);
    color: var(--Grey-950);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 100%;
}
.payment-plan .accordion-item
{
    border: none;
}
.payment-plan .accordion-item button,
.payment-plan .accordion-item button:focus,
.payment-plan .accordion-item button.collapsed,
.payment-plan .accordion-button:not(.collapsed)
{
    color: var(--Grey-950);
    border: none;
    background: none;
    outline: none;
    box-shadow: none;
}
.payment-plan .accordion-button:not(.collapsed)::after
{
    filter: grayscale(1);
}
.payment-plan .payment_plan_table
{
    transition: all 0.5s;
}
.payment-plan .payment_plan_table thead tr
{
    font-family: var(--font-Family-Light);
    color: var(--Grey-300);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.payment-plan .payment_plan_table tr,
.unit-popup .payment-plan .payment_plan_table td
{
    padding: 8px;
}
.payment-plan .payment_plan_table tbody tr .second
{
    color: var(--Grey-300);
}
.payment-plan .payment_plan_table tbody tr td
{
    color: var(--Grey-900);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.hero.inner_banner .labels .label
{
    display: flex;
    height: 40px;
    padding: 10px 12px;
    align-items: center;
    gap: 8px;
    border-radius: var(--Borders-Rounded);
    background: rgba(90, 97, 100, 0.30);
    backdrop-filter: blur(15px);
    color: var(--Grey-White);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.hero.inner_banner .project_title
{
    color: #DEE0E1 !important;
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 79.2px */
    margin: 24px 0;
}
.project_desc .desc
{
    color: var(--Grey-White);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    margin-bottom: 24px;
}
.project_details_buttons .Btn a
{
    display: flex;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: var(--Borders-Rounded);
    background: var(--Grey-50);
    color: var(--Grey-950);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.project_details_buttons .Btn.register a
{
    background: var(--Brand-500-Safa-bronze);
    color: var(--Grey-White);
}
.modal-backdrop.show
{
    display: contents;
}
.modal.fade.show
{
    background: #000000b3;
}
.project_details_buttons
{
    position: relative;
    z-index: 0;
}
.project_details_tabs
{
    border-bottom: 1px solid var(--Grey-300);
    margin: 60px 60px 0 60px;
}
.project_details_tabs.sticky
{
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    background: #f8f4f0;
    padding: 30px 130px 0;
    margin: 0;
    z-index: 99999999999999;
    animation: slideDown 0.50s ease-out;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
}


.project_details_tabs .project_details_tab
{
    display: flex;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #838C90;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: all 0.5s;
}
.project_details_tabs .project_details_tab:hover
{
    color: var(--Brand-500-Safa-bronze);
}

.project_details_tabs .project_details_tab.active
{
    color: var(--Brand-500-Safa-bronze);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-bottom: 2px solid var(--Brand-500-Safa-bronze);
}
.about_project_content
{
    margin: 64px 60px 80px 60px;
}
.about_project_content .about_project .about_title
{
    font-size: 64px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%; /* 70.4px */
    letter-spacing: -1.92px;
    margin: 40px 0;
}
.about_project_content .about_desc *
{
    color: var(--Grey-700);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}
.about_project_content .project_info
{
    display: flex;
    padding: 32px 0;
    align-items: center;
    gap: 45px;
    border-top: 1px solid #DEE0E1;
    border-bottom: 1px solid #DEE0E1;
    margin: 40px 0;
}
.about_project_content .project_info div
{
    color: #5A6164;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.36px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.about_project_content .project_info div p
{
    margin-bottom: -7px;
}

.project_details_buttons .Btn.live_stream a
{
    padding-left: 35px;
}

span.online-indicator {
    position: absolute;
    display: inline-block;
    width: 10px;
    height: 10px;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    background-color: #ff0000;
    border-radius: 50%;
}
span.blink {
    position: absolute;
    display: inline-block;
    width: 10px;
    height: 10px;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    background-color: #ff0000;
    opacity: 0.7;
    border-radius: 50%;
    transform-origin: bottom;
    animation: blink 1s linear infinite;
}
/*Animations*/
@keyframes blink {
    100% { transform: scale(2, 2);
        opacity: 0;
    }
}

.project_info_box
{
    display: flex;
    height: 121px;
    padding: 16px 24px;
    align-items: center;
    gap: 32px;
    flex: 1 0 0;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0 1px 1px 0 rgba(14, 14, 14, 0.04), 0 4px 4px 0 rgba(211, 211, 211, 0.06);
    margin-bottom: 12px;
}
.project_info_box .info h4
{
    color: var(--Brand-500-Safa-bronze);
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 44px */
    letter-spacing: -1.2px;
    margin-top: 12px;
}
.project_profile
{
    display: flex;
    height: 121px;
    padding: 16px 24px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 12.214px;
    background: url('../../images/newUI/chair.png') lightgray -20.246px -35.928px / 118.532% 149.934% no-repeat;
    box-shadow: 0 1px 1px 0 rgba(14, 14, 14, 0.04), 0 4px 4px 0 rgba(211, 211, 211, 0.06);
}
.project_profile .explore_pp span
{
    color: #838C90;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.36px;
}
.project_profile
{
    margin-bottom: 12px;
}
.project_profile .explore_pp h3
{
    color: var(--Grey-950);
    margin-top: 12px;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 28.8px */
    letter-spacing: -0.48px;
}
.project_profile .downloadBtn a
{
    display: flex;
    height: 46px;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: var(--Borders-Rounded);
    background: var(--Grey-50);
    color: var(--Grey-950, #1D1F20);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.project_progress
{
    display: flex;
    padding: 16px 24px;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
    align-self: stretch;
    border-radius: 12.214px;
    background: var(--Grey-White);
    box-shadow: 0 1px 1px 0 rgba(14, 14, 14, 0.04), 0 4px 4px 0 rgba(211, 211, 211, 0.06);
}
.project_progress .title span
{
    color: var(--Grey-700);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.36px;
}
.project_progress .title h3
{
    color: var(--Brand-500-Safa-bronze);
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 44px */
    letter-spacing: -1.2px;
    margin-top: 12px;
}


.project_progress .off_plan
{
    margin: 0 auto;
}

@keyframes progress {
    0% { --percentage: 0; }
    100% { --percentage: var(--value); }
}

.project_progress .off_plan [role="progressbar"] {
    --percentage: var(--value);
    --primary: #a87758;
    --secondary: #f4f4f4;
    --size: 180px;
    animation: progress 2s 0.5s forwards;
    width: var(--size);
    aspect-ratio: 2 / 1;
    border-radius: 50% / 100% 100% 0 0;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.project_progress .off_plan  [role="progressbar"]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: conic-gradient(from 0.75turn at 50% 100%, var(--primary) calc(var(--percentage) * 1% / 2), var(--secondary) calc(var(--percentage) * 1% / 2 + 0.1%));
    mask: radial-gradient(at 50% 100%, white 55%, transparent 55.5%);
    mask-mode: alpha;
    -webkit-mask: radial-gradient(at 50% 100%, #0000 55%, #000 55.5%);
    -webkit-mask-mode: alpha;
}

.project_progress .off_plan .progress-text
{
    margin-top: -40px;
}
.project_progress .off_plan .progress-text p
{
    color: #838C90;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 150% */
    margin-bottom: 5px;
}

.project_gallery
{
    margin: 100px 0 64px;
}
.project_gallery .titleWithBg
{
    margin-bottom: 40px;
}
.project_gallery .video.first_item
{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 438px;
    width: 100%;
    border-radius: 15px 0 0 15px;
}
.project_gallery .video
{
    height: 213px;
    width: 100%;
    margin-bottom: 12px;
}
.project_gallery .video.first_item .overlay,
.project_gallery .video.first_item img
{
    border-radius: 15px 0 0 15px;
}
.project_gallery .video.end_top .overlay
{
    border-radius: 0 15px 0 0;
}
.project_gallery .video.end_bottom .overlay
{
    border-radius: 0 0 15px 0;
}
.project_gallery .video .overlay
{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #00000070;
}
.project_gallery .video img
{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.project_gallery .video.end_top img
{
    border-radius: 0 15px 0 0;
}
.project_gallery .video.end_bottom img
{
    border-radius: 0 0 15px 0;
}

.project_gallery .video .player
{
    position: absolute;
    display: flex;
    width: 60px;
    height: 60px;
    padding: 4.5px 9px;
    justify-content: center;
    align-items: center;
    gap: 4.5px;
    border-radius: 67.5px;
    background: var(--opacity-grey-40-blur);
    box-shadow: 0 0 7.5px 0 rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(11.25px);
    transition: all 0.5s;
}
.project_gallery .video .show_all a
{
    display: flex;
    padding: 6px 12px;
    align-items: center;
    gap: 6px;
    position: absolute;
    right: 20px;
    bottom: 20.19px;
    border-radius: 8px;
    background: var(--opacity-grey-40-blur);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(15px);
    color: var(--Grey-White);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    outline: none;
    border: none;
}
.project_gallery .video .show_all a span
{
    margin-bottom: -5px;
}

.leaflet-control-attribution.leaflet-control
{
    display: none !important;
}
.map-section .nearly_places
{

}
.map-section .nearly_places .titleWithBg
{
    margin-bottom: 42px;
}

.map-section .nearly_places .nearly_places_box
{
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-radius: 32px;
    background: var(--Grey-White);
    box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.05);
}
.map-section .nearly_places .nearly_places_box .place:first-child
{
    border-top: 0;
}
.map-section .nearly_places .nearly_places_box .place
{
    display: flex;
    padding: 12px 0;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-top: 1px solid #DEE0E1;
}
.map-section .nearly_places .nearly_places_box .place .place_name
{
    color: #212529;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 21px */
}
.map-section .nearly_places .nearly_places_box .place .distance
{
    color: #838C90;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 21px */
}
.map-section #map
{
    height: 700px;
}
.map-section .nearly_places_container
{
    position: absolute;
    z-index: 999999999;
    top: 30px;
    left: 50px;
    width: 28%;
}
.leaflet-container a.leaflet-popup-close-button
{
    color: #dcdcdc !important;
}

#fixed_when_scroll.fixed {
    position: fixed;
    top: 0;
    width: 25%; /* adjust depending on layout */
}
.new_features.listServices .boxServices h3
{
    color: var(--Grey-900);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 24px */
    letter-spacing: -0.4px;
}
.whatsappCall
{
    display: none;
}
.new_login
{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), url('../../images/newUI/auth_bg.jpg') lightgray 136.153px -298.362px / 84.034% 116.133% no-repeat;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    height: 100vh;
}

.new_login .formBox
{
    display: flex;
    width: 500px;
    height: 560px;
    padding: 20px 40px 40px 40px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 24px;
    background: var(--Grey-White);
    position: absolute;
    right: 16px;
    top: 100px;
}
.new_login .formBox.register
{
    height: 620px;
}

.new_login .formBox .formBoxHeader
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    align-self: stretch;
}
.new_login .formBox .formBoxHeader .links
{
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 90px;
    border: 1px solid var(--Grey-50);
    background: var(--Grey-White);
}
.new_login .formBox .formBoxHeader .links a
{
    display: flex;
    height: 32px;
    padding: 10px 0 8px 0;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: var(--Borders-Rounded);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: var(--Grey-700);
}

.new_login .formBox .formBoxHeader .links a.active
{
    padding: 10px 12px 8px 12px;
    background: #F8F4F2;
    color: var(--Brand-500-Safa-bronze);
}
.new_login .formBox .form h1
{
    margin-top: 80px;
    color: var(--Brand-500-Safa-bronze);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 28.8px */
    letter-spacing: -0.48px;
    margin-bottom: 24px;
}
.new_login .formBox .form p
{
    color: var(--Grey-950);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 16px;
}
.iti.iti--allow-dropdown
{
    width: 100% !important;
}
.iti__selected-flag
{
    border-radius: 50px !important;
}
.new_login .formBox .form .btn-main
{
    border-radius: 90px !important;
    margin-top: 16px;
    padding: 10px 24px !important;
    background: var(--Brand-500-Safa-bronze);
}
.new_login .formBox .form .btn-main:hover
{
    background: var(--Brand-400-Safa-bronze-dark);
}
.new_login .formBox .form input
{
    background: var(--Grey-50);
    backdrop-filter: blur(15px);
    border: 1px solid var(--Grey-50);
}
.new_login .formBox.register .form input
{
    padding-left: 50px;
}
.new_login .formBox.register .form .icon
{
    position: absolute;
    left: 16px;
    top: 9px;
}
.new_login .formBox .auth_card_bottom
{
    position: absolute;
    bottom: 40px;
}
.new_login .formBox.register .auth_card_bottom
{
    bottom: 15px;
}
.new_login .formBox .form .error
{
    font-size: 14px;
}
.auth_card_bottom .mainColor:hover
{
    color: var(--Brand-400-Safa-bronze-dark);
}
    /* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.otp-input-fields{
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 10px;
    direction: ltr;
}

.otp-input-fields input{
    height: 60px;
    width: 60px;
    background-color: #fff !important;
    border-radius: 8px !important;
    border: 1px solid #DEE0E1 !important;
    text-align: center !important;
    outline: none !important;
    font-size: 30px !important;
    color: #fff !important;
    font-weight: bold;
    padding: 0 !important;
    position: relative;
}
.otp-input-fields .input-wrapper::after
{
    content:'';
    display: block;
    position: absolute;
    bottom: 33px;
    left: 20px;
    width: 21px;
    height: 4px;
    background-color: #e4e4e4;
}

.otp-input-fields input[type=number]::-webkit-inner-spin-button,
.otp-input-fields input[type=number]::-webkit-outer-spin-button
{
    -webkit-appearance: none;
}
#_otp
{
    opacity: 0;
}
.otp-input-fields input[type="number"]
{
    -moz-appearance: textfield;
}
.new_auth .dropdown-menu
{
    background: #2b2b2b;
    padding: 35px;
    border-radius: 12px;
}
.new_auth .dropdown-toggle::after
{
    display: none;
}
.select2-container {
    border: 1px solid #cccccc;
    border-radius: 90px;
}
.select2-container .select2-selection--single
{
    border-radius: 90px;
}
.phone .btn-main
{
    border-radius: var(--Borders-Rounded);
    opacity: 0.3;
    background: var(--Grey-800) !important;
}
.phone .btn-main:hover
{
    opacity: 1;
    background: var(--Brand-400-Safa-bronze-light) !important;
}
.slide-in
{
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.5s ease-out 0.001s, transform 0.5s ease-out 0.001s;
    will-change: opacity, transform;
}
.slide-in.visible
{
    opacity: 1;
    transform: translateY(0);
}
.breadcrumb
{
    margin-top: 40px;
    margin-left: 16px;
    margin-right: 16px;
}
.breadcrumb a , .breadcrumb span
{
    color: #D1D3D4;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.breadcrumb strong
{
    color: #ffffff;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.project_bottom_box
{
    display: flex;
    align-items: center;
    align-content: center;
    gap: 8px;
    align-self: stretch;
    flex-wrap: wrap;
}
.auth-page-title
{
    color: var(--Grey-900);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 38.4px */
    letter-spacing: -0.64px;
    margin-bottom: 16px;
}
.shutters
{
    margin-top: 16px;
}
.shutters .direct_chat_title
{
    font-family: var(--font-Family-Light);
    color: var(--Grey-950);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 24px */
    letter-spacing: -0.4px;
}
.shutters .shutter_box_head
{
    border-bottom: 1px solid #DEE0E1;
}
.shutters #message
{
    border-radius: 16px;
    border: 1px solid #D1D2D4;
    background: #FFF;
}
.shutters .btn-main
{
    padding: 6px 12px !important;
    border-radius: var(--Borders-Rounded);
    background: var(--Grey-800);
    color: var(--Grey-White);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: none;
    margin-top: 16px;
    float: right;
    transition: all 0.5s;
}
.shutters .btn-main:hover
{
    background: var(--Brand-400-Safa-bronze-light);
}
.messageBox .user
{
    margin-bottom: 24px;
}
.messageBox .message_info
{
    width: 100%;
    padding: 12px 20px;
    border-radius: 16px;
    background: var(--Grey-50);
    box-shadow: 0 1px 1px 0 rgba(14, 14, 14, 0.04), 0 4px 4px 0 rgba(211, 211, 211, 0.06);
}
.messageBox .rtl .avatar
{
    order: 2;
}
.messageBox img
{
    filter: grayscale(1);
}
.messageBox .name
{
    color: var(--Grey-900);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.messageBox .name .title
{
    color: var(--Grey-400);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 0 10px;
}
.messageBox .message_info .message p
{
    color: #2C2C2E;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}
.messageBox .message_info .date
{
    color: #666668;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    float: right;
}
.paymentCallbackBox
{
    padding: 40px 24px 24px 24px;
    border-radius: 24px;
    background: var(--Grey-White);
    box-shadow: 0 1px 1px 0 rgba(14, 14, 14, 0.04), 0 4px 4px 0 rgba(211, 211, 211, 0.06);
}
.paymentCallbackBox .checked
{
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid #DEE0E1;
}
.paymentCallbackBox .checked .title
{
    color: var(--Grey-950);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 28.8px */
    letter-spacing: -0.48px;
    margin: 24px 0 16px 0;
}
.paymentCallbackBox .checked i
{
    width: 40px;
    height: 40px;
    text-align: center;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 90px;
    font-size: 29px;
}
.paymentCallbackBox .checked i.success
{
    background: #00BA00;
}
.paymentCallbackBox .checked i.failed
{
    background: #ff0000;
}
.paymentCallbackBox .response_box tr td
{
    color: var(--Grey-800);
    text-align: right;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-family: var(--font-Family-Light);
    border: none;
}
.paymentCallbackBox .response_box tr td:first-child
{
    text-align: left;
    color: var(--Grey-400);
}
.paymentCallbackBox .downloadInvoice
{
    display: flex;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    align-self: stretch;
    border-radius: var(--Borders-Rounded);
    background: var(--Grey-800);
    color: var(--Grey-White);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 32px;
    transition: all 0.5s;
}
.paymentCallbackBox .downloadInvoice:hover
{
    background: var(--Brand-400-Safa-bronze-light);
}
.payment .back
{
    color: var(--Grey-700);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 35px 0 0;
    display: block;
}
.multiple_files
{
    background: #ffffff;
    padding: 20px;
    border-radius: 24px;
    box-shadow: 0 0 10px #ececec;
}
.multiple_files #addNew,
.multiple_files .delete_col
{
    display: flex;
    width: 40px;
    height: 40px;
    padding: 10.97px 11.23px 11.03px 11.23px;
    justify-content: center;
    align-items: center;
    border-radius: 300px;
    background: var(--Grey-White);
    box-shadow: 0 1px 4px 0 rgba(25, 33, 61, 0.08);
    margin-bottom: 15px;
    transition: all 0.5s;
}
.multiple_files #addNew:hover
{
    background: var(--Grey-950);
}
.unit_features ul li
{
    margin-bottom: 12px;
    color: #5A6164;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
    display: flex;
    align-items: center;
    gap: 5px;
}
.filter-section .select2.select2-container.select2-container--default
{
    width: 100% !important;
    border: none !important;
}
.filter-section .select2-container--default .select2-selection--single .select2-selection__rendered,
.filter-section input,.filter-section input:read-only
{
    border-radius: var(--Borders-Rounded);
    background: var(--Grey-50);
}
.filter-section .select2-container--default .select2-selection--single .select2-selection__rendered
{
    color: #9f9f9f;
}
.slot-card, .slot-card label
{
    background: #ffffff;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    border-radius: 24px;
    margin-bottom: 15px;
    cursor: pointer;
    gap: 5px;
    position: relative;
}
.slot-card.checked, .slot-card.checked label
{
    background: var(--Brand-400-Safa-bronze-light);
}
.slot-card.not-available, .slot-card.not-available label
{
    background: #e6e6e6;
    cursor: no-drop;
}
.slot-card .day
{
    color: var(--Grey-400);
    font-size: 12px;
}
.slot-card .slot
{
    color: var(--Grey-700);
    font-size: 14px;
    display: flex;
    align-items: center;
}
.slot-card .available
{
    position: absolute;
    right: 15px;
    bottom: 11px;
    color: #ffa6a6;
}
.slot-card.checked .day,
.slot-card.checked .slot
{
    color: #ffffff;
}


#slots .section-loader {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 99999999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

#slots .section-loader .loader{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    border-top: 4px solid var(--mainColor);
    border-right: 4px solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    margin: 30px 0;
}
#slots .section-loader .loader::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border-bottom: 4px solid var(--mainColor);
    border-left: 4px solid transparent;
}
.suitable_time_input
{
    opacity: 0;
    position: absolute;
}

.upload-files-zone
{
    cursor: pointer;
    position: relative;
    background: #ffffff;
    padding: 50px;
    text-align: center;
    border-radius: 24px;
    border: 2px dashed #e8e8e8;
}
.upload-files-zone label
{
    cursor: pointer;
}
.upload-files-zone .files i
{
    font-size: 35px;
    color: #bebebe;
}
.upload-files-zone .files small
{
    font-size: 11px;
    color: #a2a2a2;
}

.upload-files-zone input
{
    opacity: 0;
    position: absolute;
}

.upload-files-zone .imageThumb {
    cursor: pointer;
    height: 150px;
    width: 200px;
    object-fit: cover;
    border-radius: 24px;
    display: block;
    position: relative;
}
.upload-files-zone .pip {
    margin: 10px;
    cursor: pointer;
    height: 170px;
    width: 200px;
    object-fit: cover;
    border-radius: 24px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.upload-files-zone .pip .name
{
    font-size: 11px;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    background: #c38a67;
    border-radius: 24px;
    color: #ffffff;
    padding: 5px;
}
.upload-files-zone .remove {
    cursor: pointer;
    background: #ff8e8e;
    padding: 5px 10px 2px;
    color: #fff;
    border-radius: 90px;
    position: absolute;
    top: 5px;
    right: 4px;
    transition: all 0.5s;
}
.upload-files-zone .remove:hover {
    background: #ff2424;
}
.modal.fade.show
{
    z-index: 9999999999999999999;
}

.filter-section input::-webkit-input-placeholder,
.spaces input::-webkit-input-placeholder,
.prices input::-webkit-input-placeholder{
    color: #999 !important;
}

.spaces input:-moz-placeholder,
.prices input:-moz-placeholder {
    color: #999 !important;
}
.filter-flex .form-group
{
    display: flex;
    align-items: center;
    width: 100%;
}
.filter-flex .form-group:last-child
{
    width: auto;
}
.filter-flex .form-group input:not(.slider)
{
    padding: 10px 8px;
}
.filter-flex .select2-container .select2-selection--single .select2-selection__rendered,
.filter-flex .form-group input
{
    font-size: 14px;
}

.spaces .first input,
.prices .first input
{
    border-radius: 35px 0 0 35px !important;
    border-right: 2px solid #ffffff;
}
.spaces .last input,
.prices .last input
{
    border-radius: 0 35px 35px 0 !important;
}
.spaces .slider,
.prices .slider{
    -webkit-appearance: none;  /* Override default CSS styles */
    appearance: none;
    width: 100%; /* Full-width */
    height: 1px; /* Specified height */
    background: #d3d3d3 !important; /* Grey background */
    outline: none; /* Remove outline */
    opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
    -webkit-transition: .2s; /* 0.2 seconds transition on hover */
    transition: opacity .2s;
    position: absolute;
}

/* Mouse-over effects */
.spaces .slider:hover,
.prices .slider:hover {
    opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.spaces .slider::-webkit-slider-thumb,
.prices .slider::-webkit-slider-thumb{
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    width: 20px; /* Set a specific slider handle width */
    height: 10px; /* Slider handle height */
    background: #ffffff; /* Green background */
    cursor: pointer; /* Cursor on hover */
    border-radius: 4px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.33);
}

.spaces .slider::-moz-range-thumb,
.prices .slider::-moz-range-thumb{
    width: 20px; /* Set a specific slider handle width */
    height: 10px; /* Slider handle height */
    background: #ffffff; /* Green background */
    cursor: pointer; /* Cursor on hover */
    border-radius: 4px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.33);
}
.terms a:hover
{
    color: #ffffff !important;
}
.spaces .input_text_label,
.prices .input_text_label
{
    position: absolute;
    right: 7px;
    top: 6px;
    color: #c7c7c7;
}
.filter-section.units
{
    margin-left: 10%;
    margin-right: 10%;
}
.navbar-dark .navbar-nav .nav-link
{
    transition: all 0.5s;
}
.navbar-dark .navbar-nav .nav-link:hover
{
    color: var(--Grey-950);
}
.fixed-navbar.navbar-dark .navbar-nav .nav-link:hover
{
    color: var(--Brand-400-Safa-bronze-light);
}

#scrollToTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background: rgb(255 255 255);
    padding: 12px 20px;
    box-shadow: rgb(182, 182, 182) 0 0 10px;
    color: white;
    border: none;
    font-size: 20px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 999999999999999999999999;
    transition: background 0.3s ease;
}
#scrollToTopBtn img
{
    transform: rotate(90deg);
}

#scrollToTopBtn:hover {
    background-color: var(--Grey-950);
}
.validation_errors
{
    background: #f7f7f7;
    padding: 10px;
    border-radius: 24px;
}
.unit-popup-container .unit-popup .register-form .form .phone .input
{
    padding-left: 80px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu,
.dropdown-menu-2
{
    background: #2b2b2b;
}
.modal-content
{
    border-radius: 24px !important;
}
.appointment-box
{
    background: #ffffff;
    padding: 20px;
    border-radius: 24px;
}
.bg-main
{
    background: var(--Brand-400-Safa-bronze-light) !important;
}

a:focus,
a:active,
a:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}
a, button {
    -webkit-tap-highlight-color: transparent;
}

    /***************** RTL *****************/
.rtl .heroHome .contentHeroHome .banner-title,.rtl .projectsHome .sm-title
{
    letter-spacing: 0;
}
.rtl .banner-with-pattern
{
    background-image: url("../../images/newUI/graphic_image_ar.png");
    background-repeat: no-repeat;
    background-position: 0;
}
.rtl .projectBoxs .off_plan
{
    left: 16px;
    right: auto;
}
.rtl .projectBoxs .item .box
{
    direction: rtl;
}
.rtl .boxStatic .infoStatic .counter-numbers
{
    direction: ltr;
    text-align: right;
}
.rtl .facts {
    background-position: bottom right;
}
.rtl .certificates
{
    text-align: initial;
}
.rtl .titleWithBg
{
    letter-spacing: 0;
}
.rtl .certificates .boxsCerti .item .boxCerti
{
    direction: rtl;
}
.rtl .rightSection .item1 {
    left: 70%;
    top: 179px;
}
.rtl .rightSection .item2 {
    left: 25%;
    top: 40%;
}
.rtl .rightSection .item3 {
    left: 10%;
    top: 75%;
}
.rtl .rightSection .item4 {
    left: 60%;
    top: 60%;
}
.rtl .media .owl-nav
{
    width: 115%;
}
.rtl .media .owl-nav .owl-next {
    left: 30%;
}
.rtl .media .overlay
{
    left: 50%;
    right: 0;
}
.rtl .media.new_media .boxMedia .infoMedia
{
    direction: rtl;
}
.rtl .media.new_media .imgMedia span.type
{
    left: auto;
    right: 12px;
}
.rtl  .media.new_media .imgMedia span.cat
{
    left: auto;
    right: 90px;
}
.rtl .profile_company_banner .banner
{
    flex-wrap: wrap;
}
.rtl .profile_company_banner .banner .col-md-6:first-child
{
    order: 2;
}
.rtl .profile_company_banner .banner .infoBanner
{
    margin: 0 50px;
}
.rtl .footer .subscribe_form .subscribe_input
{
    direction: rtl;
    padding: 8px 10px;
}
.rtl .rights .fal {
    border-left: 0;
    border-right: 1px solid var(--Brand-500-Safa-bronze);
}
.rtl .media.new_media .readmore_btn .seeAllMedia
{
    text-align: center;
    right: auto !important;
    justify-content: center;
    bottom: -25px;
}
.rtl .safaFeatures .textFeatures
{
    line-height: 140%;
}
.rtl .featuresCarouselGallery .img_container .content {
    left: auto;
    right: 24px;
}
.rtl .projectSectionFeature .projectsHome.banner-with-pattern {
    background-image: url("../../images/newUI/graphic_dark_ar.png");
}
.rtl .units .category_type {
    left: 16px;
    right: auto;
}
.rtl .unit-popup-container .unit-popup .header .close
{
    transform: rotate(180deg);
}
.rtl .unit-popup-container .unit-popup .unit_gallery .video.first_item .overlay
{
    border-radius: 0 15px 15px 0;
}
.rtl .unit-popup-container .unit-popup .unit_gallery .video.end_top .overlay
{
    border-radius: 15px 0 0 0;
}
.rtl .unit-popup-container .unit-popup .unit_gallery .video.end_bottom .overlay
{
    border-radius: 0 0 0 15px;
}
.rtl .unit-popup-container .unit-popup .unit_gallery .video.end_top img
{
    border-radius: 15px 0 0 0;
}
.rtl .unit-popup-container .unit-popup .unit_gallery .video.end_bottom img
{
    border-radius: 0 0 0 15px;
}
.rtl .unit-popup-container .unit-popup .register-form .form .input
{
    padding: 4px 35px 4px 25px;
    direction: rtl;
}
.rtl .unit-popup-container .unit-popup .register-form .form #phone_number_unit
{
    direction: ltr;
    padding-left: 83px;
    padding-right: initial;
}
.rtl .unit-popup-container .unit-popup .register-form .form .form-group label
{
    right: 10px;
    left: auto;
}
.rtl .unit-popup-container .unit-popup .register-form .form .form-group label.dialCode
{
    direction: ltr;
    left: 8px;
    right: auto;
}
.rtl .new_login .formBox.register .form input
{
    padding-right: 50px;
}
.rtl .new_login .formBox.register .form .icon
{
    position: absolute;
    right: 16px;
    top: 9px;
}
.rtl .project_gallery .video.first_item img,
.rtl .project_gallery .video.first_item .overlay
{
    border-radius: 0 15px 15px 0;
}
.rtl .project_gallery .video.end_top img,
.rtl .project_gallery .video.end_bottom img
{
    border-radius: 15px 0 0 15px;
}
.rtl .project_gallery .video.end_top .overlay,
.rtl .project_gallery .video.end_bottom .overlay
{
    border-radius: 15px 0 0 15px;
}
.rtl .messageBox .message_info .date
{
    float: left;
}
.rtl .slot-card .available {
    left: 0;
    right: auto;
}
.rtl .f-thumbs__viewport.is-draggable
{
    direction: ltr !important;
}
.rtl .spaces input,
.rtl .prices input
{
    direction: rtl;
}

.rtl .spaces .first input,
.rtl .prices .first input
{
    border-left: 2px solid #ffffff;
    border-radius: 0 35px 35px 0 !important;
}
.rtl .spaces .last input,
.rtl .prices .last input
{
    border-radius: 35px 0 0 35px !important;
}
.rtl .spaces .input_text_label,
.rtl .prices .input_text_label
{
    left: 7px;
    right: auto;
}
.rtl #scrollToTopBtn {
    bottom: 20px;
    left: 20px;
    right: auto;
}
.rtl .iti__flag-container
{
    left: 0 !important;
    right: auto !important;
}
.rtl #phone_number
{
    text-align: left;
    padding-left: 100px;
}
.rtl .iti__country-list
{
    left: 0;
}
.rtl .iti--separate-dial-code .iti__selected-flag
{
    direction: ltr;
}
.rtl .unit-popup-container .unit-popup .unit_gallery .video.first_item img
{
    border-radius: 0 15px 15px 0;
}
