.buses-container {
}


html[lang="mk"] .buses__content__title h2 {
    margin-top: -180px;
    width: 35%;
}

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

    font-size: 140px;
}

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

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

#buses__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__buses__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .10;
    background-color: #1a1a1a;
}


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


    width: 100%;

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

.buses-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;

}

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

.buses__wraper__content {
    text-align: center;
}

.buses__content__title span {
    position: relative;

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

.buses__content__title h2 {
    width: 50%;

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

    margin: -190px auto 2.5rem auto;
}

.buses__content__text {
    width: 40%;
    margin: 0 auto;

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

/*h3.surfix span {*/
/*    font-size: 110px;*/
/*}*/


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


.types-of-buses__title h2 {
    text-align: center;

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

    margin-bottom: 100px;
}

.accordion-buses__items {
    width: 100%;
    height: auto;
    margin: 8rem auto 0 auto;
    /*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;
    
    text-transform: uppercase;
}

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

    text-transform: uppercase;
}


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

    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: 2rem 2rem 1rem 4.5rem;
}

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

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


.buses img,
.man-buses img,
.posters img {
    width: 100%;
}

.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);
}
#content-container .box,
.accordion-item.active .paragraph {
    display: block;
}

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


.accordion-buses__items {
    display: flex;
    flex-direction: row;
    column-gap: 8rem;

    align-items: center;
}

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



.first-item-poster,
.secound-item-poster {
    margin: 2rem 0;
}

.accordion-buses__images__wrapper {
    width: 50%;
}

.accordion-buses__items__wrapper,
.accordion-man-buses__items__wrapper,
.accordion-posters__items__wrapper {
    display: flex;
    flex-direction: column;

    width: 50%;
}

.accordion-posters__images__wrapper {
    width: 50%;
}

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: 100px 350px;
}

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

    font-size: 2.2rem;
    font-family: 'Gotham-Medium', sans-serif;
    
    text-transform: uppercase;

    border-bottom: 1px solid white;

    padding: 0;
}

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

    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,
button.btn-billboard1,
button.btn-billboard2,
button.btn-billboard3,
button.btn-billboard4,
button.btn-super-jumbo,
button.btn-ceiling-area,
button.btn-middle-section,
button.btn-rear-section,
button.btn-up-ceiling-area,
button.btn-up-front-section,
button.btn-up-front-stairs,
button.btn-up-rear-stairs,
button.btn-hengers {
    background-color: transparent;
    border: none;
}

.btn-jambo,
.btn-jambo-super,
.btn-jambo-plus,
.btn-billboard1,
.btn-billboard2,
.btn-billboard3,
.btn-billboard4,
.btn-super-jumbo,
.btn-ceiling-area,
.btn-middle-section,
.btn-rear-section,
.btn-up-ceiling-area,
.btn-up-front-section,
.btn-up-front-stairs,
.btn-up-rear-stairs,
.btn-hengers {
    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:after {
    content: initial !important;
}

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

.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;
}

.splide {
    margin: 0 auto;
}

.thumbnails,
.thumbs {
    display: flex;
    margin: 1rem auto 0;
    padding: 0;
    justify-content: center;
}

.thumbnail,
.thumb {
    width: 100%;
    height: auto;
    overflow: hidden;
    list-style: none;
    margin: 0 0.2rem;
    cursor: pointer;
    opacity: 0.3;
}

.thumbnail.is-active,
.thumb.is-active {
    opacity: 1;
}

.thumbnail img,
.thumb img {
    width: 100%;
    object-fit: cover;
    height: 10vh;
}


.buses {
    display: none; /* Hide all by default */
}


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


.buses-relation-wrapper {
    padding: 0 0 150px 0;
    background-color: #1a1a1a;
    color: #ffffff;
}

.buses-relation__wraper__content {
    text-align: center;
}

.buses-relation__content__title {
    margin-bottom: 100px;
}

.buses-relation__content__title span {
    position: relative;

    font-size: 150px;
    font-family: Sansilk, 'sans-serif';
    color: #E4282D;
}

.buses-relation-button__wrapper {
    display: none;
}

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

.buses-relation__content__title h2 {

    margin-top: -115px;

    text-transform: uppercase;
    font-size: 92px;
    font-family: Gotham-Black, 'sans-serif';
    color: #ffffff;
    margin-bottom: 2.5rem;
}

html[lang="mk"] .buses-relation__content__title h2 {
    margin-top: -85px;
}


.buttons-lines-container {
    display: grid;
    grid-template-columns: 100%;
    width: 70%;
    margin: 0 auto;
}

.buttons-lines-first_column {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 1rem;
}


.buttons-lines-container button {
    
    font-family: Gotham-Book, 'sans-serif';
    font-size: 1.3rem;

    text-align: center;
    
    background: #333333;
    color: #FFFFFF;
    text-decoration: none;
    
    border: none;
    padding: 1rem 2rem;
    justify-content: center;
    margin-top: 0;
}


button.box:hover {
    background: #CE181E;
    cursor: pointer;
}


a.learn-more__btn {
    background: transparent;
    border: none;
    padding: 1rem;
    font-size: 1.2rem;
    font-family: Gotham-Book, 'sans-serif';
    position: relative;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
}

a.learn-more__btn:after {
    transform: translateY(-50%);
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #E4282D;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;
    transition: 0.3s ease;
}

a.learn-more__btn:hover:after {
    width: 100%;
    height: 100%;
    left: 0;
    border-radius: 150px;
}

a.learn-more__btn i {
    margin-left: 1rem;
}

/*button.learn-more__btn {*/
/*    background: transparent;*/
/*    border: none;*/
/*    padding: 1rem;*/
/*    font-size: 1.2rem;*/
/*    font-family: Gotham-Book, 'sans-serif';*/
/*    position: relative;*/
/*    color: #ffffff;*/
/*    text-decoration: none;*/
/*    text-transform: uppercase;*/
/*}*/

/*button.learn-more__btn:after {*/
/*    transform: translateY(-50%);*/
/*    content: "";*/
/*    width: 40px;*/
/*    height: 40px;*/
/*    border-radius: 50%;*/
/*    background-color: #E4282D;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 50%;*/
/*    z-index: -1;*/
/*    transition: 0.3s ease;*/
/*}*/

.gallery-buses {
    padding: 100px 0;
}


footer {
    padding: 100px 0 0 0;
}


.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center; 
    z-index: 1000; 
    overflow: auto;
    background-color: rgba(0,0,0,0.8);
}
.modal.modal-show {
    animation: fadeIn 0.1s ease-in-out forwards;
}
.modal.modal-hide {
    animation: fadeOut 0.1s ease-in-out 0.1s forwards;
}
.modal-content {
    position: relative;
    background-color: #fff;
    color: #1a1a1a;
    margin: 2rem;
    padding: 1rem 2rem;
    border-radius: 0.25rem;
    width: 20%;
    max-height: 35%;
    overflow: auto;
    box-shadow: 0 4px 20px rgba(0,0,0,0.4);
}

hr {
    margin: 0.5rem 0;    
}

.modal.modal-show .modal-content {
    animation: fadeInDown 0.3s ease-in-out forwards;
}
.modal.modal-hide .modal-content {
    animation: fadeOutUp 0.2s ease-in-out forwards;
}
.modal-content h1 {
    text-align: start;
    margin-bottom: 0.5rem;
    
    font-size: 1.6rem;
}
.modal-content p {
    margin: 1rem 0;
    line-height: 1.5rem;
}
.modal-close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 1rem;
    color: rgb(184, 184, 184);
    cursor: pointer;
    user-select: none;
}
.modal-close:hover, .modal-close:focus {
    color: #1a1a1a;
}

