* {
    font-family: 'Poppins', sans-serif;
}

.banner {
    position: relative;
}

.btn-form-pemesanan {
    visibility: hidden;
    color: white;
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.swiper-img {
    width: 100%;
}

.form-pemesanan {
    position: absolute;
    z-index: 1;
    width: 350px;
    top: 150px;
    right: 150px;
}

.my-nav {
    background: #843706;
}

.pengertian-img {
    width: 100%;
    height: 100vh;
}

.pengertian-text {
    color: white;
    position: absolute;
    bottom: 80px;
    right: 200px;
    text-align: right;
}

.wadah-jelajahi {
    position: relative;
}

.jelajahi-img {
    width: 100%;
    height: 50vh;
}

.jelajahi-text {
    width: 100%;
    height: 20vh;
    position: absolute;
    /* background: rgba(133, 55, 6, 0.4); */
    color: white;
    text-align: right;
    padding-right: 120px;
    bottom: 0;
}

.my-card {
    background: #FFF1DB;
    color: #843706;
    border: none;
    width: 600px;
}

.layanan {
    /* height: 100vh; */
}

.my-text-color {
    color: #843706;
}

.my-secondary-text {
    color: #FFF1DB;
}

.perjalanan-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* height: 100vh; */ 
    z-index: -1;
}

.perjalanan {
    position: relative;
    height: 105vh; 
}

.perjalanan h6 {
    font-size: 40px;
    margin-top: 50px;
}

.foto-testimoni {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

@media only screen and (max-width: 768px) {
    .text-keranjang {
        display: none;
    }

    .btn-form-pemesanan {
        visibility: visible;
    }

    .form-pemesanan {
        display: none;
    }

    .swiper-img {
        height: 100%;
        margin-top: 60px;
    }

    .pengertian-img {
        height: 30vh;
    }

    .jelajahi-img {
        height: 20vh;
    }

    .ket-jelajahi-text {
        position: absolute;
        bottom: 20px;
        right: 20px;
        font-size: 25px;
    }

    .p1 {
        display: inline;
        font-size: 10px;
    }
    .p2 {
        display: inline;
        font-size: 10px;
    }
    .p3 {
        display: inline;
        font-size: 10px;
    }

    .pesta {
        margin-left: 25%;
    }
    .pemesanan {
        margin-left: 20%;
    }
    .pertemuan {
        margin-left: 20%;
    }

    .pengertian-text {
        bottom: 0px;
        right: 20px;
        text-align: right;
    }

    .my-card {
        width: 300px;
    }

    .berita-img {
        height: 100px;
    }

    .perjalanan {
        height: 28vh;
    }

    .perjalanan-img {
        margin-top: 20px;
        /* width: 100%; */
    }

    .perjalanan h6 {
        font-size: 15px;
        margin-top: 20px !important;
    }

    .ket-jelajahi-text {
        font-size: 20px;
    }
}