.space-single-content-slider .swiper-slide {
    padding-bottom: calc(773 / 1610 * 100%);
    border-radius: 0px;
    position: relative;
    overflow: hidden;
}

.space-single-content-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.space-single-navigation-inner .slider-arrows {
    display: flex;
    gap: 26px;
    justify-content: center;
}

.space-single-prev,
.space-single-next {
    padding: 0;
    background: transparent;
    border: 0;
    color: #2D2D2D;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 0;
    font-size: 16px;
    line-height: 22px;
}

.single-spaces #content::before {
    content: '';
    background-image: url('../images/space-bkg-1440.png') !important;
    height: 100% !important;
    background-size: cover !important;
    mix-blend-mode: unset !important;
}

.space-single-page {
    margin-top: 105px;
}

.space-single-content-slider {
    margin-bottom: 97px;
}

.concept-single-header {
    text-align: center;
}

.concept-single-header h1 {
    margin-bottom: 30px;
}

.space-single-content {
    margin-top: 62px;
}

.space-single-navigation.container {
    margin-top: 34px;
}

.space-single-module-1-item-title-text {
    font-family: 'IvyOra Text';
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    text-transform: capitalize;
    color: #2D2D2D;
    margin: 0;
}

.space-single-module-1-item {
    max-width: 700px;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
}

.space-single-module-1-item-description {
    margin-top: 30px;
}

.space-single-module-1-item-description p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #2D2D2D;
    letter-spacing: 0.2px;
}

.space-single-module-3-items-image {
    display: flex;
    gap: 2px;
}

.space-single-module-3-items-image img {
    max-width: 33.33%;
    width: 100%;
    border-radius: 10px;
    height: 640px;
    object-fit: cover;
}

.space-single-custom-text p {
    max-width: 705px;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 100px;
    letter-spacing: 0.2px;
}

.space-single-module-3-items {
    margin-bottom: 2px;
}

.space-single-module-3-items:last-child {
    margin-bottom: 100px;
}


.card-item-title {
    margin-bottom: 25px;
    margin-top: 10px;
    font-family: 'IvyOra Text';
    font-style: normal;
    font-weight: 300;
    font-size: 25px;
    line-height: 32px;
    text-align: center;
    color: #2D2D2D;
    margin-top: 30px;
}

.discover-more-list.swiper {
    display: block;
    overflow: hidden;
}

.discover-more-list .swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
}

.discover-more-item {
    width: 100%;
}

.discover-more .slider-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-top: 58px;
    max-width: 529px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    position: relative;
    z-index: 4;
}

.discover-more .slide-counter {
    font-family: 'IvyOra Text', serif;
    font-weight: 300;
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 0;
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-style: italic;
}

.discover-more .slider-pagination.swiper-pagination {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 8px;
    align-items: center;
    width: calc(100% - 164px);
    background: rgba(45, 45, 45, 0.2);
    height: 1px;
    margin: 0;
}

.discover-more .progressbar {
    width: 100%;
    height: 100%;
    position: relative;
}

.discover-more .progressbar-fill {
    height: 100%;
    background: rgba(45, 45, 45, 1);
    position: absolute;
    top: 0;
    left: 0;
    transition: width 0.3s ease;
}

.discover-more-item img {
    max-width: 100%;
    width: 100%;
    height: 298px;
    object-fit: none;
    object-fit: cover;
    border-radius: 10px;
    transition: all 1s;
    transform: scale(1.1);
}

.discover-title {
    text-align: center;
    margin-top: 100px;
    text-transform: capitalize;
}

.discover-more .discover-more-list {
    margin-bottom: 120px;
}

.discover-more-item:hover img {
    transform: scale(1.15) !important;
    transition: all 1s;
}

.discover-more-item-image {
    overflow: hidden;
    border-radius: 10px;
}

.space-single-content-slider .swiper-slide.swiper-slide-next.swiper-slide-prev {
    clip-path: none;
}

@media (min-width: 1441px) {
    .space-item-image {
        padding-bottom: 695px;
    }

    .page-template-space #content::before {
        background-image: url('../images/space-bkg-1920.png') !important;
    }
}

@media (min-width: 1600px) {
    .space-single-content {
        margin-top: 60px;
    }

    .space-single-content-slider .swiper-slide {
        padding-bottom: 693px;
    }

    .discover-more.container {
        max-width: 1886px;
    }

    .discover-more-item img {
        height: 350px;
    }
}


@media (min-width: 1921px) {
    .space-item-image {
        padding-bottom: calc(700 / 1610 * 100%);
    }
}

@media (max-width: 1024px) {
    .space-single-module-3-items-image img {
        height: 520px;
    }
}

@media (max-width: 991px) {
    .discover-more-item {
        width: 100%;
    }
}

@media (max-width: 767.96px) {
    .space-single-module-3-items-image {
        flex-direction: column;
        gap: 0;
    }

    .space-single-module-3-items-image img {
        max-width: 100%;
        border-radius: 0;
    }

    .space-single-page {
        margin-top: 50px;
    }

    .concept-single-header h1 {
        font-size: 40px;
        line-height: 48px;
    }

    .space-single-content {
        margin-top: 63px;
    }

    .space-single-content-slider .swiper-slide {
        padding-bottom: calc(820 / 1610 * 100%);
    }

    .space-single-navigation.container {
        margin-top: 43px;
    }

    .space-single-module-1-item-title-text {
        font-size: 30px;
        line-height: 38px;
        padding: 0 11px;
        text-transform: none;
    }

    .space-single-content-slider {
        margin-bottom: 38px;
    }

    .space-single-module-1-item {
        padding: 0 30px;
        margin-bottom: 60px;
    }

    .space-single-module-1-item-description {
        margin-top: 10px;
    }

    .space-single-module-3-items {
        margin-bottom: 59px;
    }

    .space-single-custom-text p {
        padding: 0 30px;
        margin-bottom: 60px;
    }

    .single-spaces #content::before {
        background-image: url('../images/space-bkg-390.png') !important;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background-repeat: no-repeat;
        background-position: top center;
        z-index: 0;
        height: 100% !important;
    }

    .discover-more .discover-more-list {
        display: block;
        padding-bottom: 25px;
    }

    .discover-more-item {
        width: 100%;
        margin-bottom: 0px;
    }

    .card-item-title {
        margin-top: 15px;
    }

    .discover-more-item img {
        object-fit: cover;
    }
}