@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Neuton:ital,wght@0,200;0,300;0,400;0,700;0,800;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Blinker:wght@100;200;300;400;600;700;800;900&family=Lexend:wght@100..900&family=Macondo&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=VT323&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: "Neuton", serif; */
}



html,body{
    height: 100%;
    width: 100%;    
    color: #fff;
    background-color: #111;
    overflow-x: hidden;
}

html.has-scroll-smooth {
    overflow: hidden;
}

html.has-scroll-dragging {
    user-select: none;
}

.has-scroll-smooth body {
    overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
    min-height: 100vh;
}

#cursor{
    background-color: white; 
    opacity: 1;
    height: 20px;
    width: 20px;
    background-color: white;
    border-radius: 50%;
    position: fixed;
    left: 0;
    top: 0;
    mix-blend-mode: difference; 
    pointer-events: none;
    z-index: 9999;
}

#backToTop {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 300;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    z-index: 10000;
    font-family: inherit;
    pointer-events: none;
}

#backToTop.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

#backToTop.show {
    opacity: 1;
    visibility: visible;
}

#backToTop:hover {
    transform: translateY(-5px);
    border-color: #fff;
}


#main{
  padding:1vh 10vh 1vh ;

}
.big-text,.sm-text {
  display: inline-block;
}


a,li{
    text-decoration: none;
    color: inherit;
    list-style: none;
    font-size: 3vh;
    font-weight: 300;
    
    
}

.top{
    margin-top: 20px;
    position: relative;
}

/* Hamburger Menu Button */
.hamburger {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 30px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 10001;
    position: relative;
}

.hamburger span {
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
    transition: all 0.3s ease;
    transform-origin: center;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(8px, -8px);
}

/* Navigation Menu */
.nav-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#nav ul {
    gap: 10vh;
    display: flex;
    justify-content: right;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

#nav ul li {
    list-style: none;
}

#nav ul li a {
    text-decoration: none;
    color: inherit;
}

.top .left h1{
    position: absolute;
    top: -10px;
    font-weight: 500;
    font-size: 3.5vh;
    display: flex;
    align-items: center;
    gap: 8px;
}

.nav-arrow {
    height: 3.5vh;
    width: auto;
    display: inline-block;
    filter: brightness(0) invert(1);
}

.blinking-cursor {
    display: inline-block;
    animation: blink 1s infinite;
    font-weight: 300;
}

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

.hero{
    
   
    position: relative;
}

 
#elems {
    margin-top: 40vh;
}

#elems .left{
    font-weight: 300;
    font-size: 12vh;
    line-height: 90px;
}

#elems #right{
    margin-top: 25px;
    font-size: 4.2vh;
    font-weight: 300;
}


.lines {
  width: 100%;
  height: 160px;
}

/* svg {
  width: 100%;
  height: 100%;
} */



#heading{
  font-family: "Macondo";
  font-size: 2.3vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5vw;
  white-space: nowrap;
  margin-bottom: 3vw;
}


.marqs {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 5vw;
  margin-top: 5vw;
}

.imgs-wrapper {
  display: flex;
  gap: 8vw;
}

.img-box img {
  width: 100px;
  height: 100px;
  filter: brightness(0) invert(1);
  pointer-events: auto;
  cursor: pointer;
}
.projects{
  width: 100%;
  height: 100vh;
}

 #title{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3vw;
  font-family: "Neuton", serif;
  font-weight: 200;

}
.projects #cyl{
   display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
}

.canvas {
    max-width: 100%;
    height: auto;
}


/* .rem_pros{
  width: 100%;
  height: 100vh;
} */
/* 
#cards{
  height:55vh;
  width: 17vw;
  border: white;
  background-color: red;
  border-radius: 20px;
} */



/* .rems{
  margin-top: 10vh;
  margin-bottom: 2vh;
  font-size: 4vh;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
} */

#norm {
  font-size: 40vw;
  font-family: "Neuton", serif;
  font-weight: 200;
  text-transform: uppercase;
  line-height: 1;
  /* color: #00bcd4;
  text-shadow: 0 0 10px #00bcd4; */
  /* display: inline-block; */
}

.be-end {
  white-space: nowrap;
  overflow: hidden;
  height: 100vh; 
  display: flex;
  align-items: center; 
}

