
/* X-LARGE (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {

}

/* LARGE (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    /* #region ALL */
    .destinasi .swiper-slide {
        height: 475px;
    }
    .lokasi .wrapPeta {
        width: 100%;
    }
    .hubungi .formulir {
        width: 100%;
    }
    .tipe .jenis .kanan .teks p:nth-of-type(2) {
        font-size: 2rem;
    }
    /* #endregion */
}

/* MEDIUM (tablets, less than 992px) */
@media (max-width: 991.98px) {
    /* #region HEADER */
    .carousel-item .konten {
        align-items: center;
        text-align: center;
        padding: 1.5rem;
    }
    .carousel-item .konten h3 {
        font-size: 1.8rem;
        font-weight: 600;
        margin-top: 0;
        margin-bottom: 1rem;
    }
    .carousel-item .konten h1 {
        font-size: 3.8rem;
    }
    .carousel-item .konten h6 {
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 1.6;
        margin-bottom: 3.5rem;
    }
    .carousel-item .konten .tombol {
        margin-bottom: 5rem;
    }
    .carousel-item .konten .tombol a {
        font-size: 1.1rem;
        padding: .6rem 1.25rem;
    }
    .carousel-item .konten p {
        top: unset;
        bottom: 16%;
        left: 2rem;
        right: unset;
        max-width: 450px;
        font-size: 1.1rem;
        text-align: left;
        padding-right: 0;
        padding-left: 1rem;
        border-left: 5px solid var(--sekunder);
        border-right: none;
    }
    .carousel-indicators {
        top: 8rem;
        margin: unset;
        right: 1.5rem;
    }
    .carousel-control-next-icon {
        bottom: 2rem;
        right: 1.5rem;
        font-size: 1.25rem;
        line-height: 2.3rem;
    }
    .mainHeader .partikel::before {
        width: 120px;
        height: 220px;
    }
    .mainHeader .partikel::after {
        top: -3rem;
        width: 140px;
        height: 140px;
    }
    /* #endregion */

    /* #region DESTINASI */
    .destinasi .wrap {
        gap: 1.5rem;
    }
    .destinasi .teks {
        width: 45%;
        padding-left: 8%;
    }
    .destinasi .teks p {
        font-size: 1rem;
    }
    .destinasi .listTab label {
        gap: 1rem;
        font-size: 1.1rem;
    }
    .destinasi .gambar {
        width: 55%;
    }
    .destinasi .swiper-slide {
        height: 425px;
        width: 100%;
    }
    .destinasi .swiper-slide .info p:nth-of-type(1) {
        font-size: 1.25rem;
    }
    .destinasi .swiper-slide .info p:nth-of-type(2) {
        font-size: 1rem;
    }
    /* #endregion */

    /* #region TIPE */
    .tipe {
        padding: 8rem .25rem;
    }
    .tipe .bigCard {
        flex-direction: column;
    }
    .tipe .wrap {
        width: 95%;
        height: 225px;
    }
    .tipe input[type=checkbox]:nth-of-type(1):checked ~ .bigCard .pertama,
    .tipe input[type=checkbox]:nth-of-type(2):checked ~ .bigCard .kedua,
    .tipe input[type=checkbox]:nth-of-type(3):checked ~ .bigCard .ketiga {
        width: 95%;
        height: 675px;
    }
    .tipe input[type=checkbox]:nth-of-type(1):checked ~ .bigCard .kedua,
    .tipe input[type=checkbox]:nth-of-type(1):checked ~ .bigCard .ketiga,
    .tipe input[type=checkbox]:nth-of-type(2):checked ~ .bigCard .pertama,
    .tipe input[type=checkbox]:nth-of-type(2):checked ~ .bigCard .ketiga,
    .tipe input[type=checkbox]:nth-of-type(3):checked ~ .bigCard .pertama,
    .tipe input[type=checkbox]:nth-of-type(3):checked ~ .bigCard .kedua {
        width: 0;
        height: 0;
    }
    .tipe .jenis {
        flex-direction: column;
        padding: 0;
    }
    .tipe .jenis::before {
        background-position: right top;
    }
    .tipe label:nth-of-type(1) .jenis::before {
        background-image: url(asset/thumb_50x50_mobile.jpg);
    }
    .tipe label:nth-of-type(2) .jenis::before {
        background-image: url(asset/imgTipeMobile1.jpg);
    }
    .tipe label:nth-of-type(3) .jenis::before {
        background-image: url(asset/thumb_100x100_mobile.jpg);
    }

    .tipe .jenis .kiri {
        width: 0;
        height: 0;
    }
    .tipe input[type=checkbox]:nth-of-type(1):checked ~ .bigCard .pertama .kiri,
    .tipe input[type=checkbox]:nth-of-type(2):checked ~ .bigCard .kedua .kiri,
    .tipe input[type=checkbox]:nth-of-type(3):checked ~ .bigCard .ketiga .kiri {
        width: 100%;
        height: 75%;
    }

    .tipe .jenis .kanan {
        width: 100%;
        height: 100%;
    }
    .tipe input[type=checkbox]:nth-of-type(1):checked ~ .bigCard .pertama .kanan,
    .tipe input[type=checkbox]:nth-of-type(2):checked ~ .bigCard .kedua .kanan,
    .tipe input[type=checkbox]:nth-of-type(3):checked ~ .bigCard .ketiga .kanan {
        padding: 1.25rem;
        width: 100%;
        height: 100%;
    }
    .tipe .jenis .kanan #closeDetail {
        top: -68%;
        right: .7rem;
        width: 30px;
        height: 30px;
        font-size: 1.1rem;
        background: #fff;
        border-radius: 50%;
        z-index: 3;
    }
    .tipe .jenis .kanan .partikel {
        display: none;
    }

    .tipe .jenis .kanan .teks p:nth-of-type(1) {
        display: none;
    }
    .tipe .jenis .kanan .teks p:nth-of-type(2) {
        font-size: 1.6rem;
        margin-bottom: .25rem;
    }
    .tipe .jenis .kanan .teks p:nth-of-type(3) {
        width: 65%;
        font-size: 1rem;
        transition: width .2s ease-in-out;
    }
    .tipe input[type=checkbox]:nth-of-type(1):checked ~ .bigCard .pertama .kanan .teks p:nth-of-type(3),
    .tipe input[type=checkbox]:nth-of-type(2):checked ~ .bigCard .kedua .kanan .teks p:nth-of-type(3),
    .tipe input[type=checkbox]:nth-of-type(3):checked ~ .bigCard .ketiga .kanan .teks p:nth-of-type(3) {
        width: 100%;
    }
    .tipe .jenis .kanan .list {
        gap: .85rem;
        font-size: 1rem;
        margin-top: 1.25rem;
    }
    .tipe .jenis .kanan .tombol {
        text-align: left;
    }
    .tipe input[type=checkbox]:nth-of-type(1):checked ~ .bigCard .pertama .kanan .tombol,
    .tipe input[type=checkbox]:nth-of-type(2):checked ~ .bigCard .kedua .kanan .tombol,
    .tipe input[type=checkbox]:nth-of-type(3):checked ~ .bigCard .ketiga .kanan .tombol {
        text-align: center;
    }
    .tipe .jenis .kanan .btnPrimary {
        width: auto;
        font-size: .9rem;
        padding: .35rem 1rem;
    }
    /* #endregion */

    /* #region LOKASI */
    .lokasi .info {
        padding: 0;
    }
    .lokasi .info .item {
        gap: 1rem;
    }
    .lokasi .info i {
        font-size: 1.6rem;
    }
    .lokasi .info p:nth-of-type(1) {
        font-size: 1rem;
    }
    .lokasi .info p:nth-of-type(2) {
        font-size: .9rem;
    }
    .lokasi .wrapPeta {
        width: 95%;
        padding: .5rem;
    }
    .lokasi #map {
        height: 400px;
    }
    /* #endregion */

    /* #region HUBUNGI */
    .hubungi .formulir {
        width: 95%;
    }
    .hubungi .kanan .teks {
        top: 4rem;
        left: unset;
        right: 3.5rem;
        width: 240px;
        height: 180px;
        padding: .5rem;
    }
    .hubungi .kanan .teks::before {
        top: -.6rem;
        left: -5rem;
        transform: rotateY(180deg);
    }
    /* #endregion */
}

