.elementor-kit-6{--e-global-color-primary:#DA0000;--e-global-color-secondary:#DA0000;--e-global-color-text:#1A1A1A;--e-global-color-accent:#FFFFFF;--e-global-typography-primary-font-family:"yaro op";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Open Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Open Sans";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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 */.Btn a {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 10px;
    background: linear-gradient(
        90deg,
        #5a0000 0%,
        #a80000 20%,
        #ff1a1a 45%,
        #a80000 70%,
        #5a0000 100%
    );
    background-size: 300% 300%;
    font-size: 0.8em;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
    text-decoration: none;
        animation: gradientMove 5s ease infinite;
}

.logoIcon path {
    fill: #fff;
}


/* Gradient Animation */
@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'yaro op';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://rizeappmusic.com/wp-content/uploads/2026/05/Yaro-Op-Black.ttf') format('truetype');
}
/* End Custom Fonts CSS */