@font-face {
    font-family: domain;
    src: url(./Domaine.ttf);
}
@font-face {
    font-family: editor;
    src: url(./EditorialNew-Light.ttf);
}
@font-face {
    font-family: Canopee;
    src: url(./Canopee.ttf);
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,body{
    width: 100%;
    height: 100%;
}
#main{
    background-color: #222;
    overflow: hidden;
}
#page1{
    height: 100%;
    width: 100%;
    background-color: #C4BCB3;
    position: relative;
    overflow: hidden;
}
#nav{
    height: 110px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    border-bottom: 1px solid #222;
}
#nav img{
    width: 30%;
    height: 30px;
}
#nav h5{
    width: 30%;
    font-size: 20px;
    font-weight: 100;
    font-family: Canopee;
}
#nav i{
    font-size: 2vw;
    width: 30%;
    text-align: right;
    cursor: pointer;
}
#elems{
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 60px;
}
#elem1{
    width: 30%;
    height: 100%;
}
#elem2{
    width: 30%;
    height: 100%;
    padding: 10px 60px ;
    text-align: center;
    border-right: 2px solid #57575793;
    border-left: 2px solid #57575793;
}
#elem3{
    width: 30%;
    height: 100%;
}
#elem1 #image-div{
    height: 60%;
    width: 100%;
    overflow: hidden;
}
#elem3 #image-div{
    height: 60%;
    width: 100%;
    overflow: hidden;
}
#image-div img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease 0.5s;
}
#image-div:hover img{
    scale:1.1;
}
#elem1 h4{
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Canopee;
}
#elem1 h4 span{
    background-color: #B43B12;
    color: #C4BCB3;
    font-weight: 100;
    font-size: 18px;
    padding: 4px;
    margin-left: 10px;
    border-radius: 5px;
}
#elem1 p{
    font-size: 23px;
    font-family: domain;
    font-weight: 100;
    color: #656565;
}
#elem3 h4{
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Canopee;
}
#elem3 h4 span{
    background-color: #B43B12;
    color: #C4BCB3;
    font-weight: 100;
    font-size: 18px;
    padding: 4px;
    margin-left: 10px;
    border-radius: 5px;
}
#elem3 p{
    font-size: 23px;
    font-family: domain;
    font-weight: 100;
    color: #656565;
}
#elem2 h2{
    font-family: Canopee;
    font-size: 75px;
    font-weight: 100;
}
#elem2 h3{
    font-family: domain;
    font-size: 2.6vw;
    letter-spacing: -.03rem;
    line-height: 3vw;
    font-weight: 100;
    color: #2f2f2f;
    margin: 30px 0;
}
#elem2 h5{
    font-family: domain;
    font-size: 20px;
    font-weight: 100;
    color: #2f2f2f;
}
#page1 h1{
    text-align: center;
    letter-spacing: -.05em;
    text-transform: uppercase;
    padding-top: 3vw;
    font-family: Canopee, sans-serif;
    font-size: 37vw;
    font-weight: 400;
    line-height: 27vw;
}
#head{
    width: 96%;
    color: #cdc6be;
    text-align: left;
    background-color: #1d1d1b;
    padding: 4.5vw 1vw 1vw;
    font-size: 36.6vw;
    margin-left: 2%;
    margin-top: 30px;
}
#page2{
    width: 100%;
    height: 150vh;
    background-color: #C4BCB3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 80px 40px;
}
#page2-left{
    width: 35%;
    height: 100%;
    padding: 50px;
    border-right: 1px solid  #2f2f2f;
}
#page2-left h2{
    font-size: 100px;
    font-family: Canopee;
    line-height: 150px;
    font-weight: 100;
    color: #1D1D1B;
}
#page2-left h2 span{
    font-size: 180px;
    font-weight: 900;
}
#page2-left img{
    height: 50%;
    width: 100%;
    object-fit: cover;
}
#page2-left p{
    font-size: 25px;
    font-family: editor;
    color: #1D1D1B;
    margin-top: 20px;
}
#page2-right{
    height: 100%;
    width: 60%;
    padding:0 50px;
}
#page2-right img{
    height: 53%;
    width: 100%;
    object-fit: cover;
}
#page2-right h1{
    font-size: 100px;
    letter-spacing: -1px;
    font-weight: 100;
    font-family: Canopee;
}
#page3{
    background-color: #C4BCB3;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 20px 20px;
    border-top: 1px solid #2f2f2fa8;
    border-bottom: 1px solid #2f2f2fa8;
}
#page3 h1{
    font-size: 400px;
    font-family: Canopee;
    background-color: #1C1C19;
    color: #C4BCB3;
    font-weight: 100;
    letter-spacing: -15px;
    width: fit-content;
    margin-left: 2%;
    padding: 0 20px;
    line-height: 400px;
}
#page3 img{
    height: 450px;
}
#page4{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #C4BCB3;
}
#page4-left{
    width: 65%;
    height: 100%;
    padding:80px 60px;
}
#page4-left img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
#page4-right{
    width: 35%;
    height: 100%;
    padding: 80px 60px;
}
#page4-right p{
    font-size: 30px;
    letter-spacing: -1.5px;
    font-family: editor;
    font-weight: 100;
    color: #2f2f2f;
    margin-bottom: 50px;
    line-height: 30px;
}
#page4-right #egg{
    width: 100%;
    height: 200px;
    border-radius: 50%;
    background-color: #CAC1B6;
    border: 1px solid #2f2f2fa8;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    overflow: hidden;
    cursor: pointer;
}
#egg h1{
    font-size: 50px;
    font-weight: 100;
    font-family: Canopee;
    transform: translateX(60%);
    transition: all ease 0.6s;
}
#egg img{
    height: 60px;
    transform: translateX(120%);
    transition: all ease 0.5s;
}
#egg:hover img{
    transform: translateX(-50%);
}
#egg:hover h1{
    transform: translateX(-120%);
}
#page5{
    width: 100%;
    padding: 30px 0;
    background-color: #C4BCB3;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    border-top: 1px solid #2f2f2f;
    border-bottom: 1px solid #2f2f2f;
    cursor: default;
}
#page5::-webkit-scrollbar{
    display: none;
}
#page5 h1{
    font-size: 100px;
    font-family: editor;
    font-weight: 100;
    display: inline-block;
    margin-right: 30px;
    animation-name: scrolll;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
#page5 h1 span{
    font-family: Canopee;
    background-color: #2f2f2f;
    color:#C4BCB3 ;
    padding: 0 2px;
}
@keyframes scrolll{
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(calc(-100% - 34px));
    }
}
#page5:hover h1{
    animation-play-state: paused;
}
#page6{
    width: 100%;
    height: 100px;
    background-color: #C4BCB3;
}