﻿/* SAR */
body {
   
    width: 100% !important;
    height:100% !important;

}
.lang-tr {
    font-family: 'Poppins',Calibri,Verdana,sans-serif,'Oswald' !important;
}
.lang-en {
    font-family: 'Poppins',Calibri,Verdana,sans-serif,'Oswald' !important;
}
.lang-de {
    font-family: 'Poppins',Calibri,Verdana,sans-serif,'Oswald' !important;
}
.lang-ru {
    font-family: 'Oswald' !important;
}
.lang-pl {
    font-family: 'Poppins',Calibri,Verdana,sans-serif,'Oswald' !important;
}

.body-content {
    
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}




/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.footer {
    font-size: small !important;
    color: white !important;
   
}

    .footer a {
        text-decoration: none;
        color: white !important;
    }

.textImage {
    width: 100%;
    max-width: 250px;
}

.textContainer {
    font-size: 16px !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.italic {
    font-size:14px;
    font-style: italic !important;
    font-weight: 100 !important;
    color: #484848 !important;
}

    .textContainer h1 {
        font-family: 'Oswald' !important;
        font-size: 40px !important;
    }

    .textContainer hr {
        width: 5% !important;
    }

.container-fluid {
    margin: 0 !important;
    padding: 0 !important;
}

.social img {
    max-width: 28px;
}


.social a {
    text-decoration: none !important;
    color: #000 !important;
}

 .social-small{
        max-width: 18px !important;
    }

.lang img {
    max-width: 26px;
    margin: 0 2px 0 2px
}

svg {
    width: 100%;
    height: auto;
    display: block;
}
svg text{
    font-family:'Oswald';
    font-size:medium !important;
    font-weight:200 !important;
}

.color-image {
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

    .color-image.active {
        opacity: 1;
    }

.icon-button {
    /*fill: purple;*/
    cursor: pointer;
}

.icon-label {
    fill: black;
    font-size: large;
    font-weight: bold;
    text-anchor: middle;
    alignment-baseline: middle;
    pointer-events: none;
}

svg ellipse {
    fill: #044B94;
    fill-opacity: 0.00;
}

svg text {
    display: none;
}

svg g:hover text {
    display: block;
}

.navbar-nav li {
    font-size: large;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-stretch: condensed !important;
}

li a {
    padding-right: 0 !important;
}

.brand-logo {
    width: 100%;
    max-width: 300px;
    min-width: 150px !important;
    margin: 0 50px 0 50px;
    border: hidden !important;
}

.img-fluid {
    min-width: 175px !important;
    min-width: 400px !important;
}

.menubar {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

@media only screen and (max-width: 400px) {
    .card {
        width: 100% !important;
    }

    .textImage {
        width: 100%;
        max-width: 50px !important;
        margin-right: 10px !important;
    }
}


@media only screen and (max-width: 600px) {
    .card {
        width: 100% !important;
    }
    .textImage {
        width: 100%;
        max-width: 90px !important;
        margin-right: 10px !important;
    }

    .smallMenu {
        display: none !important;
    }

    .brand-logo {
        width: 100%;
        max-width: 220px;
        min-width: 150px !important;
        margin: 0;
        padding: 0;
        border: hidden !important;
    }

    li .brand-logo {
        display: none;
    }

    li a {
        padding-right: 0 !important;
    }

    .menubar {
        padding-bottom: 0px !important;
        margin-bottom: 0px !important;
        background-color: white !important;
    }

    .navbar-nav li {
        font-size: large;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
}

@media only screen and (max-width: 1023px) {
    .card {
        width: 8rem;
    }

    .img-fluid {
        min-width: 100px !important;
        max-width: 200px !important;
    }

    .textImage {
        width: 100%;
        max-width: 200px;
    }
}

.social span {
    font-size: 0.9em !important;
}



.anim1 {
    opacity: 0;
    animation-name: anim1;
    animation-duration: 1s;
    animation-delay: 0.2s;
    animation-fill-mode: forwards;
}

@keyframes anim1 {
    from {
        opacity: 0;
        transform: translateX(5%);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.anim2 {
    opacity: 0;
    animation-name: anim2;
    animation-duration: 1s;
    animation-delay: 0.4s;
    animation-fill-mode: forwards;
}

@keyframes anim2 {
    from {
        opacity: 0;
        transform: translateX(-5%);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.anim3 {
    opacity: 0;
    animation-name: anim2;
    animation-duration: 1s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
}

@keyframes anim3 {
    from {
        opacity: 0;
        transform: translateY(-5%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}



.anim4 {
    opacity: 0;
    animation-name: anim4;
    animation-duration: 1s;
    animation-delay: 0.8s;
    animation-fill-mode: forwards;
}

@keyframes anim4 {
    from {
        opacity: 0;
        transform: translateY(-5%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.anim5 {
    opacity: 0;
    animation-name: anim5;
    animation-duration: 1s;
    animation-delay: 0.7s;
    animation-fill-mode: forwards;
}

@keyframes anim5 {
    from {
        opacity: 0;
        transform: translateY(-5%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.anim6 {
    opacity: 0;
    animation-name: anim6;
    animation-duration: 1s;
    animation-delay: 1.1s;
    animation-fill-mode: forwards;
}

@keyframes anim6 {
    from {
        opacity: 0;
        transform: translateY(5%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.anim7 {
    opacity: 0;
    animation-name: anim7;
    animation-duration: 1s;
    animation-delay: 1.1s;
    animation-fill-mode: forwards;
}

@keyframes anim7 {
    from {
        opacity: 0;
        transform: translateY(0%);
    }

    to {
        opacity: 1;
        transform: translateY(5%);
    }
}

.carousel-Header {
    background: linear-gradient(-45deg, #47664d 50%, #fff 30px);
    color: #000 !important;
    padding: 3px !important;
    font-family: 'oswald';
    font-size: 28px !important;
    color: #47664d !important;
}
.category-Header {
    background: linear-gradient(45deg, #2d4532 50%, #fff 30px);
    color: #000 !important;
    padding: 3px 3px 3px 5px;
    font-family: 'oswald';
    font-size: large;
    color: white !important;
}

.carousel-item {
    transition: transform .6s ease !important;
}

    .carousel-item :hover {
        cursor: pointer;
    }

.carousel-description {
    position: absolute;
    bottom: 10px !important;
    left: 10px !important;
    right: 10px !important;
}

.indicators {
}

.descriptions {
    opacity: 0.9 !important;
}

.btnPrev {
    background: linear-gradient(-45deg, #47664d 10px, #fff 10px);
    color: #000 !important;
}

.btnNext {
    color: #fff !important;
}

.carousel-description a {
    text-decoration: none;
}

input {
    width:100% !important;
    outline: 0 !important;
    border-width: 0 0 2px !important;
    border-color: #47664d !important;
}
textarea {
    width: 100% !important;
    outline: 0 !important;
    border-width: 0 0 2px !important;
    border-color: #47664d !important;
}

    input:focus {
        border-color: green;
        outline: 1px dotted #000
    }

    .card{
        width:12rem ;
    }
.card-footer h5{
    font-size:small !important;
    font-weight:bold !important;
}

/*  =========================================================================   Featured Listing Properties  */
.featured-list-card img {
    width:100%;
}
    .featured-list-card .card-image {
    height: 220px;
    overflow: hidden;
   
    position: relative;
    z-index: 1
}
.featured-list-card .card-image:before {
    display:block;
    height: 220px;
    overflow: hidden;
   
    position: relative;
    z-index: 1
}

    .featured-list-card .card-image img {
        transition: .5s linear;
    }

.featured-list-card:hover .card-image img {
    transform: scale(1.2);
}

.featured-list-card .card-image .spanLeft {
    position: absolute;
    top: 10px;
    Left: 5px;
    background-color: #47664d;
    color: white;
    padding: .25rem .75rem;
    font-size: 13px;
    
}

    .featured-list-card .card-image .spanLeft:after {
        content: "";
        position: absolute;
        height: 0;
        width: 0;
        left: 100%;
        top: 0;
        border: 13px solid transparent;
        border-left: 13px solid #47664d;
    }

.featured-list-card .card-image .spanRight {

    position: absolute;
    top: 10px;
    Right: 10px;
    background-color: #47664d;
    color: white;
    padding: .25rem .75rem;
    font-size: 13px;
}

    .featured-list-card .card-image .spanRight:after {
        content: "";
        position: absolute;
        height: 0;
        width: 0;
        right: 100%;
        top: 0;
        border: 13px solid transparent;
        border-right: 13px solid #47664d;
    }

.featured-list-card .card-image .location-gallery {
    position: absolute;
    bottom: 0;
    font-size: 12px;
    width: 100%;
    padding: 1rem;
    background: linear-gradient(to top, black 0, transparent);
    color: white;
    display: flex;
    justify-content: space-between;
}

    .featured-list-card .card-image .location-gallery i {
        font-size: 19px;
        vertical-align: bottom;
        margin-right: 0.25rem;
    }

.featured-list-card .card-body .price {
   
    left: 0;
    margin: .1rem 0;
    display: block;
    font-weight: 800;
    color: #47664d;
   
}

.featured-list-card .card-body h6 {
    font-size: 18px;
}

.featured-list-card .card-body p {
    margin: .5rem 0;
}

.featured-list-card .card-body ul {
    margin-top: 1.5rem;
}

.featured-list-card .card-body {
    border: 1px solid #e8e5e5;
}
.featured-list-card .estate-agents {
    color: white !important;
}
.card-actions i{
    text-decoration: none !important;
    color: #fff !important;
}

.badge_arrow, .ere__loop-property-info .ere__loop-property-info-item .ere__lpi-content > span {
    display: block;
}

    .badge_arrow .badge_label {
        position: relative;
        color: white!important;
        background-color: var(--ere-loop-badge_arrow-bg-color);
        font-size: 10px;
        display: inline-block;
        line-height: 20px;
        padding: 0 5px 0 10px;
    }

        .badge_arrow .badge_label:after {
            content: "";
            display: block;
            position: absolute;
            color: var(--ere-loop-badge_arrow-bg-color);
            left: 100%;
            top: 0;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-left: 7px solid currentColor
        }

.badge_div {
    position: absolute;
    left: 0;
    top: 15px;
    z-index: 100!important ;
    font-size: 0
}

    .badge_div.badge_right {
        right: 0;
        left: auto
    }

        .badge_div.badge_right .badge_arrow .badge_label {
            padding: 0 10px 0 5px
        }

            .badge_div.badge_right .badge_arrow .badge_label:after {
                right: 100%;
                left: auto;
                border-right: 7px solid currentColor;
                border-left: none
            }

    .badge_div .badge_arrow {
        margin-bottom: 5px
    }
small{
    font-size:.7em !important;
}

.card-actions i:hover {
    transform: scale(1.2);
}