/* Animations */
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-3rem);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fadeOutUp {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-3rem);
    }
}

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

    .buses-title h2 {
        transform: translateY(-60%);
    }
    
    .buses__content__title h2 {
        width: 50%;
    }

    .buses__content__text {
        width: 55%;
    }
    .tabs-container.container-fluid {
        padding: 100px 200px 0 200px;
    }
    ul.tabs {
        font-size: 2rem;
    }
    
    .buses-relation-wrapper {
        padding: 0 0 50px 0;
    }
    
    .buttons-lines-container {
        width: 80%;
    }
    .modal-content {
        width: 25%;
    }
}


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

    html[lang="mk"] .buses__content__text {
        width: 60%;
    }

    .buses-title h2 {
        transform: translateY(-65%);
    }
    
    .buses__content__title h2 {
        width: 65%;
    }

    .buses__content__text {
        width: 55%;
        font-size: 26px;
    }
    
    .buses__section__wrapper {
        padding: 200px 0 0px 0;
    }

    .types-of-buses {
        padding: 0;
    }
    
    .tabs-container.container-fluid {
        padding: 50px 150px;
    }

    ul.tabs {
        font-size: 1.8rem;
    }

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

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

    .accordion-buses__items {
        margin: 5rem auto 0 auto;
        column-gap: 5rem;
    }

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

    .accordion-item .paragraph {
        padding: 2rem 1.5rem 0 4rem;
    }

    li#main-slider-slide01,
    li#main-slider-slide02,
    li#main-slider-slide03,
    li#main-slider-slide04,
    li#main-slider-slide05,
    li#main-slider-one-slide01,
    li#main-slider-one-slide02,
    li#main-slider-one-slide03,
    li#main-slider-one-slide04 {
        height: 400px !important;
    }

    .modal-content {
        width: 30%;
    }

    .buttons-lines-first_column {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }

    .buttons-lines-container button {
        padding: 1rem 0;
    }
}


