@import url('../css/helvetica.css');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Helvetica Neue LT Arabic';
}

body {
    font-family: 'Helvetica Neue LT Arabic';
    direction: rtl;
    text-align: right;
}

a {
    text-decoration: none;
}

h3 {
    font-size: 21px;
    font-weight: 700;
}

header .nav1 {
    background-color: #303030;
    color: #FFFFFF;
}

.nav1 .lang a {
    color: #FFFFFF;
    background-color: #3c3c3c;
    font-size: 14px;
    font-family: 'Helvetica Neue LT Arabic';
    text-decoration: none;
}

.nav1 .nav-logo span {
    font-size: 15px;
}

.nav2 {
    background-color: #B98231;
    padding: 1px 40px;
}

.navbar-toggler {
    background: #FFFFFF0F;
    border-radius: 30px;
    border: none;
    width: 40.907691955566406;
    height: 40.90999984741211;
    gap: 2px;
    border-radius: 30px;
    padding: 10px;
}

    .navbar-toggler:focus {
        box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width) #fff;
    }

.navbar-toggler-icon {
    background-image: url(../images/menu-line.png);
}

.nav2 ul.navbar-nav {
    display: flex;
    align-items: center;
    padding: 10px 30px;
}

.nav2 .dropdown {
    margin: 0 7px;
}

.nav2 .search-bar {
    position: absolute;
    top: 10px;
    left: 3%;
    background-color: transparent;
    flex-grow: 1;
    flex-shrink: 1;
    align-self: auto;
}

    .nav2 .search-bar .input-group {
        position: relative;
    }

        .nav2 .search-bar .input-group svg {
            position: absolute;
            right: 5%;
            top: 0;
            bottom: 0px;
            margin: auto;
            cursor: pointer;
        }

        .nav2 .search-bar .input-group input {
            background-color: transparent;
            width: 300px;
            padding-right: 50px;
        }

        .nav2 .search-bar .input-group .form-control {
            color: #fff;
        }

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #fff !important;
}

.nav2 .nav-item a {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
}

    .nav2 .nav-item a:focus,
    .nav2 .nav-item a:active {
        font-weight: 700;
    }

.nav-item button {
    color: #FFFFFF;
    transition: all .1s;
}

    .nav-item button:hover,
    .nav-item button:focus,
    .nav-item:hover,
    .nav-item:focus,
    .nav-item:active {
        color: #ffffff;
    }

.sidebar-nav {
    padding: 9px 0;
}

