@import url("/css/main.css");

body {
    background-image: none;
    background-color: #000000;
}

.yellow__bar {
    top: 65px;
    z-index: 20;
    height: 75px;
}

.moment {
    z-index: 21;
}

body {
    background-image: none;
}

#main {
    width: 100vw;
    height: 100vh;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.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;
}


.popup-premiu {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 999999;
    width: 100%;
    height: 100vh;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    filter: blur(50%);
}

.popup-premiu img {
    z-index: 1000;
    height: 35%;
}

.popup-backdrop {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* 50% opacity */
    z-index: 500;
}



@media(max-width:1000px) {
    .popup-premiu img {
        z-index: 1000;
        height: 22%;
        margin: 0 auto;
        width: 89%;
    }
}


.btn-general:hover {
    background-color: rgb(125, 150, 118);
    text-decoration: none;
}

.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: 3px solid #fad41d;
    border-radius: 4px;
}

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

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

/* 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%;
}

.btn-general {
    background-color: #fad41d;
}

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

.checkbox-container label p {
    font-family: gotham-light;
}

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: black;
    text-decoration: none;
    font-size: 10px;
    font-family: AvLight;

}

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


@media screen and (orientation: landscape) {
    .main-inscriere {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        margin-top: 0;
    }

    .car {
        width: 35%;
        margin-left: 7.5vw;
        margin-top: 10em;
    }

    .formular-title {
        width: 50%;
        margin-bottom: 2em;
    }

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

    .field {
        margin-bottom: 1em;
    }

    .field input {
        width: 100%;
        font-size: 1.75vw;
        padding: 5px 10px;
        border-radius: 5px;
        border: 1px solid;
        padding: 2.5px;
        box-shadow: 1.5px 2.5px 3px rgb(44, 43, 43);
    }

    .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: landscape) and (max-width: 1000px) and (max-height: 700px) {
    .main-inscriere {
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }

    #main {
        margin-top: 10em;
        margin-bottom: 2em;
    }

    .formular {
        width: 75%;
        margin: 0;
    }
}

@media screen and (orientation: portrait) {
    #main {
        height: 100%;
        margin-top: 5em;
    }

    .logo {
        margin-top: 0em;
        margin-bottom: 0;
        width: 75%;
    }

    .main-inscriere {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .car {
        width: 75%;
        margin-left: 0em;
        margin-top: 3em;
    }

    .formular-title {
        width: 75%;
        margin-bottom: 2em;
    }

    .formular {
        width: 90%;
        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;
        border-bottom: 2px solid yellow;
        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: white;
    font-family: nowvar, sans-serif;
    font-size: 12px;
}

.container-cfheck .checkmark::after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    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;
}

.bg_inscriere {
    width: 200%;
}

.title {
    margin: 0 auto;
    width: 90%;
    margin-top: 10%;
    margin-bottom: 10%;
}

.disclaimer_2 {
    margin: 0 auto;
    margin-top: -10%;
}

.prize {
    margin: 0 auto;
    width: 95%;
}

@media (min-width: 600px) {
    .regulament-btn {
        font-size: 24px;
    }

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

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

    .disclaimer__text {
        font-size: 14px;
    }

    .field input {
        font-size: 24px;
    }

    .buy__text {
        width: 70%;
    }

    .prize {
        margin: 0 auto;
        margin-top: 2%;
        width: 90%;
    }
}

@media(min-width:600px) and (max-width:800px) {
    .footer-links a {
        font-size: 20px;
    }

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

    .text__footer {
        font-size: 18px;

    }
}

@media (min-width: 1024px) {
    .buy__text {
        width: 30%;
    }

    .lg__home {
        width: 20%;
        position: absolute;
        top: 1%;
        left: 2%;
    }

    .title {
        width: 25%;
        margin-top: 0;
        margin-bottom: 0;
        position: absolute;
        top: 5%;
        right: 5%;
    }
}

@media (min-width: 1024px) {
    footer {
        color: #fff;
        padding: 20px;
        text-align: center;
        bottom: 2%;
        left: 10%;
    }

    .disclaimer__text {
        bottom: 0;
        left: 5%;
        color: white;
        font-size: 8px;
    }

    .text__footer {
        color: #fff;
    }

    .footer-links a {
        color: white;
        font-size: 11px;
    }

    .footer-links li {
        color: white;
    }

    .field input {
        font-size: 14px;
    }

    #main {
        align-items: flex-end;
    }

    .regulament-btn {
        font-size: 12px;
    }

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

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

    .prize {
        width: 50%;
        position: absolute;
        left: 0%;
        top: 11%;
    }

    .buy__text {
        position: absolute;
        left: 10%;
        top: 40%;
    }

    .buy__text {
        width: 40%;
        left: 8%;
        top: 50%;
    }

    #main {
        height: auto;
    }

    .checkmark {
        position: absolute;
        top: 4px;
        left: 15px;
        height: 20px;
        width: 20px;
        background-color: white;
        border: 2px solid #fad41d border-radius: 2px;
    }

    .field input {
        width: 100%;
        padding: 5px 10px;
        margin-left: -5px;
        background: transparent;
        padding: 2.5px;
        border: none;
        border-bottom: 4px solid #fad41d;
        font-family: AvBold, sans-serif;
        box-shadow: none;
        font-size: 14px;
        color: white;
    }

    .container-cfheck {
        margin-bottom: 0.25rem;
    }

    .bg_inscriere {
        display: none;
    }

    .title {
        top: 10%;
        right: 10%;
    }

    .formular {
        margin-top: 0%;
    }

    .submit-part {
        margin: 0;
    }

    body {
        overflow-y: scroll;
    }

    .prize {
        width: 45%;
        position: absolute;
        left: 5%;
        top: 15%;
    }

    .regulament-btn {
        font-size: 15px;
        padding: 6px;
        width: 50%;
    }

    .btn-general {
        font-size: 21px;
        padding: 11px;
        width: 30%;
    }

    .container-cfheck .checkmark::after {
        left: 5px;
        top: 2px;
        width: 5px;
        height: 10px;
    }

    .formular {
        margin-top: -4%;
    }

    .disclaimer_2_desktop {
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    .regulament__options {
        margin-left: 5%;
        margin-top: -2%;
    }

    .prize {
        margin-top: 0;
    }
}





.formular {
    margin-top: 20%;
}

.moment {
    display: block;
    position: relative;
    top: 0px;
    left: 90px;
    max-width: 120px;
}

.premii__concurs {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 10%;
    margin-bottom: 10%;
}

.premii_inscriere {
    display: none;
    position: absolute;
    top: 10%;
    left: 0%;
    width: 65%;
}

@media(min-width:1000px) {
    .premii_inscriere {
        display: block;
    }

    .premii_mobile,
    .pasi {
        display: none;
    }

    .formular {
        margin-top: 25%;
    }

    #main {
        position: initial;
    }

    .moment {
        position: absolute;
    }

    .yellow__bar {
        height: 40px;
    }

    footer {
        margin-bottom: -10%;
    }
}


@media(min-width:1200px) {
    .premii_inscriere {
        top: 3%;
    }
}

@media(min-width:1400px) {
    .regulament-btn {
        font-size: 18px;
    }

    .formular {
        margin-top: 17%;
    }
}

@media(min-width:1500px) {

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

    .formular {
        margin-top: 20%;
    }
}

@media(min-width:1900px) {
    .formular {
        margin-top: 24%;
    }

    .field input {
        font-size: 20px;
    }

    footer {
        margin-bottom: 0%;
        left: 25%;
    }

    .premii_inscriere {
        top: 0%;
    }

    .regulament-btn {
        font-size: 24px;
    }

    .submit-part span {
        font-size: 30px;
    }

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

#main {
    margin-top: 5%;
}

.home-title {
    font-size: 2rem;
}

.premii-div {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.main-form {
    width: 90%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

.hamburger-menu {
    top: 0;
    z-index: 10;
}

.logo {
    width: 50%;
}

.menu__box {
    z-index: 10;
}

.premii-div {
    z-index: 8;
}

.steps-inscriere {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 25px;
    width: auto;
    margin: 2rem 0;
}

.formular {
    margin-top: 15px;
}

.background_input {
    position: relative;
    color: white;
    font-family: nowvar;
}

.info-icon {
    position: absolute;
    right: 0;
    width: 25px;
    top: 2px;
    cursor: pointer;
    background: none;
    border: none;
    font-size:25px;
}

.info-icon:hover {
    filter: brightness(125%);
}

.background_input input::placeholder {
    /* Most modern browsers */
    color: rgb(170, 170, 170);
    opacity: 1;
    /* Firefox */
}

