@font-face {
    font-family: canopee;
    src: url(./616fd1dd00cf6c70f978fc69_Canopee.ttf);

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

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

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

#main{
    background-color:#C3BBB1 ;
}

#page1{
    height: 110vh;
    width: 100vw;
    background-color: #C3BBB1;
    /* overflow-y: hidden; */
    overflow-x: hidden;
    position: relative;
}

#nav{
    height: 80px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 0.5px solid #222;
    padding: 0 30px;
}

#nav h5{
    font-size: 15px;
    font-weight: 100;
    width: 30%;

}

#nav img{
    height: 25px ;
    width: 30%;
    cursor: pointer;

}

#nav i{
    font-weight: 900;
    font-size: 20px;
    width:30%;
    text-align: right;
    cursor: pointer;

}

#elems{
    height: 380px;
    width: 100%;
    padding: 30px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#elem1{
    height: 100%;
    width: 30%;
    
}

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

#elem2{
    height: 100%;
    width: 30%;
    text-align: center;
    padding: 0 20px;
    border-right: 2px solid #928C85;
    border-left: 2px solid #928C85;
}

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

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

#image-div img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    cursor: pointer;
    transition: all ease 0.6s;
}

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

}

#elem1 h4{
    font-size: 24px;
    font-family: canopee;
    margin: 20px 0 10px 0 ;
}

#elem1 h4 span{
    background-color: #b43b12;
    color: #c4bcb3;
    font-size: 18px;
    font-weight: 100;
    padding: 4px;
    margin-left: 10px;
    border-radius: 5px;

}

#elem1 p{
    font-size: 20px;
    font-family: Domain;
    font-weight: 100;
    color: #656565;
}

#elem3 h4{
    font-size: 24px;
    font-family: canopee;
    margin: 20px 0 10px 0 ;
}

#elem3 h4 span{
    background-color: #b43b12;
    color: #c4bcb3;
    font-size: 18px;
    font-weight: 100;
    padding: 4px;
    margin-left: 10px;
    border-radius: 5px;

}

#elem3 p{
    font-size: 20px;
    font-family: Domain;
    font-weight: 100;
    color: #656565;
}

#elem2 h2{
    font-family: canopee;
    font-size: 60px;
    margin: 10px 0;
}

#elem2 h3{
    font-family: Domain;
    font-size: 40px;
    font-weight: 100;
}

#elem2 h6{
    font-family: Domain;
    margin-top: 65px;
    font-size: 20px;
    font-weight: 100;
    color: #656565;
}

#elem2 h6 span{
    color: #222;
}

#page1 h1{
    font-size: 560px;
    letter-spacing: -25px;
    font-weight: 100;
    font-family: canopee;
    background-color: #1C1C19;
    color: #C4BCB3;
    line-height: 500px;
    width: 96%;
    margin-left: 2%;
}

#main{
    background-color: #222;
    overflow:hidden;
}

/* page2 */

#page2{
    height: 150vh;
    width: 100%;
    background-color: #C4BCB3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 40px;
}

#page2-left{
    height: 100%;
    width: 35%;
    padding-right: 50px;
    border-right: 1px solid #222 ;
}

#page2-left h2{
    font-size: 130px;
    line-height: 150px;
    font-weight: 100;
    font-family: canopee;
    color: #1C1C19;
}

#page2-left h2 span{
    font-size: 190px;
    font-weight: 900;
}

#page2-left img{
    height: 50%;
    width: 100%;
    object-fit: cover;
    border: 1px solid #222;
}

#page2-left p{
    font-family: domain;
    font-size: 34px;
    font-weight: 100;
    color: #2f2f2f;
    margin-top: 10px;
}

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

}

#page2-right img{
    height: 53%;
    width: 100%;
    object-fit: cover;
    border: 1px solid #222;
}

#page2-right h1{
    font-family: canopee;
    color: #1C1C19;
    font-size: 105px;
    font-weight: 900;
    margin-top: 30px;
}

/* page3 */

#page3{
    height: 70vh;
    background-color: #C4BCB3;
    position: relative;
}

#page3 h1{
    font-size: 400px;
    font-weight: 100;
    letter-spacing: -5px;
    width: 75%;
    font-family: canopee;
    background-color: #1C1C19;
    color: #C4BCB3;
    margin-left: 2%;
    position: absolute;
    top: 5%;
}

#page3 img{
    height: 410px;
    position: absolute;
    top: 5%;
    right: 1%;
}

/* page4 */

#page4 {
    height: 100vh;
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: space-between;
    background-color: #C4BCB3;
}

#page4-left {
    width: 65%;
    height: 100%;
    padding: 0 60px;
    border-right: 1px solid #1C1C1A;
}

#page4-left h1{
    font-family: canopee;
    color: #1C1C19;
    font-size: 100px;
}


#page4-left img {
    height: 80%;
    width: 100%;
    object-fit: cover;
    border: 1px solid black;
}

#page4-right {
    width: 35%;
    height: 100%;
    padding: 80px 60px;
}

#page4-right p {
    font-size: 36px;
    font-family: domain;
    font-weight: 100;
    color: #2f2f2f;
    margin-bottom: 30px;
    line-height: 36px;
}

#page4-right #anda {
    height: 200px;
    background-color: #CAC1B6;
    border: 1px solid #2f2f2fc6;
    border-radius: 50%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    overflow: hidden;
}

#anda h1 {
    font-size: 65px;
    text-align: center;
    color: #1C1B19;
    font-weight: 100;
    font-family: canopee;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    transform: translateX(-26%);
    transition: all ease 0.6s;
}

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

#anda:hover img {
    transform: translateX(76%);

}

#anda:hover h1 {
    transform: translateX(100%);

}

#page5 {
    height: 23vh;
    padding: 25px 0;
    width: 100%;
    background-color: #C4BCB3;
    border-top: 1px solid #2f2f2f;
    border-bottom: 1px solid #2f2f2f;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

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

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

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

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

#page6 {
    height: 50vh;
    width: 100%;
    background-color: #C4BCB3;
}

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

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

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