#home .banner {
    padding: 50px 0;
}

#home .banner .swiper-banner .swiper-slide .img {
    position: relative;
    width: 80%;
    margin: 0 auto;
}

#home .banner .swiper-banner .swiper-slide .img img {
    border-radius: 30px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#home .banner .swiper-banner .swiper-slide .img .corner {
    position: absolute;
    width: auto;
    left: 0;
    bottom: 0;
    z-index: 12;
    background-image: url("../img/corner-bg.png");
    background-size: 100% 100%;
    background-position: bottom left;
    padding: 35px 30px 0 0;
}

#home .banner .swiper-banner .swiper-slide .img .btn-banner {
    background: #ef0e65;
    color: #fff;
    border-radius: unset;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.8rem;
    border-radius: 30px;
    padding: 6px 24px;
}

#home .banner .swiper-banner .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 50%;
    width: 45%;
    transform: translateX(-50%);
}

#home .banner .swiper-banner .swiper-pagination-bullet-active {
    background: #fff;
}

#home .about .container > div {
    padding: 0 125px;
}

#home .about .title {
    color: #bd2040;
    font-weight: 800;
    font-size: 2rem;
    text-align: center;
}

#home .about .title > span {
    color: #1b1b1b;
}

#home .about .subtitle {
    text-align: center;
    color: #212121;
    font-weight: 400;
    margin-top: 30px;
}

#home .about p > span {
    font-weight: 700;
}

#home .about .items {
    margin-top: 50px;
}

#home .about .items .item {
    margin-bottom: 16px;
}

#home .about .items .item h2 {
    color: #161616;
    font-weight: 600;
    font-size: 1.2rem;
}

#home .about .items .item h2 img {
    background: #ea244c;
    border-radius: 50%;
    padding: 8px;
}

#home .about .items .item p {
    margin-top: 8px;
    color: #212121;
    font-weight: 400;
}

#home .about .items .left {
    padding-right: 30px;
    border-right: 1px solid #c3c3c3;
}

#home .about .items .right {
    padding-left: 30px;
}

#home .about .items .left .item h2 {
    text-align: right;
}

#home .about .items .right .item h2 {
    text-align: left;
}

#home .about .items .left .item p {
    text-align: right;
}

#home .about .items .right .item p {
    text-align: left;
}

#home .spaces {
    padding: 50px 0;
}

#home .spaces .headline {
    background: #bd2040;
    width: 80%;
    padding: 8px 0;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    position: relative;
}

#home .spaces .headline h1 {
    font-size: 1.5rem;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: right;
    margin-right: 16px;
}

#home .spaces .headline .count-slide {
    display: flex;
    align-items: baseline;
    position: absolute;
    bottom: 0;
    right: -50px;
}

#home .spaces .headline .count-slide p {
    font-weight: 600;
    font-size: 1.5rem;
}

#home .spaces .headline .count-slide span {
    font-weight: 600;
    font-size: 1rem;
}

#home .spaces .space-item {
    margin-top: 30px;
    padding-left: 250px;
}

#home .spaces .space-item .swiper-spaces .swiper-pagination {
    position: relative;
    width: 65%;
}

#home
    .spaces
    .space-item
    .swiper-spaces
    .swiper-pagination-progressbar
    .swiper-pagination-progressbar-fill {
    background: #bd2040;
}

#home .spaces .space-item .swiper-spaces .swiper-pagination-progressbar {
    background: rgba(219, 2, 87, 0.25);
}

#home .spaces .space-item .swiper-spaces .custom {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-top: 30px;
}

#home .spaces .space-item .swiper-spaces .custom .arrow {
    display: flex;
    align-items: center;
    margin-left: 30px;
}

#home .spaces .space-item .swiper-spaces .custom .arrow svg {
    font-size: 1.5rem;
}

#home .spaces .space-item .swiper-spaces .custom .arrow .nextBtn {
    margin-left: 16px;
}

#home .spaces .space-item .swiper-spaces .wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

#home .spaces .space-item .swiper-spaces .wrap h2 {
    color: #161616;
    font-weight: 600;
    font-size: 1.2rem;
    margin-top: 8px;
}

#home .spaces .space-item .swiper-spaces .wrap p {
    color: #212121;
    font-weight: 400;
    font-size: 0.8rem;
    margin-top: 8px;
}

#home .spaces .space-item .swiper-spaces .wrap a {
    background: #ef0e65;
    color: #fff;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 16px;
    font-size: 0.8rem;
    padding: 6px 24px;
}

/* #home .spaces .space-item .swiper-spaces .swiper-slide.swiper-slide-next .wrap {
    transform: scale(0.9);
    opacity: 0.2;
}

#home .spaces .space-item .swiper-spaces .swiper-slide.swiper-slide-prev .wrap {
    transform: scale(0.9);
    opacity: 0.2;
} */

#home
    .spaces
    .space-item
    .swiper-spaces
    .swiper-slide:not(.swiper-slide-active)
    a,
#home
    .spaces
    .space-item
    .swiper-spaces
    .swiper-slide:not(.swiper-slide-active)
    p {
    display: none;
}

