@font-face {
    font-family: attila;
    src: url(./attila.ttf);
}

@font-face {
    font-family: havelock;
    src: url(./havelock.otf);
}

@font-face {
    font-family: dancing;
    src: url(./DancingScript-VariableFont_wght.ttf);
}

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

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



}

body {
    background-color: #232025;
    overflow-x: hidden;
}
.stop-scroll{
    overflow: hidden;
}

#main {

    position: relative;

    background-color: #232025;
}

#nav {
    width: 100vw;
    height: 125px;
    /* background-color: grey; */
    padding: 0 85px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: attila;
    text-transform: uppercase;
    color: #dadada;
    /* position: fixed;
    z-index: 99999; */




}

#nav h2 {
    font-size: 16px;
    letter-spacing: 8px;
    z-index: 99;
}

#nav h3 {
    font-size: 16px;
    letter-spacing: 8px;
    letter-spacing: 2px;
    z-index: 99;
}

#nav-part2 {
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 30px;

}

#creative {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 99;
}

#l1 {
    width: 27px;
    height: 3px;
    background-color: #dadada;
    position: absolute;
    transition: li;
    border-radius: 3px;
}

#l2 {
    width: 20px;
    height: 3px;
    background-color: #dadada;
    border-radius: 3px;
    margin-top: 15px;
    margin-left: -7px;
    transition: cubic-bezier(0.19, 1, 0.22, 1);
}

#topmenu {
    width: 100vw;
    height: 100vh;
    background-color: #cecece;
    position: absolute;
    top: -100vh;
    padding: 70px;
    z-index: 95;


}

#topmenu h1 {
    font-size: 14vw;
    font-family: montserrat;
    color: #222;
    margin-top: 4.5vw;
    /* background-color: red; */
    letter-spacing: -20px;

}

#txt {
    width: 38vw;
    height: 45vh;
    color: #222;
    position: absolute;
    display: flex;
    padding: 15px;
    justify-content: space-between;


}

#ltxt {
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-family: montserrat;
    font-size: 23px;

}

#ltxt h3 {
    font-weight: 500;
}

#rtxt {
    display: flex;
    flex-direction: column;
    margin-right: 6vw;
    gap: 15px;
    font-family: montserrat;
    font-size: 23px;
}

#rtxt h3 {
    font-weight: 500;
}

#page1 {
    width: 100vw;
    min-height: 65vh;
    /* background-color: #232025; */
    /* background-color: red; */
    position: relative;
}

#page1 h1 {
    font-family: attila;
    color: #cecece;
    font-size: 13vw;
    letter-spacing: 18px;
    left: 5%;
    position: absolute;
    top: 3%;

}

#page1 h2 {
    font-family: attila;
    color: #b3b2b2;
    font-size: 3vw;
    width: 30%;
    left: 20%;
    position: absolute;
    top: 60%;
    line-height: 2.8vw;
    opacity: 1;
}

#page1 h3 {
    font-family: attila;
    color: #b3b2b2;
    font-size: .9vw;
    width: 10%;
    right: 18%;
    position: absolute;
    top: 62%;
    line-height: 1.2vw;
    opacity: 1;

}

#page2 {
    position: relative;
    width: 100vw;
    min-height: 198vh;
    /* background-color: #01F6A4; */


}

#page2 img {
    left: 50%;
    transform: translate(-50%, 0) scale(0.9);
    width: 100vw;
    position: relative;
}

#page2 h1 {
    font-size: 3.5vw;
    font-family: montserrat;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    margin-top: 15vw;
    color: #cecece;
    width: 68vw;
    text-align: center;
    transform-origin: 100% 100%;



}

#page2 span {
    font-family: dancing;

}



#page3 {
    position: relative;
    width: 100vw;
    height: 100vh;
    /* background-color: red; */
    padding: 15px 70px;
}

#page3 h3 {
    font-family: montserrat;
    text-transform: uppercase;
    color: #cccccc;
    font-size: .8vw;
    position: absolute;
    top: 1%;
    left: 22%;

}

#line {
    width: 30vw;
    height: 2px;
    background-color: #cccccc;
    position: absolute;
    top: 3%;
    position: absolute;

}

