@font-face {
    font-family: ref;
    src: url(ref.ttf);
}

@font-face {
    font-family: fer;
    src: url(fer.ttf);
}

@font-face {
    font-family: der;
    src: url(der.ttf);
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body{
    height: 100%;
    width: 100%;
    
}
#main{
    background-color: black;
    overflow-x: hidden;
}

#page1{
    height: 120vh;
    width: 100vw;
    background-color: #C4BCB2;
    position: relative;
    overflow: hidden;
}

#nav{
    height: 110px;
    width: 100%;
    display: flex;
    align-items: center ;
    justify-content: space-between;
    border-bottom: 1px solid black;
}

#nav img{
    height: 30px;
    width: 1000%;
}
#nav h5{
    font-size: 20px;
    font-size: 100;
}

#nav i{
    width: 30%;
    text-align: right;
}

#elem{
    
    height: 430px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 60px;
}

#elem1{
    width: 30%;
    height: 100%;
    
}

#elem2{
    width: 30%;
    height: 100%;
    border-right: 2px solid rgb(106, 106, 106);
    padding: 20px 60px ;
    border-left: 2px solid rgb(103, 103, 103);
    text-align: center;
    
}

#elem3{
    width: 30%;
    height: 100%;
    
}

#elem #img-div{
    height: 60%;
    width: 100%;
    overflow: hidden;
}
#img-div img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all ease 0.5s;
}

#img-div:hover img{
    scale: 1.2;
}

#elem1 h4{
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: fer;
}

#elem1 h4 span{
    background-color: orangered;
    color: white;
    padding: 4px;
    font-size: 15px;
    border-radius: 5px;
}

#elem2 h2{
    font-size: 50px;
    margin-top: 20px;
    margin-bottom: 40px;
    font-family: inherit;
}

#elem2 h3{
    font-size: 35px;
    margin-bottom: 50px;
    font-family: fer;
    color: rgb(64, 68, 68);
}
#elem2 h6{
    font-size: 15px;
    margin-top: 30px;
    font-family: serif;
}

#elem3 h4{
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: ref;
}

#elem3 h4 span{
    background-color: orangered;
    color: white;
    font-size: 15px;
    padding: 4px;
    border-radius: 5px;
}

#page1 h1{
    font-size: 300px;
    background-color: rgb(0, 0, 0);
    color: #C7BFB5;
    font-family: fer;
    width: 94%;
    position:relative;
    margin-left: 2%;
    margin-top: 30px;
    height: 40%;
    justify-content: space-between;
}

#main{
    background-color: black;
    overflow-x: hidden;
}

#page2{
    height: 150vh;
    width: 100%;
    display: flex;
    align-items:center;
    justify-content: space-between;
    padding: 60px 25px;
    background-color: #C4BCB2;
}


#sec1{
    height: 100%;
    width: 40%;
    margin-right: 70px;
    padding-right: 100px;
    border-right: 2px solid black;
}

#sec1 img{
    
    height: 60%;
    width: 100%;
}

#sec2{
    width: 70%;
    height: 100%;
    align-items:center;
}

#sec1 h2{
    font-size: 75px;
    font-family: ref;
    line-height: 100px;
    font-weight: 100;
    background-color: #C4BCB2;
    text-align:left;
}

#sec1 h2 span{
    font-size: 125px;
    line-height: 150px;
    font-weight: 100;
    text-align: left;
}

#sec2 h1{
    font-size: 100px;
    line-height: 100px;
    width: 100%;
    font-family: der;
    font-weight: 100;
    justify-content: space-between;
    font-style: italic;
    padding-top: 60px;
}

#sec2 img{
    align-items:center;
    height: 55%;
    width: 100%;
    padding: 4px;
}

#sec1 p{
    font-size: 25px;
    font-family: fer;
    background-color: #C4BCB2;
    text-align:left;
}
#sec1 p span{
    font-size: 50px;
    font-family: fer;
    background-color: #C4BCB2;
    text-align:left;
    background-color: black;
    color: white;
}

