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

    font-size: 140px;
}

html[lang="mk"] .bus-stops__content__title h2 {
   width: 35%;
    margin: -175px auto 2.5rem auto;
}

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


h3 {
    margin-bottom: 0 !important;
}

.bus-stops-container {
}


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

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

#bus-station__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__station__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .10;
    background-color: #000;
}


.bus-stops-content-wrapper {
    position: relative;
    
    display: flex;
    flex-direction: column;
    align-items: center;

    justify-content: center;
    /*padding-top: 19%;*/
    margin: 0 auto;

    width: 100%;

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

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

    text-transform: uppercase;

    color: #ffffff;

    transform: translateY(-60%);
}

.blur {
    filter: blur(8px); /* Adjust the blur intensity as needed */
    transition: filter 0.3s ease; /* Smooth transition for the blur effect */
}

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

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

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


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

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

.bus-stops__content__title span {
    position: relative;

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

.bus-stops__content__title h2 {
    width: 35%;

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

    margin: -195px auto 2.5rem auto;
}

.bus-stops__content__text {
    width: 31%;
    margin: 0 auto;

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


.bus-stops-count.count_up .number h2 {
    font-size: 140px;
}

.bus-stops-count.count_up .number h3 {
    font-size: 140px;
}

/*h3.prefix span {*/
/*    font-size: 90px;*/
/*}*/

.types-of-bus-stops.container-fluid {
    padding: 100px 0 0 0;
}


.types-of-bus-stops__title h2 {
    text-align: center;

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

    margin-bottom: 100px;
}

.accordion-bus-station__items {
    width: 100%;
    height: auto;
    margin: 6rem auto 0 auto;
    
    align-items: center;
    /*padding: 4rem 0 2rem 0;*/
}

.main .accordion-item {
    /*padding: 2rem 0 1rem 0;*/
    margin: 0;
    overflow: hidden;
    border: none;
    outline: none;
    border-bottom: 1.3px solid #585858;
}

.accordion-item .title span {
    font-size: 1.875rem;
}

.accordion-item .title h3 {
    font-size: 3.125rem;
    font-family: Gotham-Medium, sans-serif;
}

.accordion-item .title {
    display: flex;
    flex-direction: row;
    column-gap: 2rem;
    align-items: baseline;
    cursor: pointer;
    
    text-transform: uppercase;

    font-family: 'Gotham-Medium', sans-serif;
    margin-bottom: 0;
    /*margin-block-start: 1.5em;*/
    margin-block-end: 0;

    color: #585858;
}

.accordion-item .title i.fas {
    font-size: 0.9rem;
    color: #454545;
    transform: translateX(-50%) rotate(0);
    transition: transform 0.15s ease;
}

.accordion-item .paragraph {
    color: #D7D7D7;
    display: none;
    padding: 1rem 2rem 1rem 4.5rem;
}

.accordion-item p.paragraph {
    font-size: 1.5rem;
    font-family: Gotham, 'sans-serif';
}

.accordion-item .first-item-image img {
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    line-height: inherit;
    color: #454545;
    display: none;
    padding: 1rem 0;
}


.accordion-item.active .title i.fas {
    color: #1a9de1;
    transform: translateX(-50%) rotate(180deg);
}

.accordion-item.active .paragraph {
    display: block;
}

.accordion-item.active .first-item-image img {
    display: block;
}


.accordion-bus-station__items {
    display: flex;
    flex-direction: row;
    column-gap: 8rem;
}

span.template__btn__wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.download_template_btn {
    color: #FFFFFF;
    text-decoration: none;
    border: 1px solid #FFFFFF;
    border-radius: 50px;
    padding: 0.6rem 1.2rem;
}

.download_template_btn:hover,
.download_template_btn:focus {
    border: 1px solid #CE181E;
    background: #CE181E;
    color: #FFFFFF;
}

.download_template_btn i {
    margin-left: 0.6rem;
    font-size: 1.1rem;
    color: #FFFFFF;
}

.first-item,
.secound-item,
.three-item {
    margin: 3rem 0;
}

.bus-stop img,
.premium-package img {
    width: 100%;
}

.premium-package-container {
    align-items: start;
    margin: 10rem auto 0 auto;
}

.premium-package-first {
    margin: 0 0 3rem 0;
}

.accordion-bus-station__images__wrapper {
    width: 50%;
}

.accordion-bus-station__items__wrapper {
    display: flex;
    flex-direction: column;

    width: 50%;
    /*width: 100%;*/
}


button.tablinks {
    width: 90%;
    border: none;
    background: transparent;
    color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 2rem;
}


.tabs-container.container-fluid {
    padding: 0 350px;
}

ul.tabs {
    display: flex;
    flex-direction: row;

    font-size: 2.3rem;
    font-family: 'Gotham-Medium', sans-serif;

    border-bottom: 1px solid white;

    padding: 0;
}

ul.tabs li {
    background: none;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    cursor: pointer;

    text-transform: uppercase;
    width: 50%;
}

ul.tabs li.current {
    color: #CE181E;
    border-bottom: 4px solid #CE181E;
    margin-bottom: -1px;
}

.tab-content {
    display: none;
    background-color: transparent;
}

.tab-content.current {
    display: inherit;
}

.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}


.title__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    place-items: center;
}


