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

@font-face {
    font-family: elight;
    src: url(EditorialNew-Light.ttf);
}

@font-face {
    font-family: emedium;
    src: url(EditorialNew-Medium.ttf);
}


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

}

html,body {
     height: 100%;
     width: 100%;
     background-color: #C6BDB4;
     background-image: url(bg.jpg);
     object-fit: cover;
}

#page1 {
    height: 120vh;
    width: 100vw;
    background-color: #C3BBB2;
    background-image: url(bg.jpg);
    background-blend-mode: soft-light;
    object-fit: cover;
    position: relative;
    overflow: hidden;
    filter:brightness(-4px)
}

#main {
    background-color: #222;
    overflow-x: hidden;
}
#nav {
    height: 110px;
    width: 100vw;
    display: flex;
    padding: 0 30px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #222;

}

#nav>img {
    height: 30px;
}

#nav>h5 {
    font-size: 20px;
    font-weight: 100;
}

#elems {
    height: 430px;
    /* background-color: #fff; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 60px;
}

#elem1 {
    width: 30%;
    height: 100%;
    overflow: hidden;

}

#elem2 {
    width: 30%;
    height: 100%;
    overflow: hidden;
    border-right: 2px solid #79746E;
    padding: 20px 60px;
    text-align: center;
    border-left: 2px solid #79746E;
}

#elem3 {
    width: 30%;
    height: 100%;
    overflow: hidden;
}

#elem1>#image-div {
    height: 60%;
    width: 100%;
    overflow: hidden;
    border: 1px solid #000;
}

#image-div:hover img{
    scale: 1.2;
}

#image-div img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all ease 0.4s;
}

#elem3>#image-div {
    height: 60%;
    width: 100%;
    overflow: hidden;
    border: 1px solid #000;
}

#elem1>h4 {
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: canopee;
} 


#elem1>h4>span {
    background-color: #B9401A;
    color: #C3BBB2;
    font-weight: 100;
    font-size: 20px;
    padding: 4px;
    margin-left: 10px;
    border-radius: 5px ;

}

#elem1>p {
    max-width: 95%;
    letter-spacing: -.01em;
    margin-top: 1vw;
    font-family: elight;
    font-size: 1.2vw;
    font-weight: 100;
    line-height: 1.5vw;
    color: #5d5b5b;
    
} 

#elem3>h4 {
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: canopee;
} 


#elem3>h4>span {
    background-color: #B9401A;
    color: #C3BBB2;
    font-weight: 100;
    font-size: 20px;
    padding: 4px;
    margin-left: 10px;
    border-radius: 5px ;

}

#elem3>p {
    max-width: 95%;
    letter-spacing: -.01em;
    margin-top: 1vw;
    font-family: elight;
    font-size: 1.2vw;
    font-weight: 100;
    line-height: 1.5vw;
    color: #5d5b5b;
    
} 

#elem2>h2 {
    font-family: canopee;
    font-size: 75px;
    font-weight: 100;
    color: #1B1B1A;
}

#elem2>h3 {
    font-family: elight;
    font-size: 40px;
    font-weight: 100;
    color: #312f2f;
    padding-top: 10px;
}

#elem2>h6 {
    font-family: elight;
    font-size: 20px;
    font-weight: 100;
    color: #312f2f;
    padding-top: 35px;
}

#elem2>h6>span {
    font-family: canopee;
    font-size: 22px;
    font-weight: 100;
    color: #000000;
}

#page1>h1 {
    font-size: 600px;
    font-family: canopee;
    font-weight: 100;
    color: #C6BDB4;
    background-color: #1C1C19;
    text-align: center;
    line-height: 94%;
    margin-left: 2%;
    margin-right: 2%;
    letter-spacing: -25px;
    
}

#page2 {
    height: 160vh;
    width: 100vw;
    background-image: url(bg.jpg);
    background-color: #C6BDB4;
    background-blend-mode: soft-light;
    object-fit: cover;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 38px;
}

#page2-left {
    height: 100%;
    width: 35%;
    padding-right: 50px;
    width: 40%;

}

#page2-left>p>span {
    font-family: canopee;
    font-weight: bold;
    font-size: 80px;
}

#page2-left>img {
    height: 60%;
    width: 100%;
    object-fit: cover;
    border: 1px solid #000;
    border-right: 1px solid #000;
    transition: all ease 0.4s;
}

#page2-left>p {
    font-size: 30px;
    font-family: elight;
    color: #1C1C19;
    margin-top: 20px;
}

#page2-right {
    height: 100%;
    width: 60%;
    padding: 0 60px;
}

#page2-right>img {
    height: 53%;
    width: 107.5%;
    object-fit: cover;
    border: 1px solid #000;
    transition: all ease 0.4s;
    object-position: center;
}

#page2-left>h2 {
    font-size: 130px;
    font-family: canopee;
    text-align: center;
    line-height: 130px;
    font-weight: 100;
    color: #282727;
}

#page2-left>h2>span {
    font-size: 210px;
    letter-spacing: -10px;
    text-align: center;
}

#page2-right>h1 {
    font-family: canopee;
    font-size: 112px;
    font-weight: bold;
    letter-spacing: -5px;
    color: #282727;
    margin-top: 30px;

    padding-bottom: 50px;
    border-bottom: 1px solid #000;
}

#page3 {
    padding-bottom: 100px;
    position: relative;
    background-image: url(bg.jpg);
    background-color: #C6BDB4;
    background-blend-mode: soft-light;
    object-fit: cover;
}

#page3>h1 {
    font-size: 470px;
    font-weight: 100;
    letter-spacing: -10px;
    background-image: url(bg.jpg);
    background-blend-mode: color-burn;
    background-color: #1C1C19;
    width: fit-content;
    color: #C4BCB3;
    margin-left: 2%;
    padding: 0 20px;
    line-height: 450px;
    font-family: canopee;
}

#page3 img {
    height: 450px;
    position: absolute;
    top: 0;
    right: 3%;
    transition: all ease 0.4s;

}

#page4 {
    height: 100vh;
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: space-between;
    background-image: url(bg.jpg);
    background-color: #C6BDB4;
    background-blend-mode: soft-light;
    object-fit: cover;

}

#page4-left {
    width: 60%;
    height: 100%;
    border-top: 1px solid #312f2f;
    padding: 60px 40px;
}

#page4-left>img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#page4-right {
    width: 40%;
    height: 100%;
    padding: 60px 40px;
    border-top: 1px solid #312f2f;
}

#page4-right>p {
    font-size: 40px;
    font-family: elight;
    font-weight: 100;
    color: #2f2f2f;
    line-height: 40px;
    margin-top: 20px;
}

#page4-right>#oval {
    height: 240px;
    background-color: #CAC1B6;
    border: 1px solid #312f2f;
    border-radius: 50%;
    width: 100%;
    margin-top: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    overflow: hidden;
}

#oval>h1 {
    font-size: 100px;
    font-family: canopee;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-25%);
    transition: all ease 0.6s;   

}

#oval>img {
    height: 60px;
    transform: translateX(-120%);
    transition: all ease 0.6s;

}


#oval:hover img {
    transform: translateX(100%);
    transition: all ease 0.6s;
}

#oval:hover h1 {
    transform: translateX(100%);
    transition: all ease 0.6s;
}

#page5 {
    padding: 25px 0;
    width: 100%;
    background-color: #C6BDB4;
    background-blend-mode: soft-light;
    background-image: url(bg.jpg);
    object-fit: cover;
    border-top: 1px solid #2f2f2f;
    border-bottom: 1px solid #2f2f2f;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

#page5::-webkit-scrollbar {
    display: none;
}

#page5 h1 {
    font-size: 100px;
    font-family: domain;
    font-weight: 100;
    display: inline-block;
    /* background-color: red; */
    animation-timing-function: linear;
    margin-right: 30px;
    animation-name: scroll;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

#page5 h1 span {
    font-family: canopee;
    background-color: #1b1b1b;
    color: #C4BCB3;
    padding: 0 12px;
}

#page6 {
    height: 100px;
    width: 100%;
    background-image: url(bg.jpg);
    background-blend-mode: soft-light;
    background-color: #C6BDB4;
    object-fit: cover;
    
}


@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-100% - 34px));
    }
}


#page5:hover h1{
    animation-play-state: paused;
}