html[lang="mk"] .bus-tv__content__title span {
    font-family: 'Lumios', 'sans-serif';
}
html[lang="mk"] .bus-tv__content__title h2 {
    width: 19%;
    margin: -185px auto 2.5rem auto;
}

html[lang="mk"] .bus-tv__content__text {
    width: 40%;
}

#bus-tv__image__bg.blurred,
.bus-tv-content-wrapper.blurred {
    filter: blur(10px); /* Adjust the blur level as needed */
    transition: filter 0.3s ease; /* Smooth transition for blur effect */
}

.bus-tv__banner__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

#bus-tv__image__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 100%;
    height: 100vh;
    /*min-height: calc(100vh - 104px);*/
    z-index: -100;
    object-fit: cover;
}

.banner__bus-tv__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .10;
    background-color: #000;
}

.bus-tv-content-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;


    width: 100%;

    height: calc(100vh - 104px);
}

.bus-tv-title h2 {
    font-family: Gotham-Black, 'sans-serif';
    font-size: 92px;
    text-align: center;

    text-transform: uppercase;

    color: #ffffff;
    transform: translateY(-60%);
}

.scroll-wrapper {
    position: absolute;
    bottom: 2rem;

    display: flex;
    flex-direction: column;
    flex: 0 1 auto;

    align-self: center;
    align-items: center;

}


.bus-tv__section__wrapper {
    padding: 200px 0 100px 0;
    background-color: #1a1a1a;
    color: #ffffff;
}

.bus-tv__wraper__content {
    text-align: center;
}

.bus-tv__content__title span {
    position: relative;

    font-size: 150px;
    font-family: Sansilk;
    color: #E4282D;
}

.bus-tv__content__title h2 {
    width: 45%;

    font-family: Gotham-Bold, 'sans-serif';
    font-size: 70px;
    color: #ffffff;

    margin: -190px auto 2.5rem auto;
}

.bus-tv__content__text {
    width: 37%;
    margin: 0 auto;

    font-size: 32px;
    font-family: Gotham, 'sans-serif';
}


h3.surfix span {
    font-size: 70px;
}

.bus-tv__journey__wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;

    padding: 100px 0 0 0;
    overflow: hidden;
}

.bus-tv__journey__title {
    width: 50%;
    margin: 0 0 0 300px;
    color: white;
}

.bus-tv__video__wrapper {
    width: 50%;

}

.bus-tv__video__wrapper video {
    width: auto;
    height: 100vh;
    object-fit: cover;
}

.bus-tv__journey__title h3 {
    width: 60%;

    font-family: Gotham-Bold, 'sans-serif';
    font-size: 60px;

    margin-bottom: 2rem;
}

.bus-tv__journey__title p {
    width: 71%;

    font-family: Gotham, 'sans-serif';
    font-size: 30px;
}


.bus-tv__maps__section {
    display: flex;
    flex-direction: column;
    text-align: -webkit-center;
    padding: 200px 0;

    margin-top: 2rem;
}

.bus-tv__maps__title h3 {
    width: 50%;

    font-family: Gotham-Medium, sans-serif;
    font-size: 60px;

    color: #ffffff;
}

.bus-tv__maps__image__wrapper img {
    margin-top: 4rem;
    width: 100%;
}

#footer {
    padding: 100px 0 10px 0;
}


@media only screen and (max-width: 1920px) {
    html[lang="mk"] .bus-tv__content__title h2 {
        width: 25%;
    }

    html[lang="mk"] .bus-tv__content__text {
        width: 50%;
    }

    html[lang="mk"] .bus-tv__journey__title h3 {
        width: 61%;
    }

    .bus-tv-title h2 {
        transform: translateY(-60%);
    }
    
    .bus-tv__content__title h2 {
        width: 63%;
    }
    .bus-tv__content__text {
        width: 50%;
    }

    .bus-tv__journey__title {
        width: 50%;
        margin: 0 0 0 100px;
    }
    .bus-tv__journey__title h3 {
        width: 80%;
    }
    .bus-tv__journey__title p {
        width: 79%;
    }
}


