@import url("https://fonts.googleapis.com/css2?family=Nanum+Gothic");
@import url("https://fonts.googleapis.com/css2?family=Alata&amp;display=swap");
:root {
  --font-1: "Nanum Gothic", sans-serif;
  --font-2: "Alata", sans-serif;
  --color-1: #b56953;
  --color-dark-1: #302d34;
  --color-dark-2: #252428;
  --highlight-color-1: #ff8300;
  --highlight-color-2: #e49c08;
}
html,
body {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-family: var(--font-1);
  overflow-x: hidden;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
ol,
a,
span,
.btn,
p,
button,
option {
  margin: 0;
  padding: 0;
  font-family: var(--font-1);
}
ul,
ol {
  list-style: none;
}
input {
  outline: none;
  font-size: 16px;
  font-weight: 500;
}
select {
  outline: none;
  /* styling */
  background-color: white;
  border: thin solid blue;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 5px;

  /* reset */

  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select.minimal {
  background-image: linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  border-color: green;
}

select.minimal:focus {
  background-image: linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

a {
  text-decoration: none !important;
  color: inherit;
}
a:hover {
  color: var(--highlight-color-2);
}
a.hover-inherit:hover {
  color: inherit;
}
img.img-fit {
  width: 100%;
  height: auto;
  display: block; /* Prevents any additional space under the image */
  object-fit: cover; /* Ensures the image covers the area (optional, based on design needs) */
  margin: 0; /* Removes default margins, if any */
  padding: 0; /* Removes default padding, if any */
}
.lh0 {
  line-height: 0;
}
.vis0 {
  visibility: hidden;
}
.dark-border {
  border-color: #222 !important;
}
.btn-theme-1 {
  position: relative;
  border: 1px solid #555;
  font-size: 14px;
  text-transform: uppercase;
  background: transparent;
  margin-top: 15px;
  display: inline-block;
  padding: 5px 10px;
}
.btn-theme-1.fill {
  padding: 10px 30px;
  background: var(--color-1);
  border-color: var(--color-1);
  font-weight: normal;
  font-size: 16px;
}
.btn-theme-1 span {
  color: #555;
  padding: 10px;
}
.btn-theme-1::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background-color: var(--highlight-color-1);
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: 0.5s cubic-bezier(0.75, 0.01, 0.13, 1.01);
  -o-transition: 0.5s cubic-bezier(0.75, 0.01, 0.13, 1.01);
  transition: 0.5s cubic-bezier(0.75, 0.01, 0.13, 1.01);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
.btn-theme-1.fill span,
.btn-theme-1:hover span {
  color: #fff;
  position: sticky;
}
.btn-theme-1:hover::before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.container-fluid {
  padding: 0;
}
.read-more {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 20px;
  display: block;
}
.title {
  font-family: var(--font-2);
  font-size: 18px;
}
.title.small {
  font-size: 17px;
}
.title.big {
  font-size: 30px;
}
.highlight-font {
  color: var(--color-1);
  font-size: 17px;
  margin-top: 10px;
}
.highlight-font.big {
  font-size: 24px;
}
.page-header {
background-color:#660000;
height:20px;
  
  background-position: left;
  position: relative;
  padding: 20px 10px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-header {
    text-align: center;
  }
  .fixed-bottom-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-transform: uppercase;
  }
  body {
    padding-bottom: 40px;
  }
}
.page-header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.5); */
}
.breadcrumb {
  margin: 0;
  padding: 0;
  background: transparent;
}
.breadcrumb li {
  color: #eee;
}
.breadcrumb li a {
  color: #fff;
}

/* FULL BANNER BLOCK */
.home-full-banner-block {
  position: relative;
  padding: 50px;
  color: #eee;
  background: url("../../images/bg-full-banner-01.jpg");
  background-size: cover;
  background-attachment: fixed;
}
.home-full-banner-block::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}
.abs-content {
  max-width: 600px;
  color: #eee;
}
.abs-content p {
  margin: 30px 0;
}
.moving-img-holder {
  overflow: hidden;
}
.moving-img-holder img.target {
  display: block;
}
@media (min-width: 768px) {
  .moving-img-holder img.target {
    -webkit-transform: translateX(-4px) translateZ(0) scale(1.05);
    transform: translateX(-4px) translateZ(0) scale(1.05);
    -webkit-transition: 0.35s cubic-bezier(0.4, 0.12, 0.4, 0.85);
    -o-transition: 0.35s cubic-bezier(0.4, 0.12, 0.4, 0.85);
    transition: 0.35s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  }
}
.moving-img-holder:hover img.target {
  -webkit-transform: translateX(4px) translateZ(0) scale(1.05);
  transform: translateX(4px) translateZ(0) scale(1.05);
}

