@font-face {
    font-family: 'GraphikBlackItalic';
    src: url('../fonts/GraphikBlackItalic.otf') format('opentype');
}

@font-face {
    font-family: 'GraphikBold';
    src: url('../fonts/GraphikBold.otf') format('opentype');
}

@font-face {
    font-family: 'GraphikBoldItalic';
    src: url('../fonts/GraphikBoldItalic.otf') format('opentype');
}

@font-face {
    font-family: 'GraphikExtralight';
    src: url('../fonts/GraphikExtralight.otf') format('opentype');
}

@font-face {
    font-family: 'GraphikLight';
    src: url('../fonts/GraphikLight.otf') format('opentype');
}

@font-face {
    font-family: 'GraphikMedium';
    src: url('../fonts/GraphikMedium.otf') format('opentype');
}

@font-face {
    font-family: 'GraphikRegular';
    src: url('../fonts/GraphikRegular.otf') format('opentype');
}

@font-face {
    font-family: 'GraphikThin';
    src: url('../fonts/GraphikThin.otf') format('opentype');
}

/* Now you can use these fonts in your CSS */
body {
    font-family: 'GraphikRegular', sans-serif;
    /* You can apply different fonts to different elements as needed */
}



a{
    text-decoration: none;
}


.top-head {
    background-color: #EFF2F3;
}

.top-head ul {
    display: flex;
    justify-content: end;
    margin-bottom: 0px;
}

.top-head ul li {
    list-style: none;
    padding: 15px 10px;
    font-size: calc(14px + (14 - 14) * (100vw - 1600px) / 320);
    text-transform: uppercase;
    font-weight: 700;
}

.fixed-top {
    top: 50px;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0px 19px;

}

.nav-head:hover {
    background-color: white;
}

.nav-head:hover .navbar-brand svg path {
    fill: black;
}

.nav-head:hover .navbar-nav .nav-link {
    color: #000000 !important;
}

.navbar-light .navbar-nav .nav-link.active {
    color: white;
}

.nav-head.scrolled {
    background-color: white;
}

.nav-head.scrolled .navbar-brand svg path {
    fill: black;
}

.nav-head.scrolled .navbar-nav .nav-link {
    color: #000000 !important;
}

.fixed-top.scrolled {
    top: 0px;
}


/* BANNER */

.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background: white;
    opacity: 1;
    border-radius: 90px;
    padding: 11px;
    position: relative;
}

.carousel-control-next-icon::after {
    content: "";
    position: absolute;
    top: 2px;
    right: 12px;
    font-size: 30px;
    color: #00B087;
    direction: ltr;
}

.carousel-control-prev-icon {
    width: 3rem;
    height: 3rem;
    background: white;
    opacity: 1;
    border-radius: 90px;
    padding: 11px;
    position: relative;
    direction: ltr;
}

.carousel-control-prev-icon::after {
    content: "";
    position: absolute;
    top: 2px;
    right: 16px;
    font-size: 30px;
    color: #00B087;
}

.carousel-control-prev {
    left: 78px;
}

.carousel-control-next {
    right: 92px;
}

.carousel-caption h1 {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    text-align: left;
}

.baner-span {
    color: #FFF;
    font-size: 35px;
    font-style: normal;
    font-weight: lighter !important;
    line-height: 48px;
    font-family: 'GraphikThin', sans-serif;
}

.carousel-caption {
    left: 11%;
    bottom: 4.25rem;
}

.banner-btns {
    text-align: left;
    display: flex;
}

.explore-btn {
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    white-space: nowrap;
    text-decoration: none;
    display: flex;
    height: 56px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 64px;
    padding-right: 64px;
    justify-content: center;
    align-items: center;
    background: #00B087;
    color: #fff;
    border: 0;
    outline: 0;
    max-width: 300px;
}

.reg-btn {
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    margin-left: 20px;
    white-space: nowrap;
    text-decoration: none;
    display: flex;
    height: 56px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 64px;
    padding-right: 64px;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #00B087;
    border: 0;
    outline: 0;
    max-width: 300px;
}

.live {
    color: #1C1E27;

    font-family: 'GraphikLight';
    font-size: 114.311px;
    font-style: normal;
    font-weight: 100;
    line-height: 134px;
    position: relative;
    z-index: 9999999;
}

.unique {
    color: #D2D2D4;
    font-family: 'GraphikLight';
    font-size: 114.311px;
    font-style: normal;
    font-weight: 100;
    line-height: 134px;
    position: relative;
    z-index: 9999999;
}

.live-section {
    position: relative;
}

.live-img {
    position: absolute;
    top: 0;
    right: 0;
}

.abt-2 h3 {
    color: #1C1E27;
    font-family: 'GraphikMedium';
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}

.abt-2 span {
    font-weight: 500;
    font-family: 'GraphikMedium';
}

