@tailwind base;
@tailwind components;
@tailwind utilities;

@layer base {

    ul,
    ol {
        list-style: revert;
    }
}


.title-page::before {
    content: ' ';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, rgb(255 255 255 / 40%) 0%, rgb(57, 154, 220) 0%, rgba(255, 255, 255, 0.001) 100%);
}

.classy-menu .classynav .lang-item {
    width: 22px !important;
    box-sizing: border-box !important;
    padding: 0 !important;
    margin: 0 2px !important;
}

.classy-menu .classynav .lang-item a {
    padding: 0 !important;
}

@media (max-width: 992px) {
    .classy-menu .classynav .lang-item {
        display: inline-block !important
    }

    .title-page::before {
        display: none !important;
    }
}