@font-face {
    font-family: "SpaceGroteskRegular";
    src: url(/font/Space_Grotesk/static/SpaceGrotesk-Regular.ttf) format("truetype");
}

@font-face {
    font-family: "SpaceGroteskLight";
    src: url(/font/Space_Grotesk/static/SpaceGrotesk-Light.ttf) format("truetype");
}

@font-face {
    font-family: "SpaceGroteskMedium";
    src: url(/font/Space_Grotesk/static/SpaceGrotesk-Medium.ttf) format("truetype");
}

@font-face {
    font-family: "DMSansLight";
    src: url(/font/DM_Sans/static/DMSans-Light.ttf) format("truetype");
}

@font-face {
    font-family: "DMSansRegular";
    src: url(/font/DM_Sans/static/DMSans-Regular.ttf) format("truetype");
}

@font-face {
    font-family: "LogoFont";
    src: url(/font/font-logo/Acidrop-Demo.ttf) format("truetype");
}

@font-face {
    font-family: "LogoFont1";
    src: url(/font/mckloud/MCKLSH-black.ttf) format("truetype");
}

@font-face {
    font-family: "LogoFont2";
    src: url(/font/jellyka_saint_andrew_s_queen/Saint-Andrews-Queen.ttf) format("truetype");
}

@font-face {
    font-family: "LogoFont3";
    src: url(/font/new_romantics/ROMANTIC.TTF) format("truetype");
}

@font-face {
    font-family: "LogoFont4";
    src: url(/font/australia_custom/Australia-Custom.ttf) format("truetype");
}
/*----------------------------------*/

/* --------------------------------------------------------------------------------------------- */
/* default screen styles 1920x1080 */

body {
    margin: 0;
    padding: 0;
    background-color: #070610;
    height: 100vh;
    overflow: hidden;
    position: relative;
    font-family: "FahkwangRegular", sans-serif;
    opacity: 1;
    filter: blur(0px);
    transition: opacity 150ms ease, filter 150ms ease;
}

body.preload {
    opacity: 1;
    filter: blur(14px);
}

body.page-transition {
    opacity: 1;
    filter: blur(20px);
}

#logo-page {
    font-family: "LogoFont2", sans-serif;
    position: absolute;
    top: 10px;
    left: 45px;
    color: white;
    font-size: 39px;
}

.logo-half-page h2 {
    font-family: "LogoFont2", sans-serif;
    position: absolute;
    top: 280px;
    right: -165px;
    color: white;
    font-size: 200px;
    rotate: -90deg;
}

