html[lang="mk"] .bus-stop-tv__content__title span {
    font-family: Lumios, 'sans-serif';
    font-weight: 400;
}

html[lang="mk"] .bus-stop-tv__content__title h2 {
    width: 30%;
}

html[lang="mk"] .bus-stop-tv__content__text {
    width: 35%;
}
html[lang="mk"] .bus-stop-tv__journey__title h3 {
    width: 60%;
}
html[lang="mk"] .bus-stop-tv__journey__title p {
    width: 70%;
}


body#bus-stop-tv {
    background: #1a1a1a !important
}

.bus-stop-tv__container {
}


#busStopTv-background-video.blurred,
.bus-stop-tv__content__wrapper.blurred {
    filter: blur(10px); /* Adjust the blur level as needed */
    transition: filter 0.3s ease; /* Smooth transition for blur effect */
}


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

video#busStopTv-background-video {
    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-stop-tv__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .55;
    background-color: #000;
}

.bus-stop-tv__title {
    color: #ffffff;
    z-index: 0;
}

.bus-stop-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-stop-tv__title h2 {
    font-family: Gotham-Black, 'sans-serif';
    font-size: 92px;
    text-align: center;

    text-transform: uppercase;

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

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

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

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

}


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

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

.bus-stop-tv__content__title span {
    position: relative;

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

.bus-stop-tv__content__title h2 {
    width: 30%;

    font-family: Gotham-Bold;
    font-size: 70px;
    color: #ffffff;

    margin: -195px auto 2.5rem auto;
}

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

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


.bus-stop-tv__video__wrapper {
    width: 50%;
}

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

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

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

    padding: 200px 0;

    overflow: hidden;
}

.bus-stop-tv__journey__title {
    margin: 0 0 0 300px;
    color: white;

    width: 50%;
}

.bus-stop-tv__journey__title h3 {
    width: 80%;

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

    margin-bottom: 2rem;
}

.bus-stop-tv__journey__title p {
    width: 80%;

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


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

.bus-stop-tv__maps__title h3 {
    width: 50%;

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

    color: #ffffff;
}

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

#footer {
    padding: 150px 0 12px 0;
}

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

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

    html[lang="mk"] .bus-stop-tv__maps__title h3 {
        width: 70%;
    }
    
    html[lang="mk"] .bus-stop-tv__journey__title p {
        width: 80%;
    }


    .bus-stop-tv__title h2 {
        transform: translateY(-50%);
    }
    
    .bus-stop-tv__content__title h2 {
        width: 40%;
    }
    
    .bus-stop-tv__journey__title {
        margin: 0 0 0 150px;
        width: 70%;
    }
    .bus-stop-tv__content__text {
        width: 45%;
    }
    .bus-stop-tv__journey__title h3 {
        width: 75%;
    }
    .bus-stop-tv__maps__title h3 {
        width: 65%;
    }
}

@media only screen and (max-width: 1600px) {
    html[lang="mk"] .bus-stop-tv__content__text {
        width: 60%;
    }
    
    html[lang="mk"] .bus-stop-tv__journey__title p {
        width: 85%;
    }
    
    html[lang="mk"] .bus-stop-tv__maps__title h3 {
        width: 80%;
    }

    html[lang="mk"] .bus-stop-tv__content__title h2 {
        width: 50%;
        margin: -185px auto 2.5rem auto;
    }

    .bus-stop-tv__content__title h2 {
        width: 50%;
    }
    
    .bus-stop-tv__title h2 {
        font-size: 92px;
    }

    .bus-stop-tv__content__text {
        width: 60%;
    }

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

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

    .bus-stop-tv__video__wrapper {
        width: 50%;
    }

    .bus-stop-tv__video__wrapper video {
        width: auto;
    }

    .bus-stop-tv__journey__wrapper {
        padding: 100px 0;
    }

    .bus-stop-tv__journey__title h3 {
        width: 75%;
        font-size: 2.75rem;
    }

    .bus-stop-tv__journey__title p {
        width: 90%;

        font-size: 1.75rem;
    }

    .bus-stop-tv__maps__title h3 {
        width: 80%;
    }

    .bus-stop-tv__maps__section {
        padding: 200px 0 100px 0;
    }

    .scroll-wrapper {
        bottom: 2rem;
    }
    
    #footer {
        padding: 100px 0 12px 0;
    }
}

