html,
body {
    margin: 0 !important;
    padding: 0 !important;
}

html.admin-bar {
    margin-top: 0px !important;
}

.mobile-header {
    display: none !important;
}

.contentCouple {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.whatsapp-btn-m {
    position: fixed;
    bottom: 2%;
    right: 2%;
    opacity: 1;
    z-index: 5;
    transition: all 0.5s ease-out;
    /* display: none; */
}

.whatsapp-btn-m button {
    max-width: 55px;
    border: none;
    cursor: pointer;
    appearance: none;
    background-color: transparent !important;
    border-radius: 50%;
    padding: 0px;
    z-index: 10;
    outline: none;
}

.whatsapp-btn-m button:focus,
.whatsapp-btn-m button:active {
    outline: none;
}

.section1 {
    width: 100%;
    position: relative;
}

.section1 .bgSect1 {
    width: 100%;
    display: block;
}

.section1 .content1T {
    width: 100%;
    position: absolute;
    top: 20%;
}

.content1T h2 {
    font: normal italic 400 30px/35px Baskerville;
    text-align: center;
    color: #fff;
    -webkit-text-stroke: 0.5px #fff;
}

/* Section 2 */
.section2 {
    width: 100%;
    position: relative;
    background: linear-gradient(180deg, rgba(39, 43, 14, 1) 0%, rgba(80, 85, 32, 1) 100%);
    padding: 30% 30px 50px 30px;
}

.section2 .content2T {
    width: 100%;
    position: absolute;
    top: -2%;
    left: 50%;
    transform: translate(-50%, 0);
}

.content2T h3 {
    font: normal italic 400 27px/28px Baskerville;
    text-align: center;
    color: #fff;
    -webkit-text-stroke: 0.5px #fff;
}

.content2T h4 {
    font: normal italic 400 36px/45px Baskerville;
    text-align: center;
    color: #fff;
    -webkit-text-stroke: 0.5px #fff;
}

.content2M {
    width: 100%;
    position: relative;
}

.content2M p {
    font: normal normal 400 23px/30px Baskerville;
    text-align: center;
    color: #fff;
    -webkit-text-stroke: 0.5px #F5F6F2;
}

/* Section 2B */
.section2b {
    width: 100%;
    position: relative;
}

.video-popup-2 {
    width: 100%;
    position: relative;
    z-index: 99999999999;
}

.element-video-2 {
    display: none;
    opacity: 0;
}

.video-content-mobile-2 {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    background: #505050;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(14.5px);
    z-index: 99999999999;
    height: 100vh;
    display: none;
    align-items: center;
    overflow-y: hidden;
}

.video-content-mobile-2 .video-container-2 {
    width: 100%;
    position: relative;
    height: 100vh;

}

.video-container-2 video {
    width: 100%;
    height: 100vh;
    display: block;
}

.video-content-mobile-2 .btn-close-video-2 {
    width: 100%;
    display: flex;
    position: absolute;
    top: 95%;
    left: 50%;
    transform: translate(-50%, -50%);
    justify-content: flex-end;
    z-index: 3;
}

.video-content-mobile-2 .close-video-content-2 {
    padding: 8px 5px;
    transition: all 0.5s ease-out;
    z-index: 1;
}

.video-content-mobile-2 .close-video-content-2 .close-logo-2 {
    max-width: 55px;
}

.video-mobile-trigger-2 {
    display: none;
    opacity: 0;
}

.section-watch-2 {
    width: 100%;
    position: relative;
}

.section-watch-2 .bgOverlay2-2 {
    width: 100%;
    display: block;
}

.section-watch-2 .watch-btn-2 {
    width: 70%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.watch-btn-2 .watchButton-2 {
    font: normal normal 700 18px / 26px Gazpacho Bolds2;
    letter-spacing: 0px;
    color: #fff;
    padding: 7px 0px;
    margin: 0px auto 0px auto;
    text-align: center;
    text-decoration: none;
    display: flex;
    width: 80px;
    /* background: #D67300;
    background-size: 200% 100%;
    background-position: right bottom; */
    transition: all 0.5s ease-out;
    z-index: 999;
    position: relative;
    border-radius: 80px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}



.watchButton-2 img {
    width: 100%;
    display: block;
}

.watch-btn-2 .watchButton-2 {
    animation: bounce 0.5s;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(.5, 0.05, 1, .5);
    animation-iteration-count: infinite;
}


.video-content-mobile-2 {
    height: 100vh !important;
    max-height: 100vh;
    width: 100%;
}

.video-container-2,
.video-container-2 video {
    height: 85vh !important;
    max-height: 100vh;
    width: 100%;
}

.video-container-2 video {
    object-fit: cover;
}

@keyframes bounce {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(0, 10px, 0);
    }
}

/* Section 3 */
.section3 {
    width: 100%;
    position: relative;
}

.section3 .bgSect3 {
    width: 100%;
    display: block;
}

.section3 .contentSect3 {
    width: 100%;
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%, 0);
}

