@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
/* csutom fonts */

/* @font-face {
    font-family: "PPNeueMontreal-Regular";
    src: url("../fonts/PPNeueMontreal-Regular.woff2");
}
@font-face {
    font-family: "PPNeueMontreal-Book";
    src: url("../fonts/PPNeueMontreal-Book.woff2");
}
@font-face {
    font-family: "PPNeueMontreal-Medium";
    src: url("../fonts/PPNeueMontreal-Medium.woff2");
}
@font-face {
     font-family: "Lato", sans-serif;
    src: url("../fonts/PPNeueMontreal-Bold.woff2");
} */

* {
    box-sizing: border-box;
}
p,
a {
    text-transform: none;
    font-family: "Lato", sans-serif;
}
a {
    text-decoration: none;
    color: #000;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-family: "Lato", sans-serif;
}
a:hover {
    text-decoration: none;
    color: var(--sec-color);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
a:focus {
    text-decoration: none;
    /* color: inherit; */
}
button,
button:hover {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-family: "Lato", sans-serif;
}
body {
    padding: 0;
    margin: 0;
    font-family: "Lato", sans-serif;
    background: #fff;
    text-align: start;
    /* color: #fff; */
}

/**** Header CSS ****/

.header-section,
.header-section .navbar {
    background: transparent;
}
.header-section {
    padding: 30px 40px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background: linear-gradient(180deg, #0076b2, transparent);
}
.navigation-links ul li a {
    font-size: 14px;
    text-transform: capitalize;
    color: #fff !important;
    padding-right: 25px !important;
}
.header-section .button-wrapper {
    text-align: right;
}
.v-align-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-section .button-wrapper .btn {
    background: #ffff;
    font-size: 16px;
    line-height: normal;
    border-radius: 10px;
    padding: 12px 25px !important;
}
.header-section .right-align {
    justify-content: right;
    padding-right: 72px;
}

.menu-colmn {
    padding-left: 50px;
}

a.nav-link.header-cta-btn {
    background: #fff;
    color: #000 !important;
    border-radius: 50px;
    text-transform: uppercase !important;
    padding: 10px 25px !important;
}
a.nav-link.header-cta-btn img {
    padding-left: 4px;
}
div#staticBackdrop {
    background: #01062d;
}
button.btn.btn-primary.toggle-menu-btn {
    background: transparent;
    border: none;
}
img.logo-img.img-fluid {
    height: 50px;
}
.menu-colmn nav {
    margin: 0 !important;
    padding: 0;
}
.container-fluid.inner-header-wrap.scrolled {
    background: #000;
    border-radius: 50px;
    padding-left: 20px;
}

/**** hero section ****/
button i {
    font-size: 15px;
}
.hero-section {
    background: url("../images/hero-banner8.jpg") no-repeat;
    background-size: cover;
    background-position: bottom center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
}
.hero-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));

    background: -ms-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));

    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    /* background-image: -webkit-linear-gradient(135deg, #adcccb, #8eb9bd, #adcccb, #9eae83);
    background: -ms-linear-gradient(135deg,#adcccb,#8eb9bd,#adcccb,#9eae83);
    background-image: linear-gradient(135deg, #adcccb, #8eb9bd, #adcccb, #9eae83); */
    z-index: 1;
}
.hero-section .row,
.hero-section .container-fluid,
.hero-section .container {
    position: relative;
    z-index: 2;
}
.col-md-4.d-flex.align-items-end.align-right-cnt {
    justify-content: flex-end;
    padding-bottom: 50px;
}
.hero-left-content {
    width: 80%;
}
.hero-title h1 {
    font-size: 44px;
    line-height: 50px;
    color: #fff;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}
.hero-left-content .hero-desc p {
    color: #fff;
    font-size: 22px;
    line-height: normal;
    margin-top: 35px;
}
.hero-btns .btn {
    background: #01062d;
    color: #fff;
    border-radius: 10px;
    padding: 12px 20px;
    font-size: 16px;
    line-height: normal;
}
.hero-btns {
    margin-top: 38px;
}
.hero-right-content {
    float: right;
}
.circle-animate {
    width: 150px;
    height: 150px;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #000;
    background-position: center center;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    background-size: 100%;
}
.circle-animate span img {
    width: 30px;
}
.circle-animate span:after {
    content: "";
    background: url(../images/explore-circle.svg) no-repeat;
    animation: spin 12s linear infinite;
    background-size: 100%;
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    top: 0;
}
/* rotation loop */
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.button-wrapper.hero-btn button {
    background: #fff;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 14px;
    padding: 15px 30px;
    margin-top: 30px;
    border: 2px solid #fff;
    color: #0076b2;
    font-weight: 500;
}
.button-wrapper.hero-btn button img {
    padding-left: 5px;
}
.button-wrapper.hero-btn button:hover {
    background: #000;
    color: #fff;
    border: 2px solid #000;
}

/***** About CSS *****/

.about-section.section {
    padding: 100px 0 50px 0;
    background: #0076b2;
}

.about-img img {
    width: 100%;
    object-fit: cover;
}
.dark-before-title p,
.light-before-title p {
    font-size: 16px;
    text-transform: uppercase !important;
    font-family: "Lato", sans-serif;
    font-weight: 300;
}

.light-before-title p {
    position: relative;
    color: #fff;
}
.light-before-title p:before,
.light-before-title p:after {
    content: "";
    position: absolute;
    left: 0;
    width: 5%;
    border-top: 2px solid #fff;
    display: block;
}

.light-before-title p:before {
    top: 0;
}
.light-before-title p:after {
    bottom: 0;
}

.dark-before-title p {
    position: relative;
    color: #000;
}
.dark-before-title p:before,
.dark-before-title p:after {
    content: "";
    position: absolute;
    left: 0;
    width: 5%;
    border-top: 2px solid #000;
    display: block;
}

.dark-before-title p:before {
    top: 0;
}
.dark-before-title p:after {
    bottom: 0;
}
.about-imgs {
    width: 80%;
    margin: 0 auto;
}
.about-section.section .left-txt-content .title h1 {
    color: #fff;
    text-transform: none;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    font-size: 42px;
    line-height: 50px;
}
.about-section.section .left-txt-content .desc p {
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    padding-top: 20px;
    padding-right: 65px;
    font-family: "Lato", sans-serif;
}
.top-img {
    width: 75%;
    margin: 0 auto;
    border-radius: 15px;

    position: relative;
    z-index: 3;
}
.bottom-img {
    width: 100%;
    margin: 0 auto;
    border-radius: 15px;
    z-index: 2;
    position: relative;
    top: -50px;
}
.top-img img,
.bottom-img img {
    width: 100%;
    border-radius: 15px;
    border: 4px solid #0076b2;
}
.bottom-img img {
    height: 350px;
    object-fit: cover;
    object-position: center;
    display: block;
}
.about-section.section .left-txt-content .experience img {
    width: 75%;
}
/**** masdar Attractions CSS ****/

.masdar-attractions-section.section {
    background: #fff;
    padding: 50px 0 50px 100px;
}
.masdar-attractions-section.section .title h1 {
    font-size: 42px;
    font-family: "Lato", sans-serif;
    line-height: 40px;
    text-transform: capitalize;
    font-weight: bold;
}
.browse-projects-btn {
    text-align: right;
    margin-right: 20%;
}
.browse-projects-btn a {
    border: 1px solid #2d6974;
    background: transparent;
    color: #2d6974;
    padding: 8px 20px 10px 20px;
    border-radius: 0px;
}
.browse-projects-btn a:hover,
.browse-projects-btn a:active,
.browse-projects-btn a:focus,
.browse-projects-btn a:focus-visible {
    border: 1px solid #2d6974 !important;
    background: #2d6974 !important;
    color: #fff !important;
    box-shadow: none !important;
    outline: none !important;
}
.row.align-items-center.new-projects {
    margin-top: 50px;
}

 
.slick-slide {
  margin-right: 20px; /* Adjust the value as needed for desired spacing */
}

.masdar-attractions-slider .slick-list {
    margin: 0 -10px;
    padding: 0 25% 0 0 !important;
}

.attractions-slides .thumbnail-img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 20px;
}
.masdar-attractions-slider .row.align-items-center.new-projects {
    margin-top: 30px;
}