@media only screen and (max-width: 1366px) {
    html[lang="mk"] .bus-stop-tv__maps__title h3 {
        width: 80%;
    }
    
    html[lang="mk"] .bus-stop-tv__journey__title h3 {
        width: 70%;
    }
    
    .bus-stop-tv__maps__title h3 {
        width: 70%;
        font-size: 3.125rem;
    }
    
    .bus-stop-tv__content__text {
        width: 65%;
    }

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

    .bus-stop-tv__journey__title p {
        width: 90%;
        font-size: 1.6rem;
    }
    
    .bus-stop-tv__content__title h2 {
        width: 60%;
    }
}

@media only screen and (max-width: 1280px) {
    .bus-stop-tv__content__title h2 {
        width: 70%;
    }
}

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

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

    video#background-video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

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

    .bus-stop-tv__journey__title {
        margin: 0 0 0 100px;
    }

    .bus-stop-tv__journey__title h3 {
        font-size: 2.3rem;
    }

    .bus-stop-tv__journey__title p {
        font-size: 1.4rem;
    }

    .bus-stop-tv__content__title h2 {
        font-size: 3.75rem;
        width: 70%;
        margin: -165px auto 2.5rem auto;
    }

    .bus-stop-tv__content__title span {
        font-size: 8.35rem;
    }
    

    .bus-stop-tv__content__text {
        width: 80%;
    }

    .bus-stop-tv__maps__title h3 {
        width: 80%;
        font-size: 2.625rem;
    }
    
    #footer {
        padding: 150px 0 12px 0;
    }
}

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

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

    html[lang="mk"] .bus-stop-tv__maps__title h3 {
        width: 85%;
    }

    .bus-stop-tv__section__wrapper {
        padding: 100px 0 0 0;
    }
    
    .bus-stop-tv__content__title h2 {
        font-size: 3.125rem;
    }

    .bus-stop-tv__content__title span {
        font-size: 6.875rem;
    }
    .bus-stop-tv__content__text {
        font-size: 1.635rem;
    }

    .bus-stop-tv__content__title h2 {
        margin: -135px auto 2.5rem auto;
    }

    h3.suffix span {
        font-size: 72px;
    }
    
    .bus-stop-tv__journey__wrapper {
        padding: 100px 0 200px 0;
        
        flex-direction: column;
        row-gap: 3rem;
    }
    
    
    .bus-stop-tv__journey__title {
        margin: 0px;
        width: 85%;
    }

    .bus-stop-tv__video__wrapper {
        width: 90%;
        place-self: flex-end;
    }
    .bus-stop-tv__journey__title h3 {
        font-size: 3rem;
    }

    .bus-stop-tv__journey__title h3 {
        width: 100%;
    }

    .bus-stop-tv__journey__title p {
        font-size: 1.4rem;
    }
    .bus-stop-tv__maps__section {
        padding: 0;
    }
    .bus-stop-tv__maps__title h3 {
        width: 90%;
        font-size: 2.3rem;
    }
}

@media only screen and (max-width: 768px) {
    html[lang="mk"] .bus-stop-tv__content__text {
        width: 85%;
    }
    html[lang="mk"] .bus-stop-tv__journey__title h3 {
        width: 78%;
    }
    
    html[lang="mk"] .bus-stop-tv__journey__title p {
        width: 95%;
    }

    html[lang="mk"] .bus-stop-tv__maps__title h3 {
        width: 90%;
        font-size: 2.3rem;
    }
    
    .bus-stop-tv__title h2 {
        font-size: 5rem;
    }
    
    .bus-stop-tv__video__wrapper video {
        height: 100%;
    }

    .bus-stop-tv__content__text {
        font-size: 1.5rem;
    }
    
    .bus-stop-tv__journey__title p {
        width: 95%;
        font-size: 1.5rem;
    }
    
    .bus-stop-tv__journey__title h3 {
        width: 80%;
        font-size: 2.625rem;
    }
    .bus-stop-tv__video__wrapper {
        width: 90%;
        margin-top: 3rem;
        place-self: flex-end;
    }

    .bus-stop-tv__maps__title h3 {
        font-size: 2.3rem;
    }

    .bus-stop-tv__video__wrapper video {
        width: 100%;
    }
    
    #footer {
        padding: 150px 0 12px 0;
    }
}