/*
  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb 
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
  opacity: 1;
}
.carousel-control .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .fa-right {
  left: auto;
  right: 50%;
}
.carousel-caption {
  bottom: auto;
  top: 25%;
  text-shadow: none;
}
.carousel-caption .title {
  color: #222;
  font-size: 20px;
}
@media (min-width: 560px) {
  .carousel-caption .title {
    color: #222;
    font-size: 50px;
  }
}
.carousel-caption.white .title {
  color: #fff;
}
.carousel-caption .btn-theme-1 {
  margin-top: 20px;
  display: inline-block;
}

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-control {
  background: transparent !important;
}

/* SLIDER BLOCK */
.slider-block .img-fit {
  width: 100%;
  height: auto;
  display: block; /* Prevents any additional space under the image */
  object-fit: cover; /* Ensures the image covers the area (optional, based on design needs) */
  margin: 0; /* Removes default margins, if any */
  padding: 0; /* Removes default padding, if any */
}
}
@media (min-width: 1025px) {
  .slider-block .img-fit {
    width: 100%;
    height: 70vh !important;
    display: block; /* Prevents any additional space under the image */
  object-fit: cover; /* Ensures the image covers the area (optional, based on design needs) */
  margin: 0; /* Removes default margins, if any */
  padding: 0; /* Removes default padding, if any */
  }
}

/* VIDEO BLOCK */
.video-wrapper {
  padding: 0;
  position: relative;
}
.play-icon-wrap {
  position: absolute;
  left: calc(50% - 25px);
  top: calc(50% - 25px);
  color: #eee;
}
.play-icon-wrap span {
  display: inline-block;
  --value: 70px;
  width: var(--value);
  height: var(--value);
  line-height: var(--value);
  padding-left: 5px;
  border-radius: 80px;
  text-align: center;
  border: 1px solid #eee;
  font-size: 22px;
  transition: 0.6s ease;
}
.video-wrapper:hover .play-icon-wrap span {
  width: 75px;
  height: 75px;
  padding-top: 5px;
}
/* CONTENT STYLE 1 */
.content-style-1 {
  padding: 40px 20px;
  max-width: 800px;
  margin: auto;
}
.content-style-1.tiny-space {
  padding: 40px 20px 20px;
}
.content-style-1.bordered {
  background: #ffeded;
  border: 1px solid #f3f0f0;
  padding: 10px !important;
  border-radius: 5px;
  text-align: center;
  height: 100%;
}
.content-style-1.bordered img {
  height: 240px;
  width: 100%;
  object-fit: cover;
}
.content-style-1 .title {
  margin-bottom: 10px;
}

/* HEADER AND MENU */
.logo-holder {
	position: absolute;
	left: 2%;
	top: 5px;
	width: 170px;
	height: 62px;
}
.main-menu-wrapper {
  margin: 0 0;
  background: #fff;
  border-bottom: 1px solid #eee;
  width: 100%;
  position: fixed;
  z-index: 10;
}
ul.main-menu {
  text-align: right;
  margin-right: 2%;
}
ul.main-menu li {
  display: inline;
}
ul.main-menu li a {
  display: inline-block;
  padding: 10px 15px;
  margin: 10px 0;
  font-size: 12px;
  font-family: var(--font-2);
  font-weight: 400;
  color: #333;
  text-transform: uppercase;
}
img.main-logo {
  width: 62px;
}
#headerNextBottomBlock {
  margin-top: 58px;
}
@media (max-width: 991px) {
  #headerNextBottomBlock {
    margin-top: 50px;
  }
}
/* BANNER TYPE 1 */
.banner-type-1 {
  position: relative;
}

/*ICON BOX BLOCK*/
.icon-box-wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  padding: 10px 0;
}
@media (min-width: 0) and (max-width: 560px) {
  .icon-box-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .icon-box-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 10px 0;
  }
}
.icon-box {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  padding: 20px;
}
.icon-box img {
  width: 100px;
  margin-bottom: 10px;
  transition: 0.5s ease;
}
.icon-box:hover img {
  -webkit-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  transform: translateY(-7px);
}