.background_input input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: rgb(170, 170, 170);
}

.background_input input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgb(170, 170, 170);
}

.background_input input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgb(170, 170, 170);
}

.upload-button-container {
    position: relative;
    width: 100%;
}

.upload-button {
    display: block;
    width: 100%;
    color: #ffffff;
    background: transparent;
    border: none;
    border-bottom: 2px solid #ffeb3b;
    /* galben */
    font-size: 5vw;
    text-align: left;
    cursor: pointer;
    transition: border-color 0.3s, color 0.3s;
}

.upload-button:hover,
.upload-button:focus {
    border-color: #fff176;
    /* galben mai deschis la hover */
    color: #ffeb3b;
}

.file-upload-input {
    display: none;
}

.filename-display {
    margin-top: 5px;
    font-size: 14px;
    color: #666;
    text-align: left;
    word-break: break-word;
}

.regulament-btn {
    font-family: nowvar;
    color: black;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #fad00a;
    border-radius: 30px;
}

.regulament-btn img {
    width: 30px;
    margin-top: 10px;
}

.btn-general {
    font-family: nowvar;
    color: black;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #fad00a;
    border-radius: 15px;
}

.checkmark {
    background-color: black;
}

.header-texts a:nth-child(2) {
    text-decoration: underline;
}

