
@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: rgb(57, 57, 57);
    overflow-x: hidden;
}

#page1{
    height: 140vh;
    width: 100vw;
    padding: 0 30px;
    background-color: #C4bcb3;
    position: relative;
    overflow: hidden;
}
#nav{
    height: 110px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #222;
}
#nav img {
    height: 30px;
    width: 30%;
}
#nav h5{
    font-size:20px;
    font-weight: 100;
    width: 30%;

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

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

}

#elem1{
    width: 30%;
    height: 100%;
    /* background-color: blue; */

}
#elem2{
    width: 30%;
    height: 100%;
    /* background-color: blue; */
    border-right: 2px solid #acacac;
    border-left: 2px solid #acacac;
    padding: 20px 60px;
    text-align: center;
}
#elem3{
    width: 30%;
    height: 100%;
    /* background-color: blue; */
    
}

#elem1 #image-div{
    height: 60%;
    width: 100%;
    overflow: hidden;
}



#image-div img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all ease 0.5s;
}
#elem3 #image-div{
    height: 60%;
    width: 100%;
    overflow: hidden;
}

#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: #B73B12;
    color: #C4bcb3;
    font-weight: 100;
    font-size: 18px;
    padding: 4px;
    margin-left: 10px;
    border-radius: 5px;

}

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

#elem3 h4{
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: canopee;
}
#elem3 h4 span{
    background-color: #B73B12;
    color: #C4bcb3;
    font-weight: 100;
    font-size: 18px;
    padding: 4px;
    margin-left: 10px;
    border-radius: 5px;

}

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


#elem2 h2{
    font-family: canopee;
    font-size: 75px;
    font-weight: 100;

}
#elem2 h3{
    font-family: domain;
    font-size: 45px;
    color: #2f2f2f;
    font-weight: 100;
    margin: 20px 0;

}
#elem2 h6{
    font-family: domain;
    font-size: 20px;
    color: #545454;
    font-weight: 80;

}

#page1 h1 {
    font-size: 570px;
    letter-spacing: -25px;
    font-weight: 100;
    font-family: canopee;
    background-color: #1C1B19;
    color: #C4BCB3;
    line-height: 500px;
    width: 100%;
    text-align: center;
    /* margin-left: 1%; */
    margin: 10px 0px;
}

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

#page2-left{
    height: 97%;
    width: 35%;
    /* background-color: red; */
    padding-right: 50px;
    border-right: 1px solid#4b4b4b;
}
#page2-left h2{
    font-size: 115px;
    font-family: canopee;
    line-height: 120px;
    font-weight: 100;
    letter-spacing: -6px;
}
#page2-left h2 span{
    font-size: 180px;
    font-weight: 900;
    letter-spacing: 0px;

}

#page2-left img{
    height: 50%;
    width: 100%;
    object-fit: cover;
}
#page2-left .page2-p{
    display: flex;
    margin-top: 10px;

}
#page2-left .page2-p p{
    font-size: 26px;
    font-family: domain;
    color: #2f2f2f;
    margin-top: 20px;
}
#page2-left p{
    /* margin-top: 20px; */

    font-size: 26px;
    font-family: domain;
    color: #2f2f2f;
    /* margin-top: 20px; */
}
#page2-left .page2-p span{
    font-size: 70px;
    padding: 0px 10px;
    margin-right:10px ;
    /* margin-bottom: -10px ; */
    font-family: domain;
    color: #C4BCB3;
    background-color: #1C1B19;
    /* margin-top: 20px; */
    line-height: 100px;
}
#page2-right{
    height: 100%;
    width: 100%;
    padding: 0 50px;
}
#page2-right img{
    height: 53%;
    width: 100%;
    object-fit: cover;
}

#page2-right h1{
    font-family: canopee;
    font-size: 110px;
    font-weight: 100;
    letter-spacing: -1px;
}
#page3{
    position: relative;
    height: 100%;
    background-color: #C4BCB3;
}
#page3 h1{
    font-size: 420px;
    font-weight: 100;
    letter-spacing: -10px;
    width: fit-content;
    background-color: #1C1B19;
    color: #C4BCB3;
    margin-left: 2%;
    padding: 0 20px;
    line-height: 400px;
    font-family: canopee;
}

