/*
    Copyright PRO TV S.A. All rights reserved.
    Contact: @protv.ro
*/
@import url("reset.css");
@import url("bootstrap.min.css");
@import url("onetrust.css");
/*
    GLOBAL STYLES
*/
:root {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    --background-color: #000;
    --main-font: "Roboto", sans-serif;
    --main-font-size: 1rem;
    --font-style-normal: normal;
    --font-weight-normal: 400;
    --selection-color: ;
    --block-margin: 20px;
    --block-padding: 20px;
    --h1-size: 2rem;
    --h2-size: 2rem;
    --h4-size: 1.5rem;
    --paragraph-size: 1.3rem;
    --heading-line-height: 1.45;
    --heading-letter-spacing: normal;
    --text-transform: uppercase;
    --white: #ffffff;
    --black: #000000;
    --color-60rule: #fec00f;
    --color-30rule: rgb(242, 106, 53);
    --color-10rule: #fec00f;
    --color-10rule-focus: rgb(242, 106, 53);
    --color-masterchef: #fec00f;
}

body::-webkit-scrollbar {
    width: 6px;
}

body::-webkit-scrollbar-track {
    background: var(--color-30rule);
}

body::-webkit-scrollbar-thumb {
    background-color: var(--color-60rule);
    border-radius: 6px;
    border: 3px solid var(--color-60rule);
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.2s ease-in;
}

*:focus {
    outline: none !important;
    transition: all 0.2s ease-in;
}
html,
body {
    height: 100%;
    width: 100%;
}
body {
    scrollbar-width: thin;
    scrollbar-color: var(--color-10rule) var(--color-60rule) !important;
    overflow-x: hidden !important;
    overflow-y: auto;
    margin: 0;
    background-color: var(--color-white);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    font-family: var(--main-font);
    font-size: var(--main-font-size);
    font-style: var(--font-style-normal);
    font-weight: var(--font-weight-normal);
    color: var(--selection-color);
    width: 100%;
    height: 100%;
    min-height: 100%;
}

a {
    color: var(--white);
}
a:hover,
a:focus {
    color: var(--color-10rule);
}
nav {
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.navbar-brand svg {
    max-width: 150px;
    height: auto;
    width: 100%;
}
.navbar-nav p {
    display: inline-block;
    padding: 0;
    margin: 0;
}

/* 
    GENERAL
*/
header,
footer {
    width: 100%;
    margin: 0;
    padding: 1rem 0;
}
header {
    background-color: var(--color-white);
    background-image: url('https://assets.protv.ro/assets/kenwoodmc/img/hero-img.png');
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 556px;
}
footer {
    background: #be1c36;
    height: 100px;
}

footer p {
    color: #fec00f;
    font-weight: 400;
    padding-top: 24px;
    margin-bottom: 0;
}
header a:hover,
header a:focus {
    color: var(--color-30rule);
}
.header-img {
    margin: 2rem auto 3rem;
}
.footer-img {
    max-width: 450px;
    margin: 1rem auto;
}
.container {
    max-width: 1200px;
}

.row-checkbox {
    padding-top: 20px;
    padding-bottom: 15px;
}

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

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

h1,
h2,
p {
    text-align: center;
    font-weight: bold;
}

h1 {
    font-size: var(--h1-size);
    padding: var(--block-padding);
    color: var(--color-masterchef);
}
h2 {
    font-size: var(--h2-size);
    padding: var(--block-padding);
}
p {
    font-size: var(--main-font-size);
}

.cta-formular,
.cta-formular-mobile {
    text-align: center;

}
.cta-formular a,
.cta-formular-mobile a {
    background-color: var(--color-10rule-focus);
    padding: 7px 15px;
    border-radius: 15px;
    width: 100%;
    color: white;
    font-weight: bold;
    text-decoration: none;
}
.cta-formular a:hover,
.cta-formular-mobile a:hover {
    color: black;
}

.cta-formular-mobile {
    display: none;
}

.premii {
    padding: 5rem 0;
    background-color: #f2f2f2;
}
p.text-premii {
    font-weight: initial;
}
.titlu-premii {
    margin-bottom: 50px;
}
.titlu-premii h2 {
    padding-bottom: 0;
    margin-bottom: 0;
}

.hero {
    height: 400px;
    margin-top: 45px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}

.hero-main-subtitle {
    text-align: center;
    font-size: 28px;
}

.logo-masterchef {
    max-width: 385px;
    margin: 0 auto;
}


/* 
    MODAL 
*/
.modal.show {
    display: block;
}
.modal-backdrop.show {
    display: block;
    opacity: 0.5;
}
.modal-backdrop.fade {
    opacity: 0;
    display: none;
}
body.modal-open .modal-backdrop {
    display: block;
    opacity: 0.5;
}
.modal-dialog {
    max-width: 500px;
    top: 50%;
    left: 0;
    position: relative;
    width: auto;
    pointer-events: none;
    transform: translate(0%, -50%) !important;
}
.modal-header {
    border-bottom: 0px;
}

/* 
    FORM
*/

input.form-control,
textarea.form-control {
    border-radius: 0;
    box-sizing: border-box;
    padding: 0;
}
.custom-control {
    position: relative;
    display: inline-block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    /* margin-bottom: var(--block-margin); */
}
.custom-control-label {
    display: block;
    cursor: pointer;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-radius: 50%;
    border-color: var(--color);
    background-color: var(--color-10rule);
}
.custom-radio .custom-control-label::before {
    border-radius: 50%;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-color: var(--color-10rule);
}
.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: var(--color-10rule) solid 1px;
}

