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

.cky-btn-accept{
    background: #71CBDF !important;
}

/* Add your custom styles here */
#svg_anim3,
#svg_anim4,
#svg_anim2,
#svg_anim{
    max-width: 500px !important;
    width: 100% !important;
    height: auto;
    position: absolute;
    right: 20px;
    fill: transparent !important;

    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
#svg_anim3.show,
#svg_anim4.show,
#svg_anim2.show,
#svg_anim.show {
    opacity: 1;
}
#svg_anim4.show path,
#svg_anim2.show path{
      stroke-dasharray: 2000;
    stroke-dashoffset: 2000;
    animation: draw 5s ease-in-out forwards;
}
#svg_anim3.show path,
#svg_anim.show path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: draw 3s ease-in-out forwards;
}

@keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}

.gradient-001 h1,
.gradient-001 h2,
.gradient-001 span{
    background-image: linear-gradient(111deg,rgba(45, 144, 237, 1) 0%, rgba(9, 180, 214, 1) 52%, rgba(106, 115, 238, 1) 100%);
    background-clip: text;
    color: transparent !important;
}
#gradient-002 h2,
#gradient-001 h2,
#gradient-001 h1,
#headerLogo span{
    position: relative;
}
#gradient-002 h2::before,
#gradient-001 h1::before,
#headerLogo span::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    transform-origin: left;
    transform: scaleX(0);
    background: rgb(95, 169, 218);
    border-radius: 8px;
    animation: logo 6s infinite;
}
#gradient-001 h1::before{
    animation-delay: 1.5s;
    animation-duration: 9s;
}
@keyframes logo {
    0%{
        transform: scaleX(0);
        transform-origin: left;
    }40%{
       transform: scaleX(1);
        transform-origin: left;
    }45%{
        transform: scaleX(1);
        transform-origin: right;
    }70%{
       transform: scaleX(0);
       transform-origin: right;
    }100%{
        transform: scaleX(0);
        transform-origin: left;
    }

}
.blue{
    color: #2563EB !important;
}
.hover a{
    transition: .3s ease-in-out;
}
.hover a:hover{
    transform: scale(1.02);
    box-shadow: 4px 4px 6px 2px rgba(0, 0, 0, 0.356);
}
#AnimateCoube2,
#AnimateCoube{
    position: relative;
}
#AnimateCoube2::before,
#AnimateCoube::before{
    content:'';
    position: absolute;
    width: 26px;
    height: 26px;
    background: #c9dffa;
    left: 150px;
    top: 250px;
    z-index: -1;
    border-radius: 4.5px;
    animation: cube 8s infinite;
}
#AnimateCoube2::before{
    left: 30px;
}
@keyframes cube {
    0%{
        opacity: 0;
        top: 250px;
    }6%{
        opacity: 1;
        top: 150px;
           transform: rotate(0deg);
    }50%{
        opacity: 1;
        top: 20px;
        transform: rotate(250deg);
    }60%{
        opacity: 0;
        top: 0px;
    }100%{
        opacity: 0;
        top: 250px;
    }
}
#AnimateCoube2::after,
#AnimateCoube::after{
    content:'';
    position: absolute;
    top: 700px;
    left: 320px;
    width: 55px;
    height: 55px;
    background: #e1dcfa;
    z-index: -1;
    border-radius: 4.5px;
    opacity: 0;
    /* animation: cube2 7s ease-in-out infinite; */
}
#AnimateCoube2::after{
    left: initial;
    right: 90px;
}
#AnimateCoube2::after,
#AnimateCoube::after {
    animation: 
        moveUp 6s ease-out infinite,
        fadeInOut 6s ease-in-out infinite;
    animation-delay: .7s;        
}

@keyframes moveUp {
    0% { top: 750px;  transform: rotate(0);}
    100% { top: 200px; transform: rotate(260deg);}
}

@keyframes fadeInOut {
    0% { opacity: 0; }
    20% { opacity: 1; }
    80% { opacity: 1; }
    100% { opacity: 0; }
}

#anim45{
    position: relative;
}
#anim45::after,
#anim45::before{
    content: '';
    position: absolute;
    top: 90px;
    left: 0;
    opacity: 0;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    background: linear-gradient(75deg, #2b65b6 0%, #0e81a3 100%);
    animation: lefting 4s ease-in-out infinite;
    z-index: -1;
}
#anim45::after{
    top: initial;
    bottom: 160px;
    width: 35px;
    height: 35px;
    border-radius: 4px;
    animation-delay: .7s;
}
@keyframes lefting {
    0%{
        opacity: 0;
        left: -50px;
    }50%{
        opacity: 1;
        left: 80px;
    }100%{
        opacity: 0;
        left: -50px;
    }
}
textarea:focus,
input:focus{
    outline: none;
}
form input[type="submit"]{
    transition: .3s ease-in-out;
}
form input[type="submit"]:hover{
    transform: scale(.95);
}

.d-flex{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.wpcf7-spinner{
        margin: 0 0px 14px -20px !important
}

@media(max-width:650px) {
    .d-flex{
        flex-direction: column;
        gap: 0;
    }
}

@media (max-width:1024px) {
    .footers{
        text-align: center;
    }
}

@media (max-width:374px) {
    .cf-turnstile{
        transform: scale(.92) translateX(-10px);
    }
}