/*  left navigation */

.left-section-nav{
    width: 35px;
    position: fixed;
    top: 0;
    left: 21px;
    height: 100vh;
    justify-content: center;
    z-index: 30;
}

.left-nav-wrapper{
    width: 100%;
    height: 145px;
    z-index:2;
    position: relative;
    padding: 30px 0;
}


.left-nav-wrapper:before,
.left-nav-wrapper:after{
    content: '';
    position: absolute;
    left: 50%;
    height: calc((100vh - 145px) / 2);
    border-left: 1px solid var(--redColor);
}

.left-nav-wrapper:before{
    top: calc((100vh - 145px) / -2);
}
.left-nav-wrapper:after{
    top: 100%;
}

.left-nav-wrapper .line-nav{
    display: block;
    height: 17px;
    position: relative;
    cursor: pointer;
}


.left-nav-wrapper .line-nav:after{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    height: 2px;
    background-color: #000;
    transition: background-color 0.3s;
}

.left-nav-wrapper .line-nav.active:after{
    background-color: var(--redColor)!important;
}

.black .left-nav-wrapper .line-nav:after{
    background-color: #fff;
}

@media screen and (max-width: 1740px) {
    .left-section-nav{
        left: 1rem;
    }
}
@media screen and (max-width: 1280px) {
    .left-section-nav{
        left: 0.5rem;
    }
}
@media screen and (max-width: 920px) {
    .left-section-nav{
        display: none;
    }
}

/*  banner section */

section.banner{
    height: 380px;
}

section.full{
    /* height: 100vh; */
    height: 600px;
    max-height: 981px;
    position: relative;
}

.full h3.category{
    font-size: 35px;
    letter-spacing: 1.75px;
    margin-bottom: 76px;
    color: var(--redColor);
}

.full .full-info{
    max-width: 556px;
    padding: 30px 60px 50px 120px;
    background-color: #000;
    justify-content: center;
    height: 100%;
    color: #fff;
}

.full .info{
    justify-content: center;
    height: 100%;
}

.full .info h2.title{
    /* font-size: 30px; */
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 55px;
}


.full .info .lead{
    font-weight: 300;
    margin-bottom: 43px;
}

.full .info .arrow{
    width: 58px;
    align-self: flex-end;
}

.latest .section-top{
    margin-bottom: 67px;
}

.banner .banner-inner{
    position: relative;
    height: 100%;
}

section.banner .tips-wrapper{
    background: var(--redColor);
    color: #fff;
    padding: 46px 81px;
    position: absolute;
    height: calc(100% - 41px);
    right: 12%; 
    width: fit-content;
}

section.banner .tips-info{
    max-width: 290px;
}

section.banner .tips-info h3{
    font-size: 55px;
    line-height: 65px;
    font-weight: 900;
    margin-bottom: 36px;
}

section.banner .tips-info p{
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 21px;
    font-weight: 400;
}
section.banner .tips-info p:last-of-type{
    margin-bottom: 36px;
}

section.banner .tips-info .more h4{
    font-size : 18px;
    font-weight: 700;
}

@media screen and (max-width:1420px) {
    .full .full-info{
        padding-left: 90px;
    } 
    .full h3.category{
        margin-bottom: 3.5rem;
    }
    .full .info h2.title{
        margin-bottom: 2.5rem;
    }   
}
@media screen and (max-width:1120px) {   
    .full .full-info{
        padding-left: 60px;
    }    
    section.banner .tips-wrapper{
        right: 2rem;
        padding: 2rem 4rem;
    }
    .full h3.category{
        margin-bottom: 2.5rem;
    }
    .full .info h2.title{
        margin-bottom: 1.5rem;
    } 
}
@media screen and (max-width: 920px) {
    .full .full-info{
        max-width: 400px;
        padding: 22px;
    }
    .landing .section-wrapper.col-3 .card-info .title{
        font-size: 22px;
        line-height: 25px;
    }
    .banner.wrapper{
        padding: 0;
    }
    section.banner .tips-wrapper{
        right: 22px;
        padding: 1rem 2rem;
    }

}

