*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: Overused Grotesk;
    src: url(fonts/OverusedGrotesk-VF.ttf);
}



.home-button-link {
    position: fixed;
    top: 60px;
    right: 10px;
    z-index: 1000;
    transition: opacity 0.3s ease;
    width: 80px;
    height: 80px;
    display: block;
}

.home-button-link.hidden {
    opacity: 0;
    pointer-events: none;
}

.home-button {
    width: 80px;
    cursor: pointer;
    transition: width 0.3s ease;
}

.home-button-link:hover .home-button {
    content: url('images/hoverhomebutton.svg');
}

.hamburger {
    position: fixed;
    top: 25px;
    right: 25px;
    z-index: 1000;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    transition: opacity 0.3s ease;
}

.hamburger.hidden {
    opacity: 0;
    pointer-events: none;
}

.hamburger .line {
    width: 30px;
    height: 3px;
    background-color: black;
    transition: all 0.3s ease;
}

.hamburger:hover .line {
    background-color: #333;
}

/* Menu Overlay */
.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('images/Untitled-14.svg');
    background-size: 100vw;
    opacity: 50%;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.menu-overlay.active {
    opacity: 1;
    pointer-events: all;
}

.close-btn {
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 50px;
    background: none;
    border: none;
    cursor: pointer;
    font-family: Overused Grotesk, sans-serif;
    color: black;
    line-height: 1;
    padding: 0;
    width: 50px;
    height: 50px;
}

.close-btn:hover {
    color: #333;
}

.menu-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.menu-link {
    font-family: Overused Grotesk, sans-serif;
    font-size: 32pt;
    font-weight: 400;
    text-decoration: none;
    color: black;
    transition: font-size 0.3s ease;
}

.menu-link:hover {
    font-size: 40pt;
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

.header-text{
    font-family: Overused Grotesk;
    font-size: 150pt;
    letter-spacing: -9pt;
    font-weight: 500;
    line-height: 80%;
    margin-left: 75px;
    margin-top: 50px;
}

.header-container {
    position: relative;
    width: 100px;
    margin-top: 0px;
    margin-left: px;
    height: 200px;
}

.header-default, .header-blur {
    width: 800px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}

.header-default {
    animation: fadeOut 2s ease-in-out forwards;
}

.header-blur {
    opacity: 0;
    animation: fadeIn 2s ease-in-out forwards;
}

@keyframes fadeOut {
    from { opacity: 1; }
    to { opacity: 0; }
}

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

.info-container{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
    margin-left: 300px;
    margin-top: 50px;
   
}

.subtext{
    font-family: Overused Grotesk;
    font-size: 48pt;
    font-weight: 400;
    color: black;
    margin-bottom: 0px;
    line-height: 0.8;
}

.info{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.bodytext{
    font-family: Overused Grotesk;
    font-size: 16pt;
    font-weight: 300;
    color: black;
    line-height: 1.0;
    width: 550px;
    margin-top: -30px;
    margin-left: 350px;
}

.submit{
    width: 400px;
    display: block;
    margin-left: 940px;
    margin-top: -520px;
    transition: transform 1s ease-in-out;
}

.submit:hover {
    transform: scale(1.1);
}


.footer-container{
    display: flex;
    display: block;
}

.socials{
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-left: 450px;
    margin-top: 20px;
}

.icon{
    width: 50px;
}

.instagram{
    width: 40px;
    margin-top: 5px;
}

#tiktok{
    width: 70px;
    margin-top: -10px;
}

.email{
    width: 55px;
    margin-top: -5px;
}

.copyright{
  display: flex;
  align-items: center;
  margin-left: 850px;
  margin-top: -50px;
  padding-bottom: 10px;
}

.copyright-text{
  font-family: Overused Grotesk;
  font-size: 18px;
  letter-spacing: -5%;
  line-height: 1;
  font-weight: 400;
  color: black;
}

hr{
    margin-top: 400px;
}

#bottom-line{
    margin-top: 25px;
    padding-bottom: 20px;
}

.slideshow-container {
    position: absolute;
    max-width: 600px;
    width: 900px;
    height: 600px;
    margin: auto;
    overflow: hidden;
    align-items: center;
    margin-left: 830px;
    margin-top: -550px;
}

.image{
    width: 800px;
    animation: spin 8s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


.footer-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 800px;
    overflow: hidden;
    min-height: 500px; /* Increased to show more of image */
    width: 100%;
    padding: 40px 0;
}

.footer-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain; /* Changed back to contain to show full image */
    object-position: center;
    z-index: 0;
}

.socials{
    display: flex;
    flex-direction: row;
    gap: 20px;
    position: relative;
    z-index: 1;
    margin: 0;
}

.copyright{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    position: relative;
    z-index: 1;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
}

.icon{
    width: 50px;
}

.instagram{
    width: 40px;
    margin-top: 5px;
}

#tiktok{
    width: 70px;
    margin-top: -10px;
}

.email{
    width: 55px;
    margin-top: -5px;
}

.copyright-text{
    font-family: Overused Grotesk;
    font-size: 18px;
    letter-spacing: -5%;
    line-height: 1;
    font-weight: 400;
    color: black;
}

.slideshow-container {
    position: absolute;
    max-width: 600px;
    width: 900px;
    height: 600px;
    margin: auto;
    overflow: hidden;
    align-items: center;
    margin-left: 780px;
    margin-top: 0px;
}

