@font-face {
    font-family: Neue Haas;
    src: url(NEUEHAASDISPLAYROMAN.TTF);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Neue Haas;
}

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

.main {
    /* background-color: black; */
    position: relative;
    z-index: 10;
}

.page1 {
    min-height: 100vh;
    width: 100%;
    background-color: #EFEAE3;
    padding: 0 2vw;
}

nav {
    padding: 2vw 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 100;
}

nav h4 {
    font-size: 16.8571px;
    font-weight: 400;
    border: 1px solid #C1BCB6;
    padding: 12px 25px;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
}

nav h4 a {
    text-decoration: none;
    color: #0b0500;
    position: relative;
    z-index: 1;
}

.nav-prt2 h4::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: -100%;
    background-color: black;
    transition: all ease .3s;
    border-radius: 100%;
    cursor: pointer;
}

.nav-prt2 h4:hover a {
    color: white;
}

.nav-prt2 h4:hover::after {
    bottom: 0;
    border-radius: 0;
}

.nav-prt2 {
    display: flex;
    align-items: center;
    gap: 10px;
}

nav h2 {
    font-size: 5vw;
    font-weight: 500;
    border: 1px solid #C1BCB6;
    padding: 2vw 3vw;
    border-radius: 50px;
    display: flex;
    align-items: center;
    display: none;
}

h2 i {
    margin-right: 6px;
}

.center {
    width: 100%;
    height: 75vh;
    /* background-color: yellowgreen; */
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: 1px solid #C1BCB6;
    padding-bottom: 4vw;
    padding-right: 1vw;
}

.left h4 {
    width: 25vw;
    font-size: 29.5px;
    font-weight: 600;
    line-height: 29.5px;
}

.right h1 {
    text-transform: uppercase;
    font-size: 168.571px;
    color: rgb(11, 5, 0);
    line-height: 134.857px;
    text-align: right;
    font-weight: 600;
    letter-spacing: -4px;
}

.page1 video {
    width: 100%;
    border-radius: 20px;
    margin-top: 3.5vw;
    position: relative;
    z-index: 1;
}

.hero-shape {
    width: 46vw;
    height: 36vw;
    position: absolute;
    right: 0;
    top: 80vh;
}

.hero1 {
    width: 100%;
    height: 100%;
    background-color: #FE330A;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    position: absolute;
    filter: blur(20px);
}

