@font-face {
    font-family: AvBlack;
    src: url(/fonts/averta-black_bigfontsite.com.otf);
}
@font-face {
    font-family: AvBold;
    src: url(/fonts/TW-Averta-Semibold.ttf);
}
@font-face {
    font-family: AvLight;
    src: url(/fonts/averta-light.otf);
}



*,
*::before,
*::after {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
    font: inherit;
}
/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
    margin-block-end: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role="list"],
ol[role="list"] {
    list-style: none;
}

/* Set core root defaults */
html:focus-within {
    scroll-behavior: smooth;
}

/* Set core body defaults */
body {
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
    text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
    max-width: 100%;
    display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
    font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
    html:focus-within {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

#menu__toggle {
    opacity: 0;
}
#menu__toggle:checked + .menu__btn > span {
    transform: rotate(45deg);
}
#menu__toggle:checked + .menu__btn > span::before {
    top: 0;
    transform: rotate(0deg);
}
#menu__toggle:checked + .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
    left: 0 !important;
}
.menu__btn {
    position: fixed;
    top: 20px;
    left: 20px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 1;
    z-index: 100;
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: black;;
}
.container {
    display: none;
    transition-duration: 0.25s;
}
.menu__btn > span::before {
    content: "";
    top: -8px;
}
.menu__btn > span::after {
    content: "";
    top: 8px;
}
.menu__box {
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    width: 300px;
    height: 100%;
    margin: 0;
    padding: 80px 0;
    list-style: none;
    background-color: #eceff1;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    transition-duration: 0.25s;
    z-index: 99;
}
.menu__item {
    display: block;
    padding: 12px 24px;
    color: #064033;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    transition-duration: 0.25s;
}
.menu__item:hover {
    background-color: #cfd8dc;
}
.container {
    display: none;
}

body {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    /* background-image: url(/assets/bg_mobile.png); */
}

#main{
    position: relative;
    width:100%;
    height: 100%;
    z-index: 20;
}
.steag{
    z-index:21;
    position: relative;
    top:0;
    left:0;
}

.bg_mobile{
position: fixed;
top:0;
left:50%;
transform: translate(-50%,0);;
    height: 100%;
    max-width:350% !important;
    z-index: 0;
}


.container_assets{
    display:flex;
    justify-content: center;
        align-items: center;
        flex-direction: column;
        gap:3rem;
        margin-top:15%;
}
.upper_text {
    width:90%;
}
.buton_inscriere{
width:70%;
}


.sticla{
width:60%;
}
.partener{
    width:40%;
}

.buton_inscriereD,.sticlaD,.upper_textD{
display:none;
}


.container_assets{
    margin-top:0;
}
.bg_desktop{
    display: none;
}
/* @media(min-width:414px) and (max-width:1000px){
    body{
        height:100vh;
    }
} */




/* /////// MENIU */
@media (min-width: 1000px) {
    .baiat{
        display:none;
    }
    .buton_inscriereD,.sticlaD,.upper_textD{
        display:block;
        }
        
    .bg_desktop{
        display:block;
    }

    .mobile_elements,
    .hamburger-menu {
        display: none;
    }


    body {
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        overflow: hidden;
    }
    .container {
        width: 100%;
        display: flex;
        flex-direction: column;
    }


    .menu {
        width: 100%;
        padding: 20px;
    }

    .menu ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: flex-end;
    }

    .menu li {
        display: inline-block;
        padding: 10px 20px;
        font-size: 16px;
        text-align: center;
        cursor: pointer;
    }

    .menu li a {
        color: #000000;
        text-decoration: none;
        font-family: AvLight, sans-serif;
    }

    .menu li a:hover {
        color: #064033;
    }
.bg_mobile, .steag{
    display:none;
}
.upper_text{
    width:50%;
}
.buton_inscriere{
    width:30%;
}
.sticla{
    width:30%;
}
.partener{
    width:20%;
}
.bg_desktop{
    position: fixed;
    top:0;
    left:50%;
    transform: translate(-50%,0);;
        height: 100%;
        max-width:350% !important;
        z-index: 0;
        /* width:100%; */
}
.container_assets{
    display:none;
}
.upper_textD{
    width:50%;
}
.buton_inscriereD {
    width: 30%;
    position: absolute;
    bottom: 70%;
    left: 2.5%;
    cursor: pointer;
}
#main{
    position: relative;
}

.sticlaD{
    width:20%;
    position: absolute;
    bottom:20%;
    right:2.5%;
}
.upper_textD{
    width:50%;
    margin:0 auto;
    width:60%;
}
.menu{
    z-index:100;
}
body{
    width:100vw;
    height:100vh;
}
.container_desktop{
    display:block;
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

}


@media(min-width:1300px){
    .upper_textD{
        width:50%;
    }
}