/*
    Copyright PRO TV S.A. All rights reserved.
    Contact: @protv.ro
*/
@charset 'utf-8';

/* INCLUDES */
@import 'reset.css';
@import 'bootstrap.min.css';
@import 'animate.css';
@import 'onetrust.css';
@import 'footer.css';

/* FONTS */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');

@font-face {
    font-family: 'ITC Serif Gothic Std';
    src: url('../fonts/SerifGothicStd.woff2') format('woff2'),
        url('../fonts/SerifGothicStd.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Serif Gothic Std';
    src: url('../fonts/SerifGothicStd-Bold.woff2') format('woff2'),
        url('../fonts/SerifGothicStd-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* GENERAL */
:root {
    --headerOpacity: 1;
    --headerScale: 1;
    --main-color: 131, 3, 248;
    --second-color: 152, 173, 133;
    --third-color: 0, 12, 68;
    --subtitle-text-color: 255, 255, 255;
    --error-color: 255, 55, 55;
    --white: #FFF;
    --black: #000;
    --grey: 242, 242, 242;
    /* FONT */
    --ff: 'Roboto', sans-serif;
    --ff-itc: 'ITC Serif Gothic Std', sans-serif;
}

::placeholder {
    color: rgba(var(--white), 1) !important;
}

:-ms-input-placeholder {
    color: rgba(var(--white), 1) !important;
}

::-ms-input-placeholder {
    color: rgba(var(--white), 1) !important;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: rgba(var(--third-color), 1);
    transition: all 0.2s linear;
    text-decoration: none;
}

a {
    color: rgba(var(--third-color), .75);
    transition: all 0.2s linear;
    text-decoration: none;
}

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

body {
    margin: 0;
}

main {
    width: 100%;
    min-height: 500px;
    position: relative;
    padding: 0;
    margin: 0;
}
/* NOU CSS */

section {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}
.promo {
    padding-top: 0;    
    max-height: 400px;
    min-width: 100%;
}

.video-sdpf {
    max-width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    object-position: center;
    height: 100%;
}
.img-hero {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.first-screen {   
    backdrop-filter: blur(3px);
    padding: 25px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);

}

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

.headline {
    padding-block: 4vh;
}

.hero-title-text {
    position: relative;
    display: block;
    margin: 0 auto;
    margin: 20px auto;
    width: 100%;
    max-width: 850px;
}

.hero-title {
    font-size: 30px;
    line-height: 1.3;
    margin: 20px auto;
    font-family: var(--ff-itc);
    font-weight: bold;
    padding: 15px;
    color: var(--white);
    text-align: center;
}
.hero-paragraph {
    font-size: var(--h2-size);
    padding: 0;
    color: var(--white);
    font-weight: 700;
}

/* FORMULAR SECTION */

section.formular {
    padding: 40px 0;
    background-image: url('../images/bg-sdpf.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
section.formular h2.title-form {
    color: var(--white);
    text-align: center;
    font-size: 24px;
    font-family: var(--ff-itc);
    font-weight: bold;
    margin-bottom: 20px;
}

section.formular h2.info-form-1,
section.formular h2.info-form-2 {
    color: var(--white);
    padding: 20px 0;
    font-size: 12px;
}

section.formular h2.info-form-2 {
    font-size: 16px;
    font-family: var(--ff-itc);
}
section.formular h2.info-form-2 a {
    text-decoration: none;
    font-weight: bold;
    color: yellow;
}

section.formular h2.info-form-2 a:hover {
    text-decoration: underline;
}
section.formular h2.info-form-2 span {
    font-weight: bold;
}


/* GALERIE */
.wrapper-galerie {
    display: grid; 
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr; 
    grid-template-rows: 1fr 1fr 1fr; 
  }

.foto-galerie {
    width: 100%; 
}
@media (max-width: 500px) {

.wrapper-galerie {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr; 
  }
  .foto-galerie.last {
    display: none;
  }
}


/* FOOTER */

section#footer {
    padding: 40px 0;
    background-image: url('../images/bg-footer.webp');
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}

section#footer .logo-footer {
    text-align: center;
    margin: 0 auto;
}

section#footer .copyright {
    font-size: 12px;
    color: var(--white);
    text-align: center;
    margin: 20px auto;
}

#tapad_url {
    display: none;
}
/* VECHI CSS */

.logo-superstar {
    max-height: 300px;
}

.content-formular {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    max-width: 620px;
}
.container {
    max-width: 1000px;
}

.bg-dark {
    background: rgba(var(--black), .45) !important;
}

.main-nav {
    z-index: 1;
    width: 100%;
    position: absolute;
}

.main-nav .navbar-toggler {
    color: rgba(var(--white), 1);
    border-color: rgba(var(--white), 0);
}

.main-nav .nav-link {
    text-transform: uppercase;
}

.main-video {
    position: relative;
    text-align: center;
    width: 100vw;
}

.main-video,
.main-video video,
.main-video .view-header {
    width: 100vw;
}

.main-video .view-header {
    position: absolute;
    width: 100vw;
    top: 0;
    left: 0;
}

.main-video .opacity-video {
    position: absolute;
    width: 100vw;
    top: 0;
    left: 0;
    background: rgba(var(--black), .25);
}

.main-video,
.main-video video,
.main-video .view-header,
.main-video .opacity-video {
    height: 56.5vw;
}

.playPause {
    cursor: pointer;
    position: absolute;
    background: rgba(var(--main-color), 1);
    z-index: 200;
    top: 150px;
    width: 46px;
    height: 46px;
}

.playPause i {
    color: red !important;
    font-size: 1.25rem;
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.main-video video {
    background: black;
    object-fit: cover;
}

.main-video .view-header {
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 1;
    opacity: var(--headerOpacity);
    transform: scale(var(--headerScale));
}

.scroll-down {
    display: block;
    font-size: 3rem;
    color: rgb(var(--white));
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 160px;
}

.scroll-down a {
    color: rgb(var(--white));
    text-decoration: none;
}

.scroll-down a:hover,
.scroll-down a:focus {
    color: rgb(var(--main-color));
}

.scroll-down .textinfo {
    font-size: .9rem;
    font-weight: 300;
}

.chevron {
    position: absolute;
    left: 40%;
    width: 28px;
    height: 8px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 2s ease-out infinite;
}

.chevron:before,
.chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #fff;
}

.chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
}

.chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
}

@keyframes move {
    25% {
        opacity: 1;

    }

    33% {
        opacity: 1;
        transform: translateY(30px);
    }

    67% {
        opacity: 1;
        transform: translateY(40px);
    }

    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}


h3 {
    color: rgba(var(--subtitle-text-color), 1);
    font-weight: 600;
    padding: 10px 0;
}

.btn {
    color: rgba(var(--white), 1);
    background: rgb(220 38 38/1);
}

.btn:hover {
    color: rgba(var(--white), 1);
    text-decoration: none;
    background: #840101;
}

.descriere-concurs {
    color: rgba(var(--white), 1);
    padding-bottom: 10px;
}

/* ---------- FORM  ---------- */
.form-section {
    background: rgba(var(--grey), 1);
    padding: 60px 0;
}

.info {
    color: rgba(var(--white), .5);
    font-weight: 300;
    font-size: .9rem;
    padding: 10px 0;
}

.custom-control-description {
    color: rgba(var(--main-color), 1);
}

.custom-control-description a {
    color: rgba(var(--main-color), 1);
}

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

#results {
    color: rgba(var(--main-color), 1);
}

#error {
    color: rgba(var(--error-color), 1);
    padding: 15px 0;
    font-size: 20px;
    max-width: 60%;
    margin: 10px auto;
}

section.formular #calendar-container,
section.formular #hour-selection {
    font-family: 'ITC Serif Gothic STD', serif;
}
.form-control {
    background: #D9D9D9;
    color: var(--black);
    border: 1px solid var(--black);
    border-radius: 0;
    margin-top: -1px;
    font-family: 'ITC Serif Gothic STD';
    height: auto;
    position: relative;
}

.form-control:focus {
    background: rgba(var(--main-color), 1);
    color: rgba(var(--white), 1);
}

.form-control a {
    font-weight: bold;
    color: black;
}
.form-control a:hover {
    text-decoration: underline;
}
.form-control.insotitor {
    margin-left: -1px;
}

#extra-f {
    display: inline-flex;
    width: 100%;
}
.form-row {
    justify-content: center;
}

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

.custom-controls-stacked .custom-control+.custom-control {
    margin-left: 0;
}

.custom-controls-stacked .custom-control {
    margin-bottom: .25rem;
}

label {
    display: block;
    font-weight: 300;
    font-size: 16px;
    color: rgba(var(--white), 1);
    text-align: left;
}

.form-check-label {
    margin-left: 30px;
}

.form-check-input {
    margin-left: 0;
}
.form-border-left:before {
    content: '';
    display: block;
    height: 100%;
    width: 1px;
    background: #000;
    position: absolute;
    top: 0;
    left: 35px;
}

.cheia {
    display: inline;
}
.lupa {
    display: inline-block;
    max-width: 40px;
    padding-bottom: 5px;
}
textarea {
    position: relative;
}
.paperclip {
    position: absolute;
    top: -10px;
    max-width: 100px;
    right: 50px;
}

