*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#nav {
    /* height: 100px; */
    width: 100%;
    /* background-color: burlywood; */
    position: fixed;
    z-index: 99;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 25px;
}
#nav img {
    height: 60px;
    width: auto;
    object-fit: contain;
    cursor: pointer;
}
#nav #nav-part2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

#links {
    padding: 10px;
}

#nav-part1 {
    /* background-color: RED; */
    height: 65px;
    overflow: hidden;
}



#nav-part2 #links a {
    text-transform: uppercase;

    text-decoration: none;
    color: #333;
    font-weight: 500;
    font-size: 14px;
    margin: 0 20px;
}

#icons {
    padding: 10px;
    border-radius: 50px;
    background-color: #F7F7F7;
}

#nav-part2 #icons i {
    font-size: 18px;
    margin: 0 20px;
    font-weight: 100;
}
#nav-part1 svg {
    display: block;
}
html, body{
    width: 100%;
    height: 100%;
   
}
body {
    background-color: #f7f7f7;
}

#page1 {
    min-height: 100vh;
    position: relative;
    width: 100%;
     padding: 0 1vw;
    padding-top: 47vh;
   
}
#page1 h1 {
    font-size: 15.2vw;
    text-transform: uppercase;
    font-family: futura, sans-serif;
    line-height: 12vw;
    letter-spacing: -0.05em;
    color: #000000;
}

#video-container {
    height: 100vh;
    width: 100%;
    background-color: gray;
    overflow: hidden;
    margin-top: 1vw;
    position: relative;
    
}
::selection {
    background-color: #000000;
    color: #ffffff;
}

#video-container video {
    height: 100%;
    width: 100%;
    object-fit: cover;
   
}

#play {
    padding: 3vw 2vw;
    background-color: #000000;
    color: #ffffff;
    font-family: futura, sans-serif;
    font-size: 1.3vw;
    text-transform: uppercase;
    position: fixed;
    border-radius: 50%;
    opacity: 0;
    transform: scale(0);
    z-index: 10;
}

#page2 {
    height: 100vh;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    padding: 3vw 1vw;
    justify-content: space-between;
}
#page2 .elem {
    height: 100%;
    width: 30%;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

}
#page2 .elem img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transform-origin: center;
    transform: scale(1.1);
    
}
/* #page2 .elem .dets {
    height: 60px;
    border-radius: 50px;
    width: 70%;
    position: absolute;
    z-index: 9;
    background-color: rgb(229, 156, 186);


} */

#page3 {
  min-height: 120vh;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
}


.child {
    height: 54vh;
    width: 38vw;
    /* background-color: red; */
    /* border: 2px solid #000; */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.child img {
    height: 100%;
}

#cursor {
   height: 250px;
    width: 250px;
    background-color: rgba(230, 215, 215, 0.814);
    border-radius: 50%;
    position: fixed;
    transform: translate(-50%, -50%) scale(0);
 
  
}






