.elementor-kit-667{--e-global-color-primary:#A98835;--e-global-color-secondary:#1D1D1C;--e-global-color-text:#1D1D1C;--e-global-color-accent:#A98835;--e-global-typography-primary-font-family:"El Messiri";--e-global-typography-primary-font-size:22px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"El Messiri";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"El Messiri";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"El Messiri";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:400;color:#000000;font-family:"El Messiri", Sans-serif;font-size:18px;}.elementor-kit-667 e-page-transition{background-color:#FFBC7D;}.elementor-kit-667 a{color:#000000;font-family:"El Messiri", Sans-serif;}.elementor-kit-667 h1{font-family:"El Messiri", Sans-serif;}.elementor-kit-667 h2{font-family:"El Messiri", Sans-serif;}.elementor-kit-667 h3{font-family:"El Messiri", Sans-serif;}.elementor-kit-667 h4{font-family:"El Messiri", Sans-serif;}.elementor-kit-667 h5{font-family:"El Messiri", Sans-serif;}.elementor-kit-667 h6{font-family:"El Messiri", Sans-serif;}.elementor-kit-667 button,.elementor-kit-667 input[type="button"],.elementor-kit-667 input[type="submit"],.elementor-kit-667 .elementor-button{font-family:"El Messiri", Sans-serif;font-size:18px;border-radius:25px 25px 25px 25px;}.elementor-kit-667 button:hover,.elementor-kit-667 button:focus,.elementor-kit-667 input[type="button"]:hover,.elementor-kit-667 input[type="button"]:focus,.elementor-kit-667 input[type="submit"]:hover,.elementor-kit-667 input[type="submit"]:focus,.elementor-kit-667 .elementor-button:hover,.elementor-kit-667 .elementor-button:focus{border-radius:25px 25px 25px 25px;}.elementor-kit-667 label{font-family:"El Messiri", Sans-serif;}.elementor-kit-667 input:not([type="button"]):not([type="submit"]),.elementor-kit-667 textarea,.elementor-kit-667 .elementor-field-textual{font-family:"El Messiri", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end:15px;}.elementor-element{--widgets-spacing:15px 15px;--widgets-spacing-row:15px;--widgets-spacing-column:15px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-667{--e-global-typography-primary-font-size:18px;--e-global-typography-secondary-font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-667{--e-global-typography-primary-font-size:16px;--e-global-typography-secondary-font-size:18px;--e-global-typography-text-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*MAIN STRUCTURE*/
@media (min-width: 1024px) {
    html {
        font-size: 80%;
    }
}

/*ANIMATED LOGO FUULSCREEN STARTING PAGE*/
body:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #ffffff url(https://i.ibb.co/rRkpkJdX/DAAM-001.gif);
    position: fixed;
    z-index: 99999999999999999 !important;
    transform: scale(0);
    background-size: 11rem !important;
    background-repeat: no-repeat;
    background-position: center !important;
    animation-name: logobg;
    animation-duration: 3.5s;
    backdrop-filter: blur(8px);
}

@keyframes logobg {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1);
    }

    80% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}


/*ANIMATED LOGO FUULSCREEN STARTING PAGE*/
@media (max-width: 1023px) {
    body:before {
        content: "";
        width: 100%;
        height: 100%;
        background: #ffffff url(https://i.ibb.co/rRkpkJdX/DAAM-001.gif);
        position: fixed;
        z-index: 99999999999999999 !important;
        transform: scale(0);
        background-size: 7rem !important;
        background-repeat: no-repeat;
        background-position: center !important;
        animation-name: logobg;
        animation-duration: 3s;
        backdrop-filter: blur(8px);
    }

    @keyframes logobg {
        0% {
            transform: scale(1);
        }

        50% {
            transform: scale(1);
        }

        80% {
            transform: scale(1);
        }

        100% {
            transform: scale(0);
        }
    }
}/* End custom CSS */