#labelforvisualmode,
#switchforvisualmode:checked+#labelforvisualmode {
    background-repeat: no-repeat;
    background-position: center
}

#labelforsound {
    height: 40px;
    background-size: 60%
}

#preloader,
.invertapplied {
    filter: invert(1)
}

#preloader,
noscript {
    width: 100%;
    height: 100%
}

body,
noscript {
    background-color: var(--color-dark-mode)
}

.main,
body {
    overflow-x: hidden
}

#backtotopbutton article,
:root {
    font-family: Whitney, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif
}

.eye,
.image-div,
.logo,
.navbar,
.project-box,
.resume-btn,
footer {
    overflow: hidden
}

.cta,
.github-redirect,
.navbar-tabs-ul a {
    text-decoration: none
}

#GmailLogo,
.sign svg path {
    fill: white
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

::selection {
    background-color: transparent
}

::-moz-selection {
    background: 0 0
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased
}

:root {
    cursor: default;
    --color-white: #fff;
    --color-black: #000;
    --color-dark-mode: #11111b;
    --color-light-mode: #ece7e1;
    --color-ddd-color: #ddd;
    --color-gray: #c4c4c4;
    --color-purple: #8000ff;
    --color-light-purple: #cf59e6;
    --color-light-blue: #6bc5f8;
    --color-navbarBorder-dark: #e2e2e207;
    --color-shadowDark: rgba(0, 0, 0, 0.137);
    --static-heading-gradient-blue: #b0f3f1;
    --static-heading-gradient-pink: #ffcfdf;
    --tech-stack-box-first-color: #1a1a29;
    --tech-stack-box-second-color: rgba(27, 27, 40, 0);
    --tech-stack-box-border-color: #292929
}

#hello-friend,
.footer-bottom article,
.getintouch-heading article,
.language-speak article,
.navbar-tabs-ul li,
.two-words article {
    font-family: fira code
}

::-webkit-scrollbar {
    width: 5px
}

::-webkit-scrollbar-track {
    background: #0a0a10
}

::-webkit-scrollbar-thumb {
    background-color: #8000ff
}

.cursor-inner {
    width: 8px;
    height: 8px;
    background-color: var(--color-light-blue)
}

.cursor-outer {
    width: 35px;
    height: 35px;
    border: 2px solid #fff
}

.cursor-inner,
.cursor-outer {
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 9999;
    pointer-events: none
}

.cursor-inner.hover {
    width: 25px;
    height: 25px;
    transition: .2s;
    mix-blend-mode: difference
}

.cursor-outer.hover {
    width: 50px;
    height: 50px;
    transition: .2s
}

.activeThistab:before,
.navbar-tabs-ul li:hover:before {
    background-color: var(--color-white);
    height: 10px;
    width: 10px;
    left: -20px
}

.light-mode {
    --color-dark-mode: #ece7e1;
    --color-black: #fff;
    --color-white: #000;
    --color-ddd-color: rgb(31, 31, 31);
    --color-navbarBorder-dark: #d1d6eb;
    --static-heading-gradient-blue: #0f7878;
    --static-heading-gradient-pink: #f09bb9;
    --color-shadowDark: #e2ddd7;
    --tech-stack-box-first-color: #e7e2db;
    --tech-stack-box-second-color: #ece7e100;
    --tech-stack-box-border-color: #dad5cf
}

#switchforsound,
#switchforvisualmode,
.hamburger,
.mobiletogglemenu {
    display: none
}

#labelforvisualmode {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-image: url(src/png/crescent-moon\ \(1\).png);
    background-size: 50%;
    transition-duration: .5s;
    cursor: pointer
}

#switchforvisualmode:checked+#labelforvisualmode {
    transform: rotate(360deg);
    transition-duration: .5s;
    background-image: url(src/png/sun.png);
    background-size: 60%
}

#labelforsound,
#preloader {
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center
}

.logo,
.logo:hover {
    transition-duration: 1s
}

#labelforsound {
    position: relative;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-image: url(src/svg/Mute_Icon.svg);
    cursor: pointer;
    transition-duration: .5s
}

#switchforsound:checked+#labelforsound {
    transition-duration: .5s;
    background-image: url(src/svg/Speaker_Icon.svg);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center
}

header {
    width: 100%;
    height: 115px;
    display: flex;
    align-items: flex-end;
    justify-content: center
}

#preloader {
    background-color: #fff;
    position: fixed;
    z-index: 99999;
    justify-content: center;
    overflow-y: hidden;
    background-image: url(src/svg/Pulse-0.4s-200px.svg);
    background-size: 10%
}

.navbar,
noscript {
    display: flex;
    align-items: center;
    position: fixed
}

#name,
.getintouch-heading article {
    background: -webkit-linear-gradient(135deg, var(--color-light-blue), var(--color-light-purple), var(--color-light-blue), var(--color-light-purple));
    -webkit-text-fill-color: transparent
}

noscript {
    justify-content: center;
    font-size: 4rem;
    color: #fff;
    z-index: 999999
}

.fakenavbar {
    height: 0;
    width: 0%;
    background-color: transparent
}

.navbar {
    background-image: linear-gradient(to bottom right, var(--tech-stack-box-first-color), var(--tech-stack-box-second-color));
    backdrop-filter: blur(10px);
    height: 80px;
    width: 80%;
    padding: 0 20px;
    gap: 18px;
    justify-content: space-between;
    z-index: 999;
    border: 1px solid var(--color-navbarBorder-dark);
    border-radius: 50px
}

.navbar-tabs,
.navbar-tabs-ul {
    height: 100%;
    align-items: center
}

.logo,
.navbar-tabs-ul li {
    position: relative;
    display: flex
}

.navbar-tabs {
    display: flex;
    flex: 1;
    min-width: 0
}

.navbar-tabs-ul {
    width: 100%;
    display: flex;
    list-style: none;
    justify-content: flex-end;
    gap: clamp(24px, 4vw, 56px);
    color: var(--color-white)
}

.navbar-tabs-ul li {
    width: fit-content;
    height: 30px;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem
}

.navbar-tabs-ul li:hover:before {
    content: "";
    position: absolute;
    border-radius: 5px;
    z-index: -1
}

.navbar-tabs-ul a {
    color: var(--color-white);
    font-weight: 100
}

.navbar-actions {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 14px;
    border-left: 1px solid var(--color-navbarBorder-dark)
}

.nav-toggle-control {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center
}

.nav-toggle-control label {
    border-radius: 50%;
    outline: 1px solid transparent
}

.nav-toggle-control label:hover,
.nav-toggle-control label:focus-visible {
    background-color: rgba(255, 255, 255, .08);
    outline-color: rgba(255, 255, 255, .22)
}