button.btn-jambo,
button.btn-jambo-super,
button.btn-jambo-plus {
    background-color: transparent;
    border: none;
}

.btn-jambo,
.btn-jambo-super,
.btn-jambo-plus {
    width: 100%;
}


i.fa-plus,
i.fa-minus {
    color: #585858;
    font-size: 1.825rem;
}


.accordion-item.active .title span {
    color: #ffffff;
    font-family: Gotham-Medium, sans-serif;
}

.accordion-item.active .title h3 {
    color: #ffffff;
    font-family: Gotham-Bold, sans-serif;
    margin-bottom: 0;
}

.accordion-item.active {
    border-bottom: 1.3px solid #d4d4d4;
}

.accordion-item.active i {
    color: #ffffff;
}

/*.active:before {*/
/*    content: '\2795' !important;*/
/*}*/

.active:after {
    content: initial !important;
}

.accordion-item .first-item .title__wrapper .title {
    padding: 0 0 1rem 0;
}


.accordion-item:last-child {
    border: none;
}

footer {
    padding: 150px 0 0 0;
}



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

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

    .bus-stops-title h2 {
        transform: translateY(-60%);
    }
    
    .tabs-container.container-fluid {
        padding: 0 200px;
    }
    .bus-stops__content__title h2 {
        width: 50%;
    }
    .bus-stops__content__text {
        width: 41%;
    }
}


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

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

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


    .bus-stops__content__title h2 {
        width: 65%;
    }

    .bus-stops__content__title h2 {
        margin: -180px auto 2.5rem auto;
    }

    .bus-stops__content__title span {
        font-size: 130px;
    }

    .bus-stops-title h2 {
        transform: translateY(-65%);
        font-size: 92px;
    }

    .bus-stops__content__text {
        width: 54%;
    }

    .types-of-bus-stops {
        padding: 100px 0 0 0;
    }


    .tabs-container.container-fluid {
        padding: 0 100px 50px 100px;
    }

    .first-item-image.city img,
    .first-item-image.premium-package img {
        width: 100%;
    }


    .accordion-item .title span {
        font-size: 1.5rem;
    }

    .accordion-item .title h3 {
        font-size: 2.5rem;
    }

    .accordion-bus-station__items {
        align-items: center;
        column-gap: 5rem;
    }

    .accordion-item p.paragraph {
        font-size: 1.2rem;
    }
}