.dropdown-menu .sub-menu {
    right: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu,
.navbar .dropdown-menu {
    margin-top: 0;
}

.dropdown-menu .chevron::after {
    content: "〉";
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}

.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

.dropdown .dropdown-menu a {
    padding: 6px 10px;
    display: block;
}

.dropdown-menu {
    background-color: #3c3c3c !important;
    transition: all .2s;
    border: none;
    text-align: right;
    z-index: 9999999999999999999;
    padding: 0;
    border-radius: 0;
}

    .dropdown-item :focus,
    .dropdown-menu.sub-menu li:hover,
    .dropdown .dropdown-menu li:hover,
    .dropdown-item:hover {
        background-color: #B98231 !important;
    }

.dropdown-toggle,
.dropdown-toggle:active,
.btn.show {
    padding: 0 0 0 9px !important;
    border: none;
}

.nav-item .input-group {
    width: auto;
}

.dropdown-toggle::after {
    display: none;
}

.nav-item input {
    background-color: transparent;
    /* right: 25%; */
}

.nav2 .form-control:focus {
    background-color: transparent !important;
    color: #FFFFFF !important;
    box-shadow: none;
}

.nav2 input::placeholder {
    color: #FFFFFF99 !important;
    font-size: 14px;
}

.nav3 {
    font-weight: 700;
    font-size: 14px;
    background-color: #7D7D7D20 !important;
}

/* .last-news .news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    padding: 20px;
} */

section .show-more,
.last-news .last-news-details .card a {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    text-decoration: none;
    transition: all .2s;
    background-color: #E1E1E1;
    padding: 10px 15px 10px 2px;
}

section .read-more::after {
    color: #000000 !important;
    margin-right: 16px;
    font-size: 16px;
}

section .read-more:hover {
    text-decoration: none;
}

.last-news h3,
.latest-projects h3,
.investment-areas h3,
.latest-Media h3 {
    color: #303030;
    font-size: 35.81px;
    font-weight: 700;
}

.last-news .news-items {
    padding-bottom: 15px;
    background-color: #fff;
}

.last-news .news-title {
    border-top: 1px solid #000;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    padding-top: 15px;
    line-height: 26px;
}

.last-news .news-description {
    font-size: 14px;
    color: #000000C2;
    margin-bottom: 15px;
    line-height: 1.7;
}

.last-news .news-image img {
    height: 346px;
    object-fit: fill;
}

.last-news .news-content h4 {
    font-weight: 700;
    font-size: 32px;
    color: #000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding-bottom: 7px;
}

.last-news .news-content p {
    font-family: Helvetica Neue LT Arabic;
    font-weight: 400;
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    padding-bottom: 5px;
}

.last-news .news-content a {
    display: block;
    color: #FFFFFF;
    background: linear-gradient(161.92deg, #B98231 -2.48%, #996C29 84.84%);
    width: 174px;
    height: 48.11246109008789px;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}

.last-news .news-content .read-more::after {
    color: #fff !important;
}

.last-news .last-news-details .card {
    box-shadow: none;
    height: 424px;
}

    .last-news .last-news-details .card img {
        height: 260px;
        object-fit: fill;
    }

    .last-news .last-news-details .card .card-text {
        font-size: 13px;
        color: #00000082;
        margin-bottom: 2px;
    }

    .last-news .last-news-details .card .card-title {
        font-weight: 700;
        font-size: 20px;
        color: #000000;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        height: 53px;
        padding-bottom: 5px;
    }

    .last-news .last-news-details .card a {
        display: block;
        background-color: #E1E1E1;
        width: 174px;
        height: 46px;
        margin-top: 15px;
        padding-right: 20px;
    }

        .last-news .last-news-details .card a::after {
            margin-right: 30px;
        }

.read-more {
    font-size: 14px;
    color: #c17d2e;
    font-weight: bold;
    text-decoration: none;
    position: relative;
}

    .read-more::after {
        content: '←';
        margin-left: 5px;
        color: #c17d2e;
    }

    .read-more:hover {
        text-decoration: underline;
    }

.btn-gold {
    background-color: #B98231 !important;
    color: #FFFFFF !important;
    font-size: 12px !important;
    font-weight: 300 !important;
    padding: 6px 8px !important;
}

.latest-projects .card {
    padding: 4px;
    border-radius: 0 !important;
    box-shadow: none;
    border: none;
}

.latest-projects .card-title {
    font-size: 24px;
    font-weight: 400;
    color: #303030;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-bottom: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 95%;
}

.latest-projects .card-image {
    background-color: #ECEDEF;
}

.latest-projects .card-img {
    padding: 10px 0;
    height: 134px !important;
    border-radius: 6px !important;
}

.latest-projects .card-body {
    padding: 0px !important;
    margin-top: 10px;
}

.latest-projects .card-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.latest-projects .card .card-body .read-more,
.latest-projects .card .card-body .read-more::after {
    color: #B98231 !important;
}

.latest-projects .card-text,
.last-news .card-date {
    margin-top: 10px;
    font-size: 13px;
    color: #303030;
}

/* .last-news .card-date {
    margin-top: 10px;
} */
/* Counter */
.counter {
    background-color: #E0FFF0;
}

    .counter img {
        width: 125px;
        height: 105px;
    }

    .counter h3 {
        font-size: 32px;
        font-family: Helvetica, sans-serif !important;
        padding: 15px 0;
    }

    .counter h4 {
        font-family: Helvetica, sans-serif !important;
        font-weight: 700;
        font-size: 42px;
        color: #303030;
    }

.investment-areas .googleMap image {
    height: 100%;
}

.investment-areas .googleMap .land {
    fill: #B44A42;
    fill-opacity: 1;
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 1px;
    transition: 0.5s;
    cursor: pointer;
    opacity: 0;
}

    .investment-areas .googleMap .land:hover {
        fill: #B44A42;
        stroke-width: 2px;
        opacity: 0.4;
    }

.investment-areas .map-card {
    background-color: #B98231;
    width: 100%;
    height: 621px;
    border-radius: 10px;
    color: #fff;
    overflow: hidden;
}

.map-card .map-card-head {
    background-color: #8D6325;
    padding: 10px 30px;
    border-radius: 10px;
}

    .map-card .map-card-head .hr {
        background-color: #fff;
        margin: 15px 1px;
    }

    .map-card .map-card-head h4 {
        font-size: 26.81px;
        font-weight: 700;
    }

.map-card .map-card-content {
    padding: 30px;
    overflow: auto;
    max-height: 400px;
    margin: 0 20px;
}

    .map-card .map-card-content h5 {
        font-weight: 700;
        font-size: 20px;
    }

    .map-card .map-card-content p {
        font-size: 16px;
        color: #FFFFFFC2;
      /*  overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;*/
        /* line-height: 125%; */
        display: block
    }

.last-news,
.latest-projects,
.investment-areas,
.latest-Media .section-tittle {
    margin: 1px 30px;
}

/* Gallery Slider */
.wrap .slider img {
    max-width: 100%;
    width: 100%;
}

.wrap {
    position: relative;
    z-index: 100;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    /* margin-bottom: 65px; */
    display: inline-block;
    overflow: hidden;
    padding-bottom: 90px;
}

    .wrap .slider {
        position: relative;
        z-index: 200;
        padding: 0 0px;
        margin: 2rem auto 5rem;
        width: 100%;
    }

        .wrap .slider .slick-list {
            overflow: visible !important;
        }

        .wrap .slider .slick-arrow {
            position: absolute;
            top: 108%;
            margin-top: 12px;
            border: none;
            color: #0D3770;
            z-index: 300;
            outline: none;
            left: 50%;
            width: 53.000000000000256px;
            height: 48.00000000000014px;
            border-radius: 10px;
            cursor: pointer;
        }

        .wrap .slider .slick-prev {
            margin-right: -30px;
            left: auto;
            right: 47%;
            margin-top: 95px;
        }

        .wrap .slider .slick-next {
            margin-right: 3px;
            left: auto;
            right: 49%;
            margin-top: 95px;
        }

.slick-prev:before,
.slick-next::before {
    content: "" !important;
}

.item.slick-slide {
    width: 696px !important;
    height: 340px !important;
    transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1);
    position: relative;
    border-radius: 10px;
    margin-left: 85px;
    margin-right: 85px;
    cursor: pointer;
    margin-top: 100px;
}

.wrap .slick-slide:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    transition: transform .4s;
    border-radius: 10px;
}