.star {
    color: white;
    animation-name: blink;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@keyframes blink {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { opacity: 0; }
}

/* Sidebar styles */
.sidebar {
    position: absolute;
    inset: 0 auto 0;
    left: 0;
    top: 0;
    width: 111px;
    height: 100%;
    background: linear-gradient(180deg, rgba(177, 141, 219, 0) 0%, rgba(121, 103, 161, 1) 100%);
    z-index: 1;
}


/* root-color variable */
.bg-root {
    position: relative;
    height: 100vh;
    background: #a98fe6;
    overflow: hidden; 
}

/* Top blur effect */
.blur-top {
    position: absolute;
    width: 566px;
    height: 811px;
    background: #9877BE;
    filter: blur(220px) brightness(1.5);
    transform: rotate(230deg);
    left: 228px;
    top: -520.46px;
    z-index: 999;
    rotate: 90deg;
    border-radius: 150%;
    pointer-events: none; /* allow clicks to pass through to elements below */
    box-shadow: 0 0 200px rgba(152, 119, 190, 0.3);
}



/* Bottom blur effect */
.blur-bottom-left {
    position: absolute;
    width: 625px;
    height: 800px;
    background: linear-gradient(180deg, #7F739F 0%, #2E2939 100%);
    filter: blur(220px) brightness(1.2);
    left: 32px;
    top: 740px;
    z-index: 999;
    pointer-events: none; /* allow clicks to pass through to elements below */
}

/* Additional glow layer */
.blur-bottom-left::after {
    content: '';
    position: absolute;
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%;
    background: radial-gradient(circle at center, rgba(184, 177, 229, 0.4) 0%, transparent 60%);
    filter: blur(100px) brightness(1.6);
    border-radius: 50%;
}

/* Bottom right blur effect */
.blur-bottom-right {
    position: absolute;
    width: 280px;
    height: 770px;
    background: radial-gradient(ellipse at center, rgba(127, 115, 159, 0.9) 0%, rgba(127, 115, 159, 0.5) 40%, rgba(46, 41, 57, 0.3) 100%);
    filter: blur(220px) brightness(1.2);
    left: 1333px;
    top: 538.14px;
    rotate: 303deg;
    z-index: 999;
    border-radius: 50%;
    pointer-events: none; /* allow clicks to pass through to elements below */
    box-shadow: 0 0 150px rgba(127, 115, 159, 0.4);

}

/* Additional atmospheric layer */
.blur-bottom-right::before {
    content: '';
    position: absolute;
    width: 120%;
    height: 120%;
    top: -10%;
    left: -10%;
    background: radial-gradient(circle at center, rgba(158, 100, 248, 0.3) 0%, transparent 70%);
    filter: blur(80px) brightness(1.4);
    border-radius: 50%;
}




/*logo styles*/
.logo {
    position: absolute;
    top: 10px;
    left: -30px;
    height: auto;
    z-index: 3; /* Above sidebar and blur effects */
}

.logo-icon {
    position: absolute;
    bottom: 50px;
    left: 30px;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    z-index: 3; /* Above sidebar and blur effects */
}

/* Make sure anchor links and their images inside the logo bar are clickable
   even if there are blurred overlay elements nearby */
.logo-icon a,
.logo-icon a img,
.logo-icon img {
    pointer-events: auto;
    z-index: 3;
}

/* Navbar styles */
.navbar-collapse {
    position: absolute;
    top: 50px;
    left: 250px;
    z-index: 1001; /* Above sidebar and blur effects */
}

.navbar-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 50px;
}

.navbar-nav li {
    margin: 0;
}

.navbar-nav a {
    color: white;
    text-decoration: none;
    font-family: "SpaceGroteskRegular", serif;
    font-size: 20px;
    transition: color 0.3s ease;
}

.navbar-nav a:hover {
    color: #9877BE;
}

.navbar-nav .active a {
    color: #9877BE;
    font-weight: bold;
}

.intro-content {
    position: absolute;
    top: 200px;
    left: 250px;
     z-index: 1001; /* Above sidebar and blur effects */
    color: #f5f5f5;
}

.intro-content h1 {
    font-family: "SpaceGroteskRegular", sans-serif;
    font-size: 66px;
    letter-spacing: 8px;
    margin: 0 0 100px 0;
    font-weight: lighter;
    color: #f5f5f5;
}

.intro-content p {
    font-family: "DMSansLight", sans-serif;
    font-size: 26px;
    margin: 0;
    line-height: 1.9;
}

/* xbutton button styles (from Figma specs) */
.xbutton-wrapper {
    position: absolute;
    /* Figma coordinates — adjust later as needed */
    left: 250px;
    top: 600px;
    z-index: 1004;
}

.x-button {
    width: 290px;   /* Figma W263 */
    height: 80px;   /* Figma H68 */
    background: #ffaad2;
    border: none;
    clip-path: polygon(15% 0, 100% 0, 100% 15%, 100% 60%, 85% 100%, 20% 100%, 0 100%, 0 40%);
    border-radius: 4px;
    font-family: "DMSansRegular", serif;
    font-size: 30px;
    color: #f5f5f5; /* dark text for contrast */
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;;
}

.x-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(0,0,0,0.16);
    filter: brightness(1.1);
}



.about-button {
    width: 162px;   /* Adjusted width */
    height: 50px;   /* Adjusted height */
    background: transparent;
    border: none;
    border-radius: 4px;
    font-family: "DMSansRegular", serif;
    font-size: 29px;
    color: #ffaad2; /* light text for contrast */
    cursor: pointer;
    box-shadow: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 51px; /* space between buttons */
}

