*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background-color: #FBFBFB;
    width: 100%;
    height: 100vh;
}
.ay{
    font-size: 50px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 20px;
}
.co{
    margin: 20px;
    font-size: 40px;
    font-family: Arial, Helvetica, sans-serif;
    color: #1e90ff; 
}
.d-flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.empty{
    width: 100%;
    border-radius: 20px;
    height: 20px;
    background-color: lightgrey;
}
.fill{
    width: 65%;
    border-radius: 20px;
    /* border-radius: 8px 0 0 8px; */
    height: 20px;
    background-color: #1e90ff;
}
.per{
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    display: flex;
    justify-content: end;
}
.perc{
    font-weight:500;
    margin-top: 10px;
}
.texy{
    margin-top: 30px;
    font-family: Arial, Helvetica, sans-serif;
}
.tut{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.c-box{
    width: 600px;
    box-shadow: 10px 10px 20px;

    height: 200px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 10px;
    margin: 20px;
    padding: 20px;
}
.c-box:hover{
    transition: 0.3s;
    transform: scale(1.05);
    cursor: pointer;
}
.c-title{
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 20px;
}
.form{
    width: 400px;
    height: 300px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 10px;
    margin: auto;
    margin-top: 200px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.same{
    width: 100%;
    height: 40px;
    margin: 10px;
    border-radius: 5px;
    border: 1px solid lightgrey;
    padding: 10px;
    font-size: 16px;
}
#submit{
    width: 50%;
    height: 40px;
    margin: 10px;
    border-radius: 5px;
    border: none;
    background-color: #1e90ff;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
.lg{
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 20px;    
}
.top-dp-div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}
.top-dp{
    width: 80px;
    height: 80px;
    margin: 10px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #1e90ff;
}
.wrapper{
    display: flex;
    align-items: center;
}
.log{
    text-decoration: none;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
}
.log:hover{
    color: #1e90ff;
    transition: 0.3s;
}
.log i{
    margin-left: 5px;
    transition: 0.3s;
}
.log:hover i{
margin-left: 15px;
transition: 0.3s;
}
@media only screen and (max-width:768px){
    .ay{
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 20px;
}
.co{
    margin: 20px;
    font-size: 40px;
    font-family: Arial, Helvetica, sans-serif;
    color: #1e90ff; 
}
.d-flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.empty{
    width: 100%;
    border-radius: 20px;
    height: 20px;
    background-color: lightgrey;
}
.fill{
    width: 65%;
    border-radius: 20px;
    /* border-radius: 8px 0 0 8px; */
    height: 20px;
    background-color: #1e90ff;
}
.per{
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    display: flex;
    justify-content: end;
}
.perc{
    font-weight:500;
    margin-top: 10px;
}
.texy{
    margin-top: 30px;
    font-family: Arial, Helvetica, sans-serif;
}
.tut{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.c-box{
    width: 600px;
    box-shadow: 10px 10px 20px;

    height: 200px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 10px;
    margin: 20px;
    padding: 20px;
}
.c-box:hover{
    transition: 0.3s;
    transform: scale(1.05);
    cursor: pointer;
}
.c-title{
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 20px;
}
.form{
    width: 400px;
    height: 300px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 10px;
    margin: auto;
    margin-top: 200px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.same{
    width: 100%;
    height: 40px;
    margin: 10px;
    border-radius: 5px;
    border: 1px solid lightgrey;
    padding: 10px;
    font-size: 16px;
}
#submit{
    width: 50%;
    height: 40px;
    margin: 10px;
    border-radius: 5px;
    border: none;
    background-color: #1e90ff;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
.lg{
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 20px;    
}
.top-dp-div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}
.top-dp{
    width: 50px;
    height: 50px;
    margin: 10px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #1e90ff;
}
.wrapper{
    display: flex;
    align-items: center;
}
.log{
    text-decoration: none;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
}
.log:hover{
    color: #1e90ff;
    transition: 0.3s;
}
.log i{
    margin-left: 5px;
    transition: 0.3s;
}
.log:hover i{
margin-left: 15px;
transition: 0.3s;
}

}
@media only screen and (max-width:555px){
        .ay{
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 20px;
}
.top-dp{
    width: 30px;
    height: 30px;
    margin: 10px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #1e90ff;
}
.log{
    text-decoration: none;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}
}
@media only screen and (max-width:400px){
        .ay{
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 20px;
}
.top-dp{
    width: 30px;
    height: 30px;
    margin: 10px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #1e90ff;
}
.log{
    text-decoration: none;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}
.co{
    margin: 20px;
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    color: #1e90ff; 
}
}
@media only screen and (max-width:355px){
            .ay{
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 20px;
}
.top-dp{
    width: 30px;
    height: 30px;
    margin: 10px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #1e90ff;
}
.log{
    text-decoration: none;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}
.co{
    margin: 20px;
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    color: #1e90ff; 
}
.c-title{
    text-align: center;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 20px;
}
}