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

html[lang="mk"] .about-maraton__content__title h2 {
    width: 50%;

    margin: -180px auto 2.5rem auto;
}

html[lang="mk"] .about-maraton__content__text {
    width: 35%;
}

html[lang="mk"] .maraton__content {
    width: 50%;
}
    
#about-bg-image.blurred,
.about-content-wrapper.blurred {
    filter: blur(10px); /* Adjust the blur level as needed */
    transition: filter 0.3s ease; /* Smooth transition for blur effect */
}

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

#about-bg-image {
    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__about__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .10;
    background-color: #000;
}


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


    width: 100%;

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

.about-title {
    z-index: 0;
}

.about-title h2 {
    font-family: Gotham-Black, 'sans-serif';
    font-size: 92px;
    text-align: center;
    z-index: 1;
    text-transform: uppercase;

    color: #ffffff;

    transform: translateY(-55%);
}

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

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

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

}


.about-maraton__wrapper {
    padding: 200px 0;
    background-color: #1E1E1E;
    color: #ffffff;
}

.about-maraton__wraper__content {
    text-align: center;
}

.about-maraton__content__title span {
    position: relative;

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

.about-maraton__content__title h2 {
    width: 42%;

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

    margin: -195px auto 2.5rem auto;
}

.about-maraton__content__text {
    width: 38%;
    margin: 0 auto;

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


.about-maraton__content__button {
    transform: translate(-50%, -50%);
    position: absolute;
    margin-top: 4rem;
    left: 50%;
    width: 100%;
    text-align: center;
}

.maraton__wrapper {
    padding: 100px 0 150px 0;
    text-align: center;
    color: #FFFFFF;
}

.maraton__content {
    display: flex;
    flex-direction: row;
    margin: 0 auto;

    width: 42%;
}

.maraton__content h2 {
    font-family: Gotham-Bold, sans-serif;
    font-size: 60px;
}

.maraton__description {
    text-align: center;
    text-align: -webkit-center;

    margin: 2rem 0 0 0;
}

.maraton__description p {
    width: 41%;

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

@media only screen and (max-width: 1920px) {
    html[lang="mk"] .about-maraton__content__title h2 {
        width: 65%;
    }
    
    html[lang="mk"] .about-maraton__content__text {
        width: 47%;
    }
    
    html[lang="mk"] .maraton__content {
        width: 70%;
    }
    html[lang="mk"] .maraton__description p {
        width: 55%;
    }

    .about-title h2 {
        transform: translateY(-55%);
    }
    
    .about-maraton__content__title h2 {
        width: 55%;
    }
    .about-maraton__content__text {
        width: 51%;
    }
    .maraton__content {
        width: 55%;
    }
    .maraton__description p {
        width: 55%;
    }
    .maraton__wrapper {
        padding: 100px 0 50px 0;
    }
}

@media only screen and (max-width: 1600px) {
    html[lang="mk"] .about-maraton__content__title h2 {
        width: 80%;
    }
    html[lang="mk"] .about-maraton__content__text {
        width: 57%;
    }
    html[lang="mk"] .maraton__content {
        width: 80%;
    }
    html[lang="mk"] .maraton__description p {
        width: 60%;
    }
    .about-title h2 {
        font-size: 92px;
    }

    .about-maraton__content__title h2 {
        width: 70%;
    }

    .about-maraton__content__text {
        width: 60%;
    }

    .maraton__content {
        width: 70%;
    }

    .scroll-wrapper {
        bottom: 2rem;
    }

    .maraton__description p {
        width: 60%;
    }

    .maraton__wrapper {
        padding: 0 0 50px 0;
    }
}

@media only screen and (max-width: 1470px) {
    html[lang="mk"] .about-maraton__content__title h2 {
        width: 70%;
        margin: -165px auto 2.5rem auto;
    }

    html[lang="mk"] .about-maraton__content__title span {
        font-size: 140px;
    }
    
    html[lang="mk"] .about-maraton__content__text {
        width: 55%;
    }

    html[lang="mk"] .maraton__content {
        width: 85%;
    }
    
    html[lang="mk"] .maraton__description p {
        width: 55%;
    }

    .about-maraton__content__title h2 {
        width: 65%;
        font-size: 60px;
        
        margin: -175px auto 2.5rem auto;
    }

    .about-maraton__content__title span {
        font-size: 140px;
    }

    .about-maraton__content__text {
        width: 57%;
        font-size: 28px;
    }

    .maraton__description p {
        font-size: 28px;
        width: 58%;
    }
    
    .maraton__content {
        width: 75%;
    }
}

@media only screen and (max-width: 1366px) {
    html[lang="mk"] .about-maraton__content__title h2 {
        width: 80%;
        font-size: 50px;

        margin: -140px auto 2.5rem auto;
    }
    
    html[lang="mk"] .about-maraton__content__title span {
        font-size: 120px;
    }

    html[lang="mk"] .about-maraton__content__text {
        width: 60%;
    }
    
    html[lang="mk"] .maraton__content {
        width: 75%;
    }

    .about-title h2 {
        transform: translateY(-50%);
    }

    .about-maraton__content__title h2 {
        width: 70%;
    }

    .about-maraton__content__text {
        width: 62%;
    }

    .maraton__content h2 {
        font-size: 50px;
    }

    .maraton__content {
        width: 65%;
    }

    .maraton__description p {
        width: 65%;
    }
}


@media only screen and (max-width: 1180px) {
    html[lang="mk"] .about-maraton__content__text {
        width: 68%;
    }
    html[lang="mk"] .maraton__content {
        font-size: 2.9rem;
        width: 85%;
    }
    html[lang="mk"] .maraton__description p {
        width: 65%;
    }

    .about-maraton__content__title h2 {
        width: 65%;
        font-size: 3.125rem;

        margin: -150px auto 2.5rem auto;
    }

    .about-maraton__content__title span {
        font-size: 120px;
    }
    
    .about-maraton__content__text {
        width: 68%;
    }
    .maraton__content {
        font-size: 2.9rem;
        width: 80%;
    }
    .maraton__description p {
        width: 65%;
    }
    
}

@media only screen and (max-width: 1024px) {
    html[lang="mk"] .about-maraton__content__title h2 {
        width: 85%;
    }

    html[lang="mk"] .about-maraton__content__text {
        width: 72%;
    }

    html[lang="mk"] .maraton__content {
        width: 90%;
    }

    html[lang="mk"] .maraton__content h2 {
        font-size: 2.825rem;
    }

    html[lang="mk"] .maraton__description p {
        width: 80%;
    }
    
    .about-maraton__wrapper {
        padding: 150px 0;
    }
    .about-maraton__content__title h2 {
        width: 75%;

        font-size: 3.125rem;
        margin: -160px auto 2.5rem auto;
    }

    .about-maraton__content__text {
        width: 75%;
        font-size: 1.625rem;
    }

    .maraton__wrapper {
        padding: 0;
    }
    
    .maraton__content h2 {
        font-size: 3.125rem;
    }

    .maraton__content {
        width: 90%;
    }

    .maraton__description p {
        width: 75%;
    }
}

@media only screen and (max-width: 820px) {
    html[lang="mk"] .about-maraton__content__title h2 {
        width: 90%;
        font-size: 2.6rem;

        margin: -115px auto 2.5rem auto;
    }
    
    html[lang="mk"] .about-maraton__content__title span {
        font-size: 100px;
    }

    html[lang="mk"] .about-maraton__content__text {
        width: 83%;
    }

    html[lang="mk"] .maraton__content h2 {
        font-size: 2.6rem;
    }
    
    .about-maraton__content__title h2 {
        width: 85%;
        font-size: 2.8rem;
        margin: -140px auto 2.5rem auto;
    }

    .about-maraton__content__title span {
        font-size: 120px;
    }

    .about-maraton__content__text {
        width: 85%;
        font-size: 1.5rem;
    }
    .maraton__content {
        width: 90%;
    }
    .maraton__content h2 {
        font-size: 2.6rem;
    }
    
    .maraton__description p {
        width: 85%;
        font-size: 1.5rem;
    }
}


@media only screen and (max-width: 768px) {
    html[lang="mk"] .about-maraton__content__title h2 {
        width: 94%;
        font-size: 2.6rem;
    }

    html[lang="mk"] .about-maraton__content__text {
        width: 89%;
    }

    html[lang="mk"] .maraton__description p {
        width: 85%;
    }

    html[lang="mk"]   .maraton__content h2 {
        font-size: 2.8rem;
    }
    
    .about-maraton__content__title h2 {
        width: 90%;
        
        font-size: 2.8rem;
        margin: -140px auto 2.5rem auto;
    }

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

    .about-maraton__content__title span {
        font-size: 7.5rem;
    }

    .maraton__content {
        width: 80%;
    }
    
    .maraton__content h2 {
        font-size: 2.8rem;
    }
    
    .maraton__description p {
        font-size: 1.5rem;
    }
    
}


@media only screen and (max-width: 570px) {
    html[lang="mk"] .about-maraton__content__title h2 {
        width: 100%;
        font-size: 1.6rem;

        margin: -70px auto 2.5rem auto;
    }

    html[lang="mk"] .about-maraton__content__title span {
        font-size: 60px;
    }


    html[lang="mk"] .about-maraton__content__text {
        width: 94%;
        font-size: 1.1rem;
    }

    html[lang="mk"] .maraton__content h2 {
        font-size: 1.5rem;
        width: 100%;
    }

    html[lang="mk"] .maraton__description p {
        width: 85%;
        font-size: 1.1rem;
    }

    .about-title h2 {
        transform: translateY(-40%);
    }
    
    #about-bg-image {
        height: 40vh;
    }

    .banner__about__overlay {
        height: 40vh;
    }
    .about-content-wrapper {
    height: calc(40vh - 66px);
    }
    
    .about-title h2 {
        font-size: 3rem;
    }
    
    .scroll-wrapper {
        bottom: 1rem;
    }

    .about-maraton__wrapper {
        padding: 50px 0;
    }

    .about-maraton__content__title h2 {
        width: 90%;
        font-size: 1.6rem;
        margin: -88px auto 2.5rem auto;
    }

    .about-maraton__content__text {
        font-size: 1.2rem;
        width: 80%;
    }
    
    .about-maraton__content__title span {
        font-size: 5rem;
    }

    .maraton__content {
        width: 85%;
    }
    
    .maraton__content h2 {
        font-size: 1.6rem;
    }

    .maraton__description p {
        width: 94%;
        font-size: 1.2rem;
    }

    .maraton__wrapper {
        padding: 0 20px 50px 20px;
    }
    .splideLogos.aboutsplideLogos {
        margin: 0;
    }
    
}

@media only screen and (max-width: 414px) {
    html[lang="mk"] .about-maraton__content__title h2 {
        width: 90%;
        font-size: 1.5rem;
        margin: -67px auto 2.5rem auto;
    }

    html[lang="mk"] .about-maraton__content__title span {
        font-size: 60px;
    }

    html[lang="mk"] .maraton__content {
        width: 96%;
    }

    html[lang="mk"] .maraton__description p {
        width: 90%;
        font-size: 1.1rem;
    }

    .about-maraton__content__title h2 {
        width: 90%;
        font-size: 1.5rem;
        margin: -73px auto 2.5rem auto;
    }

    .about-maraton__content__title span {
        font-size: 60px;
    }
    .about-maraton__content__text {
        font-size: 1.175rem;
        width: 80%;
    }
    .maraton__content h2 {
        font-size: 1.5rem;
    }

    .maraton__description p {
        width: 96%;
        font-size: 1.175rem;
    }

}


@media only screen and (max-width: 393px) {
    html[lang="mk"] .about-maraton__content__title h2 {
        width: 94%;
        font-size: 1.5rem;
        margin: -67px auto 2.5rem auto;
    }
    
    html[lang="mk"] .about-maraton__content__title span {
        font-size: 60px;
    }

    html[lang="mk"] .maraton__content {
        width: 96%;
    }

    html[lang="mk"] .maraton__description p {
        width: 94%;
        font-size: 1.1rem;
    }

    .about-maraton__content__title h2 {
        width: 94%;
        font-size: 1.5rem;
        margin: -73px auto 2.5rem auto;
    }
    
    .about-maraton__content__title span {
        font-size: 60px;
    }
    .about-maraton__content__text {
        font-size: 1.1rem;
        width: 80%;
    }
    .maraton__content h2 {
        font-size: 1.5rem;
    }

    .maraton__description p {
        width: 96%;
        font-size: 1.1rem;
    }
}

@media only screen and (max-width: 375px) {
    html[lang="mk"] .about-maraton__content__title h2 {
        width: 90%;
        font-size: 1.4rem;
        margin: -67px auto 2.5rem auto;
    }
    html[lang="mk"] .about-maraton__content__text {
        width: 94%;
        font-size: 1rem;
    }
    html[lang="mk"] .maraton__content h2 {
        font-size: 1.4rem;
        width: 100%;
    }
    html[lang="mk"] .maraton__description p {
        width: 96%;
        font-size: 1rem;
    }
    .about-maraton__content__title h2 {
        width: 90%;
        font-size: 1.4rem;
        margin: -70px auto 2.5rem auto;
    }
    .about-maraton__content__text {
        width: 85%;
        font-size: 1.1rem;
    }
    .maraton__content h2 {
        font-size: 1.4rem;
    }

    .about-title h2 {
        font-size: 2.2rem;
    }
}

@media only screen and (max-width: 360px) {
    html[lang="mk"] .about-maraton__content__title h2 {
        width: 96%;
        font-size: 1.3rem;
        margin: -55px auto 2.5rem auto;
    }

    html[lang="mk"] .about-maraton__content__title span {
        font-size: 2.825rem;
    }
    
    html[lang="mk"] .about-maraton__content__text {
        width: 94%;
        font-size: 0.9rem;
    }
    html[lang="mk"] .maraton__content h2 {
        font-size: 1.3rem;
        width: 100%;
    }
    
    html[lang="mk"] .maraton__description p {
        width: 100%;
        font-size: 0.9rem;
    }
    
}