.banner-bg {
    background-image: url('../img/commercial-m.png');
}
#mobile-site {
    max-width: 500px;
    margin: 0 auto;
    padding: 0 15px;
}
/* ==================== Jewellery Content ================= */
.header-banner.banner-1 {
    width: 100%;
    background: url('../img/jewellery.png') no-repeat center center / cover;
    padding: 40px 15px;
    opacity: 0;
    animation: faderight 0.8s ease forwards;
}
.header-banner.banner-2 {
    width: 100%;
    background: url('../img/trio.png') no-repeat center center / cover;
    padding: 40px 15px;
    opacity: 0;
}
.header-banner h2 {
    font-size: 30px;
    color: white;
    margin-bottom: 15px;
    letter-spacing: 0.1rem;
    opacity: 0;
    animation: fadeup 0.8s linear forwards;
    animation-delay: 0.8s;
}
.header-banner p {
    font-family: 'Kaisei Opti', 'Times New Roman', Times, serif;
    font-size: 16px;
    color: white;
    opacity: 1;
}
.header-banner p.fadepara {
    animation: fadeup 0.8s linear forwards;
    animation-delay: 0.8s;
    opacity: 0;
}
.header-banner .header-ft {
    display: flex;
    align-items: center;
    opacity: 0;
    animation: fadeup 0.8s linear forwards;
    animation-delay: 0.8s;
}
.header-banner.banner-2 h2,
.header-banner.banner-2 p.fadepara,
.header-banner.banner-2 .header-ft {
    animation: none;
}
.header-banner .header-ft p,
.header-banner .header-ft a {
    font-size: 12px;
    margin-bottom: 0;
    margin-right: 15px;
    text-transform: uppercase;
}
.header-banner .header-ft a {
    font-family: 'Kaisei Opti', 'Times New Roman', Times, serif;
    color: white;
    text-decoration: none;
}
.header-banner .header-ft a.locate-icon::before,
.header-banner .header-ft a.direction-icon::before {
    content: '';
    width: 15px;
    height: 15px;
    display: inline-block;
    margin: 0 5px -3px 0;
    background: url('../img/locate-white-icon.png') no-repeat center center / 70%;
}
.header-banner .header-ft a.direction-icon::before {
    background-image: url('../img/direction-white-icon.png');
}
.header-banner .header-ft a.direction-icon {
    text-decoration: underline;
}
.body-banner {
    padding: 30px 15px 0;
    opacity: 0;
}
.invest-highlight h3 {
    font-size: 18px;
    font-family: 'Kaisei Opti', 'Times New Roman', Times, serif;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 0.05rem;
}
.invest-list .invest-item-1 {
    list-style: none;
    font-size: 16px;
    font-family: 'Kaisei Opti', 'Times New Roman', Times, serif;
    position: relative;
    font-weight: bold;
    color: #133957;
    line-height: 1.8rem;
    margin-bottom: 10px;
}
.invest-list .invest-item-1::before {
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
    background-color: #B32225;
    position: absolute;
    left: -30px;
    top: 8px;
}
.invest-list .invest-item-1 span {
    display: block;
    color: #808F9A;
    font-weight: 400;
    line-height: 1.5rem;
}
.invest-list-2 .invest-item-2 {
    font-weight: 400;
    color: #808F9A;
    list-style: initial;
    line-height: 1.5rem;
}
.map-wrapper {
    width: 100%;
}
.map-wrapper img {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .grid-content {
        grid-template-columns: 240px 1fr;
        padding: 50px 0 5px 30px;
        padding-left: calc(50% - 350px);
    }
    .body-banner {
        padding: 0;
    }
    .invest-highlight {
        padding: 30px 15px;
    }
}
@media screen and (min-width: 1024px) {
    .header-banner.banner-1,
    .header-banner.banner-2 {
        padding: 50px 40px;
    }
    .grid-content {
        padding-left: calc(50% - 470px);
    }
    .body-banner {
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 0;
    }
    .map-wrapper img {
        height: 100%;
        object-fit: cover;
    }
    .invest-highlight {
        padding: 40px 15px;
    }
    .header-banner h2 {
        font-size: 36px;
        margin-bottom: 20px;
    }
    .header-banner p {
        font-size: 18px;
    }
}
@media screen and (min-width: 1200px){
    .grid-content {
        grid-template-columns: 0.3fr 1fr;
    }
    .grid-content {
        padding-left: calc(50% - 555px);
    }
    .header-banner.banner-1, .header-banner.banner-2 {
        padding: 60px 50px;
    }
}
@media screen and (min-width: 1400px) {
    .grid-content {
        grid-template-columns: 300px 1fr;
        padding-left: calc(50% - 645px);
    }
    .invest-list .invest-item-1 {
        font-size: 18px;
    }
    .invest-list .invest-item-1 span {
        line-height: 1.8rem;
    }
}