#page3{
    background-color:#C5BDB3 ;
    height: 50vh;
    width: 100%;
    background-color: #C4BCB2;
}

#class{
    display: flex;
    height: 50vh;
    width: 95%;
    background-color: #C4BCB2;
    padding-left: 50px;
    padding-right: 20px;
}

#class1{
    height: 40vh;
    width: 80%;
    background-color:BLACK;
}

#class1 h1{
    font-size: 300px;
    text-align:center;
    font-family: REF;
    color: #C5BDB3;
    margin-top: -27px;
}

#class2{
    width: 70px;
    height: 100vh;
    display: flex;
}

#class2 img{
    height: 330px;
    margin-top: -20px;
    background-color:#C5BDB3;
    margin-right: -50px;
    margin-left: 50px;
    
}

#page4{
    height: 150vh;
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: space-between;
    background-color: #C4BCB3;
    border-bottom: 1px solid black;
}

#d1{
    height: 50vh;
    width: 90%;
    margin-left: 30px;
    line-height: 35px;
    display: flex;
    text-align: left;
    
    
}

#dr1 {
    height: 47vh;
    width: 45%;
    border-right: 1px solid black;
    
}

#dr1 h1{
    font-size: 50px;
    font-family: ref;
    letter-spacing: 0px;
    margin-right: 10px;
    margin-top: 10px;
}

#dr1 h3{
    font-size: 40px;
    font-family: fer;
    font-weight: 100;
    line-height: 50px; 
}

#dr1 h4{
    font-size: 19px;
    font-family: fer;
    font-weight: 100;
}
#dr1 h4 span{
    font-weight: bold;
    line-height: 120px;
}

#dr2{
    height: 50vh;
    width: 50%;
    border-right: 1px solid black;
}

#dr2 img{
    height: 65%;
    width: 83%;
    overflow: hidden;
    margin-left: 40px;
    object-fit: cover;
    margin-top: 6px;
}

#dr2:hover img{
    scale: 1.05;
}

#dr2 h5{
    font-size: 20px;
    text-align: left;
    margin-left: 40px;
    font-weight:lighter;
    font-family: fer;
    margin-right: 10px;
}

#dr2 h1{
    font-size: 30px;
    text-align: left;
    margin-left: 40px;
    font-family: ref;
    line-height: 50PX;
}

#dr3 img{
    height: 650px;
    width: 90%;
    margin-left: 45px;
    margin-right: 20px;
    margin-top: 10px;
    overflow: hidden;
    
}

#dr3
{
    border-right: 1px solid black;
    height: 660px;
    width: 88.35%;
}
#d2{
    width: 30%;
    height: 100%;
    padding: 8px 60px;
}

#imp{
    width: 99.9%;
}

#dw1 h1{
    font-size: 70px;
    font-family: ref;
    margin-left: -110px;
    font-weight: 100;
}
#dw1 h1 span{
    font-family: fer;
}

#dw1 h2{
    font-size: 140px;
    margin-left: -110px;
    margin-top: -30px;
    font-family: ref;
}

#dw2{
    font-size: 40px;
    margin-left: -110px;
    text-align: left;
    line-height: 50px;
    margin-top: 10px;
    margin-bottom: 40px;
    font-family: fer;
}

#dw2 span{
    letter-spacing:-2px;
}

#dw3{
    font-size: 35px;
    margin-left: -110px;
    text-align: left;
    line-height: 40px;
    margin-top: 40px;
    margin-bottom: 10px;
    font-weight: 100;
    letter-spacing: -0.1px;
}

#dw4 h1{
    font-size: 50px;
    font-weight: 100;
    font-family: canopee;
    width: 100%;
    height: 100%;
    /* background-color: red; */
    display: flex;
    align-items:center;
    justify-content: center;
    transform: translateX(-26%);
    transition: all ease 0.6s;
    margin-left: 30px;
    margin-right: -15px;
}
#page4 #dw4{
    height: 150px;
    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;
    margin-top: 60px;
    margin-left: -60px;
}
#dw4 img{
    height: 50px;
    transition: all ease 0.6s;
    margin-left: -102.5px;
    transform: translateX(-120%);
}