.logo {
    width: 10%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.face,
.logo-top {
    width: 100%;
    align-items: center;
    display: flex
}

.hey {
    color: #fff;
    position: absolute;
    font-size: 2.5rem;
    font-weight: 300;
    background-color: #20222e;
    padding: 5px 10px;
    border-radius: 20px;
    left: 120px;
    bottom: 80px;
    opacity: 0
}

#hello-friend,
#work,
.about-info p,
.activeThistab,
.language-speak article {
    color: var(--color-white)
}

.blob,
.eye,
.pupil {
    border-radius: 50%
}

.popup {
    animation: 3s linear pop-up
}

@keyframes pop-up {
    from {
        bottom: -50px;
        left: 50px;
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.logo-top {
    height: 100%;
    justify-content: center;
    transform-origin: bottom;
    position: relative
}

.activeThistab:before,
.face {
    content: "";
    position: absolute
}

.logo-top img {
    height: 100%;
    z-index: 2
}

.face {
    height: 74%;
    bottom: 0;
    justify-content: center;
    gap: 5px;
    z-index: 1;
    padding-left: 1px
}

.eye {
    width: 8px;
    height: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff
}

.left-eye {
    box-shadow: -1px -2px 2px rgba(0, 0, 0, .589) inset
}

.right-eye {
    box-shadow: 1px 3px 2px rgba(0, 0, 0, .589) inset
}

.pupil {
    width: 3.5px;
    height: 3.5px;
    background: #241010
}

.logo:hover {
    transform: translateY(200px)
}

.activeThistab:before {
    border-radius: 50%;
    z-index: -1
}

.dp::after,
.dp::before {
    height: 300px;
    z-index: -2;
    content: ""
}

.main {
    width: 100%;
    height: fit-content;
    position: relative
}

.blob {
    position: absolute;
    right: -15%;
    top: 0;
    background-color: var(--color-light-purple);
    width: clamp(200px, 80vw, 600px);
    height: 100vh;
    filter: blur(300px);
    opacity: .3;
    animation: 1s linear infinite alternate-reverse breath
}

@keyframes breath {
    from {
        opacity: .3
    }

    to {
        opacity: .5
    }
}

.landing-page-container {
    width: 100%;
    height: calc(100vh - 115px);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.text-content {
    display: flex;
    flex-direction: column;
    width: 60%;
    height: 100%;
    align-items: flex-start;
    justify-content: center
}

#hello-friend {
    font-size: 5rem;
    font-weight: 600;
    width: fit-content;
    display: flex;
    align-items: flex-end;
    margin-top: 7%;
}

#name,
#work {
    font-size: 9rem;
    width: fit-content
}

#name,
#work,
.letsTalkBtn-text {
    display: flex;
    font-weight: 700
}

@-webkit-keyframes vibrate-1 {

    0%,
    100% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    20% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px)
    }

    40% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px)
    }

    60% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px)
    }

    80% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px)
    }
}

@keyframes vibrate-1 {

    0%,
    100% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    20% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px)
    }

    40% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px)
    }

    60% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px)
    }

    80% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px)
    }
}

#name {
    align-items: flex-start;
    background: linear-gradient(-45deg, var(--color-light-blue), var(--color-light-purple), var(--color-light-blue), var(--color-light-purple));
    background-clip: text;
    -webkit-background-clip: text;
    background-size: 400% 400%;
    -webkit-animation: 3s infinite gradient;
    animation: 3s infinite gradient
}

@keyframes gradient {

    0%,
    100% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }
}

#work {
    align-items: flex-start;
    flex-wrap: wrap
}

#info-para,
.about-info p {
    font-weight: 400;
    font-size: 2rem
}

#work div {
    display: flex;
    margin: 0 12px 0 0
}

.jello:hover {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: #03e6ff;
    -webkit-animation: .9s both jello-vertical;
    animation: .9s both jello-vertical
}

.txt-rotate {
    color: #000;
    border-right: 0.08em solid #000;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 auto;
  }

  #work h1 {
    font-size: 0.5em;
    font-family: fira code;
     /* adjust as needed */
  }
  
  #work .txt-rotate {
    font-size: 1em; /* adjust as needed */
  }

#work{
    margin-top: 1rem; /* adjust as needed */
}

  #work .txt-rotate {
    color: #333; /* adjust as needed */
  }

#backtotopbutton,
.dp::after,
.dp::before,
.letsTalkBtn {
    background-color: transparent
}

@-webkit-keyframes jello-vertical {

    0%,
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    40% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    50% {
        -webkit-transform: scale3d(.85, 1.15, 1);
        transform: scale3d(.85, 1.15, 1)
    }

    65% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    75% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
}

@keyframes jello-vertical {

    0%,
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    40% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    50% {
        -webkit-transform: scale3d(.85, 1.15, 1);
        transform: scale3d(.85, 1.15, 1)
    }

    65% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    75% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
}

#info-para {
    width: 75%;
    padding-top: 30px;
    color: var(--color-ddd-color);
    line-height: 20px
}