.header-texts a:nth-child(1) {
    text-decoration: none;
}

.header-texts a:nth-child(1):hover {
    text-decoration: underline;
}

.field input,
.upload-button,
.checkbox-container label p {
    font-family: nowvar;
    font-weight: 600;
}


.popup-backdrop {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.popup-backdrop img {
    border-radius: 10px;
    cursor: pointer;
}

@media screen and (min-width: 768px) {
    .logo {
        width: 200px;
    }

    .home-title {
        font-size: 3.5rem;
        padding: 0 1.5rem;
    }

    .upload-button {
        font-size: 24px;
    }

    .regulament-btn {
        width: 300px;
    }

    .btn-general {
        width: 200px;
        padding: 20px 0;
    }

    .steps-inscriere {
        flex-direction: row;
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 1024px) {
    .logo {
        width: 200px;
        margin-left: 5%;
    }

    .home-title {
        margin: 0 auto;
        font-size: 3rem;
    }

    .main-form {
        flex-direction: row;
        margin-top: 0;
        width: 100%;
        align-items: flex-start;
        justify-content: center;
        padding: 0 5% 0 2.5%;
    }

    .upload-button {
        font-size: 14px;
    }

    .formular {
        margin-top: 0;
        margin-right: 0;
        width: 85%;
    }

    #main {
        margin-top: 0;
        padding-top: 7.5%;
    }

    .premii {
        width: 95%;
        margin-top: 15px;
    }

    .steps-inscriere {
        margin: 1rem 0;
    }

    .steps-inscriere img {
        width: 30%;
        flex-wrap: nowrap;
    }

    .sameline-fields {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 75px;
    }

    .field {
        margin-bottom: 0.25rem
    }

    .upload-button {
        border-bottom: 4px solid #fad41d;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .header {
        height: 50px;
    }

    .checkbox-container label p {
        font-weight: bold;
        margin-bottom: 0;
    }

    .container-cfheck {
        margin-bottom: 0;
    }

    .logos img {
        width: 20px;
    }

    .regulament-btn {
        border-radius: 15px;
        padding: 2.5px 20px;
        width: 200px;
        font-size: 14px;
    }

    .btn-general {
        font-size: 14px;
        padding: 15px 35px;
        width: auto;
        margin-right: 25px;
    }

    .regulament-btn img {
        width: 25px;
        margin-top: 5px;
    }

    .checkmark {
        width: 17.5px;
        height: 17.5px;
    }

    .regulament-1 {
        margin-top: 2.5px;
        
    }

    footer {
        padding: 0;
    }

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

@media screen and (min-width: 1024px) {
    #main {
        padding-top: 6.5%;
    }

    .formular {
        width: 72.5%;
    }
}

@media screen and (min-width: 1400px) {
    .home-title {
        font-size: 4rem;
    }

    .field input,
    .upload-button {
        font-size: 18px;
    }

    footer {
        padding: 20px
    }

    .formular {
        width: 65%;
    }


    .footer-links a,
    .disclaimer__text {
        font-size: 12px;
    }
}

@media screen and (min-width: 1500px) {
    #main {
        padding-top: 4.5%;
    }

}

@media screen and (min-width: 1900px) {
    .home-title {
        font-size: 6rem;
    }

    .header {
        height: 80px;
    }

    .logo {
        width: 325px
    }

    .field input,
    .upload-button {
        font-size: 20px;
    }

    #main {
        padding-top: 6.5%;
    }

    .formular {
        width: 42.5%;
    }
}

.disclaimer__text br:nth-child(2){
    display: none;
}