/* 
Theme Name: Hello Child
Theme URI: https://elementor-site.ir/
Description: 
Author: Elementor Site
Author URI: https://elementor-site.ir/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
.glob7 {
    position: relative;
    display: inline-block;
    z-index: 2;
}

.glob7::after {
    content: "";
    position: absolute;
    background: linear-gradient(-136deg, var(--e-global-color-6beab67) 2%, var(--e-global-color-dc13a12) 51%, var(--e-global-color-eff2973) 97%);
    border-radius: 50%;
    right: -20px;
    top: 0px;
    width: 50px;
    height: 50px;
    z-index: -1;
    filter: blur(0);
}

.imgcarousel img {
    transition: transform 1.5s ease;
    object-fit: cover;
    height: 100%;
}

.imgcarousel img:hover {
    transform: scale(1.2);
}

.form_contact textarea,
.form_contact input {
    color: var(--e-global-color-text);
    border-radius: 35px !important;
    padding: 20px 32px 0 0;
    border-style: solid;
    border-width: 3px;
    border-color: #434343 !important;
    transition: all ease-out .3s;
    background: none;
}

.form_contact input {
    height: 40px;
}

.form_contact button[type=submit] {
    font-family: "Shabnam", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1.3em;
    border-radius: 35px;
    padding: 20px 60px;
    background-color: transparent;
    background-image: linear-gradient(-180deg, #451fc2 0%, #5d30ee 100%);
    transition: all ease-out .3s;
}

.form_contact button[type=submit]:hover {
    background-color: transparent;
    background-image: linear-gradient(180deg, #5d30ee 0%, #451fc2 100%);
}

#footer-top {
    background: linear-gradient(-136deg, var(--e-global-color-6beab67) 2%, var(--e-global-color-dc13a12) 51%, var(--e-global-color-eff2973) 97%);
    border-radius: 25px;
}

footer .footer_1 {
    width: 100vw;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);

}

footer .lp {
    /* color: white !important; */
    font-family: vazir;
    font-weight: 800;
    font-size: 22px;
    color: #ffffff;
    align-self: center;
}

#footer_div_1 {
    background: linear-gradient(-136deg, var(--e-global-color-6beab67) 2%, var(--e-global-color-dc13a12) 51%, var(--e-global-color-eff2973) 97%);
    border-radius: 25px;
    width: 70%;
    max-width: 1200px;
    margin: 0 auto -145px auto;
}