.banner-main {
    padding: 0 !important;
    position: relative;
}

.banner-main img {
    opacity: 1;
    /*filter: brightness(0.4);*/
    height: 600px;
    width: 100%;
    object-fit: cover;
    padding-left: 40px;
    padding-right: 40px;
}

.banner-content {
    position: static;
    width: 100%;
    align-content: center;
    background: #4e6b85ed;
}

.banner-content .search-box {
    display: flex;
    justify-content: center;
    align-content: center;
    gap: 20px;
}

.banner-content .search-box .search {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 0;
    margin: 0;
    padding: 0;
}

.search .result {
    position: absolute;
    top: 53px;
    z-index: 1002;
    max-height: 400px;
    width: 350px;
    background: rgba(53, 53, 53, 0.8);
    border-radius: 10px;
    overflow-y: auto;
}

.search .result::-webkit-scrollbar {
    width: 6px;
}

.search .result::-webkit-scrollbar-thumb {
    background-color: #202d38;
    border-radius: 3px;
}

.search .result::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.search .result ul {
    list-style: none;
    margin: 0 auto;
    padding: 5px;
}

.search .result li {
    padding: 5px;
    border-bottom: 1px solid rgba(53, 53, 53);
}

.search .result li:hover {
    background: rgba(32, 45, 56, 0.7);
}

.search .result li a {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    font-size: 13px;
}

.search .result li a img {
    width: 70px;
    height: auto;
}

.search .result li a p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.banner-content .search-box .search input {
    font-size: 14px;
    width: 500px;
    border-radius: 50px 0 0 50px;
    height: 50px;
    padding-left: 20px;
    border: 1px solid #4e6b85ed;
    background: #202d38;
    color: #4e6b85ed;
    border-right: none;
    margin-top: 30px;
}

.banner-content .search-box .search button {
    font-size: 22px;
    width: 70px;
    border-radius: 0 50px 50px 0;
    height: 50px;
    border: 1px solid #4e6b85ed;
    background: #202d38;
    color: #4e6b85ed;
    border-left: none;
    margin-top: 30px;
}

.banner-content .search-box .all-product {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    height: 50px;
    border: 1px solid #4e6b85ed;
    background: transparent;
    color: #4e6b85ed;
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

.banner-content .search-box .all-product:hover {
    border-radius: 10px;
    border: 1px solid #4e6b85ed;
    background: #202d38;
    color: #FFFFFF;
    text-decoration: none;
}

.banner-content .tag-box {
    display: flex;
    justify-content: center;
}

.banner-content .tag-box ul {
    display: flex;
    justify-content: center;
    list-style: none;
    flex-shrink: 0;
    flex-wrap: wrap;
    width: 100%;
    padding: 30px;
    margin-bottom: 0;
}

.banner-content .tag-box li a {
    list-style: none;
    margin: 6px 6px;
    font-weight: 500;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    line-height: 12px;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    padding: 8px 20px;
    background-color: rgba(226, 225, 230, 0);
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, .2)
}

.banner-content .tag-box li a:hover, .banner-content .tag-box li.active a {
    background: #202d38;
    border: 1px solid #4e6b85ed;
}

.statistical {
    background: #202d38;
    border: 1px solid #FFFFFF;
    margin: 50px 15px 30px 15px;
    border-radius: 10px;
}

/* .total-box{
    display: flex;
    justify-content: center;
    list-style: none;

    flex-shrink: 0;
    flex-wrap: wrap;
    width: 100%;
    gap: 40px;
    padding: 0;

} */

.total-box {
    margin: 0;
    padding: 0;
    list-style: none;
}

.total-box li {
    text-align: center;
    position: relative;
    border: none;
}

.total-box label {
    font-size: 40px;
    font-weight: 700;
    color: #4e6b85ed;
}

.total-box p {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}

.total-box-item p::before {
    content: '';
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
    background-image: linear-gradient(90deg, #e41256 0%, #ffa337 100%);
}

.total-box-item .download::before {
    background-image: linear-gradient(90deg, #4453ac 0%, #03a9db 100%);
}

.total-box-item .template::before {
    background-image: linear-gradient(90deg, #e41256 0%, #ffa337 100%);
}

.total-box-item .member::before {
    background-image: linear-gradient(90deg, #4a0e8f 0%, #b430a7 100%);
}

.total-box .vip-member::before {
    background-image: linear-gradient(90deg, #0349a6 0%, #15c27b 100%);
}