@media only screen and (max-width: 1366px) {
    html[lang="mk"] .bus-stops__content__text {
        width: 70%;
    }
    
    .bus-stops-content-wrapper {
        /*padding-top: 22%;*/
    }

    .bus-stops__content__text {
        width: 57%;
    }

    .tabs-container.container-fluid {
        padding: 0 70px 50px 70px;
    }
    
    ul.tabs {
        font-size: 2rem;
    }
    
    .accordion-item .title h3 {
        font-size: 2.5rem;
    }
    
    .accordion-item p.paragraph {
        font-size: 1.2rem;
    }

    .accordion-bus-station__items {
        column-gap: 4rem;
    }
    
}

@media only screen and (max-width: 1280px) {
    .bus-stops-title h2 {
        font-size: 72px;
    }
    ul.tabs {
        font-size: 1.8rem;
    }
    .bus-stops__content__title h2 {
        font-size: 3.75rem;
        width: 80%;
    }
    .bus-stops__content__text {
        width: 80%;
    }
}

@media only screen and (max-width: 1024px) {
    html[lang="mk"] .bus-stops-title h2 {
        font-size: 70px;
    }

    html[lang="mk"] .bus-stops__content__title h2 {
        width: 80%;
        margin: -150px auto 2.5rem auto;
    }

    html[lang="mk"] .bus-stops__content__title span {
        font-size: 120px;
    }

    .bus-stops-title h2 {
        font-size: 92px;
        transform: translateY(-80%);
    }

    
    .bus-stops__content__title h2 {
        width: 90%;
        margin: -175px auto 2.5rem auto;
    }
    
    .bus-stops__content__text {
        width: 80%;
        font-size: 1.8rem;
    }

    ul.tabs {
        font-size: 1.5rem;
    }
    
    .types-of-bus-stops__title h2 {
        font-size: 55px;
    }
    
    .tabs-container.container-fluid {
        padding: 0 50px 0 50px;
    }

    .accordion-bus-station__items {
        flex-direction: row;
    }

    .accordion-bus-station__images__wrapper {
        width: 100%;
    }

    .accordion-bus-station__items__wrapper {
        width: 100%;
    }

    .accordion-item .title h3 {
        font-size: 2rem;
    }
    .accordion-item p.paragraph {
        font-size: 1.2rem;
    }
    
    .accordion-bus-station__items {
        column-gap: 3rem;
    }

    .accordion-item .paragraph {
        padding: 1rem 1rem 1rem 4.3rem;
    }

    .types-of-bus-stops {
        padding: 100px 0 50px 0;
    }
    
}

@media only screen and (max-width: 980px) {
    html[lang="mk"] .bus-stops-title h2 {
        font-size: 54px;
    }
    .bus-stops-title h2 {
        transform: translateY(-70%);
    }
    
    .accordion-bus-station__items {
        flex-direction: column;
        row-gap: 1.5rem;
    }
    .accordion-bus-stop__items__wrapper {
        width: 100%;
    }
    .accordion-bus-stop__images__wrapper {
        width: 100%;
    }
    .accordion-item .title h3 {
        font-size: 2.3rem;
    }
    .accordion-item .title span {
        font-size: 1.6rem;
    }
    .accordion-item p.paragraph {
        font-size: 1.4rem;
    }
}


@media only screen and (max-width: 820px) {
    html[lang="mk"] .bus-stops__content__title h2 {
        font-size: 3.125rem;
        margin: -125px auto 2.5rem auto;
    }
    
    html[lang="mk"] .bus-stops__content__title span {
        font-size: 100px;
    }

    html[lang="mk"] .bus-stops__content__text {
        width: 75%;
        font-size: 1.5rem;
    }

    .bus-stops__section__wrapper {
        padding: 100px 0 0px 0;
    }
    
    ul.tabs {
        font-size: 1.4rem;
    }

    .tabs-container.container-fluid {
        padding: 0 50px 0 50px;
    }
    
    .accordion-item .title h3 {
        font-size: 2rem;
    }
    .accordion-item p.paragraph {
        font-size: 1.2rem;
    }
    
    .types-of-bus-stops.container-fluid {
        padding: 0;
    }
    .first-item,
    .secound-item,
    .three-item {
        margin: 1.5rem 0;
    }
    
}