#dw4:hover img {
    transform: translateX(100%);

}

#dw4:hover h1 {
    transform: translateX(100%);

}

#page5 {
    height: 25vh;
    width: 100%;
    background-color: #C4BCB3;
    border-bottom: 0.5px solid black;
    display: flex;
    font-size: 30px;
    font-weight: 100;
    align-items: center;
    letter-spacing: -2px;
}

#page5 h1{
    text-align: center;
    font-size: 150px;
    margin-top: -130px;
    margin-right: -150px;
    font-weight: 1080;
}

#game1 {
    width: 25%;
}

#game2 {
    width: 25%;
}

#game3 {
    width: 25%;
}

#game4 {
    width: 25%;
}

#page5 span{
    font-size: 50px;
    font-weight: bold;
    margin-left: 20px;
    letter-spacing: -5px;
}

#game4 h1{
    margin-right: -200px;
}

#game2 h1{
    margin-right: -200px;
}

#game1 p{
    margin-left: 10px;
}

#game4 p{
    text-align: center;
    margin-right: 130px;
}

#page6{
    height: 195vh;
    width: 100%;
    background-color: #C3BBB2;
    
}

#pot1{
    height: 46vh;
    width: 50%;
    background-color: #C3BBB2;
    display: flex;
}

#pot1 img{
    height: 45vh;
    width: 35%;
    background-color: #C3BBB2;
    margin-top: 50px;
    margin-left: 20px;
    border: 2px solid black;
}

#hp{
    float: left;
}

#hp h1{
    letter-spacing: -2vw;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 2.5vw;
    padding-right: 1.2vw;
    font-family: ref;
    font-size: 29vw;
    font-weight: 400;
    line-height: 23vw;
}

#play1{
    height: 100vh;
    width: 100%;
    background-color: #C3BBB2;
    display: flex;
}

#th1{
    height: 50vh;
    width: 50%;
    background-color: #C3BBB2;
}

#pot2 {
    height: 100vh;
    width: 50%;
    background-color: #C3BBB2;
}

#pot2 h1{
    font-size: 400px;
    background-color: #C3BBB2;
    letter-spacing: -20px;
    font-family: ref;
    font-weight: 400;

    line-height: 26vw;
}

#the2{
    height: 100vh;
    width: 40%;
}
#the2 img{
    height: 87vh;
    background-color: #C3BBB2;
    margin-top: 7vh;
    margin-left: 6vh;
    border: 2px solid black;
}

#play2{
    height: 44vh;
    width: 100%;
    display: flex;
}

#play2 img{
    height: 38vh;
    width: 24%;
    margin-left: 3vh;
    border: 2px solid black;
    margin-top: 2vh;
}

#play2 h1{
    font-family: ref;
    letter-spacing: -25px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 20vw;
    font-size: 24vw;
    margin-left: 2vh;
    
}

#play3{
    height: 50vh;
    width: 100%;
    display: flex;
    margin-top: 2vh;
    border-bottom: 2px solid black;
}
#point1{
    height: 43vh;
    width: 65%;
    background-color: black;
    margin-left: 3vh;
    
}

#point1 h1{
    font-size: 15.6vw;
    font-family: fer;
    line-height: 23vw;
    margin-left: 1vh;
    color: #C2BBB1;
    font-weight: 2000;
    letter-spacing: -5px;
    
}

#point2 p{
    font-size: 40px;
    text-align: left;
    margin-left: 10px;
}

#point2 h4{
    font-size: 35px;
    text-align: center;
    margin-left: 10px;
    font-weight: 100;
    color: black;
}

#page7{
    height: 105vh;
    background-color: #C3BBB2;
    overflow: hidden;
}

