
*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

.container {
    border: 1px solid rgb(14, 14, 15);
    display: flex;
    width: 80%;
    margin:auto ;
    box-shadow: 2px 5px 10px rgb(65, 62, 62);    /*when remove this style <p> will be intracted */
}

.riyaz-img {
    width: 250px;
    height: 250px;
    border-radius: 100%;
    border: 1px solid rgb(17, 17, 16);
}

.leftbox {
    background: rgb(105, 28, 45);
    width: 350px;
    padding: 50px;
}

.rightbox {
    background: rgb(238, 240, 235);
    width: 100%;
    padding: 50px;

}

.name-cont{
    /*border: 1px solid black;*/
    margin-top: 50px;
    
}

.name-cont > h2 {
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    font-size: 50px;
}

.name-cont > h5 {
    text-transform: uppercase;
    font-size: 25px;
    font-family: 'Kanit', sans-serif;
}

.left-side-box {   /* .contact {easily applied same contact style so class name changed (left-side-box) }*/
   /* border: 1px solid white;*/
    color: white;
    margin-top: 30px;
}

.left-side-box > h4 {       /* .contact {easily applied same contact style so class name changed (left-side-box) }*/
    text-transform: uppercase;
    border-bottom: 2px solid white;
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    
}

.contact-sub-contact{
   /* border: 1px solid white; */
    display: flex;
    margin-bottom: 10px;

}

.contact-sub-contact > .icon-con {    /* 2 classes so put and mention .(.) */
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 25px;
    
}

.contact-sub-contact > .text-con > h5 {
    margin-bottom: 10px;
    font-size: 20px;


}

.contact-sub-contact > .text-con > p {
    font-size: 15px;
    
}

 .software-con > h5{

    margin-left: 35px;
    font-size: 15px;

}

.software-con1 > h5 {

    font-size: 15px;
    margin-left: 35px;
}

.software-con1 > p {
    font-size: 12px;
    margin-left: 14px;

}

/*right side */

.right-site-title {
    border-bottom: 1px solid black;
    display: flex;
    margin-top: 25px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
}

.right-site-title >.icon-con {
    width:50px ;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-color: black;
    border-radius: 100%;
    color: white;

}

.right-site-title > h3 {

    line-height: 50px;
    padding-left: 20px;
    
}
.right-site-con {
    font-family: 'Poppins', sans-serif;
    display: flex;
    margin-top: 20px;

}

.right-site-con > .years {
    font-weight: bolder;
    width: 29%;
}


.right-site-con > .description > .desc-title {
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 10px;
    
}





