/*
    Copyright PRO TV S.A. All rights reserved.
    Contact: @protv.ro
*/
@import url("reset.css");
@import url("bootstrap.min.css");
/*
  GLOBAL VARS
*/
:root {
    --background-color: #423d38;
    --block-margin: 15px;
    --block-padding: 40px;
    --h1-size: 2rem;
    --h2-size: 1.75rem;
    --h4-size: 1.65rem;
    --paragraph-size: 1rem;
    --line-height: 1.45;
    --text-uppercase: uppercase;
    /* Fonts: */
    --ff: "Roboto", sans-serif;
    --fj: 'Josefin Sans', "Roboto", sans-serif;
    --ff-weight-500: 500;
    --ff-weight-700: 700;
    --fj-weight-400: 400;
    --fj-weight-500: 500;
    --fj-weight-600: 600;
    --fj-weight-700: 700;

    /* Colors: */
    --gradient-pink: linear-gradient(180deg, rgba(248,118,174,1) 0%, rgba(255,0,106,1) 100%);
    --gradient-green: linear-gradient(180deg, rgba(17,142,157,1) 0%, rgba(83,172,191,1) 100%);;
    --pink-primary: #FF006A;
    --voyo-red: #F40F4C;
    --voyo-primary: #6f5ee1;
    --white: #ffffff;
    --black: #000000;


    --form-text-color: #202020;
    --selection-color: #205905;
    --color-60rule: #122508;
    --color-30rule: #d7cbbc;
    --color-10rule: #658a61;
    
}

/* GENERAL */

*,
*: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(--black);
    font-family: var(--ff);
    font-size: var(--main-font-size);
    font-weight: var(--ff-weight-500);
    color: var(--color-60rule);
}

a {
    color: var(--pink-primary);
}
a:hover,
a:focus {
    color: var(--voyo-primary);
}

section {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}

.promo-loveisl {
    margin: 0 auto;
    display: block;
    position: relative;
    background: var(--gradient-pink);
}


.header-text img {
    width: 100%;
    max-width: 500px;
    padding-top: 50px;
}

.img-host {
}

.promo-loveisl h1 {
    font-size: 36px;
    font-family: var(--fj);
    font-weight: var(--fj-weight-400);
    text-shadow: 2px 0 1px rgba(0, 0, 0, 0.4);
}

.gradient-text {
    background: var(--gradient-green);
    padding: 0 15px 10px;
    width: 100%;
    max-width: 450px;
}

.more-margin {
    display: grid;
    grid-template-columns: 280px 1fr;
}

.more-margin h2 {
    margin-top: -10px;
}

.gradient-text h2 {
    font-size: 22px;
    font-family: var(--fj);
    font-weight: var(--fj-weight-400);
    color: var(--white);
    text-shadow: 2px 0 1px rgba(0, 0, 0, 0.4);
}

.gradient-text .logo-voyo-svg svg {
    max-width: 90px;
    margin-left: 10px;
    margin-top: -25px;
    filter: drop-shadow(2px 0px 1px rgba(0, 0, 0, 0.4));
}

.promo-loveisl .paragraph-texts {
    margin-top: 20px;
}

.promo-loveisl .paragraph-texts .hero-p {
    font-size: 22px;
    line-height: 1.3;
    margin: 0 auto;
    font-family: var(--fj);
    font-weight: var(--fj-weight-400);
    padding: 15px;
    color: var(--white);
    text-shadow: 2px 0 1px rgba(0, 0, 0, 0.4);
}

.mobile-show {
    display: none;
}

