.elementor-kit-41{--e-global-color-primary:#2D82FF;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#2DB6FE;--e-global-color-9bdaa87:#FFFFFF;--e-global-color-0f0b1e6:#000000;--e-global-color-6de8f43:#1A2537;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;}.elementor-kit-41 button,.elementor-kit-41 input[type="button"],.elementor-kit-41 input[type="submit"],.elementor-kit-41 .elementor-button{background-color:transparent;font-family:"Poppins", Sans-serif;background-image:linear-gradient(80deg, var( --e-global-color-primary ) 0%, var( --e-global-color-accent ) 100%);border-radius:50px 50px 50px 50px;padding:15px 25px 15px 25px;}.elementor-kit-41 e-page-transition{background-color:#FFBC7D;}.elementor-kit-41 button:hover,.elementor-kit-41 button:focus,.elementor-kit-41 input[type="button"]:hover,.elementor-kit-41 input[type="button"]:focus,.elementor-kit-41 input[type="submit"]:hover,.elementor-kit-41 input[type="submit"]:focus,.elementor-kit-41 .elementor-button:hover,.elementor-kit-41 .elementor-button:focus{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.5);}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.no-shadow {
    box-shadow:none!important;
}

.gradient-text {
    background: -webkit-linear-gradient(45deg, #2DB6FE, #2D82FE);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*HERO Video 3D Animation*/

.video-wrapper {
    perspective: 1e3px;
  perspective-origin: 50% 50%;
}

.video-preview:after {
    content: '';
    width: 100%;
    height:100%;
background: linear-gradient(-45deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 10%, rgba(255,255,255,.8) 40%, rgba(255,255,255,0) 80%, rgba(255,255,255,0) 100%);
background-size:100% 100%;
background-position: top right;
    position: absolute;
    animation: rotate-shine linear forwards;
    animation-timeline: view();
    animation-range-start: 150px;
    animation-range-end:800px;
    opacity: 1;
}

@keyframes rotate-shine {
    to {background-size:200% 100%;
        background-position: left center;
        opacity:0.1;
    }
}

.video-preview {
    transform: rotateX(25deg);
    /*will-change: transform;*/
    transform-style: preserve-3d;
    animation: rotate-video linear forwards;
    animation-timeline: view();
    animation-range-start: 150px;
    animation-range-end:800px;
}

@keyframes rotate-video {
    to { transform: rotateX(0deg); }
}

.video-button-div:hover {
    transform:scale(1.1);
    transition: transform 0.5s ease;
}

.video-button-div {
    width:100px;
    height:100px;
    border-radius:50%;
    display: flex;
    justify-content: center;
    background-image:linear-gradient(45deg, #2DB6FE, #2D82FE);
    transition: transform 1s ease;
}

.video-button-div svg {
    display: flex;
    fill:white;
    width: 33%;
}

.box-shadow {
    box-shadow:0px 20px 60px 0px rgba(26, 37, 55, 0.1);
}/* End custom CSS */