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

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

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

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

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

.section1 .contentSect1 {
    width: 100%;
    padding-inline: 15px;
    position: absolute;
    top: 18%;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 2;
}

.contentSect1 h1 {
    font: normal normal 400 24px/35px Trajan Pro3;
    text-align: center;
    color: #fff;
    -webkit-text-stroke: 1px #fff;
}

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

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

/* Section 2 */
.section2 {
    width: 100%;
    position: relative;
    padding: 13% 0 50px 0;
    background-image: url('https://khastanahadiubud.com/wp-content/uploads/2025/09/Scroll-Group-400.webp');
    background-size: cover;
    background-position: top center;
}

.section2 .content2-1 {
    width: 100%;
    position: relative;
    padding-inline: 30px;
    margin-bottom: 30px;
    z-index: 3;
}

.content2-1 p {
    font: normal normal 400 18px/30px Baskerville;
    text-align: center;
    color: #714923;
    -webkit-text-stroke: 0.5px #714923;
    margin-bottom: 30px;
}

.content2-1 img {
    width: 6%;
    display: block;
    margin-inline: auto;
}


/* Section 3 */
.section3 {
    width: 100%;
    position: relative;
    padding: 10px 0 40px 0;
    background-image: url('https://khastanahadiubud.com/wp-content/uploads/2025/09/Scroll-Group-400.webp');
    background-size: cover;
    background-position: top center;
}

.section3 .content3 {
    width: 100%;
    position: relative;
    background-image: url('https://khastanahadiubud.com/wp-content/uploads/2025/09/Mask-Group-8047.webp');
    background-size: cover;
    background-position: top center;
    border-radius: 20px;
    padding: 30px 0 25% 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.section3 .content3 .head3 {
    /* width: 88%;
    position: relative;
    margin-inline: auto;
    background-image: url('https://khastanahadiubud.com/wp-content/uploads/2025/09/Group-8983.webp');
    background-size: cover;
    background-position: center;
    padding: 20px;
    margin-bottom: 15%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); */
    width: 100%;
    position: relative;
    margin-bottom: 15%;
}

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

.head3 p {
    font: normal normal 400 14px/20px Columbia-Serial;
    text-align: center;
    color: #331704;
    margin-bottom: 10px;
}

.head3 h2 {
    font: normal normal 400 30px/30px Snell Roundhand;
    text-align: center;
    color: #331704;
    -webkit-text-stroke: 0.3px #331704;
}

.content3 .contentSlider3 {
    width: 100%;
    position: relative;
}

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

.arrow3Flex a {
    width: 18%;
    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;
}

.contentSlider3 .slider3 {
    width: 100%;
    position: relative;
}

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

.slider3 .slick-list {
    padding: 0 40px !important;
}

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

.slider3 .slick-dots {
    bottom: -50px;
    padding-left: 0px !important;
}

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

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

.slider3 .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%);
}

.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 4 */
.section4 {
    width: 100%;
    position: relative;
    padding: 30px 0 70px 0;
    background-image: url('https://khastanahadiubud.com/wp-content/uploads/2025/09/Scroll-Group-426-scaled.webp');
    background-size: cover;
    background-position: top center;
}

.section4 .content4-1 {
    width: 100%;
    position: relative;
    padding-inline: 20px;
    margin-bottom: 50px;
}

.content4-1 h2 {
    font: normal normal 400 22px/32px Recoleta;
    color: #714923;
    margin-bottom: 30px;
}

.content4-1 .flex4-1 {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.flex4-1 h4 {
    font-size: 25px;
    color: #714923;
}

.flex4-1 h3 {
    font: normal normal 400 18px/25px Accia Piano;
    color: #714923;
}

.content4-2 {
    width: 100%;
    position: relative;
    margin-bottom: 60%;
}

.content4-2 .content4-2T {
    width: 100%;
    position: relative;
    margin-bottom: 40px;
}

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

.content4-2B {
    width: 100%;
    position: relative;
    padding-inline: 20px;
}

.content4-2B h3 {
    font: normal normal 400 18px/32px Columbia-Serial;
    text-align: center;
    color: #714923;
    margin-bottom: 15px;
}

.content4-2B h3 span {
    font-size: 20px;
}

.content4-2B h2 {
    font: normal normal 500 28px/25px Recoleta;
    text-align: center;
    color: #714923;
    margin-bottom: 30px;
}

.content4-2B .btnWA4 {
    width: 100%;
    position: relative;
}

.btnWA4 a {
    font: normal normal 500 18px / 35px Gazpacho;
    letter-spacing: 0.3px;
    color: #fff !important;
    background-color: #E08A60;
    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;
    border-radius: 30px;
    animation: bounce 0.5s;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(.5, 0.05, 1, .5);
    animation-iteration-count: infinite;
    cursor: pointer;
}

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

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

.content4-3 {
    width: 95%;
    position: relative;
    margin-inline: auto;
}

.content4-3 .contentSect4-3 {
    width: 100%;
    background-image: url("https://khastanahadiubud.com/wp-content/uploads/2025/08/Khastana-In-Villa-Breakfast-90625-5.webp");
    background-position: center;
    background-size: cover;
    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: 20px;
}

.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 25px/35px Recoleta;
    color: #8b4009;
    -webkit-text-stroke: 0.8px #8b4009;
}

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

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

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