@media only screen and (max-width: 1600px) {
    html[lang="mk"] .bus-tv__content__title h2 {
        width: 34%;
    }
    
    html[lang="mk"] .bus-tv__content__text {
        width: 70%;
    }
    html[lang="mk"] .bus-tv__journey__title h3 {
        width: 69%;
    }
    
    .bus-tv__content__title h2 {
        width: 60%;
    }
    .bus-tv__content__text {
        width: 65%;
    }

    .bus-tv__section__wrapper {
        padding: 200px 0 0px 0;
    }

    .bus-tv__video__wrapper video {
        width: auto;
    }

    .bus-tv__image__wrapper {
        width: 50%;
    }

    .bus-tv__journey__title {
        width: 50%;
        margin: 0 0 0 100px;
    }

    .bus-tv__journey__title h3 {
        width: 80%;
        font-size: 3.125rem;
    }

    .bus-tv__journey__title p {
        width: 86%;
        font-size: 1.75rem;
    }
}


@media only screen and (max-width: 1366px) {
    html[lang="mk"] .bus-tv__content__title h2 {
        margin: -165px auto 2.5rem auto;
        width: 33%;
    }
    
    html[lang="mk"] .bus-tv__content__text {
        width: 70%;
    }

    html[lang="mk"] .bus-tv__content__title span {
        font-family: 'Lumios', 'sans-serif';
        font-size: 130px;
    }

    html[lang="mk"] .bus-tv__journey__title h3 {
        width: 75%;
    }
    
    .bus-tv__content__title h2 {
        width: 80%;
        font-size: 4rem;
    }

    .bus-tv__journey__title h3 {
        width: 85%;
    }

    .bus-tv__content__text {
        width: 70%;
    }
    
    .bus-tv__journey__title p {
        width: 90%;
        font-size: 1.6rem;
    }
    .bus-tv__journey__wrapper {
        padding: 100px 0 0 0;
    }
}


@media only screen and (max-width: 1024px) {
    html[lang="mk"] .bus-tv__content__title h2 {
        margin: -155px auto 2.5rem auto;
        width: 39%;
    }
    
    html[lang="mk"] .bus-tv__content__text {
        width: 76%;
        font-size: 1.625rem;
    }

    html[lang="mk"] .bus-tv__journey__title h3 {
        width: 80%;
        font-size: 2.625rem;
    }

    .bus-tv__section__wrapper {
        padding: 150px 0 0 0;
    }
    
    .bus-tv__content__text {
        width: 80%;
        font-size: 1.625rem;
    }

    .bus-tv__content__title h2 {
        width: 85%;
        font-size: 3.5rem;
        margin: -165px auto 2.5rem auto;
    }
    
    .bus-tv__content__title span {
        font-size: 8.125rem;
    }

    .bus-tv__journey__title h3 {
        width: 90%;
        font-size: 2.625rem;
    }

    .bus-tv__journey__title {
        margin: 0 0 0 50px;
    }

    .bus-tv__journey__title p {
        width: 90%;
        font-size: 1.4rem;
    }

    .bus-tv__video__wrapper video {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
}

@media only screen and (max-width: 820px) {
    html[lang="mk"] .bus-tv__content__title h2 {
        margin: -135px auto 2.5rem auto;
        width: 49%;
        font-size: 3.5rem;
    }
    html[lang="mk"] .bus-tv__content__text {
        width: 90%;
        font-size: 1.5rem;
    }

    html[lang="mk"] .bus-tv__content__title span {
        font-size: 100px;
    }
    
    .bus-tv__section__wrapper {
        padding: 100px 0 0 0;
    }
    
    .bus-tv__content__title h2 {
        font-size: 3.125rem;
        margin: -150px auto 2.5rem auto;
    }

    .bus-tv__content__title span {
        font-size: 120px;
    }

    .bus-tv__content__text {
        width: 90%;
        font-size: 1.5rem;
    }
    
    .bus-tv__journey__wrapper {
        flex-direction: column;
        row-gap: 1rem;
        
        padding: 50px 0 0 0;
    }

    .bus-tv__journey__title h3 {
        width: 70%;
        font-size: 3rem;
    }
    
    .bus-tv__video__wrapper {
        width: 90%;
        align-self: flex-end;
        margin-top: 2rem;
        font-size: 1.5rem;
    }

    .bus-tv__journey__title {
        width: 90%;
    }
}

@media only screen and (max-width: 768px) {
    html[lang="mk"] .bus-tv__content__title h2 {
        width: 45%;
        font-size: 3.125rem;
    }

    html[lang="mk"] .bus-tv__journey__title h3 {
        width: 85%;
        font-size: 2.625rem;
    }

    html[lang="mk"] .bus-tv__content__title h2 {
        margin: -125px auto 2.5rem auto;
    }
    
    
    .bus-tv__journey__wrapper {
        flex-direction: column;
        padding: 0 30px 0 30px;
    }
    
    .bus-tv__journey__title {
        margin: 0;
    }

    .bus-tv__journey__title p {
        width: 100%;
    }

    .bus-tv__content__title h2 {
        font-size: 3.125rem;
    }
    .bus-tv__journey__title h3 {
        width: 80%;
    }
    .bus-tv__content__text p {
        font-size: 1.5rem;
    }
    /*.footer__content__title h2 {*/
    /*    font-size: 3.5rem;*/
    /*}*/
}

@media only screen and (max-width: 570px) {
    .bus-tv__banner__image {
        height: 40vh;
    }
    #bus-tv__image__bg {
        height: 40vh;
    }
    
    .bus-tv-content-wrapper {
        height: calc(40vh - 66px);
    }

    .scroll-wrapper {
        bottom: 1rem;
    }

    .bus-tv__section__wrapper {
        padding: 100px 0 0 0;
    }
    
    .bus-tv-title h2 {
        font-size: 3rem;
        transform: translateY(-30%);
    }

    .bus-tv__content__title h2 {
        width: 90%;
        font-size: 1.8rem;
        margin: -95px auto 2.5rem auto;
    }

    .bus-tv__content__title span {
        font-size: 4.5rem;
    }
    
    .bus-tv__content__text {
        width: 90%;
        font-size: 1.2rem;
    }

    .bus-tv__journey__title {
        width: 85%;
        margin: 0;
    }
    .bus-tv__journey__title h3 {
        width: 100%;
        font-size: 2rem;
        text-align: center;
    }

    .bus-tv__journey__title p {
        font-size: 1.2rem;
        width: 100%;
        text-align: center;
    }

    .bus-tv__video__wrapper video {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .bus-tv__video__wrapper {
        width: 90%;
        align-self: flex-end;
        margin-top: 2rem;
    }

    .bus-tv__journey__wrapper {
        padding: 0;
    }
    
    .footer__content__title h2 {
        font-size: 2.6rem;
    }
    
    #footer {
        padding: 150px 0 10px 0;
    }
    
}