@media screen and (max-width: 820px) {
    .offbeat .section-wrapper.col-3 > div {
        width: 100%;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 780px) {
    section.full{
        max-height: unset;
        height: auto;
        padding: 1rem;
        background: #000;
    }
    section.full > div{
        position: initial;
    }
    section.full .back-img{
        aspect-ratio: 16/9;
    }
    .full .full-info{
        max-width: unset;
        width: 100%;
        padding: 2rem 0;
    }
    .full h3.category,
    .full .info .lead,
    .full .info .arrow{
        display: none;
    }
    .full .info h2.title{
        margin-bottom: 0;
    }

}

@media screen and (max-width: 680px) {
    section.banner{
        height: auto;
    }
    
    .banner .banner-inner > div{
        position: initial;
    }
    section.banner .banner-inner .back-img{
        aspect-ratio: 16/9;
    }
    section.banner .tips-wrapper{
        width: 100%;
        padding: 28px 23px 2rem 1rem;
    }
    .full .info h2.title{
        font-size: 25px;
        line-height: 28px;
    }
}

@media screen and (max-width: 680px) {
    .landing .section-wrapper.col-3 > div {
        width: 100%;
        margin-bottom: 40px;
    }
    .landing .section-wrapper.col-3 > div:last-of-type {
        margin-bottom: 0;
    }
    .landing .section-wrapper.col-3 .card-info .title{
        font-size: 25px;
        line-height: 28px;
    }
}


/*  individual styles for sections */
.landing .col-2 .title{
    font-size: 25px;
    line-height: 30px;
}

.landing .hero{
    margin-bottom: 0;
}

.landing .hero-bottom .category{
    display: none;
}

.landing .hero-bottom h2.title{
    line-height: 25px;
}

.section.latest{
    margin-bottom: 74px;
}

.landing .article-list .title{
    font-size: 25px;
    line-height: 30px;
}
.section.breaking{
    margin-bottom: 56px;
}
.section.reviews{
    margin-bottom: 99px;
}

.section.reviews .card .card-image{
    margin-bottom: 17px;
}

.section.tips{
    margin-bottom: 23px;
}

.tips .more{
    align-items: center;
}

.tips .arrow{
    width: 47px;
    margin-left: 2rem;
}
.section.editors .section-wrapper{
    margin-bottom: 49px;
}
.section.offbeat{
    margin-bottom: 78px;
}
.section.electric{
    /* padding-top: 61px; */
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-bottom: 29px;
}
.section.auto-shows{
    /* padding-top: 138px;
    padding-bottom: 91px; */
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-bottom: 78px;
}

.section.more-news{
    margin-bottom: 64px;
}

.section.more-news .section-wrapper{
    justify-content: space-between;
}
.section.more-news .section-wrapper .left-col  {
    padding-right: 3rem;
    flex-grow: 1;
}
.section.more-news .section-wrapper .right-col  {
    width:  346px;
    margin-top: -3.5rem;
}

.section.more-news .article-col-list .card-wrapper{
    margin-bottom: 2rem;
}

@media screen and (max-width: 1480px) {
    .section.reviews{
        margin-bottom: 69px;
    }
    .section.offbeat{
        margin-bottom: 4rem;
    }
    .section.auto-shows{
        padding-top: 95px;
        padding-bottom: 4rem;
        margin-bottom: 4rem;
    }
}
@media screen and (max-width: 1380px) {
    .landing .hero .card.cv.left .card-info{
        padding-left: 4rem;
    }
}
@media screen and (max-width: 1280px) {
    .section.more-news .section-wrapper .right-col  {
        width:  286px;
        margin-top: -3.5rem;
    }  
    .section.offbeat{
        margin-bottom: 3rem;
    }  
    .latest .article-list{
        margin-bottom: 90px;
    }
}

@media screen and (max-width: 1080px) {
    .section.more-news .section-wrapper .right-col  {
        display: none;
    }
    .section.more-news .section-wrapper .left-col  {
        padding-right: 0;
    }
    .section.reviews{
        margin-bottom: 39px;
    }
    .section.auto-shows{
        padding-top: 75px;
        padding-bottom: 3rem;
        margin-bottom: 3rem;
    }

    .more-news .article-list{
        margin-bottom: 4rem;
    }
}

@media screen and (max-width: 920px) {
    .section.breaking{
        margin-bottom: 0;
    }
    .section.tips{
        margin-bottom: 10px;
    }
    .section.offbeat{
        margin-bottom: 2rem;
    }
    .section.electric{
        padding-top: 51px;
    }
    .section.auto-shows{
        padding-top: 55px;
        padding-bottom: 2rem;
        margin-bottom: 2rem;
    }
    .latest .article-list{
        margin-bottom: 0;
    }
    .section.latest{
        margin-bottom: 4rem;
    }
    .landing .hero .card.cv.left .card-info{
        padding: 40px 2rem;
    }
    .section.more-news{
        margin-bottom: 0;
    }
}

@media screen and (max-width: 840px) {
    .landing .latest .article-list .title{
        margin-bottom: 19px;
    }
    .landing .latest .article-list .details{
        display: flex;
    }
    .section.more-news .article-list .card .title{
        font-size: 25px;
        line-height: 28px;
    }
    .more-news .article-list{
        margin-bottom: 3rem;
    }
}
@media screen and (max-width: 720px) {
    .landing .hero{
        display: block;
    }
    .landing .hero .left-side{
        margin-bottom: 40px;
    }
    .landing .hero .right-side{
        display: block;
    }
    .landing .hero .right-side .card-wrapper{
        width: 100%;
    }
    .landing .hero .card.cv.left .card-info{
        padding: 1.25rem 1.25rem 0;
    }

    .landing .hero .card .card-info{
        position: initial;
        background-color: #fff;
        color: #000;
    }

    .landing .hero .right-side .card{
        flex-direction: row;
        margin-bottom: 1.75rem;
    }
    .landing .hero .right-side .card-image{
        width: 45%;
        aspect-ratio: 16/9;
    }
    .landing .hero .right-side .card-info{
        width: 55%;
        padding:0 1rem 0 1rem;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .landing .hero .right-side .title{
        padding-right: 0;
    }
    .landing .hero .right-side .category{
        display: block;
        font-size: 19px;
        line-height: 23px;
    }

    .landing .hero-bottom .bottom-articles-inner{
        padding: 0;
    }
    .bottom-articles .bottom-articles-inner .card-wrapper{
        margin-bottom: 1.75rem;
    }
    .landing .hero-bottom .bottom-articles .card{
        max-width: unset;
    }
    .landing .hero-bottom .bottom-articles .card .card-info:before{
        display: none;
    }

    .landing .hero-bottom .bottom-articles .card .card-image{
        display: block;
        --aspect-ratio: 16/9!important;
        width: 45%;
    }

    .landing .hero-bottom .bottom-articles .card .card-info{
        width: 55%;
        padding:0 1rem!important;
        justify-content: flex-start;
    }

    .landing .hero-bottom .category{
        display: block;
    }

    .section.latest{
        margin-bottom: 3rem;
    }

    .section.latest .card-image{
        margin-bottom: 15px;
    }
    .section.latest .card-info .title{
        margin-bottom: 1rem;
    }
    .section.latest .card-info .lead{
        display: none;
    }

    .section.reviews .card-wrapper:not(:last-of-type){
        margin-bottom: 41px;
    }
    .section.reviews .card .card-image{
        margin-bottom: 15px;
    }
    .section.reviews .card .title{
        margin-bottom: 29px;
    }
}

@media screen and (max-width: 680px) {
    .latest .section-top{
        margin-bottom: 2.8125rem;    
    }
    .landing .latest .article-list .title{
        font-size: 25px;
        line-height: 28px;
    }
    section.banner .tips-info{
        margin: 0 auto;
        max-width: 350px;
    }
    section.banner .tips-info p{
        font-size: 18px;
        line-height: 24px;
    }
    .section.editors .section-wrapper{
        margin-bottom: 1.875rem;
    }
    .section.auto-shows .card-image{
        margin-bottom: 13px;
    }
}

@media screen and (max-width: 620px) {
    section.offbeat .card-info .category{
        margin-bottom: 0.25rem;
    }
}
@media screen and (max-width: 580px) {
    .landing .latest .article-list .card-wrapper:not(:last-of-type){
        margin-bottom: 2.8125rem;
    }
    section.offbeat .section-wrapper .card-wrapper{
        margin-bottom: 2rem;
    }
    section.offbeat .section-wrapper .card .card-info .title{
        font-size: 18px;
        line-height: 20px;
    }
    section.electric .card-info .category{
        display: none;
    }
    .section.more-news .article-list .card .title{
        margin-bottom: 1rem;
    }
    .landing .more-news .article-list .details{
        display: flex;
    }
    .more-new .card-info{
        padding-left: 0;
    }
}
@media screen and (max-width: 520px) {
    .landing .hero .card.cv.left .card-info{
        padding: 1rem 1rem 0;
    }

    .landing .hero .right-side .card-info{
        padding-left: 0.75rem;
    }
    section.banner .tips-info{
        max-width: unset;
    }
    section.banner .tips-info .more .arrow{
        display: none;
    }
    section.banner .tips-info .more{
        justify-content: flex-end;
    }
}