.item.slick-slide:not(.slick-center) {
    transform: scale(1.2, 0.7);
    z-index: 10;
}

.item.slick-slide.slick-center {
    transform: scale(1.2, 1.3);
    z-index: 30;
    box-shadow: 0px 14px 34px 0px #1E549D38;
    box-shadow: 0px 0px 4px 0px #0000001A inset;
}

.slick-center:after {
    opacity: 0;
}


footer {
    background-color: #474747;
    color: #FFFFFF;
    margin-top: 300px;
    display: inline-block;
    width: 100%;
}

    footer h4 {
        font-size: 20px;
        font-weight: 700;
    }

    footer ul li a {
        font-size: 14px;
        text-decoration: none;
        color: #FFFFFF;
        display: inline-block;
        width: 175px;
    }

    footer .footer-logo {
        position: relative;
        top: 50%;
    }

.container-image {
    text-align: center;
    /* Center-aligns text and inline elements */
    position: relative;
}

.horizontal-line {
    border-top: 1px solid #fff;
    /* Creates a horizontal line */
    width: 90%;
    margin: auto;
}

.container-image img {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
}

.copyRight p {
    font-size: 15px;
}

.copyRight span {
    font-size: 14px;
}

footer .form-selected {
    background-color: #333 !important;
    border: 1px solid #303030 !important;
    color: #DADADA !important;
    padding: .375rem .375rem .375rem 1rem;
}

footer h6 {
    color: #DADADA !important;
    font-size: 14px;
    font-weight: 400;
}

footer .item2 h6,
footer .social-media a {
    margin: 1px 5px;
}

footer .social-media i {
    background-color: #DADADA !important;
    padding: 3px 12px;
    line-height: 12px;
    border-radius: 50%;
    color: #474747 !important;
    cursor: pointer;
    transition: all .3s;
}

.bi-twitter:hover {
    background-color: #1DA1F2 !important;
    color: #DADADA !important;
}

.bi-youtube:hover {
    background-color: #FF0000 !important;
    color: #DADADA !important;
}

