*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'VT323', monospace;
    color: #fff;
    scroll-behavior: smooth;
}

html,body{
    overflow-x: hidden;
    width: 100%;
}
/*navbar*/
nav {
    background-color: rgba(0, 0, 0, 0.8);
    border: 1px solid #3d3d3d;
    width: 100%;
    height: 10vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5%;
    z-index: 100;
}

.minefolio{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: fit-content;
    
}

.minefolio-name{
    color: #ffffff;
    font-size: 2rem;
    width: 100%;
    font-weight: 400;
}

.minefolio-subtitle{
    color: #aaaaaa;
    font-size: 1.2rem;
}

.tabs{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.tabs div {
    font-size: 1.2rem;
    color: #fff;
    padding: 15px 25px;
    cursor: pointer;
}

#home {
    background-color: #7fbc42;
    border: 2px solid #5a8731;
    box-shadow: inset 0px -10px 10px -10px #a0dc60;
    box-shadow: 0 5px 10px -5px #2d4515;
    transition: all 0.3s ease;
}

#home:hover{
    background-color: #92cf54;
    box-shadow: inset 0px -10px 10px -10px #92cf54;
    color: #000000;
    box-shadow: 0 5px 10px -5px #1a2d10;
}

#education {
    background-color: #bc4242;
    border: 2px solid #872222;
    box-shadow: inset 0px -10px 10px -10px #dc6060;
    box-shadow: 0 5px 10px -5px #451111;
    transition: all 0.3s ease;
}

#education:hover{
    background-color: #d15252;
    box-shadow: inset 0px -10px 10px -10px #d15252;
    color: #000000;
    box-shadow: 0 5px 10px -5px #2d0808;
}

#projects{
    background-color: #d9d688;
    border: 2px solid #a8a658;
    box-shadow: inset 0px -10px 10px -10px #eeeeaa;
    box-shadow: 0 5px 10px -5px #545428;
    transition: all 0.3s ease;
}

#projects:hover{
    background-color: #eeeb9d;
    color: #000000;
    box-shadow: inset 0px -10px 10px -10px #eeeb9d;
    box-shadow: 0 5px 10px -5px #3c3c18;
}

