@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat: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");
body {
  font-family: "Montserrat", sans-serif !important;
  height: 100%;
  width: 100%;
  font-size: 15px;
  color: #212529;
  background-color: #fdfaf1;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}
body p a {
  color: #212529;
  font-weight: bold;
}

section {
  position: relative;
}
section:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background-color: #fdfaf1;
  background-size: cover;
}

h2 {
  font-size: 48px;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  position: relative;
  margin-bottom: 38px;
  padding-bottom: 0px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
  }
}
h2:before {
  width: 80px;
  height: 2px;
  top: auto;
  right: auto;
  bottom: -6px;
  left: 50%;
  position: absolute;
  content: "";
  transform: translate(-50%, 0px);
}
@media screen and (max-width: 767px) {
  h2:before {
    width: 60px;
  }
}

h3 {
  font-size: 15px;
}
@media screen and (max-width: 1025px) {
  h3 {
    font-size: 15px;
  }
}
@media screen and (max-width: 992px) {
  h3 {
    font-size: 14px;
  }
}

h4 {
  font-size: 28px;
}
@media screen and (max-width: 1025px) {
  h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 992px) {
  h4 {
    font-size: 16px;
  }
}

/*home banner slider*/
.homeBanner-slider .slick-list,
.homeBanner-slider .slick-slide,
.homeBanner-slider .slick-track {
  height: 100%;
  position: relative;
  background: linear-gradient(0deg, #000, transparent 40%) !important;
}
.homeBanner-slider .content-overlay {
  width: 100%;
  height: 100%;
  font-style: italic;
  letter-spacing: 0.05em;
  position: absolute;
  top: 0;
  left: 0;
}
.homeBanner-slider .content-overlay .content {
  position: absolute;
  left: 25px;
  top: 85%;
  color: #fff;
  padding-right: 12px;
  margin-top: 15px;
}
@media only screen and (min-device-width: 1366px) and (max-device-height: 1024px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  .homeBanner-slider .content-overlay .content {
    top: 85%;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  .homeBanner-slider .content-overlay .content {
    top: 75%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .homeBanner-slider .content-overlay .content {
    top: 80%;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 768px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .homeBanner-slider .content-overlay .content {
    top: 84%;
  }
}
@media screen and (max-width: 1025px) {
  .homeBanner-slider .content-overlay .content {
    top: 78%;
  }
}
.homeBanner-slider .content-overlay .content .destination__title {
  font-size: 22px;
  font-style: italic;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 575px) {
  .homeBanner-slider .content-overlay .content .destination__title {
    font-size: 18px;
  }
}
.homeBanner-slider .content-overlay .content p {
  font-size: 14px;
}
@media screen and (max-width: 575px) {
  .homeBanner-slider .content-overlay .content p {
    font-size: 12px;
  }
}
.homeBanner-slider .slick-next:before,
.homeBanner-slider .slick-prev:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 50px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  font-weight: normal;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .homeBanner-slider .slick-next:before,
  .homeBanner-slider .slick-prev:before {
    font-size: 35px;
  }
}
.homeBanner-slider .slick-next:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 30px;
  background-image: url(../imgs/slider-right.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1025px) {
  .homeBanner-slider .slick-next:before {
    width: 14px;
    height: 26px;
  }
}
@media screen and (max-width: 768px) {
  .homeBanner-slider .slick-next:before {
    width: 12px;
    height: 22px;
  }
}
.homeBanner-slider .slick-prev:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 30px;
  background-image: url(../imgs/slider-left.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1025px) {
  .homeBanner-slider .slick-prev:before {
    width: 14px;
    height: 26px;
  }
}
@media screen and (max-width: 768px) {
  .homeBanner-slider .slick-prev:before {
    width: 12px;
    height: 22px;
  }
}
.homeBanner-slider .slick-next,
.homeBanner-slider .slick-prev {
  top: 50%;
  z-index: 39;
  background: transparent;
  color: transparent;
  position: absolute;
  border: 0;
  box-shadow: none;
  outline: none;
  width: auto;
  height: auto;
}
@media only screen and (min-device-width: 1366px) and (max-device-height: 1024px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  .homeBanner-slider .slick-next,
  .homeBanner-slider .slick-prev {
    top: 50%;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  .homeBanner-slider .slick-next,
  .homeBanner-slider .slick-prev {
    top: 50%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .homeBanner-slider .slick-next,
  .homeBanner-slider .slick-prev {
    top: 50%;
  }
}
.homeBanner-slider .slick-next:focus,
.homeBanner-slider .slick-prev:focus {
  border: 0;
  box-shadow: none;
}
.homeBanner-slider .slick-next {
  right: -10px;
  left: auto;
}
@media screen and (max-width: 1025px) {
  .homeBanner-slider .slick-next {
    right: -20px;
  }
}
.homeBanner-slider .slick-prev {
  left: 20px;
}
@media screen and (max-width: 1025px) {
  .homeBanner-slider .slick-prev {
    left: 12px;
  }
}

.custom-container {
  width: 80%;
  margin: auto;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .custom-container {
    width: 90%;
    cursor: pointer;
  }
}
@media screen and (max-width: 767px) {
  .custom-container {
    width: 96%;
    cursor: pointer;
  }
}

/*scroll top smoothly css*/
.scrolltop .icon {
  font-size: 26px;
  text-align: center;
  color: #4a4a4a;
  cursor: pointer;
}

.scrolltop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  display: none;
  border: 1px solid #333;
  box-shadow: 0px 0px 9px #a6a6a6;
  transition: all 0.3s ease-out;
  z-index: 8;
}
.scrolltop:hover {
  transform: scale(1.1);
}

/*search bar popup css*/
.search-button {
  margin-right: 50px;
}

.search-button button {
  border: none;
  color: #000000;
  background: transparent;
  outline: none;
}

.search-popup {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.search-bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.search-popup label {
  color: white;
}

.search-form {
  display: block;
  margin: 7em 4em;
  position: relative;
  right: -100%;
}

.form {
  position: relative;
}

.form input {
  outline: none;
  border-width: 0 0 1px 0;
  border-style: none none solid none;
  border-color: #dad6d5;
  background-color: transparent;
  width: 100%;
  padding: 1em 0;
  color: #dad6d5;
}

.form input:focus::-webkit-input-placeholder {
  opacity: 0;
}

.form input:focus::-moz-placeholder {
  opacity: 0;
}

.form input:-ms-input-placeholder {
  opacity: 0;
}

.form input:focus:-moz-placeholder {
  opacity: 0;
}

.form label {
  position: absolute;
  top: 25%;
  right: 0;
}

.form-control {
  font-size: 12px;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #dfdfdf;
  font-size: 12px;
}

/*anchor button style*/
.arrow-link {
  background: #67bf1b;
  height: 47px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.1s linear;
  white-space: nowrap;
  position: relative;
  padding-left: 43px;
}
@media screen and (max-width: 480px) {
  .arrow-link {
    padding-left: 40px;
  }
}
.arrow-link:before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 15px;
  margin: auto;
  width: 14px;
  height: 20px;
  background: url("../imgs/link_arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 8px;
  height: 14px;
  top: 3px;
}
.arrow-link span {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  position: relative;
  top: 13px;
  right: 34px;
  transition: all 0.1s linear;
  opacity: 1;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .arrow-link span {
    font-size: 14px;
  }
}
.arrow-link:hover {
  padding-left: 60px;
  width: auto;
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  .arrow-link:hover {
    padding-left: 50px;
  }
}
.arrow-link:hover span {
  opacity: 1;
  visibility: visible;
  right: 40px;
  transition-delay: 0.15s;
}
.arrow-link span {
  font-weight: 500;
  top: 11px;
  position: relative;
}
.arrow-link.not-arrow-link {
  padding: 6px 20px 6px 20px !important;
}
@media screen and (max-width: 480px) {
  .arrow-link.not-arrow-link {
    padding: 6px 14px 6px 14px !important;
  }
}
.arrow-link.not-arrow-link::before {
  content: none;
}
.arrow-link.not-arrow-link span {
  right: 0;
}

.required {
  color: #ce152c;
  font-weight: 500;
  margin-left: 1px;
}

.has-float-label .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder {
  opacity: 1;
  font-size: 12px;
}

/*scrollbar */
::-webkit-scrollbar-track {
  background-color: #c2c2c1 !important;
  height: 10px !important;
  overflow: auto;
}

::-webkit-scrollbar {
  width: 6px !important;
  background-color: #dfdfdf !important;
  height: 10px !important;
  overflow: auto;
}

::-webkit-scrollbar-thumb {
  background-color: #818a8f !important;
  width: 6px !important;
  height: 10px !important;
  overflow: auto;
}

/*particular section scrollbar style */
.places-info .detail-outer .detail .inner-detail::-webkit-scrollbar-track {
  height: 5px !important;
}

.places-info .detail-outer .detail .inner-detail::-webkit-scrollbar {
  width: 5px !important;
  height: 5px !important;
}

.places-info .detail-outer .detail .inner-detail::-webkit-scrollbar-thumb {
  width: 5px !important;
  height: 5px !important;
}

/* fix iOS bug not displaying 100vh correctly */
/* ipad */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .fullheight {
    height: 768px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .fullheight {
    height: 1024px;
  }
}
.font-24 {
  font-size: 24px;
  color: #5a5a5a;
}

/*header*/
#site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 8px 7px;
  background-color: #3b342f;
  color: #000;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2), 0 0 7px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}
#site-header .logo a img {
  max-width: 230px;
}
#site-header #menu-button {
  position: absolute;
  right: 15px;
  top: auto;
  width: 25px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  cursor: pointer;
}
#site-header #menu-button.open {
  right: 15px;
  top: 26px;
  width: 20px;
  z-index: 3;
}
#site-header #menu-button .hamburger {
  height: 2px;
  margin: 2px 0;
  background: #ffffff;
  transition: all ease-in-out 0.2s;
}
#site-header #menu-button .hamburger:nth-child(1) {
  width: 50%;
}
#site-header #menu-button .hamburger:nth-child(2) {
  width: 100%;
}
#site-header #menu-button .hamburger:nth-child(3) {
  width: 75%;
}
#site-header #menu-button:hover .hamburger:nth-child(1) {
  width: 90%;
}
#site-header #menu-button:hover .hamburger:nth-child(2) {
  width: 30%;
}
#site-header #menu-button:hover .hamburger:nth-child(3) {
  width: 45%;
}
#site-header #menu-button.open .hamburger {
  background: #fff;
}
#site-header #menu-button.open .hamburger:nth-child(1) {
  width: 100%;
  transform-origin: 0 0;
  transform: rotate(45deg) translate(3px, -3px);
}
#site-header #menu-button.open .hamburger:nth-child(2) {
  opacity: 0;
}
#site-header #menu-button.open .hamburger:nth-child(3) {
  width: 100%;
  transform-origin: 0 0;
  transform: rotate(-45deg) translate(0px, 3px);
}
#site-header #menu-button.open:hover .hamburger:nth-child(1) {
  opacity: 1;
}
#site-header #menu-button.open:hover .hamburger:nth-child(3) {
  opacity: 1;
}