.custom-control-description {
    font-weight: 300;
    font-size: 20px;
    color: rgba(var(--subtitle-text-color), 1);
    line-height: 1.2;
    text-align: left;
}

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

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

.custom-radio .custom-control-indicator {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid rgba(var(--white), 1);
}

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

}

select option[disabled] { 
    color: rgb(167, 167, 167);
}

.custom-control-indicator {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border: 1px solid rgba(var(--third-color), 1);

    border-radius: 3px;
    width: 28px;
    height: 28px;

    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: rgba(var(--white), 1);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 70% 75%;
    background-size: 70% 75%;
}

.custom-radio .custom-control-input:checked~.custom-control-indicator {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPSczJyBmaWxsPScjZmZmJy8+PC9zdmc+');
    background-color: rgba(var(--third-text-color), 1);
    border: 1px solid rgba(var(--third-text-color), 1);
}

.custom-radio .custom-control-input:checked~.custom-control-indicator {
    color: rgba(var(--third-text-color), 1);
    background-color: rgba(var(--third-text-color), 1);
    border: 1px solid rgba(var(--third-text-color), 1);
}

.custom-checkbox .custom-control-input:checked~.custom-control-indicator {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9JyNmZmYnIGQ9J002LjU2NC43NWwtMy41OSAzLjYxMi0xLjUzOC0xLjU1TDAgNC4yNiAyLjk3NCA3LjI1IDggMi4xOTN6Jy8+PC9zdmc+');
    background-color: rgba(var(--third-text-color), 1);
    border: 1px solid rgba(var(--third-text-color), 1);
}

.custom-checkbox .custom-control-input:checked~.custom-control-indicator {
    color: rgba(var(--third-text-color), 1);
    background-color: rgba(var(--third-text-color), 1);
    border: 1px solid rgba(var(--third-text-color), 1);
}
/* 
.form-control {
    min-width: 100%;
} */

.submitButton {
    font-size: 20px;
    font-weight: 800;
    color: rgba(var(--white), 1);
    background-color: #000C44;
    border: 3px solid #fff;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 10px;
    width: 100%;
    max-width: 440px;
    height: 56px;
}

#alerts::first-letter {
    text-transform: uppercase;
}

@media (max-width:500px) {
    .paperclip {
        display: none;
    }
}

.titlu-formular-2 {
    color: #fff;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
}


/* CUSTOM FORM JS */


#calendar-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }
  
  #calendar {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    margin-bottom: 10px;
  }
  .steps {
    font-size: 16px;
    color: var(--white);
  }
  .steps span {
    font-weight: bold;
  }
  .day {
    text-align: center;
    padding: 10px;
    border: 0.5px solid #000;
    border-style: inset;
    background-color: #d9d9d9;
  }
  button.day.active {    
    font-weight: bold;
    background-color: rgb(42, 0, 163);
    color: white;
  }
  
  .day.highlighted:hover {
    background-color: #0057ff;
    font-weight: bold;
    cursor: pointer;
  }
  
  .prev-month-day {
    color: #787878;
  }
  .highlighted {
    background-color: #4E8AFF;
    font-weight: bold;
  }
  #month-buttons {
    display: flex;
    width: 100%;
  }
  #month-buttons button {
    width: 100%;
    border-bottom: 1px solid black;
    outline: none;
  }
  
  .interval {
    text-align: center;
    padding: 10px;
    color: black;
    border: 0.5px solid #000;
    border-style: inset;
    background-color: #d9d9d9;
    width: 100%;
  }
  
  #hour-selection {
    display: none;
  }
  .btn-trimite {
    text-align: center;
    margin: 0 auto;
    border: none;
    background: transparent;
    font-weight: bold;
    font-size: 24px;
    color: black;
  }

  #thankyou .thankyou {
    font-family: var(--ff-itc);
    color: white;
    padding: 40px;
    font-size: 20px;
    background-color: rgba(255, 255, 255, .4);
    text-align: center;
  }
  #thankyou h4.thankyou span {
    font-weight: bold;
  }

  @media only screen and (max-width: 345px) and (min-width: 319px) {
    .day {
        padding: 8px;
    }
  }

  @media (max-width: 500px) {
    .first-screen {
        width: 250px;
        top: unset;
        right: 0;
        left: unset;
        bottom: 0;
        transform: none;
        padding: 0;
    }
    .logo-sdpf-svg img {
        display: none;
    }
    .hero-title {
        font-size: 20px;
    } 
    section.formular {
        padding: 20px 0;
    }
    section.formular h2.title-form {
        font-size: 18px;
    } 
  }