.trophies{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    background-color: #8b8b8b;
    border: 2px solid #5a5a5a;
    box-shadow: inset 0px 10px 10px -10px #fff;
    box-shadow: 0 5px 10px -5px #000;
    color: #2c2b2b;
    padding: 15px 25px;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.trophies:hover{
    background-color: #a0a0a0;
    color: #000;
}

.trophies i{
    color: #000000;
}

.mobile-toggle {
    display: none;
    cursor: pointer;
    font-size: 1.8rem;
    color: #fff;
    padding: 10px;
}
/*main*/
main {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    min-height: calc(100vh - 10vh);
    position: relative;
}

section {
    padding: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
}



/*Overworld or first page*/
#overworld{
    display: flex;
    justify-content: center;
    background: linear-gradient(to bottom, #87CEEB, #7fbc42);
    position: absolute;
    z-index: 1;
}

/*to center the content of overworld*/
.overworld-content{
    display: flex;
    flex-direction: column;
    width: 60%;
    min-height: 90vh;
}

.hero{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 40vh;
}

.hero-text{
    display: flex;
    
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 72%;
}

.hero-text > p, .hero-text > h1{
    width: 100%;
}

.hero-text > h1 {
    font-size: 3.8rem;
    font-weight: 500;
    letter-spacing: 0px;
    margin-bottom: 1rem;
}

.hero-text > p {
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0px;
}

.steve {
    background: linear-gradient(to bottom, #0d94aa, #2e5d8a);
    border: 2px solid #000000;
    width: 25%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;

}

.steve:hover{
    transform: scale(1.01);
}


.head-div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 25%;
    
}

.body-div{
    width: 80%;
    height: 50%;
}

.leg-div{
    width: 80%;
    height: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.head {
    width: 100%;
    height: 90%;
    background-color: #d4a574;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 5px solid #000000;
    
}

.eyes{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 50%;
    height: 50%;
    
}

.eye{
    width: 10px;
    height: 10px;
    background-color: #0d94aa;
}

.mouth{
    background-color: #1f7c8a;
    width: 50%;
    height: 10%;
}

/*body*/
.body{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    gap: 5%;
}

.hand{
    height: 100%;
    width: 15%;
    background-color: #0d94aa;
    border: 5px solid #000000;
}

.torso{
    height: 100%;
    width: 60%;
    background-color: #0d94aa;
    border: 5px solid #000000;
}

/*legs*/
.legs{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 60%;
    height: 90%;
    gap: 10%;
}

.leg {
    width: 35%;
    height: 100%;
    background-color: #0daa27;
    background-color: #2e3a8a;
    border: 5px solid #000000;
}

/*about me section*/
.about-me{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.about-me > h2{
    font-size: 2.8rem;
    font-weight: 500;
    letter-spacing: 0px;
    margin-bottom: 1.2rem;
    width: 100%;
}

.about-me-content{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 20px;
    padding: 10px 25px;
    border: 3px solid #5a8731;
    background-color: #7fbc42;
    box-shadow: inset 0px -10px 10px -10px #a0dc60;
    box-shadow: 0 15px 15px -10px #3d5b20;
}

.about-me-content > .person-icon > i{
    font-size: 2.5rem;
    font-weight: 500;
    letter-spacing: 0px;
    margin-bottom: 1rem;
    width: 100%;
}

.about-me-content > .person-info{
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
    width: 100%;
}

/*skill section*/
.skills{
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.skills > h2{
    font-size: 2.8rem;
    font-weight: 500;
    letter-spacing: 0px;
    margin-bottom: 1.2rem;
    width: 100%;
}

.skill-set{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 25px;
    flex-wrap: wrap;
    
}

.skill{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 25px;
    width: 20%;
    min-height: 85px;
    font-size: 1.2rem;
    border: 3px solid #5b3f2a;
    background-color: #866043;
    box-shadow: inset 0px -10px 10px -10px #a87855;
    box-shadow: 0 15px 15px -10px #3d2618;
    cursor: pointer;
    transition: all 0.3s ease;
}

.skill:hover{
    background-color: #8f6b4f;
    transform: translateY(-5px);
}


/*Libraries*/
.libraries{
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.libraries > h2{
    font-size: 2.8rem;
    font-weight: 500;
    letter-spacing: 0px;
    margin-bottom: 1.2rem;
    width: 100%;
}

.library-set{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 50px;
    flex-wrap: wrap;
}

.library{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 25px;
    width: 20%;
    min-height: 60px;
    font-size: 1.2rem;
    border: 3px solid #575555;
    background-color: #6E6E6E;
    box-shadow: inset 0px -10px 10px -10px #6E6E6E;
    box-shadow: 0 15px 15px -10px #575555;
    cursor: pointer;
    transition: all 0.3s ease;
}

.library:hover{
    background-color: #818181;
    transform: translateX(5px);
}


/*enter nether btn*/
.enter-nether{
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.enter-nether > button{
    padding: 10px 25px;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0px;
    margin-bottom: 1rem;
    min-width: 20%;
    min-height: 60px;
    border: 3px solid #6b2029;
    background-color: #8b4049;
    box-shadow: inset 0px -10px 10px -10px #ab6069;
    box-shadow: 0 15px 15px -10px #4b1019;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.enter-nether > button:hover{
    background-color: #6b2029;
    border: 3px solid #8b4049;
    box-shadow: inset 0px -10px 10px -10px #6b2029;
    box-shadow: 0 15px 15px -10px #4b1019;
}

.enter-nether > button > i{
    font-size: 1rem;
}

/*second page or nether*/
#nether-page{
    display: flex;
    justify-content: center;
    background: linear-gradient(to bottom, #1a0505, #3d0d0d, #a31d1d);
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: fit-content;
}

/*to center the content of nether*/
.nether-content{
    display: flex;
    flex-direction: column;
    width: 60%;
    min-height: 100vh;
}
/*for header*/
.nether-header{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.nether-header > h1{
    font-size: 3.8rem;
    font-weight: 500;
    letter-spacing: 0px;
    margin-bottom: 1.2rem;
    width: 100%;
    text-align: center;
    color: #ff6b35;
}

.nether-header > p{
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0px;
    margin-bottom: 1.2rem;
    width: 100%;
    text-align: center;
    color: #ffaa80;
}

/*education-info*/
.education-tab{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin: 20px 0;
}

.education-tab > h2{
    font-size: 2.8rem;
    font-weight: 500;
    letter-spacing: 0px;
    margin-bottom: 1.2rem;
    width: 100%;
    text-align: left;
    color: #ff6b35;
}

/*education content container*/
.education-content{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    gap: 25px;
    background-color: #8b4049 ;
    border: 3px solid #6b2029;
    box-shadow: inset 0px -10px 10px -10px #ab6069;
    box-shadow: 0 15px 15px -10px #4b1019;
    padding: 25px 30px;
    margin: 15px 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.education-content:hover{
    background-color: #6b2029;
    transform: translateY(-5px);
}

.ed-icon{
    display: flex;
    align-items: flex-start;
    height: 100%;
    padding: 5px 0px;
    font-size: 1.5rem;
    
}

.ed-icon > i{
    color: #FF6B36;
}

.ed-info{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    flex-wrap: wrap;
}

.ed-info > h3{
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0px;
    margin-bottom: 0.4rem;
    width: 100%;
    text-align: left;
    color: #fff;
}

.ed-deg{
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0px;
    margin-bottom: 0.4rem;
    width: 100%;
    text-align: left;
    color: #ffaa80;
}

.ed-branch{
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 0px;
    margin-bottom: 0.4rem;
    width: 100%;
    text-align: left;
    color: #ff6b35;
}

.ed-year{
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 0px;
    margin-bottom: 0.4rem;
    width: 100%;
    text-align: left;
    color: #fff;
}

/*achievements info*/
.achievements{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    margin: 20px 0;
}

.achievements > h2{
    font-size: 2.8rem;
    font-weight: 500;
    letter-spacing: 0px;
    margin-bottom: 1.2rem;
    width: 100%;
    text-align: left;
    color: #ff6b35;
}

.achievement-content{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 15px 0;
    flex-wrap: wrap;
}

.ach-card{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 47%;
    min-height: 150px;
    gap: 25px;
    background-color: #2a0a0a ;
    border: 3px solid #5c1414;
    box-shadow: inset 0px -10px 10px -10px #8c2424;
    box-shadow: 0 15px 15px -10px #000;
    padding: 25px 30px;
    margin: 15px 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.ach-card:hover{
    background-color: #5c1414;
    border: 3px solid #2a0a0a;;
    transform: translateX(5px);
}

.ach-icon{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 5px 0px;
    font-size: 1.4rem;
    
}

.ach-icon > i{
    color: #E0E0E0;
}

.ach-info{
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0px;
    margin-bottom: 0.4rem;
    width: 100%;
    text-align: left;
    color: #fff;

}

.ach-info > h4{
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0px;
    margin-bottom: 0.4rem;
    width: 100%;
    text-align: left;
    color: #ffaa80;
}

/*enter-end btn*/
.enter-end{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.end{
    padding: 10px 25px;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0px;
    margin-bottom: 1rem;
    min-width: 20%;
    min-height: 60px;
    border: 3px solid #a8a658;
    background-color: #d9d688;
    box-shadow: inset 0px -10px 10px -10px #eeeeaa;
    box-shadow: 0 15px 15px -10px #787638;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    color: #000;
    transition: all 0.3s ease;
}

.end:hover{
    background-color: #a8a658;
    border: 3px solid #d9d688;
}


.end > i{
    font-size: 1rem;
    color: #000;
}

/*projects tab or the end*/
#end-page{
    display: flex;
    justify-content: center;
    background: radial-gradient(circle at 50% 30%,#1a0033 0%,#0a0014 35%,#000000 70%);
    box-shadow: inset 0 0 200px rgba(160, 112, 255, 0.15);
    position: absolute;
    z-index: 3;/*z-index 3 to use tsParticles as background*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: fit-content;
}

/*to center the content of nether*/
.end-content{
    display: flex;
    flex-direction: column;
    width: 60%;
    min-height: 100vh;
    z-index: 4;
}
/*for header*/
.end-header{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.end-header > h1{
    font-size: 3.8rem;
    font-weight: 500;
    letter-spacing: 0px;
    margin-bottom: 1.2rem;
    width: 100%;
    text-align: center;
    color: #a070ff;
}

.end-header > p{
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0px;
    margin-bottom: 1.2rem;
    width: 100%;
    text-align: center;
    color: #d9d688;
}

/*projects content*/
.projs{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    margin: 20px 0;
}

.projs > h2{
    font-size: 2.5rem;
    font-weight: 500;
    letter-spacing: 0px;
    margin: 1.2rem 0;
    width: 100%;
    text-align: center;
    color: #a070ff;
}

/*project card*/
.proj-content{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 15px 0;
    flex-wrap: wrap;
}

.proj-card{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 47%;
    min-height: 150px;
    gap: 25px;
    background-color: #d9d688 ;
    border: 3px solid #a8a658;
    box-shadow: inset 0px -10px 10px -10px #eeeeaa;
    box-shadow: 0 15px 15px -10px #787638;
    padding: 25px 30px;
    margin: 15px 0;
    cursor: pointer;
    transition: all 0.3s;
}

.proj-card:hover{
    background-color: #e4e19d;
    transform: skewX(5deg);
}

.proj-icon{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 5px 0px;
    font-size: 1.8rem;
    
}

.proj-icon > i{
    color: #545428;
}

.proj-info{
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0px;
    width: 100%;
    text-align: left;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;

}

.proj-info > h4{
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0px;
    margin-bottom: 0.4rem;
    width: 100%;
    text-align: left;
    color: #000;
}

.proj-info > p{
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0px;
    margin-bottom: 0.4rem;
    width: 100%;
    text-align: left;
    color: #545428;
}

/*proj-visit btn*/

.proj-links{
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    width: 100%;
    
}

.proj-visit{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 10px 25px;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0px;
    min-width: 5%;
    background-color: #000;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.proj-visit > i{
    font-size: 0.8rem;
    color: #fff;
}

.proj-visit:hover{
    background-color: #0d001a;
    color: #c090ff;
}

.proj-visit:hover i{
    color: #c090ff;
}

/*the final challenge section*/
.final-challenge{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 20px 0;
}

.final-challenge > h2{
    font-size: 2.8rem;
    font-weight: 500;
    letter-spacing: 0px;
    margin: 1rem 0;
    width: 100%;
    text-align: center;
    color: #ff00ff;
    animation: blink 1.5s infinite;
}

@keyframes blink{
    0%{
        opacity: 1;
    }
    50%{
        opacity: 0.4;
    }
    100%{
        opacity: 1;
    }
}

.final-challenge > p{
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0px;
    margin-bottom: 0.4rem;
    width: 100%;
    text-align: center;
    color: #fff;
}

/*the final challenge btn*/

.final-challenge-end{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 1.2rem 0;
}

.final-challenge-btn{
    width: 60%;
    padding: 20px 25px;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0px;
    min-width: 5%;
    background-color: #a070ff;
    border: 3px solid #7040cf;
    box-shadow: inset 0px -10px 10px -10px #c090ff;
    box-shadow: 0 15px 15px -10px #502090;
    box-shadow: 0px 0px 30px 0px #a070ff;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.5s ease;
}

.final-challenge-btn:hover {
    background-color: #b084ff;   /* brighter purple */
    border-color: #8a5cff;
    color: #ffffff;
    box-shadow: inset 0px -8px 12px -8px #d8b4ff, 0 20px 25px -12px #401070, 0 0 45px #a070ff;
    transform: scale(1.05);
}

.final-challenge-btn>i{
    font-size: 1rem;
}

/*social links btn*/
.social-links{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4%;
    aspect-ratio: 1/1;
    margin: 1.2rem 1rem;
    position: fixed;
    z-index: 110;
    top: 20%;
    right: 2%;
    min-height: fit-content;
    background-color: #1a0f1a;
    border: 2px solid #5a2f5a;
    box-shadow: inset 0px 0px 0px 3px #2a1a2a;
    box-shadow: 0px 0px 0px 3px #0a050a;
    cursor: pointer;
    transition: all 0.3s;
}

.social-links > i{
    font-size: 2rem;
    color: #a070ff;
}

.social-links:hover {
    border: 2px solid #694069;
    background-color: #382638;
}

/*social links page*/
.social-links-page{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100vh;
    background-color: #00000085;
    z-index: 15;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}


.social-links-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 25%;
    background-color: #c6c6c6;
    border: 4px solid #373737;
    box-shadow: inset 0px 0px 0px 4px #ffffff;
    z-index: 15;
    position: absolute;
    padding-bottom: 1rem;
}


.social-links-content > h2{
    font-size: 2.8rem;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 1rem 0;
    width: 100%;
    text-align: center;
    color: #000000;
    text-shadow: 0px 4px 0px #7a7a7a;
}

.linkedin, .github{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70%;
    padding: 20px 25px;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0px;
    min-width: 5%;
    background-color: #8b8b8b;
    border: 3px solid #373737;
    box-shadow: inset 0px 0px 0px 4px #ffffff;
    box-shadow: 0 4px 0px 0px #000;
    color: #000000;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 1rem 0;
}

.linkedin > i, .github > i{
    color: #000;
    font-size: 1.5rem;
}

.linkedin:hover, .github:hover {
    background-color: #a1a0a0;
}

/*Responsiveness*/

/*Navbar*/
@media (max-width: 900px) {
    nav {
        justify-content: space-between;
        position: relative;
    }
    .tabs, .trophies {
        display: none;
    }
    .mobile-toggle {
        display: flex;
    }
    .tabs.active {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 10vh;
        left: 0;
        width: 100%;
        background-color: #000000;
        z-index: 25;
        padding: 10px 0;
        border-bottom: 2px solid #3d3d3d;
    }
    .tabs.active div {
        width: 100%;
        opacity: 1;
        text-align: center;
        border: none;
        margin: 5px 0;
    }
}

/*overworld or the home section*/
@media (max-width: 768px) {
    .overworld-content {
        width: 90%;
    }
    .hero {
        flex-direction: column;
        height: auto;
        gap: 20px;
    }
    .hero-text {
        width: 100%;
    }
    .hero-text > h1 {
        font-size: 2.8rem;
    }
    .hero-text > p {
        font-size: 1.2rem;
    }
    .steve {
        width: 60%;
        height: 450px;
        margin: 0 auto;
    }
    .about-me > h2 {
        font-size: 2.2rem;
    }
    .about-me-content {
        padding: 15px;
    }
    .about-me-content > .person-info {
        font-size: 1.1rem;
    }
    .skills > h2, .libraries > h2 {
        font-size: 2.2rem;
    }
    .skills, .libraries {
        flex-direction: column;
    }
    .skill, .library {
        width: 100%;
    }
}

/*nether or the education section*/
@media (max-width: 768px) {
    .nether-content {
        width: 90%;
    }
    .nether-header > h1 {
        font-size: 2.8rem;
    }
    .nether-header > p {
        font-size: 1.4rem;
    }
    .education-tab > h2, .achievements > h2 {
        font-size: 2.2rem;
    }
    .education-content {
        flex-direction: column;
        padding: 20px;
        align-items: flex-start;
    }
    .ed-info > h3 {
        font-size: 1.6rem;
    }
    .ed-deg, .ed-branch, .ed-year {
        font-size: 1.1rem;
    }
    .achievement-content {
        flex-direction: column;
    }
    .ach-card {
        width: 100%;
        flex-direction: column;
        padding: 20px;
        align-items: flex-start;
    }
    .ach-info > h4 {
        font-size: 1.2rem;
    }
    .ach-info {
        font-size: 1.1rem;
    }
}

/*the end or the projects section*/
@media (max-width: 768px) {
    .end-content {
        width: 90%;
    }
    .end-header > h1 {
        font-size: 2.8rem;
    }
    .end-header > p {
        font-size: 1.4rem;
    }
    .projs > h2 {
        font-size: 2.2rem;
    }
    .proj-content {
        flex-direction: column;
    }
    .proj-card {
        width: 100%;
        flex-direction: column;
        padding: 20px;
        align-items: flex-start;
    }
    .proj-info > h4 {
        font-size: 1.5rem;
    }
    .proj-info > p {
        font-size: 1.2rem;
    }
    .final-challenge > h2 {
        font-size: 2.2rem;
    }
    .final-challenge > p {
        font-size: 1.3rem;
    }
    .final-challenge-btn {
        width: 100%;
        font-size: 1.2rem;
    }
}

/* Social Links Page */
@media (max-width: 768px) {
    .social-links-content {
        width: 85%;
    }
    .social-links-content > h2 {
        font-size: 2.2rem;
    }
    .linkedin, .github {
        width: 90%;
        font-size: 1.2rem;
        padding: 15px;
    }
    .social-links {
        width: 12%;
        top: 80%;
        right: 5%;
    }
}