#home
    .spaces
    .space-item
    .swiper-spaces
    .swiper-slide:not(.swiper-slide-active)
    .wrap {
    opacity: 0.2;
}

#home
    .spaces
    .space-item
    .swiper-spaces
    .swiper-slide:not(.swiper-slide-active)
    .wrap
    img {
    clip-path: polygon(0 25%, 100% 25%, 100% 100%, 0 100%);
}

#home .clients {
    padding: 50px 0;
}

#home .clients > h1 {
    font-size: 2rem;
    font-weight: 800;
    color: #1b1b1b;
    text-align: center;
}

#home .clients .swiper-clients {
    margin-top: 30px;
}

#home .clients .swiper-clients .wrap {
    width: 50%;
}

#home .clients .swiper-clients .wrap > div img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#home .reviews {
    padding: 50px 0 50px 250px;
    position: relative;
}

#home .reviews .bg {
    width: 50%;
    position: absolute;
    right: 0;
    top: 65px;
}

#home .reviews h1 {
    font-size: 2rem;
    font-weight: 800;
    color: #bd2040;
}

#home .reviews .swiper-review {
    margin-top: 30px;
}

#home .reviews .swiper-review .swiper-slide .wrap {
    padding: 15px;
    border: 1px solid #c8c8c8;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    height: 230px;
}

#home .reviews .swiper-review .swiper-slide .wrap .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#home .reviews .swiper-review .swiper-slide .wrap .title h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #161616;
}

#home .reviews .swiper-review .swiper-slide .wrap .title .rating .star svg {
    font-size: 0.6rem;
    color: #bd2040;
}

#home .reviews .swiper-review .swiper-slide .wrap p {
    font-size: 1rem;
    font-weight: 400;
    color: #212121;
    margin-top: 8px;
}

#home .reviews .swiper-review .swiper-pagination {
    position: relative;
    width: 65%;
}

#home .reviews .swiper-review .swiper-pagination-progressbar {
    background: rgba(219, 2, 87, 0.25);
}

#home
    .reviews
    .swiper-review
    .swiper-pagination-progressbar
    .swiper-pagination-progressbar-fill {
    background: #bd2040;
}

#home .spaces .space-item .swiper-review .swiper-pagination-progressbar {
    background: rgba(219, 2, 87, 0.25);
}

#home .reviews .swiper-review .custom {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-top: 30px;
}

#home .reviews .swiper-review .custom .arrow {
    display: flex;
    align-items: center;
    margin-left: 30px;
}

#home .reviews .swiper-review .custom .arrow svg {
    font-size: 1.5rem;
}

#home .reviews .swiper-review .custom .arrow .nextBtn {
    margin-left: 16px;
}

@media (orientation: portrait) {
    #home .banner .swiper-banner .swiper-slide .img {
        width: 100%;
        padding: 0;
    }

    #home .banner .swiper-banner .swiper-slide .img .corner {
    }

    #home .banner .swiper-banner .swiper-slide .img .btn-banner {
        font-size: 0.7rem;
        left: 5px;
    }

    #home .about .container > div {
        padding: 0;
    }

    #home .about .title {
        font-size: 1.5rem;
    }

    #home .about .subtitle {
        font-size: 0.8rem;
        margin-top: 15px;
    }

    #home .about .items {
        margin-top: 30px;
    }

    #home .about .items .left .item h2 {
        font-size: 1rem;
        text-align: center;
    }

    #home .about .items .right .item h2 {
        font-size: 1rem;
        text-align: center;
    }

    #home .about .items .left .item p {
        text-align: center;
    }

    #home .about .items .right .item p {
        text-align: center;
    }

    #home .about .items .item p {
        font-size: 0.8rem;
    }

    #home .about .items .item h2 img {
        display: block;
        margin: 5px auto 10px;
    }

    #home .spaces .headline h1 {
        font-size: 1rem;
    }

    #home .spaces .space-item {
        padding-left: 15px;
    }

    #home .spaces .space-item .swiper-spaces .wrap p {
        /* text-align: justify; */
    }

    #home .reviews {
        padding-left: 0;
    }

    #home .spaces .space-item .swiper-spaces .wrap h2 {
        font-size: 1rem;
    }

    #home .spaces .space-item .swiper-spaces .custom .arrow svg {
        font-size: 1.2rem;
    }

    #home .reviews .swiper-review .custom {
        padding: 0 15px;
    }

    #home .reviews .swiper-review .wrap h2 {
        font-size: 1rem;
    }

    #home .reviews .swiper-review .custom .arrow svg {
        font-size: 1.2rem;
    }

    #home .clients > h1 {
        font-size: 1.2rem;
    }

    #home .clients .swiper-clients .wrap {
        width: 70%;
        margin: 0 auto;
    }

    #home .spaces .space-item .swiper-spaces .wrap a {
        font-size: 0.7rem;
    }

    #home .reviews h1 {
        font-size: 1.2rem;
        text-align: center;
    }

    #home .reviews .bg {
        width: 70%;
        top: 100px;
    }

    #home .reviews .swiper-review .swiper-slide .wrap {
        height: 185px;
    }

    #home .reviews .swiper-review .swiper-slide .wrap p {
        font-size: 0.8rem;
    }
}