.image{
    width: 800px;
    animation: spin 8s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

     /* Large Desktop */
        @media (min-width: 1600px) {
            .header-text {
                font-size: 180pt;
                letter-spacing: -11pt;
                margin-left: 90px;
            }

            .header-default, .header-blur {
                width: 950px;
            }

            .info-container {
                margin-left: 350px;
                gap: 70px;
            }

            .subtext {
                font-size: 56pt;
            }

            .bodytext {
                font-size: 18pt;
                width: 650px;
                margin-left: 400px;
            }

            .submit {
                width: 480px;
                margin-left: 1100px;
                margin-top: -600px;
            }

            .slideshow-container {
                width: 1000px;
                height: 700px;
                margin-left: 950px;
            }

            .image {
                width: 950px;
            }

            .footer-container {
                margin-top: 900px;
                min-height: 600px;
            }

            .menu-link {
                font-size: 36pt;
            }

            .menu-link:hover {
                font-size: 44pt;
            }
        }

        /* Mobile */
        @media (max-width: 768px) {
          .home-button-link {
                width: 60px;
                height: 60px;
                top: 50px;
                right: 13px;
            }

            .home-button {
                width: 60px;
            }

            .hamburger {
                top: 20px;
                right: 20px;
            }

            .hamburger .line {
                width: 25px;
                height: 2px;
            }

            .close-btn {
                top: 20px;
                right: 20px;
                font-size: 40px;
            }

            .header-text {
                font-size: 60pt;
                letter-spacing: -3pt;
                margin-left: 25px;
                margin-top: 30px;
            }

            .header-container {
                width: 90%;
                height: auto;
            }

            .header-default, .header-blur {
                width: 100%;
                max-width: 350px;
            }

            .info-container {
                margin-left: 25px;
                margin-right: 55px;
                margin-top: 30px;
                gap: 30px;
            }

            .subtext {
                font-size: 28pt;
                line-height: 1;
            }

            .bodytext {
                font-size: 12pt;
                line-height: 1.3;
                width: 100%;
                max-width: calc(100vw - 50px);
                margin-left: 30px;
                margin-top: 10px;
            }

            .submit {
                width: calc(100% - 50px);
                max-width: 500px;
                margin-left: 25px;
                margin-top: 40px;
                position: relative;
            }

            .slideshow-container {
                position: relative;
                width: calc(100% - 50px);
                max-width: 550px;
                height: 350px;
                margin-left: 25px;
                margin-top: 40px;
            }

            .image {
                width: 100%;
                max-width: 550px;
            }

            .footer-container {
                margin-top: 100px;
                min-height: 350px;
                padding: 30px 0;
            }

            .socials {
                gap: 15px;
            }

            .icon {
                width: 40px;
            }

            .instagram {
                width: 32px;
            }

            #tiktok {
                width: 56px;
            }

            .email {
                width: 44px;
            }

            .copyright-text {
                font-size: 14px;
            }

            .menu-link {
                font-size: 24pt;
            }

            .menu-link:hover {
                font-size: 28pt;
            }

            hr {
                margin-top: 100px;
            }

            #bottom-line {
                margin-top: 15px;
            }
        }

        /* Small Mobile */
        @media (max-width: 480px) {
            .home-button-link {
                width: 60px;
                height: 60px;
                top: 60px;
                right: 13px;
            }

            .home-button {
                width: 60px;
            }

            .hamburger {
                top: 15px;
                right: 15px;
                padding: 8px;
            }

            .hamburger .line {
                width: 22px;
            }

            .header-text {
                font-size: 45pt;
                letter-spacing: -2pt;
                margin-left: 15px;
                margin-top: 20px;
            }

            .header-default, .header-blur {
                max-width: 280px;
            }

            .info-container {
                margin-left: 15px;
                margin-right: 15px;
                margin-top: 20px;
                gap: 20px;
            }

            .subtext {
                font-size: 22pt;
            }

            .bodytext {
                font-size: 11pt;
                max-width: calc(100vw - 30px);
            }

            .submit {
                width: calc(100% - 30px);
                max-width: 250px;
                margin-left: 15px;
                margin-top: 30px;
            }

            .slideshow-container {
                width: calc(100% - 30px);
                max-width: 280px;
                height: 280px;
                margin-left: 15px;
                margin-top: 30px;
            }

            .image {
                max-width: 280px;
            }

            .footer-container {
                margin-top: 80px;
                min-height: 300px;
                padding: 20px 0;
            }

            .copyright {
                margin-top: 20px;
            }

            .socials {
                gap: 12px;
            }

            .icon {
                width: 35px;
            }

            .instagram {
                width: 28px;
            }

            #tiktok {
                width: 50px;
            }

            .email {
                width: 38px;
            }

            .copyright-text {
                font-size: 12px;
            }

            .menu-link {
                font-size: 20pt;
            }

            .menu-link:hover {
                font-size: 24pt;
            }
        }

        /* Tablet (between mobile and desktop) */
        @media (min-width: 769px) and (max-width: 1200px) {
            .header-text {
                font-size: 100pt;
                letter-spacing: -6pt;
                margin-left: 50px;
            }

            .header-default, .header-blur {
                width: 600px;
            }

            

            .info-container {
                margin-left: 50px;
                margin-right: 50px;
            }

            .subtext {
                font-size: 38pt;
            }

            .bodytext {
                font-size: 14pt;
                width: 100%;
                max-width: 500px;
                margin-left: 0;
            }

            .submit {
                width: 350px;
                margin-left: 50px;
                margin-top: 40px;
                position: relative;
            }

            .slideshow-container {
                position: relative;
                width: 90%;
                max-width: 500px;
                height: 500px;
                margin-left: 50px;
                margin-top: 40px;
            }

            .image {
                width: 100%;
                max-width: 500px;
            }

            .footer-container {
                margin-top: 200px;
            }
        }