.masdar-attractions-slider .inner-slide-content {
    padding: 20px 0;
}
.masdar-attractions-slider .slide-title h1 {
    font-size: 22px;
    font-weight: bold;
    color: #2d6974;
}
.masdar-attractions-slider .right-no h1 {
    text-align: right;
    color: transparent;
    -webkit-text-stroke: 1px #2d6974;
    text-stroke: 2px #2d6974;
}
.masdar-attractions-slider .location p {
    font-size: 14px;
    font-weight: 300;
}
.masdar-attractions-slider .location i {
    color: #2d6974;
    padding-right: 15px;
}
/***** Three Pillars section ****/

.pillars-section.section {
    background: #2d6974;
    padding: 100px 0;
}
.inforgraphcis-content {
    padding: 50px 0;
}
.pillars-section.section .title h1 {
    font-size: 42px;
    font-family: "Lato", sans-serif;
    line-height: 40px;
    text-transform: capitalize;
    font-weight: bold;
    color: #fff;
}
.pillars-section.section .section-title .desc p {
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    width: 70%;
}
.inforgraphcis-content .content-block {
    background: linear-gradient(45deg, #cedfcc, #e0ecde);
    color: #000;
    padding: 30px;
    font-size: 20px;
    min-height: 425px;
}
.inforgraphcis-content .content-block .info-title h1 {
    font-size: 22px;
    font-weight: bold;
    color: #000;
}
.inforgraphcis-content .content-block .desc p {
    font-size: 18px;
    color: #000;
}

.info-cta-btn {
    text-align: center;
}
.info-cta-btn button {
    border: 0;
    border-radius: 0;
    background: linear-gradient(180deg, #cedfcc, #e0ecde);
    padding: 10px 20px;
    color: #000;
    border: none;
}
.info-cta-btn button:hover {
    border: 1px solid #fff;
    border-radius: 0;
    background: transparent;
    padding: 10px 20px;
    color: #fff;
}

.inforgraphcis-content .content-block .icon img {
    width: 20%;
    margin-bottom: 30px;
}

/***** Related Project CSS ***/

.related-projects-section.section {
    padding: 100px 0;
}
.related-projects-section.section .title h1 {
    font-weight: bold;
    margin-bottom: 50px;
    font-size: 42px;
    text-align: center;
}
.related-project .content-block,
.related-project .content-block .img {
    position: relative;
}
.related-project .content-block .img img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    display: block;
    object-position: center;
}
.related-project .content-block .img:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}
.related-project .content-block .details {
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    width: 100%;
    padding: 20px;
}
.related-project .content-block .location p {
    margin-bottom: 5px;
    color: #fff;
}
.related-project .content-block .details .pro-title h1 {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
}
.related-project .content-block .details .list-tags ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.related-project .content-block .details .list-tags ul li {
    display: flex;
}
.related-project .content-block .details .list-tags ul li {
    display: inline-block;
    color: #fff;
    padding: 0 5px;
    font-size: 14px;
    vertical-align: middle;
}
.related-project .content-block .details .list-tags ul li i {
    padding-right: 15px;
}
.related-project .content-block .details .price p {
    color: #fff;
    font-size: 16px;
}
.related-project .content-block .details .price p span {
    font-weight: bold;
    font-size: 32px;
}
.related-project .content-block .ctas-btns {
    display: flex;
    flex-direction: row;
    row-gap: 10px;
    column-gap: 10px;
    align-items: center;
}
.related-project .content-block .ctas-btns button {
    border-radius: 0;
    background: transparent;
    border: 1px solid #fff;
}
.related-project .content-block .ctas-btns button:hover {
    background: -webkit-linear-gradient(180deg, rgba(106, 171, 171, 0.7), rgba(104, 141, 141, 0.8));
    background: linear-gradient(180deg, rgba(106, 171, 171, 0.7), rgba(104, 141, 141, 0.8));
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border: none;
}
/**** masdar Living css ***/

