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

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

@font-face {
    font-family: a;
    src: url(./fonts/Gilroy-Light.otf);
}

@font-face {
    font-family: b;
    src: url(./fonts/Gilroy-ExtraBold.otf);
}

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

#purple{
    height: 100vh;
    width: 100vw;
    top: 0;
    position: fixed;
    z-index: 100;
    background-color: #EDBFFF;
    opacity: 0;
    display: none;
    transition: opacity ease 1s;
    
}

.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;
}

.main {
    background-color: #0F0D0D;
    cursor: none;
}

.page1 {
    min-height: 100vh;
    width: 100%;
}

#nav {
    height: 55px;
    width: 100%;
    /* background-color: red; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
}

#nav-part2 {
    font-family: a;
    align-items: center;
    justify-content: center;
    display: flex;
    gap: 15px;
}

#nav-part2 h4 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

#nav-part2 h4:nth-child(1) {
    border-bottom: 1.5px solid white;
}

#nav #circle {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: plum;
}

.page1 h1 {
    margin-top: 12vw;
    margin-left: 6vw;
    font-size: 8vw;
    font-family: c;
    font-weight: 500;
    letter-spacing: .1px;
}

.page1 h2 {
    font-size: 8vw;
    font-family: c;
    font-weight: 500;
    margin-left: 23vw;
    letter-spacing: .1px;
}

.page1 video {
    width: 60%;
    margin-top: 10vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    object-fit: cover;
}

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

.page2 h1{
    font-family: c;
    font-size:7vw;
    font-weight: 500;
    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{

    width: 41%;
}

.page2-right{

    width: 31%;
    padding-right: 3vw;
    /* margin-top: -1vw; */
    padding-left: 5vw;
}

.page2-left h2{
    font-family: a;
    font-size: 4vw;
    font-weight: 300;
    color: #111;
    line-height: 4vw;
    /* letter-spacing: .1px; */
}

.page2-right p{
    font-family: c;
    font-size: 21px;
    color: #111;
    line-height: 1.7vw;
}

.page2-right button{
    font-family: c;
    width: 100%;
    border-radius: 50px;
    border: none;
    padding: 4px 0;
    background-color: #EDBFFF;
    color: #111;
    margin-top: 20px;
}

.page3{
    min-height: 100vh;
    width: 100%;
    padding-top: 100px;
    position: relative;
    z-index: 9;
}

.page3 h1{
    margin-left: 75px;
    font-family: c;
    font-size:7vw;
    font-weight: 500;
    color: #111;
}
.page3-part1{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;

}
.page3-part1 img{
    height: 550px;
    margin-top: 160px;
}
.page3-part1 video{
    height: 350px;
    margin-top: 40px;
    margin-right: 4vw;
}

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

}
.page3-part2 img{
    height: 40vw;
    margin-top: 5vw;
    margin-right: 8vw;
}
.page3-part2 video{
    height: 400px;
    margin-top: 25vw;
    margin-left: 4vw;
}

.page3-part3 {
    min-height: 30vw;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page3-part3 h2{
    margin-left: 75px;
    font-family: c;
    font-size: 4.25vw;
    font-weight: 500;
    color: #111;
}

#page3-circle {
    background-color: #EDBFFF;
    color: #000;
    border-radius: 50%;
    height: 10vw;
    width: 10vw;
    border: none;
    margin-right: 8vw;
    font-family: c;
}

#page3-circle:hover {
    background-color: #000;
    color: white;
}

.page4{
    min-height: 100vh;
    width: 100%;
    z-index: 9;
    position: relative;
    padding: 170px 100px;
}
.elem{
    /* background-color: salmon; */
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.elem img{
    position: absolute;
    opacity: 0;
    transition: all ease-out 0.5s;
    transform: translateY(10%) rotate(2deg);
}
.elem img:nth-child(1){
    left: 2%;
}
.elem img:nth-child(3){
    right: 5%;
}
.text-div{
    /* margin-top: 1vw; */
    height: 18.5vh;
    position: relative;
    z-index: 9;
    overflow: hidden;
    font-family: a;
}

/* .text-div h1 {
    padding-top: .1vw;
} */
.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);

}


.page5{
    min-height: 100vh;
    width: 100%;
    position: relative;
    z-index: 9;
    padding: 140px 100px;
}
.page5 h2{
    font-family: c;
    font-size: 4vw;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 50px;
}
.box{
    /* background-color: red; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    padding: 0 20px;
    border-top: 2px solid #dadada;
    font-family: c;
}

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

}


footer{
    height: 90vh;
    width: 100%;
    background-color: #EDBFFF;
}