/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
html {
    scroll-behavior: smooth;
}

.upper {
    text-transform: uppercase !important;
}

.c-pointer {
    cursor: pointer !important;
}

.top-links-item a img {
    position: relative;
    display: inline-block;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    top: -2px;
    margin-right: 8px;
    border: 1px solid #FFF;
    background-color: #555;
}

.slider-element .real-estate-info-wrap {
    position: absolute;
    left: auto;
    bottom: 20px;
    width: 100%;
}

.real-estate-price {
    position: absolute;
    top: auto;
    left: auto;
    right: 0;
    bottom: 50px;
    z-index: 1;
}

.real-estate-price h3 {
    display: block;
    color: #FFF;
    font-size: 44px;
    margin: 0;
    font-weight: 400;
}

@media (max-width: 991px) {
    .real-estate-price {
        position: relative;
        top: auto;
        bottom: auto;
        right: 0;
        margin-top: 15px;
    }

    .slider-element .heading-block>h2 {
        font-size: 24px;
    }

    .slider-element .heading-block {
        width: auto !important;
    }
}

.box-image-property {
    box-shadow: none;
    transition: all 0.2s ease-in-out;
    scale: 0.95;
}

.box-image-property:hover {
    box-shadow: 10px 10px 12px #7f7b7b;
    scale: 1;
}

.see-details--button:hover {
    background-color: red;
}