#spaces .spaces-tabs {
    padding: 50px 0;
}

#spaces .spaces-tabs .container {
    padding: 0 125px;
}

#spaces .spaces-tabs .nav-pills {
    justify-content: center;
}

#spaces .spaces-tabs .tab-content {
}

#spaces .spaces-tabs .nav-pills .nav-item .nav-link {
    color: #212121;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1rem;
    background: none;
    border-radius: unset;
    padding-left:.8rem;
    padding-right: .8rem;
}

#spaces .spaces-tabs .nav-pills .nav-link.active {
    border-bottom: 1px solid #212121;
}

#spaces .tab-content .row .col-md-6 {
    margin-bottom: 16px;
}

#spaces .tab-content .wrap {
    height: 100%;
    border-radius: 15px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

#spaces .tab-content .wrap img {
    width: 100%;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

#spaces .tab-content > div .text {
    padding: 30px;
}

#spaces .tab-content > div .text .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#spaces .tab-content > div .text .top .left {
    background: #857052;
    color: #fff;
    font-weight: 600;
    font-size: 0.6rem;
    padding: 8px 16px;
    border-radius: 30px;
}

#spaces .tab-content > div .text .top .right {
    color: #bd2040;
    font-weight: 600;
    font-size: 1rem;
    padding: 0 15px;
}

#spaces .tab-content > div .text h1 {
    color: #161616;
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 16px;
}

#spaces .tab-content > div .text > p {
    color: #212121;
    font-weight: 400;
    margin-top: 8px;
    font-size: 1rem;
}

#spaces .tab-content > div .text > a {
    background: #ef0e65;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 6px 24px;
    font-weight: 600;
    margin-top: 16px;
    border-radius: 30px;
    text-transform: uppercase;
}

#spaces .tab-content #others > div .plans {
    margin-top: 30px;
}

#spaces .tab-content #others > div .plans h2 {
    color: #bd2040;
    font-weight: 800;
    font-size: 1.5rem;
    text-transform: uppercase;
}

#spaces .tab-content #others > div .plans .items {
    margin-top: 15px;
}

#spaces .tab-content #others > div .plans .items .item {
    background: #a39e8d;
    padding: 15px;
    text-align: center;
}

#spaces .tab-content #others > div .plans .items .item h3 {
    color: #fff;
    font-weight: 800;
    font-size: 1.2rem;
}

#spaces .tab-content #others > div .plans .items .item span {
    font-size: 0.8rem;
    color: #fff;
    font-weight: 400;
}

#spaces .tab-content #others > div .plans .items .item p {
    color: #fff;
    font-weight: 800;
    font-size: 1rem;
}

#spaces .tab-content #others > div .plans .items .item.left {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

#spaces .tab-content #others > div .plans .items .item.mid {
    background: #bd2040;
}

#spaces .tab-content #others > div .plans .items .item.right {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

#spaces .facilities {
    background: url("../img/bgred.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
}

#spaces .facilities .container {
    padding: 0 125px;
}

#spaces .facilities h1 {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
}

#spaces .facilities .container > .row {
    margin-top: 30px;
    align-items: center;
}

#spaces .facilities .left .ctn {
    margin-top: 30px;
}

#spaces .facilities .left .leftctn > div {
    color: #fff;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 8px;
}

#spaces .facilities .left .leftctn > div span {
    background: #fff;
    border-radius: 50%;
    padding: 5px;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    float: left;
}

#spaces .facilities .left .leftctn > div span svg {
    color: #bd2040;
    width: 20px;
    height: 20px;
}

#spaces .facilities .left .leftctn > div div {
    padding-left: 58px;
    padding-top: 15px;
}

#spaces .facilities .left .rightctn > div {
    color: #fff;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 8px;
}

#spaces .facilities .left .rightctn > div span {
    background: #fff;
    border-radius: 50%;
    padding: 5px;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    float: left;
}

#spaces .facilities .left .rightctn > div span svg {
    color: #bd2040;
    width: 20px;
    height: 20px;
}

#spaces .facilities .left .rightctn > div div {
    padding-left: 58px;
    padding-top: 15px;
}

#spaces .facilities .right .swiper-facilities .swiper-slide .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

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

#spaces .connect .items {
    padding: 0 125px;
}