.custom-control-description {
    font-size: 1.15rem;
    font-family: var(--main-font);
    line-height: 1.75;
    color: var(--white);
    margin-left: 60px;
    height: 60px;
    padding-top: 15px;
    display: inline-block;
}

.custom-control-description a {
    color: var(--darker-blue);
}

#results {
    color: var(--color-60rule);
}

#text-errors {
    color: var(--color-10rule);
    padding: var(--block-margin) 0 0;
    font-size: 30px;
    padding: 20px 0;
}

.visuallyhidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.form-group label {
    position: relative;
    display: inline-flex;
    color: var(--white);
    font-family: var(--main-font);
    font-size: 1.15rem;
}

.form-control,
input.form-control {
    height: 60px;
    color: var(--black);
    border: 4px solid var(--white);
    background-color: var(--white);
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    letter-spacing: 0;
    margin-top: 0.25rem;
    margin-bottom: 1rem;
}

textarea.form-control {
    height: 200px;
    color: var(--black);
    border: 4px solid var(--white);
    background-color: var(--white);
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    letter-spacing: 0;
    margin-top: 0.25rem;
    margin-bottom: 1rem;
}
input.form-control:not(:placeholder-shown),
textarea.form-control:not(:placeholder-shown),
input.form-control:focus,
textarea.form-control:focus {
    border-color: var(--color-10rule-focus);
    outline: 0;
    color: var(--black);
    box-shadow: 0px 0px 10px 1px rgb(115 90 240 / 20%),
        0px 0px 15px 2px rgb(181 181 255 / 30%),
        0px 0px 10px 15px rgb(99 99 255 / 10%),
        0px 10px 5px 0px rgb(26 26 26 / 20%),
        inset -2px -2px 3px 0px rgb(173 169 255 / 0%);
}

.submitButton {
    text-align: center;
    font-size: var(--h2-size);
    text-transform: uppercase;
    color: var(--white);
    font-family: var(--main-font);
    font-weight: bold;
    padding: var(--block-padding);
    background-color: var(--color-10rule-focus);
    box-shadow: 0px 0px 15.98px 1.02px rgba(115, 90, 240, 0.4),
        inset -2.121px -2.121px 3px 0px rgba(173, 169, 255, 0.25);
    width: 100%;
    max-width: 292px;
    margin-top: 3rem;
}

.submitButton:hover {
    background-color: transparent;
    color: var(--white);
    border-color: var(--color-10rule);
}

.info {
    font-family: var(--main-font);
    padding: 0;
    text-align: center;
    color: var(--white);
    font-size: calc(var(--h2-size) / 3);
}

.custom-control {
    position: relative;
    display: block;
    min-height: 60px;
    padding-left: 15px;
    margin-right: 1rem;
    cursor: pointer;
}

.custom-control-input {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    z-index: -1;
    opacity: 0;
}

.custom-control-indicator {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border: 4px solid var(--white);
    background-color: var(--white);
    border-radius: 0;
    width: 60px;
    height: 60px;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 70% 75%;
    background-size: 70% 75%;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1OCA1OCI+CiAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjRkZGIiBkPSJtMzQgMjguOCAyMy41IDIzLjZjLjMuNC41IDEgLjUgMS41IDAgLjYtLjIgMS0uNSAxLjRsLTEuNiAxLjVjLS4zLjQtLjguNi0xLjMuNi0uNiAwLTEuMS0uMi0xLjUtLjZMMjkuNCAzMy4xIDYgNTYuOGMtLjUuNC0xIC42LTEuNi42LS41IDAtMS0uMi0xLjMtLjZsLTEuNi0xLjVjLjMtLjQtLjUtLjgtLjUtMS40IDAtLjYuOC0xIC41LTEuNWwyMy43LTIzLjZMMS40IDUuMmMuMy0uNC0uNS0xLS41LTEuNSAwLS42LjgtMSAuNS0xLjRMMyAuOGMuMy0uNC44LS41IDEuMy0uNS42IDAgMS4xLjEgMS42LjVsMjMuNSAyMy41TDUzLjEuOGMuNC0uNC45LS41IDEuNS0uNS41IDAgMSAuMSAxLjMuNWwxLjYgMS41Yy4zLjQuNS44LjUgMS40IDAgLjYtLjIgMS0uNSAxLjVMMzMuOSAyOC44WiIvPgo8L3N2Zz4K");

    border-color: var(--color-10rule-focus);
    background-color: var(--color-10rule-focus);
    box-shadow: 0px 0px 15.98px 1.02px rgb(115 90 240 / 20%),
        0px 0px 25.48px 2.52px rgb(181 181 255 / 30%),
        0px 0px 175px 75px rgb(99 99 255 / 10%),
        0px 20px 15px 0px rgb(26 26 26 / 20%),
        inset -2.121px -2.121px 3px 0px rgb(173 169 255 / 0%);
}

