/* Istana Statement Section */
#istana-statement {
  background: #efe1c7;
  position: relative;
  overflow: hidden;
}
#istana-statement .statement-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 150px 25px;
  position: relative;
}
#istana-statement .statement-emblem {
  position: absolute;
  left: -140px;
  top: -130px;
  opacity: 0.3;
  pointer-events: none;
}

#istana-statement .statement-emblem img {
  width: 500px;
}
#istana-statement .statement-content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #6b4a39;
}
#istana-statement .statement-eyebrow {
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.14em;
  font-weight: 800;
  font-size: 22px;
  margin: 0 0 10px;
}
#istana-statement .statement-title {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 55px;
  line-height: 1.15;
  margin: 0 0 18px;
  color: #6b4a39;
}
#istana-statement .statement-divider {
  display: block;
  width: 220px;
  height: 3px;
  background: #6b4a39;
  margin: 10px auto 24px;
  opacity: 0.6;
}
#istana-statement .statement-subcopy {
  font-family: "Open Sans", sans-serif;
  font-size: 26px;
  line-height: 1.6;
  max-width: 1100px;
  margin: 0 auto;
  font-weight: 700;
}

.hero-swiper3 .img-container {
  position: relative;
  overflow: hidden;
}

.hero-swiper3 .img-container .mainImg {
  transition: all 0.5s ease-in-out;
}

.img-container .textImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.hero-swiper3 .img-container:hover .mainImg {
  transform: scale(1.1);
}

.commonButton {
  padding: 8px 15px;
  background-color: rgb(181 165 143);
  border-radius: 6px;
  color: #432619;
  font-family: CabinetGrotesk !important;
  font-size: 14px;
  display: inline-block;
  font-weight: 700;
}

.commonButton:hover {
  background-color: #000;
  color: #fff;
}

.lastSection .btnBlock {
  position: absolute;
  bottom: 50px;
  width: 100%;
  text-align: center;
}

.parallaxSection .btnBlock {
  position: absolute;
  bottom: 7%;
  left: 10%;
}

.instana-hero-container .btnBlock {
  position: absolute;
  bottom: 25px;
  right: 15px;
}

@media (max-width: 991.98px) {
  #istana-statement .statement-emblem {
    left: -200px;
    top: -140px;
    width: 720px;
    height: 720px;
  }
  #istana-statement .statement-title {
    font-size: 44px;
  }
  #istana-statement .statement-subcopy {
    font-size: 18px;
  }
  #istana-statement .statement-eyebrow {
    font-size: 13px;
  }
  #istana-statement .statement-container {
    padding: 72px 20px;
  }
}

@media (max-width: 575.98px) {
  #istana-statement .statement-emblem {
    left: -260px;
    top: -120px;
    width: 640px;
    height: 640px;
  }
  #istana-statement .statement-title {
    font-size: 36px;
  }
  #istana-statement .statement-subcopy {
    font-size: 16px;
  }
  #istana-statement .statement-divider {
    width: 160px;
  }
  #istana-statement .statement-container {
    padding: 56px 16px;
  }
}

@media (max-width: 768px) {
  .commonButton {
    font-size: 12px;
  }
  .lastSection .btnBlock {
    bottom: 30px;
  }

  .instana-hero-container .btnBlock {
    bottom: 5px;
    right: 5px;
    left: auto;
  }

  .instana-hero-container .btnBlock .commonButton {
    font-size: 9px;
    padding: 7px 12px;
  }
}
@media (min-width: 1200px) {
  iframe {
    height: 700px;
  }
}