.masdar-living-section.section {
    background: url("../images/hero-banner6.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 100px 50px;
    background-attachment: fixed;
    position: relative;
}
.masdar-living-section.section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.masdar-living-section.section .container-fluid {
    z-index: 2;
    position: relative;
}
.masdar-living-title h1 {
    text-align: center;
    margin-bottom: 50px;
    font-weight: bold;
    text-transform: capitalize;
    color: #fff;
    font-size: 42px;
}
.masdar-living-slider .slide-content,
.desktop-version-facts .slide-content {
    background: linear-gradient(45deg, rgba(106, 171, 171, 0.7), rgba(0, 118, 178, 0.8));
    margin: 5px;
    padding: 20px;
    border-radius: 0;
    min-height: 450px;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background: -webkit-linear-gradient(45deg, rgba(106, 171, 171, 0.7), rgba(0, 118, 178, 0.8));
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.desktop-version-facts .slide-content {
    margin: 20px 0;
    border-radius: 20px;
    min-height: 230px;
}
.masdar-living-slider .slide-content .slide-title h1,
.desktop-version-facts .slide-content .slide-title h1 {
    font-size: 18px;
    color: #fff;
}
.masdar-living-slider .slide-content .slide-title p,
.desktop-version-facts .slide-content .slide-title p {
    color: #fff;
    font-size: 12px;
}
.masdar-living-slider .slide-content .desc p,
.desktop-version-facts .slide-content .desc p {
    font-size: 14px;
    color: #fff;
    margin-top: 30px;
}

.row.living-cta {
    text-align: center;
    margin-top: 50px;
}
.row.living-cta button {
    background: -webkit-linear-gradient(180deg, rgba(106, 171, 171, 0.7), rgba(104, 141, 141, 0.8));
    background: linear-gradient(180deg, rgba(106, 171, 171, 0.7), rgba(104, 141, 141, 0.8));
    border: none;
    border-radius: 0;
    color: #fff;
    padding: 10px 20px;
}
.row.living-cta button:hover,
.row.living-cta button:active,
.row.living-cta button:focus {
    background: -webkit-linear-gradient(180deg, rgba(59, 139, 139, 0.8), #255151);
    background: linear-gradient(180deg, rgba(59, 139, 139, 0.8), #255151);
}
.masdar-living-slider .slide-content .icon i,
.desktop-version-facts .slide-content .icon i {
    color: #fff;
}
.mobile-version-facts {
    display: none;
}

/**** FAQ CSS ****/

.faqs-content {
    padding: 50px;
}
.faqs-content .accordion-button:not(.collapsed) {
    background: -webkit-linear-gradient(180deg, rgba(106, 171, 171, 0.7), rgba(104, 141, 141, 0.8));
    background: linear-gradient(180deg, rgba(106, 171, 171, 0.7), rgba(104, 141, 141, 0.8));
    color: #fff;
}
.faqs-content .accordion-button:after {
    background-image: url("../images/dark-arrow-down.svg") !important;
}
.faqs-content .accordion-button:not(.collapsed)::after {
    background-image: url("../images/arrow-down.svg") !important;
}
.faqs-content .accordion-header button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}
.faqs-section.section .faqs-content h1 {
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 40px;
}

/**** footer CSS ***/

.footer-section.section {
    background: url("../images/footer-bg.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 0;
}
.footer-section.section .main-row {
    background: -webkit-linear-gradient(180deg, rgba(106, 171, 171, 0.1), rgba(104, 141, 141, 0.5));
    background: linear-gradient(180deg, rgba(106, 171, 171, 0.1), rgba(104, 141, 141, 0.5));
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    padding: 50px;
}
.footer-form-col h3 {
    font-size: 22px;
    text-transform: uppercase;
}
.footer-section.section .left-content h1 {
    font-size: 52px;
    font-family: "Lato", sans-serif;
    line-height: 50px;
    font-weight: bold;
}
.footer-section.section .left-content{
    padding-left: 70px;
}
.footer-section.section .left-content p {
    font-size: 20px;
    margin-top: 25px;
    width: 80%;
}
.footer-form-col form.footer-form input {
    background: transparent;
    border: 0;
    border: 1px solid #000;
    border-radius: 0;
    color: #000;
}
.footer-form-col form.footer-form input:focus,
.footer-form-col form.footer-form textarea:focus {
    border-bottom: 1px solid #000;
    outline: none;
    box-shadow: none;
}
.footer-form-col form.footer-form label {
    color: #000;
}
.footer-form-col form.footer-form textarea {
    background: transparent;
    border: 0;
    border: 1px solid #000;
    border-radius: 0;
    color: #000;
    height: 200px;
}
.footer-form .row {
    margin-bottom: 10px;
}
form.footer-form select {
    background: transparent !important;
    border: 1px solid #000;
    border-radius: 10px;
    margin-bottom: 10px;
    border-radius: 0;
    color: #000;
    text-transform: none;
}
form.footer-form select:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #000;
}
.footer-form-col form.footer-form textarea label {
    padding-left: 0;
}
form.footer-form .row.form-btn {
    margin-top: 32px;
}
form.footer-form .row.form-btn button {
    background: #000;
    border: none;
    border-radius: 0;
    font-size: 18px;
    text-transform: uppercase;
    padding: 12px 25px;
    width: 210px;
}
.pop-media {
    margin-bottom: 5%;
    padding-top: 12%;
}

/*** Footer bottom ***/

.footer-bottom {
    padding: 20px 40px;
    background: rgba(0, 118, 178, 1);
}
.footer-bottom .footer-logo {
    width: 10%;
}
.footer-bottom p {
    color: #fff;
    text-align: right;
    font-size: 16px;
    margin-bottom: 0;
}
.inquiry-scrolling-txt.section .scrolling-text {
    background: #fff;
}
.inquiry-scrolling-txt.section .scrolling-text span {
    color: #000;
}
ul.footer-links li {
    list-style: none;
    display: inline-block;
}
ul.footer-links li,
ul.footer-links li a {
    color: #fff;
    font-size: 14px;
}
ul.footer-links {
    list-style: none;
    text-align: right;
    margin-bottom: 0;
    padding: 0;
}
ul.footer-links li a:hover {
    text-decoration: none;
    border-bottom: 1px solid #fff;
}
.form-floating > textarea:focus ~ label::after,
.form-floating > textarea:not(:placeholder-shown) ~ label::after {
    background: transparent !important;
}
/*******Modal CSS******/
.modal-xl {
    background: rgba(0, 0, 0, 0.7);
}
.modal .modal-content {
    background: #fff;
    border-radius: 0px;
}
.modal-xl .carousel-item {
    height: 400px;
}
.modal-xl .carousel-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
div#generalForm .modal-header,
div#projectForm .modal-header {
    position: absolute;
    z-index: 2;
    right: 0;
}
.general-popup-form-section.section button.btn i {
    color: #fff;
}
.general-popup-form-section.section .left-title p {
    color: #fff;
}
.modal button.carousel-control-next {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}
.modal button.carousel-control-prev {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}
.modal .modal-content .carousel-inner img {
    border-radius: 0px;
}
div#popslider,
div#popslider .carousel-inner,
div#popslider .carousel-item,
div#popslider .carousel-item img,
div#popslider2,
div#popslider2 .carousel-inner,
div#popslider2 .carousel-item,
div#popslider2 .carousel-item img {
    height: 100%;
}
div#generalForm .modal-body,
div#projectForm .modal-body {
    padding: 0;
}
div#generalForm .modal-body .form-content,
div#projectForm .modal-body .form-content {
    padding: 25px;
}
.modal-dialog.modal-xl.modal-dialog-centered {
    background: transparent;
}
/**** General Form CSS ****/