.section3 .contentSect3B {
    width: 100%;
    position: absolute;
    bottom: 2%;
    left: 50%;
    transform: translate(-50%, 0);
}

.contentSect3B img {
    width: 70%;
    display: block;
    margin-inline: auto;
}

.contentSect3 h2 {
    font: normal normal 400 37px/38px Parisienne;
    text-align: center;
    color: #394811;
    -webkit-text-stroke: 0.5px #394811;
}

.contentSect3 h3 {
    font: normal normal 400 23px/29px Zapf Humanist;
    text-align: center;
    color: #394811;
    -webkit-text-stroke: 0.5px #394811;
    margin-bottom: 30px;
}

.contentSect3 img {
    width: 70%;
    display: block;
    margin-inline: auto;
    margin-bottom: 50px;
}


.contentSect3 h4 {
    font: normal italic 400 27px/37px Baskerville;
    text-align: center;
    color: #394811;
    -webkit-text-stroke: 0.2px #394811;
}


.contentVideo3 {
    width: 90%;
    max-width: 250px;
    height: 450px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 120px;
    padding: 10px;
    background-color: #FAF6E9;
    overflow: hidden;
}

.contentVideo3 video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 110px;
}

/* Section4 */
.section4 {
    width: 100%;
    position: relative;
    background-image: url('https://khastanahadiubud.com/wp-content/uploads/2025/06/Scroll-Group-321.webp');
    background-position: center;
    background-size: cover;
    padding: 50px 30px;
    padding-bottom: 20%;
}

.section4 h2 {
    font: normal normal 400 23px/30px Zapf Humanist;
    text-align: center;
    text-transform: uppercase;
    color: #394811;
    -webkit-text-stroke: 0.5px #394811;
    margin-bottom: 40px;
}

/* Slider 4 */
.thi-slider-4 {
    position: relative;
    width: 100%;
    padding: 0px 0px 0px 0px;
}

.thi-ess-slide-news-4 {
    position: relative;
}

.thi-ess-slide-news-4 .slider-nav-one-news-4 .slick-slide img {
    width: 100%;
    margin: 0px auto;
    opacity: 1;
    padding: 0px;
    display: block;
}

.thi-ess-slide-news-4 .slider-nav-one-news-4 p {
    font: normal normal 400 23px/30px Baskerville;
    color: #394811;
    -webkit-text-stroke: 0.5px #394811;
    margin-top: 10px;
}

.slick-slider {
    margin-bottom: 0px !important;
}

.thi-ess-slide-news-4 .slider-nav-one-news-4 .slick-track {
    display: flex;
    align-items: center;
}

.thi-ess-slide-news-4 .slider-nav-one-news-4 .slick-dots {
    bottom: -53px;
    padding-left: 0px !important;
}

.thi-ess-slide-news-4 .slick-slider {
    margin-bottom: 0px;
}

