/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 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
*/


/* Header section start design */
.header-main {
    border: 1px solid #FFFFFF1A;
    background: #FFFFFF29;
    backdrop-filter: blur(60px);
}

/* Banner Section */
/* .banner-inner {
    width: calc(1140px + ((100vw - 1140px) / 2) - 10px);
    margin: 0 auto;
} */

.button-icon-shape span.elementor-button-icon {
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button-icon-shape span.elementor-button-content-wrapper {
    align-items: center;
}

/* Banner Slider */
.marquee-wrapper .container {
    margin: 0 auto !important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.banner-section::before {
    z-index: 1;
}

.banner_content {
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.marquee-wrapper .marquee-block {
    height: 800px;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0;
}

.marquee-inner {
    display: block;
    position: absolute;
    width: 100%;
}

.marquee-item p {
    font-weight: 800;
    font-size: 30px;
    padding: 100px;
    font-family: cursive;
}

.marquee-inner.to-left {
    animation: marqueeTop 25s linear infinite;
}

.marquee-inner.to-right {
    animation: marqueeBottom 25s linear infinite;
}

.marquee-item {
    width: 287px;
    height: 310px;
    display: block;
    margin-bottom: 20px;
    transition: all .2s ease-out;
}

@keyframes marqueeTop {
    0% {
        top: 0;
    }

    100% {
        top: -100%;
    }
}

@keyframes marqueeBottom {
    0% {
        top: -100%;
    }

    100% {
        top: 0;
    }
}

/* Video section css start */
.video-section video.elementor-video {
    object-fit: contain !important;
}

/* Events section css */
.content_events {
    opacity: 0;
    transition: 0.6s all;
    position: absolute;
    overflow: hidden;
    top: 48%;
}
.events-main-section:hover .content_events {
    opacity: 1;
    position: absolute;
    top: 48%;
}
.events-main-section .elementor-widget-image {
    position: relative;
    transition: 0.6s all;
}
.events-main-section:hover .elementor-widget-image:after {
    background: #00000057;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


/* Home page Accordian section css */
.tab-container {
    height: 350px;
}

.tab-container .e-n-accordion {
    column-count: 2;
}

.tab-container details.e-n-accordion-item {
    outline: 1px solid #5E5E5E;
    border-radius: 20px;
    margin-bottom: 30px !important;
}

.tab-container .elementor-widget-container p {
    margin: 0;
}
.tab-container summary.e-n-accordion-item-title {
    padding: 20px !important;
}

.tab-container details.e-n-accordion-item[open] {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.09)),
        linear-gradient(94.29deg, rgba(0, 191, 255, 0) 0%, rgba(0, 191, 255, 0.1) 100%);
}

.tab-container span.e-n-accordion-item-title-icon svg {
    fill: transparent !important;
}

/* All creators section css start */
.creators-form label.gform-field-label.gfield_consent_label {
    color: #fff;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 300;
    line-height: 22.5px;
    text-align: left;
}

.creators-form .ginput_container input,
.creators-form textarea {
    height: 72px;
    border-radius: 20px;
    border: 1px solid #585858;
    background: transparent;
    color: #fff;
    position: relative;
    padding: 0 25px 0 52px;
}

.creators-form textarea {
    padding: 20px;
}

.creators-form input#input_1_8_1 {
    height: 25px;
    width: 25px;
    border-radius: 5px;
    padding: 0;
}
.footer-copyright p {
    margin: 0;
}
.creators-form input#input_1_3_3 {
    background: url('images/name.svg');
}

.creators-form input#input_1_5 {
    background: url('images/email.svg');
}

.creators-form input#input_1_6 {
    background: url('images/phone.svg');
}

.creators-form input#input_1_3_3,
.creators-form input#input_1_5,
.creators-form input#input_1_6 {
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center left 20px;
}

input#gform_submit_button_1 {
    width: 187px;
    height: 52px;
    gap: 0px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 300;
    font-family: Poppins;
}

p.gform_required_legend,
span.gfield_required.gfield_required_asterisk {
    display: none !important;
}

.contact-page-form-sec .gform_footer.top_label {
    display: block;
    margin-top: 30px;
    text-align: center;
}

/* Join Network form section css */
.join-network-form  .ginput_container input {
    height: 46px !important;
}
.join-network-form .gform_confirmation_message_2 {
    text-align: center !important;
    font-size: 18px !important;
}
.join-network-form div#gform_fields_2 {
    gap: 20px;
}
.join-network-form input#gform_submit_button_2 {
    width: 100%;
    padding: 14px;
    font-size: 16px;
    font-family: "Poppins", Sans-serif;
    text-transform: uppercase;
}
.join-network-form input#input_2_5_1 {
    height: 24px !important;
    width: 24px;
}
.join-network-form label.gform-field-label {
    color: #fff;
}
div#gform_2_validation_container,
div#gform_1_validation_container {
    background: #fff;
    margin-bottom: 0;
}
/* label.gform-field-label.gform-field-label--type-inline.gfield_consent_label {
    color: #fff;
} */



.modal-join-events a.dialog-close-button {
    display: flex;
    background-color: var( --e-global-color-primary );
    font-size: 22px;
    padding: 4px;
}

/* Footer Section css start */
.social-link-footer .elementor-social-icon {
    background: linear-gradient(180deg, #1D38FF 0%, #5A6CF1 100%);
}
.footer-menu ul.elementor-nav-menu {
    gap: 20px;
}
.footer-menu ul.elementor-nav-menu li.menu-item {
    width: 30%;
}



@media (min-width: 1366px) and (max-width: 1400px) {
    .heading-creators h3.elementor-heading-title {
        font-size: 180px !important;
    }
}

@media screen and (max-width: 1024px) {
    .marquee-wrapper .marquee-block {
        height: 650px;
    }

    .marquee-item {
        width: 100%;
        height: 100%;
    }

}

@media screen and (max-width: 767px) {
    .marquee-wrapper .marquee-block {
        height: 570px;
    }

    .tab-container {
        height: auto;
    }

    .tab-container .e-n-accordion {
        column-count: 1;
    }
    .footer-menu ul.elementor-nav-menu li.menu-item {
        width: 100%;
        text-align: center;
    }
    .footer-menu ul.elementor-nav-menu {
        width: 100%;
    }
    .footer-menu ul.elementor-nav-menu a.elementor-item {
        display: block;
        text-align: center;
    }

}