.bi-linkedin:hover {
    background-color: #0077B5 !important;
    color: #DADADA !important;
}

.bi-instagram:hover {
    background-color: #fccc63 !important;
    color: #DADADA !important;
}

.bi-facebook:hover {
    background-color: #1877F2 !important;
    color: #DADADA !important;
}


footer :not(.btn-check) + .btn:active {
    color: #fff !important;
    margin: 0;
    padding: 0;
    border: none;
}


.footer-contact {
    width: 80%;
    height: 342px;
    background: #383838;
    position: absolute;
    bottom: -11%;
    left: 0;
    right: 0;
    margin: auto !important;
    padding: 10px 60px;
    z-index: 99999999999999999999;
}

    .footer-contact .hr {
        background-color: #fff;
    }

    .footer-contact h4 {
        font-size: 35.81px;
        color: #fff;
        font-weight: 700;
    }

    .footer-contact h6 {
        font-weight: 700;
        font-size: 20px;
        color: #DADADA;
    }

    .footer-contact form input {
        height: 103px;
        border-radius: 10px;
        background: #FFFFFF0D !important;
        border: none;
        color: #FFFFFF8C !important;
        font-size: .9rem !important;
    }

        .footer-contact form input::placeholder {
            color: #FFFFFF8C !important;
        }

    .footer-contact form {
        position: relative;
    }

        .footer-contact form button {
            width: 104px;
            height: 42px;
            color: #0D3770;
            font-family: Helvetica Neue LT Arabic;
            font-weight: 700;
            font-size: 16px;
            line-height: 26px;
            letter-spacing: 0px;
            text-align: center;
            vertical-align: middle;
            position: absolute;
            bottom: 15%;
            background-color: #fff;
            left: 2%;
            border-radius: 37px;
        }

/* Responsive */
@media (min-width: 1400px) {
    .investment-areas .map-card {
        height: 666px;
    }
}

@media (max-width: 1370px) {

    .investment-areas .map-card {
        height: 524px;
    }
}

@media only screen and (max-width: 992px) {
    .footer-contact form button {
        bottom: 27% !important;
    }

    .footer-contact .hr {
        margin: 8px auto !important;
    }

    .nav2 {
        padding: 10px;
    }

        .nav2 .search-bar {
            position: absolute;
            left: 5%;
            top: 15px;
        }

        .nav2 ul.navbar-nav {
            display: flex;
            align-items: flex-start;
            padding: 10px;
        }

        .nav2 ul.navbar-nav {
        }

    .dropdown-toggle,
    .dropdown-toggle:active,
    .btn.show {
        padding: 8px 0px !important;
        border: none;
        margin: 0 -7px;
    }

    .footer-items {
        margin: 1px 15px;
    }

    .last-news,
    .latest-projects,
    .investment-areas,
    .latest-Media .section-tittle {
        margin: 1px 18px;
    }

    .googleMap svg {
        height: 100%;
        width: 100%;
    }

        .googleMap svg image {
            /* height: 405px; */
            width: 100%;
        }

    .investment-areas .map-card {
        width: 100%;
        height: 405px !important;
    }

    .item.slick-slide.slick-center {
        width: 647.4049682617188px !important;
        height: 316.95867919921875px !important;
        margin-top: 20px;
    }

    .item.slick-slide {
        width: 468.01983642578125px !important;
        height: 229.2892608642578px !important;
        /* margin: 1px 72px 1px 103px; */
        margin-top: 65px;
    }

    .slick-slide {
        padding: 1px;
    }

    .footer .row {
        padding: 1px 10px !important;
        margin: 1px 0 !important;
    }

    .footer-contact {
        bottom: -8.5%;
    }
}

