@import url('https://fonts.googleapis.com/css2?family=Kodchasan:wght@300;700&display=swap');
.mobile-scroller {
    margin: 0 auto;
    max-width: 1366px;
    overflow-x: auto;
    overflow-y: hidden;
    font-family: 'Kodchasan', sans-serif;
}

.road-map-container {
    width: 1330px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}

.road-map {
    background-color: #dbbb85;
    position: relative;
    background-repeat: no-repeat;
    height: 661px;
    border: 1px solid #848484;
    margin-top: 50px;
}

.road-map-bottom-section {
    display: flex;
    position: absolute;
    bottom: -1px;
    align-items: flex-end;
    left: -2px;
}

.plot-item {
    background: #a5e8c7;
    border: 1px solid #848484;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: top;
    margin: 0;
    margin-right: 0;
    margin-bottom: 0;
    position: relative;
    text-align: center;
}

.plot-item.reserved {
    background-color: #ff8b8c;
}

.plot-item.reserved:hover .plot-text {
    border: 2px solid #000;
}

.plot-item .plot-text {
    font-weight: 700;
    font-size: 12px;
}

.road-map-bottom-section .plot-item {
    height: 100px;
    width: 50.5px;
    margin-left: -1px;
}

.road-map-bottom-section .plot-box {
    height: 100px;
    width: 77px;
    background: #f5f5f5;
    border: 1px solid #848484;
    margin-bottom: 0px;
    margin-right: -3px;
    border-right: 0;
    border-left: 0;
    margin-left: 2px;
}

.right-bottom {
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: 168px;
}

.right-top {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 168px;
}

.road-map-right-section {
    position: absolute;
    right: -1px;
    top: 144px;
}

.road-map-right-section .plot-item {
    width: 80px;
    height: 58.4px;
    border-bottom: 0;
}

.road-map-top-section {
    position: absolute;
    left: 0px;
    display: flex;
    align-items: flex-start;
    top: 0;
}

.road-map-top-section .plot-box {
    height: 74.4px;
    width: 77px;
    background: #f5f5f5;
    border: 1px solid #848484;
    margin-top: -1px;
    border-right: 0;
    margin-left: -1px;
}

.road-map-top-section .plot-box-2 {
    width: 55px;
    margin-left: 0;
}

.road-map-top-section .plot-item {
    height: 75px;
    width: 57.3px;
    border-right: 0;
    top: -1px;
}
.road-map-top-section .plot-item.low-height{
    height: 60px;
    top: 14px;
}
.road-map-top-section .plot-item.low-height:before{
    content: "";
    height: 14px;
    width: 61px;
    position: absolute;
    top: -15px;
    background: #f5f5f5;
    left: -1px;
    
}
.road-map-top-section .plot-item:last-child {
    border-right: 1px solid #848484;
}

.road-map-left-section {
    position: absolute;
    left: 0px;
    top: 120px;
    display: flex;
}

.road-map-left-section .left-section {
    width: 90px;
    height: auto;
    background: #f5f5f5;
    display: block;
    border: 1px solid #848484;
    border-left: 0;
    border-right: 0;
}

.road-map-left-section .plot-box {
    height: 74.4px;
    width: 90px;
    background: #f5f5f5;
    border: 1px solid #848484;
    border-bottom: 0;
}

.road-map-left-section .plot-item {
    height: 60px;
    width: 90px;
    border-bottom: 0;
}

.road-map-left-section .plot-item:last-child {
    border-bottom: 1px solid #848484;
}

.road-map-center-section {
    position: absolute;
    top: 120px;
    left: 214px;
}

.road-map-center-section .center-row {
    display: flex;
}

.road-map-center-section .center-row:nth-child(2) {
    margin-bottom: 50px;
}

.road-map-center-section .center-row .plot-item:nth-child(9) {
    margin-left: 30px;
}

.road-map-center-section .center-row .plot-item:nth-child(8) {
    border-right: 1px solid #848484;
}

.road-map-center-section .center-row:nth-child(even) .plot-item {
    border-bottom: 1px solid #848484;
}

