*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins',sans-serif;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
}
body{
    background: #080808;
    color:#fff;
}
#header{
    width: 100%;
    height: 100vh;
    background-color: #222121;
}
.container{
    padding:10px 10%;
}
.navbar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
nav ul li{
    display: inline-block;
    list-style: none;
    margin:10px 20px;
}
.bi{
    font-size: 1.3rem;
    cursor: pointer;
}
#toggleDark{
    display:none;
}
nav ul li a{
    text-decoration: none;
    font-size: 18px;
    color:#fff;
    position: relative;
}
nav ul li a::after{
    content: '';
    width:0;
    height:3px;
    background-color: #9b5de5;
    position: absolute;
    left:0;
    bottom:-6px;
    transition: 0.5s;
}
nav ul li a:hover::after{
    width:100%;
}
.logo{
    text-decoration: none;
    font-size: 2.2rem;
    color:#fff;
    font-weight: 600;
    display: flex;
}
.header-text{
    margin-top: 20%;
    font-size: 30px;
}
.header-text h1{
    font-size: 60px;
    margin-top: 20px;
}
.name{
    color:#9b5de5;
}
/*About Section*/
#about{
    padding: 80px 0;
    color:#ababab;
}
.row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.about-col-1{
    flex-basis: 35%;
}
.about-col-1 img{
    width: 100%;
    border-radius: 15px;
}
.about-col-2{
    flex-basis: 60%;
}
#me{
    margin-left: 25px; 
    color:#9b5de5;
}
.sub-title{
    display: flex;
    font-size: 60px;
    font-weight: 600;
    color:white;
}
.about-me{
    font-size: 1.5rem;
    color:white;
}
.tab-titles{
    display: flex;
    margin:30px 0 40px;
}
.tab-links{
    margin-right: 50px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
}
.tab-links::after{
    content: '';
    width:0;
}
.text-msg{
    margin-top: 9px;
}
.social-media-links{
    display: flex;
    margin-top: 40px;
}
.social-media-links a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    margin-right:30px;
    border: 3px solid #9b5de5;
    border-radius: 50%;
    color:#9b5de5;
    text-decoration: none;
}
.social-media-links a:hover {
    color:#fff;
    background-color: #9b5de5;
    transition: 0.5s ease;
}
.para1{
    margin: 17.6px 0px 26.4px;
    font-size: 1.1rem;
    color: white;
    line-height: 23px;
}
.para2{
    font-size: 1.1rem;
    color: white;
    line-height: 23px;
    margin-bottom: 32.5px;
}
.read-more-btn{
    padding:10.56px 24.64px;
    background-color:#9b5de5;
    font-size:14.08px;
    height: 45px;
    width:136px;
    color:white;
    border:3px solid #9b5de5;
    border-radius: 10px;
    font-weight: 600;
    font-size: 1.1rem;
    text-decoration: none;
}
.read-more-btn:hover{
    background-color: transparent;
    transition:0.5s ease;
    color:#9b5de5;
}
/* ---skills---*/
#skills{
    padding: 90px 0;
    color:#ababab;
    background-color: #222121;
}
.my-skills{
    display: flex;
    justify-content: center;
    font-size: 60px;
    font-weight: 600;
    color:white;
    margin-bottom: 5rem;
}
.skills-container{
    display:flex;
    padding: 0px 10%;
    justify-content: space-between;
    gap:2rem;
}
.div1{
    padding:20px 20px;
    text-align: center;
    border-top: .6rem solid #9b5de5;
    border-bottom: .6rem solid #9b5de5;
    border-radius: 2rem;
    box-shadow: 0 0.1rem 0.5rem black;
    transition: transform 0.5s;
}

