
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@300&family=Teko:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@300&family=Teko:wght@300&family=Ubuntu:wght@300&display=swap');
html{
    scroll-behavior: smooth;
}
*{
    margin: 0;
    padding: 0;
}
.main{
    overflow: hidden;
    height: 411vh;
    width: 100%;
}
a{
    text-decoration: none;
}
footer{
    height: 8vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-image: url("/bgg.jpg");
}
footer p{
    color: white;
    font-size: 2rem;
    font-family: 'Teko','Ubuntu';
}
footer img{
    height: 32px;
    width: 32px;
}
.mine{
    height: 100vh;
    width: 100%;
    background: url("/bgg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-color: rgb(14, 14, 14);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.mine h1{
    color: white;
    font-size: 4rem;
    font-family: 'Ubuntu' , 'Teko' , sans-serif;
}
.mine p{
    color: rgb(78, 149, 214);
    font-size: 3rem;
    font-family: 'Teko';
}
.mine span {
    color: tomato;
    font-size: 1.5rem;
    font-family: 'Ubuntu';
    
}
#name{
    color: white;
    font-size: 2rem;
    font-family: 'Ubuntu';
    padding-left: 1em;
}

.nav{
    height: 10vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: black;
}
.sticky {
    transition: all 0.1s;
    position: fixed;
    top: 0;
    width: 100%;
  }
.nav-ul{
    list-style: none;
    display: flex;
}
.nav-ul li{
    display: flex;
    flex-direction: row;
    padding-right: 2em;
}

.nav-ul li a{
    color: white;
    font-size: 1.5rem;
    font-family: 'Ubuntu';
    padding: 0px 16px;
    transition: all 0.2s;
}
.nav-ul li :hover{
    color: tomato;
}
.home{
    height: 101vh;
    width: 100%;
    background-color: rgb(20, 20, 20);
    display: flex;
    flex-direction: row;
    align-self: stretch;
    justify-content: space-around;
}
.pic{
    width: 40%;
}
.text-about{
    width: 50%;
}
.text-about p {
    margin-top: 25vh;
    color: white;
    font-size: 1.5rem;
    font-family: 'Ubuntu';
}
.text-about span{
    color:tomato;
    font-size: 1.5rem;
    font-family: 'Ubuntu';
}
.do{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}
#icon{
    height: 48px;
    width: 48px;
    padding: 2px 2px;
    border-radius: 50%;
    border: 3px solid #fff;
}
.pic{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.pic img{
    height: 60vh;
    width: 30vw;
}

.pic h1{
    font-size: 4rem;
    font-family: 'Ubuntu';
    color: rgba(73, 73, 73, 0.281);
    writing-mode: vertical-lr;
    transform: rotateZ(180deg);
}

.hobbies{
    height: 101vh;
    width: 100%;
    background-color: rgb(20, 20, 20);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.hob{
    height: 50vh;
    width: 20%;
    border: 4px solid transparent;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    transition: all 0.5s ease-in-out;
}
.hob:hover{
    border: 4px solid tomato;
    transform: scale(1.2);
    box-shadow: 0.2em 0.2em 10px tomato ,-0.2em -0.2em 10px tomato;
}
.hob h1{
    color: tomato;
    font-size: 3rem;
    font-family: 'Teko';
}
.hob p{
    color: white;
    text-align: center;
    font-size: 1.5rem;
    font-family: 'Ubuntu';
}
/* .hobbies h2{
    position: absolute;
} */

.skills{
    height: 101vh;
    width: 100%;
    background-color: rgb(0,0,0);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.skills h1{
    color: tomato;
    font-size: 2rem;
    font-family: 'Ubuntu';
    font-weight: 300;
}
.skills p{
    color: white;
    font-size: 1.5rem;
    font-family: 'Ubuntu';
}
.skill-set{
    height: 50vh;
    width: 50%;
    margin-left: 2em;
}
.skill-set h2{
    color: white;
    font-size: 1.5rem;
    font-family: 'Ubuntu';
}
.skills-1{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.skills-1 img{
    height: 40vh;
    width: 50vw;
    border-right: 2px solid tomato;
}

.skill-set p img{
    padding: 1em 1em;
    height: 50px;
    width: 50px;
    border: none;
    transition: all 0.3s;
    border: 3px solid transparent;
    border-radius: 50%;
}

.skill-set p img:hover{
    border: 3px solid tomato;
}

/* 
#last{
    font-size: 2rem;
    position: absolute;
    bottom: 0.8em;
    font-family: 'Teko';
}
#last a{
    color: white;
} */




@media screen and (max-width:760px) {
    .mine h1 {
        font-size: 2rem;
    }
    .mine p{
        font-size: 1.5rem;
    }
    .mine span{
        font-size: 1.2rem;
    }
    #name {
        display: none;
    }
    .nav{
        justify-content: space-around;
    }
    .nav-ul li a{
        font-size: 1rem;
    }
    .nav-ul li{
        justify-content: space-evenly;
        padding: 0;
    }
    .home{
        flex-direction: column;
        align-items: center;
    }
    .pic{
        width: 80%;
    }
    .text-about{
        width: 80%;
    }
    .text-about p {
        margin-top: 0;
        font-size: 0.8rem;
    }
    .text-about span{
        font-size: 0.8rem;
    }

    .pic h1{
        display: none;
    }
    .pic img{
        margin-top: 20%;
        width: 100%;
        height: 80%;
    }
    #skill-img{
        display: none;
    }
    .skill-set{
        width: 100%;
    }
    .skill-set h2{
        font-size: 1rem;
    }
    .skill-set p img{
        height: 45px;
        width: 45px;
    }
    .hobbies{
        align-items: flex-end;
        justify-content: center;
        flex-wrap: wrap;
    }
    .hob{
        height: 40vh;
        min-width: 40%;
    }
    .hob h1{
        text-align: center;
        font-size: 1.5rem;
    }
    .hob p{
        font-size: 1rem;
    }
}