@media (max-width:600px) {

    #nav {
        /* height: 100px; */
        width: 100%;
        /* background-color: burlywood; */
        position: fixed;
        z-index: 99;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        padding: 15px;
    }

    #nav #nav-part2 {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 40px;
    }

    #links {
        padding: 10px;
        display: flex;
    }

    #nav-part1 {
        /* background-color: RED; */
        height: 67px;
        overflow: hidden;
    }

    #nav-part1 svg {
        display: block;
        height: 67px;
        width: 80px;
    }
    #nav #twogoodlogo{
        height: 40px;
        margin-left: -20px;
    }

    #icons {
        padding: 7px;
        border-radius: 50px;
        background-color: #F7F7F7;
    }

    #nav-part2 #icons i {
        font-size: 15px;
        margin: 0 20px;
        font-weight: 100;
    }

    #page1 {
        /* background-color: red; */
        min-height: 70vh;
        width: 100%;
        padding: 0 3vw;
        padding-top: 25vh;

    }

    #page1 h1 {
        font-size: 15.5vw;
        letter-spacing: -3px;
    }

    #video-container {
        height: 25vh;
        margin-top: 3vw;
    }

    #video-container #play {
        padding: 9.5vw 7.2vw;
        font-size: 4.5vw;
        position: absolute;
        top: 50%;
        left: 50%;
        opacity: 1;
        scale: 1;
        transform: translate(-50%, -50%);
    }

    #page2 {
        min-height: 100vh;
        width: 100%;
        position: relative;
        display: flex;
        align-items: center;
        padding: 5vw 3vw;
        flex-direction: column;
        justify-content: space-between;
        /* background-color: red; */
    }

    #page2 .elem {
        height: 100vh;
        width: 100%;
        /* background-color: red; */
        overflow: hidden;
        margin-bottom: 3vw;
    }

    /* #page2 .elem .dets {
        height: 40px;
        border-radius: 50px;
        width: 70%;
        position: absolute;
        z-index: 9;
        background-color: rgb(229, 156, 186);

    } */

    #page3 {
        min-height: 120vh;
        width: 100%;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }

    .child {
        height: 54vh;
        width: 88vw;
        /* background-color: red; */
        /* border: 2px solid #000; */
        position: relative;
        padding: 15vw;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .child img {
        height: 100%;
    }

}

/* Footer Styles */
.site-footer {
    background: radial-gradient(circle at 20% 20%, rgba(0,0,0,0.04), transparent 28%),
                radial-gradient(circle at 80% 10%, rgba(0,0,0,0.05), transparent 30%),
                #0f0f0f;
    color: #f5f5f5;
    padding: 4vw 6vw 2.5vw;
    margin-top: 6vw;
    position: relative;
    overflow: hidden;
}

.site-footer::before {
    content: "";
    position: absolute;
    inset: -30% 40% auto -10%;
    height: 60%;
    background: radial-gradient(ellipse at center, rgba(255,255,255,0.08), transparent 55%);
    filter: blur(50px);
    opacity: 0.6;
}

.footer-inner {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(180px, 1fr));
    gap: 2.5vw;
    z-index: 1;
}

.footer-brand img {
    height: 58px;
    width: auto;
    margin-bottom: 12px;
    filter: drop-shadow(0 10px 24px rgba(0,0,0,0.35));
}

.footer-brand p {
    color: #d8d8d8;
    line-height: 1.6;
    font-size: 14px;
}

.footer-links h4,
.footer-cta h4 {
    font-size: 16px;
    margin-bottom: 12px;
    letter-spacing: 0.03em;
}

.footer-links a {
    display: block;
    color: #cfcfcf;
    text-decoration: none;
    margin: 8px 0;
    font-size: 14px;
    position: relative;
    transition: color 0.2s ease;
}

.footer-links a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 1px;
    background: #ffffff;
    transition: width 0.2s ease;
}

.footer-links a:hover {
    color: #ffffff;
}
.footer-links a:hover::after {
    width: 100%;
}

.footer-form {
    display: flex;
    gap: 10px;
    margin-bottom: 14px;
    flex-wrap: wrap;
}

.footer-form input {
    flex: 1 1 180px;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid #2a2a2a;
    background: #161616;
    color: #f5f5f5;
    outline: none;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.footer-form input:focus {
    border-color: #ffffff;
    transform: translateY(-1px);
}

.footer-form button {
    padding: 12px 16px;
    border-radius: 10px;
    border: none;
    background: linear-gradient(135deg, #ffffff, #cfcfcf);
    color: #0f0f0f;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.footer-form button:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(0,0,0,0.28);
}

.footer-social {
    display: flex;
    gap: 14px;
}

.footer-social a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    display: grid;
    place-items: center;
    color: #ffffff;
    text-decoration: none;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.footer-social a:hover {
    transform: translateY(-2px) scale(1.03);
    background: #ffffff;
    color: #0f0f0f;
}

.footer-meta {
    position: relative;
    z-index: 1;
    margin-top: 28px;
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,0.08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #b8b8b8;
    font-size: 13px;
    flex-wrap: wrap;
}

.footer-meta-links a {
    color: #b8b8b8;
    text-decoration: none;
    margin-left: 16px;
    position: relative;
    transition: color 0.2s ease;
}
.footer-meta-links a:hover {
    color: #ffffff;
}

.footer-whatsapp {
    margin-bottom: 14px;
}

.whatsapp-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.04);
    color: #e8ffe9;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.01em;
    transition: transform 0.2s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.whatsapp-btn i {
    font-size: 18px;
}

.whatsapp-btn:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, #1ea64a, #0f8c3a);
    border-color: rgba(0,0,0,0.4);
    box-shadow: 0 10px 24px rgba(16, 168, 74, 0.28);
    color: #0b1f10;
}