.abt-2 p {
    color: #1C1E27;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.main-btns {
    background: #00B087;
    border: 0;
    padding: 20px 40px;
    color: white;

}

.index-banner-2 {
    z-index: -1;
    position: relative;
    margin: -104px 0 0 0;
    margin-left: 80px;
}

.index-banner-2 img {
    width: 100%;
    height: 100%;
}

.m-margin {
    margin: -104px 0 0 0;
}

.head p {
    color: #5B5B5B;
    font-family: 'GraphikLight';
    font-size: 13.953px;
    font-style: normal;
    font-weight: 400;
    line-height: 20.474px;
    margin-bottom: 0px;
}

.head h2 {
    color: #1C1E27;
    font-family: 'GraphikRegular';
    font-size: 37.059px;
    font-style: normal;
    font-weight: 400;
    line-height: 50.396px;
}

.property-box {}

.property-box img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    transition: 0.8s;
}

.property-box img:hover {
    transform: scale(1.2);
}

.property-img {
    overflow: hidden;
}

.property-box h3 {
    color: #1C1E27;
    font-family: 'GraphikRegular';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.899px;
    padding-top: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.property-box p {
    color: #1C1E27;

    font-family: 'GraphikLight';
    margin-bottom: 0;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 17.324px;
    margin-left: 10px;
}

.property-box .location {
    display: flex;
    align-items: center;
}

.property-box .spec {
    display: flex;
    align-items: center;

}

.spec-1 {
    display: flex;
    align-items: center;
    border-right: 1px solid black;
    padding-right: 15px;
}

.spec-2 {
    display: flex;
    align-items: center;
    padding-right: 15px;
    padding-left: 15px;

}

.register-btn-primary {

    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: "GraphikMedium";
    white-space: nowrap;
    text-decoration: none;
    display: flex;
    height: 56px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 64px;
    padding-right: 64px;
    justify-content: center;
    align-items: center;
    background: #00B087;
    color: #fff;
    border: 0;
    outline: 0;
    max-width: 300px;

}

.register-btn-primary:hover {
    background: #0A4647;
    color: #fff;
}

.who {
    color: #1C1E27;
    font-size: 176px;
    line-height: 184px;
    font-family: "GraphikExtralight";
}

.we {
    color: #D2D2D4;
    font-size: 176px;
    line-height: 184px;
    font-family: "GraphikExtralight";
}

.are {
    color: #1C1E27;
    font-size: 176px;
    line-height: 184px;
    font-family: "GraphikExtralight";
}

.who-img {
    margin-top: 180px;
}

.who-p p {
    color: #1C1E27;
    font-size: 16px;
    padding-top: 30px;
}

.exp-box {

    display: flex;
    padding: 64px 32px;
    background: #ecf0f1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.who-row.row {
    align-items: baseline !important;
}

.exp-box h3 {
    color: #0A4647;
    font-size: 64px;
    line-height: 72px;
    font-family: "GraphikMedium";
}

.exp-box p {
    color: #1C1E27;
    font-size: 13px;
    line-height: 16px;
    font-family: "GraphikRegular";
    text-transform: uppercase;
    text-align: center;
}

.abs-who {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.who-row {
    margin-top: 360px;
}

.blog-box h4 {
    color: #1C1E27;
    font-family: "GraphikRegular";
    font-size: 15.749px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-top: 20px;
}

.blog-btn {
    border: 1px solid #00B087;
    background-color: transparent;
    padding: 4px 20px;
    color: #00B087;
    font-size: 13px;

}

.blog-btn:hover {
    background-color: #00B087;
    color: white;
}

.date {
    position: absolute;
    top: 10px;
    left: 10px;
}

.date p {
    background: #1C1E27;
    padding: 4px 15px;
    color: white;
    font-size: 13px;
}

.blog-img-div {
    overflow: hidden;
    transition: 0.8s;


}

.blog-img-div img {
    height: 320px;
    object-fit: cover;
    transition: 0.8s;
}

.blog-img-div img:hover {
    transform: scale(1.2);
}

.cont-form input {
    width: 100%;
    border: 1px solid #ced4da;
    padding: 15px;
    text-align: center;
    font-size: 14px;
}

footer {
    background: #1C1E27;
    padding: 10px;
}

.footer-box {
    border: 1px solid #FFF;
    padding: 10px;
}

.footer-box ul {
    display: flex;
    margin-bottom: 0;
}

.footer-box li {
    padding-left: 15px;
}

.footer-links h6 {
    color: #FFF;
    font-family: "GraphikRegular";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    /* 128.571% */
    text-transform: uppercase;
}

.footer-links ul {
    display: block;
    padding-left: 0;
}

.footer-links ul li {
    padding-left: 0;
    padding-top: 15px;

}

.footer-links ul li a {
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: "GraphikExtralight";
    text-decoration: none;
}

.footer-links p {
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: "GraphikExtralight";
    text-decoration: none;

}

.property-h2 {
    color: #1C1E27;
    font-size: 176px;
    line-height: 184px;
    font-family: "GraphikExtraLight";
    margin: 0;
}

.mang-h2 {
    color: #D2D2D4;
    font-size: 176px;
    line-height: 184px;
    font-family: "GraphikExtraLight";
    margin: 0;
}

.pm-p {
    padding-top: 48px;
    color: #1C1E27;
    font-size: 31px;
    line-height: 48px;
    font-family: "GraphikRegular";
}

.about-main h4 {
    font-family: "GraphikMedium";
    color: #1C1E27;
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 5px;
    padding-top: 25px;
}

.about-main p {
    font-family: "GraphikRegular";
    color: #5B5B5B;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;

}

.about-main h5 {
    font-family: "GraphikMedium";
    color: #1C1E27;
    font-size: 20px;
    line-height: 32px;
    padding-bottom: 5px;
    padding-top: 15px;
}

.bayut-btn {
    background: #E9F7F0;
    border: 0;
    color: #28B16D;
    padding: 8px 35px;
}

.dubizi-btn {
    background: #F1D0D1;
    border: 0;
    color: #BB2025;
    padding: 8px 35px;
}

.find-btn {
    background: rgba(240, 94, 79, 0.31);
    border: 0;
    color: #F05E4F;
    padding: 8px 35px;
}

.sale-box img {
    height: 430px;
    object-fit: cover;
}

.sale-box h3 {
    font-family: "GraphikMedium";
    color: #1C1E27;
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 6px;
    padding-top: 24px;
}

.sale-box p {
    font-family: "GraphikRegular";
    color: #5B5B5B;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    line-clamp: 8;
    -webkit-box-orient: vertical;

}

.sale-box h5 {
    font-size: 16px;
    font-family: "GraphikMedium";
    color: #1C1E27;
}


.mis-vis-para , .mis-vis-para li {
    color: #5B5B5B !important;
    font-size: 15px !important;
}
.mission-box {
    border: 1px solid #CBEDEB;
    background: #ECF0F1;
}

.mission-cont {
    padding: 40px;
    border-right: 1px solid #CBEDEB
}

.mission-cont h3 {
    font-family: "GraphikMedium";
    color: #000000;
    font-size: 18px;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.mission-cont ul {
    padding-left: 0px;
}

.mission-cont ul li {
    padding-left: 0px;
    list-style: none;
}

.how input {
    display: none;
}

.how label {
    color: #E9252F;
    font-family: Albert Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
}

.partners img {
    width: 120px;
    height: 70px;
    object-fit: contain;
}

.abt-map h2 {
    color: #1C1E27;

    font-family: 'GraphikMedium';
    font-size: 37.059px;
    font-style: normal;
    font-weight: 400;
    line-height: 50.396px;
}


.filter {
    background: #FFF;
    box-shadow: 0px 0px 50.4px 16px rgba(0, 0, 0, 0.03);
    padding: 40px;
}

.filter .form-select {
    line-height: 41px;
}


.rent-page .property-h2 {
    color: #1C1E27;
    font-size: 150px;
    line-height: 184px;
    font-family: "GraphikExtraLight";
    margin: 0;
}

.sale-page .property-h2 {
    color: #1C1E27;
    font-size: 150px;
    line-height: 184px;
    font-family: "GraphikExtraLight";
    margin: 0;
}

.project-det-bg {
   
    height: 500px;
    width: 100%;
    display: flex;
    align-items: center;
}

.proj-banner-h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.proj-banner-h2 h2 {
    color: #fff;
    font-family: "GraphikExtraLight";
    font-size: 130px;
    line-height: 150px;
}

.proj-banner-h2 p {
    color: #FFF;
    font-family: "GraphikExtraLight";
    font-size: 40px;
    font-style: normal;
    font-weight: 275;
    line-height: 60px;
}

.property-col-box {
    border: 1px solid #000;
    margin: 0px 90px;
}

.property-col-box p {
    color: #5B5B5B;
    font-family: "GraphikMedium";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.property-col-box h5 {
    font-size: 14px;

}

.last-sec h3 {
    color: #1C1E27;
    font-size: 48px;
    line-height: 64px;
    font-family: "GraphikRegular";
    margin-bottom: 32px;
}

.abs-last {
    position: absolute;
    bottom: 40%;
    right: 20%;
}

.core-box h4 {
    font-family: "GraphikMedium";
    color: #1C1E27;
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 16px;
    padding-top: 15px;
}

.core-box P {
    font-family: "GraphikRegular";
    color: #1C1E27;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400px;
    padding-bottom: 20px;
}

.abt-sc h3 {
    color: #1C1E27;

    font-family: 'GraphikMedium';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    padding-top: 2rem;
}

.abt-sec-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.core-values {
    color: #1C1E27;
    font-family: 'GraphikMedium';
    font-size: 37.059px;
    font-style: normal;
    font-weight: 400;
    line-height: 50.396px;
}

.ceo-abs {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 120px;
    margin: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;

}

.ceo-abs h3 {
    color: #FFF;
    font-family: 'GraphikMedium';
    font-size: 49.948px;
    font-style: normal;
    font-weight: 400;
    line-height: 62.93px;
}

.ceo-abs {
    color: #AD9365;
    font-family: 'GraphikMedium';
    font-size: 25px;
    font-style: normal;
    font-weight: 200;
    line-height: 62.93px;
}

.ceo-head h6 {
    color: #5B5B5B;

    font-family: 'GraphikMedium';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-top: 4rem;
}

.team-box h4 {
    color: #1C1E27;
    font-family: 'GraphikMedium';
    font-size: 35.059px;
    font-style: normal;
    font-weight: 400;
    line-height: 50.396px;
    padding-top: 10px;
}

.team-box h6 {
    color: #000;
    font-family: 'GraphikMedium';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.team-box p {
    color: #5B5B5B;
    font-family: 'GraphikRegular';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 166.667% */
}

.members h4 {
    font-size: 18px;
}

.members h6 {
    font-size: 12px;
    font-weight: 200;
    font-family: 'GraphikRegular';

}

.direc h5 {
    color: #000;
    font-family: 'GraphikMedium';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.direc p {
    color: #5B5B5B;
    font-family: 'GraphikRegular';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

.news-det-head {
    color: #1C1E27;

    font-family: 'GraphikMedium';
    font-size: 37px;
    font-style: normal;
    font-weight: 400;
    line-height: 50.396px;
}

.blog-det-sec img {
    height: 500px;
    object-fit: cover;
}

.blog-sec .date {
    position: relative;
    width: fit-content;
}

.similar-blog h2 {
    color: #1C1E27;
    font-family: 'GraphikMedium';
    font-size: 37.059px;
    font-style: normal;
    font-weight: 400;
    line-height: 50.396px;
}


.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #000;
    background-color: #f7f7f7;
}

.nav-pills .nav-link {
    border-radius: 0px;
}

.map-tab h5 {
    color: #1C1E27;
    font-family: 'GraphikMedium';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18.034px;
}

.map-tab p {
    color: #1C1E27;

    font-family: 'GraphikRegular';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 157.143% */
    text-transform: uppercase;
}

.call-contact button {
    background: #D1EEEA;
    padding: 10px 30px;
    border: 0;
}

.call-contact p {
    color: #6B6B6B;
}

.privcy-footer {
    display: flex;
    justify-content: center;
    padding-bottom: 1rem !important;
}

.privcy-footer p {
    color: #FFF;

    font-family: 'GraphikRegular';
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    /* 140% */
    text-transform: uppercase;
}


.ceo .property-h2 {
    font-size: 125px;
}

.blog .property-h2 {
    font-size: 125px;

}

.terms h2 {
    font-size: 145px;
}

.terms-sec h3 {
    color: #000;
    font-family: 'GraphikMedium';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.terms-sec p {
    color: #5B5B5B;
    font-family: 'GraphikRegular';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

.term-two p {
    color: #1C1E27;
    font-family: 'GraphikMedium';
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
}
body.arabic{
    direction: rtl;
}
.ar{
    display: none !important;
}
body.arabic .eng{
    display: none !important;
}
body.arabic .ar{
    display: block !important;
}
#eng_bt{
    display: none;
    cursor: pointer;
}
body.arabic #eng_bt{
    display: block;
}
#ar_bt{
    display: block;
    cursor: pointer;

}
body.arabic #ar_bt{
    display: none;
}
body.arabic .carousel-caption h1{
    text-align: right;
}

.z-index-1{
    z-index: 9999;
}
body{
    overflow-x: hidden;
}

.ab-para{
   color: #1C1E27;
    font-size: 25px;
    line-height: 41px;
}
.core-paraa{
    color: #5B5B5B !important;
    font-size: 15px !important;
}
.core-headd{
    padding-bottom: 15px !important;
    padding-top: 20px !important;
}
.key-factss{

    font-size: 42px;
    padding-bottom: 16px;

}

.keyy-para{
    width: 30%;
    color: #1C1E27;
    font-size: 16px;
    line-height: revert;
}

.ceo-talks{
    color: #1C1E27;
    font-size: 22px;
    line-height: 42px;
}

.ceo-msg{
    font-size: 16px;
    color: #5B5B5B;
}
.manag-team{
    color:#D2D2D4;
}
.bord-paraa{
    font-size: 22px;
    line-height: 42px;
}

@media(max-width:1000px){
    .keyy-para{
    width: 80%;
    }
}