/* The tiny play triangle */
.play-icon {
    left: 33px;
    width: 9px;               /* triangle size */
    height: 9px;
    background: #ffaad2;       /* triangle color */
    clip-path: polygon(0 0, 100% 50%, 0 100%);  /* ► */
    display: inline-block;
    transform: translateY(2px); /* tiny vertical nudge */
    position: relative;
}

.about-button:hover .play-icon {
    transform: translate(2px, 2px);
}

.ellipse-top {
    position: absolute;
    width: 1234px;
    height: 1234px;
    background-color: transparent;
    border: 0.1px solid #3f3f3f;
    top: -555px;
    right: -175px;
    z-index: 998;
    border-radius: 50% 50%;
    pointer-events: none; /* allow clicks to pass through to elements below */
}

.ellipse-bottom {
    position: absolute;
    width: 1345px;
    height: 1345px;
    background-color: transparent;
    border: 0.1px solid #3f3f3f;
    bottom: -666px;
    right: -50px;
    z-index: 998;
    border-radius: 50% 50%;
    pointer-events: none; /* allow clicks to pass through to elements below */
}

.big-star {
    position: absolute; 
    top: 60px;
    right: 955px;
    z-index: 999;
    filter: drop-shadow(0 0 10px rgba(184, 177, 229, 0.4));
}

.big-star img {
    width: 99px; /* Adjust size as needed */
    height: auto;
    pointer-events: none; /* allow clicks to pass through to elements below */
}

.small-star {
    position: absolute;
    top: 65px;
    right: -9px;
    filter: drop-shadow(0 0 8px rgba(158, 100, 248, 0.5));
}

.small-star img {
    width: 39px; /* Adjust size as needed */
    height: auto;
    pointer-events: none; /* allow clicks to pass through to elements below */
}

.sakura-pic {
    position: absolute;
    bottom: 340px;
    right: 290px;
    z-index: 1001; /* Above blur effects but below content */
}

.sakura-pic img {
    width: 450px; /* Adjust size as needed */
    height: auto;
    pointer-events: none; /* allow clicks to pass through to elements below */
}

.des-box {
    position: absolute;
    bottom: 140px;
    right: 210px;
    width: 450px;
    height: 270px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    clip-path: polygon(50% 0%, 100% 0, 100% 75%, 90% 100%, 0 100%, 0 0);
    backdrop-filter: blur(10px);
    border-radius: 4px;
    padding: 20px;
    z-index: 998; 
}

.description {
    position: absolute;
    font-size: 36px;
    letter-spacing: 2px;
    color: #f5f5f5;
    font-family: "SpaceGroteskRegular", sans-serif;
    line-height: 1.6;
    z-index: 1000;
    top: 115px;
    margin-left: 22px;
    font-weight: lighter;
}

.star-img {
    position: absolute; 
    bottom: 177px;
    right: 55px;
    z-index: 999;
}

.star-img img {
    width: 50px; /* Adjust size as needed */
    height: auto;
    pointer-events: none; /* allow clicks to pass through to elements below */
}

