
* {
    font-family: 'Poppins', sans-serif;
}
html{
    overflow-x: hidden;
}
body {
    margin: 0;
    padding: 0;
    position: relative; /* Ensure we can position the image relative to the body */
    background: linear-gradient(to bottom,#040209, #080413);
    background-repeat: no-repeat;
    min-height: 100vh;
    margin: 0;
    overflow-x: hidden;
}
.labels{
    display: flex; justify-content: center; flex-direction: column; align-items: center;
}
body::before {
    content: "";
    position: absolute;
    top: 50px; /* Adjust to place the image where you want */
    left: 101%; /* Center the image horizontally (adjust as needed) */
    transform: translateX(-50%); /* Offset by half the image's width to center */
    width: 900px; /* Set the image size */
    height: 900px;
    background-image: url('t1.png'); /* URL of your image */
    background-size: cover; /* Make the image cover the box */
    background-position: center; /* Center the image within the box */
    z-index: -1; /* Ensure it stays behind other content */
    opacity: 10%;
    filter: blur(3px)
}
body::after {
    content: "";
    position: absolute;
    top: 600px; /* Adjust to place the image where you want */
    right: 77%; /* Center the image horizontally (adjust as needed) */
    transform: translateX(-50%); /* Offset by half the image's width to center */
    width: 900px; /* Set the image size */
    height: 900px;
    background-image: url('t2.png'); /* URL of your image */
    background-size: cover; /* Make the image cover the box */
    background-position: center; /* Center the image within the box */
    z-index: -1; /* Ensure it stays behind other content */
    opacity: 10%;
    filter: blur(3px);
    transform: rotate(18.65deg);
}


.header{
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 70px;
}
.img{
    margin-right: 500px;
}
.img img{
    width: 100px;
}

.t1 img{
    display: block; 
    margin-left: 1524px;
    position: absolute;
    width: 800px;
    overflow: hidden;
}

.t2 img{
    display: block; 
    margin-right: 2524px;
    position: absolute;
    width: 800px;
    
    overflow: hidden;
}
.questions{
    display: block;
    align-items: center;
    justify-items: center;
}
.submitBtn{
    display: flex;
    align-items: center;
    justify-content: center;
}
.submit{
    all: unset;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right:57px;
    padding-left: 57px;
    margin-top: 40px;
    margin-bottom: 70px;
    border-radius: 24px;
    color: white;
    background-color: #040208;
    border: 1px solid #353A3C;
    font-size: 1.4rem;
}
.submit:hover{
    cursor: pointer;
}
.questions .question{
    font-size: 1.4rem;
    display: flex;
    flex-direction: row;
    margin-top: 60px;
    color: white;
}

.cld{
    display: flex;
    flex-direction: row;

}

.input{
    all: unset;
    background-color: #040208;
    border: 1px solid #8A8A8A;
    border-radius: 17px;
    outline: none;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 14px;
    padding-left: 14px;
    width: 230px;
    height: 40px;
    color: white;
}

#nameInput::placeholder {
    color: #8A8A8A;  /* Change the placeholder text color */
    font-size: 14px; /* Adjust font size of the placeholder */
    font-style: italic; /* Optional: Make the placeholder text italic */
}

.asterisk {
    margin-right: 15px; /* Space between * and NAME */
    font-size: 1.61rem; /* Adjust size of the asterisk if needed */

}

.consentAsterisk {
    margin-right: 15px; /* Space between * and NAME */
    font-size: 1.61rem; /* Adjust size of the asterisk if needed */
    color: #B56BFF;
}
.options{
    color: white;
    font-size: 1.3rem;
}
#firstConsent{
    margin-top: 100px;
}
.consent{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
.consentText{
    width: 720px;
    color: white;
    font-size: 0.8rem;
}
.error{
    color: rgb(255, 39, 39);
}
.bigText{
    max-width: 840px; text-align: center;
}
.question{
    text-align: center;
}

.thankyou{
    min-width: 100%;
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

@media (max-width: 1457px){
    .img {
        margin-right: 300px;
    }
}

@media (max-width: 943px){
    .img {
        margin-right: 250px;
    }
    .bigText{
        max-width: 670px;
    }
}

.bigText2{
    max-width: 710px;
}

@media (max-width: 435px){
    .img {
        margin-right: 250px;
    }
    .bigText{
        max-width: 320px;
        font-size: 0.8rem;
    }
    .af{
        max-width: 300px;
    }
    .asterisk{
        font-size: 1rem;
    }
    .bigText2{
        font-size: 0.9rem;
        max-width: 170px;
    }
}


@media (max-width: 800px){
    .question{
       justify-content: center; align-items: center;
    }
    .labels{
        display: flex; justify-content: center; flex-direction: column; align-items: center;
    }
    .img {
        margin-right: 50px;
    }
    .img img{
        width: 70px;
    }
    .bigText{
        max-width: 320px;
        font-size: 0.8rem;
    }
    .af{
        max-width: 300px;
    }
    .asterisk{
        font-size: 1rem;
    }
    .bigText2{
        font-size: 0.9rem;
        max-width: 170px;
    }
}
