/* General Styles */
* {
    box-sizing: border-box;
}

body {
    background-color: #000;
    font-family: Lato;

}
/* Containers */
/*.container{*/
/*    width: 1400px;*/
/*}*/
/*@media screen and (max-width:980px){*/
/*    .container{*/
/*        width:390px;*/
/*    }*/
/*}*/
.row{
    place-content: center;
}
.container-form{
    width:100%;
}
.social-buttons {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 40px;
    text-align: center;
    padding: 0px 40px;
}
.form-container{
    background-image: linear-gradient(#00000096, #000000cf),url("/assets/img/Golf_GTI-5.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    padding-bottom: 100px;
    background-position: center;
}

/* Text */
a{
    color:#d50101;
}
.text{
    color: #fff;
    text-decoration: none !important;
}
.title-text-p{
    font-size: 28px;
}
.txt-prize-info {
    font-size: 24px;
}
.txt-prize-name {
    font-size: 48px;
    color: #d50101;
}
.color-txt{
    color: #d50101;
    font-size: 24px;
}
.slider-text{
text-align: center;
padding-bottom: 80px;
    margin-top: 10%;
}
.additional-info{
font-size:12px;
}
.slider{
    margin-bottom: 50px;
}
.completed{
    text-align: center;
}
.completed-section{
    display: flex;
    align-content: center;
    justify-content: center;
    height: 85vh;
    align-items: center;
}
/* Form Title Text*/
::placeholder {
    color: white;
}
.form-title-txt{
    text-align: center;
    margin: 100px auto 50px auto;
}
.form-title-txt h1{
    font-size: 64px;
}
.form-title-txt p{
    font-size: 20px;
}
.addidional-info{
    text-align: center;
}
.addidional-info p{
    font-size: 24px;
    color: #d50101;
    font-weight: bold;
}
/* Contact form */
input[type="checkbox"]{
 accent-color:#d50101;
}
button{
    width:100%;
    background-color: #d50101;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    font-size: 17px;
    cursor: pointer;
    border-radius: 10px;
}
#multiStepForm,.order-form{
    background-color: transparent;
    margin: auto;
    padding: 0px 40px;
    min-width: 300px;
    color: #fff;
}
input {
    font-size: 24px;
}
.iti{
    color: #fff;
    border-bottom: 3px solid #fff;
    width: 100%;
}
.iti--separate-dial-code .iti__selected-flag{
    background-color: transparent !important;
}
.iti__flag-container{
    font-size: 24px;
}
span.iti__country-name {
    color: #000;
}
.iti__arrow {
    border-left: 5px solid transparent !important;
    border-right: 5px solid transparent !important;
    border-top: 8px solid #fff !important;
}
.iti__arrow--up {
    border-top: none;
    border-bottom: 8px solid #fff !important;
    border-top: 0px solid #fff !important;
}
input {
    padding: 10px;
    width: 100%;
    background-color: transparent;
    border: none;
    color: #fff;
}
label{
    font-size: 12px;
}
.label-steps{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    display: block;
    padding-bottom: 10px;
}
/* Mark input boxes that gets an error on validation: */
input.invalid {
    background-color: #b12020;
}
.form-question{
    margin: 40px auto;
}
/* Hide all steps by default: */
.tab {
    display: none;
}


button:hover {
    opacity: 0.8;
}
.step-buttons{
    display: flex;
    justify-content: space-between;
    gap:70px;
}
#prevBtn {
    background-color: #bbbbbb;
}

 .step { display: none; }
.step.active { display: block; }
.step-buttons { margin-top: 20px; }
.step-buttons button { margin-right: 10px; }