#page3 img{
    height: 400px;
    position: absolute;
    top: 0;
    right: 3%;
}

#page4{
    height: 100vh;
    width: 100%;
    display: flex;
    align-content: center;
    background-color: #C4BCB3;
    justify-content: space-between;
}
#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;
    font-family: domain;
    font-weight: 100;
    color: #2f2f2f;
    margin-bottom: 30px;
    line-height: 30px;
}
#page4-right p a{
    color: #7D6452;
}
#page4-right #anda{
    height: 200px;
    width: 100%;
    background-color: #cac1b6;
    border: 1px solid #2f2f2f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    overflow: hidden;
}
#anda h1{
    font-size: 60px;
    font-weight: 100;
    font-family: canopee;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-40%);
    transition: all ease 0.6s;

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

#page4-9{
    background-color: #C4BCB3;
    height: 100%;
    width: 100%;
    padding: 0 30px;
}
#page4-9 #elems{
    border-top: 1px solid #2f2f2f;

}

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

#page5 h1{
    font-size: 90px;
    font-family: domain;
    font-weight: 100;
    display: inline-block;
    margin-right: 30px;
    animation-name: scroll;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
#page5 h1 span{
    font-family: canopee;
    background-color: #2f2f2f;
    color: #C4BCB3;
    padding: 0 12px;
}
#page6{
    height: 100px;
    width: 100%;
    background-color: #C4BCB3;
}

@keyframes scroll{
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(calc(-100% - 34px));
    }
}
#page5:hover h1{
    animation-play-state: paused;
}

