@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Bruno+Ace&display=swap');


.elementor-kit-5 {
    --e-global-color-primary: #34B8FF;
    --e-global-color-secondary: #000000;
    --e-global-color-text: #000000;
    --e-global-color-accent: #FBFFBE;
    --e-global-typography-primary-font-family: "Bruno Ace";
    --e-global-typography-primary-font-size: 3.3125em;
    --e-global-typography-primary-font-weight: 900;
    --e-global-typography-secondary-font-family: "Bruno Ace";
    --e-global-typography-secondary-font-size: 2em;
    --e-global-typography-secondary-font-weight: 500;
    --e-global-typography-secondary-line-height: 1.3em;
    --e-global-typography-text-font-family: "Bruno Ace";
    --e-global-typography-text-font-size: 1.4em;
    --e-global-typography-text-font-weight: 500;
    --e-global-typography-text-line-height: 1.6em;
    --e-global-typography-accent-font-family: "Bruno Ace";
    --e-global-typography-accent-font-size: 1.75em;
    --e-global-typography-accent-font-weight: 500;
}

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

.elementor-kit-5 button:hover,
.elementor-kit-5 button:focus,
.elementor-kit-5 input[type="button"]:hover,
.elementor-kit-5 input[type="button"]:focus,
.elementor-kit-5 input[type="submit"]:hover,
.elementor-kit-5 input[type="submit"]:focus,
.elementor-kit-5 .elementor-button:hover,
.elementor-kit-5 .elementor-button:focus {
    color: #FFFFFF;
}

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

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

.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);
}

@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 */
p:last-child {
    margin-bottom: 0px;
}

body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track {
    background: #202020;
}

body::-webkit-scrollbar-thumb {
    background-color: #34B8FF;

    border-radius: 10px;

    border: 2px solid #202020;

}

/* End custom CSS */