@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200&display=swap');
:root{
    --yellow:#850b48;
}
*{
    font-family: 'Nunito', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    outline: none;
    border: none;
    text-transform: capitalize;
    transition: all .2s linear;
}
*::selection{
    background: var(--yellow);
    color: #333;
}
html{
    font-size: 62.5%;
    overflow-x: hidden;
}
html::-webkit-scrollbar{
    width: 1.4rem;
}
html::-webkit-scrollbar-track{
    background: #222;
}
html::-webkit-scrollbar-thumb{
    background: var(--yellow);
}
body{
    background: #111;
    overflow-x: hidden;
    padding-left: 35rem;
}

 section{
    min-height: 100vh;
    padding: 1rem;
 }

 .btn{
    padding: .7rem 3rem;
    background: #333;
    color: #fff;
    cursor: pointer;
    margin-top: 1rem;
    font-size: 2rem;
    border-radius: 5rem;
 }
 .btn i{
    padding: 0 .5rem;
    font-size: 1.8rem;
 }
.btn:hover{
    background: var(--yellow);
}
.heading{
    text-align: center;
    margin: 0 6rem;
    font-size: 4rem;
    padding: 1rem;
    border-bottom: .1rem solid #fff4;
    color: #fff;
}
.edu{
        text-align: center;
        margin: 2rem 6rem;
        font-size: 2rem;
        padding: 4rem;
        /* border-bottom: .1rem solid #fff4; */
        color: #fff;
}
.heading span{
    color: var(--yellow);
}
.section-title{
    text-align: center;
    margin: 0 6rem;
    font-size: 4rem;
    padding: 1rem;
    border-bottom: .1rem solid #fff4;
    color: #fff;
}
.section-title span{
    color: var(--yellow);
}
header{
    position: fixed;
    top: 0; left: 0;
    z-index: 1000;
    height: 100%;
    width: 35rem;
    background: #1a1a1a;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    text-align: center;
}
header .user img{
height: 17rem;
width: 17rem;
border-radius: 50%;
object-fit: cover;
margin-bottom: 1rem;
border: .7rem solid var(--yellow);
}
header .user .name{
    font-size: 3.5rem;
    color: #fff;
}
header .user .post{
    font-size: 2rem;
    color: #eee;
}
header .navbar{
    width: 100%;
}
header .navbar ul{
    list-style: none;
    padding: 1rem 3rm;
}
header .navbar ul li a{
    display: block;
    padding: 1rem;
    margin: 1.5rem 0;
    background: #333;
    color: #fff;
    font-size: 2rem;
    border-radius: 5rem;
}
header .navbar ul li a:hover{
    background: var(--yellow);
}
#menu{
    position: fixed;
    top: 2rem; right: 2rem;
    background: #333;
    color: #fff;
    cursor: pointer;
    font-size: 2.5rem;
    padding: 1rem 1.5rem;
    z-index: 1000;
    display: none;
}











@media (max-width:1200px){
    html{
        font-size: 55%;
        
    }
    .home{
        padding: 1rem 4rem;
    }
}
@media (max-width:991px){
    
    header{
        left: -120%;
    }
    #menu{
        display: block;
    }
    header.toggle{
        left:0%;
    }
    body{
        padding: 0;
    }
}

@media (max-width:768px){
    
    html{
        font-size: 50%;
    }
 
    
}

@media (max-width:400px){
    
    header{
        width: 100vw;
    }
 .heading {
    margin: 0 3rem;
 }
 .education .box-container .box{
    width: 100%;
 }
 .contact .row form{
    margin: 3rem 0;
 }
 

}
.home{
    display: flex;
 justify-content: center;
    flex-flow: column;
    padding: 0 15rem;
}
.home h3{
    font-size: 2.5rem;
    color: #fff;
}
.home h1{
    font-size: 5rem;
    color: #fff;
}
.home h1 span{
    color: var(--yellow);
}
.home p{
    font-size: 2rem;
    color: #eee;
    padding: 1rem 0;
}

.about .row{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 1rem 0;
}

.about .row .info{
    flex: 1 1 48rem;
    padding: 2rem 1rem;
    padding-left: 6rem;
}