/* TESTIMONIAL BLOCK */
.split-3-condition {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
}
@media (min-width: 768px) {
  .split-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
  }
}
.testimonial-wrapper {
  padding: 20px 0;
}
.testimonial-box .title {
  margin: 10px auto;
}
.testimonial-box img {
  width: 70px;
  margin-bottom: 15px;
}

/* BLOG BLOCK */
.blog-wrapper {
  padding: 20px;
}
.blog-box {
  overflow: hidden;
  margin-bottom: 15px;
}
.blog-box .content-style-1 {
  padding: 0;
}
.blog-box .content-style-1 img {
  margin-bottom: 25px;
}

/* NEWSLETTER SIGNUP DESIGN */
.newsletter-signup {
  background: var(--color-lite);
  padding: 60px 20px;
}
.newsletter-grid .title {
  text-align: center;
}
@media (min-width: 768px) {
  .newsletter-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
  .newsletter-grid .title {
    position: relative;
    padding-left: 80px;
    text-align: left;
  }
  .newsletter-grid .title img.icon {
    position: absolute;
    left: 0;
    top: -10px;
  }
}
.signup-form-holder {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 767px) {
  .signup-form-holder {
    margin-top: 35px;
  }
}
.signup-form-holder input {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
  color: #555;
  width: 100%;
  height: 45px;
  background: transparent;
}

/* FOOTER */
.footer-top {
  padding: 40px 0;
  background: var(--color-dark-1);
  color: #ddd;
}
@media (max-width: 767px) {
  .footer-top {
    padding-bottom: 0;
  }
}
.footer-box-wrapper {
  display: grid;
  grid-template-columns: 1.7fr repeat(3, 1fr);
  grid-column-gap: 30px;
}
@media (max-width: 767px) {
  .footer-box-wrapper {
    grid-template-columns: 1.7fr 1fr;
  }
  .footer-box {
    margin-bottom: 30px;
  }
}
.footer-box p {
  margin-bottom: 6px;
}
.footer-box.a-block p a {
  display: block;
}
@media (min-width: 0) and (max-width: 560px) {
  .footer-box-wrapper {
    display: block;
  }
}
.footer-box .title {
  margin-bottom: 15px;
  color: var(--highlight-color-2);
}
.footer-box p {
  font-size: 15px;
}
@media (max-width: 560px) {
  .footer-box {
    text-align: center;
  }
}
.footer-icon-wrapper a {
  display: inline-block;
  padding: 10px 10px 5px 0px;
  margin-right: 5px;
}
.btn-footer {
  display: block;
  background: var(--highlight-color-1);
  padding: 8px 20px 10px;
  color: #fff !important;
  border-radius: 0;
}
.btn-footer:hover {
  background: var(--highlight-color-2);
}
.btn-footer.auto {
  margin: 10px 0;
}
@media (min-width: 768px) {
  .btn-footer.auto {
    width: auto;
    display: inline-block;
  }
}
.footer-box .btn-footer {
  margin-bottom: 10px;
}
.btn-2 {
  background: #131313;
}
.copyright {
  background: var(--color-dark-2);
  padding: 10px;
  text-align: center;
  color: #777;
  font-size: 15px;
}
.copyright span {
  color: #888;
}

/** MOBILE HEADER AND MENU **/
.navbar-fixed-top {
  background: #fff;
  border-bottom: 1px solid #ddd;
}
.img-xs-menu {
  margin: 0 auto 10px;
  width: 120px;
}
.navbar-fixed-top .logo-xs {
  width: 50px;
  padding: 6px;
}
.btn-xs-top {
  border: none;
  font-size: 24px;
  padding: 8px 15px;
  background: transparent;
  outline: none;
  color: #333;
}
.btn-book-now {
  background: var(--highlight-color-1);
  margin: 10px;
  font-size: 14px;
  padding: 4px 15px;
  color: #fff !important;
  border-radius: 30px;
  display: none;
  opacity: 1;
}
.xs-menu-wrapper {
  padding: 10px 20px;
}
ul.xs-menu {
  margin-bottom: 20px;
}
ul.xs-menu li a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px dashed #ccc;
  color: #222;
  font-size: 14px;
}
.modal.left .modal-dialog,
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
.modal.left .modal-content,
.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
  background: #fff;
}
.modal.left .modal-body,
.modal.right .modal-body {
  padding: 15px 0 80px;
  background: transparent;
}
/** LEFT TOGGLE **/
.modal.left.fade .modal-dialog {
  left: -320px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}
.modal.left.fade.in .modal-dialog {
  left: 0;
}
.modal-header {
  padding: 0;
}
/** RIGHT TOGGLE **/
.modal.right .modal-dialog {
  right: -320px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}
