*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "gilroy";
}
html,body{
    width: 100%;
    height: 100%;
    
}
#main{
    width: 100%;
    height: 100vh;
   
}
#back{
    width: 100%;
    height: 100vh;
    background-color: rgb(124, 99, 99);
}
#back img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#top{
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100vh;
   
}
#workingarea{
    position: relative;
    margin: 0 auto;
    width: 80%;
    height: 100vh;
    max-width: 1920px;
    
}
#nav{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0px;

}
#nav img{
    height: 60px;
    
}
#nleft,#nright{
    display: flex;
    align-items: center;
    gap: 60px;
}
#nav a{
    pointer-events: all;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: "gilroy";
}
#hero{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    display: flex;
    justify-content: space-between;
    width: 100%;
    
    
}
#heroleft{
    min-width: 50%;
    
   
}
#heroleft .elem{
    height: 9vw;    
    position: relative;
    line-height: .9;
    overflow: hidden;
}
#heroleft .elem h1:nth-child(1){
    top: 0;

}
#heroleft .elem h1{
    position: absolute;
    top: 100%;
    left: 0;
    font-family: "kajiro";
    color: #fff;
    font-weight: 100;
    font-size: 11vw;
}
#heroright{
    width: 17%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    
    color: #fff;
}
#heroleft button{
    pointer-events: all;
    margin-top: 2vw;
   padding: .8vw 3vw;
   font-size: 3vw;
   font-family: "kajiro";

}
#heroright p{
    margin-bottom: 50px;
    text-align: right;
    font-size: 14px;
    font-weight: 300;

}
#heroright .imagediv{
    width: 100%;
    height: 170px;
    margin-top: 20px;
    margin-bottom: 100px;
    background-image: url(https://images.unsplash.com/photo-1614204424926-196a80bf0be8?auto=format&fit=crop&q=60&w=500&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8NDB8fHBvcnRyYWl0fGVufDB8fDB8fHww);
    background-size: contain;
    background-position: center;
}
#heroright p:nth-child(3){
    margin-bottom: 100px;
}