div#generalForm .modal-content,
div#projectForm .modal-content,
div#privacypolicy .modal-content,
div#privacypolicy .modal-content {
    background: #0076b2 !important;
    border-radius: 0px;
}
.privacy-ploicy-section.section h1,
.privacy-ploicy-section.section h2,
.privacy-ploicy-section.section h3,
.privacy-ploicy-section.section h4 {
    color: #fff;
    font-size: 26px;
}
.privacy-ploicy-section.section p {
    color: #fff;
    font-size: 18px;
}
.privacy-ploicy-section.section ul li {
    color: #fff;
    font-size: 18px;
}
div#privacypolicy .modal-header {
    color: #fff;
    font-size: 26px;
}
.generalform-title {
    color: #ffff;
    font-size: 22px;
    position: relative;
    padding-bottom: 5px;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
}
/* .generalform-title:after {
    content: "";
    position: absolute;
    left: 0;
    width: 25%;
    height: 2px;
    background-color: #fff;
    bottom: 0;
} */
.general-popup-form-section.section button.btn.pop-close {
    text-align: right;
    float: right;
    position: relative;
    z-index: 2;
}
h2.generalform-desc {
    font-size: 14px;
    color: #fff;
    padding-top: 10px;
    margin-bottom: 50px;
    text-transform: none;
}
.iam-row-m {
    margin-top: -8px;
}
.popup-form-wrapper input,
.popup-form-wrapper textarea {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 10px;
    margin-bottom: 10px;
    border-radius: 0;
    text-transform: none;
}
.popup-form-wrapper select {
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 10px;
    margin-bottom: 10px;
    border-radius: 0;
    color: #fff;
    text-transform: none;
}

.dropdown-label {
    color: rgba(255, 255, 255, 0.521);
}
.popup-form-wrapper label {
    color: rgba(255, 255, 255, 0.521);
}
.popup-form-wrapper input {
    height: 45px !important;
    min-height: 45px !important;
}
.popup-form-wrapper form.popup-form input,
.popup-form-wrapper form.popup-form textarea {
    color: #fff;
}
.popup-form-wrapper textarea {
    height: 100px !important;
    min-height: 100px !important;
}
.popup-form-wrapper input:focus,
.popup-form-wrapper textarea:focus,
.popup-form-wrapper select:focus {
    background: transparent;
    outline: none;
    box-shadow: none;
    border-color: #fff;
}
.popup-form-wrapper .form-floating label {
    color: #fff;
    left: auto;
    top: -8px;
}
#generalForm .modal-header,
#generalForm .modal-footer,
#projectForm .modal-header,
#projectForm .modal-footer {
    border: none;
}
#generalForm .popup-form-wrapper .row.pop-form-btn button,
#projectForm .popup-form-wrapper .row.pop-form-btn button {
    background: #fff;
    border: none;
    color: #000 !important;
    text-transform: uppercase;
    width: 100%;
    padding: 10px;
    text-align: center;
    border-radius: 0;
}
span.iti__country-name {
    display: none;
}
.modal .modal-header button i {
    color: #fff;
}
#btn-back-to-top {
    position: fixed;
    bottom: 50px;
    right: 20px;
    display: none;
    z-index: 99;
    background: -webkit-linear-gradient(180deg, rgba(106, 171, 171, 0.7), rgba(104, 141, 141, 0.8));
    background: linear-gradient(180deg, rgba(106, 171, 171, 0.7), rgba(104, 141, 141, 0.8));
    border-radius: 0;
    border: 1px solid #2d6974;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    height: 70px;
    width: 70px;
}
.status.success {
    color: #fff;
    border: 1px solid #fff;
    padding: 5px;
    margin-bottom: 10px;
}
.status.error {
    color: red;
    border: 1px solid red;
    padding: 5px;
    margin-bottom: 10px;
}
/*** slick slider ****/

.related-project-slider .slick-dots li button:before {
    font-size: 42px !important;
    line-height: 40px !important;
    color: #2d6974 !important;
}

.masdar-living-slider .slick-dots li button:before {
    font-size: 42px !important;
    line-height: 40px !important;
    color: #fff !important;
}

/***** Project modal CSS ****/

