@font-face {
    font-family: font1;
    src: url('/fonts/CheesyCats.otf');
}


@font-face {
    font-family: font2;
    src: url('/fonts/FuturaLTPro-Medium.otf');
}

@font-face {
    font-family: font3;
    src: url('/fonts/TrashHand.TTF');
}

@font-face {
    font-family: font4;
    src: url('/fonts/futura-lt-pro-bold.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;
    right: 20px;
    width: 35px;
    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: #007236;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    transition-duration: 0.25s;
    z-index: 99;
}

.menu__item {
    display: block;
    color: #fdf294;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    transition-duration: 0.25s;
}

.menu__item:hover {
    background-color: #cfd8dc;
}


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


footer {
    color: #fff;
    padding: 20px;
    text-align: center;
}

.container_footer {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;

}

.text__footer {
    color: white;
    text-decoration: none;
    font-size: 10px;
    font-family: nowvar;

}

.footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-links li {
    display: inline-block;
    margin-right: 5px;
    position: relative;
    color: black;

}

.footer-links li::after {
    display: block;
    width: 100%;
    height: 1px;
    background-color: black;
    position: absolute;
    bottom: 0;
    left: 0;
    text-decoration: none;
}

.footer-links a {
    color: black;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
    font-family: font2;
    font-weight: 700;
}


.logo {
    padding-left: 30px;
    padding-top: 20px;
    width: 100%;
    max-width: 200px;
}

.top_text {
    width: 90%;
    margin: 0 auto;
    padding-top: 30px;
    max-width: 450px;
}

.text_bucura {
    width: 92.5%;
    margin: 0 auto;
    padding-top: 5px;
    max-width: 450px;
}

.inscriere {
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
    max-width: 450px;
}

.prize__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.rucsac {
    width: 80%;
    max-width: 350px;
}

.boxe {
    width: 50%;
    max-width: 250px;
}

.reguli {
    width: 90%;
    padding-left: 15px;
    margin-top: 50px;
    max-width: 350px;
}



.regulament-btn {
    font-family: AvBold;
    background-color: #fad216;
    color: white;
    padding: 10px 15px;
    border: 1px solid;
    text-decoration: none;
    font-size: 1.25vw;
    border-radius: 8px;
    font-family: nowvar;
}

.btn-general {
    font-family: Gotham-Book;
    background-color: #fff;

    color: white;
    padding: 10px 35px;
    border-radius: 5px;
    border: 1px solid black;
    box-shadow: 1.5px 2.5px 3px rgb(44, 43, 43);
    text-decoration: none;
    font-size: 1.25vw;
    cursor: pointer;
}




.container-cfheck {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    font-family: MyriadPro-Regular;
}

.container-cfheck div {
    margin-bottom: 1em;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.container-cfheck div p {
    margin-left: 0.5em;
    color: white;
    font-size: 1vw;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
        1px 1px 0 #000;
}

.div-datepicker {
    position: relative;
}

.datepicker {
    position: relative;
}

.datepicker-input {
    display: flex;
    flex-direction: column !important;
    justify-content: center;
    align-items: center;
}

.datepicker-input input {
    width: 90%;
}

.bootstrap-datetimepicker-widget {
    position: absolute;
    background-color: #313030;
    color: white;
    border-radius: 10px;
    z-index: 10;
}

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
    background-color: darkgrey;
}

.checkbox-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.checkbox-container img {
    width: 50px;
}

.checkbox-container label {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
}

.checkbox-container label p {
    margin-left: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.checkbox-container .container-cfheck {
    text-align: left;
    font-family: gotham-medium, Helvetica, sans-serif;
    color: white;
    font-size: 0.75em;
}

/* The container */
.container-cfheck {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 1.25em;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container-cfheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 5px;
    left: 5px;
    height: 23px;
    width: 23px;
    background-color: white;
    border-radius: 4px;
}

/* On mouse-over, add a grey background color */
.container-cfheck:hover input~.checkmark {
    background-color: #007236;
}

/* When the checkbox is checked, add a blue background */
.container-cfheck input:checked~.checkmark {
    background-color: #007236;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-cfheck input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-cfheck .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.man {
    margin: 10px 0 10px 0;
}

.title {
    color: black;
    font-size: 40px;
    font-family: gotham-medium;
    margin-bottom: 10%;
}


.regulament-btn,
.btn-general {
    font-family: nowvar;
    font-weight: 900;
}


.container_footer {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;

}

.text__footer {
    color: black;
    text-decoration: none;
    font-size: 10px;
    font-family: AvLight;

}

.footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
}


@media screen and (orientation: landscape) {


    .formular {
        width: 40%;
        text-align: center;
        margin-right: 7.5vw;
    }

    .field {
        margin-bottom: 1em;
    }

    .field input {
        width: 100%;
        font-size: 1.5vw;
        padding: 6px 10px 3px 10px;
        border-radius: 5px;
        border: 1px solid;
        /* padding: 2.5px; */
    }

    .submit-part {
        margin-top: 1.5em;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 1em;
    }
}



@media screen and (orientation: portrait) {


    .formular {
        width: 100%;
        text-align: center;
    }

    .field {
        margin-bottom: 1em;
    }

    .field input {
        width: 100%;
        font-size: 5vw;
        padding: 5px 10px;
        margin-left: -5px;
        background: transparent;
        padding: 2.5px;
        border: none;
        font-family: nowvar, sans-serif;
        color: white;
    }

    .submit-part {
        margin-top: 1.5em;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 1em;
    }

    .regulament-btn {
        font-size: 18px;
        margin-bottom: 2em;
    }

    .btn-general {
        font-size: 18px;
        width: 50%;
    }
}

.regulament-1,
.checkbox-container label p {
    color: black;
    font-family: font2, sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.container-cfheck .checkmark::after {
    left: 8px;
    top: 3px;
    width: 6px;
    height: 14px;
    border: solid white;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.container-cfheck input:checked~.checkmark {
    background-color: #064033;
}



/* NEW NEW NEW NEW */
.field input {
    background: white;
    border-radius: 5px;
    color: black;
    font-family: font2;
}

.info_text {
    font-family: font2;
    font-weight: 700;
}

.row_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.info_text {
    text-align: left;
    width: 100%;
    display: block;
}

.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.grid-container .field:nth-child(1),
.grid-container .field:nth-child(2) {
    grid-column: span 2;
}

.grid-container .field:nth-child(3),
.grid-container .field:nth-child(4) {
    grid-column: span 1;
}

.grid-container .field:nth-child(5) {
    grid-column: span 1;
}

.background_input {
    display: flex;
    align-items: center;
}

.form_placeholder {
    width: 100%;
}

#valoare_bon {
    width: 100%;
}

.submit-part {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.checkbox-container {
    margin-top: 20px;
}

.formular {
    width: 90%;
    margin: 0 auto;
}

.submit-part {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.btn {
    min-width: 170px;
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #fdf294;
    border: none;
    cursor: pointer;
    text-align: center;
    border-radius: 8px;
    font-family: font4;
    font-weight: 900;
    font-size: 20px;
}

.btn-regulament {
    background-color: #007236;
    text-decoration: none;
}

.btn-trimite {
    background-color: #c9201f;
}

.formular_titlu {
    font-size: 2.5rem;
    font-family: font4;
    margin: 30px 0 30px 0;
}

.produseParticipante {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0 50px 0;
    max-width: 400px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.swiper-slide img {
    display: block;
    width: 150px;
    height: 100%;
    object-fit: cover;
}

.row {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: flex-end;
}

.bottom_text {
    font-family: font2;
    font-weight: 700;
    color: #376a41;
    font-size: 14px;
    text-align: center;
    width: 100%;
}

.flex_direction {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.submit-part {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


.text_bucura {
    display: block;
}

.inscriere {
    display: block;
}


.top_text {
    display: block;
}

.top_textD {
    display: none;
}

.butonDesktop {
    display: none;
}

.boxe,
.rucsac {
    display: block;
}

.boxeD,
.rucsacD {
    display: none;
}

.reguli {
    display: block;
}

.reguliD {
    display: none;
}

.produseParticipante {
    display: block;
}

.produseD {
    display: none;
}


.logo {
    display: block;
}

.logoD {
    display: none;
}

.swiperMobile {
    display: block;
}

.swiperDesktop {
    display: none;
}

.Fifth_productM {
    width: 32.5% !important;
}

.directie_coloana {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 10px;
    /* Adds some space between columns in the row */
}

.descriere__produse {
    font-size: 11px;
    font-family: font2;
    font-weight: 900;
    margin-top: 5px;
    text-align: center;
    color: #000;
    margin-top: -15px;
}

@media(min-width:760px) {
    .field input {
        border: none;
    }

    .prize__container {
        flex-direction: row;
        gap: 60px;
    }

    .regulament-1,
    .checkbox-container label p {
        font-size: 14px;
    }
}

/* /////// MENIU */
@media (min-width: 1000px) {



    .row {
        align-items: flex-end;
    }

    .descriere__produse {
        font-size: 14px;
        text-align: center;
    }

    .menu__item {
        font-size: 13px;
    }

    .info_text {
        white-space: nowrap;
        font-family: font4;
    }

    .grid-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    .grid-container .field:nth-child(1),
    .grid-container .field:nth-child(2) {
        grid-column: span 3;
    }

    .grid-container .field:nth-child(3),
    .grid-container .field:nth-child(4),
    .grid-container .field:nth-child(5) {
        grid-column: span 1;
    }

    .background_input {
        display: flex;
        align-items: center;
    }

    .form_placeholder {
        width: 100%;
    }

    .swiperDesktop {
        display: block;
    }

    .swiperMobile {
        display: none;
    }

    .menu li a {
        white-space: nowrap;
    }

    .logo {
        display: none;
    }

    .logoD {
        display: block;
        width: 100%;
        max-width: 200px;
        margin-left: 3.5%;
        position: absolute;
        top: 25px;
        left: 0;
    }

    body {
        background-image: url(/assets/bgDesktop.png);
    }

    .bottom_text {
        padding: 0 10% 0% 10%;
    }

    .produseD {
        display: block;
        width: 100%;
        margin: 0 auto;
        max-width: 900px;
    }

    .produseParticipante {
        display: none;
    }

    .reguli {
        display: none;
    }

    .reguliD {
        display: block;
        width: 90%;
        max-width: 400px;
        margin-left: 5%;
        margin-bottom: 5%;
    }

    .boxe,
    .rucsac {
        display: none;
    }

    .rucsacD {
        display: block;
        width: 80%;
        max-width: 400px;
    }

    .boxeD {
        display: block;
        width: 80%;
        max-width: 250px;
    }

    .butonDesktop {
        display: block;
        width: 98%;
        margin: 0 auto;
        padding-top: 5px;
        max-width: 630px;
        cursor: pointer;
    }

    .logo {
        padding-left: 0px;
        padding-top: 0px;
        width: 100%;
        max-width: 200px;
        margin-left: 50px;
    }

    .text_bucura {
        display: none;
    }

    .inscriere {
        display: none;
    }

    .top_text {
        display: none;
    }

    .top_textD {
        display: block;
        width: 100%;
        margin: 0 auto;
        max-width: 600px;
    }

    .text_bucura,
    .top_text,
    .inscriere {
        max-width: 500px;
    }

    .swiper-slide img {
        width: 225px;
    }

    .swiper-button-next {
        margin-right: 8%;
    }

    .swiper-button-prev {
        margin-left: 8%;
    }

    .info_text {
        font-size: 14px;
    }

    .submit-part {
        flex-direction: row;
    }

    .reguli {
        padding-left: 0;
        margin-left: 10%;
        max-width: 450px;
        margin-top: -100px;
    }

    .btn {
        padding: 5px;
    }

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


    .container {
        width: 100%;
        display: flex;
        flex-direction: column;
    }


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

    #homepage .menu {
        position: fixed;

    }

    .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: black;
        text-decoration: none;
        font-family: font4, sans-serif;
    }

    .menu li a:hover {
        color: #064033;
    }

    .menu {
        z-index: 100;
    }

    .logo,
    .top_text {
        padding-top: 0;
    }

    .formular {
        width: 40%;
    }

    .flex_direction {
        flex-direction: row;
    }



    .Fifth_productD {
        width: 15% !important;
    }

}

@media(min-width:1200px) {
    .submit-part {
        gap: 4rem;
    }

    .btn {
        padding: 7.5px;
        font-size: 24px;
    }
}


@media(min-width:1400px) {
    .top_textD {
        max-width: 700px;
    }

    .butonDesktop {
        max-width: 1000px;
    }

    .menu li a {
        font-size: 18px;
    }
}

@media(min-width:1900px) {
    .info_text {
        font-size: 24px;
    }

    .formular_titlu {
        font-size: 4rem;
    }

    .reguliD {
        max-width: 700px;
    }

    .menu__item {
        font-size: 26px;
    }

    .regulament-1,
    .checkbox-container label p {
        font-size: 24px;
    }

    .checkmark {
        height: 30px;
        width: 30px;
        background-color: white;
        border-radius: 4px;
    }

    .container-cfheck .checkmark::after {
        left: 11px;
        top: 6px;
        width: 6px;
    }

    .btn {
        width: 250px;
        font-size: 26px;
        padding: 14px;

    }

    .submit-part {
        gap: 7rem;
    }

    .produseD {
        max-width: 1300px;
    }

    .top_textD {
        max-width: 1000px;
        margin-top: -5%;
    }

    .butonDesktop {
        max-width: 1250px;
    }

    .rucsacD {
        max-width: 550px;
    }

    .boxeD {
        max-width: 350px;
    }

    .prize__container {
        gap: 200px;
    }


    .logoD {
        max-width: 300px;
    }

    .menu {
        padding-bottom: 250px;
    }

    .swiper-slide img {
        width: 350px;
    }

    .descriere__produse {
        font-size: 22px;
    }

    .bottom_text {
        font-size: 20px;
    }

    .footer-links a {
        font-size: 22px;
    }

    .menu li a {
        font-size: 22px;
    }
}








@media(min-width:300px) and (max-width:760px) {
    .menu__item {
        text-align: center;
        border-bottom: 1px solid #FFF;
        margin: 0 20px;
        padding: 15px;
    }

    .logo {
        max-width: 160px;
        padding-top: 0px;
    }

    .text_bucura {
        width: auto;
        max-width: 95%;
    }

    .inscriere {
        max-width: 300px;
        padding-top: 10px;
    }

    .prize__container {
        margin: 0 auto;
        max-width: 80%;
    }

    .bottom_text {
        font-size: 12px;
        padding: 0 10px;
    }

    .wrapp-formular .formular_titlu {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .wrapp-formular {
        padding: 0 10px;
    }

    #inscrieri .info_text {
        font-size: 12px;
    }

    #inscrieri .btn {
        width: 170px;
        padding: 7px;
        font-size: 18px;
    }

    #inscrieri .checkbox-container {
        margin-top: 0;
    }

    #inscrieri .grid-container {
        column-gap: 15px;;
    }
    #inscrieri .field {
        margin-bottom:10px;
    }
    .bottom_text {margin-top:30px;}
    .rucsac {
        width: auto;
        max-width: 300px;
    }
    
    .produseParticipante {padding-top:10px;}
}

#screen-castigatori {margin-top:50px;}
#screen-castigatori h1 {text-align: center;color:#000;font-family: 'font4';font-size:27px;}
#screen-castigatori .table {
    margin:0 auto;
    width:100%;
    max-width:800px;
    padding:10px;
    margin-top:20px;
    margin-bottom:50px;
}
#screen-castigatori .table th {background:#FFF;padding:10px 15px;}
#screen-castigatori .table td {border:1px solid #fff;padding:10px;}
#screen-castigatori .table .text-center {text-align:center;}
#cookieConsent button {background:#007236!important;}