.button-testi-4 {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.button-testi-4 a {
    width: 12%;
    background: transparent;
    transition: all 0.5s ease-out;
    z-index: 999;
}

.button-testi-4 .btn-testi-next-4,
.button-testi-4 .btn-testi-prev-4 {
    animation: bounce 0.5s;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(0.5, 0.05, 1, 0.5);
    animation-iteration-count: infinite;
}

.button-testi-4 img {
    width: 100%;
    display: block;
}

@keyframes bounce {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(0, 10px, 0);
    }
}

.btn-testi-prev-4 img {
    transform: scaleX(-1);
}

/* Section 5 */

.section5 {
    width: 100%;
    position: relative;
    background-color: #F5F5F0;
    padding: 10% 15px;
    padding-bottom: 20%;
}

.section5 .absolute5A {
    width: 100%;
    position: absolute;
    top: -10%;
    left: 0;
    z-index: 2;
}

.section5 .absolute5B {
    width: 100%;
    position: absolute;
    bottom: -8%;
    left: 0;
    z-index: 2;
}

.section5 .content5T1 {
    width: 100%;
    position: relative;
    margin-bottom: 40px;
    z-index: 3;
}

.content5T1 h3 {
    font: normal normal 400 22px/30px Baskerville;
    text-align: center;
    color: #5A6024;
    -webkit-text-stroke: 0.5px #5A6024;
}

.content5T1 h4 {
    font: normal normal 400 22px/30px Tempting;
    text-align: center;
    color: #5A6024;
    -webkit-text-stroke: 0.3px #5A6024;
}

.content5T1 img {
    width: 70%;
    display: block;
    margin-bottom: 40px;
    margin-inline: auto;
}

.section5 .content5T2 {
    width: 100%;
    position: relative;
    margin-bottom: 40px;
}

.content5T2 h3 {
    font: normal normal 500 31px/37px Accia Piano;
    text-align: center;
    color: #355F16;
    -webkit-text-stroke: 1px #355F16;
    margin-bottom: 10px;
}

.content5T2 h4 {
    font: normal normal 400 22px/30px Trajan Pro3;
    text-align: center;
    color: #355F16;
    -webkit-text-stroke: 1px #355F16;
}


.content5M {
    width: 100%;
    position: relative;
    padding-top: 30px;
    background-color: #5C641E;
    border-radius: 30px;
    margin-bottom: 50px;
}

.content5M1,
.content5M2 {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    padding-inline: 20px;
}

.content5M2 {
    margin-bottom: 80px;
}

.content5M1 h3 {
    font: normal normal 400 22px/30px Baskerville;
    text-align: center;
    color: #F4F8DA;
    -webkit-text-stroke: 0.4px #F4F8DA;
    text-transform: uppercase;
}

.content5M2 p {
    font: normal normal 400 18px/30px Accia Piano;
    color: #F4F8DA;
}

.content5M3 {
    width: 100%;
    position: relative;
    padding: 20% 20px 10% 20px;
    background-color: #DEDECD;
    border-radius: 30px;
}

/* Slider 5 */
.thi-slider-5 {
    position: relative;
    width: 100%;
    padding: 0px 0px 0px 0px;
}

.thi-ess-slide-news-5 {
    position: relative;
}

.thi-ess-slide-news-5 .slider-nav-one-news-5 .slick-slide img {
    width: 100%;
    margin: 0px auto;
    opacity: 1;
    padding: 0px;
    display: block;
}

.slick-slider {
    margin-bottom: 0px !important;
}

.thi-ess-slide-news-5 .slider-nav-one-news-5 .slick-track {
    display: flex;
    align-items: center;
}

.thi-ess-slide-news-4 .slick-slider {
    margin-bottom: 0px;
}

.button-testi-5 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.button-testi-5 a {
    width: 12%;
    background: transparent;
    transition: all 0.5s ease-out;
    z-index: 999;
}

.button-testi-5 .btn-testi-next-5,
.button-testi-5 .btn-testi-prev-5 {
    animation: bounce 0.5s;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(0.5, 0.05, 1, 0.5);
    animation-iteration-count: infinite;
}