.about .row .info h3{
    font-size: 2rem;
      color: var(--yellow);
      padding: 1rem 0;
      font-weight: normal;
}
.about .row .info p{
    font-size: 2rem;
    color: #eee;
    padding: 0 .5rem;
}
.about .row .info h3 span{
    color: #eee;
    padding: 0 .5rem;
}
.about .row .img img{
    /* margin: 5rem; */
    border-radius: 30px;
    max-width: 100%;
    width: 500px;
}



.skills{
    background: #111;
}

.skills .content{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #fff;
    margin-top: 20px;
}
.content h2{
    font-size: 2.5rem;
    color: #fff;
    margin-left: 3rem;
}
.content p{
    font-size: 2rem;
    color: #eee;
    padding: 1rem 0;
    margin-left: 3rem;
}
.skills .btn{
    margin-left: 3rem;
   
}
.skills .content .col-left{
    position: relative;
    width: 46%;
}

.skills .content .col-right{
    position: relative;
    width: 46%;
}

.skills .content .col-right .bar{
    margin-bottom: 15px;
    padding: 10px;
}

.skills .content .col-right .bar .info{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.skills .content .col-right .bar .info span{
    font-size: 18px;
    font-weight: 500;
}

.skills .content .col-right .bar .line{
    position: relative;
    width: 100%;
    height: 15px;
    background: #ccc;
    border-radius: 10px;
}

.skills .content .col-right .bar .line:before{
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
}

.skills .content .col-right .bar .html:before{
    width:85%;
    background: #668fc1;
}

.skills .content .col-right .bar .css:before{
    width:75%;
    background: #9faf6a;
}

.skills .content .col-right .bar .javascript:before{
    width:60%;
    background: #d68968;
}

.skills .content .col-right .bar .react:before{
    width:60%;
    background: #9c7e97;
}
.skills .content .col-right .bar .php:before{
    width:40%;
    background: #74ac25;
}
.skills .content .col-right .bar .node:before{
    width:65%;
    background: #313e4e;
}

.skills .content .col-right .bar .express:before{
    width:65%;
    background: #339a90;
}

.skills .content .col-right .bar .mongo:before{
    width:70%;
    background: #d373a6;
}
.education .box-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 5rem 0;
    padding-left: 3rem;
}
.education .box-container .box{
    width: 27rem;
    margin: 4rem 1rem;
    padding-left: 4rem;
    border-left: .2rem solid #fff;
    position: relative;
    top: 1rem;
}

.education .box-container .box span{
    font-size: 1.5rem;
    background: #222;
    color: #fff;
    border-radius: 5rem;
    padding: 2.5rem 2.5rem;
    margin-left: 2rem;
}
.education .box-container .box h3{
    font-size: 4rem;
    color: #fff;
    padding-top: 5rem;
}

.education .box-container .box p{
    font-size: 2rem;
    color: #eee;
    padding-top: 1rem 0;
}
.education .box-container .box i{
    position: absolute;
    top: -4.5rem; left: -4rem;
    height: 8rem;
    width: 8rem;
    border-radius: 50%;
    line-height: 6rem;
    text-align: center;
    font-size: 4.5rem;
    color: #fff;
    background: var(--yellow);
}

.contact .row{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.contact .row .content{
    flex: 1 1 30rem;
    padding: 4rem;
    padding-bottom: 0;
}

.contact .row form{
    flex: 1 1 45rem;
    padding: 2rem;
    margin: 2rem;
    margin-bottom: 4rem;
}
.contact .row form .box{
    padding: 1.5rem;
    margin: 1rem 0;
  background: #3333;
  color: #fff;
  text-transform: none;
  font-size: 1.7rem;
  width: 100%;
}
.contact .row form .box::placeholder{
    text-transform: capitalize;
}

.contact .row form .message{
    height: 15rem;
    resize: none;
}
.contact .row .content .title{
    text-transform: uppercase;
    color: #fff;
    font-size: 3rem;
    padding-bottom: 2rem;
}
.contact .row .content .info h3{
display: flex;
align-items: center;
font-size: 2rem;
color: #eee;
padding: 1rem 0;
font-weight: normal;
}
.contact .row .content .info h3 i{
    padding-right: 1rem;
    color: var(--yellow);
}

.top{
    position: fixed;
    bottom: 7.5rem; 
    right: 2rem;
    z-index: 100;
    display: none;
}
	