.modal.right.in .modal-dialog {
  right: 0;
  max-width: 300px;
}
.modal-content {
  border-radius: 0;
  border: none;
}
.menuModal .modal-content::-webkit-scrollbar {
  width: 0 !important;
}
.menuModal .modal-content::-webkit-scrollbar {
  -ms-overflow-style: none;
}
.menuModal .modal-content::-webkit-scrollbar {
  overflow: -moz-scrollbars-none !important;
}
.modal-header {
  border-bottom-color: #eeeeee;
  background-color: #fafafa;
}
.main-menu-wrapper {
  padding: 0;
}
.img-logo-menu {
  position: relative;
  max-width: 170px;
  margin-bottom: 20px;
}
.back {
  cursor: pointer;
  color: #eee;
  background: #333;
  padding: 12px;
  text-align: left;
  font-size: 14px;
}

/* VIDEO TOUR PAGE */
.ifram-youtube {
  height: 350px;
  width: 80%;
  margin: 40px auto 0;
}

/* AMENITIES PAGE */
.amenities-block {
  background: #f3f3f3;
  padding: 10px 5px;
}
@media (min-width: 768px) {
  .amenities-box-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
  }
  .amenities-block {
    background: #f3f3f3;
    padding: 40px;
  }
}
.amenities-box {
  margin: 10px 0;
  background: #fff;
  padding: 30px;
  border: 1px solid #eee;
}
.amenities-box .title {
  position: relative;
  padding-left: 35px;
}
.amenities-box svg {
  position: absolute;
  left: 0;
  top: 2px;
}
.table-amenities {
  margin: 20px 0 0;
}
.table-amenities tr td:last-child {
  width: 90px;
}
.table-amenities span.value {
  position: relative;
}
.table-amenities span.value::before {
  content: "\f058";
  font-family: "FontAwesome";
  left: 0;
  top: 0;
  color: #19a15e;
}

/* DESTINATION BLOCK */
@media (min-width: 768px) {
  .destination-block {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .destination-block .container {
    width: 100%;
    padding: 0;
  }
  .nav-theme-1 > li {
    float: left;
    width: calc(25% - 2px);
    text-align: center;
    font-size: 10px;
  }
}
.nav-theme-1 li a {
  background: #222;
  color: #eee;
}
.nav-theme-1 li a {
  border-radius: 0;
}
.nav-theme-1 li.active a:focus,
.nav-theme-1 li a:focus,
.nav-theme-1 li a:hover,
.nav-theme-1 li.active a {
  background: var(--highlight-color-1);
}
.tab-content-theme-1 {
  background: #f5f5f5;
  padding: 20px;
}
.table-destinations {
  margin: 0;
}
.table-destinations tr td {
  color: #333;
}
@media (max-width: 767px) {
  .table-destinations tr:first-child {
    display: none;
  }
  .table-destinations tr td {
    display: block;
    position: relative;
    padding-left: 100px !important;
  }
  .table-destinations tr td::before {
    content: attr(data-attr);
    left: 0;
    top: 0;
    position: absolute;
    width: 90px;
    height: 100%;
    background: #eee;
    padding: 5px;
  }
  .table-destinations tr td:last-child {
    border-bottom: 5px solid #222;
  }
}
.table-destinations img.destination-img {
  width: 70px;
  border-radius: 6px;
}
.btn-get-direction {
  padding: 4px 20px;
  border-radius: 40px;
  color: #eee;
  background: var(--highlight-color-2);
}
.btn-get-direction:hover {
  color: #fff;
  background: var(--highlight-color-1);
}

/* ABOUT PAGE */
.about-block {
  background: #f6f6f6;
}
.img-circle {
  --value: 220px;
  width: var(--value);
  height: var(--value);
  border-radius: var(--value);
  margin-bottom: 20px;
}
.btn-group-wrapper {
  max-width : 560px;
  display : grid;
  grid-template-columns : 1fr 1fr;
  grid-gap : 20px;
  margin : 20px auto;
}
/* 
.core-values-box-wrapper {
  padding: 40px 20px;
}
.core-values-box {
  display: grid;
  grid-template-columns: 200px 2fr;
  grid-gap: 25px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .core-values-box {
    display: block;
  }
  .core-values-box p {
    margin-top: 15px;
  }
}
.core-values-box:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.core-values-box .lead {
  font-weight: bold;
  font-size: 14px;
} */
