html{
    scroll-behavior: smooth;
    scroll-behavior: calc();
}


/* ---------------------------Shader Styling------------------ */

form{
    display: none;
    background-color: rgba(0, 0, 0, 0.365);
    position:fixed;
    bottom: 0;
    right: 0;
    padding: 10px;
    color: white;
    transition: 0.3s;
    transform: translateY(88%);

}

form h1{
    padding-top: 0px;
    padding-bottom: 10px;
}

form input{
    margin-bottom: 10px;
}

form:hover{
    transition: 0.3s;
    transform: translateY(0px);
    background-color: rgba(0, 0, 0,1);
}

* {
    margin: 0; 
    padding: 0;
}
::-webkit-scrollbar{
    width: 0px;
    background: transparent;
}
body{
    overscroll-behavior: none;
}

canvas {
    width:100vw;
    height:100vh;
    position:fixed;
    top:0;
    left:0;
    z-index: -2;
    overflow: hidden;
}

/*---------------------------------Nav Bar------------------------ */

#ToTop{
    position: fixed;
    backdrop-filter: blur(20px);
    background-color: none;
    box-shadow: 
    5px 5px 10px #1b441b59,
    -5px -5px 10px rgba(245, 255, 240, 0.869);
    height: 70px;
    width: 70px;
    border-radius: 5vh;
    bottom: 3vh;
    right: 3vw;
    text-align: center;
    transition: 0.2s;
    z-index: 1;
}

#ToTop:hover{
    background-color: #ffffffaa;
}

#ToTop h3{
    position: relative;
    top:3px;
    font-family: 'Raleway', sans-serif;
    font-size: 40px;
    color: black;
    font-weight: 900;
}

#Hamburger{
    backdrop-filter: blur(20px);
    background-color: none;
    box-shadow: 
    5px 5px 10px #1b441b59,
    -5px -5px 10px rgba(245, 255, 240, 0.869);
    height: 55px;
    width: 55px;
    border-radius: 5vh;
    position: fixed;
    top: 5vh;
    right: 3vw;
    z-index: 3;
    display: flex;
    transition: .25s;
    align-items: center;
    justify-content: space-around;
}

#Hamburger:hover{
    background-color: #ffffff;
}

.hamburger-lines{
    width: 50%;
    height: 45%;
    position: absolute;
    /* top: 0; */
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.4s ease-in-out;
}

.hamburger-lines .line{
    display: block;
    background-color:rgb(0, 0, 0);
    width: 120%;
    height: 5px;
    border-radius: 10px;
    z-index: 4;
}

.hamburger-lines .line1{
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
    /* transform: rotate(45deg); */
}

.hamburger-lines .line2{
    transition: transform 0.2s ease-in-out;
}

.hamburger-lines .line3{
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
    /* transform: rotate(-45deg); */
}


.slide-menu{
    position:fixed;
    width: 100vw;
    height: 50vh;
    background-color: rgba(255, 255, 255, 0.957);
    right: -3vw;
    top: -5vh;
    z-index: -1;
    transition: transform 0.4s ease-in-out;
    transform: translateY(-50vh);
    display: flex;
    font-family: 'Raleway', sans-serif;
    color: black;
    font-weight: 400;
}

.slide-menu a{
    color: black;
    transition: 0.2s;
}

.slide-menu a:hover{
    color: rgb(190, 190, 190);
}

.slide-menu h1{
    font-size: 20px;
    color: rgb(190, 190, 190);
    font-weight: 400;
}

.slide-menu h2{
    font-size: 24px;
    padding-top: 20px;
    font-weight: 400;
}

.menu-sig{
    box-sizing: border-box;
    padding-top: 6vh;
    height: 100%;
    width: 50%;
    padding-left: 5vw;
    font-size: 36px;
}

.menu-sig h1{
    font-size: 30px;
    color: black;
}

.menu-sig h2{
    font-size: 24px;
    font-weight: 400;
    color: black;
    padding-top: 0;
}