#option {
    width: 90vw;
    height: 85vh;
    /* background-color: blue; */
    margin-top: 8vh;
    display: flex;
    flex-direction: column;
}

#option i {
    font-size: 5vw;
    opacity: 0;
}

#option h1 {
    z-index: 99;
}

.head1 {
    width: 100%;
    height: 20%;
    /* background-color: yellow; */
    display: flex;
    /* border: 1px solid black; */
    align-items: center;
    gap: 25vh;
    font-family: havelock;
    font-size: 2.5vw;
    color: #cecece;
    position: relative;


}

.head1>h1 {
    letter-spacing: -12px;


}

.head1 h2 {
    font-size: 1.2vw;

}

.head2 {
    width: 100%;
    height: 20%;
    /* background-color: yellow; */
    display: flex;
    /* border: 1px solid black; */
    align-items: center;
    gap: 25vh;
    font-family: havelock;
    font-size: 2.5vw;
    color: #cecece;
}

.head2>h1 {
    letter-spacing: -12px;


}

.head2 h2 {
    font-size: 1.2vw;

}

.head3 {
    width: 100%;
    height: 20%;
    /* background-color: yellow; */
    display: flex;
    /* border: 1px solid black; */
    align-items: center;
    gap: 25vh;
    font-family: havelock;
    font-size: 2.5vw;
    color: #cecece;
}

.head3>h1 {
    letter-spacing: -12px;


}

.head3 h2 {
    font-size: 1.2vw;

}


.head3 {
    width: 100%;
    height: 20%;
    /* background-color: yellow; */
    display: flex;
    /* border: 1px solid black; */
    align-items: center;
    gap: 25vh;
    font-family: havelock;
    font-size: 2.5vw;
    color: #cecece;
}

.head3>h1 {
    letter-spacing: -12px;


}

.head3 h2 {
    font-size: 1.2vw;

}


.head4 {
    width: 100%;
    height: 20%;
    /* background-color: yellow; */
    display: flex;
    /* border: 1px solid black; */
    align-items: center;
    gap: 25vh;
    font-family: havelock;
    font-size: 2.5vw;
    color: #cecece;
}

.head4>h1 {
    letter-spacing: -12px;


}

.head4 h2 {
    font-size: 1.2vw;

}

.head5 {
    width: 100%;
    height: 20%;
    /* background-color: yellow; */
    display: flex;
    /* border: 1px solid black; */
    align-items: center;
    gap: 25vh;
    font-family: havelock;
    font-size: 2.5vw;
    color: #cecece;
}

.head5>h1 {
    letter-spacing: -12px;


}

.head5 h2 {
    font-size: 1.2vw;


}

.car {
    width: 17vw;
    height: 37vh;
    /* background-color:; */
    z-index: -1;
    position: absolute;
    left: 13%;
    border-radius: 15px;
    padding: 15px;
}

.head1 .car {
    background-color: #FFD000;
    opacity: 0;

}

.head2 .car {
    background-color: #E9FF22;
    opacity: 0;
}

.head3 .car {
    background-color: #01F6A4;
    opacity: 0;


}

.head4 .car {
    background-color: #FC2276;
    opacity: 0;

}



.car h1 {
    font-size: 8vw;
    font-family: montserrat;
    position: absolute;
    top: 18%;
    color: #000000;


}

.car>h3 {
    color: #232025;
    font-size: 3vw;
    position: absolute;

}


.car {
    display: flex;
    flex-direction: column;
    gap: 20px;


}

#page4 {
    position: relative;
    width: 100vw;
    padding: 50px 80px;
    /* background-color: rebeccapurple; */
}

#page4 h1 {
    font-size: 8vw;
    color: #c0c0c0;
    font-family: montserrat;
    line-height: 7vw;
}

#page5 {

    position: relative;
    width: 100vw;
    height: 130vh;
    margin-top: 45px;
    background-image: url(./FLVR\ STARY\ LAYOUT.gif);
}

#elm {
    width: 100vw;
    height: 30vh;
    color: #cccccc;
    display: flex;
    font-family: montserrat;
    align-items: center;
    justify-content: space-between;
    background-color: #232025;




}

