@font-face {
    font-family: Biotic;
    src: url(/assets/Biotic-Sans-Font-Family/Demo_Fonts/Fontspring-DEMO-biotic-thin.otf);
  }

@font-face {
    font-family: Biotic-Bold;
    src: url(/assets/Biotic-Sans-Font-Family/Demo_Fonts/Fontspring-DEMO-biotic-extrabold.otf);
  }

*{
    margin: 0;
    padding: 0;
}

body{
    background-color: #2B2922;
}

.navbar{
    height: 15vh;
    /* width: 100%; */
    display: flex;
    flex-direction: row;

    justify-content: space-between;
    align-items: center;
    margin: 0 5vw;

}

.logo img{
    height: 50px;
}

.list{
    /* height: 20vh; */
    width: 65%;
    
}

.list-items{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    list-style: none;
    font-family: 'Biotic', sans-serif;
}

li{
    margin-left: 30px;
    word-spacing: 2px;
    color: #fff;
    font-size: 20px;
    opacity: 0.8;

}

li:hover{
    opacity: 1;
    cursor: pointer;
}



.button button{
    background-color: #2B2922;
    color: #A08F36;
    font-family: 'Biotic', sans-serif;
    border: none;
    padding: 10px 25px;
    font-size: 20px;
    border: 1px solid #A08F36 ;
    border-radius: 5px;
    margin-right: 30px;
}

.header{

    margin: 7vh 5vw 0 5vw;
    font-family: 'Biotic', sans-serif;
    display: flex;
    flex-direction: row;
    /* justify-content: center; */
    align-items: center;
    color: #ffffff;
}

.header h1{
    width: 63%;
    font-family: 'Biotic-Bold', sans-serif;
    font-size: 95px;
    
}

.header p{
    width: 35%;
    font-size: 20px;

}

.justice-image{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 600px;
    width: 100%;
    margin-top: 60px;

}


.justice-image img{
    margin-top: -100px;
    height: 5472;
    width: 100%;
}

.buttons{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.btn{
    background-color: #fff;
    height: 15vh;
    width: 15vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.left-btn{
    background-color: #39372D;
    color: #A08F36;

}


.border{
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #A08F36;

}

.left-border{
    border: 1px solid #A08F36;
}

.right-btn{
    background-color: #A08F36;
    color: #fff;
}


.right-border{
    border: 1px solid #fff;

    background-color: #A08F36;
    color: #fff;
}