#spaces .connect .items .item.left .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 50px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 15px;
}

#spaces .connect .items .item.right {
    border: 1px solid #cddbd6;
    border-radius: 30px;
    padding: 30px;
}

#spaces .connect .items .item.right .title {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

#spaces .connect .items .item.right .title h1 {
    color: #bd2040;
    font-size: 1.5rem;
    font-weight: 700;
}

#spaces .connect .items .item.right .title .socmed a:first-child {
    margin-right: 8px;
}

#spaces .connect .items .item.right .title .socmed a svg {
    font-size: 1.2rem;
    color: #bd2040;
}

#spaces .connect .items .item.right form {
    margin-top: 30px;
}

#spaces .connect .items .item.right form .form-control {
    border: 1px solid #cacdcc;
    transition: none;
}

#spaces .connect .items .item.right form .form-select:focus {
    border: 1px solid #cacdcc;
    border-color: #cacdcc;
    box-shadow: unset;
    transition: none;
}

#spaces .connect .items .item.right form button {
    background: #ef0e65;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 6px 24px;
    font-weight: 600;
    margin-top: 16px;
    border-radius: 30px;
    text-transform: uppercase;
}

@media (orientation: portrait) {
    #spaces .spaces-tabs .container {
        padding: 0;
    }

    #spaces .spaces-tabs .tab-content {
        padding: 15px;
    }

    #spaces .tab-content > div .text {
        padding: 15px;
    }

    #spaces .tab-content > div .text .top .right {
        font-size: 0.6rem;
    }

    #spaces .tab-content > div .text h1 {
        font-size: 1rem;
    }

    #spaces .tab-content > div .text > p {
        font-size: 0.8rem;
    }

    #spaces .tab-content > div .text > a {
        font-size: 0.8rem;
    }

    #spaces .tab-content > div .text .top .left {
        font-size: 0.6rem;
        padding: 8px 10px;
    }

    #spaces
        .tab-content
        #others
        > div
        .items
        .itemright
        .swiper-gallery
        .custom
        .arrow
        svg {
        font-size: 1.2rem;
    }

    #spaces .tab-content #others > div h1 {
        font-size: 1.5rem;
    }

    #spaces .tab-content #others > div .items .itemleft h2 {
        font-size: 0.8rem;
    }

    #spaces .tab-content #others > div .items .itemleft ul li {
        font-size: 0.8rem;
    }

    #spaces .tab-content #others > div .items .itemright {
        margin-top: 30px;
    }

    #spaces .tab-content #others > div .items .itemright h3 {
        font-size: 1.2rem;
    }

    #spaces .tab-content #others > div .plans h2 {
        font-size: 1.2rem;
    }

    #spaces .tab-content #others > div .plans .items .item {
        border-radius: 15px;
    }

    #spaces .tab-content #others > div .plans .items .item h3 {
        font-size: 1rem;
    }

    #spaces .facilities .container {
        padding: 0 15px;
    }

    #spaces .facilities h1 {
        font-size: 1.2rem;
    }

    #spaces .facilities .row {
        margin-top: 0;
    }

    #spaces .facilities .left .leftctn p {
        font-size: 0.8rem;
    }

    #spaces .facilities .left .leftctn p span {
        width: 30px;
        height: 30px;
        line-height: 20px;
    }

    #spaces .facilities .left .leftctn p span svg {
        width: 15px;
        height: 15px;
    }

    #spaces .facilities .left .rightctn p {
        font-size: 0.7rem;
    }

    #spaces .facilities .left .rightctn p span {
        width: 30px;
        height: 30px;
        line-height: 20px;
    }

    #spaces .facilities .left .rightctn p span svg {
        width: 15px;
        height: 15px;
    }

    #spaces .facilities .right {
        margin-top: 30px;
    }

    #spaces .connect .items {
        padding: 0 15px;
    }

    #spaces .connect .items .item.right {
        padding: 15px;
        margin-top: 30px;
        border-radius: 15px;
    }

    #spaces .connect .items .item.right .title h1 {
        font-size: 1.2rem;
    }

    #spaces .connect .items .item.right form .phone {
        margin-top: 1rem;
    }

    #spaces .connect .items .item.right form button {
        font-size: 0.8rem;
    }
}
