.elementor-kit-7{--e-global-color-primary:#83E2DF;--e-global-color-secondary:#23A09C;--e-global-color-text:#FFFFFF;--e-global-color-accent:#0E0E0F;--e-global-typography-primary-font-family:"IBM Plex Sans Arabic";--e-global-typography-primary-font-size:20px;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-line-height:30px;--e-global-typography-secondary-font-family:"IBM Plex Sans Arabic";--e-global-typography-secondary-font-size:80px;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-line-height:80px;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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 */.marquee-tag {
            flex: 0 0 auto;
            display: flex;
            -webkit-align-items: center;
            align-items: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
            gap: 2rem;
            h3 {
                font-size: 2.5rem;
                font-weight: 500;
                color: var(--e-global-color-b2ba8c3);
            }
            .marquee-icon{
                svg{
                    width: 43px;
                    height: 43px;
                }
            }
            &:hover {
                cursor: pointer;
            }
        }
    }

    @-webkit-keyframes marquee {
        0% {
            -webkit-transform: translateX(-50);
            transform: translateX(-50%);
        }

        100% {
            -webkit-transform: translateX(0%);
            transform: translateX(0%);
        }
    }

    @keyframes marquee {
        0% {
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
        }

        100% {
            -webkit-transform: translateX(0%);
            transform: translateX(0%);
        }/* End custom CSS */