.contact-btn-div {
    width: 100%;
    padding-top: 50px;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.letsTalkBtn {
    position: relative;
    border: none;
    width: 180px;
    height: 40px;
    border-radius: 0;
    cursor: pointer;
    transition: .3s
}

.letsTalkBtn-text {
    width: 100%;
    height: 100%;
    background-color: rgba(230, 230, 230, .466);
    border: none;
    border-radius: 7px;
    backdrop-filter: blur(5px);
    color: #000;
    align-items: center;
    justify-content: center;
    letter-spacing: .8px
}

.cta:hover span,
.text,
.tooltip {
    color: #fff
}

.resume-btn,
.sign {
    align-items: center;
    transition-duration: .3s;
    display: flex
}

.letsTalkBtn-BG {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(150deg, #71cbff, #8000ff);
    z-index: -1;
    left: 6px;
    top: 6px;
    border-radius: 7px;
    pointer-events: none;
    transition: .3s
}

.letsTalkBtn:hover {
    transform: translateY(-2px) translateX(-2px)
}

.letsTalkBtn:hover .letsTalkBtn-BG {
    transform: translateY(2px) translateX(2px)
}

.letsTalkBtn:active {
    transform: translateY(7px) translateX(7px)
}

.letsTalkBtn:active .letsTalkBtn-BG {
    transform: translateY(-7px) translateX(-7px)
}

.resume-btn {
    margin-top: 25px;
    justify-content: flex-start;
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .199);
    background: linear-gradient(82.3deg, #965de9 10.8%, #6358ee 94.3%);
    position: relative
}

.projects-heading-article,
.projectsHeadingP,
.section-heading-article,
.sectionHeadingP,
.skills-heading-article,
.skillsHeadingP {
    background-image: -webkit-gradient(linear, left top, right top, var(--static-heading-gradient-blue), var(--static-heading-gradient-pink));
    background-image: -webkit-linear-gradient(left, var(--static-heading-gradient-blue), var(--static-heading-gradient-pink))
}

.dp::after,
.dp::before,
.text {
    position: absolute
}

.sign {
    width: 100%;
    justify-content: center
}

.sign svg {
    width: 17px
}

.text {
    right: 0;
    width: 0%;
    opacity: 0;
    font-size: 1em;
    font-weight: 600;
    transition-duration: .3s
}

.resume-btn:hover {
    width: 130px;
    border-radius: 40px;
    transition-duration: .3s
}

.resume-btn:hover .sign {
    width: 30%;
    transition-duration: .3s;
    padding-left: 20px
}

.resume-btn:hover .text {
    opacity: 1;
    width: 70%;
    transition-duration: .3s;
    padding-right: 10px
}

.dp,
.dp::after,
.dp::before,
.dp:hover::after,
.dp:hover::before {
    transition-duration: .5s
}

.resume-btn:active {
    transform: translate(2px, 2px)
}

.about-section-container {
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 200px
}

.about-section,
.experience-section,
.projects-section-div,
.skills-section {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.projects-heading,
.section-heading,
.skills-heading {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px
}

.dp img,
.dp::after,
.dp::before {
    width: 300px
}

.projects-heading-article,
.section-heading-article,
.skills-heading-article {
    font-size: 3rem;
    font-family: fira code;
    font-weight: 500;
    background-image: linear-gradient(90deg, var(--static-heading-gradient-blue), var(--static-heading-gradient-pink));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.projectsHeadingP,
.sectionHeadingP,
.skillsHeadingP {
    width: 300px;
    height: 1px;
    background-image: linear-gradient(90deg, var(--static-heading-gradient-blue), var(--static-heading-gradient-pink))
}

.info-dp-section {
    width: 100%;
    display: flex;
    margin-top: 30px
}

.about-info {
    width: 60%;
    display: flex;
    flex-direction: column
}

.about-info p {
    line-height: 25px
}

.dp {
    width: 40%;
    margin-left: 5%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative
}

.dp::before {
    box-shadow: 2px 2px 0 inset #8000ff, -2px -2px 0 inset transparent
}

.dp::after {
    box-shadow: 2px 2px 0 inset transparent, -2px -2px 0 inset #8000ff
}

.dp:hover::after {
    transform: translate(20px, 20px)
}

.dp:hover::before {
    transform: translate(-20px, -20px)
}

.experience-section-container {
    padding-top: 150px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.experience-content {
    width: 100%;
    margin-top: 34px;
    display: flex
}

.experience-card {
    width: 100%;
    position: relative;
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 0;
    padding: 0;
    overflow: hidden;
    color: var(--color-white);
    background-image: linear-gradient(to bottom right, var(--tech-stack-box-first-color), var(--tech-stack-box-second-color));
    border: 1px solid rgba(132, 75, 214, .22);
    border-radius: 20px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .18);
    transition: border-color .28s ease, box-shadow .28s ease, transform .28s ease
}

.experience-card::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .44;
    background:
        radial-gradient(circle at 14% 18%, rgba(156, 91, 255, .15), transparent 24%),
        radial-gradient(circle at 92% 0%, rgba(132, 75, 214, .14), transparent 30%)
}

.experience-card:hover,
.experience-card:focus-within {
    transform: translateY(-3px);
    border-color: rgba(115, 190, 255, .45);
    box-shadow:
        0 16px 42px rgba(5, 7, 26, .28),
        0 0 0 1px rgba(115, 190, 255, .14),
        0 0 22px rgba(115, 190, 255, .1)
}

body.light-mode .experience-card {
    color: #111827;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .88), rgba(245, 239, 232, .72));
    border-color: rgba(107, 197, 248, .34);
    box-shadow: 0 22px 48px rgba(75, 85, 99, .18)
}

body.light-mode .experience-card::before {
    opacity: .28;
    background:
        radial-gradient(circle at 14% 18%, rgba(128, 0, 255, .13), transparent 24%),
        radial-gradient(circle at 92% 0%, rgba(107, 197, 248, .16), transparent 30%)
}

body.light-mode .experience-timeline-rail {
    background: rgba(255, 255, 255, .42);
    border-right-color: rgba(15, 23, 42, .08)
}

body.light-mode .experience-kicker,
body.light-mode .experience-highlights span,
body.light-mode .impact-grid span {
    color: #9b28e8
}

body.light-mode .experience-card h3 {
    color: #050816
}

body.light-mode .experience-card-header span {
    color: #64748b;
    background: rgba(255, 255, 255, .58);
    border-color: rgba(15, 23, 42, .08)
}

body.light-mode .experience-summary {
    color: #4b5563
}

body.light-mode .experience-highlights div,
body.light-mode .impact-grid article {
    background: rgba(255, 255, 255, .52);
    border-color: rgba(15, 23, 42, .08)
}

body.light-mode .experience-highlights p,
body.light-mode .impact-grid p {
    color: #1f2937
}

body.light-mode .experience-card:hover .impact-grid article,
body.light-mode .experience-card:focus-within .impact-grid article {
    border-color: rgba(159, 57, 255, .34);
    background: rgba(128, 0, 255, .065)
}

body.light-mode .experience-card:hover,
body.light-mode .experience-card:focus-within {
    border-color: rgba(128, 0, 255, .58);
    box-shadow:
        0 18px 44px rgba(75, 85, 99, .16),
        0 0 0 1px rgba(128, 0, 255, .22),
        0 0 28px rgba(128, 0, 255, .16)
}

.experience-timeline-rail {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    padding-top: 42px;
    background: rgba(255, 255, 255, .025);
    border-right: 1px solid rgba(255, 255, 255, .06)
}

.experience-timeline-rail::before {
    content: "";
    position: absolute;
    top: 78px;
    bottom: 38px;
    width: 1px;
    background: linear-gradient(180deg, rgba(156, 91, 255, .65), rgba(82, 193, 255, .1))
}

.experience-timeline-rail span {
    width: 15px;
    height: 15px;
    position: relative;
    z-index: 2;
    border-radius: 50%;
    background: #9d5cff;
    box-shadow: 0 0 0 8px rgba(156, 91, 255, .12), 0 0 30px rgba(156, 91, 255, .3)
}

.experience-card-main {
    position: relative;
    z-index: 1;
    padding: 34px
}

.experience-card-header {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 16px
}

.experience-kicker {
    color: #caa7ff;
    font-family: fira code;
    font-size: 1.18rem;
    margin-bottom: 8px;
    letter-spacing: .02em
}

.experience-card h3 {
    font-size: clamp(2.7rem, 3vw, 3.8rem);
    line-height: 1.1;
    color: var(--color-white)
}

.experience-card-header span {
    color: var(--color-gray);
    font-family: fira code;
    font-size: 1.25rem;
    white-space: nowrap;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .08)
}

.experience-summary {
    color: var(--color-gray);
    max-width: 68rem;
    font-size: 1.55rem;
    line-height: 1.55;
    margin-bottom: 24px
}

.experience-highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 18px
}

.experience-highlights div {
    min-height: 138px;
    padding: 16px;
    border-radius: 14px;
    background: rgba(255, 255, 255, .035);
    border: 1px solid rgba(255, 255, 255, .075)
}

.experience-highlights span {
    display: block;
    color: #caa7ff;
    font-family: fira code;
    font-size: 1.15rem;
    margin-bottom: 12px
}

.experience-highlights p {
    color: var(--color-ddd-color);
    font-size: 1.32rem;
    line-height: 1.45
}

.impact-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px
}

