.elementor-kit-5 {
    --e-global-color-primary: #6A43DA;
    --e-global-color-secondary: #7945E9;
    --e-global-color-text: #FFFFFF;
    --e-global-color-accent: #7945E9;
    --e-global-color-13cd243: #0D0D0D;
    --e-global-color-5844c88: #090909;
    --e-global-color-48020a0: #F32C2C;
    --e-global-color-10252a0: #00FFB3;
    --e-global-color-179f0e9: #131313;
    --e-global-color-080905e: #0D0D0DE6;
    --e-global-typography-primary-font-family: "Poppins";
    --e-global-typography-primary-font-weight: 600;
    --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;
    color: var( --e-global-color-text );
    background-color: #131313;
    background-image: url("../images/Backgroun-1.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.elementor-kit-5 a {
    color: #6A43DA;
}

.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1140px;
}

.e-con {
    --container-max-width: 1140px;
}

.elementor-widget:not(:last-child) {
    margin-block-end:20px;}

.elementor-element {
    --widgets-spacing: 20px 20px;
}

{
}

h1.entry-title {
    display: var(--page-title-display);
}

.elementor-kit-5 e-page-transition {
    background-color: #FFBC7D;
}

@media(max-width: 1024px) {
    .elementor-kit-5 {
        background-repeat:no-repeat;
        background-size: cover;
    }

    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 1024px;
    }

    .e-con {
        --container-max-width: 1024px;
    }
}

@media(max-width: 767px) {
    .elementor-kit-5 {
        background-position:top center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 767px;
    }

    .e-con {
        --container-max-width: 767px;
    }
}

/* Start custom CSS */
body, html {
    overflow-x: hidden !important;
}

/* End custom CSS */