.hero2 {
    width: 30vw;
    height: 30vw;
    background: linear-gradient(#FE330A, #fe570a);
    border-radius: 50%;
    position: absolute;
    filter: blur(25px);
    animation-name: anime2;
    animation-timing-function: linear;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.hero3 {
    width: 30vw;
    height: 30vw;
    background: linear-gradient(#FE330A, #fe570a);
    border-radius: 50%;
    position: absolute;
    filter: blur(25px);
    animation-name: anime1;
    animation-timing-function: linear;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes anime1 {
    from {
        transform: translate(55%, -15%);
    }

    to {
        transform: translate(-10%, 0%);
    }
}

@keyframes anime2 {
    from {
        transform: translate(5%, -5%);
    }

    to {
        transform: translate(-20%, 20%);
    }
}

.page2 {
    min-height: 100vh;
    width: 100%;
    background-color: #EFEAE3;
    padding: 6vw 0;
    position: relative;
}

.moving-text {
    text-wrap: nowrap;
    overflow-x: auto;
}

.moving-text::-webkit-scrollbar {
    display: none;
}

.txt-container {
    text-wrap: nowrap;
    display: inline-block;
    animation-name: moving;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 12s;

}

.txt-container h1 {
    font-size: 147.5px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: -3px;
}

.circle {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #FE330A;
    display: inline-block;
    margin: 1vw 2vw;
}

@keyframes moving {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.page2-bottom {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 3vw;
    margin-top: 7vw;
    position: relative;
    z-index: 5;
}

.page2-bottom h1 {
    font-size: 71.6429px;
    font-weight: 600;
    line-height: 71.6429px;
    letter-spacing: -2px;
    width: 62%;
}

.bottom-part2 {
    width: 22%;
    margin-top: 147px;
    /* background-color: aqua; */
}

.bottom-part2 img {
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.bottom-part2 p {
    font-size: 16.8571px;
    font-weight: 400;
    margin-top: 2.5vw;
}

.gooey {
    width: 35vw;
    height: 35vw;
    background: linear-gradient(to top right, #ff0e0e, #ff8139);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 20%;
    filter: blur(20px);
    animation-name: gooey;
    animation-timing-function: linear;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes gooey {
    from {
        transform: translate(10%, -10%) skew(0);
    }

    to {
        transform: translate(-5%, 5%) skew(-10deg);
    }
}

.featured {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 3vw;
}

.featured h4 {
    font-size: 14.75px;
    font-weight: 400;
    text-transform: uppercase;
}

.circle-featured {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #FE330A;
}

.page3 {
    width: 100%;
    min-height: 100vh;
    background-color: #EFEAE3;
    padding: 1vw 0;
}

.feature-elem {
    width: 100%;
    height: 130px;
    border-bottom: 1px solid #C1BCB6;
    padding: 2vw 2vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    cursor: pointer;

}

.feature-elem h1 {
    font-size: 54.7857px;
    font-weight: 600;
    z-index: 1;
    text-transform: capitalize;
    letter-spacing: -2px;

}

.overlay {
    width: 100%;
    height: 100%;
    background-color: #FF9831;
    position: absolute;
    left: 0;
    transform: translateY(-100%);
    transition: all ease .4s;
}

.feature-elem:hover .overlay {
    transform: translateY(0);
}

.feature-elem-prt2 {
    text-align: right;
    z-index: 1;
}

.feature-elem-prt2 h3 {
    font-size: 14.75px;
    font-weight: 400;
    text-transform: uppercase;
}

.feature-elem-prt2 h5 {
    font-size: 14.75px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.4);
}

.img-frame {
    width: 380px;
    height: 480px;
    position: fixed;
    z-index: 99;
    top: 20%;
    left: 50%;
    border-radius: 20px;
    display: none;
    background-position: center;
    background-size: cover;
    transition: all ease-in .3s;
}

.project-btn h4 {
    font-size: 16.8571px;
    font-weight: 400;
    border: 1px solid #C1BCB6;
    padding: 12px 20px;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.project-btn {
    width: 200px;
    padding: 25px 0;
}

.project-btn h4 i {
    font-size: 25px;

}

.project-btn h4 a {
    text-decoration: none;
    color: #0b0500;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.project-btn h4::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: -100%;
    background-color: black;
    transition: all ease .3s;
    border-radius: 100%;
    cursor: pointer;
}

.project-btn h4:hover a {
    color: white;
}

.project-btn h4:hover i {
    color: white;
}

.project-btn h4:hover::after {
    bottom: 0;
    border-radius: 0;
}

.page4 {
    min-height: 100vh;
    width: 100%;
    background-color: #EFEAE3;
    padding: 0 35px;
}

.page4-element {
    width: 100%;
    height: 100vh;
    margin-top: 45px;
    background-color: black;
    border-radius: 25px;
    display: flex;
    justify-content: space-between;
}

.img {
    height: 100%;
    width: 50%;
}

.img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 25px;
}

.txt {
    height: 100%;
    width: 50%;
    display: flex;
    justify-content: center;
    /* padding: 45px 0; */

}

.h1s h1 {
    color: #504A45;
    font-size: 71.6429px;
    border-left: 4px solid #504A45;
    padding-left: 16px;
    line-height: 1;
    cursor: pointer;
    transition: all ease .2s;
}

.h1s {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.h1s h1:nth-child(1) {
    color: white;
    border-left: 4px solid orangered;
}

.para {
    color: rgba(255, 255, 255, 0.788);
    width: 350px;
    margin-top: 45px;
    font-weight: 500;
    font-size: 15px;
}

.page5 {
    min-height: 60vh;
    width: 100%;
    background-color: #EFEAE3;
}

.page6 {
    height: 100vh;
    width: 100%;
}

.footer {
    position: fixed;
    z-index: 9;
    color: white;
    background-color: black;
    height: 100vh;
    width: 100%;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

.footer h1 {
    font-size: 22vw;
    position: relative;
    z-index: 4;
    color: rgba(255, 255, 255, 0.664);
}

.footer-div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5vw;
    margin-bottom: 4vw;
    position: relative;
    z-index: 12;
}

.sec-1 h2 {
    font-size: 2.5vw;
}

.sec-2 h2 {
    width: 400px;
    font-weight: 500;
}

.sec-2 input {
    width: 350px;
}

.bottom-gooey {
    width: 100vw;
    height: 100vh;
    background: linear-gradient(to top right, orangered, black, orangered);
    filter: blur(80px);
    transform: scale(1.1);
    position: absolute;
}

.full-scr {
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.377);
    position: fixed;
    z-index: 99;
    top: -100%;
    transition: all ease .8s;
}

.menu-option {
    width: 100%;
    height: 50%;
    background-color: #EFEAE3;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
    padding: 3vw 15vw;
    line-height: 1;
}

.menu-option h2 {
    color: black;
    font-size: 15vw;
    display: block;
    text-transform: uppercase;
}
.loader{
    width: 100vw;
    height: 100vh;
    background-color: black;
    position: fixed;
    z-index: 999;
    top: 0;
    transition: all linear .4s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loader h1{
    font-size: 8vw;
    color: transparent;
    letter-spacing: -2px;
    background: linear-gradient(to left,orange, orangered);
    -webkit-background-clip: text;
    background-clip: text;
    position: absolute;
    opacity: 0;
    animation-name: loader;
    animation-delay: .5s;
    animation-duration: 1s;
    animation-timing-function: linear;
}
.loader h1:nth-child(2){
    animation-delay: 1.5s;
}

.loader h1:nth-child(3){
    animation-delay: 2.5s;
}

@keyframes loader {
    0%{
        opacity: 0;
    }
    10%{
        opacity: 1;
    }
    90%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}


























@media (max-width: 600px) {

    .loader{
        width: 100vw;
        height: 100vh;
        background-color: black;
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        transition: all linear .4s;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .loader h1{
        font-size: 15vw;
        letter-spacing: -1px;
    }

    .page1 {
        padding: 0;
    }

    nav {
        padding: 5vw 4vw;
        background-color: #EFEAE3;
    }

    nav img {
        height: 14vw;
        transition: all ease .2s;
    }

    nav h2 {
        display: block;
    }

    .nav-prt2 {
        display: none;
    }

    .center {
        width: 100%;
        height: 60vh;
        /* background-color: yellowgreen; */
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        flex-direction: column-reverse;
        border-bottom: 1px solid #C1BCB6;
        padding: 10vw 4vw;
        padding-top: 15vw;
    }

    .left h4 {
        width: 95%;
        font-size: 7vw;
        font-weight: 600;
        line-height: 7vw;
        letter-spacing: -1px;
    }

    .right h1 {
        text-transform: uppercase;
        font-size: 20vw;
        color: rgb(11, 5, 0);
        line-height: 0.85;
        text-align: right;
        font-weight: 600;
        letter-spacing: -4px;
    }

    .page1 video {
        width: 92%;
        margin-left: 4%;
        border-radius: 25px;
        margin-top: 3.5vw;
        height: 75vh;
        object-fit: cover;
        object-position: center;
        position: relative;
        z-index: 1;
    }

    .hero-shape {
        width: 60vw;
        height: 36vw;
        position: absolute;
        right: 0;
        top: 65vh;
    }

    .txt-container h1 {
        font-size: 14vw;
        font-weight: 600;
        text-transform: uppercase;
        display: inline-block;
        letter-spacing: -3px;
    }
    
    .circle {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background-color: #FE330A;
        display: inline-block;
        margin: 1.5vw 2vw;
    }    
    .page2 {
        min-height: 100vh;
        width: 100%;
        position: relative;
    }

    .page2-bottom {
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
        margin-top: 9vw;
        position: relative;
        padding: 10vw 5vw;
        z-index: 5;

    }

    .page2-bottom h1 {
        width: 100%;
        font-size: 9vw;
        font-weight: 600;
        line-height: 1;
        letter-spacing: -1px;
    }
    
    .bottom-part2 {
        width: 80%;
        margin-top: 147px;
        /* background-color: aqua; */
    }
    
    .bottom-part2 img {
        width: 100%;
        object-fit: cover;
        border-radius: 15px;
    }
    
    .bottom-part2 p {
        font-size: 5vw;
        font-weight: 400;
        margin-top: 2.5vw;
    }
    .gooey {
        width: 85vw;
        height: 85vw;
        background: linear-gradient(to top right, #ff0e0e, #ff8139);
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 20%;
        filter: blur(20px);
        animation-name: gooey;
        animation-timing-function: linear;
        animation-duration: 3s;
        animation-iteration-count: infinite;
        animation-direction: alternate;
    }
    .feature-elem {
        width: 100%;
        height: 80px;
        border-bottom: 1px solid #C1BCB6;
        padding: 2vw 2vw;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        overflow: hidden;
        cursor: pointer;
    
    }
    
    .feature-elem h1 {
        font-size: 6vw;
        font-weight: 600;
        z-index: 1;
        text-transform: capitalize;
        letter-spacing: -1px;
    
    }
    
    .feature-elem:hover .overlay {
        transform: translateY(0);
    }
    
    .feature-elem-prt2 h3 {
        font-size: 2.5vw;
        font-weight: 400;
        text-transform: uppercase;
    }
    
    .feature-elem-prt2 h5 {
        font-size: 2vw;
        font-weight: 400;
        color: rgba(0, 0, 0, 0.4);
    }
    .project-btn h4 {
        font-size: 4vw;
    }

    .page4-element {
        width: 100%;
        height: 60vh;
        margin-top: 45px;
        background-color: black;
        border-radius: 25px;
        display: flex;
        justify-content: space-between;
    }
    
    .img {
        height: 100%;
        width: 50%;
    }
    
    .img img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        border-radius: 25px;
    }
    
    .txt {
        height: 100%;
        width: 50%;
        display: flex;
        justify-content: center;
        /* padding: 45px 0; */
    
    }
    
    .h1s h1 {
        color: #504A45;
        font-size: 25px;
        border-left: 4px solid #504A45;
        padding-left: 5px;
        line-height: 1;
        cursor: pointer;
        transition: all ease .2s;
        margin-left: 30px;
    }
    
    .h1s {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .h1s h1:nth-child(1) {
        color: white;
        border-left: 4px solid orangered;
    }
    
    .para {
        color: rgba(255, 255, 255, 0.788);
        width: 200px;
        margin-top: 45px;
        font-weight: 500;
        font-size: 10px;
        padding: 0 35px;
    }
    .page4 {
        padding: 0 15px;
    }
    .page6 {
        height: 30vh;
        width: 100%;
    }
    .sec-1 h2 {
        font-size: 2.5vw;
        display: none;
    }
    
    .sec-2 h2 {
        display: none;
    }
    
}