.impact-grid article {
    min-height: 96px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 14px;
    background: rgba(156, 91, 255, .055);
    border: 1px solid rgba(156, 91, 255, .16);
    transition: border-color .24s ease, background-color .24s ease
}

.experience-card:hover .impact-grid article,
.experience-card:focus-within .impact-grid article {
    border-color: rgba(115, 190, 255, .22);
    background: rgba(115, 190, 255, .045)
}

.impact-grid span {
    display: block;
    color: #caa7ff;
    font-size: 2.8rem;
    line-height: 1;
    font-weight: 800;
    margin-bottom: 8px
}

.impact-grid p {
    color: var(--color-ddd-color);
    font-size: 1.2rem;
    line-height: 1.35
}

.skills-section-container {
    padding-top: 150px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.language-speak {
    width: 100%;
    display: flex;
    align-items: center
}

.language-speak {
    height: 50px;
    justify-content: center
}

.language-speak article {
    font-size: 2rem;
    font-weight: 600
}

.frontend-dev-section {
    width: 100%;
    margin-top: 38px;
    overflow: visible;
    position: relative;
    padding: 28px 0 18px
}

.frontend-dev-section::before,
.frontend-dev-section::after {
    content: "";
    position: absolute;
    top: 0;
    width: 90px;
    height: 100%;
    pointer-events: none;
    z-index: 4
}

.frontend-dev-section::before {
    left: calc((100% - 100vw) / 2);
    background: linear-gradient(90deg, var(--color-dark-mode), transparent)
}

.frontend-dev-section::after {
    right: calc((100% - 100vw) / 2);
    background: linear-gradient(270deg, var(--color-dark-mode), transparent)
}

.frontend-dev-heading {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    font-weight: 900;
    height: 100px;
    letter-spacing: 5px;
    background-image: -webkit-gradient(linear, left top, right top, var(--static-heading-gradient-blue), var(--static-heading-gradient-pink));
    background-image: -webkit-linear-gradient(left, var(--static-heading-gradient-blue), var(--static-heading-gradient-pink));
    background-image: linear-gradient(90deg, var(--static-heading-gradient-blue), var(--static-heading-gradient-pink));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.project-box,
.tech-stack-box {
    background-image: linear-gradient(to bottom right, var(--tech-stack-box-first-color), var(--tech-stack-box-second-color))
}

.tech-stack-wrapper {
    --marquee-gap: 42px;
    --marquee-offset: calc((100vw - 100%) / -2);
    width: max-content;
    min-width: 100%;
    position: relative;
    left: var(--marquee-offset);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: var(--marquee-gap);
    list-style: none;
    margin: 0;
    padding: 16px max(24px, 4vw) 28px;
    animation: tech-stack-marquee 58s linear infinite;
    will-change: transform
}

.tech-stack-wrapper+.tech-stack-wrapper {
    margin-top: 26px
}

.tech-stack-wrapper.tech-stack-marquee-ready {
    animation: none
}

@keyframes tech-stack-marquee {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

.tech-stack-box,
.tooltip {
    align-items: center;
    display: flex
}

.tech-stack-box {
    width: 92px;
    height: 120px;
    flex: 0 0 92px;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    border: 0;
    border-radius: 0;
    position: relative;
    overflow: visible;
    isolation: isolate;
    background: none;
    background-image: none;
    box-shadow: none;
    transition: transform .25s ease, filter .25s ease
}

.tech-stack-box::before {
    content: none
}

.tech-stack-box img {
    width: 100%;
    max-height: 72px;
    flex: 0 0 auto;
    object-fit: contain;
    transition: transform .25s ease, filter .25s ease
}

.tech-stack-box:hover {
    transform: translateY(-6px) scale(1.12);
    filter: drop-shadow(0 14px 22px rgba(107, 197, 248, .22));
    z-index: 5
}

.tech-stack-box:hover::before {
    transform: none;
    background: none
}

.tech-stack-box:hover img {
    transform: scale(1.08);
    filter: drop-shadow(0 10px 18px rgba(107, 197, 248, .24))
}

.tech-stack-box:hover .tooltip {
    color: var(--color-light-blue);
    transform: none;
    transition-duration: .3s
}

.tooltip {
    position: static;
    max-width: 118px;
    opacity: 1;
    background: none;
    border: 0;
    padding: 0;
    border-radius: 0;
    justify-content: center;
    transition: color .2s ease, transform .2s ease;
    pointer-events: none;
    letter-spacing: .04em;
    font-size: 1rem;
    line-height: 1.2;
    text-align: center;
    backdrop-filter: none;
    font-weight: 700;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    color: rgba(255, 255, 255, .74)
}

body.light-mode .tech-stack-box:hover {
    box-shadow: none;
    filter: drop-shadow(0 14px 20px rgba(75, 85, 99, .22))
}

body.light-mode .tooltip {
    color: rgba(17, 24, 39, .76);
    background: none;
    border-color: transparent;
    box-shadow: none
}

.cta,
.cta span,
.cta svg,
.project-box,
footer {
    position: relative
}

.projects-section-container {
    padding: 150px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.project-boxes-div {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    padding: 36px 20px
}

.project-boxes-div.project-scroll-stack {
    align-items: stretch;
    gap: 0;
    --project-stack-top: clamp(128px, 16vh, 165px);
    --project-stack-gap: clamp(56px, 8vh, 92px);
    padding-top: clamp(48px, 8vh, 92px);
    padding-bottom: clamp(260px, 34vh, 420px)
}

.cta:hover:before,
.project-box-wrapper {
    width: 100%
}

.project-stack-card {
    position: sticky;
    top: var(--project-stack-top);
    z-index: var(--project-stack-index);
    margin-bottom: var(--project-stack-gap)
}

.project-scroll-stack .project-stack-card:last-child {
    margin-bottom: 0
}

.project-scroll-stack .project-box {
    background-color: var(--tech-stack-box-first-color)
}

body.light-mode .project-scroll-stack .project-box {
    background-color: #fff
}

.project-box-wrapper[data-project-url] {
    cursor: pointer
}

.project-box {
    width: 100%;
    height: 330px;
    display: grid;
    grid-template-columns: minmax(260px, .95fr) minmax(320px, 1.05fr);
    transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease, background .3s ease;
    border-radius: 24px;
    border: 1px solid var(--tech-stack-box-border-color);
    overflow: hidden;
    background-image: linear-gradient(to bottom right, var(--tech-stack-box-first-color), var(--tech-stack-box-second-color));
    will-change: transform;
    position: relative
}

body.light-mode .project-box {
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .86), rgba(245, 239, 232, .74));
    border-color: rgba(107, 197, 248, .32);
    box-shadow: 0 18px 44px rgba(75, 85, 99, .14)
}

body.light-mode .project-box:hover,
body.light-mode .project-box-wrapper:hover .project-box,
body.light-mode .project-box-wrapper:focus-within .project-box,
body.light-mode .project-box-wrapper.project-card-active .project-box {
    border-color: rgba(128, 0, 255, .58);
    box-shadow:
        0 18px 44px rgba(75, 85, 99, .16),
        0 0 0 1px rgba(128, 0, 255, .22),
        0 0 28px rgba(128, 0, 255, .15)
}

.project-box::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0;
    background:
        radial-gradient(circle at 20% 18%, rgba(77, 176, 255, .18), transparent 28%),
        radial-gradient(circle at 78% 16%, rgba(163, 81, 255, .16), transparent 30%);
    transition: opacity .28s ease
}

body.light-mode .project-box::before {
    background:
        radial-gradient(circle at 20% 18%, rgba(128, 0, 255, .16), transparent 28%),
        radial-gradient(circle at 78% 16%, rgba(207, 89, 230, .14), transparent 30%)
}

.project-box>* {
    position: relative;
    z-index: 1
}

.project-box:hover,
.project-box-wrapper:hover .project-box,
.project-box-wrapper:focus-within .project-box,
.project-box-wrapper.project-card-active .project-box {
    transform: translateY(-3px);
    border-color: rgba(115, 190, 255, .48);
    box-shadow:
        0 12px 34px rgba(5, 7, 26, .28),
        0 0 0 1px rgba(115, 190, 255, .18),
        0 0 24px rgba(115, 190, 255, .12)
}

.project-box:hover::before,
.project-box-wrapper:hover .project-box::before,
.project-box-wrapper:focus-within .project-box::before,
.project-box-wrapper.project-card-active .project-box::before {
    opacity: .28
}

.project-box::after {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 0;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(180deg, #5bb1ff, #9d5cff);
    box-shadow: 0 0 24px rgba(91, 177, 255, .55);
    transition: width .28s ease
}

.project-box:hover::after,
.project-box-wrapper:hover .project-box::after,
.project-box-wrapper:focus-within .project-box::after,
.project-box-wrapper.project-card-active .project-box::after {
    width: 0
}

.info-div {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto auto;
    align-items: flex-start;
    align-content: center;
    gap: 12px;
    min-width: 0;
    padding: 26px 34px
}

.faviconforProject {
    width: 30px;
    border-radius: 50%
}

.faviconforProjectAquaregia {
    width: 20px
}

.image-div {
    width: 100%;
    height: 100%;
    min-height: 0;
    padding: 26px 0 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end
}

.image-div img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    border-top-left-radius: 24px;
    transition: transform .35s ease, filter .35s ease
}

.project-box:hover .image-div img,
.project-box-wrapper:hover .image-div img,
.project-box-wrapper:focus-within .image-div img,
.project-box-wrapper.project-card-active .image-div img {
    transform: scale(1.015);
    filter: saturate(1.03) contrast(1.01)
}

.ProjectHeading {
    color: var(--color-white);
    font-size: clamp(2.4rem, 2vw, 3rem) !important;
    line-height: 1.08;
    font-weight: 700;
    margin-bottom: 0 !important;
    overflow-wrap: anywhere;
    transition: color .25s ease, text-shadow .25s ease
}

body.light-mode .ProjectHeading {
    color: #111827
}

.project-box:hover .ProjectHeading,
.project-box-wrapper:hover .ProjectHeading,
.project-box-wrapper:focus-within .ProjectHeading,
.project-box-wrapper.project-card-active .ProjectHeading {
    color: #f5fbff;
    text-shadow: 0 0 12px rgba(115, 190, 255, .14)
}

body.light-mode .project-box:hover .ProjectHeading,
body.light-mode .project-box-wrapper:hover .ProjectHeading,
body.light-mode .project-box-wrapper:focus-within .ProjectHeading,
body.light-mode .project-box-wrapper.project-card-active .ProjectHeading {
    color: #111827;
    text-shadow: none
}

.ProjectDescription {
    color: gray;
    font-size: 1.42rem;
    line-height: 1.25;
    font-weight: 400;
    margin-bottom: .5rem;
    max-width: 42rem;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden
}

body.light-mode .ProjectDescription {
    color: #4b5563
}

body.light-mode .project-box:hover .ProjectDescription,
body.light-mode .project-box-wrapper:hover .ProjectDescription,
body.light-mode .project-box-wrapper:focus-within .ProjectDescription,
body.light-mode .project-box-wrapper.project-card-active .ProjectDescription {
    color: #4b5563
}

.tech-stack {
    margin: .5rem 0;
    padding: .6rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, .03);
    border: 1px solid rgba(255, 255, 255, .1)
}

