*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:'Poppins', sans-serif ;
}
html {
    scroll-behavior: smooth;
  }
.nav{
    background-color: rgb(4, 3, 49);
    min-height: 15vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav > .nav-title {
    display: inline-block;
    font-size: 32px;
    color: #fff;
    padding: 10px 10px 10px 60px;
    background-color: rgb(4, 3, 49);
}
.nav > ul {
    padding: 30px;
    display: flex;
    font-size: 18px;
    list-style:  none;
    left: -100%;
    transition: 1s;
    background-color: rgb(4, 3, 49);
  }
.nav > ul a{
    text-decoration: none;
    color:rgb(255, 255, 255);
    transition:color 0.5s;
    padding: 15px;
    background-color: rgb(4, 3, 49);
}
.nav > ul >li > a:hover {
    color: rgb(255, 140, 146);
    transition: 0.5s;
}
.menu-btn{
    color: #fff;
    padding: 0px 30px;
    cursor: pointer;
    display: none;
    font-size: 20px;
}
#click{
    display: none;
}
#click:checked ~ ul{
    left: 0%;
    color: rgb(255, 33, 133);
    transition: 0.5s;
}
#click:checked ~ .menu-btn{
    color: rgb(255, 33, 133);
    transition: 0.5s;
}
.home{
    margin: 0px 0px 0px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.home .home-txt>h1{
    padding: 10px;
    display: block;
}
.home .home-pic > img{
    height: 500px;
    padding: 50px 50px 0px 0px;
}
#home-txt-top{
    font-size: 50px;
    font-weight: 300;
}
#home-txt-mid{
    font-size: 70px;
}
.home-txt>p{
    color: rgb(117, 117, 117);
    width: 90%;
}
#mname{
    color: rgb(27, 153, 249);
    font-family: 'Nunito Sans', sans-serif;
}
body{
    background-image: linear-gradient(to right,rgb(249, 232, 248) , rgb(255, 255, 255));
}
.home-btn{
    display: block;
    padding: 0px 0px 0px 50px;
}
.home-btn>a>button{
    padding: 30px;
    border-radius: 50px;
    font-size: 20px;
    cursor: pointer;
    background-color: rgb(255, 83, 160);
    color: rgb(255, 255, 255);
    font-weight: 700;
    transition: 0.3s;
    border-color: transparent;
    box-shadow: rgb(0 0 0 / 16%) 0px 0px 3px 3px;
}
.home-btn>a>button:hover{
    background: white;
    color: rgb(0, 0, 0);
    border-color: rgb(95, 91, 91);
    transition: 0.3s;
}
.other-sec{
    margin: 100px;
    padding: 30px;
    background-color: rgb(245, 244, 245);
    border-radius: 40px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.about,.skills,.projects,.connect{
    background-color: rgb(236, 230, 231);
    margin: 10px;
    padding: 55px;
    border-radius: 30px;
    display: block;
    align-items: center;
    margin-bottom: 50px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.about>p{
    font-size: 20px;
}
.about>p>a{
    text-decoration: none;
}
.about>h1{
    text-align: center;
    padding: 20px;
}
.skills>h1{
    text-align: center;
    padding: 20px;
}
.projects>h1{
    text-align: center;
    padding: 20px;
}
.projects>p{
    text-align: center;
}
.connect>h1{
    text-align: center;
    padding: 20px;
}
.projects>h1{
    text-align: center;
    padding: 20px;
}
.skills-main{
    display: flex;
    padding: 50px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.skills-tab>img{
    height: 70px;
}
.skills-tab{
    text-align: center;
    margin: 20px;
    width: 25%;
}
.skills-tab>p{
    font-size: 15px;
}
.skills-tab>h1{
    font-size: 25px;
    color: rgb(0, 0, 0);
}
.s-links{
    display: flex;
    justify-content: space-evenly;
    margin-top: 30px;
}
.s-links >a> img{
    height: 50px;
}
.s-links >a>button> img{
    height: 50px;
    cursor: pointer;
}
.s-links >a>button{
    border-radius: 50%;
    border: none;
    background-color: transparent;
}
.s-links >a>button:hover{
    
}
.bottom{
    text-align: center;
    color: rgb(255, 140, 146);
    padding: 40px;
}
#mymail{
    display: none;
}
@media (max-width: 850px) {
    .nav > ul{
        position: fixed;
        top: 10vh;
        background-color: rgb(4, 3, 49);
        height: 100vh;
        width: 100%;
        display: block;
        text-align: center;
        transition: 0.3s ease-in-out;
    }
    .nav>ul>li{
        margin: 40px;
    }
.menu-btn{
    display: flex;
}
.home{
    margin: 0px 0px 0px 0px;
    display: block;
    justify-content: center;
    align-items: center;
}
.home .home-pic > img{
    height: 350px;
    padding: 50px 0px 0px 0px;
}
.home .home-pic{
    display: flex;
    align-items: center;
    justify-content: center;
}
.other-sec{
    margin: 10px;
    padding: 15px;
    background-color: rgb(245, 244, 245);
    border-radius: 40px;
}
.about,.skills,.projects,.connect{
    background-color: rgb(236, 230, 231);
    margin: 10px;
    padding: 15px;
    border-radius: 30px;
    display: block;
    align-items: center;
    margin-bottom: 50px;
}
.skills-main{
    display: flex;
    padding: 10px;
    justify-content: center;
    flex-wrap: wrap;
}
.skills-tab{
    text-align: center;
    margin: 20px;
    width: 100%;
}
.s-links >a> img{
    height: 30px;
}
.s-links >a>button> img{
    height: 30px;
}
.home-btn{
    display: block;
    padding: 0px 0px 50px 50px;
}
.home .home-pic > img{
    height: 280px;
    padding: 20px 0px 50px 0px;
}
.nav{
    min-height: 10vh;
    position: sticky;
    top: 0;
}
.home-btn {
    display: block;
    padding: 50px 0px 100px 0px;
    text-align: center;
}
.home-txt>p{
    color: rgb(117, 117, 117);
    width: 90%;
    padding-left: 10px;
}
#home-txt-top{
    font-size: 30px;
    font-weight: 300;
}
#home-txt-mid{
    font-size: 50px;
}
.about>p{
    font-size: 17px;
}
}