@import url('https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&family=Protest+Revolution&display=swap');

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

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

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

#page1 {
    height: 110vh;
    width: 100vw;
    background-color: #c4bcb3;
    position: relative;
    overflow: hidden;
}

#nav {
    height: 100px;
    width: 100%;
    /* background-color: red; */
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    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: 22px;
    width: 30%;
    text-align: right;
}

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

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

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

#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: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: "Kalam", cursive;
}

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

#elem1 p {
    font-family: "Protest Revolution", sans-serif;
    font-weight: 100;
    font-size: 20px;
    color: #656565;
}

#elem2 h3 {
    font-family: "Kalam", cursive;
    font-size: 55px;
    font-weight: 200;
}

#elem2 h4 {
    font-family: "Protest Revolution", sans-serif;
    font-size: 35px;
    font-weight: 100;
    color: #2f2f2f;
    margin: 20px 0px;
}

#elem2 h6 {
    font-family: "Kalam", cursive;
    font-size: 20px;
    color: #2f2f2f;
    font-weight: 100;
}

#elem3 h4 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: "Kalam", cursive;
}

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

#elem3 p {
    font-family: "Protest Revolution", sans-serif;
    font-weight: 100;
    font-size: 16px;
    color: #656565;
    line-height: 22px;
    letter-spacing: 1px;
}

#page1 h1 {
    font-size: 370px;
    font-weight: 400;
    font-family: "Protest Revolution", sans-serif;
    background-color: #1c1c19;
    color: #c4bcb3;
    margin-left: 1%;
    margin-top: 30px;
    margin-right: 1%;
    border-radius: 5px;
}

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

#page2-left {
    height: 100%;
    width: 35%;
    padding-right: 50px;
    /* background-color: red; */
    border-right: 1px solid #656565;
}

#page2-left h2 {
    font-size: 90px;
    font-family: "Protest Revolution", sans-serif;
    line-height: 110px;
    font-weight: 100;
}

#page2-left p {
    font-size: 30px;
    font-family: "Protest Revolution", sans-serif;
    color: #2f2f2f;
}

#page2-left img {
    height: 50%;
    width: 100%;
    object-fit: cover;
}

#page2-left h2 span {
    font-size: 140px;
    font-weight: 800;
}
#page2-right{
    height: 100%;
    width: 60%;
    padding: 0 60px;
}
#page2-right img{
    height: 53%;
    width: 100%;
    object-fit: cover;
}
#page2-right h1{
    font-family: "Protest Revolution", sans-serif;
    font-size: 76px;
    font-weight: 700;
    letter-spacing: -1px;
}
#page3{
    padding-bottom: 100px;
    position: relative;
    background-color: #c4bcb3;
}
#page3 h1{
    font-size: 330px;
    font-weight: 100;
    font-family: "Protest Revolution", sans-serif;
    width:fit-content;
    background-color: #1c1c19;
    color: #c4bcb3;
    margin-left: 2%;
    padding: 0 20px;
    letter-spacing: -10px;
    line-height: 400px;
}
#page3 img{
    position: absolute;
    height: 400px;
    top: 0;
    right: 0;
}
#page4{
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #c4bcb3;
    padding-bottom: 40px;
}
#page4-left{
    width: 65%;
    height: 100%;
    padding: 80px 60px;
}
#page4-left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#page4-right{
    width: 70%;
    height: 100%;
    padding: 80px 60px;
}
#page4-right p{
    font-size: 35px;
    font-family: "Protest Revolution", sans-serif;
    font-weight: 100;
    color: #2f2f2f;
    line-height: 45px;
    margin-bottom: 50px;
}
#page4-right #circle{
    height: 180px;
    border-radius: 50%;
    width: 90%;
    background-color: #cac1b6;
    border: 1px solid #2f2f2fc6;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    overflow: hidden;
}
#circle h1{
    font-family: "Kalam", cursive;
    font-weight: 100;
    font-size: 100px;
    width: 100%;
    height: 100%;
    /* background-color: red; */
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-25%);
    transition: all ease 0.6s;
}
#circle img{
    height: 60px;
    transition: all ease 0.6s;
    transform: translateX(-110%);
}
#circle:hover img{
    transform: translateX(76%);
}
#circle:hover h1{
    transform: translateX(135%);
}
#page5{
    padding: 40px 0px;
    width: 100%;
    background-color: #c4bcb3;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;

    overflow-y: scroll;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none;
}
#page5::-webkit-scrollbar{
    display: none;
    width: 0;
    height: 0;
}
#page5 h1{
    padding: 22px 0px;
    font-size: 70px;
    font-family: "Protest Revolution", sans-serif;
    font-weight: 100;
    display: inline-block;
    margin-right: 20px;
    border-top: 1px solid #2f2f2f;
    border-bottom: 1px solid #2f2f2f;
    animation-name: scrool;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
#page5 h1 span{
    font-family: "Kalam", cursive;
    background-color: #2f2f2f;
    color: #c4bcb3;
    font-weight: 500;
    padding: 0px 5px;
    border-radius: 5px;
}
#page6{
    height: 100px;
    width: 100%;
    background-color: #c4bcb3;
}
@keyframes scrool{
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(calc(-100% - 20px));
    }
}
#page5:hover h1{
    animation-play-state: paused;
}