/**

Theme Name: reeltalk

Author: Brainstorm Force

Author URI: https://reeltalk.yourdevelopmentserver.net/

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

Text Domain: reeltalk

Template: astra

*/


.elementor-widget-text-editor p {
    margin-bottom: 0px !important;
}

.service-btn-style {
    clip-path: polygon(0% 0%, 91% 0%, 99% 100%, 0% 100%);
}

.arrow-style svg {
    rotate: -32deg;
    margin-top: -4px;
}

.footer-heading-uniq {
    color: #B8C99B !important;
}

.img-close-icon {
    filter: brightness(0) invert(1);
}

.sub-menu {
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    transition: all 0.4s ease !important;
}

.sub-menu.sub-menu-open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
.container-menu-desktop {
    position: fixed;
    transform: translateX(100%);
    transition: 0.8s all;
}

.container-menu-desktop.active {
    transform: translateX(0);
    transition: 0.8s all;

}

.desktop-menu-toggle-open,
.desktop-menu-toggle-close {
    cursor: pointer;
}

.contact-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
}

.child-field p {
    margin-bottom: 0px !important;
}

.main_field input,
.main_field textarea {
    padding: 25px 0px !important;
    border: none;
    border-bottom: 1px solid #0000006b;
    border-radius: 0px !important;
    background: none !important;
    font-size: 20px !important;
    width: 90% !important;
    color: #000 !important;
    box-shadow: none !important;
}

.main_field input:focus,
.main_field textarea:focus {
    border: none;
    border-bottom: 1px solid #000;
}

.main_field textarea {
    resize: none;
    height: 180px;
}

.form-buttonx input {
    background-color: #66869B !important;
    font-family: "Bebas Neue", Sans-serif !important;
    font-size: 24px !important;
    font-weight: normal !important;
    line-height: 35px !important;
    box-shadow: -6px 6px 1px 0px #B8C99B !important;
    border-radius: 10px 10px 10px 10px !important;
    padding: 18px 40px 14px 40px !important;
    margin: 0px 0px 0px 6px !important;
    transition: .5s all;
}

.form-buttonx input:hover {
    background-color: #B8C99B !important;

    box-shadow: -6px 6px 1px 0px #66869B !important;

}


.hover-service-card img {
    transition: .5s all;
    transform: scale(1);
}

.hover-service-card:hover img {
    transform: scale(1.2);
}

.hover-service-card:hover .service-btn-style {
    background-color: #B8C99B !important
}

.container-menu-desktop .hfe-menu-item {
    text-wrap: nowrap !important;
}

.cnnt-link:hover {
    color: #66869B !important;
}

.ftor-link:hover {
    color: #66869B !important;
    border-color: #66869B !important;
}

@media(max-width:767px) {
    body.no-scroll {
        overflow: hidden;
        height: 100vh;
    }

    .form-buttonx input {
        font-size: 22px;
        padding: 15px 25px 12px 25px;
    }

    .footer-heading a {
        display: inline-block;
    }
}