@font-face {
    font-family: domain;
    src: url(./Domaine.ttf);
}
@font-face {
    font-family: editorial;
    src: url(./Editorial.ttf);
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,body{
    height: 100%;
    width: 100%;
}
body{
    overflow-y: auto;
    overflow-x: hidden;
}
#main{
    background-color: #1C1C1A;
    overflow: hidden;
}
#page1{
    min-height: 100vh;
    min-width: 100vw;
    overflow: hidden;
    background-color: #C3BCB2;
    position: relative;
    /* padding-bottom: 30px; */
}
#page1 nav{
    height: 12vh;
    width: 100%;
    padding: 0 30px;
    /* background-color: red; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #222;
}
#page1 nav h5{
    font-size: 15px;
    font-weight: 100;
    width: 30%;
}

#page1 nav img{
    width: 10%;
    height: 30px;
}

#page1 nav i{
    font-size: 17px;
    width: 30%;
    text-align: right;
}

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

#elems #elem1{
    width: 30%;
    height: 100%;
    /* background-color: violet;     */
}
#elems #elem2{
    width: 30%;
    height: 100%;
    padding: 20px 20px;
    text-align: center;
    /* background-color: violet;  */
    border-right: 1px solid #575757; 
    border-left: 1px solid #575757;  
}
#elems #elem3{
    width: 30%;
    height: 100%;
    /* background-color: violet;     */
}

#elems #elem1 #img-div{
    height: 60%;
    width: 100%;
    overflow: hidden;
    /* object-fit: cover; */
}
#img-div img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all ease 0.5s;
}

#elems #elem3 #img-div{
    height: 60%;
    width: 100%;
    overflow: hidden;
    /* object-fit: cover; */
}

#img-div:hover img{
    scale: 1.1;
}

#elems #elem1 h4{
    font-size: 22px;
    font-weight: 200;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Canopee;
        display: flex;
        align-items: center;
        gap: 4px;
    /* background: red; */
}
#elem1 h4 span{
    background-color: #B73C12;
    color: #C3BCB2;
    padding: 4px;
    font-size: 15px;
    font-weight: 150;
    border-radius: 5px;
}
#elems #elem1 p{
    font-size: 17px;
    font-weight: 100;
    font-family: domain;
    color: #3e3e3e;
}

#elems #elem3 h4{
    font-size: 22px;
    font-weight: 200;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Canopee;
        display: flex;
        align-items: center;
        gap: 4px;
    /* background: red; */
}
#elem3 h4 span{
    background-color: #B73C12;
    color: #C3BCB2;
    padding: 4px;
    font-size: 15px;
    font-weight: 150;
    border-radius: 5px;
}
#elems #elem3 p{
    font-size: 17px;
    font-weight: 100;
    font-family: domain;
    color: #3e3e3e;
}

#elem2 h2{
    font-family: Canopee;
    font-size: 75px;
    font-weight: 100;
    letter-spacing: -5px;
}
#elem2 h3{
    font-family: Canopee;
    font-size: 35px;
    font-weight: 100;
    color: #272727;
    margin-top: 10px;
}
#elem2 span{
    font-family: Canopee;
    font-size: 20px;
}
#elem2 h6{
    font-family: domain;
    font-size: 17px;
    font-weight: 150;
    color: #272727;
    margin-top: 20px;
}
#page1 h1{
    font-size: 460px;
    font-weight: 100;
    font-family: Canopee;
    background-color: #1C1C1A;
    color: #C3BCB2;
    line-height: 375px;
    width: 96%;
    margin-left: 1.8%;
    /* padding-left: 25px; */
}

#page2{
    min-height: 100vh;
    min-width: 100vw;
    background-color: #C3BCB2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 30px;
}
/* #page2-left, #page2-right {
    min-height: 100vh;
    padding-bottom: 50px; /* Extra space to make sure bottom content is scrollable */
/*} */
#page2-left{
    height: 100%;
    width: 35%;
    /* background-color: red; */
    padding: 0 40px;
    border-right: 1px solid #2f2f2f;
}
#page2-left h1{
    font-size: 100px;
    font-family: Canopee;
    font-weight: 100; 
    color: #1C1B19;
    line-height: 125px;
    /* text-align: center;   */
}
#page2-left h1 span{
    font-size: 12vw;
}
#page2-left img{
    height: 50%;
    width: 100%;
    object-fit: cover;
}
/* #page2-left p span{
    font-size: 10vh;
    font-family: editorial;
    background-color: #2f2f2f;
    color: #C3BCB2;
} */
#page2-left p{
    font-size: 20px;
    font-family:editorial;
    letter-spacing: 1.2px;
    font-weight: 300;
    line-height: 30px;
    padding: 20px 0;
    color: #1C1C1A;
}

#page2-right{
    height: 100%;
    width: 100%;
    /* background-color: #B73C12; */
    /* margin-left: 10px; */
    padding-left: 30px;
}
#page2-right h1{
    padding-top: 20px;
    font-size: 7.5vw;
    font-family: Canopee;
    font-weight: 300;
    color: #1C1C1A;
    /* line-height: -1px; */
    /* letter-spacing: px; */
}
#page2-right img{
    width: 96.5%;
    height: 70%;
    object-fit: cover;
}

#page3{
    height: 60vh;
    width: 100vw;
    background-color: #C3BCB2;
    /* padding-bottom: 100px; */
}
#page3 #upper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}
#page3 h1{
    font-size: 360px;
    font-weight: 100;
    font-family: Canopee;
    background-color: #1C1C1A;
    color: #C3BCB2;
    line-height: 320px;
    width: 73%;
    margin-left: 1.8%;
    text-align: center;
}
#page3 #upper img{
    padding-right: 15px;
}
