html,
body {
  position: relative;
  height: 100%;
}

body {
  background: #eee;
  font-family: "bpg-arial", sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}


@font-face {
  font-family: 'roboto';
  src: url('../fonts/Roboto-Light.ttf') format('woff');
}

@font-face {
  font-family: 'bpg-arial';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/bpg-arial-caps-webfont.woff') format('woff');
}

@keyframes fade-in {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#header {
  transition: 1s;
}

.navbar-dark {
  background-color: #222227 !important;
}

.navbar a {
  font-size: 14px !important;
}

.header .withbg {
  position: relative;
  margin-top: 40px;
  padding: 10px 0 !important;
  color: aliceblue !important;
}



.header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  text-align: left;
  width: 100%;
  z-index: 999;
  padding: 70px 0;
}

.header nav {
  padding: 5px !important;
  font-size: 14px;
}

.header nav li a {
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
}

.booking-nav {
  padding: 1em !important;
  color: #ffffff !important;
  border-color: #9e8a78 !important;
  width: 100%;
  background-color: #9e8a78 !important;
  border: node !important;
}

.booking-nav li a {
  font-size: 15px !important;
}

.booking-nav>li:hover {
  border: none !important;
}

.navbar-nav>li>a {
  font-family: bpg-arial !important;
  line-height: 35px;
}

.collapse ul li a:hover,
.collapse ul li a:active,
.collapse ul li a:focus {
  border: 1px dashed rgba(255, 255, 255, 0.2);
  margin: -1px !important;
  background-color: none !important;
}


/* Slider */


.slider {
  z-index: 500 !important;
}

.swiper {
  width: 100%;
  height: 95vh !important;
  position: relative;

}


.swiper-slide {
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;

}


.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  font-size: 3em;
  font-family: 'roboto', sans-serif;
  padding-bottom: 1em;
  padding-right: 1.6em;
  border-right: 1px solid #9e8a78;
  border-radius: 0px !important;
  background-color: #00000000;
  color: #fff;
  z-index: 999 !important;
}


.swiper-pagination .swiper {
  width: 100%;
  height: 500px;
}



.swiper-pagination span {
  z-index: 999 !important;
}



.swiper-slide {

  .animation-text {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    color: #ffffff;
    font-weight: bold;
    height: 100vh;
    cursor: pointer;
    z-index: 999 !important;
    font-size: 18px;

  }

  p {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    color: #ffffff;
    font-size: 3em !important;
    font-family: bpg-arial !important;
    z-index: 200 !important;
    background: none !important;
    padding: 0;
    text-align: center !important;
    z-index: 1000;
    cursor: pointer;
    line-height: 1.5em;

  }

}


/* Todo  */
/* .title-solid-top {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 20px;
  width: 10px;

} */

.swiper-slide-active {

  div {
    animation-name: fade-in;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-fill-mode: both;
  }
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
  left: 20px !important;

}

.swiper-taps::before {
  content: " " !important;
  height: 100% !important;
  width: 88px !important;
  background: rgba(0, 0, 0, 0.274) !important;
  border-right: 1px solid rgba(255, 255, 255, 0.158) !important;
  left: 0px !important;
  top: 0px !important;
  position: absolute !important;
  transition: 0.4s all !important;
  z-index: 100;

}

.swiper-taps:hover:before {
  width: 100px !important;
}

/* pagination slider number */
.swiper-pagination {
  background: none;
  z-index: 200 !important;

}

.navbar-text {
  cursor: pointer;

}

.navbar-text li {
  border: none !important;

}



@media (min-width: 769px) {
  .booking-disable {
    display: none;
  }



  .collapse ul li {
    padding-left: 1em !important;


  }

}

@media (max-width: 768px) {
  .navbar-text {
    display: none;
  }

  .swiper-taps::before {
    display: none;
  }

  .navbar-collapse {
    text-align: center;
  }

  .swiper-pagination-bullet {
    display: none !important;
  }

  .animation-text {
    font-size: 12px !important;
    z-index: 999;
  }
}

@media (max-width:425px) {
  .animation-text {
    font-size: 9px !important;
  }
}