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

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-30rule);
    background-image: url("../img/bg-2026.jpg");
    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;
}
.navbar-nav span {
    position: relative;
    bottom: 3px;
}

/* 
    GENERAL
*/
header,
footer {
    width: 100%;
    color: var(--white);
    margin: 0;
    padding: 1rem 0;
}
header {
    background-color: var(--color-30rule);
}
footer {
    background: var(--color-30rule);
}
footer p {
    margin: 0.5rem 0;
}
header a:hover,
header a:focus {
    text-decoration: none !important;
    color: var(--color-10rule);

}
.header-img {
    width: 90vw;
    display: block;
    margin: 1rem auto;
}
.footer-img {
    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: var(--font-weight-normal);
    color: var(--white);
}

h1 {
    font-size: var(--h1-size);
    padding: 1rem;
	text-shadow: #000 0px 0px 20px;
}
h2 {
    font-family: var(--secondary-font);
    font-size: var(--h2-size);
    padding: 1.5rem 0.25rem;
    line-height: 1.5;
    text-shadow: #000 0px 0px 20px;
}
p {
    font-size: var(--main-font-size);
}
.main-headline {
    position: relative;
}
.main-headline .shape {
    max-width: 100px;
    position: absolute;
    left: 0;
    top: 0;
}
.main-headline .shape-disco {
    display: block;
    margin: 0 auto;
    max-width: 250px;
}

.premii {
    position: relative;
    padding: 2rem 0 0;
}

.premii .container {
    padding-bottom: 4rem;
}

.premii h2 {
    font-weight: bold;
}

.premii .shape {
    position: absolute;
    bottom: 0;
    max-width: 30vw;
}

.premii .shape.shape-1 {
    left: 0;
}
.premii .shape.shape-2 {
    right: 0;
}

.fb-share-button,
.fb-share-button > span,
.fb-share-button > span iframe {
    width: 100px !important;
    height: 30px  !important;
}

.fb_iframe_widget {
    position: relative!important;
    margin: 0 auto!important;
    left: calc(50% - 50px) !important;
}

/* 
    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-10rule);
    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: var(--main-font-size);
    font-family: var(--main-font);
    line-height: 1.75;
    color: var(--white);
    margin-left: 40px;
    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;
    align-items: center;
    color: var(--white);
    font-family: var(--main-font);
    font-size: var(--main-font-size);
}

.form-control,
input.form-control {
    height: 60px;
    color: var(--white);
    border: 4px solid var(--color-60rule);
    background-color: var(--color-10rule);
    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(--white);
    border: 4px solid var(--color-60rule);
    background-color: var(--color-10rule);
    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-60rule);
    background-color: var(--color-60rule);
    outline: 0;
    color: var(--white);
    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(--secondary-font);
    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: 360px;
    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) / 2);
}

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

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

.custom-control-indicator {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border: 4px solid var(--color-60rule);
    background-color: var(--color-10rule);
    border-radius: 0;
    width: 40px;
    height: 40px;
    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-60rule);
    background-color: var(--color-60rule);
    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: 1200px;
    margin: 2rem auto;
    padding: 2rem;
    border-style: solid;
    border-width: 10px;
    border-color: var(--white);
    background-color: var(--color-30rule);
    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;
}
#tapad_url {
		display: none;
		height: 0;
}

.promo-protevelion {
    position: relative;
    padding-bottom: 56.25%; /* Aspect ratio */
    height: 0;
    overflow: hidden;
}

.promo-protevelion video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

@media (min-width: 640px) {
    .premii {
        min-height: 40vh;
    }
    .header-img {
        width: 60vw;
    }
    .main-headline {
        min-height: 40vh;
    }
    .main-headline .shape {
        max-width: 100%;
    }
    .main-headline .shape-disco {
        max-width: 400px;
    }
    .footer-img {
        max-width: 500px;
    }
}
