/*
Theme Name: wurx
Theme URI: http://example.com/my-theme
Author: Your Name
Author URI: http://example.com
Description: A custom theme using Tailwind CSS.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: my-theme
*/


/* Start Global Style*/
body {
    font-family: 'Poppins', sans-serif !important;
}
.abel {
    font-family: 'Abel', sans-serif !important;
}



.scale-hover{
    transition:0.3s;
    cursor:pointer;
}
.scale-hover:hover{
    transform:scale(1.2);
}



/* End Global Style*/

/*Start Header*/

#menu-menu-en li {
    transition: transform 0.3s ease, color 0.3s ease;
}

#menu-menu-en li:hover {
    transform: scale(1.2);
    color: #F12D6C;
}

.mobile-menu {
    z-index : 10000000000000000 !important;
}

