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

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

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

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

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

.site .button:not(:hover):not(:active):not(.has-background),
button:not(:hover):not(:active):not(.has-background),
input[type=submit]:not(:hover):not(:active):not(.has-background),
input[type=reset]:not(:hover):not(:active):not(.has-background),
.wp-block-search .wp-block-search__button:not(:hover):not(:active):not(.has-background),
.wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-background),
.wp-block-file a.wp-block-file__button:not(:hover):not(:active):not(.has-background) {
    background-color: transparent !important;
}

/* Section 1 */
.section1 {
    width: 100%;
    position: relative;
    padding-top: 23%;
}

.section1 #vid1D {
    width: 100%;
    display: block;
}

.section1 .abs1-1 {
    width: 100%;
    position: absolute;
    bottom: -10px;
    left: 0;
    z-index: 2;
}

.abs1-1 img {
    width: 100%;
    display: block;
}

.section1 .abs1-2 {
    width: 100%;
    position: absolute;
    bottom: -20%;
    left: 0;
    z-index: 3;
}

.abs1-2 img {
    width: 95%;
    display: block;
    margin-inline: auto;
}

/* Section 2 */
.section2 {
    width: 100%;
    position: relative;
    padding: 40% 20px 50px 20px;
    /* background-image: url('https://khastanahadiubud.com/wp-content/uploads/2025/09/Scroll-Group-438.webp'); */
    background-position: bottom center;
    background-size: cover;
    background-color: #E5DFCA;
    transition: background-image 0.5s ease-in-out;

}

.section2 p {
    font: normal normal 400 25px/38px Baskerville;
    text-align: center;
    color: #714923;
    -webkit-text-stroke: 0.5px #714923;
}

/* Section 3 */
.section3 {
    width: 100%;
    position: relative;
    padding: 10% 0 20% 0;
    /* background-image: url('https://khastanahadiubud.com/wp-content/uploads/2025/09/Scroll-Group-437-1.webp'); */
    background-size: cover;
    background-position: top center;
    background-color: #AB6D46;
    transition: background-image 0.5s ease-in-out;
}

.section3 .head3 {
    width: 100%;
    position: relative;
    padding-inline: 20px;
    margin-bottom: 40px;
}

.head3 h2 {
    font: normal normal 400 25px/35px Trajan Pro3;
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
}

.head3 h3 {
    font: normal normal 400 45px/30px Renatha Signature;
    text-align: center;
    color: #fff;
    -webkit-text-stroke: 1px #FFFFFF;

}

.section3 .content3M {
    width: 100%;
    position: relative;
    padding-inline: 20px;
}

.content3M .slider3M {
    width: 100%;
    position: relative;
}

.slider3M .slick-slide {
    height: auto;
}

.slider3M .slick-track {
    display: flex;
}

.slider3M .slick-dots {
    bottom: -10%;
    padding-left: 0px !important;
}

.slider3M .slick-dots li {
    margin: 0 2px;
}

.slider3M .slick-dots li.slick-active button:before {
    border: 2px solid #fff;
    /* border kuning */
    background-color: transparent;
    opacity: 1;
    width: 15px;
    height: 15px;
}

.slider3M .slick-dots li button:before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    /* bulat */
    display: block;
    opacity: 1;
    /* efek transparan */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slider3M .slick-slide img {
    width: 100%;
    display: block;
}

.arrow3Flex {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.arrow3Flex a {
    width: 12%;
    position: relative;
    transition: all 0.5s ease-out;
    animation: bounce 0.5s;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(.5, 0.05, 1, .5);
    animation-iteration-count: infinite;
}

.arrow3Flex a img {
    width: 100%;
    display: block;
}

/* Section 4 */
.section4 {
    width: 100%;
    position: relative;
    padding: 10% 0 10% 0;
    /* background-image: url('https://khastanahadiubud.com/wp-content/uploads/2025/09/Group-9030-1.webp'); */
    background-position: top center;
    background-size: cover;
    background-color: #E5DFCA;
    transition: background-image 0.5s ease-in-out;
}

.section4 .headline4 {
    width: 100%;
    position: relative;
    margin-bottom: 40px;
}

.headline4 h2 {
    font: normal normal 400 25px/35px Recoleta;
    text-align: center;
    color: #3E2206;
}

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

.content4M .content4M1,
.content4M .content4M2 {
    width: 100%;
    position: relative;
}

.content4M1 .awaitsFlex,
.content4M2 .awaitsFlex {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}

.content4M2 {
    display: none;
}

.awaitsFlex img {
    width: 70px;
    display: block;
}

.awaitsFlex p {
    font: normal normal 300 21px/29px Avenir;
    color: #3E2206;
}

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

.btnHidesPoint a {
    letter-spacing: 0.3px;
    background-color: transparent !important;
    text-align: center;
    display: flex;
    width: 180px;
    position: relative;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #3E2206 !important;
    border: 2px solid #3E2206;
    font: 500 18px / 35px Gazpacho;
    padding: 7px 0px;
    margin: 0px auto;
    text-decoration: none;
    transition: 0.5s ease-out;
    border-radius: 35px;
    /* animation: 0.5s cubic-bezier(0.5, 0.05, 1, 0.5) 0s infinite alternate none running bounce; */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.24);
}