.div1:hover{
   transform:translateY(-10px);
   cursor: pointer;
}
.div2{
    padding:20px 20px;
    text-align: center;
    border-top: .6rem solid #9b5de5;
    border-bottom: .6rem solid #9b5de5;
    border-radius: 2rem;
    box-shadow: 0 0.1rem 0.5rem black;
    transition: transform 0.5s;
   
}
.div2:hover{
    transform:translateY(-10px);
    cursor: pointer;
}
.div3{
    padding:20px 20px;
    text-align: center;
    border-top: .6rem solid #9b5de5;
    border-bottom: .6rem solid #9b5de5;
    border-radius: 2rem;
    box-shadow: 0 0.1rem 0.5rem black;
    transition: transform 0.5s;
}
.div3:hover{
    transform:translateY(-10px);
    cursor: pointer;
}
.code-icon{
    font-size: 5rem;
    margin-bottom: 20px;
    color:#9b5de5;
}
.code-icon:hover{
    color:white;
    transition: 0.5s ease;
}
.web-text{
    font-size: 1.6rem;
    margin-bottom: 20px;
    color:#fff;
}
.web-text:hover{
    color:#9b5de5;
    transition: 0.5s ease;
}
.skill-icon{
    font-size:5rem;
    margin-bottom: 20px;
    color:#9b5de5;
}
.skill-icon:hover{
    color:white;
    transition: 0.5s ease;
}
.skill-text{
    font-size:1.6rem;
    margin-bottom: 20px;
    color:#fff;
}
.skill-text:hover{
    color: #9b5de5;
    transition: 0.5s ease;
}
.program-icon{
    font-size: 5rem;
    margin-bottom: 20px;
    color:#9b5de5;
}
.program-icon:hover{
    color:white;
    transition: 0.5s ease;
}
.programing-text{
    font-size: 1.6rem;
    margin-bottom: 20px;
    color:#fff;
}
.programing-text:hover{
    color: #9b5de5;
    transition: 0.5s ease;
}