#elm1 {
    width: 70vw;
    height: 30vh;
    border: 1px solid #d9d5d5;
    font-size: 3vw;
    padding: 0 80px;
    display: flex;
    align-items: center;
    line-height: 3.7vw;

}

#elm2 {
    width: 30vw;
    border: 1px solid #d9d5d5;
    height: 30vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3vw;
}

#cnt {
    width: 100vw;
    display: flex;
    flex-direction: column;
    color: #cecece;
    align-items: center;
    justify-content: center;
    margin-top: 20vh;
    gap: 10vh;
    /* background-color: #01F6A4; */

}

#cnt h1 {
    font-family: montserrat;
    font-size: 4.2vw;
    line-height: 3.8vw;
}

#cnt span {
    font-family: dancing;
    font-size: 5vw;
}

#cnt h4 {
    font-family: montserrat;
    font-size: 1.2vw;
}

#cnt img {
    margin-top: 50px;
    animation-name: round;
    animation-duration: 2.2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes round {
    100% {
        rotate: 360deg;
    }
}

#page6 {
    position: relative;
    width: 100vw;
    height: 100vh;
    cursor: default;


}

#page6 .slide1 {
    overflow-x: auto;
    overflow-y: hidden;
}

#page6 .slide2 {
    overflow-x: auto;
    overflow-y: hidden;
}

#page6 h1 {
    color: #cecece;
    font-size: 14vw;
    font-family: attila;
    text-transform: uppercase;
    line-height: 13vw;
}

#page6 span.o1 {
    color: transparent;
    -webkit-text-stroke: 1px #adadad;
}

#page6 .slide1::-webkit-scrollbar {
    display: none;
}

#page6 .slide2::-webkit-scrollbar {
    display: none;
}

#page6 .slide2 h1 {
    transform: translateX(-100%);
}

#page7 {
    width: 100vw;
    height: 100vh;
    margin-top: 45vh;
    text-align: center;
    color: #cccccc;

}

#page7 h1 {
    font-size: 3.1vw;
    font-family: montserrat;
    font-weight: 600;
    line-height: 3vw;

}

#page7 span {
    font-family: dancing;
    font-size: 3.8vw;
}

#ynelm {
    width: 100vw;
    height: 60vh;

    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 200px;
    font-family: montserrat;
    color: #cccccc;
    font-size: 2.3vw;


}

#yelm {
    width: 40%;
    height: 30%;

    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#nelm {
    width: 40%;
    height: 30%;

    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;



}

#nelm img {
    position: absolute;
    transform: rotate(10deg);
    opacity: 0;
    transition: ease-in 0.6s;
    width: 70%;

}

#yelm img {
    position: absolute;
    transform: rotate(10deg);
    opacity: 0;
    transition: ease-in 0.6s;
    width: 70%;

}

#yelm h2 {
    position: relative;
    z-index: 999;
}

#nelm h2 {
    position: relative;
    z-index: 999;
}

#page8 {
    width: 100vw;
    height: 80vh;
    margin-top: 8vh;
    position: relative;

}

#page8 h1 {
    text-align: center;
    font-family: montserrat;
    font-size: 4.6vw;
    color: #cccccc;

}

#product1 {
    width: 18%;
    height: 54vh;

    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    background-image: url(./FLVR\ SNACK\ 3.png);
    background-position: center;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 999;



}

#product2 {
    width: 18%;
    height: 46vh;

    position: absolute;
    left: 37%;
    top: 60%;
    transform: translate(-50%, -50%);
    background-image: url(./FLVR\ SNACK\ 2.png);
    background-position: center;

    background-size: contain;
    background-repeat: no-repeat;

}

#product3 {
    width: 18%;
    height: 41vh;
    /* background-color: rgb(234, 255, 0); */
    position: absolute;
    left: 24%;
    top: 60%;
    transform: translate(-50%, -50%);
    background-image: url(./FLVR\ SNACK\ 1.png);

    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;

}

#product4 {
    width: 18%;
    height: 46vh;
    /* background-color: rgb(255, 0, 144); */
    position: absolute;
    left: 65%;
    top: 60%;
    transform: translate(-50%, -50%);
    background-image: url(./FLVR\ SNACK\ 4.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;

}

