@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


#page2{
    height: 100vh;
    width: 100%;
    background-color: #000000;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Inter", serif;
}



#container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sec{
    margin: clamp(4px, 1vw, 50px);
    border-radius: 2.5vw;
    box-shadow: rgba(255, 255, 255, 0.664) 0px 0px 20px;
    background-color: #141414;
    background: linear-gradient(34deg, rgba(92,92,92,1) 11%, rgba(0,0,0,1) 92%, rgba(0,0,0,1) 100%);
}

/* .sec *{
    display: none;
    color: transparent;
} */

#profile{
    transform-origin: top;
    height: 20vw;
    width: 40vw;
    background: linear-gradient(66deg, rgba(92,92,92,1) 0%, rgba(0,0,0,1) 46%, rgba(0,0,0,1) 100%, rgba(0,0,0,1) 100%);
    position: relative;
    display: flex;
    align-items: center;
}

#idphoto{
    height: 90%;
    width: 40%;
    background-color: #7B9DF5;
    background: radial-gradient(circle, rgba(217,217,217,1) 0%, rgba(123,157,245,1) 61%);
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 3%;
    border-radius: 2vw;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#idphoto img{
    height: 100%;
    width: 100%;
    /* border: 2px solid red; */
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
}

#project{
    height: 20vw;
    width: 35vw;
    background: linear-gradient(61deg, rgba(92,92,92,1) 0%, rgba(29,29,29,1) 26%, rgba(0,0,0,1) 100%);
    align-items: center;
    position: relative;
}

#project h1{
    color: white;
    font-size: 2.5vw;
    position: absolute;
    left: 5%;
    bottom: 5%;
    font-family: "Inter", serif;
}

#project #prjsection{
    height: 60%;
    margin-top: 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2vw;
}

#project #prjsection div{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2vw;
}

#project #prjsection div div{
    background: linear-gradient(61deg, rgba(92,92,92,1) 0%, rgba(29,29,29,1) 26%, rgba(0,0,0,1) 100%);
    box-shadow: rgba(255, 255, 255, 0.35) 0px 5px 15px;
    height: 4vw;
    width: 4vw;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#project #prjsection div div img{
    height: 60%;
    width: 60%;
}

#upsection{
    display: flex;
    align-items: center;
    justify-content: center;
}

#downsection{
    display: flex;
    align-items: center;
    justify-content: center;
}

#worktogeather{

    height: 17vw;
    width: 19vw;
    background: linear-gradient(77deg, rgba(92,92,92,1) 0%, rgba(0,0,0,1) 89%, rgba(0,0,0,1) 100%, rgba(0,0,0,1) 100%);
    position: relative;
}

#worktogeather h1 {
    margin: 5%;
    color: white;
    font-size: 2.5vw;
    font-family: "Inter", serif;
}

#worktogeather h1 span{
    color: #B7B1FF;
}

#worktogeather button{
    width: 4vw;
    height: 4vw;
    border-radius: 50%;
    background: transparent;
    border: 3px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    position: absolute;
    bottom: 7%;
    right:  7%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    background-image: url("../image/right-arrow.png");
}

#leetcode{

    height: 17vw;
    width: 19vw;
    background: linear-gradient(72deg, rgba(92,92,92,1) 0%, rgba(0,0,0,1) 55%, rgba(0,0,0,1) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
}

#leetcode h2{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.6vw;
    font-weight: 500;
}

#leetcode h1{
    font-size: 8vw;
    font-weight: 500;
    font-family: "League Gothic", serif;
    color: #85A1FF;
    display: flex;
}

#leetcode h1 span{
    color: #A8FFAE;
}

#contact{
    height: 17vw;
    width: 35vw;
    background: rgb(92,92,92);
    background: linear-gradient(61deg, rgba(92,92,92,1) 0%, rgba(0,0,0,1) 47%, rgba(0,0,0,1) 100%);
    box-shadow: rgba(255, 255, 255, 0.35) 0px 5px 15px;
    display: flex;
    justify-content: center;
    position: relative;
    color: white;
    border-radius: 2.5vw;
}

#contact #window{
    margin-top: 8%;
    height: 50%;
    width: 75%;
    border-radius: 5vw;
    background-color: #1D1D1D;
    box-shadow: rgba(255, 255, 255, 0.25) 0px 54px 55px, rgba(255, 255, 255, 0.12) 0px -12px 30px, rgba(255, 255, 255, 0.12) 0px 4px 6px, rgba(255, 255, 255, 0.17) 0px 12px 13px, rgba(255, 255, 255, 0.09) 0px -3px 5px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

#contact #window .cntbtn{
    height: 7vw;
    width: 7vw;
    border-radius: 50%;
    background: linear-gradient(61deg, rgba(92,92,92,1) 0%, rgba(0,0,0,1) 80%, rgba(0,0,0,1) 100%);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

#contact #window .cntbtn img{
    width: 50%;
    height: 50%;
}

#contact h1{
    position: absolute;
    font-size: 2vw;
    font-weight: 500;
    bottom: 8%;
    left: 5%;
    font-family: "Inter", serif;
}

#tiny{
    display: flex;
    align-items: center;
}
    
#profiletext{
    margin-left: 4%;
    color: white;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#profiletext p{
    font-size: 1.5vw;
    font-weight: lighter;
}

#profiletext h1{
    font-size: 4vw;
    font-family: "Inter", serif;
    font-weight: 700;
}



@media only screen and (max-width: 600px) {
   
    #container #upsection, #container #downsection{
        flex-direction: column;
    }

    #container{
        width: 100vw;
        height: 100%;
    }

    #profile{
        height: 45vw;
        width: 90vw;
    }

    #profile h1{
        font-size: 9vw;
    }

    #profile p{
        font-size: 3vw;
    }

    #project #prjsection div div{
        height: 10vw;
        width: 10vw;
    }

    #project h1{
        font-size: 4vw;
    }


    #project{
        width: 90vw;
        height: 35vw;
    }


    #tiny{
        width: 90vw;
        height: 40vw;
        display: flex;
        align-items: center;
        justify-content: center ;
    }

     #tiny div{
        width: 50%;
        height: 100%;
    }

    #contact{
        width: 90vw;
        height: 40vw;
    }  


    #contact #window{
        border-radius: 700px;
    }

    #contact h1{
        font-size: 4vw;
    }

    #contact #window .cntbtn{
        height: 15vw;
        width: 15vw;
    }

    #worktogeather h1{
        font-size: 6vw;
    }

    #worktogeather button{
        height: 10vw;
        width: 10vw;
        
    }
    

    #leetcode h1{
        font-size: 19vw;
    }

    #leetcode h2{
        font-size: 3vw;
    }

}