.content-formular {
    width: 100%;
    max-width: 1000px;
    margin: 2rem auto;
    padding: 2rem;
    background-image: url('https://assets.protv.ro/assets/kenwoodmc/img/bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 15.98px 1.02px rgba(115, 90, 240, 0.2),
        0px 0px 25.48px 2.52px rgba(181, 181, 255, 0.3),
        0px 0px 175px 75px rgba(99, 99, 255, 0.1),
        0px 20px 15px 0px rgba(26, 26, 26, 0.2),
        inset -2.121px -2.121px 3px 0px rgba(173, 169, 255, 0.004);
}

.form-main-title,
.form-title {
    font-family: var(--main-font);
    font-size: var(--h2-size);
    color: var(--white);
    padding-bottom: 1em;
    padding-top: 1em;
}

@media (min-width: 640px) {
    .premii {
        min-height: 40vh;
    }
    .main-headline {
        padding-top: var(--block-padding);
        min-height: 40vh;
    }
}

@media (max-width: 768px) {
    :root {
        --h2-size: 1.6rem;
    }
    .hero-main-subtitle {
        font-size: 18px;
    }
    p.text-premii {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    header {
        background-image: url('https://assets.protv.ro/assets/kenwoodmc/img/hero-mobile_1.png');
        min-height: 341px;
        background-position: top center;
    }
    .logo-masterchef {
        max-width: 205px;
    }
    h1 {
        font-size: 22px;
        text-align: left;
    }
    .custom-control-description {
        padding-top: 0;
    }
    .cta-formular,
    .hero img,
    .hero h1 {
        display: none;
    }
    .hero {
        height: initial;
        margin-top: 0;
    }
    .cta-formular-mobile {
        display: block;
    }
}

/* VIDEO */


.video-iframe {
    max-width: 640px;
    margin: 0 auto;
    padding-top: 14px;
    position: relative;
  }

.video-form {
    width: 100%;
    background: rgba(241, 241, 241, 1);
    background: -moz-linear-gradient(top, rgba(241, 241, 241, 1) 0%, rgba(208, 209, 208, 1) 50%, rgba(188, 188, 188, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241, 241, 241, 1)), color-stop(50%, rgba(208, 209, 208, 1)), color-stop(100%, rgba(188, 188, 188, 1)));
    background: -webkit-linear-gradient(top, rgba(241, 241, 241, 1) 0%, rgba(208, 209, 208, 1) 50%, rgba(188, 188, 188, 1) 100%);
    background: -o-linear-gradient(top, rgba(241, 241, 241, 1) 0%, rgba(208, 209, 208, 1) 50%, rgba(188, 188, 188, 1) 100%);
    background: -ms-linear-gradient(top, rgba(241, 241, 241, 1) 0%, rgba(208, 209, 208, 1) 50%, rgba(188, 188, 188, 1) 100%);
    background: linear-gradient(to bottom, rgba(241, 241, 241, 1) 0%, rgba(208, 209, 208, 1) 50%, rgba(188, 188, 188, 1) 100%);
    padding-top: 60px;
    padding-bottom: 60px;
}

.playvideo1 {
    position: absolute;
    background-image: url(https://assets.protv.ro/assets/kenwoodmc/img/playbtn.png);
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-position: center;
    background-size: 78px 78px;
    background-repeat: no-repeat;
}
.playvideo2 {
    position: absolute;
    background-image: url(https://assets.protv.ro/assets/kenwoodmc/img/playbtn.png);
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-position: center;
    background-size: 78px 78px;
    background-repeat: no-repeat;
}

.video-iframe video {
    width: 100%;
}

.videos {
    background-color: rgba(var(--main-color), 1);
    padding: 20px 0;
    text-align: center;
}
  
#tapad_url {
    display: none;
}