.promo {
    padding-top: 0;
    background-image: url("https://assets.protv.ro/assets/love-island-voyo-voucher/visuals/hero-header-show-host.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-color: white;
    background-size: cover;
    min-height: 80vh;
}

.first-screen {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.headline {
    font-size: 20px;
    margin-top: 20px;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 700;
}

.logo-voyo div {
    width: 100%;    
    max-width: 150px;
    display: block;
    margin: 0 auto;
    padding: 10px 0;
}

.logo-voyo-svg path {
    fill: #ffffff;
}

.headline {
    padding-block: 4vh;
}

.hero-title-text {
    position: relative;
    display: block;
    margin: 0 auto;
    /* background: rgba(2, 31, 71, .8); */
    margin: 0 auto;
    width: 100%;
    max-width: 850px;
}

.hero-title {
    font-size: 22px;
    line-height: 1.3;
    margin: 0 auto;
    font-family: var(--fj);
    font-weight: var(--fj-weight-700);
    padding: 15px;
    color: var(--white);
}

.hero-h2 {
    font-size: 22px;
    line-height: 1.3;
    margin: 0 auto;
    font-family: var(--fj);
    font-weight: var(--fj-weight-400);
    padding: 15px;
    color: var(--white);
}


.hero-paragraph {
    font-size: var(--h2-size);
    font-family: var(--fj);
    color: var(--black);
    font-weight: var(--fj-weight-400);
    text-transform: uppercase;
}

.titlu-formular-2 {
    text-align: center;
    color: var(--black);
    padding: 40px;
}

.intrebare-formular .voyo-element-1 {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto;
}

.voyo-element-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0 auto;
}

.voyo-element-2 img {
    width:100%;
    max-width: 400px;
    display: block;
}

.intrebare-form {
    position: relative;
    display: block;
    margin: 10px auto;
}

.intrebare-form h2.intrebare {
    font-family: var(--ff);
    font-weight: 800;
    font-size: 20px;
    color: #ffffff;
    max-width: 590px;
    text-align: center;
    margin: 0 auto;
    padding: 40px;
}
.intrebare-form p {
    color: #ffffff;
    padding: 0;
    margin: 0;
}
p.info-mic {
    font-size: 12px;
    color: #ffffff;
}

.intrebare-form img {
    width: 100%;
    max-width: 700px;
    display: block;
    margin: 0 auto;
}

.form-title {
    padding: 40px 0 0;
}

/* END GENERAL */

/*  FORM */
.container-formular,
.intrebare-formular {
    background-color: var(--white);
}

.formular {
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 5vh;
    /*
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    position: relative;
    z-index: 1;
    background: inherit;
    overflow: hidden;
}

.formular:before {
    content: "";
    position: absolute;
    background: inherit;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0 0 2000px rgba(255, 255, 255, 0.5);
    filter: blur(10px);
    margin: -20px;*/
}
.form-group,
.form-group label,
.form-group label span {
    color: var(--black);
}
.form-group label {
    margin-bottom: 0.1rem;
}

.row-checkbox {
    margin: 15px auto 10px;
}
.row-checkbox + .row-checkbox {
    margin-top: 1px;
}

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

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

.form-control {
    background-color: rgba(255, 255, 255, 0.17);
    border: 2px solid var(--pink-primary);
    color: var(--black);
	text-transform: none;
    width: 100%;
    height: 50px;
    padding: 4px 10px;
    border-radius: 10px;
    box-sizing: border-box;
    letter-spacing: 1px;
    box-shadow: inset 0px 7px 12px 0px rgba(0, 0, 0, 0.22);
}
input:not(:placeholder-shown) {
    border: 2px solid var(--pink-primary);
    color: var(--black);
}

input:focus {
    outline: 0;
}

.submit-container {
    margin: 0 auto;
    position: relative;
    margin: 20px 0;
}

.submit-container .love-island-heart {
    position: absolute;
    width: 100%;
    max-width: 90px;
    left: 8%;
    top: -12px;
}

.submitButton {
    border: 0;
    border-radius: 0;
    background-color: var(--pink-primary);
    text-transform: var(--text-uppercase);
    text-align: center;
    font-size: var(--h2-size);
    color: var(--white);
    font-weight: var(--ff-weight-700);
    font-family: var(--headings-font);
    padding-left: calc(2 * var(--block-padding));
    padding-right: calc(2 * var(--block-padding));
    border-radius: 40px;
}

.submitButton:hover {
    color: var(--white);
    background-color: var(--voyo-primary);
    border: 2px solid var(--voyo-primary);
}

.form-group label {
    color: var(--black);
}

.form-group label span {
    color: var(--black);
}

.info {
    color: var(--black);
    font-size: calc(var(--h2-size) / 2);
    font-weight: lighter;
    font-family: "Roboto", Helvetica, sans-serif;
}

section.info {
    padding: 60px 0;
    background: var(--gradient-pink);
    display: block;
    position: relative;
}

.app-download {
    background: var(--gradient-green);
    display: grid;
    grid-template-columns: 150px 1fr 150px;
    margin: 0 auto;
    position: relative;
    padding: 25px;
    max-width: 650px;
    width: 100%;
}

.app-download .app-loveisl {
    margin-left: -10px;
}

.app-download h3 {
    font-family: var(--fj);
    font-weight: var(--fj-weight-400);
    text-shadow: 1px 0 1px rgba(0, 0, 0, 0.4);
    color: var(--white);
    line-height: 1.3;
    font-size: 25px;
    margin-bottom: 20px;
}

.app-download .phone {
    position: relative;
    left: -120px;
    bottom: 93px;
    width: 300px;
    height: 100px;
}

.app-download .qr-code img {
    width: 100%;
    max-width: 150px;
    display: block;
}

.reminder-class {
    color: var(--black);
    font-size: calc(var(--h2-size) / 2);
    font-weight: lighter;
    font-family: "Roboto", Helvetica, sans-serif;
    padding: 40px 0;
}

.reminder-class strong {
    color: var(--voyo-red);
}

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

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.centering {
    white-space: nowrap;
    display: inline-block;
    text-align: center;
    width: 19%;
    padding: 5px 0 0 0;
}

.custom-control-indicator {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background-color: rgba(255, 255, 255, 0.17);
    border: 2px solid var(--voyo-red);
    box-shadow: inset 0px 7px 12px 0px rgba(0, 0, 0, 0.22);
    border-radius: 10px;
    width: 38px;
    height: 38px;
    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,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOSIgaGVpZ2h0PSIyOSI+CiAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjRkZGIiBkPSJNMTYuMzE0IDE0LjEwNiAyNy45NSAyNS43NDJjLjE3LjIyNi4yNTUuNDgxLjI1NS43NjQgMCAuMjgzLS4wODUuNjU0LS4yNTUuNjhsLS43NjUuNzY0Yy0uMDM1LjE3LS4zOTYuMjU1LS42NzkuMjU1LS4yODMgMC0uNTM4LS4wODUtLjc2NS0uMjU1TDE0LjEwNiAxNi4yMyAyLjQ3MSAyNy45NWExLjI0IDEuMjQgMCAwIDEtLjc2NC4yNTVjLS4yODMgMC0uNTEtLjA4NS0uNDM3LS4yNTVsLTEuMDA3LS43NjRjLjY2Ny0uMDI2LjUzNy0uMzk3LjUzNy0uNjggMC0uMjgzLjEzLS41MzgtLjUzNy0uNzY0bDExLjcyLTExLjYzNkwuMjYzIDIuNDcxQy45MyAyLjI0NS44IDEuOTkuOCAxLjcwN2MwLS4yODMuMTMtLjUxLS41MzctLjQzN0wxLjI3LjI2M0MxLjE5Ny45MyAxLjQyNC44IDEuNzA3LjhjLjI4MyAwIC41MzguMTMuNzY0LS41MzdsMTEuNjM1IDExLjYzNUwyNS43NDEuMjYzYy4yMjcuNjY3LjQ4Mi41MzcuNzY1LjUzNy4yODMgMCAuNjQ0LjEzLjY3OS0uNTM3bC43NjUgMS4wMDdjLjE3LS4wNzMuMjU1LjE1NC4yNTUuNDM3IDAgLjI4My0uMDg1LjUzOC0uMjU1Ljc2NEwxNi4zMTQgMTQuMTA2WiIvPgo8L3N2Zz4K");
    background-color: var(--color-30rule);
    border: 2px solid var(--color-60rule);
}

.text-success {
    color: #6722ff;
}

/* END FORM */

/* MODAL */
.modal {
    padding: 0 !important;
    margin: 0;
}
.modal-open {
    padding: 0 !important;
    margin: 0 !important;
}
.modal-dialog {
    max-width: 800px;
    top: 50%;
    left: 0;
    position: relative;
    width: auto;
    pointer-events: none;
    transform: translate(0%, -50%) !important;
}
.modal-header {
    border-bottom: 0px;
}
.modal-body {
    font-size: 15px;
    color: var(--color-60rule);
}
.text-success {
    color: var(--form-text-color);
}
.check-close {
    width: 30px;
}
.check-close svg {
    display: inline-block;
    width: 30px;
    aspect-ratio: 1;
}
.modal-header .close {
    padding: 1rem 0rem;
    margin: -1rem 0.5rem -1rem auto;
}

.modal-content {
    background: var(--pink-primary);
    border: 2px solid var(--voyo-primary);
}

#alerts {
    color: var(--white)!important;
}

