/**
Theme Name: sphiria-by-shimran-kuwailid
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sphiria-by-shimran-kuwailid
Template: astra
*/

/* 'Endode Sans Expanded' font */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

/* bootstrap icons */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

* {
    font-family: "DM Sans", sans-serif;
}

/*  */
.custom-top-header {
    @media (min-width: 992px) {
        min-height: 10vh;
    }

    @media (min-width: 1800px) {
        min-height: 5vh;
    }
}

#masthead {
    min-height: 8vh;

    @media (min-width: 992px) {
        min-height: 10vh;
    }

    @media (min-width: 1800px) {
        min-height: 5vh;
    }
}

.property-banner {
    min-height: 90vh;
    display: block;

    @media (min-width: 992px) {
        min-height: 70vh;
        display: block;
    }

    @media (min-width: 1800px) {
        min-height: 85vh;
    }

    @media (min-width: 1950px) {
        min-height: 80vh;
    }

    @media (min-width: 2000px) {
        min-height: 90vh;
    }
}

.homepage-hero {
    min-height: 65vh;

    @media (min-width: 576px) {
        min-height: 80vh;
    }

    @media (min-width: 992px) {
        min-height: 75vh;
    }

    @media (min-width: 1200px) {
        min-height: 50vh;
    }

    @media (min-width: 1400px) {
        min-height: 60vh;
    }

    @media (min-width: 1500px) {
        min-height: 55vh;
    }

    @media (min-width: 1800px) {
        min-height: 65vh;
    }

    @media (min-width: 2000px) {
        min-height: 70vh;
    }

    @media (min-width: 2500px) {
        min-height: 75vh;
    }

    @media (min-width: 3000px) {
        min-height: 80vh;
    }

    @media (min-width: 4000px) {
        min-height: 85vh;
    }
}

.homepage-hero-caption {
    min-width: 10vh;

    @media (min-width: 992px) {
        min-height: 10vh;
    }

    @media (min-width: 1800px) {
        min-height: 10vh;
    }

    @media (min-width: 1950px) {
        min-height: 5vh;
    }

    @media (min-width: 2000px) {
        min-height: 5vh;
    }
}

#ast-desktop-header ul#ast-hf-menu-1 li:first-child a:first-child {
    padding-left: 0px;
}

#ast-desktop-header ul#ast-hf-menu-1 li:last-child a:first-child {
    padding-right: 0px;
}

@media (min-width: 1400px) {
    #ast-desktop-header .site-primary-header-wrap {
        padding-left: 0px;
        padding-right: 0px;
    }

    #ast-desktop-header .ast-builder-menu-1,
    .ast-main-header-bar-alignment,
    .main-header-bar-navigation,
    .primary-site-navigation-desktop,
    .main-navigation,
    #ast-hf-menu-1 {
        justify-content: space-between !important;
    }
}

@media (min-width: 1200px) {

    #ast-desktop-header .ast-builder-menu-1,
    .ast-main-header-bar-alignment,
    .main-header-bar-navigation,
    .primary-site-navigation-desktop,
    .main-navigation,
    #ast-hf-menu-1 {
        display: flex;
        min-width: 100%;
        justify-content: space-evenly;
    }
}


.main-header-menu .menu-link,
.main-header-menu>a {
    padding: 0 3em;
    text-transform: uppercase;
}

.btn {
    background-color: #000000;
    font-family: 'Encode Sans Expanded', 'sans-serif', 'system-ui';
    font-size: 0.8rem;
}

.remove-link-styles a {
    color: inherit;
    text-decoration: none;
}

.above-header-wrapper .section .detail-box {
    line-height: 2;
}

.above-header-wrapper .section .icon-box svg,
.contact-details-box .box-content .section .icon-box svg,
.our-services-block .our-services-wrapper .section .icon-box svg {
    height: 2rem;
    width: 2rem;
}

.above-header-wrapper .d-flex {
    margin-right: 2rem;
}

.above-header-wrapper .d-flex:last-of-type {
    margin-right: 0rem;
}

footer .above-footer {
    background-color: #C6AC7E !important;
    padding: 2rem 0.5rem;
}

footer .above-footer .header-text {
    font-size: 2rem;
    font-weight: 800;
}

.cta-box {
    display: flex;
    justify-content: center;
    text-align: center;
}

.cta-box .wp-block-buttons {
    justify-content: center;
}

.cta-box .wp-block-buttons .wp-block-button a {
    padding: 1rem;
    font-size: 0.8rem;
}

/* 
    GENERALIZE BELOW
*/
.post-type-archive-property_cpt #content .ast-container {
    max-width: 100%;
    padding: 0;
}

.properties-grid .property-card .card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.banner-overlay-content {
    z-index: 999;
}

.property.property-single .property-banner,
.property.property-archive .property-banner {
    background-repeat: no-repeat;
    background-size: cover;
    /* min-height: 90vh; */
    min-width: 100vw;
}

.property-banner .black-overlay {
    background-color: black;
    opacity: 0.5;
    z-index: 888;
}

.property-banner .banner-overlay-content {
    bottom: 15%;
    left: 0;
    right: 0;
    margin: auto;

    @media (min-width: 1200px) {
        bottom: 15%;
    }
}

