.elementor-kit-5{--e-global-color-primary:#723EFF;--e-global-color-secondary:#0A0118;--e-global-color-text:#FFFFFF;--e-global-color-accent:#0A0117;--e-global-color-0aa2566:#A052FF;--e-global-color-eb927f1:#1B023F;--e-global-color-8704014:#090117;--e-global-color-c81e1ec:#0A0118;--e-global-typography-primary-font-family:"Nunito Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Nunito Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Tomorrow";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Nunito Sans";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-8704014 );font-family:"Tomorrow", Sans-serif;overscroll-behavior:auto;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{font-family:"Tomorrow", Sans-serif;}.elementor-kit-5 h1{font-family:"Audiowide", Sans-serif;}.elementor-kit-5 h2{font-family:"Audiowide", Sans-serif;}.elementor-kit-5 h3{font-family:"Audiowide", Sans-serif;}.elementor-kit-5 h4{font-family:"Audiowide", Sans-serif;}.elementor-kit-5 h5{font-family:"Audiowide", Sans-serif;}.elementor-kit-5 h6{font-family:"Audiowide", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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 .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 */html {
  scroll-behavior: smooth !important;
  height: auto;
  overflow-y: auto;
}

img{
    pointer-events:none !important;
}

body {
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: visible;
}

/* Scrollbar Width */
::-webkit-scrollbar {
    width: 9px;
}

/* Track */
body::-webkit-scrollbar-track {
    background: #1a1a1a; /* optional dark background */
}

/* Thumb */
body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-image: linear-gradient(
        124deg,
        #624FB8 34%,
        #8750F7 92%
    );
}
@media screen and (max-width:767px){
    html,body{
        overflow-x:hidden !important;
    }
    nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    border-top: 0px !important;
        border-radius: 0px 0px 21px 21px !important;
}/* End custom CSS */