.topbar {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: left;
  align-items: center;
  position: relative;
  right: 0;
  transition: all 1s ease;
}
.topbar.active {
  right: 220px;
}
@media screen and (max-width: 575px) {
  .topbar.active {
    right: auto;
  }
}
.topbar li {
  margin: 0;
}

.topbar .telephone-toggle-outer {
  position: relative;
  font-size: 12px;
}
.topbar .telephone-toggle {
  position: relative;
  z-index: 1;
  margin-top: 8px;
  margin-right: 66px;
  display: block;
  height: auto;
  cursor: pointer;
  outline: none;
  background: transparent;
  border: 0;
  padding: 0;
}
.topbar .telephone-toggle i {
  font-size: 20px;
  font-weight: 900;
  color: #ffffff;
}
.topbar .telephone-content {
  position: absolute;
  background: #3b342f;
  color: #fff;
  top: -12px;
  right: 20px;
  padding: 11px 66px 11px 22px;
  display: none;
  width: 270px;
}
@media screen and (max-width: 575px) {
  .topbar .telephone-content {
    top: 50px;
  }
}
.topbar .telephone-content p {
  margin: 11px 0 33px;
}
.topbar .telephone-content dt {
  margin-bottom: 0;
}
.topbar .telephone-content dd {
  margin-bottom: 22px;
}
.topbar .telephone-content dd a {
  color: #cacaca;
  text-decoration: underline;
}
.topbar .telephone-toggle-outer.is-open .telephone-toggle i {
  color: #fff;
}
.topbar .telephone-toggle-outer.is-open .telephone-content {
  display: block;
}

