/* ===================================
    Crafto - Hotel and resort
====================================== */
/* font */
/*@import url('https://fonts.googleapis.com/css2?family=Rufina:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@100;200;300;400;500;600;700;800;900&display=swap');*/
/* variable */
/*biru  : #274063*/
/*oren : #fac04d*/
/*biru muda: #acd9f3*/
:root {
  --base-color: #056dbc;
  --second-color: #00246f;
  --medium-gray: #817f7c;
  --very-light-gray: #f4f1ed;
  --alt-font: "Rufina", serif;
  --primary-font: "Urbanist", sans-serif;
}
/* reset */
body {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.3px;
}
html {
  /* overflow-x: hidden; */
  scroll-behavior: smooth;
}
section.half-section {
  padding-top: 70px;
  padding-bottom: 70px;
}
.btn-base-color {
  background-color: var(--base-color) !important;
}
.btn-base-color:hover {
  color: white !important;
}
.icon-extra-large {
  font-size: 53px;
}
.mt-minus-5 {
  margin-top: -5%;
}

.nav-item {
  font-family: var(--primary-font);
  font-weight: 300;
}

.fw-400 {
  font-weight: 400 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fs-14 {
  font-size: 14px !important;
}
.fs-16 {
  font-size: 16px !important;
}
.fs-25 {
  font-size: 25px !important;
}
h2 {
  line-height: 3.3rem;
}
h3 {
  line-height: 2.9rem;
}
h5 {
  line-height: 2.5rem;
}
h6 {
  line-height: 2.2rem;
}
.lh-21 {
  line-height: 21px !important;
}
.lh-25 {
  line-height: 25px !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  /*    margin-bottom: 20px;*/
  padding: 0;
  margin: 0;
}

/*img {
    width: 100% !important;
}*/
/* header */
header .navbar-brand {
  padding: 10px 0;
}
header .navbar-brand img {
  max-height: 44px;
}
.navbar .navbar-nav .nav-link {
  font-size: 18px;
  font-weight: 600;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a span {
  font-size: 17px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu {
  width: 280px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a p {
  font-size: 15px;
}
.center-logo .navbar-left,
.center-logo .navbar-right {
  width: 40%;
}
/* btn */
.btn {
  font-weight: 600;
  text-transform: inherit;
  font-family: var(--primary-font);
  letter-spacing: 0;
}
.btn.btn-switch-text.btn-extra-large > span {
  font-size: 18px;
  padding: 16px 34px;
}
.btn.btn-switch-text.btn-large > span {
  font-size: 16px;
  padding: 13px 25px;
}
.btn.btn-switch-text.btn-medium > span {
  font-size: 15px;
  padding: 11px 20px;
}
.btn.btn-switch-text.btn-small > span {
  font-size: 14px;
  padding: 10px 20px;
}
.btn.btn-switch-text.btn-very-small > span {
  font-size: 12px;
  padding: 8px 15px;
}
.btn.btn-hover-animation-switch .btn-icon {
  margin-left: 5px;
}
/* page title */
.page-title-large h1 {
  /*    font-size: 4.375rem;*/
  line-height: 5.313rem;
}
/* banner highlight separator */
.highlight-separator[data-shadow-animation] span img {
  height: 8px;
  bottom: 10px;
}
/* bg transparent */
.bg-transparent-base-color {
  background-color: rgba(160, 135, 91, 0.2) !important;
}
.bg-gradient-dark-transparent {
  background: #ffffff00;
  background: -webkit-linear-gradient(top, #ffffff00, #131313);
  background: -moz-linear-gradient(top, #ffffff00, #131313);
  background: linear-gradient(to bottom, #ffffff00, #131313);
}
/* border color */
.border-color-transparent-base-color {
  border-color: rgba(160, 135, 91, 0.2) !important;
}
.border-color-transparent-dark-very-light {
  border-color: rgba(112, 112, 112, 0.2) !important;
}
/* tab style 07 */
.tab-style-07 .nav-tabs .nav-item .nav-link {
  border-color: rgba(112, 112, 112, 0.2) !important;
}
.tab-style-07 .nav-tabs .nav-item .nav-link span > span {
  color: var(--base-color);
}
/* swiper slider */
.slider-navigation-style-01.swiper-button-next {
  right: 30px;
}
.slider-navigation-style-01.swiper-button-prev {
  left: 30px;
}
/* tab style 08 */
.tab-style-08 ul .nav-item .nav-link {
  color: var(--dark-gray);
}
.tab-style-08 ul .nav-item .nav-link.active,
.tab-style-08 ul .nav-item .nav-link.show,
.tab-style-08 ul .nav-item .nav-link:hover {
  color: var(--dark-gray);
}
/* footer */
footer .nav-link {
  color: var(--dark-gray);
  line-height: normal;
}
footer .elements-social li {
  margin: 0 12px 0 0;
}
@media (max-width: 1399px) {
  .tab-style-07 .nav-tabs .nav-item .nav-link {
    padding: 40px 35px;
  }
}
@media (max-width: 1199px) {
  .tab-style-07 {
    border-right: 1px solid rgba(112, 112, 112, 0.2);
  }
  .navbar.center-logo .navbar-left,
  .navbar.center-logo .navbar-right {
    width: 37%;
  }
  .tab-style-08 ul .nav-item .nav-link {
    padding: 25px 40px;
  }
}
@media (max-width: 991px) {
  .tab-style-07 .nav-tabs .nav-item .nav-link {
    padding: 35px 25px;
  }
  .navbar.center-logo .navbar-left,
  .navbar.center-logo .navbar-right {
    width: 100%;
  }
  header.sticky .navbar-brand,
  header .navbar-brand {
    padding: 0px 0;
  }
  .tab-style-08 ul .nav-item .nav-link {
    padding: 20px 18px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .tab-style-07 .nav-tabs .nav-item .nav-link .number-box {
    right: 40px;
  }
  .tab-style-07 .nav-tabs .nav-item .nav-link {
    padding: 25px 25px;
  }
  .tab-style-07 {
    border-right: 0;
  }
  .slider-navigation-style-01.swiper-button-next {
    right: 15px;
  }
  .slider-navigation-style-01.swiper-button-prev {
    left: 15px;
  }
  .tab-style-08 ul .nav-item .tab-border {
    top: inherit;
    bottom: 0;
  }
}
@media (max-width: 575px) {
  .pricing-table-style-13 li {
    text-align: left;
  }
  .btn.btn-switch-text.btn-medium > span {
    padding: 10px 18px;
  }
}

/**********************************/
/*SLIDER*/
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /*  background: #444;*/
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  /*  color: white;*/
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-slider {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  top: 20%;
}

.swiper {
  margin-top: 5%;
}