@media only screen and (max-width: 768px) {
    html[lang="mk"] .bus-stops__content__text {
        width: 80%;
    }
    
    .bus-stops-title h2 {
        font-size: 92px;
        transform: translateY(-80%);
    }

    .bus-stops-content-wrapper {
        /*padding-top: 40%;*/
    }

    .bus-stops__content__text {
        font-size: 1.635rem;
    }

    .types-of-bus-stops__title h2 {
        font-size: 3.2rem;
    }

    .bus-stops__content__title h2 {
        font-size: 3.125rem;
        margin: -140px auto 2.5rem auto;
    }

    .bus-stops__content__title span {
        font-size: 110px;
    }

    .tabs-container.container-fluid {
        padding: 0 50px 0 50px;
    }

    ul.tabs li {
        font-size: 1.4rem;
        font-family: Gotham-Medium, 'sans-serif';
    }

    ul.tabs li.current {
        font-size: 1.4rem;
        font-family: Gotham-Medium, 'sans-serif';
    }

    .accordion-item .title h3 {
        font-size: 2rem;
    }

    .accordion-item .paragraph {
        padding: 1rem 2rem 1rem 4.3rem;
    }
    
    .accordion-item p.paragraph {
        font-size: 1.3rem;
    }
    
    i.fa-plus, i.fa-minus {
        font-size: 1.5rem;
    }
    
    .bus-stops-count.count_up .number h2 {
        font-size: 5rem;
    }

    .bus-stops-count.count_up .number h3 {
        font-size: 5rem;
    }

    h3.prefix span {
        font-size: 4.3rem;
    }

    .types-of-bus-stops {
        padding: 50px 0 0 0;
    }
}

@media only screen and (max-width: 570px) {
    html[lang="mk"] .bus-stops-title h2 {
        font-size: 2.5rem;
    }
    
    html[lang="mk"] .bus-stops__content__title h2 {
        font-size: 1.825rem;
        width: 100%;
        margin: -80px auto 2.5rem auto;
    }

    html[lang="mk"] .bus-stops__content__title span {
        font-size: 60px;
    }
    
    html[lang="mk"] .bus-stops__content__text {
        width: 90%;
        font-size: 1.2rem;
    }
    
    span.template__btn__wrapper span {
        font-size: 1rem;
    }

    .download_template_btn {
        width: 100%;
        text-align: center;
    }

    span.template__btn__wrapper {
        flex-direction: column;
        align-items: start;
        row-gap: 1rem;
    }
    
    #bus-station__image__bg {
        height: 40vh;
    }

    .banner__bus__station__overlay {
        height: 40vh;
    }


    .bus-stops-content-wrapper {
        height: calc(40vh - 66px);
    }

    .scroll-wrapper {
        bottom: 1rem;
    }


    .title__wrapper {
        place-items: baseline;
    }

    .bus-stops__section__wrapper {
        padding: 100px 20px 0 20px;
    }

    .types-of-bus-stops__title h2 {
        font-size: 2.2rem;
        margin-bottom: 50px;
    }
    .tabs-container.container-fluid {
        padding: 0 40px;
    }

    .accordion-bus-station__items {
        row-gap: 0;
    }
    
    .accordion-bus-station__items__wrapper {
        margin-top: 1.5rem;
    }
    
    .accordion-item .title h3 {
        font-size: 1.6rem;
    }
    .accordion-item .title span {
        font-size: 1.5rem;
    }
    .accordion-item .title {
        margin-block-start: 0;
        column-gap: 1rem;
    }
    
    .accordion-item .title {
        column-gap: 1rem;
    }

    .accordion-item .paragraph {
        padding: 1rem 1rem 0 0;
    }
    .accordion-item p.paragraph {
        font-size: 1.3rem;
    }
    
    .accordion-bus-station__items {
        margin: 2rem auto 0 auto;
    }
    
    .three-item {
        margin: 2rem 0 0 0;
    }


    i.fa-plus, 
    i.fa-minus {
        font-size: 1.5rem;
    }
    
    .bus-stops-title h2 {
        font-size: 4rem;
        transform: translateY(-30%);
    }

    .bus-stops__content__title h2 {
        font-size: 40px;
    }

    .bus-stops__content__text {
        font-size: 1.2rem;
    }

    .bus-stops__content__title h2 {
        margin: -150px auto 2.5rem auto;
    }

    .bus-stops__content__title span {
        font-size: 70px;
    }
    
    ul.tabs {
        flex-direction: column;
        row-gap: 1.5rem;
        border-bottom: none;
    }

    ul.tabs li {
        font-size: 1.3rem;
        width: 100%;
    }

    ul.tabs li.current {
        font-size: 1.3rem;
    }
}