.about-me{
  font-size: 10vh;
  font-family:"Neuton", serif;
  font-weight: 200;
  color: gray;
  line-height: 1.3;
  /* opacity: 0; */
}


/* #page {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: red;
}

#page canvas{
  position: relative;
  z-index: 1;
  max-height: 100vh;
  max-width: 100vw;
  display: block;
} */
/* 
#addon {
  width: 100%;
  min-height: 100vh;
  font-family: "Neuton", serif;
}

.section-title {
  text-align: center;
  font-weight: 200;
  margin-bottom: 70px;
}

.timeline {
  display: flex;
  flex-direction: column;
  gap: 100px;
  width: 100%;
}

.item {
  display: flex;
  width: 100%;
}

.item:nth-child(odd) {
  justify-content: flex-start;
}

.item:nth-child(even) {
  justify-content: flex-end;
}

.card {
  width: 30%;
  color: white;
}

.card h2 {
  font-size: 7vh;
  font-weight: 300;
  margin-bottom: 20px;
}

.card ul {
  list-style: none;
  padding-left: 0;
}

.card li {
  font-size: 3vh;
  margin-bottom: 10px;
  font-family: "Neuton", serif;
} */

.projects-section {
            min-height: 100vh;
            padding: 40px 40px 80px 40px;
            max-width: 1400px;
            margin: 0 auto;
        }

        .section-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 80px;
            margin-top: 20px;
        }

        .section-title {
            font-family: 'Courier New', monospace;
            font-size: 1.8rem;
            letter-spacing: 2px;
            margin-bottom: 50px;
            text-transform: uppercase;
            position: relative;
            padding-bottom: 15px;
        }

        .section-title::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 60px;
            height: 2px;
            background: #00ff00;
        }

        .project-card {
            margin-bottom: 50px;
            padding-left: 30px;
            border-left: 2px solid #1a1a1a;
            transition: border-color 0.3s ease;
            position: relative;
        }

        .project-card:hover {
            border-left-color: #00ff00;
        }

        .project-card::before {
            content: '';
            position: absolute;
            left: -6px;
            top: 0;
            width: 10px;
            height: 10px;
            background: #00ff00;
            border-radius: 50%;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .project-card:hover::before {
            opacity: 1;
        }

        .project-header {
            margin-bottom: 20px;
        }

        .project-title {
            font-size: 1.4rem;
            font-weight: 600;
            color: #00ff00;
            margin-bottom: 8px;
            font-family: 'Courier New', monospace;
        }

        .project-meta {
            display: flex;
            gap: 15px;
            align-items: center;
            margin-bottom: 15px;
        }

        .project-status {
            font-size: 0.85rem;
            color: #888;
            font-style: italic;
        }

        .project-date {
            font-size: 0.85rem;
            color: #666;
        }

        .project-description {
            margin-bottom: 15px;
        }

        .project-description li {
            margin-bottom: 12px;
            color: #bbb;
            list-style: none;
            position: relative;
            padding-left: 20px;
        }

        .project-description li::before {
            content: '▹';
            position: absolute;
            left: 0;
            color: #00ff00;
            font-size: 1.2rem;
        }

        .tech-stack {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            margin-top: 15px;
        }

        .tech-tag {
            font-size: 0.75rem;
            padding: 4px 12px;
            background: rgba(0, 255, 0, 0.1);
            border: 1px solid rgba(0, 255, 0, 0.3);
            border-radius: 3px;
            color: #00ff00;
            font-family: 'Courier New', monospace;
        }

        .work-card {
            margin-bottom: 50px;
            padding-left: 30px;
            border-left: 2px solid #1a1a1a;
            transition: border-color 0.3s ease;
            position: relative;
        }

        .work-card:hover {
            border-left-color: #00ff00;
        }

        .work-card::before {
            content: '';
            position: absolute;
            left: -6px;
            top: 0;
            width: 10px;
            height: 10px;
            background: #00ff00;
            border-radius: 50%;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .work-card:hover::before {
            opacity: 1;
        }

        .work-title {
            font-size: 1.4rem;
            font-weight: 600;
            color: #00ff00;
            margin-bottom: 15px;
            font-family: 'Courier New', monospace;
        }

        .work-description {
            margin-bottom: 15px;
        }

        .work-description li {
            margin-bottom: 12px;
            color: #bbb;
            list-style: none;
            position: relative;
            padding-left: 20px;
        }

        .work-description li::before {
            content: '▹';
            position: absolute;
            left: 0;
            color: #00ff00;
            font-size: 1.2rem;
        }

        /* Responsive Design */
        @media (max-width: 968px) {
            .section-grid {
                grid-template-columns: 1fr;
                gap: 60px;
            }

            .projects-section {
                padding: 60px 20px;
            }

            .section-title {
                font-size: 1.5rem;
            }

            .project-title,
            .work-title {
                font-size: 1.2rem;
            }
        }

        @media (max-width: 640px) {
            .section-title {
                font-size: 1.3rem;
            }

            .project-card,
            .work-card {
                padding-left: 20px;
            }
        }

        /* Fade-in animation */
        .project-card,
        .work-card {
            opacity: 0;
            transform: translateY(20px);
            animation: fadeInUp 0.6s ease forwards;
        }

        .project-card:nth-child(1) { animation-delay: 0.1s; }
        .project-card:nth-child(2) { animation-delay: 0.2s; }
        .project-card:nth-child(3) { animation-delay: 0.3s; }
        .work-card:nth-child(1) { animation-delay: 0.1s; }

        @keyframes fadeInUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
.contact-section {
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 80px 40px;
            position: relative;
        }

        .contact-container {
            max-width: 900px;
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .contact-info {
            text-align: center;
            margin-bottom: 60px;
            opacity: 0;
            animation: fadeIn 0.8s ease forwards 0.3s;
        }

        @keyframes fadeIn {
            to {
                opacity: 1;
            }
        }

        .contact-info h2 {
            font-size: 4rem;
            font-weight: 400;
            margin-bottom: 30px;
            line-height: 1.2;
            font-family:"Neuton", serif;
        }

        .contact-info p {
            font-size: 1.3rem;
            font-family:"Neuton", serif;
            color: #888;
            line-height: 1.8;
            max-width: 600px;
            margin: 0 auto;
        }

        .contact-form {
            width: 100%;
            opacity: 0;
            animation: fadeIn 0.8s ease forwards 0.5s;
        }

        .form-group {
            margin-bottom: 30px;
            position: relative;
            font-family:"Neuton", serif;
        }

        .form-group label {
            display: block;
            font-size: 1.3rem;
            color: #888;
            margin-bottom: 10px;
            text-transform: uppercase;
            letter-spacing: 2px;
        }

        .form-group input,
        .form-group textarea {
            width: 100%;
            background: transparent;
            border: none;
            border-bottom: 1px solid #333;
            color: #ffffff;
            padding: 15px 0;
            font-size: 1.1rem;
            font-family: 'Source Serif Pro', Georgia, serif;
            transition: border-color 0.3s ease;
        }

        .form-group input:focus,
        .form-group textarea:focus {
            outline: none;
            border-bottom-color: #ffffff;
        }

        .form-group textarea {
            resize: vertical;
            min-height: 150px;
        }

        /* Terminal-style cursor effect */
        .form-group input:focus::after,
        .form-group textarea:focus::after {
            content: '|';
            animation: blink 1s infinite;
        }

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

        .send-button {
            background: transparent;
            color: #ffffff;
            border: 1px solid #ffffff;
            padding: 18px 60px;
            font-size: 1rem;
            text-transform: uppercase;
            letter-spacing: 3px;
            cursor: pointer;
            position: relative;
            overflow: hidden;
            transition: all 0.4s ease;
            margin-top: 20px;
        }

        .send-button::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: #ffffff;
            transition: left 0.4s ease;
            z-index: -1;
        }

        .send-button:hover::before {
            left: 0;
        }

        .send-button:hover {
            color: #0a0a0a;
        }

        .send-button:active {
            transform: scale(0.98);
        }

        /* Decorative bracket lines */
        .bracket-left,
        .bracket-right {
            position: absolute;
            width: 40px;
            height: 40px;
            border: 2px solid #333;
            transition: all 0.3s ease;
        }

        .bracket-left {
            top: -10px;
            left: -10px;
            border-right: none;
            border-bottom: none;
        }

        .bracket-right {
            bottom: -10px;
            right: -10px;
            border-left: none;
            border-top: none;
        }

        .contact-form:hover .bracket-left,
        .contact-form:hover .bracket-right {
            border-color: #ffffff;
        }

        .contact-form:hover .bracket-left {
            top: -15px;
            left: -15px;
        }

        .contact-form:hover .bracket-right {
            bottom: -15px;
            right: -15px;
        }

        /* Responsive Design */
        @media (max-width: 968px) {
            .contact-info h2 {
                font-size: 3rem;
            }

            .contact-section {
                padding: 60px 20px;
            }
        }

        @media (max-width: 640px) {
            .contact-info h2 {
                font-size: 2.5rem;
            }

            .contact-info p {
                font-size: 1rem;
            }

            .send-button {
                width: 100%;
            }
        }

        /* Form wrapper with decorative brackets */
        .form-wrapper {
            position: relative;
            padding: 40px;
            width: 100%;
        }

        /* Terminal message styling */
        .terminal-message {
            margin-top: 30px;
            opacity: 0;
            visibility: hidden;
            transform: translateY(-10px);
            transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
            font-family: "Neuton", serif;
            font-size: 1.2rem;
        }

        .terminal-message.show {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        .terminal-prompt {
            display: flex;
            align-items: center;
            gap: 8px;
            color: #fff;
        }

        .terminal-arrow {
            height: 1.2rem;
            width: auto;
            display: inline-block;
            filter: brightness(0) invert(1);
        }

.footer {
            /* padding: 60px 40px 40px; */
            /* border-top: 1px solid #1a1a1a; */
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 30px;
        }

        .social-links {
            display: flex;
            gap: 30px;
            align-items: center;
        }

        .social-link {
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px solid #333;
            border-radius: 50%;
            transition: all 0.3s ease;
            text-decoration: none;
            color: #ffffff;
        }

        .social-link:hover {
            border-color: #ffffff;
            transform: translateY(-5px);
            box-shadow: 0 5px 15px rgba(255, 255, 255, 0.1);
        }

        .social-link svg {
            width: 24px;
            height: 24px;
            fill: #ffffff;
            transition: fill 0.3s ease;
        }

        .social-link:hover svg {
            fill: #ffffff;
        }

        .footer-text {
            font-size: 1.3rem;
            color: #666;
            text-align: center;
            font-family: "Neuton", serif;
        }

        .footer-divider {
            width: 60px;
            height: 1px;
            background: #333;
            /* margin: 10px 0; */
        }

        @media (max-width: 640px) {
            .footer {
                padding: 40px 20px 30px;
            }

            .social-links {
                gap: 20px;
            }

            .social-link {
                width: 45px;
                height: 45px;
            }
        }

/* ============================================
   COMPREHENSIVE RESPONSIVE DESIGN
   ============================================ */

/* Tablet and below (max-width: 968px) */
@media (max-width: 968px) {
    #main {
        padding: 1vh 5vh 1vh;
    }

    /* Navigation */
    #nav ul {
        gap: 5vh;
        font-size: 2.5vh;
    }

    .top .left h1 {
        font-size: 2.8vh;
    }

    .nav-arrow {
        height: 2.8vh;
    }

    /* Hero Section */
    #elems {
        margin-top: 30vh;
    }

    #elems .left {
        font-size: 8vh;
        line-height: 70px;
    }

    #elems #right {
        font-size: 3.5vh;
        margin-top: 20px;
    }

    /* About Section */
    .about-me {
        font-size: 7vh;
    }

    /* Languages Section */
    #heading {
        font-size: 4vw;
    }

    .img-box img {
        width: 80px;
        height: 80px;
    }

    /* Projects Section */
    #title {
        font-size: 4vw;
    }

    .projects {
        height: auto;
        min-height: 80vh;
    }
}