.road-map-center-section .plot-item {
    height: 80px;
    width: 54px;
    border-right: 0;
    border-bottom: 0;
}

.road-map-center-section .plot-item:last-child {
    border-right: 1px solid #848484;
}

.plot-text {
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 664;
}

.plot-item:hover .plot-text {
    border-radius: 50%;
    border: 2px solid #f0a532;
}

.road-map-top-section-top {
    position: absolute;
    top: -19px;
    left: 0px;
    display: flex;
}

.road-map-top-section-top .plot-box {
    height: 20px;
    width: 77px;
    background: #f5f5f5;
    border: 1px solid #848484;
    margin-top: -1px;
    border-right: 0;
    margin-left: -1px;
}

.road-map-top-section-top .plot-box-2 {
    width: 55px;
    border-right: 1px solid #848484;
    margin-left: 0;
}

.road-map-top-section-top .plot-box-colored {
    height: 20px;
    width: 57.3px;
    top: -1px;
    background: #e4e4e4;
    border: 1px solid #848484;
    position: relative;
    border-right: 0;
}

.road-map-top-section-top .plot-box.full-width {
    border-right: 2px solid #848484;
    width: 627px;
}

.plot-text-bottom,
.plot-text-top {
    font-size: 8px;
    position: absolute;
    bottom: 2px;
    left: 15px;
    font-weight: 700;
}

.plot-text-top {
    bottom: auto;
    top: 2px;
}

.plot-text-right,
.plot-text-left {
    font-size: 8px;
    position: absolute;
    bottom: 40px;
    right: -7px;
    transform: rotateZ(-90deg);
    font-weight: 700;
}

.plot-text-left {
    right: auto;
    left: -7px;
}

.road-map-right-section .plot-text-bottom {
    left: 30px;
}

.road-map-right-section .plot-text-right {
    bottom: 22px;
}

.road-map-top-section .plot-text-right {
    bottom: 30px;
    right: -8px;
}

.road-map-left-section .plot-text-left,
.road-map-left-section .plot-text-right {
    bottom: 22px;
}

.road-map-left-section .plot-text-top,
.road-map-left-section .plot-text-bottom {
    left: 30px;
}

.road-map-center-section .plot-text-bottom {
    left: 13px;
}

.hover-popup {
    background: #fff;
    padding: 30px 20px;
    display: none;
    min-width: 220px;
    position: absolute;
    left: -55px;
    outline: 4px solid #cd810b;
    outline-offset: -10px;
    z-index: 6666;
    font-size: 14px;
    text-align: left;
    box-shadow: 0 1px 1px rgb(0 0 0 / 12%), 0 2px 2px rgb(0 0 0 / 12%), 0 4px 4px rgb(0 0 0 / 12%), 0 8px 8px rgb(0 0 0 / 12%), 0 16px 16px rgb(0 0 0 / 12%);
}

.plot-item:hover .hover-popup {
    display: block;
}

.plot-box:hover span {}

.hover-popup p {
    color: #000;
    font-weight: 600;
    margin: 0;
    padding-left: 5px;
    font-size: 18px;
    margin-bottom: 5px;
}

.hover-popup.hover-top {
    bottom: 70px;
}

.hover-popup span {
    font-size: 20px;
}

.hover-popup a {
    background: linear-gradient(to left, #bf7809, #ffb543);
    color: #fff;
    padding: 5px 10px;
    display: block;
    text-align: center;
    margin-top: 10px;
}

.hover-popup .arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    left: 60px;
}

.hover-popup.hover-top .arrow {
    bottom: -15px;
    border-color: #fff transparent transparent;
    border-width: 16px 15px 0;
}

.road-map-right-section .hover-popup {
    right: 0;
    left: auto;
}

.road-map-right-section .hover-popup .arrow {
    right: 25px;
    left: auto;
}

.hover-popup.hover-bottom {
    top: 65px;
    left: -50px;
}

.hover-popup.hover-bottom .arrow {
    top: -14px;
    border-color: transparent transparent #fff;
    border-width: 0 16px 15px;
}

.road-map-left-section .hover-bottom {
    left: -35px;
    top: 60px;
}

