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

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

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

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

.contentDifferent .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 h4 {
    font: normal normal 400 17px/30px Trajan Pro3;
    text-align: center;
    color: #FBF6E9;
    -webkit-text-stroke: 0.5px #FBF6E9;
}

.contentSect1 h2 {
    font: normal normal 400 36px / 40px 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-color: #24290A;
}

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

.section3 .content3-2 {
    width: 100%;
    padding-inline: 30px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.content3-2 .content3-2-2 {
    width: 100%;
    position: relative;
    background-color: rgba(35, 40, 9, 0.89);
    padding: 30px 20px;
    border-radius: 35px;
}

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

.section3 .content3-3 {
    width: 100%;
    padding-inline: 20px;
    position: absolute;
    bottom: 10%;
    z-index: 3;
}

.content3-3 p {
    font: normal normal 400 20px/25px Trajan Pro3;
    color: #9D9884;
    -webkit-text-stroke: 0.8px #9D9884;
    text-align: center;
}

.content3-3 h2 {
    font: normal normal 400 38px/50px Tempting;
    text-align: center;
    color: #B1A971;
    -webkit-text-stroke: 0.2px;
}

.content3-3 .img3-3 {
    width: 100%;
    position: relative;
    display: flex;
}

.content3-3 img {
    width: 50%;
    display: block;
    margin-inline: auto;
}

.content3-4 {
    width: 100%;
    position: absolute;
    bottom: 1%;
}

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


/* 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 10px 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: 10px 30px 40px 30px;
    background-color: #24290A;
}

.section5 h3 {
    font: normal italic 400 30px/35px Baskerville;
    text-align: center;
    color: #FFFFFF;
    -webkit-text-stroke: 0.3px #FFFFFF;
}

.section5 h2 {
    font: normal normal 500 28px/35px Accia Piano;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.section5 h2 span {
    font: normal italic 500 17px/30px Accia Piano;
    text-align: center;
    color: #FFFFFF;
    padding-bottom: 2px;
    border-bottom: 1px solid #fff;
}

.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;
}

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

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

.section7 .content7T {
    width: 100%;
    padding-inline: 30px;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, 0%);
}

.content7T p {
    font: normal normal 400 20px/25px Baskerville;
    text-align: center;
    color: #434917;
    -webkit-text-stroke: 0.5px #434917;
    margin-bottom: 20px;
}

.content7T p span {
    font-style: italic;
}

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

.content7T h4 {
    font: normal normal 400 18px/20px Zapf Humanist;
    text-align: center;
    color: #434917;
    -webkit-text-stroke: 0.5px #434917;
}

.content7T h4 span{
    font: normal italic 400 22px/24px Baskerville;
    text-align: center;
    color: #434917;
    -webkit-text-stroke: 0.5px #434917;
    padding-bottom: 2px;
    border-bottom: 1px solid #434917;
}

.content7T h5 {
    font: normal normal 400 22px / 30px Baskerville;
    color: #434917;
    text-align: center;
    -webkit-text-stroke: 0.5px #434917;
}

.content7T h5 span{
    font-style: italic;
}

.content7B {
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, 0%);
}

.content7B a {
    width: 200px;
    text-align: center;
    background-color: #F5EED7;
    font: normal normal 500 20px/30px Gazpacho;
    color: #3F4516;
    padding: 9px 0;
    border-radius: 30px;
    text-decoration: none !important;
    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;
    cursor: pointer;
}