/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Poppins:ital,wght@0,200;0,400;0,700;1,200;1,400;1,700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media only screen and (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
}
/**/
html {
  background: #fff;
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  margin: 0 auto;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #25252d;
  text-align: left;
}

img {
  max-width: 100%;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
  .fs-5 {
    font-size: 1.25rem !important;
  }
  .fs-6 {
    font-size: 1rem !important;
  }
}
.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

header {
  display: block;
  padding: 0;
}
header .show-sm {
  display: none !important;
}
header .hide-sm {
  display: block !important;
}
header .hide-sm.d-flex {
  display: flex !important;
}
header .ham-container {
  display: none;
}
header .navbar-brand {
  z-index: 99;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
header .navbar-brand img {
  height: 55px;
  margin-top: 3px;
  padding: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
header .navbar-brand.light {
  display: none;
}
header .navbar-brand.dark {
  display: block;
}
header .navbar-nav {
  float: right;
  list-style-type: none;
  margin: 0;
}
header .navbar-nav .nav-item {
  border-radius: 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  background: 0 !important;
  position: relative;
  padding: 6px 4px;
  margin: 0 8px 0 8px;
  min-width: 0;
  text-transform: capitalize;
  text-decoration: none;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
header .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.7725490196);
}
header .navbar-nav .nav-link::after {
  content: "";
  left: 50%;
  background: #ff9000;
  height: 8px;
  width: 0%;
  position: absolute;
  bottom: 13px;
  z-index: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.42, 0.16, 0.21, 0.93);
  -moz-transition: all 0.2s cubic-bezier(0.42, 0.16, 0.21, 0.93);
  -o-transition: all 0.2s cubic-bezier(0.42, 0.16, 0.21, 0.93);
  -ms-transition: all 0.2s cubic-bezier(0.42, 0.16, 0.21, 0.93);
  transition: all 0.2s cubic-bezier(0.42, 0.16, 0.21, 0.93);
}
header .navbar-nav .nav-link.active {
  color: #ff9000;
}
header .navbar-nav .nav-link.active, header .navbar-nav .nav-link:hover {
  color: #FFFFFF;
}
header .navbar-nav .nav-link.active::after, header .navbar-nav .nav-link:hover::after {
  left: 10px;
  width: 60%;
}
header .navbar-nav .nav-link .text {
  position: relative;
  z-index: 1;
}
header .navbar-main {
  display: flex;
  width: 100vw;
  justify-content: space-between;
  padding: 0 10vw;
  position: fixed;
  height: auto;
  z-index: 1000000000000000000;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
header .navbar-main::after {
  content: "";
  position: absolute;
  left: 0;
  z-index: -1;
  background-image: url("../images/header.png");
  background-repeat: no-repeat;
  background-position: center;
  background-position: 50% bottom;
  background-size: cover;
  width: 100%;
  height: 115px;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
header .navbar-main #nav-icon {
  width: 34px;
  height: 25px;
  position: relative;
  margin: auto;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
header .navbar-main #nav-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  border-radius: 0;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
header .navbar-main #nav-icon span:first-child {
  top: 0px;
}
header .navbar-main #nav-icon span:nth-child(2) {
  top: 11px;
}
header .navbar-main #nav-icon span:nth-child(3) {
  top: 11px;
}
header .navbar-main #nav-icon span:nth-child(4) {
  top: 22px;
}
header .navbar-main #nav-icon span {
  background: #fff;
}
header .navbar-main.scroll {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  display: block;
}
header .navbar-main.scroll::after {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
header .navbar-main.scroll .navbar-brand {
  height: 70px;
}
header .navbar-main.scroll .navbar-brand.light {
  display: block;
}
header .navbar-main.scroll .navbar-brand.dark {
  display: none;
}
header .navbar-main.scroll .navbar-brand img {
  height: 45px;
  margin-top: 7px;
  padding: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
header .navbar-main.scroll .navbar-nav .nav-link {
  color: #25252d !important;
}
header .navbar-main.scroll #nav-icon span {
  background: #25252d;
}
header .deco {
  z-index: -1;
  width: 500px;
  height: 300px;
  border-radius: 40px;
  position: absolute;
  top: -240px;
  background-color: #00a0e4;
  -webkit-transform: rotate(-10deg) scale(1) skew(0deg) translate(0px);
  -moz-transform: rotate(-10deg) scale(1) skew(0deg) translate(0px);
  -o-transform: rotate(-10deg) scale(1) skew(0deg) translate(0px);
  -ms-transform: rotate(-10deg) scale(1) skew(0deg) translate(0px);
  transform: rotate(-10deg) scale(1) skew(0deg) translate(0px);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  display: none;
}
header .btn-contact {
  color: #00a0e4;
  font-weight: 400;
  z-index: 1;
  margin: 0 90px;
  border: none;
}
header .btn-contact:hover {
  color: #00a0e4;
  background-color: rgba(255, 255, 255, 0.8);
}

.menu-open #nav-icon span:first-child {
  top: 20px;
  width: 0%;
  left: 50%;
}
.menu-open #nav-icon span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
}
.menu-open #nav-icon span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
}
.menu-open #nav-icon span:nth-child(4) {
  top: 20px;
  width: 0%;
  left: 50%;
}
.menu-open header .navbar-main {
  background-color: #fff;
}
.menu-open header .navbar-main #nav-icon span {
  background: #25252d !important;
}
.menu-open header .navbar-brand.light {
  display: block !important;
}
.menu-open header .navbar-brand.dark {
  display: none !important;
}
.menu-open .navbar-nav .nav-link {
  color: #25252d !important;
}

