@keyframes appear {
    from {
        opacity: 0;
        scale: 0.5;
    }

    to {
        opacity: 1;
        scale: 1;
    }
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
    font-family: "Poppins";

}

.block {
    animation: appear linear;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
}

.header {
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(1, 9, 17, 0.892), rgba(45, 103, 165, 0.475)), url(pandawa-img/young-couple-standing-temple-gates-holding-hands-each-other-lempuyang-luhur-temple-bali-indonesia-vintage-tone.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;

}

.logo5 {
    width: 460px;
    height: 220px;
    padding: 5px 2px;
    position: relative;
    bottom: 75px;
}

nav {
    display:
        flex;

}

.nav-links {
    margin: 20px;
    flex: 1;
    text-align: right;
}

nav ul li {
    list-style: none;
    display: inline-block;
    padding: 8px 8px;
    position: relative;
}

nav ul li a {
    text-decoration: none;
    color: #ffff;
}

nav ul li a::after {
    content: '';
    width: 0%;
    height: 2px;
    background: #BFECFF;
    margin: auto;
    display: block;
    transition: 0.4s;
}

nav ul li a:hover::after {
    width: 100%;
    text-align: center;
}



.booknow {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 34px;
    font-size: 15px;
    background: transparent;
    font-weight: bold;
}

.booknow:hover {
    border: 1px solid #D76C82;
    background-color: #D76C82;
    transition: .5s;
}

nav .fa {
    width: 20px;
    height: 20px;
    color: #fff;
    display: none;
}

.menu {
    margin-top: 20px;
    width: 200px;
    height: 200px;
    color: #fff;
}

.text-box {
    text-align: center;
}

.text-box h1 {
    color: #BFECFF;
    font-size: 60px;
    font-weight: 600;
    letter-spacing: 2px;
}

.text-box p {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    margin: 10px 0px;
}

.btn-header {
    text-decoration: none;
    color: #fff;
    border: .5px solid #fff;
    padding: 10px 30px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    top: 15px;
}

.indo-ver-wrap {
    text-align: center;
    width: 100%;
    margin-top: 40px;
}

.btn-header:hover {
    border: .5px solid #D76C82;
    background-color: #D76C82;
    transition: .3s ease-in-out;
}

@media (min-width : 768px) and (max-width : 992px) {




    .balitour-wrapper {
        display: flex;
        flex-direction: column;
    }

    .thereason {
        margin-top: 60px;
    }

    .thereason div img {
        width: 150px;
        height: 150px;
    }

    .thereason h4 {
        font-size: 20px;
    }

    .gallery-col {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 900px;
        margin-bottom: 60px;
    }
}