.resume-wrapper {
    position: absolute;
    top: 39px;
    right: 222px;
    z-index: 1001; /* Above blur effects but below content */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.resume-but {
    width: 130px;   /* Figma W263 */
    height: 39px;   /* Figma H68 */
    background: #8d6dfd;
    border: none;
    clip-path: polygon(15% 0, 100% 0, 100% 15%, 100% 60%, 85% 100%, 20% 100%, 0 100%, 0 40%);
    border-radius: 4px;
    color: #f5f5f5; /* dark text for contrast */
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.resume-button {
    text-decoration: none;
    color: #f5f5f5;
    background-color: transparent;
    border: none;
    width: 100%;
    height: 100%;
    font-size: 20px;
    font-family: "SpaceGroteskRegular", serif;
    position: absolute;
    top: 7px;
    left: 27px;
}

.resume-download {
    font-family: "SpaceGroteskRegular", serif;
    font-size: 14px;
    color: #f5f5f5;
    text-decoration: none;
    opacity: 0.85;
    transition: opacity 0.2s ease;
}

.resume-download:hover,
.resume-download:focus {
    opacity: 1;
    text-decoration: underline;
}

.resume-but:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(0,0,0,0.16);
}

.display-skill {
    position: absolute;
    bottom: 100px;
    left: 250px;
    z-index: 1001; /* Above blur effects but below content */
    border: none;
    border-radius: 4px;
    color: #f5f5f5; /* dark text for contrast */
    cursor: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.skill-list {
    font-size: 30px;
    line-height: 1.5;
    font-family: "SpaceGroteskRegular", serif;
}

.skill-item {
    margin-right: 33px;
}


/* --------------------------------------------------------------------------------------------- */
/* for 2560px screens and larger */
@media (min-width: 2560px) {
    .sidebar {
        width: 150px;
    }

    .logo {
        left: -30px;
        top: -5px;
    }

    .logo img {
        width: 200px;
    }

    #logo-page {
        font-family: "LogoFont2", sans-serif;
        position: absolute;
        top: 30px;
        left: 60px;
        color: white;
        font-size: 39px;
    }

    .logo-half-page h2 {
        font-family: "LogoFont2", sans-serif;
        position: absolute;
        top: 300px;
        right: -200px;
        color: white;
        font-size: 250px;
        rotate: -90deg;
    }

    .logo-icon {
        left: 45px;
    }

    .blur-bottom-left {
        top: 1010px;
    }

    .blur-bottom-right {
        width: 369px;
        height: 835px;
        left: 2069.98px;
        top: 768.14px;
        rotate: 309deg;
    }

    .navbar-nav {
        gap: 50px;
    }

    .navbar-nav a {
        font-size: 26px;
    }

    .navbar-collapse {
        top: 69px;
        left: 290px;
    }

    .intro-content {
        top: 250px;
        left: 290px;
    }

    .intro-content h1{
        font-size: 82px;
        letter-spacing: 9px;
        margin: 0 0 90px 0;
    }

    .intro-content p {
        font-size: 32px;
    }

    .xbutton-wrapper {
        top: 777px;
        left: 290px;
    }

    .x-button {
        width: 400px;
        height: 100px;
        font-size: 42px;
    }

    .about-button {
        width: 180px;
        font-size: 33px;
        margin-left: 75px;
    }

    .display-skill {
        left: 290px;
    }

    .ellipse-top {
        width: 1500px;
        height: 1500px;
    }

    .ellipse-bottom {
        width: 1600px;
        height: 1600px;
    }

    .big-star {
        right: 1205px;
        top: 105px;
    }

    .big-star img {
        width: 110px;
    }

    .small-star img {
        width: 50px;
    }

    .resume-wrapper {
        top: 48px;
        right: 222px;
    }

    .resume-but {
        width: 160px;
        height: 45px;
    }

    .resume-button {
        font-size: 22px;
        font-family: "SpaceGroteskRegular", serif;
        position: absolute;
        top: 10px;
        left: 40px;
    }

    .sakura-pic {
        bottom: 365px;
        right: 370px;
    }

    .sakura-pic img {
        width: 595px;
    }

    .des-box {
        width: 565px;
        bottom: 135px;
        right: 290px;
    }

    .description {
        font-size: 42px;
    }

    .star-img img {
        width: 65px;
    }

    .pic-center {
        bottom: 350px;
        right: 290px;
        z-index: 1001; /* Above blur effects but below content */
    }

    .skill-list {
        font-size: 39px;
    }

    .ellipse-top {
        width: 1500px;
        height: 1500px;
    }

    .ellipse-bottom {
        width: 1865px;
        height: 1865px;
        bottom: -937px;
        right: -55px;
    }
}

/* --------------------------------------------------------------------------------------------- */
/* for 15.3' laptop screens */
@media (max-width: 1664px) {
    .intro-content h1 {
        font-family: "SpaceGroteskRegular", sans-serif;
        font-size: 60px;
        letter-spacing: 8px;
        margin: 0 0 80px 0;
        font-weight: lighter;
        color: #f5f5f5;
    }

    .intro-content p {
        font-family: "DMSansLight", sans-serif;
        font-size: 25px;
        margin: 0;
        line-height: 1.9;
    }

    .x-button {
        width: 270px;
        height: 70px;
        background: #B8B1E5;
        border: none;
        clip-path: polygon(15% 0, 100% 0, 100% 15%, 100% 60%, 85% 100%, 20% 100%, 0 100%, 0 40%);
        border-radius: 4px;
        font-family: "SpaceGroteskRegular", serif;
        font-size: 30px;
        color: #f5f5f5;
        cursor: pointer;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .xbutton-wrapper {
        z-index: 1002;
        position: absolute;
        left: 250px;
        top: 590px;
    }

    .sakura-pic img {
        width: 440px;
        height: auto;
        pointer-events: none;
    }

    .des-box {
        position: absolute;
        bottom: 120px;
        right: 210px;
        width: 430px;
        height: 230px;
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.2);
        clip-path: polygon(50% 0%, 100% 0, 100% 75%, 90% 100%, 0 100%, 0 0);
        backdrop-filter: blur(10px);
        border-radius: 4px;
        padding: 20px;
        z-index: 998;
    }

    .description {
        position: absolute;
        font-size: 32px;
        letter-spacing: 2px;
        color: #f5f5f5;
        font-family: "SpaceGroteskRegular", sans-serif;
        line-height: 1.6;
        z-index: 1000;
        top: 125px;
        margin-left: 22px;
        font-weight: lighter;
    }

    .star-img img {
    width: 30px;
    height: auto;
    pointer-events: none;
    }

    .star-img {
        position: absolute;
        bottom: 127px;
        right: 85px;
        z-index: 999;
    }

    .skill-list {
        font-size: 26px;
        line-height: 1.5;
        font-family: "NeueMachinaLight", serif;
    }

    .big-star {
        position: absolute;
        top: 110px;
        right: 825px;
        z-index: 999;
        filter: drop-shadow(0 0 10px rgba(184, 177, 229, 0.4));
    }


    

}


/* --------------------------------------------------------------------------------------------- */
/* for 14' laptop screens */
@media (max-width: 1536px) {
    .intro-content {
        position: absolute;
        top: 200px;
    }

    .intro-content h1 {
        margin: 0 0 50px 0;
        font-size: 55px;
    }

    .intro-content p {
        font-family: "DMSansLight", sans-serif;
        font-size: 20px;
        margin: 0;
        line-height: 1.9;
    }

    .about-button {
        font-size: 23px;
    }

    .logo-half-page h2 {
        font-family: "LogoFont2", sans-serif;
        position: absolute;
        top: 195px;
        right: -165px;
        color: white;
        font-size: 200px;
        rotate: -90deg;
    }

    .big-star {
        right: 775px;
    }

    .x-button {
        width: 190px;
        height: 60px;
        font-size: 21px;
        background-color: #ffaad2;
    }

    .xbutton-wrapper {
        position: absolute;
        left: 250px;
        top: 550px;
        z-index: 3;
    }

    .skill-list {
        font-size: 22px;
        line-height: 1.5;
        font-family: "SpaceGroteskRegular", serif;
    }   

    .display-skill {
        position: absolute;
        bottom: 45px;
    }

    .sakura-pic {
        position: absolute;
        bottom: 280px;
        right: 290px;
        z-index: 1001;
    }

    .sakura-pic img {
        width: 350px;
        height: auto;
        pointer-events: none;
    }


    .des-box {
        position: absolute;
        bottom: 170px;
        right: 250px;
        width: 310px;
        height: 220px;
    }

    .description {
        position: absolute;
        font-size: 22px;
        top: 155px;
    }

    .star-img img {
        width: 30px;
        height: auto;
        pointer-events: none;
    }

    .star-img {
        position: absolute;
        bottom: 87px;
        right: 25px;
        z-index: 999;
    }

    .xbutton-wrapper {
        z-index: 1002;
    }
}


/* --------------------------------------------------------------------------------------------- */
/* for iPad screens */
@media (max-width: 820px) {
    .navbar-collapse {
        top: 30px;
        left: 129px;
    }

    .intro-content {
        top: 150px;
        left: 150px;
    }

    .intro-content h1 {
        margin: 0 0 0 0;
        letter-spacing: 6px;
    }

    .intro-content p {
        font-size: 20px;
    }

    .xbutton-wrapper {
        top: 395px;
        left: 150px;
    }

    .x-button {
        width: 250px;
        height: 70px;
        font-size: 28px;
    }

    .about-button {
        width: 140px;
        font-size: 25px;
        margin-left: 50px;
    }

    .resume-wrapper {
        top: 22px;
        right: 36px;
    }

    .sakura-pic {
        bottom: 285px;
        right: 240px;
    }

    .sakura-pic img {
        width: 300px;
    }

    .des-box {
        bottom: 170px;
        right: 195px;
        width: 275px;
        height: 150px;
    }

    .description {
        font-size: 24px;
        top: 85px;

    }

    .star-img {
        bottom: 95px;
        right: 15px;
    }

    .star-img img {
        width: 29px;
    }

    .display-skill {
        left: 265px;
        bottom: 50px;
    }

    .skill-list {
        font-size: 29px;
    }

}



/* --------------------------------------------------------------------------------------------- */
/* for mobile screens */
@media (max-width: 480px) {

    .sidebar {
        background: none;
    }

    .logo {
        top: -5px;
        left: -15px;
    }

    .logo img {
        width: 111px;
    }

    #logo-page {
        font-family: "LogoFont2", sans-serif;
        position: absolute;
        top: 10px;
        left: 25px;
        color: white;
        font-size: 20px;
    }

    .logo-half-page h2 {
        font-family: "LogoFont2", sans-serif;
        position: absolute;
        top: 200px;
        right: -165px;
        color: white;
        font-size: 200px;
        rotate: -90deg;
    }

    .navbar-collapse {
        top: 20px;
        left: 60px;
    }

    .navbar-nav {
        gap: 25px;
    }

    .navbar-nav a {
        font-size: 15px;
    }

    .resume-wrapper {
        top: 20px;
        right: 15px;
    }

    .resume-but {
        width: 55px;
        height: 22px;
    }

    .resume-button {
        font-size: 11px !important;
        text-decoration: none;
        color: #f5f5f5;
        background-color: transparent;
        border: none;
        width: 100%;
        height: 110%;
        font-size: 20px;
        font-family: "SpaceGroteskRegular", serif;
        position: absolute;
        top: 3px;
        left: 8px;
    }

    .intro-content {
        top: 120px;
        left: 60px;
    }

    .intro-content h1 {
        font-size: 36px;
        margin: 0 0 20px 0;
        letter-spacing: 4px;
    }

    .intro-content p {
        font-size: 15px;
    }

    .xbutton-wrapper {
        top: 295px;
        left: 60px;
        z-index: 999;
    }

    .x-button {
        width: 150px;
        height: 45px;
        font-size: 18px;
    }

    .about-button {
        font-size: 15px;
        margin-left: 2px;
    }

    .sakura-pic {
        bottom: 275px;
        right: 135px;
    }

    .sakura-pic img {
        width: 210px;
    }

    .skill-list {
        font-size: 15px;
    }

    .des-box {
        bottom: 190px;
        right: 100px;
        width: 170px;
        height: 110px;
    }

    .description {
        font-size: 15px;
        top: 70px;
        margin-left: -2px;
        font-weight: lighter;
    }

    .star-img {
        bottom: 73px;
        right: 17px;
    }

    .star-img img {
        width: 19px;
    }

    .display-skill {
        left: 130px;
        bottom: 80px;
    }
}