.tech-stack h4 {
    margin: 0 0 .3rem;
    color: #fff;
    font-size: .95rem;
    font-family: "fira code", monospace;
    display: flex;
    align-items: center;
    gap: .5rem
}

.tech-tags {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem
}

.tech-tag {
    padding: .2rem .6rem;
    border-radius: 16px;
    background: rgba(128, 0, 255, .2);
    color: #fff;
    font-size: .8rem;
    transition: all .3s ease;
    font-family: "fira code", monospace;
    border: 1px solid rgba(128, 0, 255, .3)
}

.tech-tag:hover {
    background: rgba(128, 0, 255, .4);
    transform: translateY(-1px);
    border-color: #8000ff
}

body.light-mode .tech-stack {
    background: rgba(0, 0, 0, .03);
    border: 1px solid rgba(0, 0, 0, .1)
}

body.light-mode .project-box .tech-stack {
    background: rgba(255, 255, 255, .42);
    border-color: rgba(128, 0, 255, .18)
}

body.light-mode .project-box:hover .tech-stack,
body.light-mode .project-box-wrapper:hover .project-box .tech-stack,
body.light-mode .project-box-wrapper:focus-within .project-box .tech-stack,
body.light-mode .project-box-wrapper.project-card-active .project-box .tech-stack {
    background: rgba(128, 0, 255, .045);
    border-color: rgba(128, 0, 255, .34)
}

body.light-mode .tech-stack h4,
body.light-mode .tech-tag {
    color: #000
}

body.light-mode .tech-tag {
    background: rgba(128, 0, 255, .1);
    border-color: rgba(128, 0, 255, .2)
}

body.light-mode .tech-tag:hover {
    background: rgba(128, 0, 255, .2);
    border-color: rgba(128, 0, 255, .4)
}