#menu-panel {
  z-index: 2;
  position: fixed;
  top: 0px;
  right: -600px;
  width: 240px;
  height: auto;
  padding: 16px ​0 0 0p;
  background: #ffffff;
  transition: all ease 1s;
}
@media screen and (max-width: 575px) {
  #menu-panel {
    right: 0;
    width: 100%;
    top: -100%;
  }
}
#menu-panel.showing {
  right: 0;
}
@media screen and (max-width: 575px) {
  #menu-panel.showing {
    top: 71px;
  }
}
#menu-panel nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#menu-panel nav ul li {
  display: block;
}
#menu-panel nav ul li a {
  color: #333;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 10px 15px 10px 15px;
  display: block;
  position: relative;
  transition: 0.35s all;
}
#menu-panel nav ul li.sub-menu > a:after {
  display: block;
  content: "\f107";
  font-family: "FontAwesome";
  height: 20px;
  width: 20px;
  line-height: 20px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  right: 10px;
  text-align: center;
  transition: 0.35s all;
}
#menu-panel nav ul li.sub-menu > a.active:after {
  transform: rotate(-180deg);
}
#menu-panel nav ul li.sub-menu .subMenu-list {
  background: #3b342f;
  display: none;
}
#menu-panel nav ul li.sub-menu .subMenu-list a {
  color: #fff !important;
  padding-left: 30px !important;
  font-size: 12px !important;
}
#menu-panel .nav-primary__social {
  padding: 22px 15px;
  background: #3b342f;
  color: #fff;
  font-size: 12px;
}
#menu-panel .nav-primary__social h4 {
  font-weight: 700;
  font-size: 12px;
}
#menu-panel .nav-primary__social-list {
  list-style: none;
  margin: 0 0 22px;
}
#menu-panel .nav-primary__social-item a {
  color: #cacaca;
  padding: 0;
  font-size: 12px;
  margin: 10px 0;
}
#menu-panel .nav-primary__mailing-list {
  margin-bottom: 0;
}
#menu-panel .nav-primary__mailing-list a {
  color: #cacaca;
}
#menu-panel .nav-primary__mailing-list a b {
  color: #fff;
}
#menu-panel .nav-primary__mailing-list a:hover {
  text-decoration: none;
}