@media only screen and (max-width: 430px) {
    html[lang="mk"] .bus-tv__content__title h2 {
        margin: -85px auto 2.5rem auto;
        width: 60%;
        font-size: 2.25rem;
    }

    html[lang="mk"] .bus-tv__journey__title h3 {
        width: 100%;
        font-size: 1.825rem;
        text-align: center;
    }
    html[lang="mk"] .bus-tv__journey__title p {
        font-size: 1.2rem;
        width: 100%;
        text-align: center;
    }
    
    html[lang="mk"] .bus-tv__content__title span {
        font-size: 60px;
    }
    
    
    .bus-tv__content__title h2 {
        margin: -90px auto 2.5rem auto;
    }
    
    .bus-tv__journey__wrapper {
        padding: 50px 0 50px 0;
    }
    .bus-tv__content__text p {
        font-size: 1.2rem;
    }
}


@media only screen and (max-width: 400px) {
    html[lang="mk"] .bus-tv__content__title h2 {
        width: 70%;
    }

    html[lang="mk"] .bus-tv__journey__title h3 {
        width: 100%;
        font-size: 1.785rem;
    }
}

@media only screen and (max-width: 393px) {
    html[lang="mk"] .bus-tv__content__title h2 {
        width: 65%;
    }
    
    html[lang="mk"] .bus-tv__journey__title h3 {
        width: 100%;
        font-size: 1.785rem;
    }
    
    .bus-tv__journey__wrapper {
        padding: 50px 0 0 0;
    }
}


@media only screen and (max-width: 375px) {
    html[lang="mk"] .bus-tv__journey__title h3 {
        width:100%;
    }

    .bus-tv__section__wrapper {
        padding: 50px 0 0 0;
    }

    .footer__content__title h2 {
        margin: -105px auto 2.5rem auto;
    }
}


@media only screen and (max-width: 360px) {
    html[lang="mk"] .bus-tv__content__title h2 {
        width: 70%;
    }

    html[lang="mk"] .bus-tv__journey__title h3 {
        width: 100%;
        font-size: 1.785rem;
    }
    
}