.project-box .tech-stack {
    width: 100%;
    margin: 0 !important;
    padding: .75rem .85rem !important;
    max-height: none;
    overflow: visible;
    background: rgba(255, 255, 255, .035);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 8px
}

.project-box .tech-stack h4 {
    font-size: 1rem !important;
    line-height: 1.2;
    margin-bottom: .55rem !important
}

.project-box .tech-tags {
    gap: .45rem !important
}

.project-box .tech-tag {
    max-width: 100%;
    padding: .28rem .65rem !important;
    font-size: .95rem !important;
    line-height: 1.25;
    white-space: normal;
    overflow-wrap: anywhere;
    transition: border-color .24s ease, background-color .24s ease, color .24s ease
}

.project-box:hover .tech-tag,
.project-box-wrapper:hover .project-box .tech-tag,
.project-box-wrapper:focus-within .project-box .tech-tag,
.project-box-wrapper.project-card-active .project-box .tech-tag {
    border-color: rgba(115, 190, 255, .28);
    background-color: rgba(115, 190, 255, .06);
    color: #dff4ff
}

body.light-mode .project-box:hover .tech-tag,
body.light-mode .project-box-wrapper:hover .project-box .tech-tag,
body.light-mode .project-box-wrapper:focus-within .project-box .tech-tag,
body.light-mode .project-box-wrapper.project-card-active .project-box .tech-tag {
    color: #1f2937;
    border-color: rgba(128, 0, 255, .38);
    background-color: rgba(128, 0, 255, .12)
}

.project-box:hover .cta,
.project-box-wrapper:hover .cta,
.project-box-wrapper:focus-within .cta,
.project-box-wrapper.project-card-active .cta {
    color: #68caff;
    transform: none
}

body.light-mode .project-box .cta span,
body.light-mode .project-box .cta svg {
    color: #8a1dff;
    stroke: #8a1dff
}

body.light-mode .project-box .cta::before {
    background: rgba(128, 0, 255, .12)
}

body.light-mode .project-box:hover .cta span,
body.light-mode .project-box-wrapper:hover .cta span,
body.light-mode .project-box-wrapper:focus-within .cta span,
body.light-mode .project-box-wrapper.project-card-active .cta span {
    color: #8a1dff
}

body.light-mode .project-box:hover .cta svg,
body.light-mode .project-box-wrapper:hover .cta svg,
body.light-mode .project-box-wrapper:focus-within .cta svg,
body.light-mode .project-box-wrapper.project-card-active .cta svg {
    stroke: #8a1dff
}

body.light-mode .project-box:hover .cta::before,
body.light-mode .project-box-wrapper:hover .cta::before,
body.light-mode .project-box-wrapper:focus-within .cta::before,
body.light-mode .project-box-wrapper.project-card-active .cta::before {
    background: rgba(128, 0, 255, .18)
}

.project-buttons {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    flex-wrap: wrap;
    min-height: 44px
}

.github-redirect {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.github-redirect img {
    width: 40px;
    height: auto;
    transition: .3s;
    filter: brightness(2)
}

.github-redirect:hover img {
    filter: brightness(4)
}

.project-card-planner .ProjectHeading {
    font-size: clamp(2.25rem, 1.8vw, 2.85rem) !important
}

.project-card-planner .info-div {
    gap: 10px;
    padding-bottom: 18px
}

.project-card-planner .project-buttons {
    align-items: center;
    min-height: 40px
}

.project-card-planner .github-redirect {
    align-self: center
}

.cta {
    min-height: 42px;
    padding: 9px 16px;
    transition: .2s;
    border: none;
    background: 0 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.cta::before {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    border-radius: 50px;
    background: #2b2f4e;
    width: 42px;
    height: 42px;
    transition: .3s
}

.cta span {
    font-size: 1.65rem;
    font-weight: 600;
    letter-spacing: .05em;
    color: var(--color-light-blue)
}

.cta svg {
    top: 0;
    margin-left: 10px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: var(--color-light-blue);
    stroke-width: 2;
    transform: translateX(-5px);
    transition: .3s
}

.cta:hover svg {
    stroke: white;
    transform: translateX(0)
}

.cta:active {
    transform: scale(.95)
}

body.light-mode .experience-card:hover,
body.light-mode .experience-card:focus-within {
    border-color: rgba(128, 0, 255, .58);
    box-shadow:
        0 18px 44px rgba(75, 85, 99, .16),
        0 0 0 1px rgba(128, 0, 255, .22),
        0 0 28px rgba(128, 0, 255, .16)
}

body.light-mode .project-box-wrapper:hover .project-box,
body.light-mode .project-box-wrapper:focus-within .project-box,
body.light-mode .project-box-wrapper.project-card-active .project-box {
    border-color: rgba(128, 0, 255, .58);
    box-shadow:
        0 18px 44px rgba(75, 85, 99, .16),
        0 0 0 1px rgba(128, 0, 255, .22),
        0 0 28px rgba(128, 0, 255, .15)
}

body.light-mode .project-box-wrapper:hover .project-box .tech-stack,
body.light-mode .project-box-wrapper:focus-within .project-box .tech-stack,
body.light-mode .project-box-wrapper.project-card-active .project-box .tech-stack {
    background: rgba(128, 0, 255, .045);
    border-color: rgba(128, 0, 255, .34)
}

body.light-mode .project-box-wrapper:hover .project-box .tech-tag,
body.light-mode .project-box-wrapper:focus-within .project-box .tech-tag,
body.light-mode .project-box-wrapper.project-card-active .project-box .tech-tag {
    color: #1f2937;
    border-color: rgba(128, 0, 255, .38);
    background-color: rgba(128, 0, 255, .12)
}

body.light-mode .project-box .cta span {
    color: #8a1dff
}

body.light-mode .project-box .cta svg {
    stroke: #8a1dff
}

body.light-mode .project-box .cta::before {
    background: rgba(128, 0, 255, .12)
}

body.light-mode .project-box-wrapper:hover .cta::before,
body.light-mode .project-box-wrapper:focus-within .cta::before,
body.light-mode .project-box-wrapper.project-card-active .cta::before {
    background: rgba(128, 0, 255, .18)
}

#backtotopbutton {
    position: fixed;
    left: 10px;
    bottom: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: none;
    width: 3rem;
    height: 15rem;
    z-index: 101;
    text-align: center;
    transition: .4s;
    display: none
}

#backtotopbutton article {
    font-size: 1.5rem;
    color: var(--color-white);
    font-weight: 400;
    writing-mode: vertical-rl;
    mix-blend-mode: difference
}

#backtotopbutton:hover {
    transform: translate(0, -20px);
    text-decoration: line-through var(--color-white)
}

footer {
    width: 100%;
    height: fit-content;
    border-top: 1px solid var(--tech-stack-box-border-color)
}