.modal-xl {
    background: rgba(0, 0, 0, 0.7);
}
.modal-xl .carousel-item {
    height: 400px;
}
.modal-xl .carousel-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.modal button.carousel-control-next {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.modal button.carousel-control-prev {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.modal .modal-content .carousel-inner img {
    border-radius: 0px;
}
.modal .modal-content .carousel-inner {
    border-radius: 0px;
}
.modal .modal-header {
    align-items: self-start;
}
.modal-title.project-title {
    font-family: "Lato", sans-serif;
    width: 100%;
    color: #0076b2;
    font-weight: bold;
}
h2.developer-name {
    text-align: left !important;
    width: 100%;
    font-size: 16px;
}
.modal h3.project-price {
    font-size: 16px;
}
.modal h3.project-price span {
    font-size: 26px;
    font-weight: bold;
    color: #0076b2;
    padding-left: 10px;
    font-family: "Lato", sans-serif;
}
.pop-project-details {
    padding: 30px 0;
}
.pop-project-details .details-list .heading {
    font-weight: bold;
}
.pop-project-details .details-list .heading {
    font-weight: bold;
    font-size: 14px;
}
.pop-project-details .details-list .desc {
    font-weight: normal;
    font-size: 14px;
    position: relative;
    margin-bottom: 10px;
}
.pop-project-details .details-list .desc ul {
    padding: 15px;
    list-style: none;
}
.pop-project-details .details-list .desc ul li {
    font-size: 14px;
    margin-left: 10px;
    padding: 4px 0;
}
.pop-project-details .details-list .desc ul li::before {
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    content: "\f00c";
    display: inline-block;
    margin-right: 0.5em;
    position: absolute;
    left: 0;
}

.ameninites_content {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    height: 100%;
}
.amenities-list ul {
    list-style: none;
    /* display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none; */
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 3 items per row */
    gap: 5px;
    padding: 0;
    margin: 0;
    list-style: none;
    align-items: center;
}
.projects-facts {
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
}
.amenities-list ul li {
    /* flex: 1 1 calc(25% - 10px);
    box-sizing: border-box; */
    text-align: center;
}
.amenities-title {
    font-weight: bold;
    margin-bottom: 25px;
    font-size: 20px;
}
.amenities-list ul li p {
    margin-top: 15px;
}
.amenities-list img {
    width: 25%;
}

.brochure-content .title,
.payment-title,
.facts-title {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
.projects-facts ul li {
    color: #fff;
}
.brochure-content .text-content p {
    font-size: 14px;
    width: 80%;
    color: #fff;
}
.brochure-content,
.payment_content {
    background: #0076b2;
    padding: 30px;
    border-radius: 0px;
    height: 100%;
    background: linear-gradient(45deg, rgba(106, 171, 171, 0.7), rgba(0, 118, 178, 0.8));
    background: -webkit-linear-gradient(45deg, rgba(106, 171, 171, 0.7), rgba(0, 118, 178, 0.8));
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}
.brochure-media {
    width: 100%;
}
.brochure-media img {
    width: 60%;
    margin: 0 auto;
    padding: 40px;
}
.Download-btn a {
    background: #2d6974;
    border: none;
    padding: 10px 30px;
    font-size: 16px;
    color: #fff;
    border: 1px solid #2d6974;
    border-radius: 0;
}
.Download-btn a:hover {
    background: #2d6974;
    border: 1px solid #2d6974;
}
.payment-type ul {
    list-style: none;
    padding: 0;
}
.payment-type ul li {
    color: #fff;
    line-height: normal;
    font-size: 16px;
    border: 1px solid #e9e6e1;
    margin: 10px 0;
    padding: 6px 10px;
    border-radius: 10px;
    box-shadow: 2px 2px #e9e6e1;
}
.payment-form-section.section {
    margin-top: 20px;
}
.payment-form-section .form-content {
    background: #2d6974;
    padding: 20px 50px;
    border-radius: 0px;
    height: 100%;
    color: #fff;
}
.payment-form-section .form-content label {
    color: #fff;
    left: auto;
}
.form-content .title {
    font-size: 20px;
    font-weight: bold;
}
.payment-form-section.section .form-content p {
    font-size: 14px;
}
form.plot-popup-form input,
form.plot-popup-form textarea {
    background: transparent;
    border: none;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
}
form.plot-popup-form input,
form.plot-popup-form .row {
    margin-bottom: 5px;
}
form.plot-popup-form input,
form.plot-popup-form select {
    background: transparent;
    border: none;
    border: 1px solid #fff;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
}
form.plot-popup-form input:focus,
form.plot-popup-form textarea:focus {
    background: transparent;
    box-shadow: none;
    outline: none;
    border-bottom: 1px solid;
}
.form-floating > textarea:focus ~ label::after,
.form-floating > textarea:not(:placeholder-shown) ~ label::after {
    background: transparent;
}
form.plot-popup-form textarea#message {
    height: 100px;
}
form.plot-popup-form button {
    background: #fff;
    border: none;
    text-transform: uppercase;
    font-size: 16px;
    padding: 6px 20px;
    text-align: right;
    float: right;
    color: #2d6974;
    border: 1px solid #fff;
    margin-top: 20px;
    border-radius: 0;
}
form.plot-popup-form button i {
    font-size: 14px !important;
}
form.plot-popup-form button:hover {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    padding: 6px 20px;
    font-size: 16px;
}
form.plot-popup-form button:hover plot-popup-form i {
    color: #01062d !important;
}
.iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
}
.mid-cta-section.section {
    background: url(../images/cta-bg.jpg) no-repeat;
    background-size: cover;
    background-position: bottom center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60vh;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
}
.content-section {
    text-align: center;
    position: relative;
    z-index: 2;
}
.content-section h1 {
    color: #fff;
    font-weight: bold;
    font-size: 62px;
    width: 50%;
    margin: 0 auto;
    line-height: 65px;
    margin-bottom: 50px;
    text-transform: capitalize;
}
.content-section button {
    background: #2d6974;
    color: #fff;
    border: none;
    border-radius: 0;
    padding: 15px 30px;
    text-transform: capitalize;
}
.content-section button:hover {
    background: #fff;
    color: #2d6974;
    border: none;
}
.mid-cta-section.section:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}
div#faq .container-fluid .col-md-6{
    padding-left: 0;
}
.slick-prev,
.slick-next {
    top: 40% !important;
    display: block;
    width: 70px !important;
    height: 30px !important;
    cursor: pointer;
    color: #fff !important;
    border: none;
    outline: none;
    background: #2d6974 !important;
    z-index: 9999 !important;
}
.slick-next {
    right: 5px !important;
}
.iti__selected-dial-code {
    color: #fff;
}
.iti__arrow {
    border-top: 4px solid #fff !important;
}

