@font-face {
    font-family:kaka;
    src: url(Kajiro\ Bold.ttf);
}


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
html,body{
    height: 100%;
    width: 100%;
    font-family: kaka;
}

#main{
    width: 100%;
    height: 100vh;
}

#back {
    width: 100%;
    height: 100vh;
    position: relative;
}

#back img {
    width: 100%;
    height: auto;
    display: block;
}


#back img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}
/* gonnaa sseeewewsdsdfdsfihjdsiofhdosfhdsikhfdkj.h */
#top{
    pointer-events: none;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
}

#workingarea{
    max-width: 1920px;
    width: 80%;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

#nav{
    width: 100%;
    padding: 50px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    pointer-events: all;
}

#nav img{
    height: 60px;
    
}
#nleft {
    display: flex;
    align-items: center;
    gap: 40px;
}

#nleft a{
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 5px;
}


#nright {
    display: flex;
    align-items: center;
    gap: 40px;
}

#nright a{
    color: #fff;
    text-decoration: none;
    font-size:15px;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 5px;
}

#hero{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0 , -200%);
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
}

#heroleft{
    min-width: 50%;
    height: 100px;
}

#heroleft .elem{
    height: 9vw;
    overflow: hidden;
}

#heroleft .elem h1{
    line-height: 0.9;
    font-family: kaka !important;
    font-weight: 100;
    color: #fff;
    font-size: 11vw;
}

#heroright{
    min-width: 30%;
    height: 100px;
}

#heroleft button{
    padding: 1vw 4vw;
    margin-top: 2vw;
    font-size: 3vw;
    font-family: kaka;
    pointer-events: all;
}

#heroright{
    width: 30%;
    height: 80% !important;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    color: #fff;
}

#heroright p{
    font-size: 14px;
    text-align: right;
    font-weight: 300;
    margin-bottom: 50px;
    width: 70%;
}

#heroright .imagediv{
    width: 20vw;
    height: 500vh !important;
    background-color: red;
    margin-top: 20px 20px;
}


