.stbs-title h2 {
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 700;
    color: #111;
    margin-bottom: 0;
}

.stbs-title h5 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 36px;
    color: #111;
}

.stbs-title h6 {
    font-weight: 700;
    padding-bottom: 15px;
    color: #111;
}

.mobile-scroller {
    margin: 0 auto;
    max-width: 1366px;
    overflow-x: auto;
    overflow-y: hidden;
}

.road-map-container {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
}

.road-map,
.road-map .plot-bg {
    position: relative;
}

.plot-item {
    background: #fff;
    border: 2px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    width: 57.3px;
    height: 59px;
    border-bottom: 0;
    border-right: 0;
    /* opacity: .5; */
}

.plot-item.reserved {
    background-color: #f5afae;
}

.plot-item.sold {
    background-color: #aef5c3;
}

.plot-item.disabled {
    background-color: #c9cac9;
}

.road-map .plot-item .plot-text {
    font-weight: 700;
    font-size: 18px;
}

.road-map-top-section {
    position: absolute;
    left: 157px;
    top: 130px;
    display: flex;
}

.road-map-top-section .plot-item:last-child {
    border-right: 2px solid #000;
}

.road-map-left-section {
    position: absolute;
    left: 36px;
    top: 244px;
    display: flex;
    flex-direction: column;
}

.road-map-left-section .plot-item {
    border-right: 0;
    border-bottom: 2px;
    height: 57px;
}


/* .road-map-left-section .plot-item .plot-text {
    transform: rotate(-90deg);
} */

.road-map-right-section {
    position: absolute;
    left: auto;
    top: 214px;
    display: flex;
    flex-direction: column;
    right: 152px;
}

.road-map-right-section .plot-item {
    border-left: 0;
    border-bottom: 2px;
    height: 58px;
    border-right: 2px solid #000;
}

.road-map-right-section .plot-item:nth-child(2),
.road-map-right-section .plot-item:nth-child(4) {
    margin-top: 73px;
}


/* .road-map-right-section .plot-item .plot-text {
    transform: rotate(90deg);
} */

.road-map-left-section .plot-item:last-child,
.road-map-right-section .plot-item:last-child,
.road-map-right-section .plot-item:nth-child(1),
.road-map-right-section .plot-item:nth-child(3) {
    border-bottom: 2px solid #000;
}

.road-map-center-section {
    position: absolute;
    top: 297px;
    left: 184px;
    display: flex;
    gap: 83px;
}

.road-map-center-section .road-map-center-column {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    top: 59px;
}

.road-map-center-section .road-map-center-column3 {
    position: relative;
    left: 2px;
}

.road-map-center-section .road-map-center-column-left .plot-item {
    width: 59px;
    border-right: 0;
    border-left: 0;
    border-top: 0;
    height: 55px;
    border-bottom: 2px solid #000;
}

.road-map-center-section .road-map-center-column-left .plot-item:first-child,
.road-map-center-section .road-map-center-column-left .plot-item:last-child {
    border-right: 0;
}

.road-map-center-section .road-map-center-column-right .plot-item:last-child,
.road-map-center-section .road-map-center-column-left .plot-item:last-child {
    border-bottom: 0;
}


/* .road-map-center-section .road-map-center-column-left .plot-text {
    transform: rotate(90deg);
} */

.road-map-center-section .road-map-center-column-right .plot-item {
    border-right: 0;
    border-top: 0;
    height: 55px;
    border-bottom: 2px solid #000;
}


/* .road-map-center-section .road-map-center-column-right .plot-text {
    transform: rotate(-90deg);
} */

.hover-popup {
    background: #fff;
    padding: 20px 15px;
    min-width: 310px;
    position: absolute;
    left: 50%;
    outline: 4px solid #6ec63d;
    gap: 10px;
    z-index: 8888;
    font-size: 14px;
    text-align: left;
    transform: translateX(-50%);
    border-radius: 15px;
    display: none;
}

.plot-item:hover .hover-popup {
    display: flex;
}

.hover-popup i {
    font-size: 60px;
    color: #6ec63d;
}

.hover-popup h4 {
    font-size: 24px;
    font-weight: 600;
}

.hover-popup a {
    background-color: #6ec63d;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 10px;
    font-weight: 600;
    border-radius: 5px;
}

.hover-popup.hover-top {
    bottom: 65px;
    left: -9px;
    transform: none;
}

.hover-popup:before {
    content: "";
    position: absolute;
    top: calc(100% - 11px);
    left: 25px;
    height: 27px;
    width: 27px;
    background: #fff;
    transform: rotate(-135deg);
    border: 4px solid #6ec63d;
    border-bottom: inherit;
    border-right: inherit;
    box-shadow: inherit;
}

.plot-item.reserved-myself {
    background-color: #ffe299;
}

.plot-item.reserved .hover-popup {
    outline: 4px solid #ea2b2b;
}

.plot-item.reserved .hover-popup i {
    color: #ea2b2b;
}

.plot-item.reserved .hover-popup h4 {
    text-decoration: underline;
}

.plot-item.reserved .hover-popup:before {
    border: 4px solid #ea2b2b;
    border-bottom: inherit;
    border-right: inherit;
    box-shadow: inherit;
}

.plot-item.reserved-myself .hover-popup {
    outline: 4px solid #ffcb42;
}

.plot-item.reserved-myself .hover-popup i {
    color: #ffcb42;
}

.plot-item.reserved-myself .hover-popup:before {
    border: 4px solid #ffcb42;
    border-bottom: inherit;
    border-right: inherit;
    box-shadow: inherit;
}

.plot-item.reserved-myself .hover-popup a {
    background-color: #ea2b2b;
}

.road-map-right-section .hover-popup {
    right: -9px;
    left: auto;
}

.road-map-right-section .hover-popup::before {
    left: auto;
    right: 25px;
}

.road-map-center-section .plot-map-center-top,
.road-map-center-section .plot-map-center-bottom {
    position: absolute;
    display: flex;
    gap: 85px;
}

.road-map-center-section .plot-map-center-top .plot-item {
    width: 116.6px;
    border-top: 0;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
}

.road-map-center-section .plot-map-center-bottom {
    bottom: -118px;
}

.road-map-center-section .plot-map-center-bottom .plot-item {
    width: 116.6px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    border-bottom: 0;
    height: 60px;
}