.step.active {
    opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
    background-color: #04AA6D;
}
/* Competiton Q&A Fields */
.competition-answer-area{
    background-color: #000;
    border-radius: 20px;
    border: 1px solid #fff;
    color: #fff;
    padding: 40px;
    width: 100%;
}
.competition-question-txt {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #d50101;
}
.question-additional-txt{
    font-size: 16px;
    color: #fff;
}
.answer-info{
    text-align: center;
}
span.answer-info-bottom-txt {
    color: #d50101;
    font-weight: 600;
}
.step-number{
    color: #fff;
}
.counter{
    display: flex;
    justify-content: flex-end;
}
/* Terms */
.checkbox-terms{
    display: flex;
    flex-direction: column ;
    gap: 15px;
}
.single-term{
    display: flex;
}
.form-terms{
    gap: 20px;
    display: flex;
    flex-direction: column;
    padding: 20px 0px;
}
/* Car info */
.car-info-single{
    display: flex;
    border-bottom: 2px solid #fff;
    gap: 30px;
    justify-content: space-between;
}
.car-info-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.car-info-single p {
    font-size: 20px;
}
.car-details-container{
    margin-top: 100px;
padding-bottom: 50px;
}
.car-details-description{
    font-size: 24px;
}
.car-details-list li{
    font-size: 20px;
    list-style: none;
    margin:10px 0px;
}
.car-details-list li:before{
    content: "-";
    font-size: 40px;
    padding-right:10px;
}
.car-details-list li{
    display: flex;
    align-items: center;
}
ul{
    padding-left: 0px;
}
.slider-img{
	height: 500px !important; 
	background-size: cover;
}
.banner-img {
    width: 100%;
}
@media screen and (max-width: 980px){
    .form-container{
        background-position: center;
    }
    #multiStepForm{
        padding: 10px;
    }
    .form-title-txt{
        margin: 100px auto 30px;
    }
    .form-title-txt h1 {
        font-size: 40px;
    }
    .form-title-txt p {
        font-size: 20px;
    }
    label {
        font-size: 14px;
    }
    label span {
        font-size: 6px;
    }
    input {
        font-size: 18px;
    }
    .iti__flag-container {
        font-size: 18px;
    }
    .slide_viewer{
        height: 400px;
    }
    .directional_nav{
        top: -200px;
    }
    .slider-text{
        padding-bottom: 0px;
    }
    .car-info-single{
        justify-content: space-between;
    }
.slick-dots {
bottom:5px;
}
.addidional-info p{
font-size:18px;
}
.additional-info-completed{
margin-top:40px;
}
.slider-img{
	height: 250px !important; 
background-size: contain;
    background-repeat: no-repeat;
}
.slider-text-completed{
margin-top:-55%;
}
.car-info-second-col{
margin-top:15px;
}
}
.social-button-single {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.social-button-single::before {
    content: attr(data-number);
    position: absolute;
    left: 25px;
    font-weight: bold;
}

.social-button-single span {
    display: inline-block;
    margin: 0 auto;
}
.popup-close{
    width: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
    fill: #d50101;
}
.popup-text{
    color: #fff;
    font-size: 12px;
    padding: 20px;
}
/* Style for the popup */
.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #000;
    border: 1px solid #000;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    max-height: 80%; /* Limiting the maximum height of the popup */
    overflow-y: auto; /* Adding vertical scrollbar if content exceeds max height */
    width: 80%; /* Set width to 80% of the screen */
    border-radius: 10px;
}

/* Regulamin */
.terms-page-body{
        color: #fff;
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .terms-page-title{
        text-align: center;
    }
    .terms-page-name-details{
        text-align: center;
    }
    .terms-page-content{
        margin-top: 50px;
    }
    .terms-page-content ol {
        counter-reset: item
    }
    .terms-page-content li {
        display: block
    }
    .terms-page-content li:before {
        content: counters(item, ".") "." " ";
        counter-increment: item
    }
    .third-lvl-ol{
        list-style: lower-latin !important;
    }

@media screen and (max-width:600px){
.result-info-txt {
    font-size: 28px !important;
}
    .button-mobile{
        display: block;
    }
    .button-desktop{
        display: none;
    }
    .social-buttons {
        padding: 0px;
margin-bottom:0px;
    }
    .social-button-single svg {
        margin-right: 5px;
        height: 15px;
        width: 15px;
    }
    .social-button-single {
        padding: 15px 0px;
        font-size: 11px;
    }
    .social-button-single::before {
        left: 10px;
    }
    .form-title-txt{
       margin: 80px 0px 20px 0px;
}
.social-buttons.completed-competition {
    margin-bottom: 0px !important;
}
}
.result-info-txt {
    font-size: 40px;
}
.order-form-input{
    border: 2px solid white;
    border-radius: 20px;
    background: black;
    margin-top: 20px;
}
.order-form{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.competition-question-title {
    text-align: center;
    color: white;
    font-weight: 500;
    font-size: 50px;
}
.question-label{
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    text-align: left;
}
.question-form{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.competition-question-annotation {
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
.form-container-question{
    max-height: 110vh;
}