@media (max-width: 480px){



    #page1{
        height: 150vh;
        width: 100vw;
        padding: 0 30px;
        background-color: #C4bcb3;
        position: relative;
        overflow: hidden;
    }
    #nav{
        height: 60px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #222;
    }
    #nav img {
        height: 20px;
        width: 30%;
    }
    #nav h5{
        font-size:10px;
        font-weight: 100;
        width: 30%;

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

    #elems{
        /* background-color: red; */
        height: 900px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px;
        

    }

    #elem1{
        width: 100%;
        height: 100%;
        /* background-color: blue; */
        padding: 10px 0;

    }
    #elem2{
        width: 100%;
        height: 100%;
        /* background-color: blue; */
        border-right: 0px solid #acacac;
        border-left: 0px solid #acacac;
        border-top: 2px solid #acacac;
        border-bottom: 2px solid #acacac;
        padding: 10px 10px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    #elem3{
        width: 100%;
        height: 100%;
        /* background-color: blue; */
        padding: 10px 0;
        
    }

    #elem1 #image-div{
        height: 50%;
        width: 100%;
        overflow: hidden;
    }



    #image-div img{
        height: 100%;
        width: 100%;
        object-fit: cover;
        transition: all ease 0.5s;
    }
    #elem3 #image-div{
        height: 50%;
        width: 100%;
        overflow: hidden;
    }

    #image-div:hover img{
        scale: 1.1;
    }
    #elem1 h4{
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 10px;
        font-family: canopee;
    }
    #elem1 h4 span{
        background-color: #B73B12;
        color: #C4bcb3;
        font-weight: 100;
        font-size: 14px;
        padding: 4px;
        margin-left: 10px;
        border-radius: 5px;

    }

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

    #elem3 h4{
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 10px;
        font-family: canopee;
    }
    #elem3 h4 span{
        background-color: #B73B12;
        color: #C4bcb3;
        font-weight: 100;
        font-size: 14px;
        padding: 4px;
        margin-left: 10px;
        border-radius: 5px;

    }

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


    #elem2 h2{
        font-family: canopee;
        font-size: 50px;
        font-weight: 100;

    }
    #elem2 h3{
        font-family: domain;
        font-size: 25px;
        color: #2f2f2f;
        font-weight: 100;
        margin: 10px 0;

    }
    #elem2 h6{
        font-family: domain;
        font-size: 20px;
        color: #545454;
        font-weight: 80;

    }

    #page1 h1 {
        font-size: 70px;
        letter-spacing: 0px;
        font-weight: 100;
        font-family: canopee;
        background-color: #1C1B19;
        color: #C4BCB3;
        line-height: 100px;
        width: 100%;
        text-align: center;
        /* margin-left: 1%; */
        margin: 10px 0px;
    }

    #page2 {
        height: 150vh;
        width: 100%;
        background-color: #C4BCB3;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 20px 20px;
    }

    #page2-left{
        height: 50%;
        width: 100%;
        /* background-color: red; */
        padding-right: 0px;
        border-right: 0px solid#4b4b4b;
    }
    #page2-left h2{
        font-size: 70px;
        font-family: canopee;
        line-height: 60px;
        font-weight: 100;
        letter-spacing: -6px;
    }
    #page2-left h2 span{
        font-size: 60px;
        font-weight: 900;
        letter-spacing: 0px;

    }

    #page2-left img{
        height: 50%;
        width: 100%;
        object-fit: cover;
    }
    #page2-left .page2-p{
        display: flex;
        margin-top: 10px;

    }
    #page2-left .page2-p p{
        font-size: 20px;
        font-family: domain;
        color: #2f2f2f;
        margin-top: 20px;
    }
    #page2-left p{
        /* margin-top: 20px; */

        font-size: 20px;
        font-family: domain;
        color: #2f2f2f;
        /* margin-top: 20px; */
    }
    #page2-left .page2-p span{
        font-size: 40px;
        padding: 0px 10px;
        margin-right:10px ;
        /* margin-bottom: -10px ; */
        font-family: domain;
        color: #C4BCB3;
        background-color: #1C1B19;
        /* margin-top: 20px; */
        line-height: 100px;
    }
    #page2-right{
        height: 50%;
        width: 100%;
        padding: 0 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #page2-right img{
        height: 50%;
        width: 100%;
        object-fit: cover;
    }

    #page2-right h1{
        font-family: canopee;
        font-size: 40px;
        font-weight: 100;
        letter-spacing: -1px;
    }
    #page3{
        position: relative;
        height: 100%;
        background-color: #C4BCB3;
        padding: 0 10px;
    }
    #page3 h1{
        font-size: 90px;
        font-weight: 100;
        letter-spacing: -3px;
        width: fit-content;
        background-color: #1C1B19;
        color: #C4BCB3;
        margin-left: 2%;
        padding: 0 10px;
        line-height: 100px;
        font-family: canopee;
    }

    #page3 img{
        height: 100px;
        position: absolute;
        top: 0;
        right: 3%;
    }

    #page4{
        height: 95vh;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-content: center;
        background-color: #C4BCB3;
        justify-content: space-between;
    }
    #page4-left {
        width: 100%;
        height: 50%;
        padding: 30px 20px;
    }
    #page4-left img{
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    #page4-right {
        width: 100%;
        height: 100%;
        padding: 0px 20px;

    }
    #page4-right p{
        font-size: 20px;
        font-family: domain;
        font-weight: 100;
        color: #2f2f2f;
        margin-bottom: 30px;
        line-height: 22px;
    }
    #page4-right p a{
        color: #7D6452;
    }
    #page4-right #anda{
        height: 100px;
        width: 100%;
        background-color: #cac1b6;
        border: 1px solid #2f2f2f;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;
        overflow: hidden;
    }
    #anda h1{
        font-size: 30px;
        font-weight: 100;
        font-family: canopee;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: translateX(-90%);
        transition: all ease 0.6s;

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

    #page4-9{
        background-color: #C4BCB3;
        height: 100%;
        width: 100%;
        padding: 0 30px;
    }
    #page4-9 #elems{
        border-top: 1px solid #2f2f2f;

    }

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

    #page5 h1{
        font-size: 40px;
        font-family: domain;
        font-weight: 100;
        display: inline-block;
        margin-right: 30px;
        animation-name: scroll;
        animation-duration: 3s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }
    #page5 h1 span{
        font-family: canopee;
        background-color: #2f2f2f;
        color: #C4BCB3;
        padding: 0 12px;
    }
    #page6{
        height: 100px;
        width: 100%;
        background-color: #C4BCB3;
    }

    @keyframes scroll{
        0%{
            transform: translateX(0);
        }
        100%{
            transform: translateX(calc(-100% - 34px));
        }
    }
    #page5:hover h1{
        animation-play-state: paused;
    }


}