@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

/* variable */

:root {
    --alt-font: "Urbanist", sans-serif;
    --primary-font: "Urbanist", sans-serif;
    --base-color: #4fc1a7;
    --dark-gray: #141414;
    --medium-gray: #707070;
    --aluminium-gray: rgba(255, 255, 255, 0.4);
}

.navigationBread {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    padding: 0;
    margin-top: 15px;
}


header .navbar-brand {
    padding: 10px 0;
}

header .navbar-brand img {
    max-height: 65px;
}

.navbar .navbar-nav .nav-link {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;

}

select {
    background: none;
    padding-left: 0;
}


footer .footer-logo img {
    max-height: 80px;
}

/* .cover-background {
    background-position: right !important;
} */

/* Projects Page */
.filters button {
    margin: 5px;
    padding: 8px 15px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
}

.portfolio-filter li.active {
    background: var(--base-color);
}

.portfolio-filter li.active a {
    color: #fff;
}

.portfolio-filter li.active a {
    border: none !important;
}

.portfolio-filter li:first-child {
    padding-left: unset;
}

.portfolio-filter li {
    padding: 5px 20px !important;
    border-radius: 5px;
}

.cover-background {
    background-position: center right !important;
}

.row-gap {
    row-gap: 30px;
}

.cardProperty {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.propertyDetails .content p {
    line-height: 26px;
}

#allLoader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.75) url('../amijag-logos/loading2.gif') no-repeat center center;
    z-index: 10000;
}

.img-popup-link-property {
    border: unset;
}

.cardImage {
    aspect-ratio: 4/3;
}

.cardProperty .content {
    padding: 20px 15px;
}

.interactive-banner-style-05 figure img {
    aspect-ratio: 4/3;
}

.product-image-slider img {
    cursor: unset;
    aspect-ratio: 4/3;
}

.imgDetails {
    width: 30px !important;
    margin-right: 10px;
}

.popupPropertyDetails img {
    width: 50px !important;
}

p {
    margin-bottom: 25px;
    font-size: 18px;
}

h2,
.h2 {
    font-size: 2.8rem;
    line-height: 3.438rem;
}