.property-banner .banner-overlay-content button.cta-button {
    max-width: fit-content;
}

.property-banner .banner-overlay-content .overlay-content-wrapper .title-box {
    font-size: 2.5rem;
    font-weight: 600;
}

@media (min-width: 768px) {
    .property-banner .banner-overlay-content .overlay-content-wrapper .title-box {
        font-size: 4rem;
    }
}

.property-location>div {
    height: 60vh;
}

.property-location iframe {
    height: 100%;
}

.option-wrapper {
    padding: 1rem 0px;

    @media screen and (min-width: 1200px) {
        padding: 0px 1rem;
    }
}

.option-wrapper .option-name {
    font-weight: 600;
}

.registration-form form input {
    border-radius: 0;
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.registration-form form .terms-and-conditions {
    font-size: 0.8rem;
}

.topic {
    font-weight: 600;
}

::placeholder {
    color: #000000 !important;
}

.registration-form form input:hover {
    border-color: #C17F64;
}

.registration-form form input:hover:focus {
    border-color: #C17F64;
}

/* CONTACT US page styles */
.contact-details-box {
    border: 2px solid #C6AC7E;
}

.contact-details-box .box-header {
    background-color: #C6AC7E;
	color: #000000 !important;
}

button.cta-button-whatsapp {
	color: #000000;
    background-color: #ffffff;
    border: 2px solid #C6AC7E;
}

button.cta-button-whatsapp:hover {
	color: #ffffff;
    background-color: #C6AC7E;
    border: 2px solid #C6AC7E;
}

button.cta-button {
    color: #000000;
    background-color: #ffffff;
    border: 2px solid #C6AC7E;
}

button.cta-button:hover {
    color: #ffffff;
    background-color: #C6AC7E;
}

.btn-group.btn-group-bg button.cta-button:hover {
    color: #ffffff;
    background-color: #C6AC7E;
    border: 2px solid #ffffff;
}

.btn-group:not(.btn-group-bg) button.cta-button:first-of-type {
    color: #ffffff;
    background-color: #C6AC7E;
    border: 2px solid #C6AC7E;
}

.banner-overlay-content button.cta-button {
    color: #000000;
    background-color: #C6AC7E;
}

.btn-group:not(.btn-group-bg) button.cta-button:first-of-type:hover {
    color: #000000;
    background-color: #ffffff;
    border: 2px solid #C6AC7E;
}

.banner-overlay-content button.cta-button:hover {
    color: #000000;
    background-color: #ffffff;
}

.btn-group {
    @media (max-width: 576px) {
        flex-direction: column;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .text-content-wrapper .image-with-content-left .box-wrapper::after {
        content: "";
        background: #e0e0e0;
        position: absolute;
        left: 0;
        height: 2px;
        width: 60%;
        top: 0;
    }
}

#explore-properties-btn a {
	background-color: #DCCAA8;
	color: #000000;
}

#explore-properties-btn a:hover {
	background-color: #000000;
	color: #ffffff;
}

footer .site-above-footer-wrap {
    font-size: 13px;
}

footer .site-above-footer-wrap .widget-title {
    font-size: 24px !important;
}

footer .site-above-footer-wrap aside nav ul {
    padding: 0;
}

footer .site-above-footer-wrap aside form input {
    background-color: transparent;
}

footer .site-above-footer-wrap aside form input:focus {
    background-color: transparent;
}

footer .site-above-footer-wrap aside form input {
    border:1px solid #ffffff;
}

footer .site-above-footer-wrap aside form input::placeholder {
    color: #ffffff !important;
    opacity: 1;
}

footer .site-above-footer-wrap aside form input::-ms-input-placeholder {
    color: #ffffff !important;
    opacity: 1;
}

footer .site-above-footer-wrap aside form input {
    height: 50px;
    color: #ffffff !important;
}

footer .site-above-footer-wrap aside form button {
    background-color: #ffffff;
    color: #000000;
	border: 1px solid #ffffff;
}

footer .site-above-footer-wrap aside form button:hover {
    background-color: transparent;
    color: #ffffff;
    border-color: #ffffff;
}

footer .site-above-footer-wrap aside form a {
    text-decoration: underline;
}

footer .site-above-footer-wrap aside ul li {
    margin-bottom: 1rem;
}

footer .site-above-footer-wrap aside ul li:hover {
    text-decoration: underline;
    text-decoration-color: #ffffff;
}

footer .site-above-footer-wrap aside ul li a {
	text-decoration: none;
}

.site-above-footer-wrap[data-section="section-above-footer-builder"] .ast-builder-grid-row, .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row {
	@media (min-width: 992px) {
		max-width: 768px !important;
		padding-left: 0.75rem;
	}
	
	@media (min-width: 1024px) {
		max-width: 992px !important;
		padding-left: 0.75rem;
	}
	
	@media (min-width: 1200px) {
		max-width: 1024px !important;
		padding-left: 0.75rem;
	}
	
	@media (min-width: 1400px) {
		max-width: 1320px !important;
		padding-left: 0.75rem;
	}
}

.button-on-image {
	font-size: 14px;
}

.full-width-container #content .ast-container {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

.text-util-sm {
    font-size: 11px;
}