#product5 {
    width: 18%;
    height: 41vh;
    /* background-color: rgb(0, 255, 55); */
    position: absolute;
    left: 78%;
    top: 60%;
    transform: translate(-50%, -50%);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(./FLVR\ SNACK5.png);


}

@media (max-width:500px) {
    #nav {
        background-color:transparent;
        padding: 0 20px;
    }

    #nav-part2 h3 {
        display: none;

    }
    #page1 h2 {
    font-family: attila;
    color: #b3b2b2;
    font-size: 3vw;
    width: 30%;
    left: 20%;
    position: absolute;
    top: 74%;
    line-height: 2.8vw;
    opacity: 1;
}
#page1 h1{
    top: 18%;
}
#page1{
    background-color: transparent;
    min-height:40vh;
}
#page1 h3 {
    font-family: attila;
    color: #b3b2b2;
    font-size: 1.8vw;
    width: 18%;
    right: 12%;
    position: absolute;
    top: 50%;
    line-height: 1.9vw;
    opacity: 1;


}
#page2 img {
    left: 50%;
    transform: translate(-50%, 0) scale(0.9);
    width: 95vw;
    position: relative;
}
#page2{
    min-height: 52vh;

}
#page2 h1{
    margin-top: 10vw;
}
#page3 .avl{
    font-size: 2.5vw;
}
#option {
    width: 90vw;
    height: 40vh;
    /* background-color: blue; */
    /* margin-top: 8vh; */
    display: flex;
    flex-direction: column;
}
#option i {
    font-size: 5vw;
  display: none;
  opacity: 0;
}

#option h1 {
    z-index: 99;
}

.head1 {
    width: 100%;
    height: 20%;
    /* background-color: yellow; */
    display: flex;
    /* border: 1px solid black; */
    align-items: center;
    gap: 18vh;
    font-family: havelock;
    font-size: 2.5vw;
    color: #cecece;
    position: relative;


}

.head1>h1 {
    letter-spacing: -4px;


}

.head1 h2 {
    font-size: 5vw;

}

.head2 {
    width: 100%;
    height: 20%;
    /* background-color: yellow; */
    display: flex;
    /* border: 1px solid black; */
    align-items: center;
    gap: 18vh;
    font-family: havelock;
    font-size: 2.5vw;
    color: #cecece;
    position: relative;


}

.head2>h1 {
    letter-spacing: -4px;


}

.head2 h2 {
    font-size: 5vw;

}

.head3 {
    width: 100%;
    height: 20%;
    /* background-color: yellow; */
    display: flex;
    /* border: 1px solid black; */
    align-items: center;
    gap: 18vh;
    font-family: havelock;
    font-size: 2.5vw;
    color: #cecece;
    position: relative;


}

.head3>h1 {
    letter-spacing: -4px;


}

.head3 h2 {
    font-size: 5vw;

}

.head4 {
    width: 100%;
    height: 20%;
    /* background-color: yellow; */
    display: flex;
    /* border: 1px solid black; */
    align-items: center;
    gap: 18vh;
    font-family: havelock;
    font-size: 2.5vw;
    color: #cecece;
    position: relative;


}

.head4>h1 {
    letter-spacing: -4px;


}

.head4 h2 {
    font-size: 5vw;

}
.head5 {
    width: 100%;
    height: 20%;
    /* background-color: yellow; */
    display: flex;
    /* border: 1px solid black; */
    align-items: center;
    gap: 18vh;
    font-family: havelock;
    font-size: 2.5vw;
    color: #cecece;
    position: relative;


}

.head5>h1 {
    letter-spacing: -4px;


}

.head5 h2 {
    font-size: 5vw;

}

.car {
    width: 20vw;
    height: 20vh;
    /* background-color:; */
    z-index: -1;
    position: absolute;
    left: 13%;
    border-radius: 15px;
    padding: 15px;
}

.head1 .car {
    background-color: #FFD000;
    opacity: 0;

}

.head2 .car {
    background-color: #E9FF22;
    opacity: 0;
}

.head3 .car {
    background-color: #01F6A4;
    opacity: 0;


}

.head4 .car {
    background-color: #FC2276;
    opacity: 0;

}