/* SMALL (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    /* #region GLOBAL */
    *::-webkit-scrollbar {
        display: none;
    }
    
    .title {
        padding: 0 1rem;
        margin-bottom: 2rem;
    }
    .title p:nth-of-type(1) {
        font-size: 1.4rem;
    }
    .title p:nth-of-type(2) {
        font-size: 1rem;
    }
    /* #endregion */

    /* #region NAVBAR */
    .navbar {
        height: 5rem;
    }
    .navbar-brand {
        display: flex;
        align-items: center;
        height: 100%;
        padding: 0;
        margin-left: 1rem;
    }
    .navbar-brand #logo {
        width: 125px;
        height: auto;
    }
    .navbar .container-fluid {
        height: 100%;
        padding: 0;
    }
    .navbar-collapse {
        padding: .75rem 0;
        background-color: #012f1f;
    }
    .navbar-nav {
        align-items: flex-start;
        gap: 0;
        height: 100%;
    }
    .navbar-nav .nav-item {
        width: 100%;
        padding: .8rem 1.25rem;
    }
    .navbar-nav .nav-link {
        font-size: .9rem;
        padding: 0;
    }
    .darkSwitch {
        margin-left: 0;
    }

    #wrapToggler {
        display: none;
        position: absolute;
        top: .4rem;
        right: 0;
    }
    #navbar .navbar-toggler {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        padding: 0;
        margin-right: .75rem;
        background-color: transparent;
        box-shadow: none;
    }
    #navbar .navbar-toggler i {
        color: #cfcfcf;
        font-size: 1.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: #ED1C24;
    }
    /* #endregion */

    /* #region HEADER */
    .carousel-item .konten {
        align-items: center;
        text-align: center;
        padding: 1.5rem;
    }
    .carousel-item .konten h3 {
        font-size: 1.7rem;
        font-weight: 600;
        margin-top: 0;
        margin-bottom: 1rem;
    }
    .carousel-item .konten h1 {
        font-size: 3.6rem;
    }
    .carousel-item .konten h6 {
        font-size: 1.3rem;
        font-weight: 400;
        line-height: 1.6;
        margin-bottom: 3.5rem;
    }
    .carousel-item .konten .tombol {
        margin-bottom: 5rem;
    }
    .carousel-item .konten .tombol a {
        font-size: 1rem;
        padding: .6rem 1.25rem;
    }
    .carousel-item .konten p {
        top: unset;
        bottom: 16%;
        left: 2rem;
        right: unset;
        max-width: 300px;
        font-size: .95rem;
        text-align: left;
        padding-right: 0;
        padding-left: 1rem;
        border-left: 5px solid var(--sekunder);
        border-right: none;
    }
    .carousel-indicators {
        top: 8rem;
        margin: unset;
        right: 1.5rem;
    }
    .carousel-control-next-icon {
        bottom: 2rem;
        right: 1.5rem;
        font-size: 1.25rem;
        line-height: 2.3rem;
    }
    .mainHeader .partikel::before {
        width: 120px;
        height: 220px;
    }
    .mainHeader .partikel::after {
        top: -3rem;
        width: 140px;
        height: 140px;
    }
    /* #endregion */

    /* #region DESTINASI */
    .destinasi .wrap {
        flex-direction: column;
    }
    .destinasi .teks {
        width: 100%;
        padding: 0 1rem;
    }
    .destinasi .teks p {
        font-size: 1rem;
        text-align: center;
        margin-bottom: 1.5rem;
    }
    .destinasi .listTab {
        flex-direction: row;
        flex-wrap: wrap;
        gap: .75rem 0;
    }
    .destinasi .listTab label {
        flex-direction: column;
        width: 25%;
        gap: 0;
        font-size: .95rem;
        text-align: center;
        padding: .5rem;
    }
    .destinasi .listTab label div {
        width: 100%;
        height: auto;
        text-align: center;
        margin-bottom: .25rem;
    }
    .destinasi .listTab label div::before {
        display: none;
    }
    .destinasi .listTab label i {
        font-size: 1.2rem;
        line-height: auto;
    }
    .destinasi input[type=radio]:nth-of-type(1):checked ~ .teks .listTab label:nth-of-type(1) i,
    .destinasi input[type=radio]:nth-of-type(2):checked ~ .teks .listTab label:nth-of-type(2) i,
    .destinasi input[type=radio]:nth-of-type(3):checked ~ .teks .listTab label:nth-of-type(3) i,
    .destinasi input[type=radio]:nth-of-type(4):checked ~ .teks .listTab label:nth-of-type(4) i {
        color: var(--primer);
    }
    
    .destinasi .gambar {
        padding: 0 1rem;
        width: 100%;
    }
    .destinasi .swiper-slide {
        position: relative;
        height: 400px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        overflow: hidden;
    }
    .destinasi .swiper-slide .info p:nth-of-type(1) {
        font-size: 1.25rem;
    }
    .destinasi .swiper-slide .info p:nth-of-type(2) {
        font-size: 1rem;
    }
    .destinasi .miniPartikel {
        bottom: 2%;
        left: 20%;
    }
    /* #endregion */

    /* #region TIPE */
    .tipe {
        padding: 8rem .25rem;
    }
    .tipe .bigCard {
        flex-direction: column;
    }
    .tipe .wrap {
        width: 90%;
        height: 28vh;
    }
    .tipe input[type=checkbox]:nth-of-type(1):checked ~ .bigCard .pertama,
    .tipe input[type=checkbox]:nth-of-type(2):checked ~ .bigCard .kedua,
    .tipe input[type=checkbox]:nth-of-type(3):checked ~ .bigCard .ketiga {
        width: 90%;
        height: 84vh;
    }
    .tipe input[type=checkbox]:nth-of-type(1):checked ~ .bigCard .kedua,
    .tipe input[type=checkbox]:nth-of-type(1):checked ~ .bigCard .ketiga,
    .tipe input[type=checkbox]:nth-of-type(2):checked ~ .bigCard .pertama,
    .tipe input[type=checkbox]:nth-of-type(2):checked ~ .bigCard .ketiga,
    .tipe input[type=checkbox]:nth-of-type(3):checked ~ .bigCard .pertama,
    .tipe input[type=checkbox]:nth-of-type(3):checked ~ .bigCard .kedua {
        width: 0;
        height: 0;
    }
    .tipe .jenis {
        flex-direction: column;
        padding: 0;
    }
    .tipe .jenis::before {
        background-position: right top;
    }
    .tipe label:nth-of-type(1) .jenis::before {
        background-image: url(asset/thumb_50x50_mobile.jpg);
    }
    .tipe label:nth-of-type(2) .jenis::before {
        background-image: url(asset/imgTipeMobile1.jpg);
    }
    .tipe label:nth-of-type(3) .jenis::before {
        background-image: url(asset/thumb_100x100_mobile.jpg);
    }

    .tipe .jenis .kiri {
        width: 0;
        height: 0;
    }
    .tipe input[type=checkbox]:nth-of-type(1):checked ~ .bigCard .pertama .kiri,
    .tipe input[type=checkbox]:nth-of-type(2):checked ~ .bigCard .kedua .kiri,
    .tipe input[type=checkbox]:nth-of-type(3):checked ~ .bigCard .ketiga .kiri {
        width: 100%;
        height: 73%;
    }

    .tipe .jenis .kanan {
        width: 100%;
        height: 100%;
    }
    .tipe input[type=checkbox]:nth-of-type(1):checked ~ .bigCard .pertama .kanan,
    .tipe input[type=checkbox]:nth-of-type(2):checked ~ .bigCard .kedua .kanan,
    .tipe input[type=checkbox]:nth-of-type(3):checked ~ .bigCard .ketiga .kanan {
        padding: 1.25rem;
        width: 100%;
        height: 100%;
    }
    .tipe .jenis .kanan #closeDetail {
        top: -68%;
        right: .7rem;
        width: 30px;
        height: 30px;
        font-size: 1.1rem;
        background: #fff;
        border-radius: 50%;
        z-index: 3;
    }
    .tipe .jenis .kanan .partikel {
        display: none;
    }

    .tipe .jenis .kanan .teks p:nth-of-type(1) {
        display: none;
    }
    .tipe .jenis .kanan .teks p:nth-of-type(2) {
        font-size: 1.6rem;
        margin-bottom: .25rem;
    }
    .tipe .jenis .kanan .teks p:nth-of-type(3) {
        width: 60%;
        font-size: .9rem;
        transition: width .2s ease-in-out;
    }
    .tipe input[type=checkbox]:nth-of-type(1):checked ~ .bigCard .pertama .kanan .teks p:nth-of-type(3),
    .tipe input[type=checkbox]:nth-of-type(2):checked ~ .bigCard .kedua .kanan .teks p:nth-of-type(3),
    .tipe input[type=checkbox]:nth-of-type(3):checked ~ .bigCard .ketiga .kanan .teks p:nth-of-type(3) {
        width: 100%;
    }
    .tipe .jenis .kanan .list {
        gap: .85rem;
        font-size: 1rem;
        margin-top: 1.25rem;
    }
    .tipe .jenis .kanan .tombol {
        text-align: left;
    }
    .tipe input[type=checkbox]:nth-of-type(1):checked ~ .bigCard .pertama .kanan .tombol,
    .tipe input[type=checkbox]:nth-of-type(2):checked ~ .bigCard .kedua .kanan .tombol,
    .tipe input[type=checkbox]:nth-of-type(3):checked ~ .bigCard .ketiga .kanan .tombol {
        text-align: center;
    }
    .tipe .jenis .kanan .btnPrimary {
        width: auto;
        font-size: .9rem;
        padding: .35rem 1rem;
    }
    /* #endregion */

    /* #region LOKASI */
    .lokasi {
        padding: 8rem .25rem;
    }
    .lokasi .info {
        display: none;
    }
    .lokasi .wrapPeta {
        width: 90%;
        padding: .5rem;
        margin-top: 4rem;
    }
    .lokasi #map {
        height: 550px;
    }
    .lokasi .wrapPeta .btnPrimary {
        bottom: 2.5rem;
        left: 2rem;
        right: unset;
        font-size: .9rem;
    }
    .lokasi .partikel {
        top: -5rem;
    }
    .lokasi .partikel::before {
        top: 0;
        width: 160px;
        height: 160px;
        opacity: .4;
    }
    .lokasi .partikel::after {
        top: 3.5rem;
        right: 1.5rem;
        width: 110px;
        height: 110px;
    }
    .lokasi .miniPartikel {
        bottom: -9%;
    }
    /* #endregion */

    /* #region HUBUNGI */
    .hubungi .formulir {
        grid-template-columns: 100%;
        gap: 0;
        width: 100%;
        height: fit-content;
    }
    .hubungi .formulir::after {
        top: unset;
        bottom: 0;
        width: 100%;
        height: 60%;
    }
    .hubungi .formulir::before {
        top: unset;
        bottom: 0;
        width: 100%;
        height: 70%;
        background: linear-gradient(to bottom, #F7FCF8, #cde8d3, #2bb740a7);
    }
    .hubungi .kiri {
        justify-content: flex-start;
        align-items: center;
        padding: 3rem 1rem 1rem 1rem;
    }
    .hubungi .kiri img {
        display: none;
    }
    .hubungi .kiri .title {
        text-align: center;
        margin-bottom: 1.5rem;
    }
    .hubungi .kiri .title p:nth-of-type(2) {
        font-size: 1rem;
    }

    .hubungi .kanan {
        height: 430px;
    }
    .hubungi .kanan .teks {
        top: 3rem;
        left: unset;
        right: 10%;
    }
    /* #endregion */

    /* #region FOOTER */
    footer img {
        width: 160px;
        height: auto;
        margin-bottom: 2rem;
    }
    footer p:nth-of-type(1) {
        font-size: .9rem;
    }
    footer p:nth-of-type(2) {
        font-size: 1rem;
    }
    /* #endregion */
}

