
/* ==================== TABLET DAN MOBILE VIEW JADI SATU ==================== */

@media screen and (max-width: 1000px)  {
    /* #region GLOBAL */
    *::-webkit-scrollbar {
        display: none;
    }
    /* #endregion */

    /* #region NAVBAR */
    #navbar {
        padding: 0;
    }
    .navbar-brand img {
        height: 35px;
    }
    #navbar .container-fluid {
        padding: 0;
    }
    #navbar .navbar-brand {
        padding: .6rem 0;
        margin-left: 1rem;
    }
    #navbar .navbar-toggler {
        margin-right: .5rem;
    }
    #navbar .navbar-toggler.collapsed i:nth-of-type(1) {
        display: block;
    }
    #navbar .navbar-toggler i:nth-of-type(1),
    #navbar .navbar-toggler.collapsed i:nth-of-type(2) {
        display: none;
    }
    #navbar .navbar-toggler i:nth-of-type(2) {
        color: tomato;
    }
    .navbar-collapse {
        padding: .4rem 0;
        transition: .2s ease;
    }
    .navbar-nav {
        align-items: flex-start;
        gap: 0;
        height: 100%;
    }
    .navbar-nav .nav-item {
        width: 100%;
        padding: .8rem 1rem;
    }
    .navbar-nav .nav-item:last-child {
        position: absolute;
        top: .9rem;
        right: 4rem;
        width: unset;
        padding: 0;
        margin-left: 0;
        margin-top: 0;
    }
    .navbar-nav .nav-link {
        padding: 0;
    }
    /* #endregion */

    /* #region HEADER */
    .mainHeader .teks {
        top: 25%;
        left: 0;
        right: 0;
        margin: 0 auto;
        font-size: 2.5rem;
        text-align: center;
        text-shadow: 2px 3px var(--primer);
    }
    .mainHeader .gambar {
        width: 100%;
        background-image: url(https://shgb.blob.core.windows.net/webreplika/mobile/headerImgMobile.jpg);
        background-position: center;
    }
    .mainHeader a {
        bottom: 4rem;
        box-shadow: 3px 3px 15px var(--primer);
        opacity: 1;
    }
    /* #endregion */

    /* #region GREETING */
    .greeting .wrap {
        grid-template-columns: 100%;
        gap: 1.5rem;
    }
    .greeting .container {
        padding: 0;
    }
    .greeting .kiri {
        padding: 0 1.25rem;
    }
    .greeting .kiri .gambar {
        height: 350px;
        background-image: url(https://shgb.blob.core.windows.net/webreplika/mobile/greetingImgMobile.jpg);
    }
    .greeting .kanan {
        padding: 0;
    }
    .greeting .kanan h1 {
        font-size: 1.8rem;
        padding: 3rem 1.25rem 0 1.25rem;
        margin-bottom: 1rem;
    }
    .greeting .kanan p {
        font-size: 1rem;
        line-height: 2;
        text-align: justify;
        padding: 0 1.25rem;
    }
    .greeting .kanan .bawah {
        position: absolute;
        bottom: 22rem;
        right: 0;
        height: auto;
        width: 100%;
        padding: .5rem 0 .5rem 3rem;
        overflow-x: auto;
    }
    .greeting .kanan .mainBenefit {
        position: relative;
        right: unset;
        gap: 1rem;
    }
    .greeting .kanan .mainBenefit .item {
        gap: 1rem;
        padding: 1rem;
        transform-origin: right bottom;
    }
    .greeting .kanan .mainBenefit .item img {
        height: 50px;
    }
    .greeting .kanan .mainBenefit .item span:nth-of-type(1) {
        font-size: .9rem;
    }
    .greeting .kanan .mainBenefit .item span:nth-of-type(2) {
        font-size: 1.1rem;
    }
    .greeting .partikel {
        top: -4rem;
        right: -3rem;
        width: 48%;
    }
    /* #endregion */

    /* #region SOLUSI */
    .solusi {
        padding-top: 2rem;
    }
    .solusi .wrap .atas {
        grid-template-columns: 100%;
        padding: .5rem;
    }
    .solusi .atas .kiri {
        text-align: center;
    }
    .solusi .atas .kiri img {
        height: 75px;
    }
    .solusi .atas .kiri h1 {
        font-size: 2.2rem;
        line-height: 1.3;
        margin-bottom: 1rem;
    }
    .solusi .atas .kiri h3 {
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 1.8;
    }
    .solusi .atas .kiri h3 br {
        display: none;
    }
    .solusi .atas .kanan {
        text-align: right;
    }
    .solusi .atas .kanan img {
        width: 70%;
        height: auto;
    }

    .solusi .bawah {
        position: relative;
        align-items: flex-start;
        gap: 0;
        padding: 1rem;
        padding-top: 2.5rem;
    }
    .solusi .bawah img {
        position: absolute;
        top: -11rem;
        left: .5rem;
        height: 200px;
        width: auto;
    }
    .solusi .bawah h6 {
        font-size: 1.1rem;
        line-height: 1.6;
        text-align: center;
        margin-bottom: 0;
    }
    .solusi .partikel {
        bottom: -5rem;
        left: -4rem;
        width: 60%;
    }
    /* #endregion */

    /* #region JOINT OWNERSHIP */
    .jointOwnership {
        padding-top: 5rem;
    }
    .jointOwnership::before {
        height: 2000px;
        background-image: url(https://shgb.blob.core.windows.net/webreplika/mobile/bgJointOwnershipMobile.png);
        background-size: contain;
        background-position: bottom center;
    }
    .jointOwnership .atas {
        height: 700px;
    }
    .jointOwnership .atas .carousel-joint .flickity-viewport {
        top: 7.5rem;
        right: unset;
    }
    .jointOwnership .atas .carousel-joint .carousel-cell {
        width: 96%;
        height: 400px;
        margin-right: .8rem;
    }
    .jointOwnership .atas .carousel-cell .wrapper {
        padding: 1.5rem;
    }
    .jointOwnership .atas .carousel-cell .wrapper::before {
        background-image: var(--bgJointMobile);
    }
    .jointOwnership .atas .carousel-joint .flickity-slider::before {
        display: none;
    }
    .jointOwnership .atas .carousel-joint .flickity-button {
        display: none;
    }
    .jointOwnership .atas .carousel-joint .flickity-page-dots {
        bottom: -9rem
    }
    .jointOwnership .atas .info {
        top: 2rem;
        left: 0;
        width: 100%;
        padding: 0 .5rem;
        margin-top: 1rem;
        height: fit-content;
        text-align: center;
    }
    .jointOwnership .atas .info p {
        font-size: 1rem;
        line-height: 1.6;
    }

    .jointOwnership .bawah {
        padding: 0 .5rem;
    }
    .jointOwnership .bawah .tanya {
        padding: 1.5rem 1.3rem;
        margin-top: 1rem;
    }
    .jointOwnership .bawah .pertanyaan {
        flex-direction: column;
        gap: 1rem;
        padding: 0;
        margin-bottom: 2rem;
        text-align: center;
    }
    .jointOwnership .bawah .pertanyaan:hover {
        background-color: unset;
    }
    .jointOwnership .bawah .pertanyaan img {
        height: 60px;
    }
    .jointOwnership .bawah .pertanyaan p:nth-of-type(1) {
        font-size: 1.2rem;
    }
    .jointOwnership .bawah .pertanyaan p:nth-of-type(2) {
        font-size: 1rem;
        margin-bottom: 0;
    }

    .jointOwnership .bawah .mainJudul {
        margin-bottom: 2rem;
    }
    .jointOwnership .bawah .mainJudul br,
    .jointOwnership .bawah .headTabel,
    .jointOwnership .bawah .tabel .item::before {
        display: none;
    }
    .jointOwnership .bawah .tabel .item {
        grid-template-columns: 100%;
        gap: 1.8rem;
        padding: 1.5rem 1.2rem;
    }
    .jointOwnership .bawah .tabel .item:nth-of-type(2) {
        border-top-left-radius: .5rem;
        border-top-right-radius: .5rem;
    }
    .jointOwnership .bawah .tabel .item:nth-of-type(5) {
        border-bottom-left-radius: .5rem;
        border-bottom-right-radius: .5rem;
    }
    .jointOwnership .bawah .tabel .kiri,
    .jointOwnership .bawah .tabel .kanan {
        position: relative;
        display: block;
        gap: 0;
        font-size: 1rem;
        padding: 0;
        padding-top: 1.8rem;
    }
    .jointOwnership .bawah .tabel i {
        display: none;
    }
    .jointOwnership .bawah .tabel .kiri::before,
    .jointOwnership .bawah .tabel .kanan::before {
        position: absolute;
        top: 0;
        left: 0;
        width: fit-content;
        height: auto;
        font-size: .75rem;
        color: #fff;
        padding: .2rem .5rem .1rem .5rem;
        border-radius: .2rem;
    }
    .jointOwnership .bawah .tabel .kiri::before {
        content: 'Joint-Ownership';
        background-color: var(--orange);
    }
    .jointOwnership .bawah .tabel .kanan::before {
        content: 'Beli Sendiri';
        background-color: var(--coklat);
    }
    /* #endregion */

    /* #region LOVINA */
    .lovina .pantai {
        margin-bottom: 12rem;
    }
    .lovina .pantai .banner {
        height: 600px;
    }
    .lovina .pantai .banner::before {
        background-image: url(https://shgb.blob.core.windows.net/webreplika/mobile/bgLovinaMobile.png);
        background-size: 150%;
    }
    .lovina .pantai .banner::after {
        height: 100px;
    }
    .lovina .pantai .teks {
        padding: 0 1rem;
        margin-top: 3rem;
    }
    .lovina .pantai .teks img {
        width: 180px;
    }
    .lovina .pantai .teks p {
        font-size: 1.1rem;
        padding: 0 1rem;
    }
    .lovina .pantai .carousel-pantai .carousel-cell {
        width: 90%;
        height: 180px;
        margin-right: 1rem;
        background-image: var(--bgPantaiMobile);
    }
    .lovina .pantai .thumb {
        top: -3rem;
    }
    .lovina .peta {
        height: 400px;
        background-image: url(https://shgb.blob.core.windows.net/webreplika/mobile/bgPetaMobile.png);
        background-size: cover;
        background-position: center;
    }
    .lovina .peta .partikel {
        display: none;
    }
    .lovina .peta .pin {
        top: 39%;
        right: 13rem;
    }
    .lovina .peta .popup {
        top: 50%;
        right: 6.9rem;
    }
    .lovina .peta .teks {
        position: relative;
        top: -8rem;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
    }
    .lovina .peta .teks h1 {
        font-size: 1.8rem;
    }
    .lovina .peta .teks p {
        font-size: 1rem;
        text-align: center;
        margin-bottom: 2.5rem;
    }
    .lovina .peta .teks a {
        margin-top: 13rem;
    }
    /* #endregion */

    /* #region TIPE VILLA */
    .tipe h5 {
        font-size: 1rem;
    }
    .tipe .kolom {
        grid-template-columns: 100%;
        gap: 2rem;
        margin-top: 3rem;
    }
    .tipe .kolom .jenis {
        background-size: cover;
    }
    .tipe .kolom .jenis:nth-of-type(1) {
        margin-left: 0;
    }
    .tipe .kolom .jenis:nth-of-type(2) {
        margin-right: 0;
    }
    .tipe .kolom .jenis {
        width: 100%;
        height: 500px;
    }
    .tipe .kolom .jenis .teks {
        transform: translateY(42%);
    }
    /* #endregion */

    /* #region BENEFIT */
    .benefit h5 {
        font-size: 1rem;
     }
    .benefit .list .item {
        padding: 1.5rem;
    }
    .benefit .list .item .atas span {
        font-size: 1.3rem;
    }
    .benefit .list .item p {
        text-align: justify;
    }
    /* #endregion */

    /* #region PROMO */
    .promo .bigCard {
        width: calc(100% - .5rem);
        padding: 3rem 1.5rem 1rem 1.5rem;
        box-shadow: 5px 5px 15px #bfbfbf;
    }
    .promo h4 {
        font-size: 2.2rem;
    }
    .promo h1 {
        font-size: 5rem;
        margin-bottom: 2rem;
    }
    .promo h6 {
        font-size: 1.4rem;
    }
    .promo h6 br {
        display: block;
    }
    .promo h3 {
        font-size: 3rem;
    }
    .promo .coret {
        font-size: 2.5rem;
        margin-bottom: 2rem;
    }
    .promo .coret::before {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .promo p {
        font-size: 1.2rem;
        margin-bottom: 12rem;
    }
    .promo p br {
        display: none;
    }
    .promo span {
        color: var(--coklat);
        font-size: .9rem;
    }
    .promo .partikel {
        top: 1rem;
        right: -4rem;
        width: 200px;
    }
    .promo .rumah {
        right: 0;
        bottom: 1rem;
        width: 80%;
        opacity: .8;
    }
    /* #endregion */

    /* #region VILLA ROSE & LILY */
    .tipeVilla .logoAtas img {
        height: 60px;
    }
    .tipeVilla .carousel-tipeVilla .carousel-cell img {
        width: 100%;
        height: auto;
    }
    .tipeVilla .carousel-tipeVilla .flickity-button {
        display: none;
    }
    .tipeVilla .deskripsi {
        padding: 0 .25rem;
        grid-template-columns: 100%;
        gap: 2rem;
    }
    .tipeVilla .harga .judul {
        flex-direction: column;
        gap: 0;
        margin-bottom: 1.5rem;
    }
    .tipeVilla .harga .judul h2 {
        font-size: 2.5rem;
    }
    .tipeVilla .harga .judul h5 {
        font-size: 1.3rem;
    }
    .tipeVilla .harga .info {
        font-size: 1rem;
        text-align: justify;
    }
    .tipeVilla .harga .tabel .item {
        grid-template-columns: 28% 1fr 1fr;
        padding: 1.1rem 0;
        word-break: break-word;
    }
    .tipeVilla .harga .tabel .item p {
        font-size: .9rem;
        padding: 0 .3rem;
    }
    .tipeVilla .harga .tabel .item:nth-of-type(2) p:nth-of-type(1)::before,
    .tipeVilla .harga .tabel .item:nth-of-type(2) p:nth-of-type(2)::before,
    .tipeVilla .harga .tabel .item:nth-of-type(3) p:nth-of-type(1)::before,
    .tipeVilla .harga .tabel .item:nth-of-type(3) p:nth-of-type(2)::before,
    .tipeVilla .harga .tabel .item:nth-of-type(4) p:nth-of-type(1)::before,
    .tipeVilla .harga .tabel .item:nth-of-type(4) p:nth-of-type(2)::before {
        display: none;
    }
    .tipeVilla .harga .tabel .free {
        font-size: 1rem;
    }

    .tipeVilla .spek .wrap {
        top: 0;
        padding: 0;
        padding-bottom: 1rem;
    }
    .tipeVilla .spek .head,
    .tipeVilla .spek .list {
        box-shadow: 0 0 10px #cfcfcf;
    }
    /* #endregion */

    /* #region HUBUNGI KAMI */
    .hubungiKami .wrapper {
        position: relative;
        width: 98%;
        height: 690px;
        padding: 2.5rem 1.5rem;
        background-image: url(https://shgb.blob.core.windows.net/webreplika/mobile/bgContactUsMobile.png);
        background-size: 85%;
        z-index: 1;
    }
    .hubungiKami .wrapper::before {
        content: '';
        position: absolute;
        bottom: 210px;
        left: 0;
        width: 100%;
        height: 110px;
        background: linear-gradient(to bottom, #fff 0%, transparent 100%);
        z-index: -1;
    }
    .hubungiKami .wrapper .teks {
        width: 100%;
        text-align: center;
    }
    .hubungiKami .wrapper h1 {
        font-size: 2.2rem;
    }
    .hubungiKami .wrapper h5 {
        font-size: 1.2rem;
    }
    .hubungiKami .wrapper a {
        padding: 1rem;
        margin-bottom: 1.2rem;
        border-radius: .8rem;
        font-size: 1.25rem;
    }
    /* #endregion */

    /* #region FOOTER */
    footer .logoBulat {
        top: -50px;
        width: 190px;
        height: 100px;
        margin: 0 auto;
    }
    footer .bawah p:nth-of-type(1) {
        font-size: 1.3rem;
    }
    footer .bawah p:nth-of-type(2) {
        font-size: 1rem;
        padding: 0 1.5rem;
    }
    footer .partikel {
        width: 200px;
        left: -5rem;
        bottom: -4rem;
    }
    /* #endregion */
}