.car h1 {
    font-size: 8vw;
    font-family: montserrat;
    position: absolute;
    top: 15%;
    color: #000000;


}

.car>h3 {
    color: #232025;
    font-size: 3.3vw;
    position: absolute;
  

}


.car {
    display: flex;
    flex-direction: column;
    gap: 20px;


}
#page3 {
    position: relative;
    width: 100vw;
    height: 55vh;
    /* background-color: red; */
    padding: 15px 70px;
}
#line{
    top: 6%;
}
#page4 h1 {
    font-size: 8vw;
    color: #c0c0c0;
    font-family: montserrat;
    line-height: 7vw;
    white-space: nowrap;
}


#elm {
    width: 90vw;
    height: 15vh;
    color: #cccccc;
    display: flex;
    font-family: montserrat;
    align-items: center;
    justify-content: space-between;
    /* background-color: #6f13ad; */
    /* position: absolute;
    left: 50%;
    transform: translate(-50%,0%);
    top: 5%; */




}

#elm1 {
    width: 50vw;
    height: 15vh;
    border: 1px solid #d9d5d5;
    font-size: 3vw;
    padding: 0 50px;
    display: flex;
    align-items: center;
    line-height: 3.7vw;
    line-height: 4vw;

}

#elm2 {
    width: 40vw;
    border: 1px solid #d9d5d5;
    height: 15vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5vw;
}
#page5 {
    height: 65vh;
    background-color: #E9FF22;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#cnt {
    width: 100vw;
    display: flex;
    flex-direction: column;
    color: #cecece;
    align-items: center;
    justify-content: center;
    margin-top: 10vh;
    gap: 7vh;
    /* background-color: #f67301; */

}

#cnt h1 {
    font-family: montserrat;
    font-size: 4.9vw;
    line-height: 4vw;
}

#cnt span {
    font-family: dancing;
    font-size: 6.7vw;
}

#cnt h4 {
  
    font-size: 2vw;
    text-align: center;
}

#cnt img {
    margin-top: 3vh;
    
}
#page6 {
    /* background-color: brown; */
    height: 40vh;
    
}
#page7 {
    /* background-color: #E9FF22; */
    height: 40vh;
    margin-top: 5vh;
}
#page7 h1 {
    font-size: 5vw;
    font-family: montserrat;
    font-weight: 600;
    line-height: 4vw;

}

#page7 span {
    font-family: dancing;
    font-size: 4.4vw;
}
#ynelm {
    width: 100vw;
    height: 30vh;
 /* background-color: #01F6A4; */
    display: flex;
    align-items: center;
    justify-content:center;
    gap: 5vw;
    padding: 0 20px;
    font-family: montserrat;
    color: #cccccc;
    font-size: 2.3vw;


}

#yelm {
    width: 40%;
    height: 30%;
    /* background-color: #01F6A4; */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#nelm {
    width: 40%;
    height: 30%;

    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;



}
#nelm img {
    position: absolute;
    transform: rotate(10deg);
    opacity: 0;
    transition: ease-in 0.6s;
    width: 100%;
    height: 100%;
    display: none;

}

#yelm img {
    position: absolute;
    transform: rotate(10deg);
    opacity: 0;
    transition: ease-in 0.6s;
    width: 100%;
    height: 100%;
    display: none;

}

#yelm h2 {
    position: relative;
    z-index: 999;
    font-size: 6vw;
}

#nelm h2 {
    position: relative;
    z-index: 999;
    font-size: 6vw;

}
#page8 {
    width: 100vw;
    height: 30vh;
    margin-top: 2vh;
    position: relative;

}

#page8 h1 {
    text-align: center;
    font-family: montserrat;
    font-size: 5vw;
    color: #cccccc;

}
#topmenu{
    align-items: flex-start;
    justify-content: flex-start;
    display: flex;
}
#txt{
    top: 40%;
    width: 70vw;
    left: 50%;
    transform: translate(-50%,0%);
    padding: 10px;
}
#topmenu h1 {
    font-size: 14vw;
    font-family: montserrat;
    color: #222;
    margin-top: 29vw;
    /* background-color: red; */
    letter-spacing: -5px;

}
}