/* For select dropdown "placeholder" (first disabled option) */
select:invalid {
    color: #fff; /* placeholder color */
}

/* Optional: style normal selected options */
select option {
    color: #000; /* regular options color */
}

/* Cross-browser placeholder color */
input::placeholder,
textarea::placeholder {
    color: #fff !important; /* your desired color */
    opacity: 1; /* ensures Firefox shows full color */
}

/* Webkit (Chrome, Safari, newer Opera) */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #fff !important;
}

/* Firefox older syntax */
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #fff !important;
    opacity: 1;
}

/* Internet Explorer / Edge (old) */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #fff !important;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #fff !important;
}

/* If you use Bootstrap .form-control or other framework classes, be more specific */
.form-control::placeholder,
.form-control::-webkit-input-placeholder,
.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-ms-input-placeholder {
    color: #fff !important; /* use !important only if framework is overriding */
    opacity: 1 !important;
}

.footer-form input::placeholder,
.footer-form textarea::placeholder {
    color: #000;
}
/* Webkit (Chrome, Safari, newer Opera) */
.footer-form input::-webkit-input-placeholder,
.footer-form textarea::-webkit-input-placeholder {
    color: #000 !important;
}

/* Internet Explorer / Edge (old) */
.footer-form input:-ms-input-placeholder,
.footer-form textarea:-ms-input-placeholder {
    color: #000 !important;
}
.footer-form input::-ms-input-placeholder,
.footer-form textarea::-ms-input-placeholder {
    color: #000 !important;
}

/* If you use Bootstrap .form-control or other framework classes, be more specific */
.footer-form .form-control::placeholder,
.footer-form .form-control::-webkit-input-placeholder,
.footer-form .form-control::-moz-placeholder,
.footer-form .form-control:-ms-input-placeholder,
.footer-form .form-control::-ms-input-placeholder {
    color: #000 !important; /* use !important only if framework is overriding */
    opacity: 1 !important;
}

.footer-form .iti__selected-dial-code {
    color: #000;
}
.footer-form .iti__arrow {
    border-top: 4px solid #000 !important;
}
select#projects {
    color: #fff;
}

/** gallery ***/


/**-- ARABIC CSS --===***/


.light-before-title_ar p:before, 
.light-before-title_ar p:after {
    right: 0;
}
.about-section_ar .left-txt-content .desc p {
    padding-left: 65px;
    padding-right: 0 !important;
}

.dark-before-title_ar p:before, .dark-before-title_ar p:after {
    right: 0;
}

.masdar-attractions-section_ar.section {
    background: #fff;
    padding: 50px 100px 50px 0px;
}
[dir='rtl'] .slick-next {
    right: auto !important;
    left: 0px !important;
}

.masdar-attractions-slider_ar .slick-list {
    margin: 0 -10px;
    padding: 0 0 0 25% !important;
}
 
.accordion_ar .accordion-button::after {
    margin-right: auto;
    margin-left: unset;
}

[dir='rtl'] div#generalForm .modal-header, div#projectForm .modal-header {
    left: 0;
    right: unset;
}

[dir='rtl'] .form-select {
    padding: .375rem .75rem;
 }
[dir='rtl'] ul.footer-links{
    text-align: left;
}

/*** Thank you popup ***/

