@-webkit-keyframes slideLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@keyframes slideLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@-webkit-keyframes slideRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes slideRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

html {
    font-size: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    list-style: none;
    list-style-type: none;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.linkuri_meniu {
    margin: auto 0.5em;
}

.menu>ul>li>a {
    position: relative;
    font-family: inherit;
    font-weight: 500;
    border: none;
    outline: none;
    color: #121212;
    text-transform: capitalize;
    text-rendering: optimizeLegibility;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.menu>ul>li .menu-subs {
    position: absolute;
    height: auto;
    margin-top: 1.75rem;
    padding: 1.2%;
    border: none;
    outline: none;
    z-index: 500;
    opacity: 0;
    visibility: hidden;
    border-radius: 0.25rem;
    border-top: 3px solid #1a73e8;
    background: #fafafa;
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


.header .menu>ul>li .menu-subs>ul>li>a {
    display: inline-block;
    font-family: inherit;
    font-size: 0.9rem;
    font-weight: 500;
    padding: 0.5rem 0;
    border: none;
    outline: none;
    color: #121212;
    text-rendering: optimizeLegibility;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header .menu>ul>li .menu-column-1 {
    /* width: 17%; */
    margin: 3em auto;
}

.header .menu>ul>li .menu-subs.menu-mega {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li {
    display: block;
}

.header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li>a {
    display: inline-block;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.25;
    padding: 0.3rem 0;
    border: none;
    outline: none;
    color: #121212;
    text-rendering: optimizeLegibility;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.header .menu>ul>li .menu-subs.menu-column-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 75vw;
    width: 100%;
    padding: 1.25rem 1rem;
    left: 50%;
}

.header .menu>ul>li .menu-subs.menu-column-4>.list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding: 0 1rem;
}

.header .menu>ul>li .menu-subs.menu-column-4>.list-item .title {
    font-family: inherit;
    font-weight: 500;
    padding: 0.75rem 0;
    border: none;
    outline: none;
    color: #1a73e8;
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li>a {
    display: inline-block;
    font-family: inherit;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.25;
    color: rgb(18, 18, 18);
    text-rendering: optimizelegibility;
    padding: 0.3rem 0px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    outline: none;
    transition: color 0.3s ease-in-out;
}

.text-center .title {
    text-align: center;
}

.list-item img.responsive {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-top: 0.75rem;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: middle;
}

.header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li>a:hover,
.header .menu>ul>li .menu-subs>ul>li>a:hover {
    color: #1a73e8;
}

.header-item-right a:hover,
.header .menu>ul>li:hover>a {
    color: #1a73e8;
}


.menu-mobile-header,
.menu-mobile-trigger {
    display: none;
}

.header .menu>ul>li:hover>.menu-subs,
.header .menu>ul>li:focus-within>.menu-subs {
    margin-top: 2rem;
    opacity: 1;
    visibility: visible;
}

.sectiune_principala_meniu {
    text-transform: uppercase;
}

/* ________________________________________________MEDIA QUERIES________________________________________________*/

/* ******************************* PC ***************************** */


@media (min-width: 981px) {

    .container {
        font-size: 0.8em;
    }

    .stema_meniu {
        position: fixed;
        z-index: 1;
        width: 3rem;
        height: 4.5rem;
        left: 2%;
    }

    .brand {
        text-align: center;
        font-size: 0.3em;
        padding: 1em;
        color: #1a73e8;
        border: none;
        outline: none;
        z-index: 1;
        position: fixed;
        width: 10em;
        left: 6%;
    }

    .header {
        position: fixed;
        display: block;
        top: 80px;
        left: 0;
        width: 100%;
        height: auto;
        padding: 2em 0;
        margin: 0 auto;
        z-index: 1;
        border: none;
        outline: none;
        background: #fafafa;
        -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    }

    .header .menu>ul>li .menu-column-1 {
        width: 17%;
        margin: 3em auto;
    }
}
@media screen and (min-width: 1250px),
handheld and (min-width: 640px) {
    .container {
        font-size: 1em;
    }

    .brand {
        font-size: 0.4em;
    }
}

/* ******************************* TABLETA ***************************** */
@media (min-width: 641px) and (max-width: 980px) {

    .header {
        position: fixed;
        display: block;
        top: 80px;
        left: 0;
        width: 100%;
        padding: 0.9rem 0;
        z-index: 1;
        background: white;
        -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    }

    .brand {
        text-align: center;
        font-size: 0.4em;
        padding: 1em;
        color: #1a73e8;
        border: none;
        outline: none;
        z-index: 9;
        position: fixed;
        top: 6em;
        width: 15em;
        left: 6em;
    }

    .stema_meniu {
        position: fixed;
        z-index: 1;
        width: 2rem;
        height: auto;
        left: 5em;
        top: 5.3em;
    }

    h2 {
        text-align: center;
        font-size: 1em;
        padding: 0.5em;
    }

    .header .menu>ul>li .menu-column-1 {
        width: 17%;
        margin: 3em auto;
    }
}

/* ******************************* MOBIL ***************************** */
@media (max-width: 640px) {
    /* ========== header ========== */

    .header {
        top: 10px
    }

    .header .menu {
        display: none;
    }

    .header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li>a {
        display: block;
    }

    h1,
    h2,
    h5 {
        text-align: center;
        font-size: 0.8em;
        /* padding: 4px; */
    }

    .header {
        position: fixed;
        display: block;
        top: 85vw;
        left: 0;
        width: 100%;
        height: 70px;
        margin: 0 auto;
        z-index: 1;
        border: none;
        outline: none;
        background: #fafafa;
        -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    }

    .brand {
        text-align: center;
        font-size: 1em;
        padding: 1em;
        color: #1a73e8;
        border: none;
        outline: none;
        z-index: 1;
        position: fixed;
        top: 6.6rem;
        width: 15em;
        left: 7em;
    }

    .stema_meniu {
        position: fixed;
        top: 6em;
        left: 5.5rem;
        z-index: 1;
        width: 2.5em;
        height: auto;
    }

    .header .menu>ul>li .menu-column-1 {
        width: 17%;
        margin: 3em auto;
    }

}