.content4M .slider4M {
    width: 100%;
    position: relative;
}

.slider4M .slick-slide {
    height: auto;
}

.slider4M .slick-track {
    display: flex;
}



.content4B {
    width: 100%;
    position: relative;
    padding-right: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.content4B .content4BL {
    width: 80%;
    position: relative;
}

.content4BL img {
    width: 100%;
    display: block;
}

.content4B .content4BR {
    width: 15%;
    position: relative;
}

.content4BR .arrow4 {
    width: 15%;
    position: relative;
}

.arrow4 img {
    width: 100%;
    display: block;
}

/* Section 5 */
.section5 {
    width: 100%;
    position: relative;
    padding: 15% 0 20% 0;
    /* background-image: url('https://khastanahadiubud.com/wp-content/uploads/2025/09/Scroll-Group-436-1.webp'); */
    background-position: center;
    background-size: cover;
    background-color: #8B5C2D;
    transition: background-image 0.5s ease-in-out;
}

.section5 .content5M {
    width: 100%;
    position: relative;
    padding-left: 20px;
    margin-bottom: 60px;
}

.content5M .slider5M {
    width: 100%;
    position: relative;
}

.slider5M .slick-slide {
    height: auto;
}

.slider5M .slick-list {
    padding: 0 28px !important;
}

.slider5M .slick-slide img {
    width: 97%;
    padding-right: 0px;
    margin-left: -20px !important;
    margin-right: 0px !important;
    display: block;
}

.slider5M .slick-dots {
    bottom: -30px;
    padding-left: 0px !important;
}

.slider5M .slick-dots li {
    margin: 0 2px;
}

.slider5M .slick-dots li.slick-active button:before {
    border: 2px solid #fff;
    /* border kuning */
    background-color: transparent;
    opacity: 1;
    width: 15px;
    height: 15px;
}

.slider5M .slick-dots li button:before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    /* bulat */
    display: block;
    opacity: 1;
    /* efek transparan */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.content5B {
    width: 100%;
    position: relative;
    padding-inline: 20px;
}

.content5B h3 {
    font: normal normal 400 27px/35px Columbia-Serial;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.content5B h4 {
    font: normal normal 400 20px/30px Columbia-Serial;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.content5B .head5B1 {
    font: normal normal 500 19px/25px Recoleta;
    text-align: center;
    text-decoration: line-through;
    color: #FFFFFF;
    letter-spacing: 0px;
    margin-bottom: 10px;
}

.content5B .head5B2 {
    font: normal normal 500 25px/25px Recoleta;
    text-align: center;
    color: #FFFFFF;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.content5B .btnWA5 {
    width: 100%;
    position: relative;
    display: flex;
}

.btnWA5 a {
    letter-spacing: 0.3px;
    background-color: #FFFFFF;
    text-align: center;
    display: flex;
    width: 180px;
    position: relative;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #704822 !important;
    font: 500 18px / 35px Gazpacho;
    padding: 7px 0px;
    margin: 0px auto;
    text-decoration: none;
    transition: 0.5s ease-out;
    border-radius: 30px;
    animation: 0.5s cubic-bezier(0.5, 0.05, 1, 0.5) 0s infinite alternate none running bounce;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.24);
}

.arrow5Flex {
    width: 88%;
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.arrow5Flex a {
    width: 13%;
    position: relative;
    transition: all 0.5s ease-out;
    animation: bounce 0.5s;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(.5, 0.05, 1, .5);
    animation-iteration-count: infinite;
}

.arrow5Flex a img {
    width: 100%;
    display: block;
}

/* Section 6 */
.section6 {
    width: 100%;
    position: relative;
    padding: 10% 0 20% 0;
    /* background-image: url('https://khastanahadiubud.com/wp-content/uploads/2025/09/Artboard-11.webp'); */
    background-position: center;
    background-size: cover;
    background-color: #E5DFCA;
    transition: background-image 0.5s ease-in-out;
}

.section6 .head6 {
    width: 100%;
    position: relative;
    padding-inline: 20px;
    margin-bottom: 40px;
}

.head6 h2 {
    font: normal normal 400 30px/40px Lora2;
    text-align: center;
    color: #704822;
    -webkit-text-stroke: 0.5px #704822;
}

.section6 .content6M {
    width: 100%;
    position: relative;
    padding-inline: 40px;
}

.content6M .slider6M {
    width: 100%;
    position: relative;
}

.slider6M .cardTesti {
    position: relative;
}



.slider6M .slick-slide {
    height: auto;
}

.slider6M .slick-track {
    display: flex;
}

.slider6M .slick-slide img {
    width: 100%;
    display: block;
}

.cardTesti .testiButton {
    width: 100%;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
}

.testiButton a {
    font: normal normal 400 18px/20px Baskerville;
    text-align: center;
    color: #FFFFFF;
    -webkit-text-stroke: 0.5px #FFFFFF;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.69);
    text-decoration: none;
}

.slider6M .slick-dots {
    bottom: -30px;
    padding-left: 0px !important;
}

.slider6M .slick-dots li {
    margin: 0 2px;
}

.slider6M .slick-dots li.slick-active button:before {
    border: 2px solid #67431E;
    /* border kuning */
    background-color: transparent;
    opacity: 1;
    width: 15px;
    height: 15px;
}

.slider6M .slick-dots li button:before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #67431E;
    border-radius: 50%;
    /* bulat */
    display: block;
    opacity: 1;
    /* efek transparan */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.arrow6Flex {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.arrow6Flex a {
    width: 13%;
    position: relative;
    transition: all 0.5s ease-out;
    animation: bounce 0.5s;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(.5, 0.05, 1, .5);
    animation-iteration-count: infinite;
}

.arrow6Flex a img {
    width: 100%;
    display: block;
}

/* Section 7 */
.section7 {
    width: 100%;
    position: relative;
    padding: 40% 0 20% 0;
    /* background-image: url('https://khastanahadiubud.com/wp-content/uploads/2025/09/Artboard-11.webp'); */
    background-position: center;
    background-size: cover;
    background-color: #E5DFCA;
    transition: background-image 0.5s ease-in-out;
}

.section7 .content7M {
    width: 100%;
    position: relative;
    padding-inline: 10px;
}

.content7M .contentSect4-3 {
    width: 100%;
    /* background-image: url("https://khastanahadiubud.com/wp-content/uploads/2025/09/Khastana-In-Villa-Breakfast-90625-5.webp"); */
    background-position: center;
    background-size: cover;
    background-color: #D6BE97;
    transition: background-image 0.5s ease-in-out;
    padding: 35% 15px 50px 15px;
    border-radius: 30px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16),
        inset 6px 10px 26px rgba(0, 0, 0, 0.16);
}

.contentSect4-3 .headSect4-3 {
    font: normal normal 400 25px/35px Trajan Pro3;
    text-align: center;
    color: #6e4e08;
    -webkit-text-stroke: 0.7px #6e4e08;
}

.contentSect4-3 .headSect4-3I {
    width: 100%;
    display: block;
    margin-inline: auto;
    margin-block: 15px;
}

.contentSect4-3 .headSect4-3B {
    font: normal normal 300 20px/30px Trajan Pro3;
    text-align: center;
    color: #6e4e08;
    -webkit-text-stroke: 0.3px #6e4e08;
    margin-bottom: 40px;
}

.contentSect4-3 .contentSlider4T {
    width: 100%;
    position: relative;
    margin-bottom: 40px;
}

.contentSect4-3 .contentSlider4B {
    width: 100%;
    position: relative;
    padding-inline: 10px;
}

.contentSect4-3 .slider-4T {
    width: 100%;
    position: relative;
}

.slider-4T .slick-slide {
    height: auto;
}

.slider-nav-4T .slick-slide img {
    width: 100%;
    display: block;
    border-radius: 20px;
}


.slider-nav-4T .slick-track {
    display: flex;
}

.slider-nav-4T .slick-track {
    display: flex;
}

.slider-nav-4T .slick-dots {
    bottom: -13%;
    padding-left: 0px !important;
}

.slider-nav-4T .slick-dots li {
    margin: 0 2px;
}

.slider-nav-4T .slick-dots li.slick-active button:before {
    border: 2px solid #6e4e08;
    /* border kuning */
    background-color: transparent;
    opacity: 1;
    width: 15px;
    height: 15px;
}

.slider-nav-4T .slick-dots li button:before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #6e4e08;
    border-radius: 50%;
    /* bulat */
    display: block;
    opacity: 1;
    /* efek transparan */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slider-for-4T .slick-slide h2 {
    font: normal normal 400 21px/30px Trajan Pro3;
    color: #8b4009;
    -webkit-text-stroke: 0.5px #8b4009;
    margin-bottom: 10px;
}

.slider-for-4T .slick-slide p {
    font: normal normal 400 15px/25px Accia Piano;
    color: #3b2904;
    -webkit-text-stroke: 0.3px #3b2904;
}

.content7M .abs4-3 {
    width: 100%;
    position: absolute;
    top: -14%;
    left: 0;
    z-index: 2;
}

.abs4-3 img {
    width: 80%;
    display: block;
    margin-inline: auto;
}