@media (max-width : 600px) {
    body {
        overflow-x: none;
    }

    .text-box h1 {
        font-size: 20px;
    }

    .text-box p {
        font-size: 13px;
    }

    .btn-header {
        font-size: 15px;
        border: 1px solid #fff;
    }

    .header {
        width: 100%;
        background-position: center;
        min-height: 400px;

    }

    .menu {
        position: relative;
        left: 100px;
    }

    .logo5 {
        width: 200px;
        height: 100px;
        position: relative;
        bottom: 30px;
    }

    .nav-links ul li {
        display: block;
    }

    .booknow {
        font-size: 10px;
        padding: 6px 17px;
        position: relative;
        left: 135px;
        bottom: 30px;

    }

    .booknow:hover {
        border: 1px solid #D76C82;
        background-color: #D76C82;
        transition: .5s;
    }

    .nav-links {
        margin: 0;
        padding: 0;
        position: absolute;
        background-color: #D76C82;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 100;
        transition: .5s;
    }

    nav .fa {
        display: block;
        color: #fff;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }

    .nav-links ul {
        padding: 30px;
    }

    .scroll-bar {
        position: absolute;
        bottom: 50px;
        right: 200px;
        z-index: 100;
        display: block;
    }


}






/* about */

.about {
    width: 100%;
    height: 75vh;
    background-color: #fff;
    text-align: center;
}

.p-about-home {
    margin-top: 30px;
}

.about img {
    width: 200px;
    height: 200px;
}

@media (max-width : 600px) {
    .about {
        height: 90vh;
    }

    .p-about-home {
        margin-top: 60px;
        font-size: 12px;
    }
}


/* why choose us?  */


.reason {
    width: 100%;
    height: 400px;
    background-color: #D76C82;
    color: white;
}

.h1-reason {
    text-align: center;
    margin-bottom: 20px;
    padding-top: 20px;
}

.thereason {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.thereason img {
    width: 200px;
    height: 200px;
}

.thereason div {
    text-align: center;
}

@media (max-width: 600px) {

    .reason {
        min-height: 1050px;
    }

    .thereason {
        display: flex;
        flex-direction: column;
    }



    .h1-reason {
        font-size: 30px;
        font-weight: bold;
    }

}


/* course */
.course {
    width: 100%;
    min-height: 200vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.course-title {
    margin-top: 80px;
    border: .5px solid black;
    border-radius: 50px;
    padding: 10px 30px;
    font-size: 50px;
    font-weight: 600;
}

.card-home {
    height: 450px;
    margin-top: 60px;
    margin-left: 30px;
    margin-right: 30px;
    padding-bottom: 30px;
}

.card-home button {
    margin-bottom: 30px;
}

.card-home h2 {
    font-size: 30px;
    font-weight: bold;
}



.honeymoon-title-home {
    color: #fff;
    background-color: #F29F58;
    padding: 10px 30px;
    font-size: 40px;
    border-radius: 50px;
}

@media (max-width : 600px) {
    .honeymoon-title-home {
        margin-top: 40px;
        font-size: 25px;
    }

    .course-title {
        font-size: 40px;
    }
}

/* contact us */
.contact {
    width: 100%;
    height: 80px;
    background-color: #BFECFF;
    margin-top: 20px;
    background-image: url(pandawa-img/coastline-bali.jpg);
    background-position: center;
    overflow: hidden;
    margin-bottom: 20px;
}

.text-contact {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
}

.text-contact {
    color: #F5F5F7;
    padding-left:
        20px;
    padding-bottom: 12px;
    font-size: 20px;
    transition: ease-in .5s;
}

.contact-button {
    position: relative;
    right: 20px;
    bottom: 5px;
    text-decoration: none;
    border: 1.5px solid #F5F5F7;
    padding: 5px 10px;
    border-radius: 10px;
    color: #F5F5F7;
    font-weight: bold;
    font-size: 30px;
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
}

.contact-button:hover {
    background-color: #D76C82;
    color: #F5F5F7;
    transition: ease-in-out .3s;
    padding: 5px 10px;
    border: .5px solid #D76C82;
}

@media (max-width : 600px) {
    .contact {
        height: 150px;
        min-height: 30px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .text-h1 {
        font-size: 18px;
        width: 200px;
    }

    .text-contact .contact-button {
        font-size: 15px;
        padding: 3px 6px;
    }

}

/* gallery */

.gallery {
    min-height: 100vh;
}

.gallery h1 {
    text-align: center;
    margin-top: 40px;
    font-size: 50px;
    font-weight: 600;
}


/* g maps */
.iframediv {
    width: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

iframe {
    width: 1800px;
    height: 300px;
}

/* footer */
.footer {
    width: 100%;
    height: 400px;
    background-image: linear-gradient(rgba(13, 146, 224, 0.8), rgba(13, 146, 224, 0.6)), url(pandawa-img/uluwatu-temple-pura-luhur-uluwatu-is-balinese-hindu-sea-temple-located-uluwatu-it-is-renowned-its-magnificent-location-perched-top-cliff.jpg);
    background-position: center;
    color: #fff;
    overflow: hidden;
}

.line1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.address-sosmed {
    display: flex;
    margin-right: 50px;
    margin-top: 20px;
}

.address {
    margin-right: 70px;
}

.line1 h1 {
    font-size: 25px;
    font-weight: bold;
}

.pandawa5logo-footer {
    width: 150px;
    height: 150px;
    margin-left: 20px;
    margin-top: 10px;
}

.line1-2 {
    display: flex;
}

.under-asita p {
    margin-top: 60px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}

.logo-asita img {
    margin-top: 10px;
    width: 200px;
    height: 150px;
}

.line2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.under-sosmed img {
    width: 35px;
    height: 35px;
    position: relative;
    right: 40px;
    bottom: 100px;
}

.under-logo {
    margin-top: 20px;
    margin-left: 50px;
    font-size: 17px;
}

.under-logo a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size:25px;
    
}
.under-logo a:hover {
    color: #D76C82;
    transition: .3s ease-in-out;
    background-color: #fff;
    border-radius: 15px;
    padding: 2px 7px;
    
}



.scroll-bar {
    width: 50px;
    height: 50px;
    background-color: #BFECFF;
    border-radius: 50%;
    position: fixed;
    z-index: 50;
    left: 1450px;
    top: 600px;
}

.scroll-bar img {
    width: 50px;
    height: 50px;
}

.asita-mobile {
    display: none;
}

@media (min-width : 768px) and (max-width : 992px) {
    .line1-2 {
        display: none;
    }

    .asita-mobile {
        display: block;
    }

    .footer {
        height: 500px;
    }
}

@media (max-width : 600px) {

    .under-logo a {
        font-size: 15px;
    }

    .under-logo p {
        font-size: 10px;
    }

    .under-logo p {
        font-size: 10px;
    }

    .asita-mobile {
        display: block;
    }

    .logo-asita-mobile img {
        width: 200px;
        height: 160px;
    }

    .logo-asita-mobile p {
        font-size: 15px;
        margin-top: 40px;
        letter-spacing: 1px;
        font-weight: 600;
    }

    .footer {
        height: 550px;
    }

    .under-asita p {
        margin-top: 60px;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 1px;
        display: none;

    }

    .logo-asita img {
        margin-top: 10px;
        width: 100px;
        height: 80px;
        display: none;
    }



    .pandawa5logo-footer {
        width: 80px;
        height: 80px;
    }

    .address-sosmed {
        flex-direction: column;
        position: relative;
        left: 100px;
        font-size: 15px;
    }

    .under-logo {
        position: relative;
        bottom: 30px;
        right: 40px;
        font-size: 11px;
    }

    .under-sosmed {
        display: flex;
        position: relative;
        top: 100px;
        left: 20px;
    }

    .under-sosmed-logo {
        margin-left: 8px;
    }
}

/* ABOUT.HTML  */

about.html {
    overflow-y: hidden;
}

.header-about {
    font-family: "Poppins";
    width: 100%;
    height: 180px;
    background-image: linear-gradient(rgba(2, 25, 39, 0.914), rgba(40, 150, 213, 0.541)), url(pandawa-img/coastline-bali.jpg);
    font-family: "Poppins";
    background-position: bottom;
    overflow: hidden;
    background-position: center
}

.about-title {
    position: relative;
    bottom: 170px;
    left: 43%;
    color: #fff;
    font-size: 30px;
}

.underline-about2 {
    width: 100px;
    height: 3px;
    background-color: #BFECFF;
    position: relative;
    left: 53px;
    top: -5px;
}

.text1-about {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.text1-about p {
    width: 500px;
    margin-right: 30px;
}

.img-about {
    width: 550px;
    height: 450px;
    border-radius: 40px;
}

.text2-about {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 70px;
}

.text2-about h1 {
    text-align: center;
}

.why-about {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    right: 15px;
    margin-top: 40px;
}

.thereason-about {
    margin-left: 30px;
}

.reason1-about {
    margin-bottom: 20px;
}

.reason1-about h2 {
    color: #80C4E9;
}

.text2-about {
    text-align: center;
}

.text2-about h1 {
    font-size: 48px;
}

.p-about {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    font-size: 20px;
}

.text2-about p {
    width: 600px;
    display: flex;
}

.contact-about {
    margin-top: 30px;
    margin-bottom: 30px;
}

.img-about2 {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 100px;
    margin-bottom: 50px;
}

.col1-about {
    width: 300px;
    height: 400px;
    border-radius: 10px;
    margin-right: 25px;

}

@media (min-width : 768px) and (max-width : 992px) {
    .text1-about {
        font-size: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .img-about {
        margin-top: 60px;
    }

    .why-about {
        display: flex;
        flex-direction: column;
        font-size: 13px;
        align-items: center;
    }

    .why-about h1 {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .imgrow-about {
        display: flex;
        flex-direction: column;
    }

    .imgrow-about img {
        width: 500px;
        margin-bottom: 20px;
    }

    .about-title {
        text-align: center;
        position: relative;
        left: 10px;
    }

    .underline-about2 {
        display: none;
    }
}

@media (max-width : 600px) {
    .underline-about2 {
        display: none;
    }

    .about-title {
        text-align: center;
        position: relative;
        left: 10px;
        bottom: 40px;

    }

    .img-about {
        width: 350px;
        height: 175px;
        border-radius: 10px;
        margin-top: 30px;

    }

    .text1-about {
        flex-direction: column;
        display: flex;
        align-items: center;
    }

    .text1-about h1 {
        font-size: 20px;
        margin-bottom: 10px;
        position: relative;
        left: 35px;
    }

    .text1-about p {
        font-size: 10px;
        flex-direction: column;
        width: 320px;
        position: relative;
        left: 20px;
        text-align: center;
    }

    .why-about {
        flex-direction: column;
        position: relative;
        bottom: 0px;
    }

    .why-about h1 {
        text-align: center;
        margin-bottom: 15px;
        font-size: 35px;
    }

    .p-about p {
        font-size: 15px;
        width: 300px;
    }

    .reason1-about h2 {
        font-size: 18px;
    }

    .reason1-about p {
        font-size: 13px;
    }

    .imgrow-about {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
        bottom: 50px;
    }

    .col1-about {
        width: 300px;
        height: 200px;
        margin-top: 30px;
    }

    .contact-about {
        min-height: 30px;
    }

    .text-h1-contact {
        font-size: 18px;
        width: 200px;
    }

    .text-contact .contact-button {
        font-size: 15px;
        padding: 3px 6px;
    }

    .under-logo-about {
        position: relative;
        bottom: 40px;
        left: 20px;
        font-size: 12px;

    }

    .sosmed-abt {
        position: relative;
        left: 40px;
    }

}

/* BALI TOUR PACKAGES  */
.bali-tour-package {
    margin: 0px;
}

.section-balitour {
    display: flex;
    flex-direction: column;
    margin: 0px;
}

.balitour-wrapper {
    min-height: 100vh;
    display: flex;
    justify-content: space-around;
    margin-bottom: 0;
}

.balitour-wrapper1-2 {
    margin-top: -8px;

}

.balitour-wrapper2 {
    margin-top: -100px;

}

.bali-tour-title {
    width: 100%;
    color: #fff;
    background-color: #80C4E9;
    margin-top: 30px;
    margin-bottom: 30px;
}

.bali-tour-title h1 {
    text-align: center;
}

.balitour-card {
    width: 300px;
    height: 580px;
    border-radius: 20px;
    background-color: #FCCD2A;
    color: #fff;
    box-shadow: -9px -8px 14px -9px rgba(0, 0, 0, 0.56);
    -webkit-box-shadow: -9px -8px 14px -9px rgba(0, 0, 0, 0.56);
    -moz-box-shadow: -9px -8px 14px -9px rgba(0, 0, 0, 0.56);
    text-decoration: none;
    margin-bottom: 20px;
}

.nusa-penida {
    background-color: #80C4E9;
    text-decoration: none;
}

.honeymoon-card {
    background-color: #F29F58;
    text-decoration: none;
    height: 550px;
}

.balitour-card h2 {
    margin: 20px 0px;
    margin-left: 20px;
}



.balitour-card p {
    margin-left: 20px;

}

.balitour-img {
    width: 300px;
    height: 200px;
    border-radius: 20px;
}

.balitour-button {
    padding: 5px 10px;
    border-radius: 30px;
    background-color: #fff;
    margin-top: 20px;
    margin-left: 20px;
    border: 2px solid #fff;
    color: #000;
    font-weight: bold;
}

.balitour-button:hover {
    padding: 5px 10px;
    border-radius: 30px;
    background-color: #D76C82;
    margin-top: 20px;
    transition: .2s ease-in-out;
    color: #fff;
    border: 2px solid #D76C82;
}

.h1-wrapper3 {
    text-align: center;
    margin-top: -80px;
    margin-bottom: 30px;
    background-color: #F29F58;
    color: #fff;

}

.kata-kata-balitour {
    width: 100%;
    height: 150px;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(240, 197, 206, 1) 6%, rgba(215, 108, 130, 1) 26%, rgba(215, 108, 130, 1) 41%, rgba(216, 113, 134, 1) 78%, rgba(217, 115, 136, 1) 86%, rgba(240, 199, 207, 1) 95%, rgba(255, 255, 255, 1) 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

.kata-kata-balitour h1 {
    color: #fff;
    font-size: 30px;
}

.kata-kata-balitour p {
    color: #fff;
    font-size: 20px;
}

.balitour-card-last {
    display: none;
}

@media (min-width : 768px) and (max-width : 992px) {
    .balitour-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .balitour-card-wide {
        display: none;
    }

    .balitour-card-last {
        display: block;
    }

    .kata-kata-balitour {
        margin-top: -800px;
    }

    .kata-kata-balitour h1 {
        font-size: 22px;
        margin-left: 90px;
    }

    .kata-kata-balitour p {
        font-size: 17px;
    }
}

@media (max-width : 600px) {
    .balitour-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .balitour-card-last {
        display: block;
    }

    .balitour-card-wide {
        display: none;
    }

    .kata-kata-balitour {
        margin-top: -500px;
    }

    .kata-kata-balitour h1 {
        color: #fff;
        font-size: 15px;
    }

    .wrapper-kata {
        width: 200px;
        text-align: center;

    }

    .kata-kata-balitour p {
        color: #fff;
        font-size: 10px;
    }

    .balitour-wrapper1-2 {
        margin-top: 0px;
    }

    .balitour-wrapper2 {
        margin-top: 0px;
    }

    .h1-wrapper3 {
        margin-top: -800px;
        margin-bottom: -50px;
    }

    .balitour-wrapper3 {
        margin-top: 120px;
    }

    .balitour-card {
        margin-bottom: 30px;
    }

    .under-sosmed-balitour {
        position: relative;
        right: 40px;
    }

    .balitour-wrapper1-2 {
        margin-top: 120px;
    }
}

/* bali package 3d2n */
.wrapper-harga {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.harga-package {
    text-align: left;
    margin-top: 40px;
    box-shadow: -3px 5px 44px 7px rgba(0, 0, 0, 0.26);
    -webkit-box-shadow: -3px 5px 44px 7px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: -3px 5px 44px 7px rgba(0, 0, 0, 0.26);
    border-radius: 20px;
    padding: 20px 40px;
}

.balipackage-title {
    width: 100%;
    height: 75px;
    background-color: #80C4E9;
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.balipackage-title h1 {
    font-size: 30px;
    color: #fff;
}

.itinerary {
    width: 70%;
    height: 1400px;
    border-radius: 20px;
    margin-top: 20px;
    margin-left: 30px;
    box-shadow: -3px 5px 44px 7px rgba(0, 0, 0, 0.26);
    -webkit-box-shadow: -3px 5px 44px 7px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: -3px 5px 44px 7px rgba(0, 0, 0, 0.26);
}

.itinerary-img {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    padding-top: 20px;
}

.itinerary-img1 {
    width:
        300px;
    height: 200px;
    border-radius: 10px;
    box-shadow: -15px 16px 128px -33px rgba(0, 0, 0, 0.56);
    -webkit-box-shadow: -15px 16px 128px -33px rgba(0, 0, 0, 0.56);
    -moz-box-shadow: -15px 16px 128px -33px rgba(0, 0, 0, 0.56);
}

.hari1-package {
    margin-left: 15px;
    margin-top: 30px;
}

.hari1-package h3 {
    margin-top: 15px;
}

.contact-balitour {
    margin-bottom: 40px;
}

.wrapper-balitour {
    display: flex;

}

.wrapper-balitour-right {
    flex-direction: column;
}

.balitour-card-wide {
    width: 700px;
    height: 500px;
}

.balitour-img-wide {
    width: 700px;
    height: 200px;
    border-radius: 20px;
}

.share-sosmed {
    border-radius: 40px;
    background-color: #D76C82;
    width: 170px;
    height: 80px;
    padding: 10px 30px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 30px 20px;
    margin-left: 100px;
    box-shadow: -15px 16px 128px -33px rgba(0, 0, 0, 0.56);
    -webkit-box-shadow: -15px 16px 128px -33px rgba(0, 0, 0, 0.56);
    -moz-box-shadow: -15px 16px 128px -33px rgba(0, 0, 0, 0.56);
}

.share-sosmed-logo {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}


.container-form {
    border-radius: 20px;
    background-color: #80C4E9;
    width: 210px;
    height: 340px;
    padding: 20px;
    margin-left: 90px;
    box-shadow: -15px 16px 128px -33px rgba(0, 0, 0, 0.56);
    -webkit-box-shadow: -15px 16px 128px -33px rgba(0, 0, 0, 0.56);
    -moz-box-shadow: -15px 16px 128px -33px rgba(0, 0, 0, 0.56);
}


.container-form input {
    margin-bottom: 15px;
    border: none;
    border-radius: 10px;
    padding: 8px 22px;

}

.p-form {
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 25px;
}

.btn-form {
    border: none;
    padding: 10px 75px;
    background-color: #D76C82;
    color: #F5F5F7;
    font-weight: bold;
    font-size: 15px;
}

.description-destination {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    margin-top: 100px;
    margin-bottom: 50px;
}

.itinerary-img1-destination {
    border-radius: 20px;
    box-shadow: -15px 16px 128px -33px rgba(0, 0, 0, 0.56);
    -webkit-box-shadow: -15px 16px 128px -33px rgba(0, 0, 0, 0.56);
    -moz-box-shadow: -15px 16px 128px -33px rgba(0, 0, 0, 0.56);
}

.destination-img {
    width: 400px;
    height: 300px;
}

.p-destination {
    width: 400px;
    text-align: center;
    margin-top: 15px;
}

.honeymoon-color {
    background-color: #F29F58;
}

.wrapper-balitourright-hp {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

@media (min-width : 768px) and (max-width : 992px) {
    .wrapper-balitour {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .itinerary-img1 {
        width: 160px;
        height: 100px;
    }

    .description-destination {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .destination-img1,
    .destination-img2,
    .destination-img3 {
        margin-bottom: 30px;
    }

    .wrapper-balitour-right {
        margin-right: 50px;
    }

    .wrapper-balitourright-hp {
        display: block;
    }

    .wrapper-balitourright-desktop {
        display: none;
    }
}

@media (max-width : 600px) {

    .destination-img {
        width: 150px;
        height: 300px;
    }

    .wrapper-balitourright-hp {
        display: block;
    }

    .wrapper-balitourright-hp .container-form input {
        width: 180px;
    }

    .wrapper-balitourright-desktop {
        display: none;
    }



    .harga-package {
        padding: 10px 30px;
        width: 300px;
    }

    .harga-package h1 {
        font-size: 23px;

    }

    .harga-package p {
        font-size: 15px;
    }

    .balitour-card-wide {
        width: 350px;
        height: 550px;
        margin-top: -250px;
    }

    .balitour-img-wide {
        width: 350px;
        height: 200px;
    }

    .wrapper-balitour {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .balipackage-title h1 {
        font-size: 18px;
        text-align: center;
    }

    .itinerary-img1 {
        width: 100px;
        height: 80px;
    }

    .itinerary {
        width: 340px;
        height: 1500px;
        margin: 0px;
        margin-top: 20px;
    }

    .wrapper-balitour-right {
        display: flex;
        width: 100%;
        align-items: center;
        margin: 0px;
    }

    .share-sosmed {
        margin: 0px;
        margin-top: 20px;
    }

    .hari1-package {}

    .hari1-package p {
        font-size: 14px;
        margin-top: 10px;
    }

    .container-form {
        margin: 0px;
        margin-top: 20px;
    }

    .container-form input {
        margin-bottom: 15px;
        border: none;
        border-radius: 10px;
        padding: 8px 6px;
    }

    .description-destination {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .itinerary-img1-destination {
        width: 400px;
    }

    .destination-img1 p {
        margin-bottom: 40px;
    }

    .destination-img2 p {
        margin-bottom: 40px;
    }

    .destination-img3 p {
        margin-bottom: 40px;
    }

    .p-destination {
        font-size: 15px;
        width: 300px;
        margin-left: 50px;
    }
}

/* 4d3n */

.itinerary-4d3n {
    height: 1850px;
}

/* 5d4n */
.itinerary-5d4n {
    height: 2150px;
}

/* 6d5n */

.itinerary-6d5n {
    height: 2450px;
}

/* 7d6n */

.itinerary-7d6n {
    height: 2750px;
}

/* h-3d2n */
.itinerary-h-3d2n {
    height: 1650px;
}

/* h-4d3n */
.itinerary-h-4d3n {
    height: 2050px;
}

/* h-5d4n */
.itinerary-h-5d4n {
    height: 2300px;
}

/* h-6d5n */
.itinerary-h-6d5n {
    height: 2660px;
}

/* h-7d6n */
.itinerary-h-7d6n {
    height: 3000px;
}


/* gallery */
.gallery-title {
    width: 100%;
    background-color: #80C4E9;
    margin-top: 20px;
}

.gallery-title h1 {
    font-size: 40px;
    color: #fff;
    text-align: center;
    padding: 7px 0px;
}

.container-gallery {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.container-gallery .wrapper-gallery {
    width: 1100px;
    display: flex;
    flex-direction: column;
}

.wrapper-gallery span {
    display: flex;
    width: 100%;
    overflow: hidden;
}

.wrapper-gallery .gallery-img {
    padding: 7px;
    width: calc(100% / 3);
}

.wrapper-gallery .gallery-img img {
    width: 100%;
    height: 250px;
    vertical-align: middle;
    transition: all 0.3s ease;
}

.wrapper-gallery .gallery-img:hover img {
    transform: scale(1.2);
}

.wrapper-portrait {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}

.gallery-portrait img {
    width: 300px;
    height: 400px;
    margin:15px 33px ;
    box-shadow: -15px 16px 128px -33px rgba(0, 0, 0, 0.56);
    -webkit-box-shadow: -15px 16px 128px -33px rgba(0, 0, 0, 0.56);
    -moz-box-shadow: -15px 16px 128px -33px rgba(0, 0, 0, 0.56);
    border: 8px solid #fff;
}

.wrapper-gallery-portrait {
    display: flex;
}

.gallery-col {
    display: flex;
}

.preview-box {
    position: fixed;
    max-width: 700px;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    background-color: #fff;
    opacity: 0;
    pointer-events: none;
    z-index: 5;
}

.preview-box.show {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, -50%) scale(1);
    transition: all 0.3s ease;
}

.preview-box .details {
    display: flex;
    align-items: center;
    padding: 12px 15px 12px 10px;
    justify-content: space-between;
}

.details .title {
    display: flex;
    font-size: 18px;
    font-weight: 400;
}

.details .title p {
    margin: 0 5px;
}

.details .title p.current-img {
    font-weight: 600;
}

.preview-box .img-box {
    display: flex;
    width: 100%;
}

.img-box .slide {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    cursor: pointer;
    font-size: 30px;
    z-index: 3;
}

.img-box .slide.prev {
    left: 0;
}

.img-box .slide.next {
    right: 0;
}

.preview-box .img-box img {
    width: 100%;
    border-radius: 0 0 3px 3px;
}

.icon {
    cursor: pointer;
    font-weight: 550;
    font-size: 25px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.angle {
    font-size: 45px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 15px;
    font-weight: 600;
}

.shadow {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: none;
}

.contact-gallery {
    margin: 30px 0px;
}

.gallery-img {
    box-shadow: -15px 16px 128px -33px rgba(0, 0, 0, 0.56);
    -webkit-box-shadow: -15px 16px 128px -33px rgba(0, 0, 0, 0.56);
    -moz-box-shadow: -15px 16px 128px -33px rgba(0, 0, 0, 0.56);
    margin: 10px;
}

.nusa-penida-gallery {
    width: 100%;
    height: 250px;
    background-image: linear-gradient(rgba(8, 24, 40, 0.682), rgba(41, 98, 159, 0.586)), url('pandawa-img/gatesofheaven-gallery.png');
    margin: 40px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    letter-spacing: 3px;
}

.nusa-penida-gallery h1 {
    color: #fff;
    margin-left: 50px;
    border: .5px solid #fff;
    padding: 20px 30px;
    border-radius: 90px;
}

.nusa-penida-gallery img {
    width: 200px;
    height: 200px;
    margin-right: 30px;
}

@media (min-width : 768px) and (max-width : 992px) {
    .nusa-penida-gallery h1 {
        font-size: 20px;
        margin-right: 20px;
    }
    .wrapper-gallery-portrait {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width : 600px) {

    .wrapper-gallery-portrait {
        display: flex;
        flex-direction: column;
    }
    .gallery-col {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .wrapper-gallery .gallery-img img {
        width: 800px;
    }

    .nusa-penida-gallery {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .nusa-penida-gallery h1 {
        color: #fff;
        border: .5px solid #fff;
        padding: 20px 30px;
        border-radius: 30px;
        font-size: 15px;
        margin-right: 50px;
    }

    .nusa-penida-gallery img {
        display: none;
    }
}


/* contact.html */

.container-form-contact {
    border-radius: 20px;
    background-color: #80C4E9;
    width: 500px;
    height: 550px;
    padding: 20px;
    margin-left: 60px;
    box-shadow: -15px 16px 128px -33px rgba(0, 0, 0, 0.56);
    -webkit-box-shadow: -15px 16px 128px -33px rgba(0, 0, 0, 0.56);
    -moz-box-shadow: -15px 16px 128px -33px rgba(0, 0, 0, 0.56);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 30px;
}

.container-form-contact input {
    margin-top: 10px;
    margin-bottom: 15px;
    border: none;
    border-radius: 10px;
    padding: 15px 80px;
}

.p-form-contact {
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 40px;
}

.btn-form-contact {
    border: none;
    padding: 10px 105px;
    background-color: #D76C82;
    color: #F5F5F7;
    font-weight: bold;
    font-size: 30px;
    margin-top: 20px;
}

.wrapper-contact {
    display: flex;
}

.share-sosmed-contact {
    border-radius: 40px;
    background-color: #D76C82;
    width: 500px;
    height: 140px;
    padding: 10px 30px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 30px 20px;
    margin-left: 100px;
    box-shadow: -15px 16px 128px -33px rgba(0, 0, 0, 0.56);
    -webkit-box-shadow: -15px 16px 128px -33px rgba(0, 0, 0, 0.56);
    -moz-box-shadow: -15px 16px 128px -33px rgba(0, 0, 0, 0.56);
}

.share-sosmed-logo-contact {
    width: 100px;
    height: 100px;
    margin-right: 10px;
}

.email-contact {
    margin: 30px 20px;
    margin-left: 100px;
    color: #fff;
    background-color: #80C4E9;
    border-radius: 40px;
    padding: 10px 30px;
    box-shadow: -15px 16px 128px -33px rgba(0, 0, 0, 0.56);
    -webkit-box-shadow: -15px 16px 128px -33px rgba(0, 0, 0, 0.56);
    -moz-box-shadow: -15px 16px 128px -33px rgba(0, 0, 0, 0.56);
}

.email-contact h1 {
    font-size: 40px;
}

.email-contact p {
    font-size: 30px;
}

.kata-contact {
    margin-top: 60px;
}

.payment {
    margin: 30px 100px;
    background-color: #D76C82;
    color: #fff;
    padding: 20px;
    border-radius: 30px;
    margin-bottom: 80px;
}

.payment p {
    font-size: 20px;
    margin-top: 15px;
}

@media (min-width : 768px) and (max-width : 992px) {
    .wrapper-contact {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .container-form-contact {
        margin-right: 60px;
    }

    .container-form-contact input {
        padding: 10px 10px;
    }

    .share-sosmed-contact {
        width: 480px;
    }

    .email-contact {
        width: 480px;
    }

    .payment {
        width: 500px;
    }
}

@media (max-width : 600px) {


    .wrapper-contact {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-right: 55px;
    }

    .container-form-contact {
        width: 300px;
        height: 500px;
    }

    .container-form-contact input {
        margin-top: 10px;
        margin-bottom: 15px;
        border: none;
        border-radius: 10px;
        padding: 10px 20px;
    }

    .p-form-contact {
        color: #fff;
        text-align: center;
        margin-bottom: 20px;
        font-weight: 600;
        font-size: 40px;
    }

    .btn-form-contact {
        border: none;
        padding: 10px 75px;
        background-color: #D76C82;
        color: #F5F5F7;
        font-weight: bold;
        font-size: 30px;
        margin-top: 20px;
        padding: 10px 50px;

    }

    .share-sosmed-contact {
        border-radius: 40px;
        background-color: #D76C82;
        width: 200px;
        height: 100px;
        padding: 10px 30px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin: 30px 20px;
        margin-left: 100px;
        box-shadow: -15px 16px 128px -33px rgba(0, 0, 0, 0.56);
        -webkit-box-shadow: -15px 16px 128px -33px rgba(0, 0, 0, 0.56);
        -moz-box-shadow: -15px 16px 128px -33px rgba(0, 0, 0, 0.56);
    }

    .share-sosmed-logo-contact {
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }

    .email-contact {
        margin: 30px 20px;
        margin-left: 100px;
        color: #fff;
        background-color: #80C4E9;
        border-radius: 20px;
        padding: 10px 30px;
        box-shadow: -15px 16px 128px -33px rgba(0, 0, 0, 0.56);
        -webkit-box-shadow: -15px 16px 128px -33px rgba(0, 0, 0, 0.56);
        -moz-box-shadow: -15px 16px 128px -33px rgba(0, 0, 0, 0.56);
        width: 200px;
    }

    .payment {
        width: 220px;
    }

    .payment h1 {
        font-size: 20px;
    }

    .payment p {
        font-size: 15px;
    }

    .email-contact h1 {
        font-size: 20px;
    }

    .email-contact p {
        font-size: 15px;
    }

    .wrapper-contact2 {
        margin-left: 50px;
    }
}

/* honeymoon */

.honeymoon-title {
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #F29F58;
    color: #fff;
    padding: 10px 50px;
    text-align: center;
}

/* rent a car */

.wrapper-rentacar-title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0px;
}

.rentacar-title h1 {
    font-size: 45px;
    border: 1px solid #D76C82;
    padding: 10px 30px;
    border-radius: 50px;
    font-weight: 700;
    background-color: #D76C82;
    color: #fff;
}

.rentacar-row {
    display: flex;
    margin-bottom: 50px;
}

.rentacar-row img {
    width: 700px;
    height: 400px;
    border: .5px solid black;
    margin: 10px 20px;
    border-radius: 50px;
}

.rentacar-row h1 {
    font-size: 60px;
    margin-left: 20px;
}

.rentacar-row p {
    font-size: 30px;
    margin-left: 20px;

}

.wrapper-chatus-rentacar {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content:
        center;
    margin-bottom: 100px;
}

.wrapper-chatus-rentacar a {
    text-decoration: none;
    color: #D76C82;
    background-color: #fff;
    padding: 10px 30px;
    border-radius: 50px;
    border: 1px solid #D76C82;
}

.wrapper-chatus-rentacar a:hover {
    color: #fff;
    border: 1px solid #D76C82;
    background-color: #D76C82;
    transition: .3s ease-in-out;
}

.wrapper-chatus-rentacar h1 {
    font-size: 50px;
}

@media (min-width : 768px) and (max-width : 992px) {
    .rentacar-row {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .rentacar-row img {
        width: 500px;
        height: 350px;
    }

    .rentacar-row h1 {
        font-size: 40px;
        margin-top: 30px;
    }

    .rentacar-row p {
        font-size: 30px;
    }

    .kata-rentacar {
        margin-top: 60px;
    }

}

@media (max-width : 600px) {
    .rentacar-row {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .rentacar-row img {
        width: 300px;
        height: 200px;
    }

    .rentacar-row h1 {
        font-size: 30px;
        margin-top: 30px;
    }

    .rentacar-row p {
        font-size: 20px;
    }

    .kata-rentacar {
        margin-top: 60px;
    }
}

/* daily tour  */

.dailytour-card h1 {
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
}

.dailytour-card h2 {
    font-size: 15px;

}


.dailytour-card {
    background-color: #80C4E9;
}

.itinerary-barong-kintamani {
    height: 900px;
}

@media (min-width : 768px) and (max-width : 992px) {
    .daily-tour-wrapper {
        margin-bottom: 600px;
    }
}

@media (max-width : 600px) {


    .daily-tour-wrapper {
        margin-bottom: 600px;
    }
}

.col-video {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

video {
    width: 1000px;
    height:  500px;
    border:.5px solid black;
    border-radius: 20px;
    box-shadow: -15px 16px 128px -33px rgba(0, 0, 0, 0.56);
    -webkit-box-shadow: -15px 16px 128px -33px rgba(0, 0, 0, 0.56);
    -moz-box-shadow: -15px 16px 128px -33px rgba(0, 0, 0, 0.56);
    margin: 10px;
    margin-bottom: 0px;
}

.wrapper-video {
    display: flex;
    width: 100%;
    justify-content: center;
}

.portrait-video {
    width: 200px;
    height: 400px;
    margin-left: 80px;
    margin-right:80px;
    margin-bottom:140px;
    margin-top: 0px;
}

@media (max-width : 600px) {
    video {
        width: 400px;
        height: 200px;
    }
    .wrapper-gallery-portrait {
        display: flex;
        flex-direction: column;
    }

    .wrapper-video {
        display: flex;
        align-items: center;
    }
    .portrait-video {
        width: 80px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .portrait-video2 {
        position: relative;
        bottom: 300px;
    }

    .container-gallery {
        position:  relative;
        bottom: 600px;
    }
}


@media (min-width : 768px) and (max-width : 992px) {
    .col-video video {
        width: 700px;
        height: 350px;
    }

    .wrapper-gallery-portrait {
        display: flex;
        flex-direction: column;
    }

    .wrapper-video {
        display: flex;
        align-items: center;
        
    }
    .portrait-video {
        width: 10px;
        margin-left: 100px;
        margin-right: 100px;
        margin-bottom: 0px;
    }
}

.whatsapp-button img {
    height: 50px;
    width: 50px;
}

.whatsapp-button {
    position: fixed;
    left: 1450px;
    top: 530px;
    z-index: 10000;
    width: 30px;
    height: 30px;

}


@media (max-width : 550px) {
    .whatsapp-button {
        position: fixed;
        left:320px;
        top: 420px;
    }

    .scroll-bar {
        position: fixed;
        left: 320px;
        top: 490px;
    }
}

@media (min-width : 550px) and (max-width : 992px) {
    .whatsapp-button {
        position: fixed;
        left:700px;
        top: 420px;
    }

    .scroll-bar {
        position: fixed;
        left: 700px;
        top: 490px;
    }
}