@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

* {
  font-family: "Poppins", sans-serif;
}

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-family: "Poppins", sans-serif;
  scroll-behavior: smooth;
}

*,
:after,
:before {
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  margin: 0px;
  color: #212121;
  font-size: 16px;
  margin-top:70px
}

a {
  text-decoration: none;
}

a,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: #33354d;
}

a:hover {
  color: #dc3545;
}

p {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
}

p {
  color: #687188;
  line-height: 24px;
  margin-bottom: 24px;
}

h1 {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  line-height: 48x;
  font-size: 48px;
  color: #33354d;
  margin-bottom: 24px;
  font-weight: 600;

}

h2 {
  font-family: "Playfair Display", serif;
}

h3 {
  font-family: "Playfair Display", serif;
}

h4 {
  font-family: "Playfair Display", serif;
}

h5 {
  font-family: "Playfair Display", serif;
}

span {
  font-family: Poppins, sans-serif;
}

span.welcome {
  font-family: "Playfair Display", serif;
}

section {
  /* padding-top: 100px; */
  padding-bottom: 50px;
}

.navbar-toggler {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff !important;
  fill: #fff !important;
}

.hero-box .box p {
  width: 550px;
}

.navbar-nav .nav-link.active {
  color: #a28349 !important;
}

.nav-link:hover {
  color: #e2c183;
}

.navbar {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.navbar i {
  color: white;
}

.navbar i:hover {
  color: #e2c183;
  cursor: pointer;
}

::-webkit-input-placeholder {
  font-size: 16px;
  color: #687188;
}

:-moz-placeholder {
  /* Firefox 18- */
  font-size: 16px;
  color: #687188;
}

::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 16px;
  color: #687188;
}

small {
  letter-spacing: 0.1rem;
}