.alerts .text-success {
    font-size: 18px !important;
    text-align: left !important;
    color: white !important;
    line-height: 1.6 !important;
}

img.premiu-ssangyong {
    display: block;
    margin: 0 auto;
    padding: 20px;
    width: 400px;
}
.descriere-premiu-ssangyong {
    text-align: left;
    text-indent: 30px;
}

.info h5 {
    margin: 20px 0;
}

ul.lista-how-to-win li {
    list-style-position: inside;
    text-align: left;
}

/* FOOTER */
.footer {
    /* background-image: url("../img/bg-footer.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
    padding: 80px 0;
    background-color: var(--white);
}

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

.footer-links a {
    margin-right: 25px;
    font-family: var(--fj);
    font-weight: var(--fj-weight-400);
    color: var(--black);
    line-height: 1.3;
    font-size: 25px;
    text-decoration: none;
}

.footer-links a:hover {
    color: var(--voyo-primary);
    text-decoration: underline;
}

.footer-links .logo-voyo {
    width: 100%;
    max-width: 150px;
    height: auto;
}

.footer h3 {
    color: var(--white);
    font-size: 25px;
    font-family: var(--ff);
    font-weight: 800;
    text-transform: uppercase;
    margin: 20px;
    display: inline-block;
    padding: 10px;
}

.location {
    background: rgba(2, 31, 71, .5);
    display: inline-block;
    margin: 0 auto;
}

.footer .logo-square {
    width:100%;
    max-width: 150px;
    display: inline-block;
    margin: 20px auto;
}

.logo-voyo-footer {
    max-width: 120px;
    display: inline-block;
    margin: 20px 10px;
    padding: 10px;
}
.logo-footer {
    max-width: 120px;
    display: inline-block;
    margin: 20px 10px;
    padding: 10px;
}

.footer .location a {
    color: var(--gold);
}

.footer .location span {
    color: var(--white);
}

#tapad_url {
    display: none;
}

/* END MODAL */
@media screen and (max-width: 1024px) {
    .img-host {
        position: absolute;
        bottom:0;
        right:0;
    }

    .more-margin {
        display: grid;
        grid-template-columns: 1fr 100px;
        align-items: center;
        grid-gap: 10px;
    }

    .gradient-text {
        padding: 10px;
    }

    .more-margin h2 {
        margin-top: 0;
        text-align: center;
    }
}

@media screen and (max-width: 810px) {
    .hero-title {
        font-size: 1.4rem;
    }

    .voyo-element-1 {
        width: 22%;
    }
    .voyo-element-2 {
        width: 35%;
    }
}

@media screen and (max-width: 768px) {

    .promo-loveisl h1 {
        font-size: 30px;
    }

    .header-text img {
        padding-top: 0;
    }

    .gradient-text {
        width: 100%;
        max-width: 340px;
        padding: 10px 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .more-margin {
        display: grid;
    }

    .more-margin h2 {
        margin-top: 0;
    }

    .img-host {
        text-align: right;
    }

    .img-host img {
        width: 100%;
        max-width: 350px;

    }
}

@media screen and (max-width: 560px) {
    section {
        background-color: transparent;
    }

    .gradient-text,
    .paragraph-texts {
        display: none;
    }

    .mobile-show {
        display: block;
        background: var(--gradient-pink);
        margin: 0 auto;
        position: relative;
    }

    .gradient-green {
        background: var(--gradient-green);
        text-align: center;
        padding: 20px;
    }

    .promo {
        padding-top: 0;
        background-image: url("../img/bg-hero-m.png");
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .first-screen {
        align-items: center;
    }

    .hero-title {
        font-size: 1rem;
    }
    .headline-redbull {
        font-size: 16px;
    }
    .voyo-element-1 {
        width: 12%;
    }
    .voyo-element-2 {
        width: 25%;
    }
    .logo-voyo div {
        max-width: 100px;
    }
    .logo-redbull img {
        max-width: 150px;
    }
    .hero-paragraph {
        margin-bottom: 0;
    }
    .intrebare-form h2.intrebare {
        padding: 15px;
    }

    .app-stores {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .app-info {
        padding: 40px 20px!important;
    }

    .app-download {
        grid-template-columns: none;
        grid-template-rows: repeat(3, 1fr);
        position: relative;
    }

    .app-download .app-loveisl {
        order: 1;
    }

    .app-download .phone {
        order: 2;
        position: absolute;
        left: -15%;
        top: 40%;
    }

    .app-download .phone img {
        max-width: 250px;
        width: 100%;
    }

    .app-download .qr-code {
        order: 3;
        position: absolute;
        bottom: 50px;
        right: 20px;
    }

    .footer-links {
        flex-direction: column;
    }

    .footer-links a {
        margin: 0 auto;
        padding: 10px 0;
    }

    .footer-links .logo-voyo{
        order: 1;
    }

    .footer-links .regulament {
        order: 2;
    }

    .footer-links .contact {
        order: 3;
    }

    .promo-loveisl h1 {
        font-size: 2rem;
        line-height: 1.2;
    }

    .header-text img {
        padding-top: 10px;
        width: 100%;
        max-width: 200px;
    }

    .img-host img {
        width: 100%;
        max-width: 150px;
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .gradient-green-container {
        display: grid;
        grid-template-columns: 1fr 90px;
        align-items: center;
        grid-gap:20px;
    }

    .gradient-green-container h2 {
        font-family: var(--fj);
        font-weight: var(--fj-weight-400);
        font-size: 1.3rem;
        color: var(--white);
        text-shadow: 2px 0px 1px rgba(0, 0, 0, 0.4);
    }

    .voyo-bd-description {
        margin: 0 auto;
        padding: 20px;
    }

    .voyo-bd-description .description-p {
        font-family: var(--fj);
        font-weight: var(--fj-weight-400);
        font-size: 1.25rem;
        color: var(--white);
        text-shadow: 2px 0px 1px rgba(0, 0, 0, 0.4);
        text-align: center;
    }

    .gradient-green-container .logo-voyo-svg svg {
        filter: drop-shadow(2px 0px 1px rgba(0, 0, 0, 0.4));
    }

    .submit-container .love-island-heart {
      display: none;
    }

    .submitButton {
        padding: 10px 20px;
        font-size: 18px;
    }

}

@media screen and (max-width: 414px) {
    .img-host img {
        max-width: 120px;
    }

    .promo-loveisl h1 {
        font-size: 2.3rem;
        line-height: 1.1;
    }
}

@media screen and (max-width: 390px) {
    .promo-loveisl {
        padding-top: 20px;
    }
    
    .promo-loveisl h1 {
        font-size: 2rem;
        line-height: 1.1;
    }
}

@media screen and (max-width: 320px) {
    .promo-loveisl h1 {
        font-size: 1.5rem;
        line-height: 1.1;
    }
}