#ak1{
    width: 33%;
    height: 43vh;
    border-right: 1px solid rgb(117, 116, 116);
    margin-left: 8vh;
}

#ak2{
    width: 33%;
    height: 43vh;
}

#ak3{
    width: 33%;
    height: 43vh;
    border-right: 1px solid rgb(117, 116, 116);
    margin-left: 8vh;
}

#img-div img{
    width: 95%;
    height: 20vh;
    border: 2px solid black;
    margin-bottom: 5vh;
    overflow: hidden;
    
}
#img-div:hover img{
    scale: 1.2;
}
#img-div{
    width: 95%;
    height: 40%;
    overflow: hidden;
    object-fit: cover;
    transition: all ease 0.2s;
    margin-top: 2vh;
    margin-bottom: 2vh;
}

#ak{
    width: 100%;
    display: flex;
    margin-top: 6VH;
}

#ak1 h1{
    font-family: ref;
    font-size: 30px;
    
    font-weight: 700;
    margin-bottom: 3vh;
}

#ak1 h1 span{
    background-color: orangered;
    color: white;
    padding: 5px;
    font-size: 20px;
    border-radius: 5px;
}

#ak1 p{
    font-size: 20px;
    font-weight: 100;
    font-family: fer;
    margin-top: 3vh;
}

#ak2{
    margin-left: 3vw;
    border-right: 1px solid rgb(117, 116, 116);
}

#ak2 h1{
    font-size: 9vh;
    font-family: ref;
    margin-left: 13vh;
    margin-bottom: 2vh;
    margin-top: 1vh;
}

#ak2 h2{
    font-size: 6.5vh;
    font-family: fer;
    font-weight: 100;
    text-align: center;
}

#ak2 h4{
    margin-left: 4vw;
    font-size: 3vh;
    margin-top: 10px;
}

#img-div img{
    width: 95%;
    height: 20vh;
    border: 2px solid black;
    margin-bottom: 5vh;
    overflow: hidden;
    
}
#img-div:hover img{
    scale: 1.2;
}
#img-div{
    width: 95%;
    height: 40%;
    overflow: hidden;
    object-fit: cover;
    transition: all ease 0.2s;
    margin-top: 2vh;
    margin-bottom: 2vh;
}

#ak3 h1{
    font-family: der;
    font-size: 30px;
    margin-bottom: 2vh;
}

#ak3 h1 span{
    background-color: orangered;
    color: white;
    padding: 5px;
    font-size: 20px;
    border-radius: 5px;
}

#ak3 p{
    font-family: fer;
    font-size: 20px;
    margin-bottom: 2vh;
    font-weight: 100;
    text-align: center;
    margin-right: 2.7vw;
}

#ka{
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    border-bottom: 2px solid black;
    border-top: 2px solid black;
    margin-top: 10vh;
}

#ka h1{
    font-size: 70px;
    padding: 60px 0px;
    font-family: fer;
    font-weight: 100;
    display: inline-block;
    animation-timing-function: linear;
    margin-right: 20px;
    animation-name: scroll;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    
}

#ka h1 SPAN{
    font-family: ref;
    color: #C5BDB3;
    background-color: black;
    padding: 0 12px;
}

#ka::-webkit-scrollbar{
    display: none;
}

@keyframes scroll {
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(calc(-100% - 24px));
    }
}

#aka1{
    display: flex;
}

#aka{
    display: flex;
}

#aka img{
    height: 10vh;
    width: 5vw;
    margin-top: 2vh;
    margin-left: 2vh;
}
#aka h1{
    font-size: 35px;
    margin-top: 5vh ;
    margin-left: 3vh ;
    font-family: ref;
    font-weight: 100;
} 

#aka h2{
    font-size: 35px;
    margin-top: 5vh ;
    margin-left: 2vh ;
    font-family: fer;
}

#aka2{
    display: flex;
    justify-content:right;
    margin-left: 122vh;
}

#aka2 h1{
    text-align: right;
    margin-top: 12vh;
    color: black;
    font-size: 17px;
    
}