/* Hero Section*/

.hero-section{
    display: flex;
    width: 100%;
    max-width: 520px;
    flex-direction: column;
    margin: 120px auto 120px;
    align-items: center;
}

.hero-section .title-box{
    display: flex;
    flex-direction: column;
    align-self: stretch;
    margin-bottom: 24px;
}

.hero-section .title-box .title{
    align-self: stretch;
    color: var(--black, #000);
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.hero-section .title-box .subtitle{
    align-self: stretch;
    color: var(--black-40, rgba(0, 0, 0, 0.40));
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.hero-section img{
    width: 240px;
    height: 240px;
}

.hero-section p{
    color: var(--black-80, rgba(0, 0, 0, 0.80));
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 350;
    line-height: 140%; /* 28px */
    margin-bottom: 48px;
}

.hero-section .box{
    display: flex;
    gap: 24px;
    justify-content: center;
}

.hero-section .btn:hover{
    .btn-icon-r{
        content: url(../element/image/arrow-right-hover.png);
    }
}

.hero-section .btn.outline:hover{
    .btn-icon-r{
        content: url(../element/icons/broadcast-hover.png);
    }
}

@media(max-width:1366px){
    .hero-section{
        margin: 120px auto 120px;
        padding: 0 48px;
        gap: 0px;
    }
    .hero-section .title-box .title{
        font-size: 40px;
        font-weight: 500;
    }
    .hero-section .title-box .subtitle{
        font-size: 20px;
        font-weight: 400;
    }
    .hero-section .title-box{
        margin-bottom: 16px;
    }
    .hero-section p{
        font-size: 18px;
        margin-bottom: 24px;
    }

}

@media(max-width:1024px){
    .hero-section{
        margin: 120px auto 80px;
        padding: 0 24px;
    }
    .hero-section .title-box .title{
        font-size: 32px;
        font-weight: 500;
    }
    .hero-section .title-box .subtitle{
        font-size: 18px;
        font-weight: 400;
    }
    .hero-section img{
        width: 200px;
        height: 200px;
    }

}

@media(max-width:768px){
    .hero-section{
        margin: 84px 16px 48px;
        padding: 0px 16px;
    }
    .hero-section .title-box .title{
        font-size: 24px;
        font-weight: 500;
    }
    .hero-section .title-box .subtitle{
        font-size: 16px;
        font-weight: 400;
    }
    .hero-section img{
        width: 160px;
        height: 160px;
    }
}

@media(max-width:540px){
    .hero-section{
        margin: 80px 16px 48px;
    }
    .hero-section .title-box .title{
        font-size: 24px;
        font-weight: 500;
    }
    .hero-section .title-box .subtitle{
        font-size: 16px;
        font-weight: 400;
    }
}


/* -----Category Section----- */

.category{
    display: flex;
    flex-direction: column;
    gap: 120px;
    padding: 0 80px 0;
    width: 100%;
    max-width: 1366px;
    margin-bottom: 120px;
}

.category .item{
    display: flex;
    align-items: center;
    gap: 120px;
    padding-left: 76px;
}

.category .box{
    position: relative;
}

.category .box h2{
    margin-bottom: 8px;
}

.category .subtitle{
    color: var(--black-40, rgba(0, 0, 0, 0.40));
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 54px;
}

.category .description{
    color: var(--black-80, rgba(0, 0, 0, 0.80));
    font-size: 18px;
    font-weight: 350;
    line-height: 140%; /* 25.2px */
}

.category .titlebg{
    position: absolute;
    width: 320px;
    height: 28px;
    top: 44px;
    left: -120px;
    z-index: -1;
}

.category .item .cover{
    height: 400px;
    width: 60%;
    border-radius: 8px;
    object-fit: cover;
}

@media (max-width:1366px) {
    .category{
        gap: 48px;
        padding: 0 48px 0;
        margin-bottom: 80px;
    }
    .category .item{
        gap: 80px;
        padding-left: 24px;
    }
    .category .item .cover{
        width: 50%;
        height: 320px;
        border-radius: 8px;
    }
    .category .subtitle{
        font-size: 18px;
        margin-bottom: 40px;
    }
}

@media (max-width:1024px) {
    .category{
        gap: 48px;
        padding: 0 24px 0;
        margin-bottom: 80px;
    }
    .category .item{
        gap: 48px;
        padding-left: 24px;
    }
    .category .item .cover{
        width: 50%;
        height: 240px;
        border-radius: 8px;
    }
    .category .subtitle{
        font-size: 18px;
        margin-bottom: 40px;
    }
}

@media (max-width:768px) {
    .category{
        gap: 24px;
        padding: 0 16px 0;
        margin-bottom: 48px;
    }
    .category .item{
        gap: 24px;
        padding-left: 16px;
    }
    .category .item .cover{
        width: 50%;
        height: 200px;
        border-radius: 4px;
    }
    .category .subtitle{
        font-size: 16px;
        margin-bottom: 20px;
    }
    .category .description{
        font-size: 16px;
    }
}

@media (max-width:540px) {
    .category{
        gap: 48px;
        padding: 0 16px 0;
        margin-bottom: 48px;
    }
    .category .item{
        flex-direction: column;
        gap: 24px;
        padding-left: 0px;
    }
    .category .item .cover{
        width: 100%;
        height: 200px;
        border-radius: 4px;
    }
    .category .subtitle{
        line-height: 125%;
        margin-bottom: 12px;
    }
    .category .titlebg{
        top: 8px;
        left: -200px;
    }
}