/* Mobile Menu Overlay */
.nav-menu {
    position: relative;
}

.top .right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

@media (max-width: 968px) {
    .hamburger {
        display: flex;
        margin-left: auto;
        order: 2;
    }
    
    .nav-menu {
        order: 1;
    }

    .nav-menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 300px;
        height: 100vh;
        background-color: #111;
        z-index: 10000;
        transition: right 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        box-shadow: -5px 0 20px rgba(0, 0, 0, 0.5);
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding: 80px 40px 40px;
    }

    .nav-menu.active {
        right: 0;
    }

    #nav ul {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
        width: 100%;
    }

    #nav ul li a {
        font-size: 1.5rem;
        display: block;
        padding: 10px 0;
        transition: transform 0.3s ease, color 0.3s ease;
    }

    #nav ul li a:hover {
        transform: translateX(10px);
        color: #fff;
    }

    /* Overlay when menu is open - darker */
    .menu-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.95);
        z-index: 9999;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
        backdrop-filter: blur(2px);
    }

    .menu-overlay.active {
        opacity: 1;
        visibility: visible;
    }
}

/* Mobile (max-width: 768px) */
@media (max-width: 768px) {
    #main {
        padding: 1vh 3vh 1vh;
    }

    /* Hide cursor on mobile */
    #cursor {
        display: none;
    }

    /* Navigation */
    .top {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
    }

    .top .right {
        display: flex;
        align-items: center;
    }

    .top .left h1 {
        position: relative;
        top: 0;
        font-size: 2.5vh;
    }

    .nav-arrow {
        height: 2.5vh;
    }

    /* Hero Section */
    #elems {
        margin-top: 20vh;
    }

    #elems .left {
        font-size: 6vh;
        line-height: 55px;
    }

    #elems #right {
        font-size: 2.8vh;
        margin-top: 15px;
    }

    /* About Section */
    .about-me {
        font-size: 5vh;
        line-height: 1.2;
    }

    /* Languages Section */
    #heading {
        font-size: 5vw;
        margin-bottom: 5vw;
    }

    .marqs {
        margin-bottom: 8vw;
        margin-top: 8vw;
    }

    .imgs-wrapper {
        gap: 6vw;
    }

    .img-box img {
        width: 70px;
        height: 70px;
    }

    /* Projects Section */
    .projects {
        height: auto;
        min-height: 70vh;
        padding: 20px 0;
    }

    #title {
        font-size: 5vw;
        margin-bottom: 20px;
    }

    /* Back to top button */
    #backToTop {
        bottom: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
        font-size: 20px;
    }

    /* Lines SVG */
    .lines {
        height: 100px;
    }
}

