.hiveContainer{
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
}
.header_nav{
    top: 0;
    width: 100%;
    height: 10vh;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-inline: 5vw;
}
.amberhive_logo{
    width: 163px;
    height: 41px;
    animation-duration: 3s;
}
.header_btn{
    font-family: Lato-Bold;
    font-weight: '900';
    font-size: 18px;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 5px;
    outline: none;
    background: none;
    padding: 5px;
    padding-inline: 15px;
    line-height: 25px;
    animation-duration: 5s;
}
.hiveContent{
    height: 70%;
    padding-inline: 5vw;
    margin-top: 10vh;
    position: relative;
}
.hiveContent > h1{
    font-family: Magensburg;
    font-size: 62px;
    line-height: 14vh;
    font-weight: 400;
    font-stretch: 2;
    padding-bottom: 8vh;
    font-stretch: extra-expanded;
    width: 60%;
    animation-duration: 1s;
}
.hiveContent > p{
    font-family: Lato-Thin;
    font-size: 22px;
    font-weight: 900;
    width: 100%;
    padding-bottom: 8vh;
    animation-duration: 3s;
}
.boldHere{
    font-family: Lato-Bold;
    font-weight: 800;
}
.Home_btn2{
    font-family: Lato-Bold;
    font-weight: '900';
    font-size: 18px;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 5px;
    outline: none;
    background: none;
    padding: 5px;
    padding-inline: 15px;
    width: 20%;
    line-height: 25px;
    bottom: 10%;
    position: absolute;
    left: 5%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.Home_btn > img{
    width: 36px;
    height: 34px;
    margin-left: 10px;
}
.ThreeH{
    position: absolute;
    right: 10%;
    top: 15vh;
    width: 550px;
    height: 550px;
    z-index: -1;
}
/* .Texture{
    right: 10%;
    top: 0vh;
    width: 550px;
    height: 950px;
    z-index: 2;
    position: absolute;
    opacity: 20%;
} */