*{
    margin:0;
    padding:0;
}

.parent-1{
    display:flex;
    background-color:#FFCD9E;
    border:1px solid black;
    justify-content: center;
    
   
}

.parent-2{
    background-color: black;
    display:flex;
}

.child-1{
    padding:50px;
    margin:50px;
    width:70%;
    height:80%;
    
}

.child-2{
    padding:50px;
    margin-right:50px;
    width:30%;
    height:80%;
    
   
}

.child-3{
    padding:40px;
    margin-left:50px;
    width:50%;
    height:20%;
    
}

.child-4{
    padding:50px;
    margin-left:50px;
    width:50%;
    height:20%;
    
}

.input-box{
    color: #888;
    font-size: 20px;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    margin-bottom:10px;
}

.heading{
    color: #282828;
    font-size: 36px;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-bottom:10px;
}

.para{
    color: #484848;
    font-size: 20px;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    margin-bottom:10px;
}

.sub-heading{
    color: #282828;
    font-size: 20px;
    font-family: Inter;
    font-style: normal;
    font-weight: 800;
    line-height: 160%;
    margin-bottom: 10px;;
}

.register-now{
    background-color:black;
text-align: center;
font-size: 20px;
font-family: Inter;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-left:10px;

}

.random-text{
    color: #FFF;
text-align: left;
font-size: 16px;
font-family: Inter;
font-style: normal;
font-weight: 500;
line-height: 160%;
}

.list-item{
    color: #FFF;
    font-size: 20px;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

ul li{
    color: #FFF;
    font-size: 20px;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}
