*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
        background-color: #050007;
        color: white;
padding: 10px 0px;
}
hr{
    width: 80%;
    margin: auto;
}
.main{
    width: 100%;
    font-family: sans-serif;
    padding: 20px 0px 0px 0px;
}
.main .navbar{
    width: 80%;
    padding: 7px 15px;
    background:linear-gradient(#95329D,#37123D);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    color: whitesmoke;
    border-radius: 50px;
}
.main .navbar .n-left{
    width: 20%;
}
.main .navbar .n-image{
    width: 40px;
    height: 40px;
    border-radius: 999px;
}
.main .navbar .n-left img{
    width: 100%;
    height: 100%;
    border-radius: 999px;

}
.main .navbar .n-mid{
    width: 60%;
}
.main .navbar .n-mid ul{
        width: 100%;

    display: flex;
    justify-content: center;
    margin: 0;
}
.main .navbar .n-mid ul li{
    list-style-type: none;
    font-size: 17px;
    margin: 0px 12px;
    border-radius: 3px;
    padding: 2px 7px;
}
.main .navbar .n-mid ul .home{
    border-bottom: 2px solid #9f22a8;
}

.main .navbar .n-right{
    width: 20%;
    display: flex;
    justify-content: center;
}
.main .navbar .n-right button{
    width: 170px;
    padding: 10px 0px;
    background-color:#AF4AB5;
    border: none;
    outline: none;
    color: white;
    font-size: 17px;
    border-radius: 50px;
}
.about .main{
    /* border: 1px solid red; */
    padding: 10px 0px;
    font-family: sans-serif;
    /* background:linear-gradient(rgba(247, 165, 247, 0.918),rgb(44, 0, 44)) ; */
}
.about .main .photo{
    /* border: 1px solid red; */
    padding: 20px 0px;
    justify-items: center;
    align-content: center;
}
.about .main .photo .border-photo{
    border: 2px solid rgb(65, 1, 102);
    width: 200px;
    height: 200px;
    border-radius: 999px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about .main .photo .border-photo .image{
    width: 180px;
    height: 180px;
    border: 2px solid purple;
    border-radius: 999px;
    overflow: hidden;
}
.about .main .photo .border-photo .image img{
    width: 100%;
    height: 100%;
}
.about .main .paragraph{
    /* border: 1px solid red; */
    padding: 10px 0px;
    justify-items: center;
    align-content: center;
    text-align: center;
    color: rgb(216, 213, 213);
}
.about .main .paragraph .p-heading{
    font-family: cursive;
    font-size: 20px;
}

.about .main .paragraph .para{
    font-size: 15px;
}

.about .main .paragraph .btn button{
    border: 1px solid purple;
    outline: none;
    background: none;
    color: white;
    /* padding: 7px; */
    border-radius: 5px;
    margin: 0px 10px 0px 0px;
    padding: 5px 10px;
}

.main-about{
    width: 100%;
    padding: 10px 0px;
}
.main-about .heading-about h3{
    text-align: center;
    font-size: 22px;
}
.main-about .heading-about h3 span{
    color: gold;
}

.main-about .about-info{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    padding: 20px 0px;
}
.main-about .about-info .about-info-left{
    width:40%;
    /* display: flex;
    justify-content: center; */
}
.main-about .about-info .about-info-left .ail-image{
    border: 5px solid #AF4AB5;
    border-radius: 5px;
    width: 400px;
    height: 400px;
}
.main-about .about-info .about-info-left .ail-image img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.main-about .about-info .about-info-right{
    width:50%;

}
.main-about .about-info .about-info-right .sec-menu{
    width: 80%;
    display: flex;
}
.main-about .about-info .about-info-right .sec-menu .sec-menu-left{
    width: 30%;
    padding: 10px 0px;

}
.main-about .about-info .about-info-right .sec-menu .sec-menu-right{
    width: 50%;
    padding: 10px 0px;
}
.skills{
    padding: 10px 0px;
}
.skills .heading-skills h3{
    text-align: center;
    font-size: 22px;
}
.skills .heading-skills h3 span{
    color: gold;
}

.skills .myskills .dev-sec{
    display: flex;
    justify-content: space-evenly;
}
.skills .myskills .dev-sec .sub-heading-skills{
    width: 40%;
    background: linear-gradient(#95329D,#37123D);
    margin: 10px 0px;
    padding: 5px 10px;
    border-radius: 10px;
}
.skills .myskills .dev-sec .sub-heading-skills span{
    color: #050007;
    font-weight: 500;
    font-size: 22px;
}
.skills .myskills .dev-sec .sub-heading-skills .frontend-bar{
    padding: 10px 0px;
    width: 100%;
}
.skills .myskills .dev-sec .sub-heading-skills .frontend-bar progress{
    width: 80%;
    height: 20px;
}
.skills .myskills .dev-sec .sub-heading-skills .backend-bar{
    padding: 10px 0px;
    width: 100%;
}
.skills .myskills .dev-sec .sub-heading-skills .backend-bar progress{
    width: 80%;
    height: 20px;
}
.services{
    padding:10px 0px;
}
.services .heading-services h3{
    text-align: center;
    font-size: 22px;
}
.services .heading-services h3 span{
    color: gold;
}
.services .container .main{
    display: flex;
    justify-content: space-between;
    margin: 70px 0px 0px 0px;
    flex-wrap: wrap;
}
.services .container .main .sec{
    width: 300px;
        border: 2px solid #95329D;
/* height: 200px; */
position: relative;
justify-items: center;
margin: 10px 0px;
}
.services .container .main .sec .icon{
    height: 70px;
    width: 70px;
    border:1px solid #95329D;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -40px;
    border-radius: 10px;
}
.services .container .main .sec .icon i{
     font-size: 22px;
    color: white;
}
.services .container .main .sec .text{
    margin: 50px 10px 10px 10px;
    text-align: center;
    
}
.services .container .main .sec .text h5{
    font-size: 22px;
    color: #95329D;
}
.services .container .main .sec .text p{
    color: rgb(192, 185, 185);
    font-size: 16px;
    margin: 10px 0px opx 0px;
}
.services .container .main .sec .text .a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.services .container .main .sec .text .a span{
    color: white;
    
}
.services .container .main .sec .text .a i{
    margin: 1px 0px 0px 0px;
}
.education{
    background: black;
    padding: 10px 0px;
}
 .education .heading-education h3{
    text-align: center;
    font-size: 22px;
}
 .education .heading-education h3 span{
    color: gold;
}
.education .main{
    /* border: 1px solid red; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.education .main .art{
    width: 34%;
   
}
.education .main .art1{
    width:300px;
    height: 350px;
    border-radius: 5px;
    overflow: hidden;
}
.education .main .art1 img{
    height: 100%;
    width:100%;
    border-radius: 5px;

}
.education .main .art .sec{
    border: 2px solid #95329D;
    display: flex;
    margin: 15px 0px;
    align-items: center;
    padding: 10px 10px;
}
.education .main .art .sec .left{
    height: 70px;
    width: 70px;
        border: 2px dashed #95329D;

/* box-shadow:0 2px 3px rgba(0, 0, 0, 0.08); */
display: flex;
    justify-content: center;
    align-items: center;
}

.education .main .art .sec .left i{
    font-size: 22px;
    color: white;
}
.education .main .art .sec .right{
    margin: 0px 0px 0px 14px;
    
}
.education .main .art .sec .right h5{
    font-size: 19px;
    color: white;
}
.education .main .art .sec .right p{
    font-family: sans-serif;
    margin: 5px 0px;
    color: rgb(236, 235, 235);
}
.education .main .art .sec .right .btn{
    /* border: 2px solid rgb(0, 122, 128); */
    background: linear-gradient(#95329D,#37123D);
    display: inline-block;
    padding: 6px 15px;
    color: white;
}
.contact{
    padding: 10px 0px;
}
.contact .container .heading{
     width: 60%;
    margin: 0px auto;
    text-align: center;
    color: gold;

}

.contact .container .heading h2{
    font-size: 35px;

}
.contact .container .para{
     width: 60%;
    margin: 19px auto;
    text-align: center;
    color: white;
}
.contact .container .icon{
   width: 60%;
    margin: 10px auto;
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.contact .container .icon .a{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 12px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: #95329D 0px 0px 14.2482px 0px, #95329D 0px 0px 2.1533px 0px;
}
.contact .container .icon .a i{
    color: white;
    font-size: 25px;
}
.contact .container .main form{
    width: 60%;
    margin: 10px auto 0px auto;
}
.contact .container .main form .row{
    display: flex;
    justify-content: space-between;
    margin: 10px 0px;
}
.contact .container .main form .row .art{
    width: 48%;
    padding: 0;
    /* border:1px solid rgb(245, 242, 241); */
}
.contact .container .main form .row .art input{
    background: none;
    width: 99.9%;
    border: 1px solid #95329D;
    padding: 7px 10px;
    border-radius: 10px;
    outline: none;
}
.contact .container .main form .row  textarea{
    background: none;
    width: 99.9%;
    border: 1px solid #95329D;
    padding: 7px 10px;
    border-radius: 10px;
    height: 170px;
        outline: none;

}
.contact .container .main form .btn{
  display: flex;
  justify-content: center;

}
.contact .container .main form .btn button{
    padding: 6px 15px;
    background: linear-gradient(#95329D,#37123D);
    border: none;
    color: white;
        border-radius: 10px;

}