/* X-SMALL (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    /* #region GLOBAL */
    *::-webkit-scrollbar {
        display: none;
    }
    
    .title {
        padding: 0 1rem;
        margin-bottom: 2rem;
    }
    .title p:nth-of-type(1) {
        font-size: 1.4rem;
    }
    .title p:nth-of-type(2) {
        font-size: 1rem;
    }
    /* #endregion */

    /* #region NAVBAR */
    .navbar {
        height: 5rem;
    }
    .navbar-brand {
        display: flex;
        align-items: center;
        height: 100%;
        padding: 0;
        margin-left: 1rem;
    }
    .navbar-brand #logo {
        width: 125px;
        height: auto;
    }
    .navbar .container-fluid {
        height: 100%;
        padding: 0;
    }
    .navbar-collapse {
        padding: .75rem 0;
        background-color: #012f1f;
    }
    .navbar-nav {
        align-items: flex-start;
        gap: 0;
        height: 100%;
    }
    .navbar-nav .nav-item {
        width: 100%;
        padding: .8rem 1.25rem;
    }
    .navbar-nav .nav-link {
        font-size: .9rem;
        padding: 0;
    }
    .darkSwitch {
        margin-left: 0;
    }

    #wrapToggler {
        display: none;
        position: absolute;
        top: .4rem;
        right: 0;
    }
    #navbar .navbar-toggler {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        padding: 0;
        margin-right: .75rem;
        background-color: transparent;
        box-shadow: none;
    }
    #navbar .navbar-toggler i {
        color: #cfcfcf;
        font-size: 1.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: #ED1C24;
    }
    /* #endregion */

    /* #region HEADER */
    .carousel-item .konten {
        align-items: center;
        text-align: center;
        padding: 1.5rem;
    }
    .carousel-item .konten h3 {
        font-size: 1.5rem;
        font-weight: 600;
        margin-top: 0;
        margin-bottom: 1rem;
    }
    .carousel-item .konten h1 {
        font-size: 3.3rem;
    }
    .carousel-item .konten h6 {
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 1.6;
        margin-bottom: 3.5rem;
    }
    .carousel-item .konten .tombol {
        margin-bottom: 5rem;
    }
    .carousel-item .konten .tombol a {
        font-size: 1rem;
        padding: .6rem 1.25rem;
    }
    .carousel-item .konten p {
        top: unset;
        bottom: 16%;
        left: 2rem;
        right: unset;
        max-width: 300px;
        font-size: .85rem;
        text-align: left;
        padding-right: 0;
        padding-left: 1rem;
        border-left: 5px solid var(--sekunder);
        border-right: none;
    }
    .carousel-indicators {
        top: 8rem;
        margin: unset;
        right: 1.5rem;
    }
    .carousel-control-next-icon {
        bottom: 2rem;
        right: 1.5rem;
        font-size: 1.25rem;
        line-height: 2.3rem;
    }
    .mainHeader .partikel::before {
        width: 120px;
        height: 220px;
    }
    .mainHeader .partikel::after {
        top: -3rem;
        width: 140px;
        height: 140px;
    }
    /* #endregion */

    /* #region DESTINASI */
    .destinasi .wrap {
        flex-direction: column;
    }
    .destinasi .teks {
        width: 100%;
        padding: 0 1rem;
    }
    .destinasi .teks p {
        font-size: 1rem;
        text-align: center;
        margin-bottom: 1.5rem;
    }
    .destinasi .listTab {
        flex-direction: row;
        flex-wrap: wrap;
        gap: .75rem 0;
    }
    .destinasi .listTab label {
        flex-direction: column;
        width: 50%;
        gap: 0;
        font-size: .95rem;
        text-align: center;
        padding: .5rem;
    }
    .destinasi .listTab label div {
        width: 100%;
        height: auto;
        text-align: center;
        margin-bottom: .25rem;
    }
    .destinasi .listTab label div::before {
        display: none;
    }
    .destinasi .listTab label i {
        font-size: 1.2rem;
        line-height: auto;
    }
    .destinasi input[type=radio]:nth-of-type(1):checked ~ .teks .listTab label:nth-of-type(1) i,
    .destinasi input[type=radio]:nth-of-type(2):checked ~ .teks .listTab label:nth-of-type(2) i,
    .destinasi input[type=radio]:nth-of-type(3):checked ~ .teks .listTab label:nth-of-type(3) i,
    .destinasi input[type=radio]:nth-of-type(4):checked ~ .teks .listTab label:nth-of-type(4) i {
        color: var(--primer);
    }
    
    .destinasi .gambar {
        padding: 0 1rem;
        width: 100%;
    }
    .destinasi .swiper-slide {
        position: relative;
        height: 300px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        overflow: hidden;
    }
    .destinasi .swiper-slide .info p:nth-of-type(1) {
        font-size: 1.25rem;
    }
    .destinasi .swiper-slide .info p:nth-of-type(2) {
        font-size: 1rem;
    }
    .destinasi .miniPartikel {
        bottom: 2%;
        left: 20%;
    }
    /* #endregion */

    /* #region TIPE */
    .tipe {
        padding: 8rem .25rem;
    }
    .tipe .bigCard {
        flex-direction: column;
    }
    .tipe .wrap {
        width: 100%;
        height: 30vh;
    }
    .tipe input[type=checkbox]:nth-of-type(1):checked ~ .bigCard .pertama,
    .tipe input[type=checkbox]:nth-of-type(2):checked ~ .bigCard .kedua,
    .tipe input[type=checkbox]:nth-of-type(3):checked ~ .bigCard .ketiga {
        width: 100%;
        height: 90vh;
    }
    .tipe input[type=checkbox]:nth-of-type(1):checked ~ .bigCard .kedua,
    .tipe input[type=checkbox]:nth-of-type(1):checked ~ .bigCard .ketiga,
    .tipe input[type=checkbox]:nth-of-type(2):checked ~ .bigCard .pertama,
    .tipe input[type=checkbox]:nth-of-type(2):checked ~ .bigCard .ketiga,
    .tipe input[type=checkbox]:nth-of-type(3):checked ~ .bigCard .pertama,
    .tipe input[type=checkbox]:nth-of-type(3):checked ~ .bigCard .kedua {
        width: 0;
        height: 0;
    }
    .tipe .jenis {
        flex-direction: column;
        padding: 0;
    }
    .tipe .jenis::before {
        background-position: right top;
    }
    .tipe label:nth-of-type(1) .jenis::before {
        background-image: url(asset/thumb_50x50_mobile.jpg);
    }
    .tipe label:nth-of-type(2) .jenis::before {
        background-image: url(asset/imgTipeMobile1.jpg);
    }
    .tipe label:nth-of-type(3) .jenis::before {
        background-image: url(asset/thumb_100x100_mobile.jpg);
    }

    .tipe .jenis .kiri {
        width: 0;
        height: 0;
    }
    .tipe input[type=checkbox]:nth-of-type(1):checked ~ .bigCard .pertama .kiri,
    .tipe input[type=checkbox]:nth-of-type(2):checked ~ .bigCard .kedua .kiri,
    .tipe input[type=checkbox]:nth-of-type(3):checked ~ .bigCard .ketiga .kiri {
        width: 100%;
        height: 73%;
    }

    .tipe .jenis .kanan {
        width: 100%;
        height: 100%;
    }
    .tipe input[type=checkbox]:nth-of-type(1):checked ~ .bigCard .pertama .kanan,
    .tipe input[type=checkbox]:nth-of-type(2):checked ~ .bigCard .kedua .kanan,
    .tipe input[type=checkbox]:nth-of-type(3):checked ~ .bigCard .ketiga .kanan {
        padding: 1.25rem;
        width: 100%;
        height: 100%;
    }
    .tipe .jenis .kanan #closeDetail {
        top: -68%;
        right: .7rem;
        width: 30px;
        height: 30px;
        font-size: 1.1rem;
        background: #fff;
        border-radius: 50%;
        z-index: 3;
    }
    .tipe .jenis .kanan .partikel {
        display: none;
    }

    .tipe .jenis .kanan .teks p:nth-of-type(1) {
        display: none;
    }
    .tipe .jenis .kanan .teks p:nth-of-type(2) {
        font-size: 1.6rem;
        margin-bottom: .25rem;
    }
    .tipe .jenis .kanan .teks p:nth-of-type(3) {
        width: 60%;
        font-size: .9rem;
        transition: width .2s ease-in-out;
    }
    .tipe input[type=checkbox]:nth-of-type(1):checked ~ .bigCard .pertama .kanan .teks p:nth-of-type(3),
    .tipe input[type=checkbox]:nth-of-type(2):checked ~ .bigCard .kedua .kanan .teks p:nth-of-type(3),
    .tipe input[type=checkbox]:nth-of-type(3):checked ~ .bigCard .ketiga .kanan .teks p:nth-of-type(3) {
        width: 100%;
    }
    .tipe .jenis .kanan .list {
        gap: .85rem;
        font-size: 1rem;
        margin-top: 1.25rem;
    }
    .tipe .jenis .kanan .tombol {
        text-align: left;
    }
    .tipe input[type=checkbox]:nth-of-type(1):checked ~ .bigCard .pertama .kanan .tombol,
    .tipe input[type=checkbox]:nth-of-type(2):checked ~ .bigCard .kedua .kanan .tombol,
    .tipe input[type=checkbox]:nth-of-type(3):checked ~ .bigCard .ketiga .kanan .tombol {
        text-align: center;
    }
    .tipe .jenis .kanan .btnPrimary {
        width: auto;
        font-size: .9rem;
        padding: .35rem 1rem;
    }
    /* #endregion */

    /* #region LOKASI */
    .lokasi {
        padding: 8rem .25rem;
    }
    .lokasi .info {
        display: none;
    }
    .lokasi .wrapPeta {
        width: 100%;
        padding: .5rem;
        margin-top: 4rem;
    }
    .lokasi #map {
        height: 550px;
    }
    .lokasi .wrapPeta .btnPrimary {
        bottom: 2.5rem;
        left: 2rem;
        right: unset;
        font-size: .9rem;
    }
    .lokasi .partikel {
        top: -5rem;
    }
    .lokasi .partikel::before {
        top: 0;
        width: 160px;
        height: 160px;
        opacity: .4;
    }
    .lokasi .partikel::after {
        top: 3.5rem;
        right: 1.5rem;
        width: 110px;
        height: 110px;
    }
    .lokasi .miniPartikel {
        bottom: -9%;
    }
    /* #endregion */

    /* #region HUBUNGI */
    .hubungi .formulir {
        grid-template-columns: 100%;
        gap: 0;
        width: 100%;
        height: fit-content;
    }
    .hubungi .formulir::after {
        top: unset;
        bottom: 0;
        width: 100%;
        height: 60%;
    }
    .hubungi .formulir::before {
        top: unset;
        bottom: 0;
        width: 100%;
        height: 70%;
        background: linear-gradient(to bottom, #F7FCF8, #cde8d3, #2bb740a7);
    }
    .hubungi .kiri {
        justify-content: flex-start;
        align-items: center;
        padding: 3rem 1rem 1rem 1rem;
    }
    .hubungi .kiri img {
        display: none;
    }
    .hubungi .kiri .title {
        text-align: center;
        margin-bottom: 1.5rem;
    }
    .hubungi .kiri .title p:nth-of-type(2) {
        font-size: 1rem;
    }

    .hubungi .kanan {
        height: 430px;
    }
    .hubungi .kanan .teks {
        top: 3rem;
        left: unset;
        right: 3.5rem;
        width: 240px;
        height: 180px;
        padding: .5rem;
    }
    .hubungi .kanan .teks::before {
        top: -.6rem;
        left: -5rem;
        transform: rotateY(180deg);
    }
    .hubungi .kanan a {
        padding: .5rem 1rem;
    }
    /* #endregion */

    /* #region FOOTER */
    footer img {
        width: 160px;
        height: auto;
        margin-bottom: 2rem;
    }
    footer p:nth-of-type(1) {
        font-size: .9rem;
    }
    footer p:nth-of-type(2) {
        font-size: 1rem;
    }
    /* #endregion */
}