.hero {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url("../images/iswara-hotel.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 190vh;
}

.hero h1 {
  --animate-delay: 0.7s;
}

.hero p {
  --animate-delay: 1.2s;
}

.hero button {
  --animate-delay: 1.7s;
}

.btn-dark {
  background-color: #a28349 !important;
  border-color: #a28349 !important;
}

.icon-card {
  border: 1px solid #ddd;
  border-radius: 1rem;
  padding: 2rem;
  text-align: center;
  transition: all 0.3s ease;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.icon-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}

.icon-card i {
  font-size: 3rem;
  color: #a28349;
  margin-bottom: 1rem;
}

.zoom-card-img {
  overflow: hidden;
}

.zoom-card-img img {
  transition: transform 0.5s ease;
  width: 100%;
  display: block;
}

.zoom-card-img:hover img {
  transform: scale(1.1);
}

.card-img-top {
  height: 200px;
  object-fit: cover;
}

.section-wrapper {
  position: relative;
  overflow: hidden;
}

.image-col img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.text-box {
  background: white;
  padding: 2rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin-top: 4rem;
  position: relative;
  z-index: 2;
}

.nav-link-small {
  font-size: 14px;
  line-height: 1.8;
}

@media (min-width: 992px) {
  .text-box {
    margin-right: -6rem;
  }
}

.swiper-button-next,
.swiper-button-prev {
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 16px !important;
}

.swiper-button-prev {
  left: 10px;
}

.swiper-button-next {
  right: 10px;
}

.swiper-pagination-bullet {
  background-color: #a28349 !important;

  opacity: 0.35;
}

.swiper-pagination-bullet-active {
  background-color: #a28349 !important;

  opacity: 1;
}

.swiper-pagination {
  text-align: center;
  position: relative !important;
  bottom: auto !important;
  margin-top: 20px;
}

.swiper-pagination-bullet {
  background: #999;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  background: #000;
  opacity: 1;
}

.custom-paragraph {
  width: 100%;
}

footer {
  background-color: #212121;
}

footer .copyright {
  padding-top: 100px;
}

li {
  list-style: none;
}

.form-control {
  border-color: rgba(128, 137, 150, 0.5);
  color: #7d858c;
}

/* label {
  color: #383838;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
} */

/* Media Query */

@media (min-width: 576px) {
  .section {
    margin-top: 10px;
  }

  .aboutus-section-sm {
    padding-top: 0px;
    padding-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .hero {
    padding-top: 50px;
  }

  .hero-box {
    text-align: center;
  }

  .hero-box .box p {
    width: 100%;
  }

  .aboutus-section-sm {
    padding-top: 0px !important;
    padding-bottom: 20px !important;
  }

  .carousel-inner .carousel-item>.row {
    flex-direction: column;
  }

  section {
    padding-top: 20px;
  }

  h1 {
    font-size: 36px;
  }

  .facil {
    margin-top: 10px;
  }

  .slide-item img {
    height: 200px;
  }
}

@media (min-width: 768px) {}

@media (min-width: 992px) {
  .hero-box .box p {
    font-size: 14px;
    width: 300px;
  }

  .hero-box .box img {
    width: 300px;
  }

  p.custom-paragraph {
    width: 90%;
  }
}

@media (min-width: 1200px) {}

@media (min-width: 1400px) {}


/* Hero Section */
.hero-section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 100px;
  /* height: 100vh; */
}

.hero-section .container {
  position: relative;
  z-index: 5;
}

.hero-text {
  padding-top: 145px;
}

.hero-text h1 {
  font-size: 60px;
  line-height: 70px;
  color: #ffffff;
  margin-bottom: 16px;
}

.hero-text p {
  font-size: 18px;
  color: #ffffff;
  line-height: 28px;
  margin-bottom: 35px;
}

.booking-form {
  background: #ffffff;
  padding: 44px 40px 50px 40px;
  border-radius: 4px;
}

.booking-form h3 {
  color: #19191a;
  margin-bottom: 36px;
}

.booking-form form .check-date {
  position: relative;
  margin-bottom: 15px;
}

.booking-form form .check-date label {
  font-size: 14px;
  color: #707079;
  display: block;
  margin-bottom: 10px;
}

.booking-form form .check-date input {
  width: 100%;
  height: 50px;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  font-size: 16px;
  color: #19191a;
  text-transform: uppercase;
  font-weight: 500;
  padding-left: 20px;
}

.booking-form form .check-date i {
  color: #dfa974;
  position: absolute;
  right: 18px;
  bottom: 17px;
}

.booking-form form .select-option {
  margin-bottom: 15px;
}

.booking-form form .select-option label {
  font-size: 14px;
  color: #707079;
  display: block;
  margin-bottom: 10px;
}

.booking-form form .select-option .nice-select {
  border-radius: 2px;
  border: 1px solid #ebebeb;
  height: 50px;
  line-height: 50px;
  outline: none;
  padding-left: 20px;
  width: 100%;
  float: none;
}

.booking-form form .select-option .nice-select:after {
  border-bottom: 2px solid #dfa974;
  border-right: 2px solid #dfa974;
  height: 10px;
  margin-top: 0;
  right: 20px;
  width: 10px;
  top: 36%;
}

.booking-form form .select-option .nice-select span {
  font-size: 14px;
  color: #19191a;
  text-transform: uppercase;
  font-weight: 400;
}

.booking-form form .select-option .nice-select .list {
  margin-top: 0;
  width: 100%;
}

.booking-form form button {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid #dfa974;
  border-radius: 2px;
  color: #dfa974;
  font-weight: 500;
  background: transparent;
  width: 100%;
  height: 46px;
  margin-top: 30px;
}

.hero-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.hero-slider.owl-carousel .owl-dots {
  position: absolute;
  left: 0;
  bottom: 23px;
  width: 100%;
  text-align: center;
}

.hero-slider.owl-carousel .owl-dots button {
  height: 6px;
  width: 6px;
  background: #ffffff;
  opacity: 0.5;
  border-radius: 50%;
  margin-right: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.hero-slider.owl-carousel .owl-dots button.active {
  width: 30px;
  border-radius: 50px;
  opacity: 1;
}

.hero-slider.owl-carousel .owl-dots button:last-child {
  margin-right: 0;
}

.hero-slider .owl-stage-outer, .hero-slider .owl-stage, .hero-slider .owl-item, .hero-slider .hs-item {
  height: 100%;
}

.bg-hotel {
  background-image: url("../images/mangga-dua-facade.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}



/* Preloder */

#preloder {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #ffffff;
}

.loader {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  border-radius: 60px;
  animation: loader 0.8s linear infinite;
  -webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    border: 4px solid #eccf9b;
    border-left-color: transparent;
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border: 4px solid #a28349;
    border-left-color: transparent;
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    border: 4px solid #eccf9b;
    border-left-color: transparent;
  }
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    border: 4px solid #eccf9b;
    border-left-color: transparent;
  }

  50% {
    -webkit-transform: rotate(180deg);
    border: 4px solid #a28349;
    border-left-color: transparent;
  }

  100% {
    -webkit-transform: rotate(360deg);
    border: 4px solid #eccf9b;
    border-left-color: transparent;
  }
}

.aboutus-section {
  padding-top: 100px;
  padding-bottom: 100px;
}



.section-title span {
  font-size: 14px;
  color: #dfa974;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.section-title h2 {
  font-size: 44px;
  color: #19191a;
  line-height: 58px;
  margin-top: 10px;
}

.about-text {
  text-align: center;
  padding: 0 35px;
}

.about-text .about-btn {
  color: #19191a;
}

.about-pic img {
  min-width: 100%;
}

.primary-btn {
  display: inline-block;
  font-size: 13px;
  color: #ffffff;
  /* text-transform: uppercase; */
  letter-spacing: 2px;
  /* font-weight: 700; */
  position: relative;
}

.primary-btn:after {
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background: #dfa974;
  content: "";
}


.set-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}


.set-bg:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.35);
  /* z-index: 2; */
}