@media only screen and (max-width: 1440px) {
    html[lang="mk"] .buses__content__title h2 {
        width: 35%;
    }
}

@media only screen and (max-width: 1366px) {
    html[lang="mk"] .buses__content__text {
        width: 65%;
    }

    html[lang="mk"] .buses__content__title h2 {
        margin-top: -160px;
        width: 60%;
    }


    .buses-relation__content__title h2 {
        margin-top: -115px;
    }
    

    html[lang="mk"] .buses__content__title span {
        font-size: 130px;
    }
    
    .buses__content__text {
        width: 60%;
    }
    .buses__content__title h2 {
        width: 60%;
        font-size: 3.75rem;
        margin: -180px auto 2.5rem auto;
    }

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

    .buttons-lines-container {
        width: 84%;
    }
    .buttons-lines-first_column {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    
}


@media only screen and (max-width: 1280px) {
    .buses__content__title h2 {
        width: 80%;
    }

    ul.tabs {
        font-size: 1.6rem;
    }

    html[lang="mk"] .buses-relation__content__title h2 {
        font-size: 70px;
        margin-top: -80px;
    }
    
    .buttons-lines-container {
        width: 90%;
    }
}


@media only screen and (max-width: 1024px) {
    html[lang="mk"] .buses__content__title h2 {
        width: 70%;
        margin-top: -145px;
    }
    html[lang="mk"] .buses__content__title span {
        font-size: 120px;
    }

    html[lang="mk"] .buses__content__text {
        width: 80%;
    }
    
    .types-of-buses__title h2 {
        font-size: 3.5rem;
    }
    .accordion-item .title h3 {
        font-size: 2rem;
    }
    ul.tabs {
        font-size: 1.3rem;
    }

    .buses__content__title h2 {
        width: 90%;
        font-size: 3.5rem;
        margin: -180px auto 2.5rem auto;
    }
    
    .buses__content__text {
        width: 80%;
    }

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

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


    .thumbnail img, .thumb img {
        width: 100%;
        object-fit: cover;
        height: 6vh;
    }

    li#main-slider-slide01, li#main-slider-slide02, li#main-slider-slide03, li#main-slider-slide04, li#main-slider-slide05, li#main-slider-one-slide01, li#main-slider-one-slide02, li#main-slider-one-slide03, li#main-slider-one-slide04 {
        height: 300px !important;
    }

    html[lang="mk"] .buses-relation__content__title h2 {
        font-size: 70px;
        margin-top: -80px;
    }

    .buses-relation__content__title h2 {
        margin-top: -115px;
    }
    
    .buses-relation-wrapper {
        padding: 100px 0 50px 0;
    }
    
    .buttons-lines-first_column {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }

    .buttons-lines-container {
        width: 90%;
    }

    .buttons-lines-container button {
        padding: 1rem 0;
    }
}