.thankyou-popup {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.popup-content {
  background: var(--white-color);
  border-radius: 8px;
  max-width: 500px;
  margin: 15% auto;
  padding: 30px;
  text-align: center;
  position: relative;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
}

.popup-content h3 {
  margin-bottom: 15px;
  color: #333;
}

.popup-content p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

.close-popup {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  font-weight: bold;
  color: #aaa;
  cursor: pointer;
}

.close-popup:hover {
  color: var(--font-color);
}
 




/**========= RESPONSIVE CSS strat ==========**/


/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
    /* CSS */
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    /* CSS */
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
    .header-section {
        padding: 20px;
    }
    img.logo-img.img-fluid {
        height: 30px;
    }
    button.navbar-toggler {
        position: relative;
        top: -30px;
        border: none;
        padding: 0;
    }
    .header-section span.navbar-toggler-icon {
        background: transparent;
        border: none;
    }
    .header-section .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
    }
    .navigation-links ul {
        border-radius: 0;
        background: -webkit-linear-gradient(180deg, rgba(106, 171, 171, 0.7), rgba(104, 141, 141, 0.8));
        background: linear-gradient(180deg, rgba(106, 171, 171, 0.7), rgba(104, 141, 141, 0.8));
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
        padding: 10px 25px;
        position: relative;
        top: -15px;
    }
    .navigation-links ul li {
        border-bottom: 1px solid #fff;
    }
    .navigation-links ul li:last-child {
        border: none;
    }
    .menu-colmn {
        padding-left: 0px;
    }
    .navigation-links {
        padding: 0;
    }
    .hero-section {
        height: 65vh;
        padding-left: 20px;
        padding-right: 20px;
    }
    .hero-left-content {
        width: 80%;
        margin-top: 50px;
    }
    .hero-title h1 {
        font-size: 30px;
        line-height: 35px;
        font-weight: bold;
    }
    .hero-left-content .hero-desc p {
        font-size: 14px;
        margin-top: 20px;
    }
    .button-wrapper.hero-btn button {
        font-size: 12px;
        padding: 10px 20px;
        margin-top: 15px;
    }

    .about-section.section {
        padding: 50px 20px 20px 20px;
    }
    .about-section.section .left-txt-content .title h1 {
        font-size: 30px;
        line-height: 35px;
    }
    .about-section.section .left-txt-content .desc p {
        font-size: 16px;
        line-height: 22px;
        padding: 0;
    }
    .about-section.section .left-txt-content .experience img {
        width: 75%;
        margin: 0 auto;
        display: block;
    }
    .about-imgs {
        width: 100%;
        margin: 0 auto;
    }
    .bottom-img img {
        height: 200px;
        object-fit: cover;
        object-position: center;
        display: block;
    }
    .masdar-attractions-section.section {
        background: #fff;
        padding: 50px 0px 50px 20px;
    }
    .masdar-attractions-section_ar.section{
        padding: 50px 50px 50px 0px;
    }
    .masdar-attractions-section.section .title h1 {
        font-size: 27px;
        line-height: 35px;
    }
    .browse-projects-btn {
        margin-right: 0;
        margin-top: 25px;
    }
    .browse-projects-btn button {
        font-size: 14px;
    }
    .browse-projects-btn button i {
        font-size: 12px;
    }
    .attractions-slides .thumbnail-img {
        height: 250px;
    }
    .masdar-attractions-slider .slide-title h1 {
        font-size: 19px;
    }
    .masdar-attractions-slider .location p {
        font-size: 12px;
    }
    .slick-dots li button:before {
        font-size: 40px !important;
        line-height: 10px !important;
        opacity: 0.25;
        color: #2d6974 !important;
    }
    .slick-dots li {
        margin: 0 !important;
    }

    .pillars-section.section {
        background: #2d6974;
        padding: 50px 20px;
    }
    .pillars-section.section .title h1 {
        font-size: 30px;
        line-height: 35px;
    }
    .mobile-version-facts{
        display: block;
    }
    .desktop-version-facts{
        display: none;
    }
    .pillars-section.section .section-title .desc p {
        font-size: 16px;
        line-height: 22px;
        width: 100%;
    }
    .inforgraphcis-content {
        padding: 20px 0;
    }
    .inforgraphcis-content .content-block {
        margin-bottom: 20px;
    }

    .inforgraphcis-content .content-block .info-title h1 {
        font-size: 20px;
    }
    .inforgraphcis-content .content-block .desc p {
        font-size: 16px;
        color: #000;
        line-height: 22px;
    }
    .related-projects-section.section {
        padding: 50px 20px;
    }
    .related-projects-section.section .title h1 {
        margin-bottom: 25px;
        font-size: 30px;
        line-height: 35px;
    }
    .related-project {
        margin-bottom: 20px;
    }
    .related-project .content-block .details .price {
        margin-top: 20px;
    }
    .related-project .content-block .details .price p span {
        font-weight: bold;
        font-size: 24px;
    }
    .related-project .content-block .details .pro-title h1 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .related-project .content-block .location p {
        font-size: 12px;
    }
    .related-project .content-block .ctas-btns button {
        font-size: 12px;
    }
    .related-project .content-block .ctas-btns button i {
        font-size: 10px;
    }
    .related-project .content-block .img img {
        height: 400px;
    }
    .masdar-living-title h1 {
        font-size: 30px;
        line-height: 35px;
    }
    .masdar-living-section.section {
        padding: 50px 20px;
        position: relative;
    }
    .masdar-living-slider .slide-content {
        margin: 12px;
    }

    .faqs-content {
        padding: 30px 20px;
    }

    .accordion-button {
        font-size: 14px;
    }
    .footer-section.section .main-row {
        padding: 50px 20px;
    }
    .mob-order-1 {
        order: 1;
    }
    .mob-order-2 {
        order: 2;
    }
    .footer-section.section .left-content h1 {
        font-size: 30px;
        line-height: 35px;
        padding-left: 0;
        margin-bottom: 20px;
    }
    .footer-bottom .footer-logo {
        width: 25%;
        margin: 0 auto;
    }
    ul.footer-links {
        text-align: center;
        margin: 20px 0;
    }
