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

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

.contentStepBack .section1 {
    width: 100%;
    position: relative;
    padding-top: 13%;
}

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

.section1 .contentSect1 {
    width: 100%;
    position: absolute;
    top: 20%;
    left: 0;
}

.contentSect1 h2 {
    font: normal normal 400 33px/33px Trajan Pro3;
    text-align: center;
    color: #FBF6E9;
    -webkit-text-stroke: 0.5px #FBF6E9;
    margin-bottom: 10px;
}

.contentSect1 h3 {
    font: normal normal 400 17px/17px Trajan Pro3;
    text-align: center;
    color: #FBF6E9;
    -webkit-text-stroke: 0.5px #FBF6E9;
}

.contentSect2 {
    width: 100%;
    position: absolute;
    bottom: 10%;
    left: 0;
    z-index: 3;
}

.contentSect2 img {
    width: 5%;
    display: block;
    margin-inline: auto;
}

.contentSect3 {
    width: 100%;
    position: absolute;
    bottom: -30px;
    left: 0;
    z-index: 2;
}

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

/* Section 2 */
.section2 {
    width: 100%;
    position: relative;
    background-color: #24290A;
    padding: 40px 30px 40px 30px;
}

.section2 .dividerTop,
.section2 .dividerBottom {
    width: 70%;
    display: block;
    margin-inline: auto;
}

.section2 .dividerTop {
    margin-bottom: 30px;
}

.section2 p {
    font: normal normal 400 23px/25px Baskerville;
    text-align: center;
    color: #B1AB7E;
    -webkit-text-stroke: 0.1px #B1AB7E;
    margin-bottom: 20px;
}

.section2 .mainPhoto3 {
    width: 100%;
    display: block;
    margin-bottom: 40px;
}

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

.section3 .content3-1 {
    width: 100%;
    position: relative;
    padding-inline-start: 30px;
    margin-bottom: 40px;
}

.content3-1 h2 {
    font: normal normal 400 35px/45px Tempting;
    color: #B1A971;
    -webkit-text-stroke: 0.2px #B1A971;
}

.content3-1 p {
    font: normal normal 400 22px/30px Zapf Humanist;
    color: #9D9884;
    -webkit-text-stroke: 0.4px #9D9884;
}

.content3-2 {
    width: 100%;
    position: relative;
    padding-inline: 40px;
    margin-bottom: 50px;
}

.content3-2-2 {
    width: 100%;
    position: relative;
    padding: 20px;
    background-color: rgba(38, 36, 10, 0.58);
    border-radius: 37px;
}

.content3-2-2 p {
    font: normal normal 400 18px/30px Baskerville;
    color: #9D9884;
    -webkit-text-stroke: 0.5px #9D9884;
}

.content3-2-2 p span {
    font-style: italic;
}

.content3-4 {
    width: 100%;
    position: relative;
    margin-bottom: 40px;
}

.content3-4 h3 {
    font: normal normal 400 21px/26px Trajan Pro3;
    text-align: center;
    color: #9D9884;
    -webkit-text-stroke: 0.8px #9D9884;
    margin-bottom: 20px;
}

.content3-4 h2 {
    font: normal normal 400 45px/60px Tempting;
    text-align: center;
    color: #B1A971;
    margin-bottom: 30px;
}

/* Section 3B */
.section3B {
    width: 100%;
    position: relative;
    background-color: #242002;
}


.section3B .video-locations3 {
    width: 100%;
    position: relative;
    background-color: #242002;
}

.video-locations3 #myVideo3 {
    width: 100%;
    display: block;
}

#pauseBtn {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    display: none;
    color: #fff;
    z-index: 10;
    cursor: pointer;
}

.video-locations3 .watch-btn-3 {
    width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.watch-btn-3 .watchButton-3 {
    font: normal normal 500 18px / 35px Gazpacho;
    letter-spacing: 0.3px;
    color: #fff !important;
    background-color: #674C03;
    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: 20px;
    animation: bounce 0.5s;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(.5, 0.05, 1, .5);
    animation-iteration-count: infinite;
    cursor: pointer;
}

/* Poster overlay */
.video-poster-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 10;
    display: block;
    /* Awalnya tampil */
    pointer-events: none;
    /* Supaya tidak mengganggu klik video */

    background-color: #242002;
}

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

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


/* Section 4 */
.section4 {
    width: 100%;
    position: relative;
    background-color: #24290A;
    padding: 30px 0 40px 0;
}

.section4 .head4-1 {
    font: normal normal 400 24px/30px Zapf Humanist;
    text-align: center;
    color: #C4BD9E;
    -webkit-text-stroke: 0.5px #C4BD9E;
    margin-bottom: 60px;
}

.head4-1 span {
    font: normal italic 400 35px/30px Baskerville;
}

.section4 .rightContent4B {
    width: 100%;
    position: relative;
    margin-bottom: 50px;
    z-index: 3;
}

.rightContent4B h2 {
    font: normal normal 400 35px/45px Parisienne;
    text-align: right;
    color: #B1A971;
    -webkit-text-stroke: 0.5px #B1A971;
    padding-right: 20px;
}