.footer-background {
    width: 100%;
    height: 100vh;
    background-color: #0b0b0b;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 1
}

.footer-blob {
    width: 100%;
    height: 200px;
    background-color: var(--color-light-purple);
    border-radius: 50%;
    filter: blur(100px);
    opacity: .7
}

.footer-foreground {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    backdrop-filter: blur(10px)
}

.footercontainer {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end
}

.two-words {
    color: #b3b3b3;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
}

.getintouch-heading,
.logos {
    height: 80px;
    width: 100%;
    display: flex
}

.two-words article {
    font-size: 3rem;
    margin-top: 5%; 
}

.social-media-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%
}

.social-media-container a {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 10px;
    border-radius: 50%;
    border: 2px solid #e2dede;
    position: relative;
    box-shadow: 0 0 0 #8000ff inset;
    transition-duration: .3s
}

.getintouch-heading {
    align-items: center;
    justify-content: center
}

.getintouch-heading article {
    font-size: 2rem;
    background: linear-gradient(-45deg, var(--color-light-blue), var(--color-light-purple), var(--color-light-blue), var(--color-light-purple));
    background-clip: text;
    -webkit-background-clip: text;
    font-weight: 700
}

.fa-copyright,
.footer-bottom article {
    font-size: 1.5rem;
    color: #b0b0b0
}

.logos {
    gap: 30px;
    justify-content: center;
    align-items: center
}

.SocialHandle {
    fill: white;
    width: 60%
}

#GmailLogo {
    height: 70%
}

.social-media-container a:hover {
    box-shadow: 0 0 50px 100px #8000ff inset;
    transition-duration: 1s;
    border: none
}

.social-media-container a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    border-radius: 50%;
    transform: scale(0);
    background-color: transparent;
    transition-duration: .3s;
    z-index: -1
}

.social-media-container a:hover::before {
    transform: scale(1);
    transition-duration: .3s
}

.footer-avatar-container {
    width: 220px;
    margin-top: 20px;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center
}

.footer-avatar-img {
    width: 100%;
    z-index: 2
}

.footer-avatar-face {
    position: absolute;
    width: 100%;
    height: 97%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding-left: 5px
}

.footer-avatar-eye {
    width: 50px;
    height: 50px;
    background-color: #dfd2d2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.footer-pupil {
    width: 20px;
    height: 20px;
    background-color: #000;
    border-radius: 50%;
    border: 5px solid #413333;
    filter: blur(.6px)
}

.footer-right-eye {
    box-shadow: 15px 15px 5px rgba(0, 0, 0, .233) inset, 10px 10px 5px rgba(41, 33, 33, .644) inset;
    position: relative
}

.footer-left-eye {
    box-shadow: -10px -15px 5px rgba(0, 0, 0, .349) inset;
    position: relative
}

.footer-avatar-eye::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 5px;
    border-radius: 50%;
    background-color: rgba(214, 214, 214, .726);
    z-index: 2;
    filter: blur(.2px);
    left: 15px;
    transform: rotate(45deg)
}

.footer-bottom {
    background-color: #0b0b0b;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    z-index: 3
}

.tonechange {
    color: #000
}

@media screen and (max-width:1920px) {
    html {
        font-size: 60%
    }
}

@media screen and (max-width:1400px) {
    html {
        font-size: 60%
    }
}

@media screen and (max-width:1200px) {
    html {
        font-size: 60%
    }

    .experience-section,
    .projects-section-div,
    .skills-section,
    .text-content {
        width: 80%
    }

    .about-section {
        width: 80%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

    .logo:hover {
        transform: translateY(200px);
        transition-duration: 1s
    }
}

@media screen and (max-width:1150px) {
    html {
        font-size: 60%
    }
}

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

    #hamburger-button,
    .hamburger {
        background-color: transparent
    }

    .mobile-navbar-tabs-ul a,
    .mobiletogglemenu {
        text-decoration: none
    }

    .activeThismobiletab,
    .mobile-navbar-tabs-ul a {
        color: var(--color-white)
    }

    html {
        font-size: 55%
    }

    .blob,
    .cursor-inner,
    .cursor-outer,
    .navbar-tabs-ul {
        display: none
    }

    .stopscrolling {
        overflow: hidden
    }

    .hamburger {
        position: fixed;
        top: 0;
        width: 100vw;
        height: 115px;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        z-index: 9998;
        pointer-events: none
    }

    .navbar-actions {
        margin-left: auto;
        margin-right: 58px;
        padding-left: 12px
    }

    .activeThismobiletab:before,
    .burger-bar,
    .hamburger-animation1,
    .hamburger-animation2,
    .hamburger-animation3 {
        background-color: var(--color-white)
    }

    .hamburgerbase {
        width: 80%;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 20px
    }

    #hamburger-button {
        font-size: 3rem;
        font-weight: 800;
        width: 4.5rem;
        height: 3.5rem;
        border: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        pointer-events: auto
    }

    /* AOS's [data-aos].aos-animate rule re-enables pointer-events on the
       hamburger overlay, so it swallows taps meant for the navbar toggles.
       The id selector wins the cascade and keeps the bar click-through. */
    #hamburger {
        pointer-events: none
    }

    #burger-bar1,
    #burger-bar2,
    #burger-bar3 {
        height: 3px;
        border-radius: 0;
        transition-duration: .3s
    }

    #burger-bar1,
    #burger-bar3 {
        width: 60%
    }

    #burger-bar2 {
        width: 100%
    }

    .hamburger-animation1 {
        transform: rotate(45deg) scaleX(1.7);
        transition-duration: .3s;
        transform-origin: left
    }

    .hamburger-animation2 {
        transform: scaleX(0)
    }

    .hamburger-animation3 {
        transform: rotateZ(-45deg) scaleX(1.7);
        transform-origin: left;
        transition-duration: .3s
    }

    .mobiletogglemenu {
        background-color: transparent;
        z-index: 9990;
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        right: 0;
        list-style: none;
        font-size: 2rem;
        cursor: pointer;
        display: flex;
        transform: translateX(100%);
        transition-duration: 1s
    }

    .show-toggle-menu {
        transform: translate(0);
        transition-duration: .6s
    }

    .mobile-navbar-tabs-ul {
        background-color: var(--color-dark-mode);
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 70px;
        box-shadow: 0 0 30px rgba(0, 0, 0, .176)
    }

    .mobile-navbar-tabs-li {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.8rem;
        font-weight: 600;
        position: relative;
        cursor: pointer;
        font-family: fira code;
        height: 30px;
        width: fit-content
    }

    .about-info,
    .dp,
    .info-dp-section {
        width: 100%;
        display: flex
    }

    .info-dp-section {
        flex-direction: column;
        margin-top: 30px;
        gap: 30px
    }

    .about-info {
        flex-direction: column
    }

    .dp {
        align-items: center;
        justify-content: center
    }

    .activeThismobiletab:before {
        content: "";
        position: absolute;
        height: 10px;
        width: 10px;
        left: -20px;
        border-radius: 50%
    }

    .about-section,
    .experience-section,
    .projects-section-div,
    .skills-section,
    .text-content {
        width: min(92%, 680px)
    }

    .experience-card {
        grid-template-columns: 56px minmax(0, 1fr)
    }

    .experience-highlights {
        grid-template-columns: 1fr
    }

    .experience-highlights div {
        min-height: auto
    }

    .impact-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .projects-section-container,
    .skills-section-container,
    .experience-section-container {
        padding-top: 120px
    }

    .project-box {
        display: flex;
        flex-direction: column;
        height: auto;
        min-height: 0
    }

    .image-div,
    .info-div {
        width: 100%;
        height: auto
    }

    .image-div {
        min-height: 0;
        padding: 0;
        aspect-ratio: 16 / 10
    }

    .image-div img {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }
}