.home_banner {
  height: 100vh;
  padding-top: 47px;
  overflow: hidden;
  /* Landscape */
}
@media only screen and (min-device-width: 1366px) and (max-device-height: 1024px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  .home_banner {
    height: 100vh;
    overflow: hidden;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .home_banner {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .home_banner {
    height: auto;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .home_banner {
    height: 100vh;
    overflow: hidden;
  }
}
.home_banner .slick-slider {
  height: calc(100vh - 70px);
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .home_banner .slick-slider {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .home_banner .slick-slider {
    height: auto;
  }
}
.home_banner img {
  width: 100%;
  height: 100%;
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}
@media screen and (max-width: 1366px) {
  .home_banner img {
    height: inherit;
    min-height: 320px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .home_banner img {
    height: 100vh;
  }
}
.home_banner h1 {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  color: #c7c7c7;
  font-size: 70px;
}
@media screen and (max-width: 1024px) {
  .home_banner h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .home_banner h1 {
    font-size: 30px;
  }
}
.home_banner h1.title {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-style: italic;
  margin-bottom: 22px;
  margin-bottom: 16.5px;
  color: #000000;
}

/*Introduction*/
.introduction {
  /* Landscape */
}
@media only screen and (min-device-width: 1366px) and (max-device-height: 1024px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  .introduction {
    margin-top: 0;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .introduction {
    margin-top: 0;
  }
}
.introduction h1 {
  font-size: 40px;
  text-align: center;
  padding-bottom: 20px;
  color: #333333;
}
@media screen and (max-width: 991px) {
  .introduction h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .introduction h1 {
    font-size: 26px;
  }
}
.introduction h2 {
  font-size: 34px;
  color: #000000;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 0px;
  text-align: center;
}
@media screen and (max-width: 1366px) {
  .introduction h2 {
    font-size: 34px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .introduction h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .introduction h2 {
    font-size: 20px;
  }
}
.introduction p {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .introduction p {
    font-size: 14px;
  }
}

/*Places info section*/
.places-info {
  background: rgba(242, 227, 191, 0.5);
}
.places-info .outer-group {
  position: relative;
  /* Portrait */
}
@media screen and (max-width: 991px) {
  .places-info .outer-group {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .places-info .outer-group {
    height: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .places-info .outer-group {
    min-height: auto;
  }
  .places-info .outer-group .col-md-6 {
    flex: auto;
    max-width: 100%;
  }
  .places-info .outer-group:nth-child(even) {
    flex-direction: column-reverse !important;
  }
}
.places-info .outer-group .col-bg {
  max-height: 250px;
  overflow: hidden;
}
.places-info .col-bg img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  height: inherit;
}
.places-info .detail-outer {
  position: relative;
  width: 74%;
  display: flex;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .places-info .detail-outer {
    min-height: 420px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.places-info .detail-outer:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background-repeat: repeat;
  background-position: 0 0;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .places-info .detail-outer {
    min-height: 420px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.places-info .detail-outer .detail {
  padding: 10px 20px 20px;
  align-items: center;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .places-info .detail-outer .detail {
    padding: 0 50px 20px;
  }
}
@media screen and (max-width: 767px) {
  .places-info .detail-outer .detail {
    padding: 15px 20px 25px;
  }
}
.places-info .detail-outer .detail p {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
  text-align: justify;
  color: #000000;
  margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .places-info .detail-outer .detail p {
    font-size: 14px;
    text-align: inherit;
  }
}
@media screen and (max-width: 768px) {
  .places-info .detail-outer .detail p {
    font-size: 14px;
  }
}
.places-info .detail-outer .detail p i {
  padding-right: 5px;
}
.places-info .detail-outer .detail h2 {
  font-size: 18px;
  color: #b05625;
  font-family: "Montserrat", sans-serif;
  position: relative;
  margin-bottom: 15px;
  margin-top: 10px;
  padding-bottom: 0px;
  text-align: center;
  font-weight: 500;
  font-style: italic;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .places-info .detail-outer .detail h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .places-info .detail-outer .detail h2 {
    font-size: 16px;
  }
}
.places-info .detail-outer .detail .container {
  position: relative;
  padding-left: 30px;
}
.places-info .detail-outer .detail .container .day-icon {
  position: absolute;
  left: 0;
  width: 30px;
  height: 100%;
}
.places-info .detail-outer .detail .container .day-desc {
  line-height: 30px;
  font-size: 15px;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .places-info .detail-outer .detail .container .day-desc {
    font-size: 14px;
  }
}

/*footer*/
footer {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #3b342f;
  color: #fff;
  border-top: 5px solid #b99a3a;
  /* Slider */
}
footer .footer-list-container {
  text-align: left;
  padding-bottom: 15px;
}
footer .footer-list-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
footer .footer-list-container ul li {
  padding: 0 15px;
  font-size: 12px;
  letter-spacing: 1px;
  color: #ffffff;
  display: block;
  width: 100%;
}
footer h2 {
  text-align: center;
  padding: 20px 20px 5px;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
}
footer h2:before {
  background-color: #ffffff;
}
footer .slick-slide {
  margin: 0px 15px;
}
footer .slick-slide img {
  width: 100%;
}
footer .slick-slider {
  position: relative;
  display: block;
  margin: 0 auto 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #3b3b33;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
footer .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: auto;
  padding: 0;
}
footer .slick-list:focus {
  outline: none;
}
footer .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
footer .slick-slider .slick-track,
footer .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
footer .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
footer .slick-track:before,
footer .slick-track:after {
  display: table;
  content: "";
}
footer .slick-track:after {
  clear: both;
}
footer .slick-loading .slick-track {
  visibility: hidden;
}
footer .slick-slide {
  display: none;
  float: left;
  height: auto;
  min-height: 1px;
}
footer [dir=rtl] .slick-slide {
  float: right;
}
footer .slick-slide img {
  display: block;
}
footer .slick-slide.slick-loading img {
  display: none;
}
footer .slick-slide.dragging img {
  pointer-events: none;
}
footer .slick-initialized .slick-slide {
  display: block;
}
footer .slick-loading .slick-slide {
  visibility: hidden;
}
footer .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
footer .slick-arrow.slick-hidden {
  display: none;
}
footer .links-group {
  border-bottom: 1px solid #3b3b33;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
footer .links-group h4 {
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}
footer .links-group ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
@media screen and (max-width: 991px) {
  footer .links-group ul {
    margin-bottom: 15px;
  }
}
footer .links-group ul li {
  margin-bottom: 5px;
  display: block;
}
@media screen and (max-width: 991px) {
  footer .links-group ul li {
    display: inline-block;
    margin: 0px 10px;
  }
}
footer .links-group ul li a {
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  opacity: 0.8;
  transition: all 0.3s ease;
}
footer .links-group ul li a:hover {
  text-decoration: none;
  opacity: 1;
}
footer .links-group p {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  opacity: 0.8;
}
footer .ScimediaSec {
  width: 100%;
  position: relative;
  display: flex;
  margin-top: 15px;
  justify-content: center;
}
footer .ScimediaSec ul {
  display: block;
  list-style: none;
}
footer .ScimediaSec ul li {
  display: inline-block;
  margin-right: 10px;
}
footer .ScimediaSec ul li a {
  height: 30px;
  background: transparent;
  width: 30px;
  display: flex;
  align-items: center;
  opacity: 1;
  border-radius: 5px;
  border: 1px solid #3b3b3b;
  transition: all 0.3s ease;
}
footer .ScimediaSec ul li a:hover {
  border-color: #ffffff;
}
footer .ScimediaSec ul li a svg:not(:root).svg-inline--fa {
  width: 100%;
  color: #b6b6b6;
  font-size: 15px;
  display: inline-block;
  height: 16px;
}

/*Places 2 info section*/
.places-info-2 {
  border-bottom: 5px solid #b99a3a;
  background: rgba(242, 227, 191, 0.5);
}
.places-info-2 .outer-group {
  position: relative;
  /* Portrait */
}
@media screen and (max-width: 991px) {
  .places-info-2 .outer-group {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .places-info-2 .outer-group {
    height: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .places-info-2 .outer-group {
    min-height: auto;
  }
  .places-info-2 .outer-group .col-md-6 {
    flex: auto;
    max-width: 100%;
  }
  .places-info-2 .outer-group:nth-child(even) {
    flex-direction: column-reverse !important;
  }
}
.places-info-2 .col-bg {
  height: 100%;
}
.places-info-2 .col-bg img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  height: inherit;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .places-info-2 .col-bg img {
    height: 450px;
  }
}
@media screen and (max-width: 767px) {
  .places-info-2 .col-bg img {
    height: 360px;
  }
}
.places-info-2 .detail-outer {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background-color: #fdfaf1;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .places-info-2 .detail-outer {
    height: 450px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .places-info-2 .detail-outer {
    height: 362px;
    padding-top: 22px;
    padding-bottom: 22px;
  }
}
.places-info-2 .detail-outer:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background-repeat: repeat;
  background-position: 0 0;
  background-size: cover;
}
.places-info-2 .detail-outer .detail {
  padding: 20px 30px 20px;
  align-items: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: inherit;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .places-info-2 .detail-outer .detail {
    padding: 0 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  .places-info-2 .detail-outer .detail {
    padding: 15px 20px 25px;
  }
}
.places-info-2 .detail-outer .detail p {
  font-size: 15px;
}
@media screen and (max-width: 1024px) {
  .places-info-2 .detail-outer .detail p {
    font-size: 14px;
    text-align: inherit;
  }
}
@media screen and (max-width: 768px) {
  .places-info-2 .detail-outer .detail p {
    font-size: 14px;
  }
}
.places-info-2 .detail-outer .detail p i {
  padding-right: 5px;
}
.places-info-2 .detail-outer .detail h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 32px !important;
  font-style: italic;
  margin-bottom: 22px;
  margin-bottom: 16.5px;
  color: #000000 !important;
}
.places-info-2 .detail-outer .detail h2 {
  font-size: 18px;
  /*color: #b05625;*/
  color: #000000;
  font-family: "Montserrat", sans-serif;
  position: relative;
  margin-bottom: 15px;
  margin-top: 10px;
  padding-bottom: 0px;
  text-align: center;
  font-weight: 600;
  /*font-style: italic;
          text-transform: uppercase;*/
}
@media screen and (max-width: 1024px) {
  .places-info-2 .detail-outer .detail h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .places-info-2 .detail-outer .detail h2 {
    font-size: 16px;
  }
}
.places-info-2 .detail-outer .detail .links {
  display: flex;
  justify-content: space-between;
}
.places-info-2 .detail-outer .detail .links .arrow-link {
  background: #1b83bf;
  padding: 6px 0 6px 43px;
  border: none;
  outline: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  height: auto;
}
.places-info-2 .detail-outer .detail .links .arrow-link:hover {
  padding-left: 60px;
}
.places-info-2 .detail-outer .detail .links .arrow-link span {
  top: auto;
}
.places-info-2 .detail-outer .detail .container {
  position: relative;
  padding-left: 30px;
}
.places-info-2 .detail-outer .detail .container .day-icon {
  position: absolute;
  left: 0;
  width: 30px;
  height: 100%;
}
.places-info-2 .detail-outer .detail .container .day-desc {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .places-info-2 .detail-outer .detail .container .day-desc {
    font-size: 14px;
  }
}
.places-info-2 .detail-outer .detail .day-desc p {
  font-size: 15px !important;
}
.places-info-2 .detail-outer .detail .inner-detail {
  overflow-y: auto;
  max-height: 320px;
  position: relative;
  margin-bottom: 40px;
}

/*download the pdf style*/
.pdf-scroll {
  position: fixed;
  bottom: 120px;
  right: 0;
  z-index: 99;
  background: #3b342f;
  padding: 6px 6px;
  border-radius: 3px 0px 0px 3px;
  transition: all 0.5s;
}
.pdf-scroll a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
}

/*particular section scrollbar style */
.places-info-2 .detail-outer .detail .inner-detail::-webkit-scrollbar-track {
  height: 5px !important;
}

.places-info-2 .detail-outer .detail .inner-detail::-webkit-scrollbar {
  width: 5px !important;
  height: 5px !important;
}

.places-info-2 .detail-outer .detail .inner-detail::-webkit-scrollbar-thumb {
  width: 5px !important;
  height: 5px !important;
}

/*social icons group*/
.ScimediaSec {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 15px;
  padding-right: 20px;
}
.ScimediaSec ul {
  display: block;
  list-style: none;
}
.ScimediaSec ul li {
  display: inline-block;
  margin-right: 10px;
}
.ScimediaSec ul li a {
  height: 30px;
  background: transparent;
  width: 30px;
  display: flex;
  align-items: center;
  opacity: 1;
  border-radius: 5px;
  border: 1px solid #3b3b3b;
  transition: all 0.3s ease;
}
.ScimediaSec ul li a:hover {
  border-color: #ffffff;
}
.ScimediaSec ul li a svg:not(:root).svg-inline--fa {
  width: 100%;
  color: #b6b6b6;
  font-size: 15px;
  display: inline-block;
  height: 16px;
}/*# sourceMappingURL=main-web.css.map */