.elementor-1736 .elementor-element.elementor-element-65ea3a7{--display:flex;--min-height:2000px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--overflow:auto;--background-transition:0.3s;--border-radius:0px 0px 0px 0px;--margin-top:-70px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1736 .elementor-element.elementor-element-65ea3a7, .elementor-1736 .elementor-element.elementor-element-65ea3a7::before{--border-transition:0.3s;}.elementor-1736 .elementor-element.elementor-element-65ea3a7 > .elementor-shape-bottom svg, .elementor-1736 .elementor-element.elementor-element-65ea3a7 > .e-con-inner > .elementor-shape-bottom svg{height:100px;}.elementor-1736 .elementor-element.elementor-element-65ea3a7 > .elementor-shape-bottom, .elementor-1736 .elementor-element.elementor-element-65ea3a7 > .e-con-inner > .elementor-shape-bottom{z-index:2;pointer-events:none;}.elementor-1736 .elementor-element.elementor-element-65ea3a7.e-con{--align-self:flex-end;}.elementor-1736 .elementor-element.elementor-element-2359edf > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-1736 .elementor-element.elementor-element-2359edf{z-index:0;}.elementor-1736 .elementor-element.elementor-element-4af9653{--display:grid;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(2, 1fr);--grid-auto-flow:row;--background-transition:0.3s;}.elementor-1736 .elementor-element.elementor-element-a92ab95{--display:flex;--min-height:1000px;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--background-transition:0.3s;--position:fixed;top:0px;}body:not(.rtl) .elementor-1736 .elementor-element.elementor-element-a92ab95{left:0px;}body.rtl .elementor-1736 .elementor-element.elementor-element-a92ab95{right:0px;}.elementor-1736 .elementor-element.elementor-element-27fd697 .elementor-heading-title{color:#B9BABD;font-family:var( --e-global-typography-837304c-font-family ), Sans-serif;font-size:var( --e-global-typography-837304c-font-size );font-weight:var( --e-global-typography-837304c-font-weight );line-height:var( --e-global-typography-837304c-line-height );letter-spacing:var( --e-global-typography-837304c-letter-spacing );word-spacing:var( --e-global-typography-837304c-word-spacing );}.elementor-1736 .elementor-element.elementor-element-7ab5bc8{--display:flex;--min-height:700px;--background-transition:0.3s;}.elementor-1736 .elementor-element.elementor-element-7ab5bc8:not(.elementor-motion-effects-element-type-background), .elementor-1736 .elementor-element.elementor-element-7ab5bc8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-c799d16 );}.elementor-1736 .elementor-element.elementor-element-7ab5bc8, .elementor-1736 .elementor-element.elementor-element-7ab5bc8::before{--border-transition:0.3s;}.elementor-1736 .elementor-element.elementor-element-c803b41{color:var( --e-global-color-accent );}body.elementor-page-1736{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(max-width:1024px){.elementor-1736 .elementor-element.elementor-element-4af9653{--grid-auto-flow:row;}.elementor-1736 .elementor-element.elementor-element-27fd697 .elementor-heading-title{font-size:var( --e-global-typography-837304c-font-size );line-height:var( --e-global-typography-837304c-line-height );letter-spacing:var( --e-global-typography-837304c-letter-spacing );word-spacing:var( --e-global-typography-837304c-word-spacing );}}@media(max-width:767px){.elementor-1736 .elementor-element.elementor-element-4af9653{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(2, 1fr);--grid-auto-flow:row;}.elementor-1736 .elementor-element.elementor-element-27fd697 .elementor-heading-title{font-size:var( --e-global-typography-837304c-font-size );line-height:var( --e-global-typography-837304c-line-height );letter-spacing:var( --e-global-typography-837304c-letter-spacing );word-spacing:var( --e-global-typography-837304c-word-spacing );}}/* Start custom CSS for html, class: .elementor-element-2359edf */.area{
    background: #000020;  
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);  
    width: 100%;
    height:75vw;
}

.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}/* End custom CSS */