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

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

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

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

@font-face {
  font-family: "Basker MedIt";
  src: url("https://khastanahadiubud.com/wp-content/uploads/2025/10/Baskervville-MediumItalic.ttf")
    format("truetype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Basker RegIt";
  src: url("https://khastanahadiubud.com/wp-content/uploads/2025/10/Baskervville-Italic.ttf")
    format("truetype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Basker Regular3";
  src: url("https://khastanahadiubud.com/wp-content/uploads/2025/10/Baskervville-Regular.ttf")
    format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Basker Medium3";
  src: url("https://khastanahadiubud.com/wp-content/uploads/2025/10/Baskervville-Medium.ttf")
    format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Tans Regular3";
  src: url("https://khastanahadiubud.com/wp-content/uploads/2025/10/TAN-Angleton.ttf")
    format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Biro Regular3";
  src: url("https://khastanahadiubud.com/wp-content/uploads/2025/10/Biro_Script_reduced.otf")
    format("opentype");
  font-weight: 400;
  font-style: normal;
}


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

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

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

/* Section 1 */
.section1 {
  width: 100%;
  position: relative;
}

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

.section1 .absSect1 {
  width: 60%;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

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

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

.content1T h2 {
  font: normal italic 500 30px/35px Basker MedIt;
  text-align: center;
  color: #fff;
}

.content1T h3 {
  font: normal normal 400 47px/53px Snell Roundhand;
  text-align: center;
  color: #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: 15% 30px;
  padding-top: 30%;
}

.section2 .content2T {
  width: 100%;
  position: absolute;
  top: -55%;
  left: 0;
  z-index: 2;
}

.section2 .content2T2 {
  width: 100%;
  position: absolute;
  top: -9%;
  left: 0;
  z-index: 3;
}

.content2T2 h2 {
  font: normal normal 400 28px/35px Trajan Pro3;
  text-align: center;
  color: #fff;
}

.content2T2 h3 {
  font: normal normal 400 47px/53px Snell Roundhand;
  text-align: center;
  color: #fff;
}

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

.content2T h3 {
  font: normal italic 400 27px/28px Basker RegIt;
  text-align: center;
  color: #fff;
}

.content2T h4 {
  font: normal italic 500 36px/45px Basker MedIt;
  text-align: center;
  color: #fff;
}

.content2M {
  width: 100%;
  position: relative;
  display: block;
  z-index: 3;
}

.content2M p {
  font: normal normal 400 18px/30px Basker Regular3;
  text-align: center;
  color: #fff;
  -webkit-text-stroke: 0.5px #f5f6f2;
}

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

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

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

.section-watch-3 .bgOverlay3 {
  width: 100%;
  display: block;
}

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

.watch-btn-3 a {
  width: 100%;
  display: block;
  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; */
}

.watch-btn-3 a img {
  width: 100%;
  display: block;
}

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

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

.video-popup-3 .video-content-mobile-3 {
  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-3 .btn-close-video-3 {
  width: 13%;
  position: absolute;
  bottom: 3%;
  right: 5%;
  z-index: 3;
}

.btn-close-video-3 a {
  width: 100%;
  display: block;
  position: relative;
}

.btn-close-video-3 a img {
  width: 100%;
  display: block;
}

.video-content-mobile-3 .video-container-3 {
  width: 100%;
  height: 100vh !important;
  max-height: 100vh;
  position: relative;
}

.video-container-3 video {
  width: 100%;
  height: 100vh;
  display: block;
  object-fit: cover;
}

/* Section 4 */
.section4 {
  width: 100%;
  position: relative;
}

.section4 .bgSect4 {
  width: 100%;
  display: block;
}

.section4 .contentSect4T {
  width: 100%;
  position: absolute;
  top: 3%;
  left: 50%;
  transform: translate(-50%, 0);
}

.section4 .contentSect4B {
  width: 100%;
  position: absolute;
  bottom: -10%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
}

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

.contentSect4T h2 {
  font: normal normal 400 47px/38px Trajan Pro3;
  text-align: center;
  color: #394811;
  -webkit-text-stroke: 0.5px #394811;
}

.contentSect4T h3 {
  font: normal normal 400 37px/38px Trajan Pro3;
  text-align: center;
  color: #394811;
  -webkit-text-stroke: 0.5px #394811;
}

.contentSect4T h4 {
  font: normal normal 400 23px/28px Recoleta;
  text-align: center;
  color: #394811;
  -webkit-text-stroke: 0.2px #394811;
  padding-inline: 30px;
  margin-bottom: 20px;
}

.contentSect4T p {
  font: normal italic 400 23px/28px Basker RegIt;
  text-align: center;
  color: #394811;
  -webkit-text-stroke: 0.2px #394811;
  padding-inline: 30px;
}

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

.contentVideo4 {
  width: 70%;
  height: 60%;
  position: absolute;
  top: 39%;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 130px;
  padding: 10px;
  background-color: #faf6e9;
  overflow: hidden;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.contentVideo4 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  border-radius: 120px;
}

/* Section 5 */
.section5 {
  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 25px;
  padding-bottom: 20%;
  padding-top: 40%;
}

.section5 .head5 {
  font: normal normal 400 19px/29px Trajan Pro3;
  text-align: center;
  text-transform: uppercase;
  color: #394811;
  -webkit-text-stroke: 0.5px #394811;
  margin-bottom: 40px;
}

.section5 .contentImg5,
.section5 .contentTxt5 {
  width: 100%;
  position: relative;
}

.section5 .contentImg5 {
  margin-bottom: 10px;
}

.contentTxt5 {
  padding-left: 10px;
}

.contentImg5 .slider-nav-5,
.contentTxt5 .slider-for-5 {
  position: relative;
}

.contentImg5 .slider-nav-5 .slick-track,
.contentTxt5 .slider-for-5 .slick-track {
  display: flex;
  align-items: center;
}

.contentImg5 .slider-nav-5 .slick-slide img {
  width: 100%;
  margin-inline: auto;
  display: block;
}

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

.contentTxt5 .slider-for-5 .slick-slide p {
  font: normal normal 400 19px/25px Basker Regular3;
  color: #394811;
  -webkit-text-stroke: 0.5px #394811;
}

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

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

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

.button-slider-5 .btn-slider-prev-5 {
  /* transform: scaleX(-1); */
}

/* Section 6 */
.section6 {
  width: 100%;
  position: relative;
  background-color: #828853;
  padding: 10% 15px;
}

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

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

.headline6A h3 {
  font: normal normal 400 20px/27px Basker Medium3;
  text-align: center;
  color: #f4f8da;
}

.headline6A h2 {
  font: normal normal 400 30px/35px Snell Roundhand;
  text-align: center;
  color: #f4f8da;
}

.section6 .content6M {
  width: 100%;
  position: relative;
  background-color: #dedecd;
  padding: 40px 15px 35% 15px;
  border-radius: 30px;
  margin-bottom: 30px;
}

.content6M .head6M {
  font: normal normal 500 24px/34px Accia Piano;
  text-align: center;
  text-transform: uppercase;
  color: #355f16;
  margin-bottom: 40px;
}

.content6M .contentPoint6 {
  width: 100%;
  position: relative;
  display: flex;
  gap: 10px;
}

.contentPoint6 h4 {
  font: normal normal 400 18px/30px Accia Piano;
  color: #355f16;
}

.contentPoint6 p {
  font: normal normal 400 18px/30px Accia Piano;
  color: #355f16;
}

.contentSlider6 {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}

.contentSlider6 .slider6 {
  width: 100%;
  position: relative;
}

.slider6 .slick-track {
  display: flex;
  align-items: center;
}

.slider6 .slick-slide img {
  width: 100%;
  display: block;
  margin-inline: auto;
}

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

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

.button-slider-6 a {
  width: 13%;
  display: block;
  position: relative;
  transition: all 0.5s ease-out;
  /* animation: bounce 0.5s;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(0.5, 0.05, 1, 0.5);
    animation-iteration-count: infinite; */
}

.button-slider-6 a img {
  width: 100%;
  display: block;
}

.button-slider-6 .btn-slider-prev-6 {
  /* transform: scaleX(-1); */
}

.buttonFlex {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

.buttonFlex h4 {
  font: normal normal 400 20px/30px Accia Piano;
  color: #355f16;
}

.toggle-switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
  margin: 10px;
}

.toggle-switch .toggle-input {
  display: none;
}

.toggle-switch .toggle-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 24px;
  background-color: #828853;
  border-radius: 34px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.toggle-switch .toggle-label::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 2px;
  left: 2px;
  background-color: #fff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s;
}

.toggle-switch .toggle-input:checked + .toggle-label {
  background-color: #355f16;
}

.toggle-switch .toggle-input:checked + .toggle-label::before {
  transform: translateX(16px);
}

.toggle-switch.light .toggle-label {
  background-color: #bebebe;
}

.toggle-switch.light .toggle-input:checked + .toggle-label {
  background-color: #9b9b9b;
}

.toggle-switch.light .toggle-input:checked + .toggle-label::before {
  transform: translateX(6px);
}

.toggle-switch.dark .toggle-label {
  background-color: #4b4b4b;
}

.toggle-switch.dark .toggle-input:checked + .toggle-label {
  background-color: #717171;
}

.toggle-switch.dark .toggle-input:checked + .toggle-label::before {
  transform: translateX(16px);
}

.section6 .SgPrice {
  display: none;
}

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

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

.content6M4 h4 {
  font: normal normal 400 22px/23px Recoleta;
  color: #355f16;
  -webkit-text-stroke: 0.9px #355f16;
  text-align: center;
  margin-bottom: 10px;
}

.content6M4 p {
  font: normal normal 400 13px/17px Gazpacho;
  color: #355f16;
  -webkit-text-stroke: 0.4px #355f16;
  text-align: center;
}

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

.content6M0 h3 {
  font: normal normal 400 18px / 25px Gazpacho;
  text-align: center;
  color: #f4f8da;
  -webkit-text-stroke: 0.4px #f4f8da;
}

.content6M .content6Mabs {
  width: 90%;
  position: absolute;
  bottom: -2%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  background-image: url("https://khastanahadiubud.com/wp-content/uploads/2025/10/Group-9542.webp");
  background-size: cover;
  background-position: center;
  padding: 15px 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.content6Mabs h3 {
  font: normal normal 400 16px/25px Gazpacho;
  text-align: center;
  color: #5a6024;
  -webkit-text-stroke: 0.5px #5a6024;
}

.content6Mabs h2 {
  font: normal normal 400 19px/26px Recoleta;
  text-align: center;
  color: #5a6024;
  -webkit-text-stroke: 0.9px #5a6024;
}

.content6Mabs h4 {
  font: normal normal 400 13px/23px Gazpacho;
  text-align: center;
  color: #5a6024;
  -webkit-text-stroke: 0.5px #5a6024;
}

/* Section Testi */
.sectionTesti {
  width: 100%;
  position: relative;
  background-image: url("https://khastanahadiubud.com/wp-content/uploads/2025/10/Group-9638.webp");
  background-size: cover;
  background-position: center;
  padding-block: 30px;
}

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

.contentTTop2{
  width: 100%;
  position: relative;
  background-image: url('https://khastanahadiubud.com/wp-content/uploads/2025/10/Group-9646.webp');
  background-position: center;
  background-size: cover;
  padding: 30px 15px 35px 15px;
}

.contentTTop2 .headlineTesti{
  width: 100%;
  position: relative;
}

.headlineTesti h3{
  font: normal normal 400 15px/30px Tans Regular3;
  color: #704822;
  -webkit-text-stroke: 0.3px #704822;
  text-transform: uppercase;
  margin-left: 10px;
}

.headlineTesti h2{
  font: normal normal 400 19px/30px Tans Regular3;
  color: #704822;
  -webkit-text-stroke: 0.3px #704822;
  margin-left: 10px;
  text-transform: uppercase;
}

.contentTTop2 .contentSliderTop2{
  width: 100%;
  position: relative;
}

.contentSliderTop2 .slider-nav-testi2{
  width: 100%;
  position: relative;
}

.slider-nav-testi2 .slick-track{
  display: flex;
  align-items: center;
}

.slider-nav-testi2 .slick-slide .profile{
  width: 100%;
  display: block;
}

.slider-nav-testi2 .slick-slide .names{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 10px;
}

.slider-nav-testi2 .slick-slide .names h3{
  font: normal normal 400 20px/22px Biro Regular3;
  color:#704822;
  -webkit-text-stroke: 0.3px #704822;
}

.slider-nav-testi2 .slick-slide .names img{
  width: 40%;
  display: block;
}

.slider-nav-testi2 .slick-slide p{
  font: normal normal 400 20px/30px Biro Regular3;
  color:#704822;
  -webkit-text-stroke: 0.3px #704822;
  padding-inline: 20px;
}

.contentTTop2 hr{
  height: 1px;
  background-color: #704822;
  border: none;
  margin-inline: 20px;
  border-radius: 30px;
  margin-block: 20px;
}

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

.contentSliderBott2 .slider-for-testi2{
  width: 100%;
  position: relative;
}

.slider-for-testi2 .slick-track{
  display: flex;
  align-items: center;
}

.slider-for-testi2 .slick-slide img{
  width: 100%;
  display: block;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.40);
}

.sectionTesti .contentBott{
  width: 90%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-left: auto;
}

.contentBott .arrowTBott{
  width: 30%;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.arrowTBott a{
  width: 50%;
  display: block;
}

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

.contentBott .lineBott{
  width: 67%;
  position: relative;
}

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

/* Section 7 */
.section7 {
  width: 100%;
  position: relative;
}

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

.row7A .bg7A {
  width: 100%;
  display: block;
}

.section7 .row7B {
  width: 100%;
  position: relative;
  background-image: url("https://khastanahadiubud.com/wp-content/uploads/2025/06/Scroll-Group-310.webp");
  background-position: center;
  background-size: cover;
  padding: 33% 30px 15% 30px;
}

.row7A .abs7B1 {
  width: 100%;
  position: absolute;
  bottom: -80%;
  left: 0;
  z-index: 2;
}

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

.row7B .head7 {
  width: 100%;
  position: absolute;
  top: 0%;
  left: 0;
  z-index: 3;
  padding-inline: 25px;
}

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

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

.row7B .content7B {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  display: block;
  z-index: 5;
}

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

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

.row7B .btnShow {
  width: 100%;
  display: flex;
  margin-bottom: 70px;
}

.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: 135px;
  transition: all 0.5s ease-out;
  position: relative;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-bottom: 2px solid #4a5d2d;
}

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

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

.divider7T {
  width: 100%;
  position: relative;
  margin-bottom: 60px;
}

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