
 @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;600&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-decoration: none;
}
.nav{
    display: flex;
    background-color: #181824;
    padding: 19px 160px;
    gap: 394px;
}
.header{
    height: 100vh;
}
.aboutme{
    padding: 80px 160px;
    background-color: #1A1A29;
}
.logo{
    color: #7562E0;
    font-size: 28px;
}
.anchor{
    text-decoration: none;
    font-size: 18px;
    color: white ;
}
.list{
    list-style: none;
}
.underlist{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 52px;
}
.main{
    display: flex;
    padding: 19px 160px;
    background-color: #1A1A29;
}
.name{
    font-size: 52px;
    color: white;
}
.text{
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-top: 150px;
}
.color{
    padding: 20px;
    background-color: #181824;
    position: relative;
    height: 139px;
    top: -139px;
}
.helloi{
    color: white;
    font-size: 32px;
    line-height: 48px;
}

.intro{
    font-size: 18px;
    line-height: 27px;
    color: white;
}
.btns{
    display: flex;
    gap: 15px;
}
.btn{
    background-color: #7562E0;
    padding: 12px 25px 12px 25px;
    font-size: 16px;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.aboutme-text{
    color: #7562E0;
    font-size: 32px;
    line-height: 48px;
}

.active{
    background-color: transparent;
    border: 2px solid #7562E0;
}
.para{
    font-size: 18px;
    color: white;
    line-height: 32px;
}
.years{
    font-size: 96px;
    color: #7562E0;
}
.experience{
    display: flex;
}
.experiences{
    font-size: 24px;
    padding: 20px;
    color: white;
    font-weight: 500;
}
.services{
    display: flex;
    gap: 17px;
}
.box{
    width:256px;
    height: 254px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    background-color: #BDBDBD;
}
.most{
    background-color: #7562E0;
}
.tags{
    color:white;
}
.ruler{
    height: 42px;
    width: 42px;
    border-radius: 0px;

}
.offer{
    font-size: 32px;
    font-weight: 600;
    color: #7562E0;
    padding-top: 80px;
}
.row{
    display: flex;
    gap: 71px;
}
.skills{

    color: white;
    font-size: 24px;
}
.box-custom{
    text-align: center;
    height: 338px;
    width: 341px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border: 3px solid #7562E0;
    padding: 10px;
    padding-top: 40px;
}
.skill-para{
    font-size: 17px;
    color: white;
}
.services-two{
    display: flex;
    flex-direction: column;
    gap: 71px;
    
}
.project{
    font-size:32px;
    font-weight: 600;
    color: #7562E0;
}
.project-title{
    font-size: 18px;
    color: white;
}
.projects{
    background-color: #1A1A29;
    padding:19px 160px;
}
.project-div{
    display: flex;
    gap: 17px;
    padding-top: 20px;
}
.proj{
    padding: 10px;
    width: 343px;
    height: 417px;
    background-color: #31313F;
}
.project-name{
    font-size: 24px;
    color:#7562E0;
}
.project-description{
    font-size: 18px;
    color: white;
}

.btn-project{
    display: flex;
    gap: 5px;
    padding-top: 20px;
}
.btn-project a{
    text-decoration: none;
}
.viewlive{
    width: 144px;
    height: 43px;
    border:1px solid rgba(117, 98, 224, 1);
    padding: 10px 20px;
    text-align: center;
    background: rgba(117, 98, 224, 1);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    color: white;
}
.github{
    width: 144px;
    height: 43px;
    border:1px solid rgba(117, 98, 224, 1);
    padding: 10px 20px;
    text-align: center;
    border-radius: 8px;
    color: white;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.contact{
 background-color: #1A1A29;   
 padding:19px 160px;
 display: flex;
 justify-content: space-between;
}
.connect{
    font-size:32px;
    color: #7562E0;;
}
.satisfied{
    font-size: 18px;
    color: white;
}
.input-fields{
    display: flex;
    flex-direction: column;
    font-size: 24px;
    color: white;
    gap: 20px;
}
input{

    width: 472px;
    height: 62px;
color: white;
    
 border: 1px solid transparent;
    
    background: #F5F5F5;
    opacity: 0.11;
    border-radius: 8px;
}


.send{
    width: 174px;
    height: 50px;
    background: #7562E0;
    border-radius: 8px;
    text-decoration: none;
    color: white;
    font-size: 16px;
    text-align: center;

}
footer{
    background-color: #1A1A29;   
    padding:19px 160px;
    /* display: flex; */
}
.socialmedia{
    display: flex;
    gap: 10px;
}
.mylink{
    font-size: 16px;
    color:rgba(255, 255, 255, 1);
}
.linked{
    display: flex;
    gap: 51px;
    justify-content: center;
}
textarea{
    width: 472px;
    height: 98px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    opacity: 0.11;
}
.text-contact{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.secondsocial{
    padding-top: 20px;
}
.contactmelet{
    font-weight: 500;
    font-size: 24px;
}