@font-face {
    font-family: retro;
    src: url(Retrofest.otf);

}
@font-face {
    font-family: new;
    src: url(Enchanted\ Land.otf);
}
html{
    scroll-behavior: smooth;
}
body{
    background-color: black;
    margin: auto;
    height: 100%;
    width: 100%;

}
.sidebar ul li{
    list-style-type: none;
}
.sidebar{
    position: fixed;
    height: 100%;
    top: 0;
    left: 0px;
    width: 30px;
    opacity: 1;
    background-image: url("dungeonwall.png");
    padding: 6px 14px;
    z-index: 2;
}
.sidebar ul{
    position: fixed;
    margin-top: 20px;
}
.sidebar ul li{
    position: relative;
    height: 50px;
    width: 100%;
    margin: 5px 5px;
    left: -50px;
    list-style: none;
    line-height: 50px;
    align-items: center;
    transition: all 0.4s ease;
}
.sidebar ul li i{
    color: white;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.sidebar ul li i:hover{
    background: black;
    color: black;

}
.sidebar ul li i{
    height: 40px;
    width: 40px;
    border-radius: 10px;
    line-height: 40px;


}
.sidebar ul li .tooltip{
    color: black;
    text-decoration: none;
    list-style: none;
    font-size: 24px;
    font-family: retro;
    position: absolute;
    height: 35px;
    width: 122px;
    top: 0;
    left: 50px;
    transform: translateY(-50%);
    border-radius: 6px;
    background-image: linear-gradient(lightgray,rgb(29, 29, 29));
    line-height: 35px;
    text-align: center;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    transition: 0s;
    opacity: 0;
    pointer-events: none;

}
.sidebar ul li a i:hover .tooltip{
    transition: all 0.5s ease;
    opacity: 1;
    top: 50%
}
#icons{
    font-size: 40px;
    color: white;
}
#home .text{
    display: flex;
    top: 100px;
    left: calc(100vw / 5);
    font-family: new;
    font-size: 200px;
    font-weight: 300px;
    /* This will be the gradient stuff for the header*/
    background-color: #ff65c1;
    background-image: linear-gradient(45deg,lightgray,rgb(29, 29, 29),lightgray,rgb(29, 29, 29),lightgray, rgb(29, 29, 29),lightgray);
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    /*Color stuff ends here*/
    margin: 15px;
}
#game{
    transform: translate(0,-6rem);
    position: relative;
    height: 16rem;
}
#home .text_2{
    display: flex;
    top: 100px;
    left: calc(100vw / 5);
    font-family: new;
    font-size: 60px;
    font-weight: 300px;
    /* This will be the gradient stuff for the header*/
    background-color: #ff65c1;
    background-image: linear-gradient(45deg,lightgray,rgb(29, 29, 29),lightgray,rgb(29, 29, 29),lightgray, rgb(29, 29, 29),lightgray);
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /*Color stuff ends here*/
    margin: 15px;
}
#home{
    margin-bottom: 50px;
    width: 100%;
    height: 1000px;
}
.container::-webkit-scrollbar { 
    display: none;
}
.container{
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none; 

}
.headers{
    font-family: new;
    font-size: 100px;
}
section{
    box-sizing: border-box;
    margin: 0px 0px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 33%;
    z-index: 1;
}
section h1{
    margin: 15px 15px 15px;
    font-size: 30px;
    color: white;
}
section p{
    background-image: url("darkwall.png");
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: white;
}
#about_me_container{
    max-width: 40%;
    max-height: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
#about_me_text{
    margin: 15px 15px 15px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-family: new;
    color: white;
}
#me{
    margin-right: 15px;
    height: 14rem;
    width: 15rem;
    transform: translate(5rem, 0);
    background-color: black;
}
#paper_pic{
    position: relative;
    left: 5px;
    height: 200px;
    width: 200px;
}
#resume_home .circle{
    background-image: url("darkwall.png");
    height: 14rem;
    width: 22rem;
    position: relative;

}
#resume_home .circle ul{
    list-style: none;
    display: grid;
    place-items: center;
    position: relative;
    transform-origin: center;
}
#resume_home .circle ul li{
    position: absolute;
    width: 3rem;
    border-radius: 50%;
    font-weight: 500;
    aspect-ratio: 1/1;
    background-image: linear-gradient(gold,white);
    color: white;
    text-align: center;
    line-height: 1;
    display: grid;
    place-items: center;
}
#resume_home .circle ul li img{
    height: 2rem;
    width: 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#resume_home .circle ul li .change{
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: grid;
    place-items:center; */
    opacity: 0;
}
#resume_home .circle ul li:hover .change{

    opacity: 1;
}
#resume_home .circle ul li:hover .prior{

    opacity: 0;
}
#cpp{
    transform: translate(-8rem, -10rem);
}
#css{
    transform: translate(8rem, -5rem);
}
#html{
    transform: translate(8rem, -10rem);
}
#js{
    transform: translate(-8rem, -5rem);
}
#contact_info{
    display: flex;
    padding: 20px;
}
.contact_info {
    float: left;
    padding: 20px;
    width: 50%;
}
#contact-icons{
    display: flex;
    margin: 15px 15px;
    font-size: 30px;
    color: white;
}
.contact_info{
    background-image: url("darkwall.png");
    height: 3rem;
    width: 13rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
#contact_info .contact_info i .tooltip{
    background-size: 100%;
    font-size: 15px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    top: 10px;
    left: 20px;

}
#video{
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    z-index: -1;
}


.section_container{
    display: flex;
    font-size: 0;
    margin: 0 auto;
    padding: 0;
}

.section_container .img_con img{
    border-collapse: collapse;
    font-size: 0;
    margin: 0;
    padding: 0;
    max-width: 30%;
}
.section_container div{
    border-collapse: collapse;
    font-size: 1rem;
    display: block;
    justify-content: center;
    flex-basis: 50%;
}
.section_container div p{
    border-collapse: collapse;
    padding: 0;
}