/* banner start */
.space{
    width: 100%;
    height: 100px;
}
.space-2{
    width: 100%;
    height: 55px;
}
.banner{
    width: 100%;
    height: 100%;
    background-color: var(--secound-white);
    overflow: hidden;
}
.shape-top{
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 17vh;
    background-repeat: no-repeat;
    overflow: hidden;
}
.shape-bottom{
    position: absolute;
    z-index: 2;
    bottom: -53px;
    width: 100%;
    height: 150px;
    background-repeat: no-repeat;
    overflow: hidden;
}
.btn-nav-banner{
    position: absolute;
    z-index: 70;
    display: flex;
}
.btn-nav{
    width: 15px;
    height: 15px;
    border: 2px solid var(--main-brown);
    border-radius: 10px;
}
/* banner ehnd */
@media screen and  (max-width:1200px){
    .shape-bottom{
        height: 100px;
        bottom: 600px;
    }
}
@media screen and (max-width:768px){
    .shape-bottom{
        bottom: 500px;
    }
}
@media screen and (max-width:476px){
    .shape-bottom{
        height: 100px;
        bottom: 600px;
    }
    img{
        width: 100%;
    }
    .shape-top{
        height: 2vh;
    }
    .shape-bottom{
        bottom: 482px;
    }
}