.whatsapp-btn:active {
    transform: translateY(0);
    box-shadow: 0 6px 14px rgba(16,168,74,0.22);
}

@media (max-width: 900px) {
    .footer-inner {
        grid-template-columns: repeat(2, minmax(180px, 1fr));
    }
}

@media (max-width: 600px) {
    .site-footer {
        padding: 10vw 6vw 7vw;
    }
    .footer-inner {
        grid-template-columns: 1fr;
        gap: 6vw;
    }
    .footer-meta {
        flex-direction: column;
        align-items: flex-start;
    }
}

#menu-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(6px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
    z-index: 90;
}

#mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: min(80vw, 340px);
    height: 100vh;
    background: #0f0f0f;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: -18px 0 38px rgba(0,0,0,0.35);
    transform: translateX(100%);
    opacity: 0;
    pointer-events: none;
    z-index: 95;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-menu__inner {
    width: 100%;
    padding: 22vh 11vw 12vh 12vw;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.mobile-menu__link {
    color: #f5f5f5;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.02em;
    padding: 12px 10px;
    border-radius: 10px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.06);
    transform: translateX(8px);
    opacity: 0;
}

body.nav-open #menu-backdrop {
    opacity: 1;
    pointer-events: auto;
}

body.nav-open #mobile-menu {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
}

@keyframes menuFadeIn {
    0% { opacity: 0; transform: translateX(8px); }
    100% { opacity: 1; transform: translateX(0); }
}

body.nav-open .mobile-menu__link {
    animation: menuFadeIn 0.32s ease forwards;
}
body.nav-open .mobile-menu__link:nth-child(1) { animation-delay: 0.02s; }
body.nav-open .mobile-menu__link:nth-child(2) { animation-delay: 0.06s; }
body.nav-open .mobile-menu__link:nth-child(3) { animation-delay: 0.10s; }
body.nav-open .mobile-menu__link:nth-child(4) { animation-delay: 0.14s; }
body.nav-open .mobile-menu__link:nth-child(5) { animation-delay: 0.18s; }

@media (max-width: 600px) {
    #links { display: none; }
    #menu-backdrop, #mobile-menu { display: block; }
}

@media (min-width: 601px) {
    #menu-backdrop, #mobile-menu { display: none; }
}

#sound-btn {
    position: absolute;
    right: 18px;
    bottom: 18px;
    padding: 10px 14px;
    border: 1px solid rgba(255,255,255,0.3);
    background: rgba(0,0,0,0.55);
    color: #fff;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    backdrop-filter: blur(4px);
    transition: transform 0.15s ease, box-shadow 0.2s ease;
    z-index: 5;
}
#sound-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}
#sound-btn:active {
    transform: translateY(0);
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}

@media (max-width: 640px) {
    #sound-btn {
        right: 12px;
        bottom: 12px;
        padding: 9px 12px;
        font-size: 13px;
    }
}

.footer-author {
    position: relative;
    color: #f0f0f0;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-decoration: none;
    padding-bottom: 2px;
    transition: color 0.25s ease, text-shadow 0.25s ease;
}

.footer-author::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(120deg, #5df0ff, #7cffb2, #c8ff6f);
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: transform 0.25s ease;
}

.footer-author:hover {
    color: #ffffff;
    text-shadow: 0 0 12px rgba(124, 255, 178, 0.45);
}

.footer-author:hover::after {
    transform: scaleX(1);
}