[dir='rtl'] ul.footer-links{
    text-align: center;
}
.masdar-living-slider .slide-content, .desktop-version-facts .slide-content{
      min-height: 250px;
}
.content-section h1 {
    color: #fff;
    font-weight: bold;
    font-size: 27px;
    width: 85%;
    margin: 0 auto;
    line-height: 35px;
    margin-bottom: 50px;
    text-transform: capitalize;
}
.related-project-slider.slick-initialized.slick-slider.slick-dotted {
    padding: 0;
}
.amenities-list ul {
    grid-template-columns: repeat(2, 1fr);
}
.payment-form-section .form-content {
    padding: 20px 15px;
}
.ameninites_content {
    padding: 20px 0;
}
div#generalForm .modal-header, div#projectForm .modal-header {
    right: -15px;
    top: -13px;
}
.masdar-living-section.section {
    background-attachment: scroll;
}
div#faq .container-fluid .col-md-6 {
    padding: 0;
}
.footer-section.section .left-content {
    padding-left: 0;
    padding-bottom: 30px;
}
.inforgraphcis-content .content-block {
    min-height: auto;
}
.light-before-title p:before, .light-before-title p:after, .dark-before-title p:before, .dark-before-title p:after{
        width: 15%;
}
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
    .header-section {
        padding: 20px;
    }
    img.logo-img.img-fluid {
        height: 30px;
    }
    button.navbar-toggler {
        position: relative;
        top: -30px;
        border: none;
        padding: 0;
    }
    .header-section span.navbar-toggler-icon {
        background: transparent;
        border: none;
    }
    .header-section .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
    }
    .navigation-links ul {
        border-radius: 0;
        background: -webkit-linear-gradient(180deg, rgba(106, 171, 171, 0.7), rgba(104, 141, 141, 0.8));
        background: linear-gradient(180deg, rgba(106, 171, 171, 0.7), rgba(104, 141, 141, 0.8));
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
        padding: 10px 25px;
        position: relative;
        top: -15px;
    }
    .navigation-links ul li {
        border-bottom: 1px solid #fff;
    }
    .navigation-links ul li:last-child {
        border: none;
    }
    .menu-colmn {
        padding-left: 0px;
    }
    .navigation-links {
        padding: 0;
    }
    .hero-section {
        height: 65vh;
        padding-left: 20px;
        padding-right: 20px;
    }
    .hero-left-content {
        width: 80%;
        margin-top: 50px;
    }
    .hero-title h1 {
        font-size: 30px;
        line-height: 35px;
        font-weight: bold;
    }
    .hero-left-content .hero-desc p {
        font-size: 14px;
        margin-top: 20px;
    }
    .button-wrapper.hero-btn button {
        font-size: 12px;
        padding: 10px 20px;
        margin-top: 15px;
    }

    .about-section.section {
        padding: 50px 20px 20px 20px;
    }
    .about-section.section .left-txt-content .title h1 {
        font-size: 30px;
        line-height: 35px;
    }
    .about-section.section .left-txt-content .desc p {
        font-size: 16px;
        line-height: 22px;
        padding: 0;
    }
    .about-section.section .left-txt-content .experience img {
        width: 75%;
        margin: 0 auto;
        display: block;
    }
    .about-imgs {
        width: 100%;
        margin: 0 auto;
    }
    .bottom-img img {
        height: 200px;
        object-fit: cover;
        object-position: center;
        display: block;
    }

    .masdar-attractions-section.section {
        background: #fff;
        padding: 50px 0px 50px 20px;
    }
      .masdar-attractions-section_ar.section{
        padding: 50px 50px 50px 0px;
    }
    .masdar-attractions-section.section .title h1 {
        font-size: 27px;
        line-height: 35px;
    }
    .browse-projects-btn {
        margin-right: 0;
        margin-top: 25px;
    }
    .browse-projects-btn button {
        font-size: 14px;
    }
    .browse-projects-btn button i {
        font-size: 12px;
    }
    .attractions-slides .thumbnail-img {
        height: 250px;
    }
    .masdar-attractions-slider .slide-title h1 {
        font-size: 19px;
    }
    .masdar-attractions-slider .location p {
        font-size: 12px;
    }
    .slick-dots li button:before {
        font-size: 40px !important;
        line-height: 10px !important;
        opacity: 0.25;
        color: #2d6974 !important;
    }
    .slick-dots li {
        margin: 0 !important;
    }

    .pillars-section.section {
        background: #2d6974;
        padding: 50px 20px;
    }
    .pillars-section.section .title h1 {
        font-size: 30px;
        line-height: 35px;
    }
    .mobile-version-facts{
        display: block;
    }
    .desktop-version-facts{
        display: none;
    }
    .pillars-section.section .section-title .desc p {
        font-size: 16px;
        line-height: 22px;
        width: 100%;
    }
    .inforgraphcis-content {
        padding: 20px 0;
    }
    .inforgraphcis-content .content-block {
        margin-bottom: 20px;
    }

    .inforgraphcis-content .content-block .info-title h1 {
        font-size: 20px;
    }
    .inforgraphcis-content .content-block .desc p {
        font-size: 16px;
        color: #000;
        line-height: 22px;
    }
    .related-projects-section.section {
        padding: 50px 20px;
    }
    .related-projects-section.section .title h1 {
        margin-bottom: 25px;
        font-size: 30px;
        line-height: 35px;
    }
    .related-project {
        margin-bottom: 20px;
    }
    .related-project .content-block .details .price {
        margin-top: 20px;
    }
    .related-project .content-block .details .price p span {
        font-weight: bold;
        font-size: 24px;
    }
    .related-project .content-block .details .pro-title h1 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .related-project .content-block .location p {
        font-size: 12px;
    }
    .related-project .content-block .ctas-btns button {
        font-size: 12px;
    }
    .related-project .content-block .ctas-btns button i {
        font-size: 10px;
    }
    .related-project .content-block .img img {
        height: 400px;
    }
    .masdar-living-title h1 {
        font-size: 30px;
        line-height: 35px;
    }
    .masdar-living-section.section {
        padding: 50px 20px;
        position: relative;
    }
    .masdar-living-slider .slide-content {
        margin: 12px;
    }

    .faqs-content {
        padding: 30px 20px;
    }

    .accordion-button {
        font-size: 14px;
    }
    .footer-section.section .main-row {
        padding: 50px 20px;
    }
    .mob-order-1 {
        order: 1;
    }
    .mob-order-2 {
        order: 2;
    }
    .footer-section.section .left-content h1 {
        font-size: 30px;
        line-height: 35px;
        padding-left: 0;
        margin-bottom: 20px;
    }
    .footer-bottom .footer-logo {
        width: 25%;
        margin: 0 auto;
    }
    ul.footer-links {
        text-align: center;
        margin: 20px 0;
    }
[dir='rtl'] ul.footer-links{
    text-align: center;
}
.masdar-living-slider .slide-content, .desktop-version-facts .slide-content{
      min-height: 250px;
}
.content-section h1 {
    color: #fff;
    font-weight: bold;
    font-size: 27px;
    width: 85%;
    margin: 0 auto;
    line-height: 35px;
    margin-bottom: 50px;
    text-transform: capitalize;
}
.related-project-slider.slick-initialized.slick-slider.slick-dotted {
    padding: 0;
}
.amenities-list ul {
    grid-template-columns: repeat(2, 1fr);
}
.payment-form-section .form-content {
    padding: 20px 15px;
}
.ameninites_content {
    padding: 20px 0;
}
div#generalForm .modal-header, div#projectForm .modal-header {
    right: -15px;
    top: -13px;
}
.masdar-living-section.section {
    background-attachment: scroll;
}
div#faq .container-fluid .col-md-6 {
    padding: 0;
}
.footer-section.section .left-content {
    padding-left: 0;
    padding-bottom: 30px;
}
.inforgraphcis-content .content-block {
    min-height: auto;
}
.light-before-title p:before, .light-before-title p:after, .dark-before-title p:before, .dark-before-title p:after{
        width: 15%;
}
}
