* {
    box-sizing: border-box;
}

.headerCon {
    background-color: var(--bg-color);
}

.nav {
    width: 100%;
    position: relative;
    flex-wrap: unset;
}

.nav>.nav-header {
    /* display: inline !important; */
}

.nav>.nav-header>.nav-title {
    display: flex !important;
    font-size: 1.375rem;
    color: var(--text-color);
    /* padding: 10px 10px 10px 10px; */
}

.logoclas1 {
    width: 200px;
    height: 60px;
    object-fit: cover;
}

.nav>.nav-btn {
    display: none;
}

.nav>.nav-links {
    list-style: none;
    align-items: center;
    display: flex;
    float: right;
    font-size: 1.125rem;
    width: 100%;
    justify-content: space-between;
    padding: 1rem 0;
}

.nav>.nav-links>a {
    display: inline-block;
    padding: 13px 10px 13px 10px;
    text-decoration: none;
    color: #efefef;
}

.nav>.nav-links>a:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.nav>#nav-check {
    display: none;
}

.dropdown-menu {
    padding: 0;
}

.dropdown-menu>div>div>li>a {
    padding: 1rem 0.5rem 1rem 1rem;
}

.dropdownData>.dropdown-toggle::after {
    content: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.4703 0.499764H12.1525C12.1085 0.500315 12.0653 0.511109 12.0263 0.531289C11.9872 0.551469 11.9534 0.580479 11.9275 0.616014L6.93176 7.49951L1.93751 0.616014C1.91151 0.580233 1.87747 0.551068 1.83812 0.530874C1.79878 0.51068 1.75523 0.500023 1.71101 0.499764H0.392509C0.366259 0.499483 0.340453 0.506536 0.317995 0.520127C0.295537 0.533719 0.277319 0.553311 0.265392 0.576696C0.253466 0.600081 0.248304 0.626331 0.250489 0.652491C0.252674 0.678651 0.262118 0.703681 0.277759 0.724764L6.47651 9.26801C6.52851 9.33989 6.59683 9.3984 6.67583 9.43876C6.75484 9.47911 6.84229 9.50015 6.93101 9.50015C7.01972 9.50015 7.10718 9.47911 7.18618 9.43876C7.26519 9.3984 7.3335 9.33989 7.38551 9.26801L13.5828 0.724764C13.5986 0.703909 13.6082 0.679045 13.6107 0.652983C13.6131 0.626921 13.6082 0.600701 13.5965 0.57729C13.5848 0.553879 13.5667 0.534211 13.5444 0.52051C13.5221 0.50681 13.4964 0.499623 13.4703 0.499764Z' fill='%23000C14'/%3E%3C/svg%3E%0A");
    border-top: unset !important;
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    font-size: 13px;
    margin-bottom: 0.5rem;
}

[dir='rtl'] .dropdownData>.dropdown-toggle::after {
    margin-top: 10px;

}

.responsiveBtn {
    display: none;
}

ul {
    padding-left: 0 !important;
}

@media all and (min-width: 992px) {
    .dropdown-menu li {
        position: relative;
    }

    [dir='rtl'].nav-item .submenu {
        display: none;
        position: absolute;
        left: -75px;
        top: -7px;
    }

    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }

    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu>li:hover {
        background-color: #f1f1f1;
    }

    .dropdown-menu>li:hover>.submenu {
        display: block;
    }
}

/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: 0.5rem;
    }
}

.projectheaderTitle {
    color: var(--black-2-font-color);
    font-family: Montserrat;
    /* font-size: 20px; */
    font-style: normal;
    font-weight: 600;
    padding: 0.8rem;
    line-height: normal;
}

.dropdownContianer {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.marginleftofbtn {
    margin-left: 1rem;
}

.itemborderright {
    border-left: 1px solid var(--gray-shade-3-color) !important;
    border-right: none !important;
    border-top: none !important;
    border-bottom: none !important;
}

.project-card .project-menu {
    position: relative !important;
    display: block !important;
    z-index: auto;
    width: 285px !important;
    background-color: var(--background-color) !important;
}
.dropdown-menu{
    background-color: var(--background-color);
}

.project-card {
    flex-direction: row !important;
}

.dropdown-menu-icon:after {
    top: -20px;
    left: 30px;
    color: white;
    border-left: 13px solid;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    display: inline-block;
    content: "";
    position: absolute;
    transform: rotate(271deg);
}

.commingSoon {
    color: var(--black-font-color);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.dropdown-item {
    color: var(--black-font-color);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: wrap !important;
        justify-content: space-between !important;
    }

    .navbar-expand-lg .navbar-toggler {
        display: block !important;
    }

    /* .navbar-expand-lg .navbar-collapse
    {
        display: none !important;
    } */
    .navbar-expand-lg .navbar-nav {
        flex-direction: column !important;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .collapse:not(.show) {
        display: none !important;
    }

    .header-menu {
        height: auto !important;
        min-height: auto !important;
        max-height: max-content !important;
    }
}

.marker-cluster-small {
    background-color: rgba(181, 226, 140, 0.6);
}

.marker-cluster-small div {
    background-color: rgba(110, 204, 57, 0.6);
}

.marker-cluster-medium {
    background-color: rgba(241, 211, 87, 0.6);
}

.marker-cluster-medium div {
    background-color: rgba(240, 194, 12, 0.6);
}

.marker-cluster-large {
    background-color: rgba(253, 156, 115, 0.6);
}

.marker-cluster-large div {
    background-color: rgba(241, 128, 23, 0.6);
}

/* [dir="rtl"] .dropdown-toggle>div {
    transform: translateX(-300px) !important;
} */