@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap");
:root {
    --swiper-theme-color: #ffff;
}
textarea {
    resize: none;
}
* {
    font-family: "Poppins", "sans-serif";
}
body {
    overflow-x: hidden;
}
.navbar {
    z-index: 999999;
    background-color: transparent;
    transition: 0.3s;
}
.melukat{
    height: 100vh !important;
}
.melukat img{
    object-fit: cover;
}
.navbar a,
.navbar .btn-toggle {
    color: white;
}
.navbar .nav-link,
.navbar-brand {
    color: #414141 !important;
}
/* navbar */
.navbar.open {
    background-color: white;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}
.offcanvas-body {
    z-index: 999 !important;
}
.navbar.open a,
.navbar.open .btn-toggle {
    color: #414141 !important;
}
/* navbar end */
.btn-orange {
    background-color: #ff7f3e;
    color: white !important;
}
.btn-blue {
    background-color: #006989;
    color: white !important;
}
.btn-orange:hover {
    outline: 1px solid #ff7f3e;
    color: #ff7f3e !important;
}
.btn-blue:hover {
    outline: 1px solid #006989;
    color: #006989 !important;
}
.bg-orange-light {
    background-color: #ffd9c6;
}
.bg-orange {
    background-color: #ff7f3e;
}
.text-orange {
    color: #ff7f3e !important;
}
.text-blue {
    color: #006989;
}
.hero-section .content .image-bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}
.hero-section .content .image-bg2 {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}
.hero-section {
    position: relative;
}
.hero-section .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
    top: 0;
    left: 0;
    z-index: -1;
}
.header-hero {
    font-size: 2rem;
    font-weight: 700;
}
.floating-input .form {
    position: absolute;
    background-color: white;
    top: -10em;
    border-radius: 10px;
    filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.3));
    width: 80%;
    overflow: hidden;
    padding: 1rem 0 0 0;
}
.icon-container {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ff7f3e;
}
.book-btn {
    border: 0;
    outline: 0;
    margin-top: 1rem;
    background-color: #ff7f3e;
    width: 100%;
    padding: 1rem;
    height: 100%;
    color: white;
    transition: 0.3s;
}
.book-btn:hover {
    background-color: white;
    color: #ff7f3e;
    outline: 1px solid #ff7f3e;
}

/* value */
.value {
    align-items: end;
    height: 160vh;
    padding-bottom: 2rem;
}
.value .col-md-3 {
    margin-bottom: 1rem;
}
/* value end */
/* about */

/* about end */
/* destination */
.destination .swiper {
    height: 80vh;
    overflow: hidden;
}
.destination .content {
    z-index: 99;
    top: 0;
    width: 75%;
    height: 100%;
}
.destination img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.destination .overlay {
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
}
.destination .content {
    letter-spacing: 1px;
}

/* destination end*/

/* package */
.package .card-img-top {
    height: 10rem;
    object-fit: cover;
    object-position: center;
}
.book-package {
    font-size: 12px;
}
/* package end */
/* parallax */
.parallax-container {
    height: 90vh;
    overflow-y: hidden;
}
.parallax {
    margin-top: -10rem;
    z-index: -1;
    background-attachment: fixed;
    object-fit: cover;
}
.parallax-top {
    z-index: 1;
}
.parallax-bot {
    z-index: 2;
    position: absolute;
    bottom: -10px;
    left: 0;
}
.parallax-container .overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.7),
        rgba(0, 0, 0, 0.2)
    );
    z-index: 0;
}
.parallax-container .content {
    position: absolute;
    top: 0;
    z-index: 9;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 80%;
}
.parallax-title {
    font-size: 2rem;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
    -webkit-text-fill-color: transparent;
}
.fs-12 {
    font-size: 12px;
}
/* parallax end */
/* gallery */
.gallery-container {
    height: 60vh;
}
.gallery {
    height: 70%;
}
/* gallery end */

/* article */
.img-article {
    height: 15rem;
    object-fit: cover;
}
/* article end */

/* about us page */
.number-container {
    width: 50px;
    height: 50px;
    background-color: #ff7f3e;
}
.wave-about {
    position: absolute;
    z-index: 2;
    left: 0;
}
.wave-about.wave-2 {
    bottom: -1px;
}
.parallax-about {
    overflow: hidden;
    height: 100vh;
}
.parallax-about .content {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    z-index: 9;
    top: 2rem;
}
.parallax-about .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.about-destination {
    background-color: #f7f7f7;
    overflow-x: hidden;
    overflow-y: hidden;
}
.overlay-barong {
    position: absolute;
    top: -10rem;
    opacity: 10%;
}
.texture {
    position: absolute;
    left: -5rem;
    bottom: 30rem;
    z-index: -2;
    scale: 100%;
    width: 100%;
}
.overlay-barong.barong-2 {
    right: 0;
    transform: scaleX(-1);
}
/* aboutt us page end */
/* destination  page */
.img-dest {
    transition: 0.3s;
}
.destination-place:hover .img-dest {
    scale: 125%;
}
/* destination page end */

.line-detail {
    display: flex;
}
.line-detail .line-1 {
    display: block;
    width: 70px;
    height: 10px;
    background-color: #ff7f3e;
}
.line-detail .line-2 {
    display: block;
    width: 200px;
    height: 10px;
    background-color: #414141;
}
@media screen and (min-width: 768px) {

    .hero-section .content .image-bg {
        height: 100%;
        right: -10rem;
    }
    .offcanvas-body {
        width: 100%;
    }
    .menu-container {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }
    .header-hero {
        font-size: 4rem;
    }
    .book-btn {
        padding: 3rem 0;
        margin-top: 0;
        border-radius: 5rem 0 0 5rem;
    }
    .floating-input .form {
        padding: 0;
        width: 100%;
        top: -4em;
        margin: 0 !important;
    }
    /* value */
    .value {
        align-items: center;
        height: 100vh;
        padding-bottom: 0;
    }
    /* value end */
    /* destination */

    /* destination end*/
    /* package */
    .book-package {
        font-size: 16px;
    }

    /* package end */
    /* parallax */
    .parallax {
        margin-top: -15rem;
    }
    .parallax-container {
        height: 150vh;
    }
    .parallax-title {
        font-size: 4rem;
    }
    .fs-12 {
        font-size: 16px;
    }
    .parallax-container .overlay {
        background-image: linear-gradient(
            to right,
            rgba(0, 0, 0, 0.7),
            rgba(0, 0, 0, 0)
        );
    }
    .wave-about.wave-2 {
        bottom: -1px;
    }
    /* parallax end */
    .w-md-50 {
        width: 50%;
    }
    .texture {
        left: -25rem;
        bottom: 0rem;
        scale: 50%;
    }
    .navbar .nav-link,
    .navbar-brand {
        color: white !important;
    }
}
@media screen and (min-width: 1024px) {
    .parallax {
        margin-top: -22rem;
    }
    
}
@media screen and (min-width: 1440px) {
    .hero-section .content .image-bg {
        top: -40rem;
        right: -10rem;
        height: fit-content;
    }
    .parallax {
        margin-top: -25rem;
    }
}
