@font-face {
    font-family: Headingnow;
    src: url(./Heading-Now-Variable.ttf);
}

/* ===( Build By : CODE AASHU )=== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: HeadingNow;
}

html,
body {
    width: 100%;
    height: 100%;
}

*::selection {
    background-color: black;
    color: #fff;
}

#main {
    width: 100%;
    background-color: #fff;
    overflow: hidden;
}

#page1 {
    position: relative;
    height: 100vh;
    width: 100%;
    background-color: black;
    overflow: hidden;
}

#navbar {
    position: fixed;
    height: 100px;
    width: 100%;
    padding: 0 50px;
    padding-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    z-index: 99;
    mix-blend-mode: difference;
}

#navbar h2 {
    text-transform: uppercase;
    font-size: 55px;
    display: flex;
    align-items: flex-start;
    font-stretch: 700%;
    font-weight: 300;
    line-height: .8;
    animation-name: stretch;
    animation-duration: .9s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes stretch {
    0% {
        font-stretch: 700%;
        font-weight: 300;

    }

    100% {
        font-stretch: 800%;
        font-weight: 100;

    }
}

#navbar h2 sup {
    font-size: 8px;
}

#nav-pt2 {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 100px;
}

#nav-pt2 a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 300;
    font-stretch: 400%;
}

#page1 h1 {
    font-size: 50vw;
    white-space: nowrap;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    font-stretch: 260%;
    font-weight: 900;
    padding-left: 50px;
}

#page1 #video-container {
    position: absolute;
    top: 100%;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
}

#video-container video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transform: scale(.6);
}

#page2 {
    height: 110vh;
    width: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: gilroy;
}

#page2 #center {
    width: 100%;
    height: 70%;
    display: flex;
    align-items: center;
}

#center #left {
    height: 100%;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 170px;
}

#center #left h2 {
    font-family: gilroy;
    font-size: 6vw;
    line-height: .8;
}

#center #left #story {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 20px;
}

#center #left #story p {
    width: 50%;
    font-family: gilroy;
}

#center #right {
    height: 100%;
    width: 50%;
    padding-right: 170px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

#center #right h2 {
    font-family: gilroy;
    font-size: 6vw;
    line-height: .8;
}



#page3 {
    min-height: 100vh;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    font-family: gilroy;
    /* background-color: #531717; */
    overflow: hidden;
}

.p {
    width: 75%;
    height: 75vh;
    position: absolute;
    display: flex;
    flex-direction: column-reverse;
    display: none;
    bottom: 0;

    /* background-color: red; */

}

.p img {
    height: 95%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    bottom: 0%;
}

.p .boxs {
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 5%;

}

#p1 {
    display: initial;
    top: 25%;
    /* z-index: 9999;/ */
}

#p2 {
    top: 40%;
    z-index: 99;
    display: initial;
}

#p3 {
    top: 55%;
    display: initial;
    z-index: 99;
}

#p4 {
    top: 70%;
    display: initial;
    z-index: 99;
}

#p5 {
    top: 85%;
    z-index: 9999;
    display: initial;
    z-index: 99999;

}


#page4 {
    position: relative;
    height: 150vh;
    width: 100%;
    /* background-color: rgb(255, 255, 255); */
    overflow: hidden;
}

.more {
    height: 40vh;
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
}

.more h1 {
    font-family: gilroy;
    text-transform: uppercase;
    font-size: 70px;
    transition: all ease .5s;
    font-weight: 700;
    color: #fff;
}

.more i {
    transition: all ease 0.3s;
    color: #fff;
    margin-left: 10px;
}

.more h1:hover {
    font-weight: 800;
}

.more h1:hover i {
    margin-left: 25px;
}

#page4>h1 {
    color: #fff;
    font-size: 12vw;
    line-height: .8;
    text-align: center;
    font-stretch: 400%;
    font-weight: 700;
    margin-top: 170px;
}

#page4 h5 {
    color: #fff;
    font-family: gilroy;
    font-size: 18px;
    font-weight: 300;
    width: 25%;
    text-align: center;
    margin: 30px auto;
    line-height: 1.2;
}