/* Small Mobile (max-width: 480px) */
@media (max-width: 480px) {
    #main {
        padding: 1vh 2vh 1vh;
    }

    /* Navigation */
    .nav-menu {
        width: 260px;
        padding: 50px 25px 25px;
    }

    #nav ul li a {
        font-size: 1.2rem;
    }

    .top .left h1 {
        font-size: 2vh;
    }

    .nav-arrow {
        height: 2vh;
    }

    /* Hero Section */
    #elems {
        margin-top: 15vh;
    }

    #elems .left {
        font-size: 4.5vh;
        line-height: 45px;
    }

    #elems #right {
        font-size: 2.2vh;
        margin-top: 10px;
    }

    /* About Section */
    .about-me {
        font-size: 4vh;
    }

    /* Languages Section */
    #heading {
        font-size: 6vw;
    }

    .img-box img {
        width: 60px;
        height: 60px;
    }

    .imgs-wrapper {
        gap: 5vw;
    }

    /* Projects Section */
    .projects {
        min-height: 60vh;
    }

    #title {
        font-size: 6vw;
    }

    /* Contact Section */
    .form-wrapper {
        padding: 20px;
    }

    .contact-info h2 {
        font-size: 2rem;
    }

    .contact-info p {
        font-size: 0.9rem;
    }

    .form-group label {
        font-size: 1rem;
    }

    .form-group input,
    .form-group textarea {
        font-size: 1rem;
        padding: 12px 0;
    }

    /* Terminal message */
    .terminal-message {
        font-size: 1rem;
    }

    .terminal-arrow {
        height: 1rem;
    }

    /* Back to top button */
    #backToTop {
        bottom: 15px;
        right: 15px;
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    /* Lines SVG */
    .lines {
        height: 80px;
    }
}

/* Canvas/Three.js responsive */
@media (max-width: 768px) {
    .canvas {
        max-width: 100%;
        height: auto;
    }
}

/* Landscape orientation adjustments */
@media (max-width: 968px) and (orientation: landscape) {
    #elems {
        margin-top: 15vh;
    }

    .projects {
        min-height: 100vh;
    }
}