@media only screen and (max-width: 570px) {
    html[lang="mk"] .bus-stop-tv__journey__title h3 {
        width: 100%;
        font-size: 1.825rem;
        text-align: center;
    }
    
    html[lang="mk"] .bus-stop-tv__content__title h2 {
        width: 70%;
        margin: -80px auto 2.5rem auto;
    }
    
    html[lang="mk"] .bus-stop-tv__journey__title p {
        width: 100%;
        text-align: center;
    }

    html[lang="mk"] .bus-stop-tv__maps__title h3 {
        width: 90%;
        font-size: 1.825rem;
    }
    
    .bus-stop-tv__content__wrapper {
        height: calc(40vh - 66px);
    }

    video#busStopTv-background-video {
        height: 40vh;
    }

    .scroll-wrapper{
        bottom: 1rem;
    }
    .banner__video__bus-stop-tv {
        height: 40vh;
    }
    
    .bus-stop-tv__title h2 {
        font-size: 3rem;
        /*font-size: 4.35rem;*/
        padding: 0 20px;
    }
    
    .bus-stop-tv__content__title span {
        font-size: 3.75rem;
    }

    .bus-stop-tv__content__title h2 {
        width: 85%;
        font-size: 2rem;
        margin: -90px auto 2.5rem auto;
    }
    
    .bus-stop-tv__section__wrapper {
        padding: 100px 0 0 0;
    }

    .bus-stop-tv__content__text {
        width: 80%;
        font-size: 1.2rem;
    }

    .bus-stop-tv__journey__title h3 {
        font-size: 1.825rem;
        width: 100%;
        text-align: center;
    }

    .bus-stop-tv__journey__wrapper {
        padding: 0;
        row-gap: 0;
    }

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

    .bus-stop-tv__maps__title h3 {
        font-size: 2rem;
        width: 100%;
    }

    .bus-stop-tv__maps__section {
        padding: 150px 0 0 0;
        margin-top: 0;
    }

    .bus-stop-tv__maps__image__wrapper video {
        margin-top: 2rem;
    }

    #footer {
        padding: 150px 0 12px 0;
    }
}

@media only screen and (max-width: 430px) {
    html[lang="mk"] .bus-stop-tv__maps__title h3 {
        width: 92%;
        font-size: 1.785rem;
    }
}


@media only screen and (max-width: 393px) {
    html[lang="mk"] .bus-stop-tv__journey__title h3 {
        font-size: 1.6rem;
    }

    html[lang="mk"] .bus-stop-tv__maps__title h3 {
        width: 90%;
        font-size: 1.6rem;
    }
    
    
    .bus-stop-tv__title h2 {
        font-size: 2.8rem;
    }

    .bus-stop-tv__journey__title h3 {
        font-size: 1.785rem;
        width: 100%;
        text-align: center;
    }


    .bus-stop-tv__content__text {
        width: 90%;
        font-size: 1.2rem;
    }
    
    .bus-stop-tv__maps__title h3 {
        font-size: 1.785rem;
    }
    
}


@media only screen and (max-width: 375px) {
    html[lang="mk"] .bus-stop-tv__content__title h2 {
        width: 80%;
        margin: -90px auto 2.5rem auto;
    }

    .bus-stop-tv__content__title h2 {
        width: 90%;
        font-size: 1.875rem;
    }

    .bus-stop-tv__title h2 {
        font-size: 2.2rem;
    }

    .bus-stop-tv__content__text {
        font-size: 1.1rem;
    }

    .bus-stop-tv__journey__title p {
        font-size: 1.1rem;
        width: 100%;
    }

    .bus-stop-tv__journey__title h3 {
        font-size: 1.6rem;
    }

    .bus-stop-tv__maps__title h3 {
        font-size: 1.5rem;
        width: 92%;
    }

    .bus-stop-tv__content__title h2 {
        margin: -80px auto 2.5rem auto;
    }
    
    .bus-stop-tv__section__wrapper {
        padding: 70px 0 0 0;
    }

}


@media only screen and (max-width: 375px) {
    html[lang="mk"] .bus-stop-tv__maps__title h3 {
        width: 90%;
        font-size: 1.5rem;
    }
    html[lang="mk"] .bus-stop-tv__content__title span {
        font-size: 4rem;
    }
    html[lang="mk"] .bus-stop-tv__content__title h2 {
        margin: -80px auto 2.5rem auto;
    }
}