#page4 h6 {
    color: #fff;
    font-family: gilroy;
    font-size: 18px;
    font-weight: 700;
    width: 25%;
    text-align: center;
    margin: 0 auto;
}

#video-container2 {
    position: absolute;
    bottom: 0%;
    width: 100%;
    height: 110vh;
    /* background-color: rebeccapurple; */
    display: flex;
    align-items: center;
    justify-content: center;
}

#video-container2 video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transform: scale(.6);
}

#page5 {
    min-height: 150vh;
    width: 100%;
    background-color: #fff;
    padding: 0 180px;
}

#text1 {
    width: 100%;
    height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

#text1 h1 {
    font-size: 13vw;
    font-stretch: 350%;
    font-weight: 800;
    line-height: .8;
}

#text1 #insight {
    display: flex;
    align-items: end;
}

#insight p {
    font-size: 19px;
    font-family: gilroy;
    width: 25%;
    margin-left: 30px;
}

#insight-ig {
    width: 100%;
    height: 90vh;
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    margin-top: 80px;
}

#insight-ig .elem {
    width: 40%;
    height: 100%;
}

#insight-ig .elem img {
    width: 100%;
    height: 90%;
    object-fit: cover;
}

#insight-ig .elem p {
    font-family: gilroy;
    font-size: 18px;
}

#page5 .more {
    justify-content: flex-start;
}

#page5 .more h1 {
    color: black;
}

#page5 .more i {
    color: black;
}

#page6 {
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#page6 h1 {
    color: #fff;
    font-size: 12vw;
    line-height: .9;
    text-align: center;
    font-stretch: 400%;
    font-weight: 700;
}

#page6 h5 {
    color: #fff;
    font-family: gilroy;
    font-size: 18px;
    font-weight: 300;
    width: 25%;
    text-align: center;
    margin: 30px auto;
    line-height: 1.2;
}

#page6 h6 {
    color: #fff;
    font-family: gilroy;
    font-size: 18px;
    font-weight: 700;
    width: 25%;
    text-align: center;
    margin: 0 auto;
}

/* ===== FOOTER ===== */
#footer {
    width: 100%;
    background-color: #0a0a0a;
    padding: 80px 60px 40px;
    display: flex;
    flex-direction: column;
    gap: 0;
    overflow: visible;
}

/* -- Top tagline -- */
.footer-top {
    padding-bottom: 40px;
}

.footer-tagline {
    font-family: gilroy;
    font-size: 16px;
    font-weight: 400;
    color: #999;
    max-width: 520px;
    line-height: 1.7;
    letter-spacing: 0.03em;
}

/* -- Divider -- */
.footer-divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.08) 100%);
}

/* -- Mid section (nav grid) -- */
.footer-mid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1.6fr;
    gap: 40px;
    padding: 50px 0;
}

.footer-col-title {
    font-family: HeadingNow;
    font-size: 13px;
    text-transform: uppercase;
    color: #555;
    letter-spacing: 0.15em;
    margin-bottom: 24px;
    font-weight: 600;
}

