.home-icon{
    position: fixed;
    width: 40px;
    top: 35px;left: 20px;
    z-index: 90;
    filter: invert(0);
}
.ham-btn .bar{background-color: #333;}


.design{
    width: 90%;
    margin: 0 auto;
    position: relative;
}
.design img{
    width: 100%;
}

.text-box{
    position: absolute;
    width: 100%; height: 100%;
    top: 0;left: 0;
    padding: 20px;
    box-sizing: border-box;
}
.text-box p{font-size: 12px;}
.text-box .text1{
    display: flex;
    justify-content: space-between;
}
.text-box .text1 .item{display: flex; align-items: center; gap: 20px;}
.text-box .text1 .item1 span{margin-left: 10px;}



.line{
    background-color: #333;
    position: fixed;
    z-index: 90;
    transition: 0.5s;
}
.line1{
    width: 1px;
    height: 100%;
    top: 0;
    left: 80px;
}
.line2{
    width: 1px;
    height: 100%;
    top: 0;
    right: 80px;
}

.btn.oslbtn span:after{color: #333;}