@media only screen and (max-width: 980px) {
    .accordion-buses__items {
        flex-direction: column;
    }
    .accordion-buses__items__wrapper,
    .accordion-man-buses__items__wrapper,
    .accordion-posters__items__wrapper {
        width: 100%;
    }
    .accordion-buses__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;
    }
    .buses-relation__content__title {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 820px) {
    html[lang="mk"] .buses__content__title h2 {
        width: 80%;
        margin-top: -135px;
    }

    html[lang="mk"] .buses__content__title span {
        font-size: 110px;
    }
    
    .buses__section__wrapper {
        padding: 100px 0 0 0;
    }
    ul.tabs {
        font-size: 1.2rem;
    }
    
    .tabs-container.container-fluid {
        padding: 0 50px;
    }

    .types-of-buses__title h2 {
        font-size: 50px;
    }

    .title__wrapper {
        align-items: baseline;
    }
    
    
    .first-item,
    .secound-item,
    .three-item {
        margin: 1.5rem 0;
    }

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

    .accordion-item p.paragraph {
        font-size: 1.2rem;
    }
    
    .accordion-buses__images__wrapper {
        width: 100%;
    }

    .accordion-buses__items__wrapper,
    .accordion-man-buses__items__wrapper,
    .accordion-posters__items__wrapper {
        width: 100%;
        margin-top: 1.5rem;
    }

    
    .accordion-buses__items {
        flex-direction: column;
    }

    .accordion-posters__images__wrapper {
        width: 100%;
    }

    
    .types-of-buses {
        padding: 0;
    }
    li.tab-link,
    li.tab-link.current {
        
        font-size: 1.1rem;
    }


    html[lang="mk"] .buses-relation-wrapper {
        padding: 150px 0;
    }

    .buses-relation-wrapper {
        padding: 0;
    }
    
    html[lang="mk"] .buses-relation__content__title h2 {
        font-size: 70px;
        margin-top: -150px;
    }

    .buses-relation__content__title h2 {
        font-size: 70px;
        margin-top: -105px;
    }

    html[lang="mk"] .buses-relation__content__title span {
        font-family: 'Lumios', 'sans-serif';
        font-weight: 400;
        font-size: 110px;
    }
    
    .buses__content__title h2 {
        font-size: 3.125rem;
        width: 90%;
    }

    .buses__content__title h2 {
        margin: -170px auto 2.5rem auto;
    }

    .buses__content__text {
        width: 90%;
        font-size: 1.5rem;
    }

    .buttons-lines-container {
        width: 90%;
    }
    .buttons-lines-first_column {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .buttons-lines-container button {
        padding: 1rem 0;
        margin-top: 0.4rem;
    }
    
    .modal-content {
        width: 70%;
    }

    #buttons-container {
        display: none;
    }
    
    .buses-relation-button__wrapper {
        display: initial;

        transform: translate(-50%, -50%);
        position: absolute;
        margin-top: 5rem;
        left: 50%;
        width: 100%;
        text-align: center;
    }
}


@media only screen and (max-width: 768px) {
    .types-of-buses {
        padding: 0 20px;
    }
    .types-of-buses__title h2 {
        font-size: 3rem;
    }
    ul.tabs {
        font-size: 1.1rem;
    }

    #content-container .box {
        display: flex;
        justify-content: center;
    }
}