.button-testi-5 img {
    width: 100%;
    display: block;
}

@keyframes bounce {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(0, 10px, 0);
    }
}

.btn-testi-prev-5 img {
    transform: scaleX(-1);
}

.content5M4 {
    width: 100%;
    position: relative;
    margin-top: 50px;
    margin-bottom: 20px;
}

.content5M4 h3 {
    font: normal normal 300 20px/30px Accia Piano;
    color: #355F16;
    -webkit-text-stroke: 1px #355F16;
    text-align: center;
}

.content5M4 h4 {
    font: normal normal 400 22px/32px Trajan Pro3;
    color: #355F16;
    -webkit-text-stroke: 1px #355F16;
    text-align: center;
    margin-bottom: 30px;
}

.btnCTA5 {
    width: 100%;
    display: flex;
    position: relative;
    justify-content: center;
}

.btnCTA5 a {
    width: 180px;
    text-align: center;
    background-color: #704822;
    font: normal normal 500 20px / 30px Gazpacho;
    color: #fff;
    padding: 7px 0;
    border-radius: 30px;
    text-decoration: none !important;
}

.content5BA {
    background-image: url('https://khastanahadiubud.com/wp-content/uploads/2025/06/Group-7926.webp');
    background-position: center;
    background-size: cover;
    position: absolute;
    top: -8%;
    left: 50%;
    padding: 20px 10px;
    transform: translate(-50%, 0px);
    width: 80%;
}

.content5BA h3{
    font: normal normal 400 22px/25px Baskerville;
    text-align: center;
    color: #5A6024;
    -webkit-text-stroke: 0.4px;
}

.content5BA h4{
    font: normal normal 400 17px/22px Baskerville;
    text-align: center;
    color: #5A6024;
    -webkit-text-stroke: 0.4px;
}

.content5B {
    width: 100%;
    position: relative;
    z-index: 3;
}

.content5B h3 {
    font: normal normal 400 25px/35px Zapf Humanist;
    text-align: center;
    text-transform: uppercase;
    color: #5A6024;
    -webkit-text-stroke: 0.4px #5A6024;
    margin-bottom: 50px;
}

.content5B img {
    width: 70%;
    display: block;
    margin-inline: auto;
}

/* Section 6 */
.section6 {
    width: 100%;
    position: relative;
    padding: 15% 30px;
    background-image: url('https://khastanahadiubud.com/wp-content/uploads/2025/06/Scroll-Group-310.webp');
    background-position: center;
    background-size: cover;
    padding-top: 12%;
}

.section6 .content6T {
    width: 100%;
    position: relative;
    margin-bottom: 40px;
}

.content6T h3 {
    font: normal normal 300 20px/24px Accia Piano;
    text-align: center;
    color: #445726;
    -webkit-text-stroke: 1px #445726;
}

.content6T h2 {
    font: normal normal 500 34px/44px Accia Piano;
    text-align: center;
    color: #445726;
    -webkit-text-stroke: 1px #445726;
}

.content6B {
    width: 100%;
    position: relative;
    margin-bottom: 70px;
}

.content6B img {
    width: 100%;
    display: block;
    margin-bottom: 15px;
}

.content6B .pointsHide {
    width: 100%;
    display: none;
    position: relative;
}

.content6B .btnShow {
    width: 100%;
    display: flex;
    margin-top: 40px;
}

.btnShow a {
    font: normal normal 500 20px / 26px Gazpacho;
    letter-spacing: 0.3px;
    color: #4A5D2D !important;
    -webkit-text-stroke: 0.9px #4A5D2D;
    background-color: transparent;
    padding: 7px 0px;
    margin: 0px auto 0px auto;
    text-align: center;
    text-decoration: none;
    display: flex;
    width: 180px;
    transition: all 0.5s ease-out;
    position: relative;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-bottom: 1px solid #4A5D2D;
}

.divider6B {
    width: 100%;
    position: relative;
}

.divider6B img {
    width: 70%;
    display: block;
    margin-inline: auto;
}