@media only screen and (max-width: 430px) {
    html[lang="mk"] .bus-stops__content__text {
        width: 100%;
    }
    
    .bus-stops-content-wrapper {
        /*padding: 74% 20px 0 20px;*/
    }

    .bus-stops-title h2 {
        font-size: 3rem;
    }

    .bus-stops__content__title h2 {
        width: 100%;
        font-size: 2rem;
    }

    .bus-stops__content__text {
        width: 95%;
        font-size: 1.2rem;
    }

    .bus-stops__content__title h2 {
        margin: -125px auto 2.5rem auto;
    }

    .bus-stops__content__title span {
        font-size: 4rem;
    }
    
    .bus-stops-count.count_up .number h2 {
        font-size: 5rem;
    }

    h3.prefix span {
        font-size: 4rem;
    }

    .bus-stops-count.count_up .number h3 {
        font-size: 5rem;
    }

    .accordion-item .title h3 {
        font-size: 1.4rem;
    }
    .accordion-item .title span {
        font-size: 1.2rem;
    }

    .accordion-item p.paragraph {
        font-size: 1.1rem;
    }

    .accordion-item .first-item .title__wrapper .title {
        padding: 0;
    }

    .accordion-item .paragraph {
        padding: 1rem 0 0 0;
    }

    .types-of-bus-stops {
        padding: 0;
    }

    .types-of-bus-stops__title h2 {
        margin-bottom: 50px;
    }
}


@media only screen and (max-width: 390px) {
    html[lang="mk"] .bus-stops__content__title h2 {
        font-size: 1.7rem;
        width: 100%;
        margin: -70px auto 2.5rem auto;
    }

    html[lang="mk"] .bus-stops__content__text {
        width: 95%;
        font-size: 1.1rem;
    }

    html[lang="mk"] .bus-stops__content__title span {
        font-size: 55px;
    }
    
    .types-of-bus-stops__title h2 {
        font-size: 2rem;
    }

    .bus-stops__content__title h2 {
        font-size: 1.8rem;
    }

    .bus-stops__content__text {
        width: 100%;
    }
    
    .accordion-item .title h3 {
        font-size: 1.2rem;
    }
    
    .bus-stops__content__title h2 {
        font-size: 1.7rem;
        width: 100%;
        margin: -80px auto 2.5rem auto;
    }
}

@media only screen and (max-width: 375px) {
    .bus-stops-title h2 {
        font-size: 2.5rem;
    }
    .bus-stops__content__text {
        font-size: 1.2rem;
    }
    .bus-stops__section__wrapper {
        padding: 100px 20px 0 20px;
    }
}

@media only screen and (max-width: 360px) {
    .bus-stops-title h2 {
        font-size: 2.2rem;
    }

    .bus-stops-content-wrapper {
        /*padding-top: 60%;*/
    }
}


@media only screen and (device-width: 1024px) and (orientation: landscape) {
    .bus-stops-content-wrapper {
        padding-top: 19%;
    }
}



/*.my-carousel-progress {*/
/*    background: #f1f1f1;*/
/*}*/

/*.my-carousel-progress-bar {*/
/*    background: #CE181E;*/
/*    height: 2px;*/
/*    transition: width 400ms ease;*/
/*    width: 0;*/
/*}*/


.splide__arrow svg {
    fill: #CE181E !important;
}