/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
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
*/

/* Add your custom styles here */


.custombtn1 span.elementor-button-content-wrapper {
    background-color: #000;
    padding: .75rem 2.5rem;
    border-radius: 30px;
}

.custombtn1 a.elementor-button {
    background-image: radial-gradient(circle at 0 0, #ff28c3, #31b5ff);
    padding: 2px !important;
}
.textShadow1 h1{
    text-shadow:0 16px 24px rgba(0, 0, 0, .25), 0 24px 40px rgba(0, 0, 0, .25), 0 60px 80px rgba(0, 0, 0, .6);
}
.box-shadow1{
    box-shadow:0 16px 24px -8px rgba(0, 0, 0, .25), 0 25px 40px -16px rgba(0, 0, 0, .5), 0 60px 80px -40px #000;
}
.bottomForm input#form-field-email {
    background-image: radial-gradient(circle at 0 0, #ff28c3, #31b5ff);
    padding: 10px 20px !important;
    height: 70px !important;
    min-height: unset;
    border-radius: 40px;
    /*border: 2px solid #fff;*/
    background: #000000;
}
.bottomForm .elementor-form-fields-wrapper {
    background-image: radial-gradient(circle at 0 0, #ff28c3, #31b5ff);
    border-radius: 40px;
    padding: 2px;
}
.bottomForm .elementor-field-type-submit {
    position: absolute;
    right: -20px;
    top: 8px;
}
.imageBorder img {
    background-image: radial-gradient(circle at 0 0, #ff28c3, #31b5ff);
    padding: 1px;
}
.border-style1:before {
    background-image: radial-gradient(circle at 0 0, #ff28c3, #31b5ff);
    content: '';
    background-color: transparent;
    z-index: -1;
    width: calc(100% + 4px);
    left: -2px;
    height: calc(100% + 4px);
    top: -2px;
}
.bottomForm1 .elementor-field-type-acceptance {
    position: absolute;
    bottom: -50px;
}

@media only screen and (max-width: 767px) {
    .imgPosition {
        position: relative !important;
        top: unset !important;
        bottom: unset !important;
    }
    .bottomForm .elementor-field-type-submit {
        position: unset;
        right: unset;
        left: unset;
        top: unset;
        text-align: center;
        margin-top: 20px;
        display: flex   ;
        justify-content: center;
    }
    .bottomForm .elementor-form-fields-wrapper{
        background-image:unset;
    }
}