.road-map-left-section .hover-top {
    left: -30px;
    bottom: 60px;
}

.road-map-center-section .center-row .plot-item:last-child .hover-popup {
    left: -80px;
}

.road-map-center-section .center-row .plot-item:last-child .hover-popup .arrow {
    left: 90px;
}

.road-map-center-section .center-row:nth-child(1) .plot-item:nth-child(1)::after,
.road-map-center-section .center-row:nth-child(1) .plot-item:nth-child(8)::after,
.road-map-center-section .center-row:nth-child(1) .plot-item:nth-child(9)::after,
.road-map-center-section .center-row:nth-child(1) .plot-item:last-child::after,
.road-map-center-section .center-row:nth-child(2) .plot-item:nth-child(1)::after,
.road-map-center-section .center-row:nth-child(2) .plot-item:nth-child(8)::after,
.road-map-center-section .center-row:nth-child(2) .plot-item:nth-child(9)::after,
.road-map-center-section .center-row:nth-child(2) .plot-item:last-child::after,
.road-map-center-section .center-row:nth-child(3) .plot-item:nth-child(1)::after,
.road-map-center-section .center-row:nth-child(3) .plot-item:nth-child(8)::after,
.road-map-center-section .center-row:nth-child(3) .plot-item:nth-child(9)::after,
.road-map-center-section .center-row:nth-child(3) .plot-item:last-child::after,
.road-map-center-section .center-row.last-center-row .plot-item::after,
.road-map-center-section .center-row:nth-child(4) .plot-item:nth-child(1)::after,
.road-map-center-section .center-row:nth-child(4) .plot-item:nth-child(8)::after,
.road-map-center-section .center-row:nth-child(4) .plot-item:nth-child(9)::after,
.road-map-center-section .center-row:nth-child(4) .plot-item:last-child::after,
.road-map-left-section .plot-item:nth-child(1)::after,
.road-map-left-section .plot-item:last-child::after {
    content: "";
    position: absolute;
    margin: -20px;
    width: 25px;
    height: 44px;
    background-color: #dbbb85;
    border-bottom: 1px solid #848484;
}

.road-map-center-section .center-row:nth-child(1) .plot-item:nth-child(1)::after,
.road-map-center-section .center-row:nth-child(1) .plot-item:nth-child(9)::after,
.road-map-center-section .center-row:nth-child(3) .plot-item:nth-child(1)::after,
.road-map-center-section .center-row:nth-child(3) .plot-item:nth-child(9)::after {
    left: 0;
    transform: rotate( -46deg);
    top: -8px;
}

.road-map-center-section .center-row:nth-child(1) .plot-item:nth-child(8)::after,
.road-map-center-section .center-row:nth-child(1) .plot-item:last-child::after,
.road-map-center-section .center-row:nth-child(3) .plot-item:nth-child(8)::after,
.road-map-center-section .center-row:nth-child(3) .plot-item:last-child::after {
    right: 0;
    transform: rotate( 46deg);
    top: -8px;
}

.road-map-center-section .center-row:nth-child(2) .plot-item:nth-child(1)::after,
.road-map-center-section .center-row:nth-child(2) .plot-item:nth-child(9)::after,
.road-map-center-section .center-row:nth-child(4) .plot-item:nth-child(1)::after,
.road-map-center-section .center-row:nth-child(4) .plot-item:nth-child(9)::after {
    left: 0;
    transform: rotate( -132deg);
    bottom: -8px;
}

.road-map-center-section .center-row:nth-child(2) .plot-item:nth-child(8)::after,
.road-map-center-section .center-row:nth-child(2) .plot-item:last-child::after,
.road-map-center-section .center-row:nth-child(4) .plot-item:nth-child(8)::after,
.road-map-center-section .center-row:nth-child(4) .plot-item:last-child::after {
    right: 0;
    transform: rotate( -226deg);
    bottom: -8px;
}

.road-map-left-section .plot-item:nth-child(1)::after {
    right: -2px;
    top: -7px;
    transform: rotate( 50deg);
}

.road-map-left-section .plot-item:last-child::after {
    right: 0;
    transform: rotate( -226deg);
    bottom: -8px;
}