.read-more-btns{
    padding:10.56px 24.64px;
    background-color:#9b5de5;
    font-size:14.08px;
    height: 35px;
    width:126px;
    color:white;
    border:3px solid #9b5de5;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.85rem;
    text-decoration: none;
}
.read-more-btns:hover{
    background-color: transparent;
    transition:0.5s ease;
    color:#9b5de5;
}
.div1 p{
    margin-bottom: 20px;
}
.div2 p{
    margin-bottom: 20px;
}
.div3 p{
    margin-bottom: 20px;
}
.services{
    color:#9b5de5; 
    margin-left: 15px;
}
/*Education section*/
#education{
    padding: 90px 0;
    color:#ababab;
}
.my-education{
    display: flex;
    justify-content: center;
    font-size: 50px;
    font-weight: 600;
    color:white;
    margin-bottom: 5rem;
}
.edu-container{
    display: flex;
    padding: 0px 10%;
    justify-content: space-between;
    gap:2rem;
}
.edu-icon{
    font-size: 5rem;
    margin-bottom: 20px;
    color:#ffffff;
}
.school-icon{
    font-size: 5rem;
    margin-bottom: 20px;
    color:#ffffff;
}
.clg-heading{
    font-size: 1.6rem;
    margin-bottom: 20px;
    color:#fff;
}
.school-heading{
    font-size: 1.6rem;
    margin-bottom: 20px;
    color:#fff;
}
.edu-div1 p{
    margin-bottom:10px;
}
.edu-div2 p{
    margin-bottom:10px;
}
.edu-div1{
    border: transparent;
    border-radius: 2rem;
    padding:80px;
    background-color: #222121;
    transition: transform 0.6s;
}
.edu-div1:hover{
    border:transparent;
    border-radius: 2rem;
    box-shadow: 0 0.1rem 0.5rem rgb(183, 181, 181);
    background-color: transparent;
    transition: 0.3s ease;
    transform:translateY(10px);
    cursor: pointer;
}
.edu-div2{
    border:transparent;
    border-radius: 2rem;
    padding:80px;
    box-shadow: 0 0.1rem 0.5rem rgb(183, 181, 181);
    transition: transform 0.6s;
}
.edu-div2:hover{
    border: transparent;
    border-radius: 2rem;
    background-color: #222121;
    transform:translateY(-10px);
    transition: 0.3s ease;
    cursor: pointer;
    box-shadow: none;
}
/*portfolio*/
#portfolio{
    padding: 50px 0;
    background-color: #222121;
}
.worklist{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
    grid-gap: 40px;
    padding: 0px 10%;
}
.work{
    border-radius: 10px;
    position:relative;
    overflow:hidden;
    box-shadow: 0 0.1rem 0.5rem black;
}
.work img{
    width:100%;
    border-radius: 10px;
    display: block;
    transition:transform 0.5s;
}
.portfolio-conainer{
    display: flex;
    justify-content: center;
    font-size: 50px;
    font-weight: 600;
    color:white;
    margin-bottom: 3rem;
}
.layer{
    width:100%;
    height:0;
    background:linear-gradient(rgba(0,0,0,0.8),#7033ba);
    border-radius: 10px;
    position:absolute;
    left:0;
    bottom:0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 40px;
    text-align: center;
    font-size: 14px;
    transition: height 0.5s;
}
.layer h3{
     font-weight:600;
     margin-bottom: 20px;
}
.layer-h3{
    color:#fff;
}
.layer-p{
    color: #fff;
}
.layer a{
    margin-top: 20px;
    color:#7033ba;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: white;
    line-height: 60px;
    font-size: 18px;
    text-align: center;
}
.work:hover img{
    transform:scale(1.1);
}
.work:hover .layer{
    height:100%;
}
.btn{
    border: 2px solid #9b5de5;
    display: block;
    margin: 50px auto;
    width:fit-content;
    background-color: #9b5de5;
    padding: 14px 50px;
    border-radius: 6px;
    text-decoration: none;
    color:#fff;
    transition: background 0.5s;
    font-weight: 300;
}
.btn:hover{
    color:#9b5de5;
    transition: 0.5s;
    background-color: transparent;
}
.contact-conainer{
    display: flex;
    justify-content: center;
    font-size: 50px;
    font-weight: 600;
    color:white;
    margin-bottom: 3rem;
}
#contact{
    padding: 50px 0;
}
.input-box{
    display: flex;
    gap:1.5rem;
}
#contact .input-box input{
    width: 100%;
    padding: 1.3rem;
    font-size: 1.6rem;
    color: var(--text-color);
    background: var(--bg-color);
    border-radius: .8rem;
    margin: .7rem 0;
    /*box-shadow: 0 .1rem .2rem black;*/
    outline:none;
}
.contact-list{
    padding:0 20%;
    text-align: center;
}
textarea{
    width:100%;
    padding: 1.5rem;
    font-size: 1.6rem;
    color: var(--text-color);
    background: var(--bg-color);
    border-radius: .8rem;
    margin: .7rem 0;
    box-shadow: 0 .1rem .5rem hwb(0 24% 75%);
    resize:none;
    outline: none;
}
.btn1{
    display: inline-block;
    padding:1.2rem 2.8rem;
    border: 2px solid #9b5de5;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    font-size:1.2rem;
    color: #fff;
    transition: .5s ease;
    background-color: #9b5de5;
}
.btn1:hover{
    background-color:transparent;
    color:#9b5de5;
    cursor: pointer;
}
.copyright{
    padding: 20px 0;
    background-color: #9b5de5;
    color: #fff;
}
.copy-container{
    display: flex;
    padding:0 10%;
    justify-content: space-between;
    align-items: center;
    font-size: 1.2rem;
    font-weight: 300;
}
.arrow{
    width:40px;
    height:40px;
    border-radius: 10px;
    background-color: #fff;
    color:black;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-decoration: none;
    box-shadow: 0 0.1rem 0.5rem black;
}
.arrow:hover{
    outline: .2rem solid transparent;
    transition: .5s ease;
    border:.2rem solid #fff;
}

