*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.loader{
    position: relative;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #7361ea;
    transition: opacity 0.75s, visibility 0.75s;
}

.loader-hidden{
    opacity: 0;
    visibility: hidden;
}

.loader::after{
    content: "";
    width: 75px;
    height: 75px;
    border: 15px solid rgb(206, 206, 202);
    border-top-color: #7361ea;
    border-radius: 50%;
    animation: loading 0.75s ease infinite;
}

@keyframes loading{
    from{
        transform: rotate(0turn);
    }
    to{
        transform: rotate(1turn );
    }

}

.veri{
    height: 100%;
    background-image: url(IMG/WhatsApp\ Image\ 2026-01-28\ at\ 7.09.06\ AM.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    color: rgba(225, 225, 225, 0.8);

}
.opacity{
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.9;
    padding-bottom: 50px;
}
.veri img{
    margin: 50px 0 0 0;
    margin-left: 2%;
    width: 100px;
    border-radius: 50%;
}
.veri h3{
    margin-left: 2%;
    font-size: 30px;
    font-weight: bold;
}
.textbox{
    text-align: center;
    margin-top: 10%;
}
.textbox p{
    font-size: 30px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    margin-bottom: 70px;
}
.textbox input{
    width: 600px;
    height: 40px;
    font-size: 18px;
    padding: 5px 10px;
    border-radius: 50px;
    border: 2px solid #7361ea;
    margin-bottom: 200px;
}

.textbox a{
    height: 40px;
    font-size: 18px;
    padding: 5px 10px;
    border-radius: 50px;
    background-color: #7361ea;
    color: #ffffff;
    border: 2px solid #7361ea;
    cursor: pointer;
    text-decoration: none;

}
a:hover{
    background-color: #ffffff;
    border: 2px solid #5a47c7;
    color: #7361ea;
}


.copy h3{
    
    text-align: center;
    color: white;
    font-size: 15px;
}

@media  (max-width: 680px){
    .textbox p{
        width: 500px;
        margin-left: 16%;
    }
    .textbox p{
    font-size: 25px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    margin-bottom: 70px;
}
    .textbox input{
        width: 300px;
        margin-left: 16%;
    }
.copy h3{
    margin-top: 30px;
    text-align: center;
    color: white;
    font-size: 13px;


}
}

@media  (max-width: 570px){
    .textbox p{
     width: 300px;
             margin: auto;
    }
     .textbox p{
    font-size: 18px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    margin-bottom: 50px;
}
}

@media  (max-width: 400px){
    .textbox p{
        width: 230px;
        margin: auto;
        
    }
    .textbox p{
    font-size: 17px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    margin-bottom: 60px;
}
    .textbox input{
        width: 220px;
         height: 30px;
    font-size: 15px;
    padding: 5px 10px;
       
    }

    .copy h3{
    margin-top: 30px;
    text-align: center;
    color: white;
    font-size: 13px;
}
}