/* 
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 */
.headerBtn .elementor-widget-container ul :is(li:nth-of-type(1), li:nth-of-type(2)) {
    padding: 10px;
    background-color: #ADFF1B;
    border-radius: 4px;
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg {
    width: 14px;
}
.banner-sec::before {
    background-image: url(/wp-content/uploads/hero-stroke-bg-scaled.webp);
    left: 20%;
    top: 10%;
}
.banner-sec::before, .banner-sec:after {
    content: "";
    position: absolute;
    width: 200vw;
    height: 200vw;
    max-width: 3500px;
    max-height: 3500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
    animation: 208s linear hero-bg-anim infinite;
    pointer-events: none;
}
.banner-sec {
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}
/* Project */
.elementor-loop-container .project-type-website:nth-of-type(even) .portfolio-wrapper .e-con-inner {
    flex-direction: row-reverse;
}

@media only screen and (max-width: 1024px) {
  /* Project */
    .elementor-loop-container .project-type-website:nth-of-type(even) .portfolio-wrapper .e-con-inner {
        flex-direction: column;
    }
}