* {
    font-family: "Montserrat", Sans-serif !important;
}

p,
.section-title p {
    font-size: 17px !important;
    line-height: 150% !important;
}

#why_xooapp {
    display: block !important;
}


.header nav > .container {
    position: relative;
}

.header-socials {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

@media (max-width: 1000px) {
    .header-socials {
        position: initial;
        transform: initial;
        right: initial;
        top: initial;
    }
}

@media (max-width: 900px) {
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 92vw !important;
    }
    .hero__section .elementor-container {
        flex-direction: column;
    }
    .hero__column-image {
        width: 100% !important;
        order: 2;
        /* display: none !important; */
    }
    .hero__column-image .elementor-widget-container {
        text-align: center;
        padding-top: 20px;
    }
    .hero__column-image .elementor-widget-container img {
        height: 450px;
        width: auto;
    }
    .hero__home {
        padding-top: 100px !important;
        padding-bottom: 0px !important;
    }
    .hero__column-text {
        width: 100% !important;
        order: 1;
    }
    .hero__column-text .section-title {
        text-align: center !important;
        /* color:  */
    }
    .hero__column-text  .stores-badge {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .hero__column-text  .stores-badge img {
        height: 44px !important;
        width: auto !important;
    }
    .hero__column-text .section-title h1 {
        font-size: 36px !important;
        color: #FFF !important;
    }
    br {
        display: initial !important;
    }
    .hero__column-text .section-title p {
        color: #FFF !important;
    }
    .reechit__app-block .section-title p {
        padding: 10px 0 !important;
    }
    .reechit__app-block .section-title h2 {
        font-size: 36px !important;
        line-height: 125% !important;
        box-shadow: none !important;
    }
}

@media (max-width: 767px) {
    #why_xooapp {
        padding-bottom: 30px !important;
    }
    .reechit__specialist img {
        height: 350px !important;
        width: 100% !important;
        object-fit: cover;
    }
    .reechit__images .e-con.e-flex {
        width: 50%;
    }
    .reechit__images .e-con.e-flex img {
        max-height: 600px;
        width: auto;
    }
    .footer-spacer .elementor-spacer-inner {
        height: 10px !important;
    }
    .elementor-762 .elementor-element.elementor-element-794f0256 {
        padding-top: 30px;
    }
}

@media (max-width: 650px) {
    .hero__column-text .section-title p {
        padding-top: 15px !important;
    }
}

@media (max-width: 350px) {
    .reechit__images .e-con.e-flex {
        width: 100%;
    }
    .reechit__images .e-con.e-flex img {
        max-height: 500px;
        width: auto;
    }
}

@media (max-width: 400px) {
    .hero__column-text .section-title h1 {
        font-size: 28px !important;
    }
    .hero__column-text .stores-badge img {
        height: 35px !important;
    }
    p,
    .section-title p {
        font-size: 16px !important;
    }
    .reechit__app-block .section-title h2 {
        font-size: 28px !important;
    }
}

.fa-twitter:before {
    content: '';
    background-image: url('/wp-content/themes/xooapp/assets/images/x.svg');
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    display: inline-flex;
}

nav.navbar.scroll .fa-twitter {
    filter: invert(0);
    transition: .4s ease;
}

nav.navbar.scroll .fa-twitter {
    filter: invert(1);
    opacity: .6;
    transition: .4s ease;
}