.footer-nav-col {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-link {
    font-family: gilroy;
    font-size: 17px;
    color: #ccc;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    transition: color 0.3s ease, padding-left 0.3s ease;
    letter-spacing: 0.04em;
    position: relative;
}

.footer-link:hover {
    color: #fff;
    padding-left: 8px;
}

.footer-link::before {
    content: '';
    position: absolute;
    left: -12px;
    top: 50%;
    transform: translateY(-50%) scale(0);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;
    transition: transform 0.3s ease;
}

.footer-link:hover::before {
    transform: translateY(-50%) scale(1);
}

/* -- Newsletter -- */
.footer-newsletter {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.newsletter-desc {
    font-family: gilroy;
    font-size: 15px;
    color: #777;
    line-height: 1.6;
    max-width: 320px;
}

.newsletter-input-wrap {
    display: flex;
    align-items: stretch;
    margin-top: 12px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 6px;
    overflow: hidden;
    transition: border-color 0.3s ease;
    max-width: 360px;
}

.newsletter-input-wrap:focus-within {
    border-color: rgba(255, 255, 255, 0.5);
}

.newsletter-input {
    flex: 1;
    padding: 14px 16px;
    font-family: gilroy;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background-color: transparent;
    border: none;
    outline: none;
    letter-spacing: 0.08em;
}

.newsletter-input::placeholder {
    color: #555;
    letter-spacing: 0.1em;
}

.newsletter-btn {
    background: #fff;
    border: none;
    padding: 14px 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.newsletter-btn i {
    font-size: 18px;
    color: #0a0a0a;
    transition: transform 0.3s ease;
}

.newsletter-btn:hover {
    background: #e0e0e0;
}

.newsletter-btn:hover i {
    transform: translateX(3px);
}

/* -- Bottom logo section -- */
.footer-bottom {
    padding-top: 40px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.footer-logo {
    display: flex;
    align-items: flex-end;
    gap: 0;
    line-height: 1;
}

.footer-logo h1 {
    font-size: 14vw;
    font-stretch: 700%;
    text-transform: uppercase;
    line-height: 0.78;
    font-weight: 400;
    color: #1a1a1a;
    transition: color 0.5s ease;
}

.footer-logo:hover h1 {
    color: #2a2a2a;
}

.footer-logo h1 sup {
    font-size: 10px;
    font-weight: 600;
    color: #444;
    vertical-align: super;
}

.footer-copyright {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    padding-bottom: 12px;
}

.footer-copyright span {
    font-family: gilroy;
    font-size: 13px;
    color: #444;
    letter-spacing: 0.04em;
}

@media (max-width:600px) {


    #navbar {
        padding: 0 20px;
    }

    #navbar h2 {
        font-size: 25px;
    }

    #navbar h2 sup {
        font-size: 5px;
    }

    #nav-pt2 a {
        display: none;
        font-size: 20px;
    }

    #nav-pt2 a:nth-child(3) {
        display: block;
    }

    #page1 h1 {
        margin-top: 250px;
        padding-left: 20px;
    }

    #page2 #center {
        flex-direction: column;
    }

    #center #left {
        height: 50%;
        width: 100%;
        flex-direction: column;
        padding-left: 20px;
    }

    #center #left h2 {
        font-size: 12vw;
    }

    #center #left #story {
        gap: 5px;
    }

    #center #left #story p {
        width: 80%;
        font-size: 10px;
    }

    #center #right {
        height: 50%;
        width: 100%;
        padding-right: 20px;
    }

    #center #right h2 {
        font-size: 12vw;
    }

    .more h1 {
        font-size: 30px;
    }

    #page4>h1 {
        font-size: 13vw;
        line-height: .9;
        font-stretch: 500%;
        margin-top: 300px;
    }

    #page4 h5 {
        font-size: 14px;
        font-weight: 500;
        width: 100%;
    }

    #page4 h6 {
        width: 50%;
    }


    #page5 {
        padding: 0 20px;
    }

    #text1 {
        height: 35vh;
    }

    #text1 h1 {
        font-size: 18vw;
        line-height: 1;
    }

    #text1 #insight {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    #insight p {
        font-size: 12px;
        width: 80%;
        margin-left: 0px;
        margin-top: 10px;
    }

    #insight-ig {
        width: 100%;
        height: 150vh;
        flex-direction: column;
        margin-top: 30px;
    }

    #insight-ig .elem {
        width: 100%;
        height: 50%;
    }

    #insight-ig .elem p {
        font-size: 12px;
    }

    #page5 .more {
        height: 10vh;
    }

    #page6 h1 {
        font-size: 15vw;
        font-stretch: 500%;
        font-weight: 600;
    }

    #page6 h5 {
        font-size: 15px;
        font-weight: 300;
        width: 100%;
        line-height: 1.2;
    }

    #page6 h6 {
        width: 50%;
    }


    #footer {
        padding: 40px 20px 30px;
    }

    .footer-tagline {
        font-size: 14px;
        max-width: 100%;
    }

    .footer-mid {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
        padding: 30px 0;
    }

    .footer-link {
        font-size: 15px;
    }

    .footer-col-title {
        font-size: 12px;
        margin-bottom: 16px;
    }

    .newsletter-input-wrap {
        max-width: 100%;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .footer-logo h1 {
        font-size: 22vw;
    }

    .footer-copyright {
        align-items: flex-start;
    }

    .footer-copyright span {
        font-size: 12px;
    }
}