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

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: myFont;
    color: white;
}
html, body{
    width: 100%;
    height: 100%;    
}
#perple{
    height: 100vh;
    width: 100vw;
    top: 0;
    position: fixed;
    background-color: #EDBFFF;
    z-index: 100;
    opacity: 0;
    display: none;
}
.cursor{
    height: 20px;
    width: 20px;
    border-radius: 50%;
    position: fixed;
    background-color: #EDBFFF;
    z-index: 8;
    transition: background-image ease 0.5s;
    background-position: center;
    background-size:cover ;
    mix-blend-mode: difference;
    transition: background-image ease 0.5s;
}
.main{
    background-color: #0F0D0D;
    cursor: none;
}

        /* Page Text */
.page1{
    min-height: 100vh;
    width: 100%;
    position: relative;
    z-index: 9;
    padding-top: 10vw;
}

/* Navbar */
#nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 55px;
    /* background-color: red; */
    padding: 0vw 1.4vw;
    mix-blend-mode: difference;
    position: fixed;
    z-index:102
}
#nav img{
    height: 1.7vw;
}
#nav h4{
    font-size: 1vw;
    text-transform: uppercase;
    font-weight: 900;
}
#nav h4:nth-child(1){
    border-bottom: 1.5px solid white;
}
#nav-part2{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.9vw;    
}
#nav-part3{
    height: 1.4vw;
    width: 1.4vw;
    background-color: white;
    border-radius: 50%;
}


.page1 > h1{
    font-size: 9vw;
    font-family: PP mori;
    font-weight: 300;
    margin-left: 6vw;
    transition: all ease ;

}
.page1 > h2{
    font-size: 8vw;
    font-family: PP mori;
    font-weight: 300;
    margin-left: 24vw;
    transition: all ease ;
}
.page1 video{
    width: 60%;
    margin-top: 10vw;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0%);
}

                /* Page 2 */

.page2{
    min-height: 80vh;
    width: 100%;
    padding: 100px 5vw;
    border-bottom: 2px solid #a2a0a0;
    position: relative;
    z-index: 9;
}

.page2 h1{
    font-size:7vw;
    font-weight: 700;
    color: #111;

}
.page2-container{
    height: 60vh;
    width: 100%;
    /* background-color: red; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding: 0 5vw; */
}
.page2-left{
    /* background-color: blue; */
    width: 40%;
}
.page2-right{
    /* background-color: blue; */
    width: 24%;
}
 .page2-left h2{
    font-size: 4vw;
    font-weight: 600;
    color: #111;
    line-height: 4vw;
}
.page2-right p{
    font-size: 1.5vw;
    color: #111;
    font-weight: 600;
    
}
.page2-right button{
    width: 100%;
    border-radius: 50px;
    border: none;
    padding: 4px 0;
    background-color: #e2c2ef;
    color: #111;
    margin-top: 20px;
    font-weight: 900;
} 

/* Page 3 */
.page3{
    min-height: 200vh;
    width: 100%;
    padding-top: 100px;
    position: relative;
    z-index: 9;
}
.page3 h1{
    font-size: 6.8vw;
    font-weight: 600;
    color: #111;
    margin-left: 100px;
}
.page3-part1{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;

}
.page3-part1 img{
    height: 400px;
    margin-top: 160px;
}
.page3-part1 video{
    height: 400px;
    margin-top: 40px;
}

.page3-part2{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 6vw;

}
.page3-part2 img{
    height: 400px;
    margin-top: 10px;
    border-radius: 2vw;
}
.page3-part2 video{
    height: 400px;
    margin-top: 190px;
}

            /* Page 4 */
.page4{
    min-height: 110vh;
    width: 100%;
    position: relative;
    z-index: 9;
    padding: 100px 100px;
}
.page4 > h2{
    /* color: #111; */
    text-align: center;
    text-transform: uppercase;
    font-size: 2vw;
    font-weight: 600;
}
.page4 > h2:nth-child(2){
    margin-bottom: 4vw;
}
.elem{
    /* background-color: salmon; */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 10px;
}
.elem img{
    position: absolute;
    opacity: 0;
    transition: all ease-out 0.5s;
    transform: translateY(10%) rotate(2deg);
    width: 25vw;
}
.elem img:nth-child(1){
    left: -2%;
}
.elem img:nth-child(3){
    right: -2%;
}
.text-div{
    /* background-color: lightblue; */
    height: 145px;
    overflow: hidden;
}
.elem h1{
    font-size: 7.5vw;
    font-weight: 600;
    transition: all ease-out 0.5s;
}
.elem:hover h1{
    transform: translateY(-100%);
    color: #EDBFFF;
}
.elem:hover img{
    opacity: 1;
    transform: translateY(0%) rotate(0deg);
}
    /* Page 5 */
.page5{
    min-height: 100vh;
    width: 100%;
    /* background-color: red; */
    position: relative;
    z-index: 9;
    padding: 100px 100px;
}
.page5 h2{
    font-size: 4vw;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 50px;
}
.page5 h2 span{
    color: #EDBFFF;
}
.box{
    /* background-color: red; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    padding: 0 25px;
    border-top: 2px solid #dadada;
}

.box:nth-last-child(1){
    border-bottom: 2px solid #dadada;

}


/* Footer */
footer{
    height: 60vh;
    width: 100%;
    background-color: #EDBFFF;
}

    