@media only screen and (max-width: 576px) {
  header .ham-container {
    display: block;
  }
  header .navbar-main {
    padding: 0 5vw;
  }
  header .navbar-main::after {
    height: 90px;
  }
  header .navbar-main.scroll {
    display: block;
  }
  header .navbar-main .navbar-brand, header .navbar-main.scoll .navbar-brand {
    height: 65px !important;
  }
  header .navbar-main .navbar-brand img, header .navbar-main.scoll .navbar-brand img {
    margin-top: 0 !important;
    height: 50px !important;
  }
  header .navbar-main .navbar-mobile {
    height: 100vh !important;
    width: 100%;
  }
  header .navbar-nav {
    width: 100%;
    text-align: center;
    margin-top: 50px;
  }
  header .navbar-nav .nav-link {
    font-size: 32px;
    font-weight: bold;
    padding: 20px 0;
  }
  header .navbar-nav .nav-link::after {
    bottom: 26px;
  }
}
.main section {
  padding: 2em;
  position: relative;
  overflow: hidden;
}

.font-primary {
  font-family: "Poppins", sans-serif;
}

.font-secondary {
  font-family: "Aleo", serif;
}

.home .section-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.home .section-background .main-background {
  position: absolute;
  width: 100%;
  height: 100vh;
  background-image: url("../images/hero.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-position: 50% 50%;
}
.home .section-background .overlay {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.home .section-background .overlay.visible {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.section-hero {
  width: 100%;
  height: 100vh;
  padding: 70px 10vw;
  position: relative;
  padding-bottom: 0;
}
.section-hero .container {
  position: relative;
  z-index: 2;
}
.section-hero h2 {
  font-size: 75px;
  font-size: 4.6875rem;
}
.section-hero h3 {
  font-size: 42px;
  font-size: 2.625rem;
}
.section-hero h4 {
  font-size: 32px;
  font-size: 2rem;
}
.section-hero p {
  font-size: 24px;
  font-size: 1.5rem;
}
.section-hero .hero-image {
  -webkit-transform: rotate(-3deg) scale(1) skew(0deg) translate(0px);
  -moz-transform: rotate(-3deg) scale(1) skew(0deg) translate(0px);
  -o-transform: rotate(-3deg) scale(1) skew(0deg) translate(0px);
  -ms-transform: rotate(-3deg) scale(1) skew(0deg) translate(0px);
  transform: rotate(-3deg) scale(1) skew(0deg) translate(0px);
  transform: rotate(-3deg) !important;
}
.section-hero .hero-image > .image img {
  height: 630px;
}
.section-hero .hero-image .slider-hero-container {
  left: 110px !important;
  top: 115px !important;
}
.section-hero .hero-image .slider-hero-container .slider-hero {
  height: 318px;
  width: 318px;
  position: relative;
}
.section-hero .hero-image .slider-hero-container .slider-hero .slick-track {
  height: 320px;
}
.section-hero .hero-image .slider-hero-container .slider-hero ul.slick-dots {
  position: absolute;
  bottom: -35px;
  left: 50%;
  display: inline-flex;
  margin-left: -26px;
}
.section-hero .hero-image .slider-hero-container .slider-hero ul.slick-dots li {
  height: 6px;
  width: 6px;
  background: #d2d3d5;
  border-radius: 100%;
  margin-right: 5px;
}
.section-hero .hero-image .slider-hero-container .slider-hero ul.slick-dots li button {
  display: none;
}
.section-hero .hero-image .slider-hero-container .slider-hero ul.slick-dots li.slick-active {
  background: #0b77c1;
}
.section-hero .hero-image .slider-hero-container .image {
  width: 318px;
  height: 320px;
  left: 0px !important;
  top: 0px !important;
  position: absolute !important;
}
.section-hero .hero-text {
  margin-top: calc(50% - 175px);
}
.section-hero .hero-text .title {
  font-family: "Aleo", serif;
}
.section-hero input {
  border-radius: 30px;
  border: 2px solid #fff;
  padding: 25px 20px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.031372549);
  width: 75%;
}
.section-hero .btn-find {
  border-radius: 38px;
  height: 54px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.03);
}
.section-hero .btn-section-one {
  display: block;
  height: 50px;
  width: 50px;
  color: #fff;
  margin: 0 auto;
}
.section-hero .deco {
  background-image: url("../images/hero-deco.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 165px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.btn-rounded {
  border-radius: 50px;
}

.section-booking {
  position: relative;
  background: #f5f2eb;
  margin-top: 165px;
  padding-bottom: 50px;
}
.section-booking::before {
  content: "";
  position: absolute;
  left: 0;
  background-image: url("../images/separator-white.png");
  background-repeat: no-repeat;
  background-position: center;
  background-position: 50% top;
  background-size: cover;
  width: 100%;
  height: 110px;
  top: -100px;
}
.section-booking .title-main {
  font-family: "Aleo", serif;
}
.section-booking .card-catalog {
  border: none;
  margin-bottom: 30px;
  margin-top: 60px;
  padding: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}
.section-booking .card-catalog figure {
  height: 80px;
}
.section-booking .card-catalog figure img {
  margin-top: -110px;
}
.section-booking .slider-catalog .card-catalog {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 70px;
}
.section-booking .slider-catalog .card-catalog figure {
  height: 260px;
}
.section-booking .slider-catalog .card-catalog figure img {
  margin-top: -150px;
}
.section-booking .btn-slider {
  background-color: #fff;
  height: 50px;
  width: 50px;
  border: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  padding: 14px 15px;
}
.section-booking .btn-slider svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
}

.section-faq {
  position: relative;
  background-image: url("../images/faq.png");
  background-repeat: no-repeat;
  background-position: 50% bottom;
  background-size: cover;
  padding-top: 110px;
  padding-bottom: 200px;
}
.section-faq::before {
  content: "";
  position: absolute;
  left: 0;
  background-image: url("../images/separator-white.png");
  background-repeat: no-repeat;
  background-position: center;
  background-position: 50% top;
  background-size: cover;
  width: 100%;
  height: 110px;
  top: -1px;
  -webkit-transform: rotate(180deg) scale(1) skew(0deg) translate(0px);
  -moz-transform: rotate(180deg) scale(1) skew(0deg) translate(0px);
  -o-transform: rotate(180deg) scale(1) skew(0deg) translate(0px);
  -ms-transform: rotate(180deg) scale(1) skew(0deg) translate(0px);
  transform: rotate(180deg) scale(1) skew(0deg) translate(0px);
}
.section-faq .title-main {
  font-family: "Aleo", serif;
  color: #fff;
}
.section-faq .media .media-no {
  background: rgba(255, 255, 255, 0.2156862745);
  height: 50px;
  width: 50px;
  padding: 15px 12px;
  border-width: 2px;
  border: solid;
  border-color: #f5f2eb;
  color: #f5f2eb;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.section-faq .media:hover .media-no {
  background-color: #f5f2eb;
  color: #25252d;
}
.section-faq .media:hover .title {
  color: #ff9000 !important;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.section-faq .media .btn-read-more {
  color: #f5f2eb;
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.section-faq .media .btn-read-more::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  height: 2px;
  width: 85px;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.section-faq .media .btn-read-more:active, .section-faq .media .btn-read-more:hover {
  text-decoration: none;
  color: #00a0e4;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.section-faq .media .btn-read-more:active::after, .section-faq .media .btn-read-more:hover::after {
  background: rgba(0, 160, 228, 0.2274509804);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.section-explore {
  min-height: 400px;
}
.section-explore .title-main {
  font-family: "Aleo", serif;
  color: #fff;
}
.section-explore .slider-explore .item .media .image {
  height: 200px;
  width: 200px;
}
.section-explore .slider-explore .item .media:hover .title {
  color: #ff9000 !important;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.section-explore .slider-explore .item .media .btn-read-more {
  color: #f5f2eb;
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.section-explore .slider-explore .item .media .btn-read-more::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  height: 2px;
  width: 85px;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.section-explore .slider-explore .item .media .btn-read-more:active, .section-explore .slider-explore .item .media .btn-read-more:hover {
  text-decoration: none;
  color: #00a0e4;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.section-explore .slider-explore .item .media .btn-read-more:active::after, .section-explore .slider-explore .item .media .btn-read-more:hover::after {
  background: rgba(0, 160, 228, 0.2274509804);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.section-explore .btn-slider {
  background-color: #fff;
  height: 50px;
  width: 50px;
  border: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  padding: 14px 15px;
}
.section-explore .btn-slider svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
}

.section-contact-us {
  height: 150px;
  position: relative;
  background: #f5f2eb;
}
.section-contact-us::after {
  content: "";
  position: absolute;
  left: 0;
  background-image: url("../images/separator-white.png");
  background-repeat: no-repeat;
  background-position: center;
  background-position: 50% top;
  background-size: cover;
  width: 100%;
  height: 110px;
  bottom: -100px;
  -webkit-transform: rotate(180deg) scale(1) skew(0deg) translate(0px);
  -moz-transform: rotate(180deg) scale(1) skew(0deg) translate(0px);
  -o-transform: rotate(180deg) scale(1) skew(0deg) translate(0px);
  -ms-transform: rotate(180deg) scale(1) skew(0deg) translate(0px);
  transform: rotate(180deg) scale(1) skew(0deg) translate(0px);
}

.section-about {
  position: relative;
  background: #f5f2eb;
  margin-top: 165px;
}
.section-about::before {
  content: "";
  position: absolute;
  left: 0;
  background-image: url("../images/separator-white.png");
  background-repeat: no-repeat;
  background-position: center;
  background-position: 50% top;
  background-size: cover;
  width: 100%;
  height: 110px;
  top: -100px;
}
.section-about .title-main {
  font-family: "Aleo", serif;
}

.modal-form .modal-content {
  border: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}
.modal-form .modal-header, .modal-form .modal-body, .modal-form .modal-footer {
  padding: 20px;
}
.modal-form .form-control {
  border-radius: 50px;
  padding-right: 15px;
  padding-left: 20px;
  height: 50px;
}

.register .section-register {
  padding-top: 75px;
}
.register .section-register .card {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
}
.register .section-register .form-control {
  background-color: rgba(255, 255, 255, 0.7019607843);
}
.register .section-register .bg-video-wrap {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 0;
}
.register .section-register .video {
  min-width: 100%;
  min-height: 100vh;
  z-index: 1;
}
.register .section-register .overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.7) 50%);
  background-size: 3px 3px;
  z-index: 2;
}
.register .section-register .container {
  z-index: 3;
}
.register .title-main {
  margin-top: 35px;
}
.register .title-main .title .text-title {
  position: relative;
  z-index: 2;
  color: #fff;
}
.register .title-main .title::before {
  background-color: rgba(0, 160, 228, 0.2274509804);
  content: "";
  height: 15px;
  width: 90%;
  position: absolute;
  bottom: -3px;
  z-index: 1;
}

:root {
  --animate-delay: 0.5s;
}

footer {
  padding: 25px 0;
  position: relative;
  background-image: url("../images/faq.png");
  background-repeat: no-repeat;
  background-position: 50% top;
  padding-top: 110px;
}
footer::before {
  content: "";
  position: absolute;
  left: 0;
  background-image: url("../images/separator-white.png");
  background-repeat: no-repeat;
  background-position: center;
  background-position: 50% top;
  background-size: cover;
  width: 100%;
  height: 110px;
  top: -1px;
  -webkit-transform: rotate(180deg) scale(1) skew(0deg) translate(0px);
  -moz-transform: rotate(180deg) scale(1) skew(0deg) translate(0px);
  -o-transform: rotate(180deg) scale(1) skew(0deg) translate(0px);
  -ms-transform: rotate(180deg) scale(1) skew(0deg) translate(0px);
  transform: rotate(180deg) scale(1) skew(0deg) translate(0px);
}
footer ul li {
  margin-bottom: 5px;
}
footer ul li a {
  text-decoration: none;
  color: #fff;
}
footer ul li a:hover {
  color: #ff9000;
}
footer .copyright {
  font-size: 12px;
}
footer .socmed li {
  display: inline-block;
  margin-right: 5px;
}
footer .socmed .icon {
  opacity: 0.7;
}
footer .socmed .icon img {
  height: 40px;
  width: 40px;
}
footer .socmed .icon:hover {
  opacity: 1;
}

@media only screen and (max-width: 576px) {
  footer {
    text-align: center;
  }
  footer .footer-company {
    margin-bottom: 30px;
  }
  footer .footer-nav-company, footer .footer-nav-guide {
    display: none !important;
  }
}
/*--- Mobile portrait ---*/
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .navbar-brand.light {
    display: none !important;
  }
  .navbar-brand.dark {
    display: block !important;
  }
  .navbar-main.scroll .navbar-brand.light {
    display: block !important;
  }
  .navbar-main.scroll .navbar-brand.dark {
    display: none !important;
  }
  .home .section-background .main-background {
    background-position: 64% 0% !important;
  }
  .section-about {
    text-align: center;
  }
  .section-hero .hero-text {
    margin-top: calc(50vh - 350px);
  }
  .section-hero .hero-text .title {
    font-size: 60px;
  }
  .section-booking {
    padding-top: 0px;
  }
  .section-booking::before, .section-booking::after {
    background-position: 90% top;
  }
}
/*--- Mobile landscape ---*/
/*--- Small tablet portrait ---*/
/*--- Tablet portrait ---*/
/*--- Small tablet landscape ---*/
/*--- Tablet landscape --- */