@media only screen and (max-width: 576px) {
    .nav1 .lang a:first-child {
        margin-bottom: 10px;
    }

    .wrap .slider .slick-prev {
        right: 43%;
        margin-top: 50px;
    }

    .wrap .slider .slick-next {
        margin-top: 50px;
    }

    .nav1 .lang a:first-child span {
        display: none;
    }

    .nav2 .search-bar {
        position: absolute;
        left: 3%;
        top: 15px;
    }

    .lang {
        width: 25%;
        display: inline-block;
    }

    .nav1 .lang a {
        margin-bottom: 10px !important;
        /* display: table-cell; */
        padding: 7px 10px;
        width: 40px;
        height: 40px;
    }

        .nav1 .lang a span {
            display: none;
        }

    .footer-items {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin: 1px 10px;
    }

        .footer-items .items {
            margin-bottom: 30px;
        }

    .item.slick-slide.slick-center {
        width: 331.9759216308594px !important;
        height: 162.52987670898438px !important;
        margin-top: 20px;
    }

    .item.slick-slide {
        width: 239.99093627929688px !important;
        height: 117.57481384277344px !important;
        margin-top: 46px;
    }

    .last-news,
    .latest-projects,
    .investment-areas,
    .latest-Media .section-tittle {
        margin: 1px 10px;
    }

        .last-news h3,
        .latest-projects h3,
        .investment-areas h3,
        .latest-Media h3,
        .last-news .news-content h4 {
            font-size: 20px;
        }

    .footer-contact {
        bottom: -6%;
        width: 95%;
        padding: 10px 40px !important;
    }

        .footer-contact form button {
            width: 76.7859878540039px;
            padding: 0 10px !important;
        }
}


/*
 *  Farag 
 */



.map-card-content::-webkit-scrollbar {
    width: 5px
}

.map-card-content::-webkit-scrollbar-track {
    background: #3d464a;
    border-radius: 3px;
    margin-top: 10px;
    margin-bottom: 10px
}

.map-card-content::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 3px;
}

@supports not selector(::-webkit-scrollbar) {
    .map-card-content {
        scrollbar-color: #3d464a #fff;
    }
}

.googleMap {
    border-radius: 15px;
    background: #f5f5f5;
    padding: 10px;
    margin: 0 10px;
    border: 1px solid #1111;
}

@media only screen and (max-width: 450px) {
    .carousel-item img {
        width: 100%;
        height: 276px !important;
        bottom: 0px !important;
    }

    .map-card .map-card-content {
        max-height: 320px !important;
    }
}

@media (width: 1024px) {
    .investment-areas .map-card {
        height: 388px;
    }

    .map-card .map-card-content {
        padding: 30px 15px;
        overflow: auto;
        max-height: 280px;
    }
}

@media (width: 1280px) {
    .investment-areas .map-card {
        height: 492px;
    }

    .map-card .map-card-content {
        padding: 30px 15px;
        overflow: auto;
        max-height: 380px;
    }
}

@media (width: 1366px) {
    .investment-areas .map-card {
        height: 526px;
    }

    .map-card .map-card-content {
        padding: 30px 15px;
        overflow: auto;
        max-height: 420px;
    }
}

@media (width: 1440px) {
    .investment-areas .map-card {
        height: 557px;
    }

    .map-card .map-card-content {
        padding: 30px 15px;
        overflow: auto;
        max-height: 420px;
    }
}

@media (width: 1920px) {
    .investment-areas .map-card {
        height: 748px;
    }

    .map-card .map-card-content {
        padding: 30px 15px;
        overflow: auto;
        max-height: 650px;
    }
}

@media screen and (max-width: 767px) {
    .nav2 .search-bar .input-group svg {
        position: absolute;
        right: 5%;
        top: 0;
        bottom: 0px;
        margin: auto;
        cursor: pointer;
    }

    .nav2 .search-bar {
        top: 10px !important;
    }
}

/***
 *  min-width 1400px

 */
@media (min-width: 1400px) {

    .wrap .slider .slick-arrow {
        top: 100% !important
    }

    .footer-contact {
        bottom: -9%;
    }

    .wrap .slider .slick-prev {
        margin-left: 60px;
        margin-top: 95px !important;
    }

    .wrap .slider .slick-next {
        margin-right: 30px;
        margin-top: 95px !important;
    }
}



@media (min-width: 1024px) and (max-width:1165px) {
    .nav2 .nav-item a {
        color: #FFFFFF;
        font-size: 14px !important;
        font-weight: 400;
        padding: 6px 4px !important;
    }

    .nav2 {
        padding: 1px 24px !important;
    }

        .nav2 .search-bar {
            position: relative !important;
            top: 0px !important;
            left: 0% !important;
            background-color: transparent !important;
            flex-grow: 1 !important;
            flex-shrink: 1 !important;
            align-self: auto !important;
            width: 20%;
        }

        .nav2 ul.navbar-nav {
            display: flex;
            align-items: center;
            padding: 10px 22px !important;
        }
}