@media only screen and (max-width: 570px) {
    html[lang="mk"] .buses__content__title span {
        font-size: 60px;
    }

    html[lang="mk"] .buses__content__title h2 {
        margin-top: -72px;
        width: 90%;
    }
    html[lang="mk"] .buses__content__text {
        width: 90%;
       font-size: 1.2rem;
    }

    html[lang="mk"] li.tab-link, li.tab-link.current {
        font-size: 1.3rem;
    }

    html[lang="mk"] .buses__content__title h2 {
        font-size: 1.8rem;
    }
    
    .buses-content-wrapper {
        height: calc(40vh - 66px);
    }
    #buses__image__bg {
        height: 40vh;
    }
    
    .buses-title h2 {
        font-size: 3rem;
        transform: translateY(-50%);
    }

    .buses__section__wrapper {
        padding: 100px 0 0 0;
    }

   
    .scroll-wrapper {
        bottom: 1rem;
    }
    
    .types-of-buses {
        padding: 0 20px;
    }
    
    ul.tabs {
        flex-direction: column;
        font-size: 1.5rem;
        row-gap: 1rem;

        border-bottom: none;
    }

    ul.tabs li {
        width: 100%;
    }

    li.tab-link,
    li.tab-link.current {
        font-size: 1.3rem;
    }
    
    .tabs-container.container-fluid {
        padding: 0 20px;
    }

    .buses__content__title span {
        font-size: 100px;
    }

    .buses__content__title h2 {
        margin: -115px auto 2.5rem auto;
    }

    .buses__content__text {
        width: 90%;
        font-size: 1.2rem;
    }

    .types-of-buses__title h2 {
        font-size: 2.2rem;
        margin-bottom: 50px
    }

    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;
    }

    .accordion-buses__items__wrapper,
    .accordion-man-buses__items__wrapper,
    .accordion-posters__items__wrapper {
        margin-top: 1rem;
    }

    .accordion-item p.paragraph {
        font-size: 1.1rem;
    }
    
    .accordion-buses__items {
        margin: 2rem auto 0 auto;
        row-gap: 1rem;
    }

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

    .accordion-item .paragraph {
        padding: 0.5rem 1.5rem 0 0;
    }
    
    .accordion-item .title {
        column-gap: 1rem;
    }

    .first-item-poster, .secound-item-poster {
        margin: 1rem 0;
    }
    
    
    i.fa-plus {
        color: #585858;
        font-size: 1.3rem;
        padding-top: 0;
    }
    i.fa-minus {
        font-size: 1.3rem;
        padding-top: 1rem;
    }

    #content-container .box {
        /*display: none;*/
        justify-content: center;
    }

    #buttons-container {
        display: block;
    }

    .buttons-lines-container {
        width: 90%;
    }


    html[lang="mk"] .buses-relation__content__title h2 {
        font-size: 2.4rem;
        margin-top: -85px;
    }
    
    .buses-relation__content__title h2 {
        font-size: 2.4rem;
        margin-top: -55px;
    }

    .buses-relation__content__title span {
        font-size: 80px;
    }

    html[lang="mk"].buses-relation__content__title {
        margin-bottom: 60px;
        margin-top: 100px;
    }

    .buses-relation__content__title {
        margin-bottom: 50px;
    }
    
    .buses-relation-wrapper {
        margin: 50px 0;
    }

    html[lang="mk"] .buses-relation__content__title span {
        font-family: 'Lumios', 'sans-serif';
        font-weight: 400;
        font-size: 60px;
    }
    
    
    html[lang="mk"] .buses-relation-wrapper {
        padding: 50px 0 0 0;
    }
    
    .buttons-lines-first_column {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-gap: 0.6rem;
    }

    .buttons-lines-container button {
        padding: 1rem 0;
        margin-top: 0.4rem;
    }

    .modal-content h1 {
        font-size: 1.4rem;
    }
    
    .modal-content {
        width: 100%;
        padding: 1rem 1rem;
    }
    
    button.learn-more__btn {
        font-size: 1rem;
    }
    
    footer {
        padding: 100px 0 0 0;
    }
    
}

@media only screen and (max-width: 440px) {
    html[lang="mk"] .buses__content__text {
        font-size: 1.2rem;
    }

    html[lang="mk"] .accordion-item .paragraph {
        padding: 1rem 0.5rem 0 0;
    }

    html[lang="mk"] .buses-relation__content__title h2 {
        width: 90%;
        font-size: 2.1rem;
        margin: -75px auto auto auto;
    }
    
    .buses__content__title h2 {
        font-size: 1.8rem;
        width: 95%;
    }

    .buses__content__title span {
        font-size: 90px;
    }

    .buses__content__title h2 {
        margin: -105px auto 2.5rem auto;
    }
    
    .accordion-item .title h3 {
        font-size: 1.3rem;
    }

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

@media only screen and (max-width: 390px) {
    html[lang="mk"] .buses__content__title h2 {
        font-size: 1.7rem;
    }
    html[lang="mk"] .buses__content__text {
        width: 90%;
        font-size: 1.1rem;
    }

    html[lang="mk"] .types-of-buses__title h2 {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 375px) {
    .buses__section__wrapper {
        padding: 50px 0 0 0;
    }
}