@font-face {
    font-family: 'Salsa';
    src: url('/fonts/Salsa-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Laugh-Bold';
    src: url('/fonts/LaughingFont-Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Laugh';
    src: url('/fonts/LaughingFont-Bounce.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Caraque';
    src: url('/fonts/Caraque-Medium-Melted.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
}

section {
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6
{
    font-family: 'Caraque', sans-serif;
}

h1 {
    font-size: 50px;
}

h3 {
    font-size: 40px;
}

h4 {
    font-size: 30px;
}

label {
    font-size: 16px;
}

.primary-color {
    color: #ffff00;
}

.red-color {
    background-color: #921b1c;
    color: #fff;
}

.dark-red-color {
    background-color: #561314;
    color: #fff;
}

.cursor-pointer {
    cursor: pointer;
}

.button-secondary {
    background-color: #fff;
    color: #d71117;
    font-family: 'Caraque', sans-serif;
    border-radius: 80px;
    border: none;
    height: 40px;
    font-size: 16px;
    line-height: 26px;
    padding-left: 20px;
    padding-right: 20px;
}

.button-primary {
    background: transparent;
    color: #921b1c;
    font-family: 'Caraque', sans-serif;
    border-radius: 10px;
    border: none;
    height: 60px;
    font-size: 36px;
    line-height: 46px;
    padding: 0;
    box-shadow: none;
}

.button-primary img {
    width: 210px;
    max-width: 100%;
}

.button-primary:disabled {
    opacity: .7;
}

button[type="submit"] {
    background-color: #e4caa3;
    color: #921b1c;
    font-family: 'Caraque', sans-serif;
    border-radius: 10px;
    border: none;
    height: 70px;
    font-size: 36px;
    line-height: 46px;
    cursor: pointer;
}

button[type="submit"]:hover {
    background-color: #ab9677;
    color: #fff;
}

button[type="submit"].button-primary {
    background: transparent;
}

button[type="submit"].button-primary:hover {
    background: transparent;
    color: #921b1c;
}

.form-control {
    background-color: #fff;
    border-radius: 0;
    border: none;
    padding: 10px;
    width: 100%;
    font-size: 16px;
}

.form-check-input {
    border-radius: 0 !important;
}

.error-message {
    display: block;
    color: #ffe100;
    font-size: 13px;
    margin-top: 5px;
    text-align: center;
    font-weight: 700;
}

.file-input {
    display: none;
}

.custom-file-upload {
    width: 100%;
    min-height: 110px;
    background-color: #fff;
    color: #a7a7a7;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    padding: 20px;
    font-size: 18px;
    font-weight: 700;
}

.file-input:focus + .custom-file-upload,
.file-input:valid + .custom-file-upload {
    color: gray;
}

.hero-desktop {
    width: 100vw;
    height: auto;
    object-fit: cover;
}

.productos-header {
    position: relative;
    z-index: 2;
}

.overlap-row {
    margin-top: -120px;
    position: relative;
    z-index: 1;
}

.desktop-only {
    display: block;
}

.position-relative {
    overflow: hidden;
}

.promo-text {
    position: absolute;
    right: 20px;
    bottom: 5%;
    width: auto;
    max-width: 50%;
    color: #fff;
    font-size: 12px;
}

.promo-section {
    background-color: #f6f3e7;
    background-image: url('/images/bg_.webp');
    background-repeat: repeat;
    background-size: auto;
    background-position: top left;
}

.big-bg {
    background-image: url('/images/bg_.webp');
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    position: relative;
    overflow: hidden;
    padding: 90px 15px 80px;
    color: #fff;
}

.participation-frame {
    position: relative;
    margin: 0 auto;
    padding: 115px 75px 0px;
    border: 3px dashed #fff;
    border-radius: 130px;
}

/* doar pagina cu formular */
.participation-frame:has(.participation-form) {
    max-width: 1120px;
    padding: 70px 75px 95px;
    border-radius: 150px;
}

.participate-tag {
    position: absolute;
    top: -55px;
    left: 50%;
    transform: translateX(-50%);
    width: 270px;
    border: 0;
    background: transparent;
    padding: 0;
    z-index: 2;
    cursor: pointer;
}

.participate-tag img {
    width: 100%;
    height: auto;
    display: block;
}

.section-title {
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin-bottom: 65px;
    margin-top: 30px;
}

.step {
    text-align: center;
    height: 100%;
    padding: 50px 20px;
    font-family: 'Caraque', sans-serif;
}

.step img {
    max-width: 100%;
    height: auto;
}

.step p {
    margin-top: 10px;
    font-size: 20px;
}

.step-main-img {
    width: 160px;
    height: 160px;
    object-fit: contain;
    margin-bottom: 20px;
}

.step-number-img {
    width: 42px;
    height: 42px;
    object-fit: contain;
    margin-bottom: 18px;
}

.step h5 {
    max-width: 210px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.15;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
}

.box-steps {
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px;
}

.box-products {
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding: 30px;
    color: #fff;
}

.box-products p {
    font-size: 20px;
}

.products-title {
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin-top: 70px;
    margin-bottom: 50px;
    font-weight: 900;
}

.product-item {
    text-align: center;
}

.product-item img {
    height: 120px;
    width: 100%;
    object-fit: contain;
}

.product-item p {
    margin-top: 18px;
    margin-bottom: 0;
    font-family: 'Caraque', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
}

.form-title {
    color: #ffe100;
    text-transform: uppercase;
    text-align: center;
    font-weight: 900;
    margin-bottom: 45px;
}

.form-subtitle {
    text-align: center;
    color: #fff;
    font-weight: 600;
    margin-bottom: 40px;
}

.participation-form {
    max-width: 720px;
    margin: 0 auto;
}

.participation-form label,
.address-form label {
    color: #fff;
    /*font-family: 'Caraque', sans-serif;*/
    font-size: 24px;
    text-align: center;
}

.participation-form .form-label {
    display: block;
    color: #fff;
    font-weight: 900;
    font-size: 20px;
    text-align: center;
    margin-bottom: 6px;
}

.participation-form .form-control {
    height: 42px;
    border-radius: 0;
    border: none;
    background: #fff;
    box-shadow: none;
}

.participation-form .form-control:focus {
    border: none;
    box-shadow: none;
}

.agreement-wrapper {
    max-width: 720px;
    margin: 18px auto 0;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    text-align: left;
}

.agreement-wrapper .form-check-input {
    width: 17px;
    height: 17px;
    border-radius: 0;
    margin-top: 3px;
    flex-shrink: 0;
}

.agreement-wrapper .form-check-label {
    color: #fff;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 700;
}

.submit-wrapper {
    text-align: center;
    margin-top: 65px;
    margin-bottom: -125px;
}

.legal-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
    flex-wrap: wrap;
    margin-top: 85px;
}

/* doar pagina cu formular */
.big-bg:has(.participation-form) .legal-buttons {
    margin-top: 120px;
}

.legal-btn {
    background: #fff;
    color: #e30613;
    border-radius: 50px;
    padding: 14px 34px;
    min-width: 180px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Laugh', sans-serif;
    font-size: 12px;
    font-weight: 900;
}

.legal-btn:hover {
    background: #ffe100;
    color: #e30613;
}

.snow-wrapper {
    margin-top: 60px;
    text-align: center;
}

.snow-wrapper img {
    max-width: 100%;
    height: auto;
}

.modal-content {
    background-color: #d80f1b;
    color: #ffed00;
    padding: 20px;
    font-family: 'Caraque', sans-serif;
}

.modal-no {
    background-color: #d80f1b;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 80px;
}

.modal-no .modal-header {
    border: none;
}

.modal-content.no-border .modal-header,
.modal-content.no-border .modal-body,
.modal-content.no-border .modal-footer {
    border: none;
}

.modal-header.text-center,
.modal-body.text-center {
    text-align: center;
}

.modal-footer.justify-content-center {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.btn-si {
    background-color: #ffed00;
    color: #921b1c;
    text-transform: uppercase;
    font-family: 'Caraque', sans-serif;
    border-radius: 5px;
    padding: 10px 20px;
}

.btn-si:hover {
    background-color: #d7d7d7;
}

.btn-nao {
    background-color: #fff;
    color: #921b1c;
    text-transform: uppercase;
    font-family: 'Caraque', sans-serif;
    border-radius: 5px;
    padding: 10px 15px;
}

.btn-nao:hover {
    color: #000;
}

@media (max-width: 991px) {
    .participation-frame {
        padding: 95px 35px 65px;
        border-radius: 70px;
    }

    .participation-frame:has(.participation-form) {
        padding: 60px 35px 85px;
        border-radius: 70px;
    }

    .section-title {
        margin-bottom: 45px;
        font-size: 28px;
    }

    .products-title {
        margin-top: 65px;
        margin-bottom: 35px;
    }

    .step {
        margin-bottom: 35px;
    }

    .submit-wrapper {
        margin-bottom: -115px;
    }

    .legal-buttons {
        gap: 25px;
        margin-top: 60px;
    }

    .big-bg:has(.participation-form) .legal-buttons {
        margin-top: 105px;
    }
}

@media (max-width: 768px) {
    .overlap-row {
        margin-top: 0;
    }

    .desktop-only {
        display: none;
    }
}

@media (max-width: 575px) {
    .big-bg {
        padding: 70px 10px 60px;
    }

    .big-bg:has(.participation-form) {
        padding: 60px 10px 60px;
    }

    .participation-frame {
        padding: 80px 20px 55px;
        border-radius: 38px;
    }

    .participation-frame:has(.participation-form) {
        padding: 45px 20px 75px;
        border-radius: 38px;
    }

    .participate-tag {
        width: 215px;
        top: -42px;
    }

    .section-title {
        font-size: 24px;
    }

    .step-main-img {
        width: 115px;
        height: 115px;
    }

    .step h5 {
        font-size: 13px;
    }

    .product-item img {
        height: 95px;
    }

    .product-item p {
        font-size: 12px;
    }

    .form-title {
        font-size: 25px;
    }

    .participation-form .form-label {
        font-size: 16px;
    }

    .custom-file-upload {
        min-height: 95px;
        font-size: 15px;
    }

    .agreement-wrapper .form-check-label {
        font-size: 12px;
    }

    .button-primary img {
        width: 170px;
    }
}


.products-title {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 34px;
    letter-spacing: 2px;
    margin: 80px 0 30px;
}

.products-white-box {
    background: #fff;
    margin: 0 auto 50px;
    padding: 55px 0px 75px;
    border-radius: 0 0 100px 100px;
}

.product-item {
    text-align: center;
}

.product-item img {
    max-width: 100%;
    height: 150px;
    object-fit: contain;
    margin-bottom: 18px;
}

.product-item p {
    color: #111;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 18px;
    margin: 0;
}