/* --------------------------------------------------------------------------------------------- */
/* for mobile screens */
@media (max-width: 375px) {

    .navbar-nav {
        gap: 11px;
    }

    .intro-content p {
        font-size: 13px;
    }

    .resume-but {
        width: 60px;
        height: 20px;
    }

    .resume-button {
        font-size: 13px;
    }

    .sakura-pic {
        bottom: 140px;
    }

    .sakura-pic img {
        width: 150px;
    }

    .xbutton-wrapper {
        top: 275px;
    }

    .x-button {
        width: 100px;
        height: 30px;
        font-size: 12px;
    }

    .about-button {
        margin-left: 0px;
    }

    .des-box {
        width: 115px;
        height: 70px;
        bottom: 85px;
    }

    .display-skill {
        left: 105px;
        bottom: 15px;
    }

    .description {
        margin-left: -12px;
        font-size: 12px;
        top: 60px;
    }

    .star-img {
        bottom: 45px;
        right: 1px;
    }

    .star-img img {
        width: 15px;
    }

    .logo-icon img {
        width: 29px;
    }
}


/* --------------------------------------------------------------------------------------------- */
/* for mac screens 2800x1864 */
@media (min-width: 2600px) and (max-width: 2999px) {
    .blur-top {
        position: absolute;
        width: 1466px;
    }

    .blur-bottom-left {
        position: absolute;
        width: 825px;
        height: 1400px;
        background: linear-gradient(180deg, #7F739F 0%, #2E2939 100%);
        filter: blur(220px) brightness(1.2);
        left: 32px;
        top: 1340px;
        z-index: 999;
        pointer-events: none;
    }

    .blur-bottom-right {
        width: 1069px;
        height: 1135px;
        left: 2069.98px;
        top: 1068.14px;
        rotate: 309deg;
    }

    .ellipse-top {
        width: 2100px;
        height: 1800px;
    }

    .ellipse-bottom {
        width: 2105px;
        height: 2065px;
        bottom: -937px;
        right: -355px;
    }

    .sidebar {
        width: 250px;
    }

    .logo img {
        width: 300px;
    }

    .logo-icon a, .logo-icon a img, .logo-icon img {
        pointer-events: auto;
        z-index: 3;
        width: 80px;
    }

    .logo-icon {
        left: 75px;
    }


    .navbar-nav a {
        font-size: 50px;
    }

    .navbar-collapse {
        top: 109px;
        left: 400px;
    }

    .intro-content {
        top: 400px;
        left: 400px;
    }

    .intro-content h1 {
        font-size: 152px;
        letter-spacing: 9px;
        margin: 0 0 110px 0;
    }

    .intro-content p {
        font-size: 42px;
    }

    .x-button {
        width: 450px;
        height: 150px;
        font-size: 45px;
    }

    .xbutton-wrapper {
        top: 1116px;
        left: 400px;
    }

    .about-button {
        width: 260px;
        font-size: 50px;
        margin-left: 75px;
    }

    .big-star {
        right: 1405px;
        top: 205px;
    }

    .big-star img {
        width: 140px;
    }

    .small-star img {
        width: 80px;
    }

    .small-star {
        position: absolute;
        top: 85px;
        right: -39px;
        filter: drop-shadow(0 0 8px rgba(158, 100, 248, 0.5));
    }

    .skill-list {
        font-size: 59px;
    }

    .display-skill {
        left: 400px;
    }

    .sakura-pic img {
        width: 715px;
    }

    .sakura-pic {
        bottom: 595px;
        right: 390px;
    }

    .des-box {
        width: 685px;
        height: 350px;
        bottom: 386px;
        right: 290px;
    }

    .description {
        font-size: 62px;
        top: 195px;
    }

    .resume-wrapper {
        top: 108px;
        right: 162px;
    }

    .resume-but {
        width: 200px;
        height: 65px;
    }

    .resume-button {
        font-size: 37px;
        font-family: "SpaceGroteskRegular", serif;
        position: absolute;
        top: 10px;
        left: 30px;
    }

    #logo-page {
        font-family: "LogoFont2", sans-serif;
        position: absolute;
        top: 60px;
        left: 80px;
        color: white;
        font-size: 69px;
    }

    
    .logo-half-page h2 {
        font-family: "LogoFont2", sans-serif;
        position: absolute;
        top: 500px;
        right: -300px;
        color: white;
        font-size: 350px;
        rotate: -90deg;
    }

}