@media screen and (max-width:768px) {
    html {
        font-size: 50%
    }

    .landing-page-container {
        justify-content: center;
        align-items: center
    }

    .text-content {
        padding-left: 0;
        width: min(92%, 620px);
        align-items: center;
        text-align: center
    }

    #hello-friend {
        height: 100px;
        font-size: 3.5rem;
        margin-top: 0;
        justify-content: center
    }

    #name,
    #work {
        font-size: 5.5rem;
        justify-content: center
    }

    #info-para,
    .language-name {
        width: 100%
    }

    .contact-btn-div {
        height: 140px;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: flex-start;
        gap: 20px
    }

    .dp::after,
    .dp::before {
        display: none
    }
    .dp{
        margin-left: auto;
    }

    .logo {
        width: 18%
    }

    .logo:hover {
        transform: translateY(200px);
        transition-duration: 1s
    }

    .experience-card {
        grid-template-columns: 1fr
    }

    .experience-timeline-rail {
        display: none
    }

    .experience-card-main {
        padding: 22px 24px
    }

    .experience-card-header {
        flex-direction: column
    }

    .impact-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .impact-grid article {
        min-height: auto;
        padding: 12px
    }

    .experience-highlights div {
        min-height: auto;
        padding: 12px
    }

    .project-boxes-div {
        padding: 34px 0;
        gap: 26px
    }

    .project-boxes-div.project-scroll-stack {
        padding-top: 36px;
        padding-bottom: 36px;
        gap: 26px
    }

    .project-stack-card {
        position: relative;
        top: auto;
        margin-bottom: 0
    }
}

@media (prefers-reduced-motion: reduce) {
    .project-boxes-div.project-scroll-stack {
        gap: 32px;
        padding: 36px 20px
    }

    .project-stack-card {
        margin-bottom: 0 !important;
        position: relative;
        top: auto
    }
}

@media screen and (max-width:500px) {
    html {
        font-size: 45%
    }

    #work h1 {
        font-size: 0.4em;
        font-family: fira code;
         /* adjust as needed */
      }
      
      #work .txt-rotate {
        font-size: 0.9em; /* adjust as needed */
      }

    .hamburgerbase,
    .navbar {
        height: 70px
    }

    #hamburger {
        margin-right: 20px;
        height: 115px;
        align-items: flex-end
    }

    #hello-friend,
    .two-words article {
        font-size: 2.5rem
    }

    .hey {
        left: 70px
    }

    .logo:hover {
        transform: translateY(200px);
        transition-duration: 1s
    }

    .landing-page-container {
        min-height: calc(100svh - 115px);
        height: auto;
        padding-top: 24px;
        padding-bottom: 40px;
        align-items: center;
        justify-content: center
    }

    .text-content {
        justify-content: flex-start;
        align-items: center;
        text-align: center;
        height: auto
    }

    .info-div {
        padding: 24px
    }

    .project-box {
        border-radius: 18px
    }

    .image-div {
        display: none
    }

    .info-div {
        padding: 22px 20px;
        gap: 10px
    }

    .ProjectHeading {
        font-size: 2.4rem !important
    }

    .ProjectDescription {
        font-size: 1.35rem;
        -webkit-line-clamp: 2
    }

    .project-box .tech-stack {
        max-height: none;
        padding: .65rem !important
    }

    .project-box .tech-tag {
        font-size: .82rem !important
    }

    .project-buttons {
        gap: 10px
    }

    .experience-card-main {
        padding: 18px 20px
    }

    .experience-highlights {
        grid-template-columns: 1fr;
        gap: 8px;
        margin-bottom: 12px
    }

    .experience-highlights div {
        min-height: auto;
        padding: 10px 12px
    }

    .impact-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px
    }

    .impact-grid article {
        min-height: auto;
        padding: 10px 12px
    }

    .impact-grid span {
        font-size: 2.2rem
    }

    .cta {
        min-height: 38px;
        padding: 7px 12px
    }

    .cta::before {
        width: 38px;
        height: 38px
    }

    .tech-stack-wrapper {
        --marquee-gap: 30px;
        display: flex;
        grid-template-columns: none;
        gap: var(--marquee-gap);
        margin-top: 0;
        padding-bottom: 22px
    }

    .tech-stack-box {
        width: 70px;
        height: 104px;
        flex-basis: 70px;
        border-radius: 0
    }

    .tech-stack-box img {
        max-height: 54px
    }

    .tooltip {
        max-width: 86px;
        font-size: .92rem
    }
}

@media screen and (max-width:430px) {
    html {
        font-size: 45%
    }

    .about-section,
    .experience-section,
    .projects-section-div,
    .skills-section,
    .text-content {
        width: 92%
    }

    .info-div {
        padding: 22px
    }

    .experience-card-main {
        padding: 22px
    }

    .experience-card-header span {
        white-space: normal;
        width: fit-content
    }

    .experience-summary,
    .experience-highlights p {
        font-size: 1.32rem
    }

    .impact-grid span {
        font-size: 2.35rem
    }

    .experience-card,
    .impact-grid article {
        border-radius: 14px
    }

    .two-words article {
        font-size: 2.2rem
    }
}

@media screen and (max-width:375px) {
    html {
        font-size: 42%
    }

    .dp img {
        width: 200px
    }

    .two-words {
        height: 50px
    }

    .two-words article {
        font-size: 2rem
    }

    .footer-bottom article {
        font-size: 1.3rem
    }

    .logos {
        gap: 20px
    }

}

@media screen and (max-width:300px) {
    html {
        font-size: 42%
    }

    .language-name article {
        text-align: center
    }

    .two-words {
        align-items: flex-end;
        height: 50px
    }

    .two-words article {
        font-size: 1.5rem
    }

    .footer-bottom article {
        font-size: 1rem
    }

    .social-media-container a {
        width: 50px;
        height: 50px
    }

    .logos {
        gap: 20px
    }

}
