.netflix{
    width: 154px;
    height: 55px;
    position: relative;
   margin-top: 22px; 
    z-index: 10;
    color: red; 
}
.signin{
    color:black;
    background-color: white;
    border: 2px solid white;
    justify-content: center;
    min-height:2.8rem ;
    float: inline-end;
    width:80px;
    font-size: 0.975rem;
    border-radius: 5px;
    font-weight: 700;
    margin-top: -44px;
    margin-left: 108px;
        font-family:"Martel Sans", sans-serif;

}
.maindabba{
    margin-top: 134px;
    align-items: center;
    text-align: center;
}
.step{
    margin-top: 12px;
    font-family: sans-serif;
    font-size: 12px;
}
.finish{
    font-size: 34px;
    font-family: sans-serif;
    margin-top: -12px;
}
.des{
    font-family: sans-serif;
    font-weight: 50px;
    font-size: 16px;
    margin-top: -17px;
}
.next{
    color:white;
    background-color: red;
    border: 2px solid white;
    justify-content: center;
    min-height:3.8rem ;
    width:240px;
    font-size: 0.975rem;
    border-radius: 5px;
    font-weight: 700;
        font-family:"Martel Sans", sans-serif;

}
.dabba{
    background-color: rgb(236, 230, 222);
    margin-left: -7px;
    padding-top: 15px;
    margin-top: 23px;
}
.ques{
    color: ;
    margin-top: 20px;
    margin-left: 23px;
}
.row{
    display: flex;
    gap:10px;
    color: rgb(99, 97, 97);
    margin-top: 15px;
    margin-left: 23px;
    text-decoration: underline;
 }
 .row div{
    min-width: 250px;
 }
 .row div:hover{
    color: blue;
    cursor: pointer;
}
.english{
    border: hidden;
    height:45px;
    margin: 23px;
}
.english .icon{
    height:16px;
    width:23px;
    background-color:white ;
    border: 2px solid hidden;
    margin-left: -13px;
}