.rightContent4B p {
    font: normal normal 400 22px/30px Baskerville;
    text-align: right;
    color: #B1A971;
    -webkit-text-stroke: 0.5px #B1A971;
    padding-right: 20px;
    margin-bottom: 30px;
}

.sketch1 {
    width: 30%;
    display: block;
    position: absolute;
    top: 8%;
    left: 0;
    z-index: 2;
}

.sketch3 {
    width: 70%;
    display: block;
    position: absolute;
    top: 60%;
    left: 0;
    z-index: 2;
}

.sketch2 {
    width: 80%;
    display: block;
    position: absolute;
    top: 37%;
    right: 0;
    z-index: 2;
}

.sketch4 {
    width: 45%;
    display: block;
    position: absolute;
    top: 80%;
    right: 0;
    z-index: 2;
}

.rightContent4B .img-Right4B {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.img-Right4B .imgRight4B {
    width: 80%;
    display: block;
}

/* Left Content */
.leftContent {
    width: 100%;
    position: relative;
    margin-bottom: 50px;
    z-index: 3;
}

.leftContent h2 {
    font: normal normal 400 35px/45px Parisienne;
    text-align: left;
    color: #B1A971;
    -webkit-text-stroke: 0.5px #B1A971;
    padding-left: 30px;
}

.leftContent p {
    font: normal normal 400 22px/30px Baskerville;
    text-align: left;
    color: #B1A971;
    -webkit-text-stroke: 0.5px #B1A971;
    padding-left: 30px;
    margin-bottom: 30px;
}

.leftContent .img-Left4 {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.img-Left4 .imgLeft4 {
    width: 80%;
    display: block;
}

.divider4T,
.divider4B {
    width: 55%;
    display: block;
    margin-inline: auto;
}


.divider4T {
    margin-bottom: 40px;
}

/* Section 5 */
.section5 {
    width: 100%;
    position: relative;
    padding: 40px 30px;
    background-color: #24290A;
}


.section5 .contentSect5 {
    width: 100%;
    position: relative;
    background-color: rgba(163, 167, 76, 0.64);
    padding: 20px;
    border-radius: 23px;
    margin-bottom: 40px;
}

.contentSect5 .btnFlex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-direction: row;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 15%;
    /* margin-top: 15%; */
    position: relative;
}

.btnFlex .button {
    display: flex;
    align-items: center;
    justify-content: center;
    font: normal normal 300 20px / 28px Zapf Humanist;
    letter-spacing: 0.5px;
    color: #FAF6E9;
    -webkit-text-stroke: 0.5px #FAF6E9;
    padding: 3px 5px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 80px;
    background: transparent;
    transition: all 0.5s ease-out;
    z-index: 1;
    cursor: pointer;
}

.button.active {
    border-bottom: 1px solid #FAF6E8;
}

.contentSect5 .prays,
.contentSect5 .loves {
    display: none;
}

.contentSect5 .eats,
.contentSect5 .prays,
.contentSect5 .loves {
    width: 100%;
    position: relative;
}

.eats img,
.prays img,
.loves img {
    width: 100%;
    display: block;
    margin-bottom: 15px;
}

.line1 {
    width: 2px;
    display: block;
}

.divider5B {
    width: 60%;
    display: block;
    margin-inline: auto;
}

.section6 {
    width: 100%;
    position: relative;
    background-image: url('https://khastanahadiubud.com/wp-content/uploads/2025/05/Group-7731.webp');
    background-position: center;
    background-size: cover;
    padding: 40px 30px;
}

.section6 .sect6-1 {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

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

.sect6-2 {
    width: 100%;
    position: relative;
    margin-bottom: 50px;
}

.sect6-2 p {
    font: normal normal 400 23px/27px Baskerville;
    color: #F5EED7;
    -webkit-text-stroke: 0.8px #F5EED7;
}

.sect6-2 h3 {
    font: normal normal 400 28px/35px Baskerville;
    color: #FDDD73;
    -webkit-text-stroke: 0.8px #FDDD73;
    margin-bottom: 15px;
}

.sect6-2 h4 {
    font: normal normal 400 32px/41px Tempting;
    color: #FDDD73;
}

.sect6-3 {
    width: 100%;
    position: relative;
}

.sect6-3 p {
    font: normal normal 400 22px/25px Baskerville;
    color: #F5EED7;
    -webkit-text-stroke: 0.8px #F5EED7;
}

.sect6-3 .pHidden {
    margin-top: 20px;
    display: none;
    width: 100%;
    position: relative;
    margin-bottom: 50px;
}

.btnRead {
    width: 100%;
    position: relative;
    margin-top: 60px;
    display: flex;
}

.btnRead a {
    font: normal normal 500 20px / 26px Gazpacho;
    letter-spacing: 0.3px;
    color: #3F4516 !important;
    background-color: #F5EED7;
    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: 20px;
    cursor: pointer;
}

/* Section CTA */
.sectionCTA7{
    width: 100%;
    position: relative;
    padding: 20% 30px;
    background-image: url('https://khastanahadiubud.com/wp-content/uploads/2025/05/Scroll-Group-285.webp');
    background-position: center;
    background-size: cover;
}

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

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

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