.menu-info{
    box-sizing: border-box;
    padding-top: 6vh;
    height: 100%;
    width: 25%;
}
.menu-proj{
    box-sizing: border-box;
    padding-top: 6vh;
    height: 100%;
    width: 25%;
}



#Hamburger input{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    -webkit-appearance: none;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	border: 0;
	outline: 0;
	cursor: pointer;
    opacity: 50%;
}

#Hamburger input:checked ~ .hamburger-lines{
    transform: translateX(26%) scaleX(120%) scaleY(130%);
}

#Hamburger input:checked ~ .hamburger-lines .line1{
    transform: rotate(42deg);
}

#Hamburger input:checked ~ .hamburger-lines .line2{
    transform: scaleY(0);
}

#Hamburger input:checked ~ .hamburger-lines .line3{
    transform: rotate(-42deg);
}

#Hamburger input:checked ~ .slide-menu{
    transform: translateY(0vh);
}


/* --------------------------------about--------------------- */
a{
    text-decoration: none;
}

section{
    width: 100vw;
    height: 95vh;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content:space-between;
}

section h2{
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    list-style: none;
    font-size: 30px;
}
section h3{
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    list-style: none;
    font-size: 20px;
    padding-top: 5px;
    padding-bottom: 20px;
}

section div{
    width: 50%;
}

#Description{
    padding-left: 10vw;
}

section div h1{
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    font-size: 50px;
}

section div p{
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 8vw;
}

section div h4{
    text-align: center;
    margin-top: 50px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 30px;
}

#social{
    padding-top: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#social ul li{
    width: 60px;
    height: 60px;
    list-style: none;
    border-radius: 50%;
    box-shadow: 
    5px 5px 10px #b5d0a8,
    -5px -5px 10px #f3fdee;
    transition: 0.2s;
    display: flex;
}

#icons{
    width: 300px;
    display: flex;
    justify-content: space-around;
}

.icon{
    width: 60px;
    height: 60px;
    list-style: none;
    border-radius: 50%;
    box-shadow: 
    5px 5px 10px #b5d0a8,
    -5px -5px 10px #f3fdee;
    transition: 0.2s;
    display: flex;
    /* overflow: hidden; */
}

.icon:hover{
    background-color: #ffffff;   
}

#email_icon{
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}


#email_icon div{
    position:absolute;
    display: flex;
    right: -30px;
    bottom: -20px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    transition: 0.2s;
    opacity: 0;
}

#email_icon:hover div{
    opacity: 100;
    bottom: 15px;
    transition: 0.2s;
}

#email_icon i{
    padding-left: 11px;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 20px;   
    font-style: normal; 
}




.icon img{
    width: 40px;
    height: 40px;
    margin: auto;
}

#ProfileImage{
    /* background-color: gray; */
    /* width: 30%; */
    height: 80vh;
    padding-left: 50px;
}

.profile_alt{
    position: absolute;
    height: 80vh;
    margin: auto;
    opacity: 0;
}

#defaultProfileImg{
    opacity: 100;
}

/* ------------------------------------Footer----------------------------- */
footer{
    height: 5vh;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 20px;
}

@media screen and (max-width: 1200px) {

    .slide-menu{
        transform: translateY(-100vh);
        flex-direction: column;
        height: 100vh;
        background-color: white;
    }

    .menu-sig{
        width: 100%;
        height: auto;
    }

    .menu-info{
        width: 100%;
        text-align: center;
        padding-top: 7vh;
        height: auto;
    }

    .menu-proj{
        padding-top: 7vh;
        width: 100%;
        text-align: center;
        
    }

    section h3{
        font-size: 16px;
    }
}


@media screen and (max-width: 550px) {
    #Hamburger{
        bottom: 2vh;
        right: 3vw;
        height: 50px;
        width: 50px;
    }

    #ProfileImage{
        display: none;
    }

    #About{
        justify-content: top;
        padding-top: 5vh;
        padding-bottom: 10vh;
        display: block;
    }

    #Description{
        width: 80vw;
        padding: 50px;
    }

    #Description h2{
        font-size: 30px;
    }

    #Description h3{
        font-size: 4vw;
    }

    footer{
        display: none;
    }
}


