/* 
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
*/

/*
    Add your custom styles here
*/

body,
html {
    background: #fff !important;
    overflow-x: hidden;
}

:root {
    --dz-primary: #E04001;
    --dz-secondary: #2B2B2B;
    --dz-purple: #782bc6;
}

.nomar * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    color: var(--dz-primary);
}

a:hover,
a:focus,
a:active,
a:focus-visible {
    color: var(--dz-secondary);
}

.new-footer p a {
    color: #fff;
}

.new-footer p a:hover,
.new-footer p a:focus,
.new-footer p a:focus-visible {
    color: var(--dz-primary);
}

section.elementor-section.topblock{
    padding: 8% 0;
    position: relative;
}

section.elementor-section.topblock.pb-0{
    padding-bottom: 0;
}

section.elementor-section.topblock.pb-2{
    padding-top: 2%;
}

section.elementor-section.topblock .elementor-container{
    position: relative;
    z-index: 2;
}

section.elementor-section.topblock:before{
    background:radial-gradient(at bottom center, #ffffff00 0%,#faf8f4 78.2%);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

section.elementor-section.topblock:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(assets/img/geometry-grid.png) repeat center center/400px;
    opacity: 0.2;
    z-index: 0;
}

.fancy-title .elementor-heading-title span {
    font-family: var(--e-global-typography-accent-font-family);
    font-style: italic;
    font-weight: 900;
    line-height: inherit;
    color: var(--dz-purple);
    position: relative;
}

.fancy-title .elementor-heading-title span.highlight:before{
    background: url(assets/img/highlight-up.webp) no-repeat top left / 30%;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: -10px;
    left: 27px;
    z-index: 2;
    transform: scaleX(-1);
}

.fancy-title .elementor-heading-title span.whoosh:before{
    background: url(assets/img/underline-swosh.webp) no-repeat bottom center / 60%;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 25px;
    left: 0;
    z-index: 2;
}

.fancy-title .elementor-heading-title span.star:before{
    background: url(assets/img/sparkel.webp) no-repeat top left / 20%;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: -12px;
    left: 100px;
    z-index: 2;
}

.elementor-element.herotext{
    position: relative;
}

.elementor-element.herotext:before{
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    top: 0;
    left: 0;
    background: url(assets/img/doodle-lamp.webp) no-repeat left center/contain;
    transform: rotate(320deg);
}

.elementor-element.herotext:after{
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    top: 0;
    right: 0;
    background: url(assets/img/doodle-paper.webp) no-repeat right center/contain;
}

.points li.elementor-icon-list-item {
    background: #fff;
    border: 1px solid #656c6f26;
    padding: 15px 8px !important;
    border-radius: 8px;
    width: fit-content;
}

.points ul.elementor-icon-list-items {
    justify-items: end;
}

.elementor-column.compact-text .elementor-widget-wrap {
    margin: 10% !important;
    padding: 5% !important;
    text-align: center;
}

.img-captionbox figure.elementor-image-box-img {
    justify-content: center;
    display: flex;
    width: 100%;
}

.img-captionbox figure.elementor-image-box-img img {
    width: 90%;
}

.img-captionbox .elementor-image-box-content {
    position: absolute;
    bottom: 20px;
    background: #fff;
    width: 80%;
    left: 0;
    right: 0;
    margin: auto;
    padding: 8px 15px;
    border-radius: 20px;
}

.img-captionbox .elementor-image-box-wrapper {
    position: relative;
}

.points.al-left ul.elementor-icon-list-items {
    justify-content: space-between;
    gap: 20px;
}

@media only screen and (max-width: 1024px) {
    .elementor-section.new-footer .elementor-column:first-child {
        order: 2;
    }

    nav.hfe-nav-menu__layout-horizontal {
        position: absolute;
        height: auto !important;
        top: 100%;
    }

    .hfe-nav-menu-icon {
        padding: 7px !important;
        border-radius: 8px !important;
    }

    .hfe-nav-menu__toggle.elementor-clickable,
    nav.hfe-nav-menu__layout-horizontal {
        transition: all 0.3s ease-in-out 0s;
    }

    .hfe-nav-menu__toggle.elementor-clickable.hfe-active-menu.hfe-active-menu-full-width {
        transform: scaleX(-1);
    }

    .hfe-nav-menu.hfe-layout-horizontal.hfe-nav-menu-layout.horizontal.hfe-pointer__none {
        overflow: hidden;
    }

    .fancy-title .elementor-heading-title br{
        display: none;
    }

    .fancy-title .elementor-heading-title span.highlight {
        margin-right: 25px;
    }

    .fancy-title .elementor-heading-title span.highlight:before{
        top: -5px;
        left: 18px;
    }

    .points ul.elementor-icon-list-items {
        justify-items: center;
    }
}

@media only screen and (max-width: 768px) {
    .elementor-element.herotext:before, .elementor-element.herotext:after{
        display: none;
    }
}