#top-bar,
.top-bar {
  display: flex;
  height: auto;
}
:root {
  --primary: #b88656;
  --textColor: #333333;
}

.top-bar-section ul li > a,
a,
article,
aside,
audio,
body,
button,
canvas,
details,
figcaption,
figure,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
input,
label,
legend,
main,
nav,
section,
small,
summary,
textarea,
time,
video {
  font-family: "Manrope", sans-serif !important;

  font-weight: 400;
}

.top-bar,
.top-bar-section ul {
  font-size: 1rem;

  color: #666 !important;

  background-color: transparent !important;
}

body {
  opacity: 1;

  background: url("../img/bg-parallax.png") center/contain no-repeat fixed;
}

.site-header {
  position: fixed;

  left: 0;

  z-index: 100;

  width: 100%;

  top: 0;
}

.top-bar .toggle-topbar.menu-icon a::after {
  top: -3px;

  left: 5px;
}

.top-bar {
  align-items: center;

  transition: max-height 0.4s;

  padding: 5rem 3.2rem;
}

.top-bar-section {
  margin-top: 0;
}

.top-bar .toggle-topbar.menu-icon {
  top: 17px;

  right: 15px;

  left: auto;

  margin-top: 0;

  padding: 0;
}

.top-bar .toggle-topbar.menu-icon a {
  height: 25px;

  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;

  margin-bottom: 40px;
}

p {
  margin-bottom: 20px;
}

body,
html {
  font-size: 62.5% !important;
}

ul.title-area #logo {
  display: inline-block !important;
}

.top-bar .name {
  height: initial !important;
}

.top-bar-section li:not(.has-form) a:not(.button) {
  position: relative;

  display: inline-block;
}

#top-bar {
  align-items: center;

  justify-content: space-between;
}

#top-bar::after,
#top-bar::before {
  display: none;
}

#top-bar > .title-area {
  transition: top 0.4s;
}

#top-bar > .top-bar-section,
#top-bar > .top-bar-section > ul {
  display: flex;

  align-items: center;
}

#top-bar > .top-bar-section > ul > li > a::after {
  display: none;
}

#top-bar > .top-bar-section > ul > li > a {
  color: #fff;

  font-size: 1.8rem;

  position: relative;

  line-height: 1;

  background-color: transparent;

  padding: 0 1rem !important;

  transition: color 0.4s;
}

#top-bar > .top-bar-section > ul > li > a:hover {
  color: var(--primary);
}

#top-bar > .top-bar-section > ul > li:last-child > a:hover {
  color: white;
}

#top-bar > .top-bar-section > ul.center > li:last-child > a {
  padding: 2rem 1rem !important;
}

#top-bar > .top-bar-section > ul > li.active > a,
#top-bar > .top-bar-section > ul > li:hover > a {
  background: 0 0;
}

#top-bar > .top-bar-section > ul > li.active > a {
  font-weight: 700;

  background: 0 0;
}

.top-bar-section .has-dropdown > a:after {
  all: unset !important;
}

.top-bar-section .dropdown li:not(.has-form) a:not(.button) {
  font-size: 2.1rem !important;

  background: var(--primary) !important;
}

#top-bar > .top-bar-section > ul > li:not(:first-child) > a::after {
  content: "β" !important;

  position: absolute !important;

  left: -2px !important;

  top: 50% !important;

  font-size: 1.8rem !important;

  color: var(--textColor) !important;

  transform: translateY(-50%) !important;
}

.socials {
  margin-left: 1.75rem;

  display: flex;

  align-items: center;
}

.socials > a {
  width: 1.979vw;

  height: 1.979vw;

  display: block;
}

.socials > a > svg {
  fill: var(--primary);

  transition: fill 0.4s;

  width: 1.979vw;

  height: 1.979vw;

  display: block;
}

.socials > a:not(:last-child) {
  margin-right: 1rem;
}

.socials > a:hover > svg {
  fill: var(--textColor);
}

.slideshow {
  position: relative;
}

.slideshow,
.slider img {
  max-height: 100vh;

  object-fit: cover;
}

.slider img {
  filter: brightness(0.6);
}

a#logo img {
  filter: brightness(100);
}

.slideshow .slider {
  margin-bottom: 0;
}

.slideshow .slick-slide {
  position: relative;
}

.slider img {
  margin-left: auto;

  width: 100%;
}

.sliderCaption {
  position: absolute;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);

  width: 100%;

  text-align: center;

  padding: 0.5rem 2rem;

  font-size: 6.4rem;

  font-weight: 700;

  font-weight: 200;

  color: #fff;

  line-height: 1.2;
}

.sliderCaption > span {
  position: relative;

  top: -50px;

  opacity: 0;
}

.slick-slide .sliderCaption > span {
  animation: anim 0.6s forwards;
}

@keyframes anim {
  0% {
    top: -50px;

    opacity: 0;
  }

  100% {
    top: 0;

    opacity: 1;
  }
}

.slick-list,
.slick-slider,
.slick-track {
  position: relative;

  display: block;
}

.slick-slider {
  box-sizing: border-box;

  -moz-box-sizing: border-box;

  -webkit-touch-callout: none;

  -webkit-user-select: none;

  -khtml-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;

  -ms-touch-action: pan-y;

  touch-action: pan-y;

  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  overflow: hidden;

  margin: 0;

  padding: 0;
}

.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);

  -moz-transform: translate3d(0, 0, 0);

  -ms-transform: translate3d(0, 0, 0);

  -o-transform: translate3d(0, 0, 0);

  transform: translate3d(0, 0, 0);
}

.slick-track {
  left: 0;

  top: 0;
}

.slick-slide,
.slick-slide.slick-loading img {
  display: none;
}

.slick-track:after,
.slick-track:before {
  content: "";

  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;

  height: 100%;

  min-height: 1px;
}

.slick-initialized .slick-slide,
.slick-slide img {
  display: block;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.site-header {
  transition: 0.3s;
}

.site-header a#logo img {
  transition: 0.3s;
}

.site-header.scroll {
  background-color: #fff;

  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}

.site-header.scroll #top-bar {
  transition: 0.3s;
}

.site-header.scroll #top-bar {
  padding: 1rem;
}

.site-header.scroll a#logo img {
  filter: unset;
}

.site-header.scroll #top-bar .top-bar-section > ul > li > a {
  color: var(--primary);
}

.site-header.scroll #top-bar .top-bar-section > ul > li:last-child > a {
  color: white;
}

.main__image {
  position: relative;
  margin-bottom: 4rem;
  height: 100vh;
}

.main__image img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  filter: brightness(0.6);
}

.main__image > .static-page__title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 6.4rem;
  padding: 2rem;
  font-weight: 200;
  line-height: 1;
  color: #fff;
}

.main__image > .static-page__title > span {
  position: relative;
  top: -50px;
  opacity: 0;
  animation: anim 1s forwards;
}

.innerpage main.pad-expand {
  padding-top: 30rem;
}

.inline-list.right > li {
  margin-left: 0;
}

#top-bar .inline-list.right > li > a::after {
  display: none;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 #25d366;
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(184, 134, 86, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 #25d366;
  }
}

.socials > a:first-child > svg {
  transition: transform 0.4s;
}

.socials > a:first-child:hover > svg {
  transform: rotate(45deg);
}

.has-dropdown > a {
  cursor: default !important;
}

.book-btn {
  position: fixed;
  right: 60px;
  bottom: 60px;
  z-index: 101;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, var(--primary));
  transform: scale(1);
  border-radius: 50%;
  width: 6.4rem;
  height: 6.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
}

.book-btn.book-btn-bus {
	bottom: 14rem;
    cursor: pointer;
}


.book-btn.whatsapp-icon {
    position: fixed;
    bottom: 220px;
    right: 60px;
    z-index: 101;
    transform: scale(1);
    animation: 2s infinite pulse;
    border-radius: 50%;
	background: transparent !important;
}


.book-btn.book-btn-bus.clicked > span {
    visibility: visible;
    opacity: 1;
}

.book-btn.book-btn-bus > span {
    position: absolute;
    padding: 1rem;
    background: #fff;
    font-size: 1.8rem;
    min-width: 18rem;
    line-height: 1.8;
    background: var(--primary);
    color: #fff;
    right: 70px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}



.bus-icon {
  position: fixed;
  right: 60px;
  bottom: 140px;
  z-index: 101;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, var(--primary));
  transform: scale(1);
  border-radius: 50%;
  width: 6.4rem;
  height: 6.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
}

.bus-icon > span {
  position: absolute;
  font-size: 1.5rem;
  padding: 1rem;
  background: #fff;
  font-size: 1.8rem;
  min-width: 18rem;
  line-height: 1.8;
  background: var(--primary);
  color: #fff;
  right: 70px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.bus-icon > span::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;

  border-left: 10px solid var(--primary);
}

.bus-icon.clicked > span {
  opacity: 1;
  visibility: visible;
}

.bus-icon img {
  filter: brightness(1);
}

@media screen and (max-width: 1400px) {
  #top-bar {
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
  }
  #top-bar > .top-bar-section {
    width: 100%;
    justify-content: center;
  }

  .top-bar {
    padding: 5rem 1rem;
  }

  .socials {
    margin-left: 0;
    top: -6rem;
    right: 2rem;
    position: absolute;
  }

  .socials > a {
    width: 2.4rem;
    height: 2.4rem;
  }

  .socials > a > svg {
    width: 100%;
    height: 100%;
  }

  .inline-list.right {
    position: absolute;
    top: -6rem;
    right: 8rem;
  }

  .socials > a:not(:last-child) {
    margin-right: 1rem;
  }
}

@media screen and (max-width: 1024px) {
  #top-bar > .top-bar-section > ul > li > a {
    font-size: 1.4rem;
    padding: 0 0.7rem !important;
  }
	
	.book-btn.whatsapp-icon{
		bottom: 17.5rem !important;
        right: 3rem !important;
	}

  #top-bar > .top-bar-section > ul.center > li:last-child > a {
    padding: 1rem 0.7rem !important;
  }

  .site-header {
    padding: 0;
  }

  .main__image > .static-page__title,
  .sliderCaption {
    font-size: 3.2rem;
  }

  .site-header.scroll #top-bar {
    padding: 2rem 1rem;
  }
}

@media screen and (max-width: 640px) {
  .top-bar .toggle-topbar.menu-icon a {
    color: #000;
  }
	
.book-btn.whatsapp-icon{
	width: 4.6rem !important;
    height: 4.6rem !important;
	bottom: 15.5rem !important;
	scale: 2;
	animation:none !important;
}

.book-btn.book-btn-bus {
    bottom: 9rem;
}

.book-btn.book-btn-bus > span{
	font-size: 1.5rem;
}

  .top-bar .toggle-topbar.menu-icon a::after {
    box-shadow: 0 10px 0 1px var(--primary), 0 16px 0 1px var(--primary),
      0 22px 0 1px var(--primary) !important;
  }

  .top-bar.expanded .title-area {
    background: #fff !important;
  }
  .top-bar-section li:not(.has-form) a:not(.button) {
    text-align: center;
  }
  .top-bar {
    height: 65px;
  }
  ul.dropdown {
    background: 0 0 !important;
  }
  .main__image > img,
  .slideshow .slider img {
    height: 40rem;
    object-fit: cover;
  }
  #top-bar.expanded {
    height: auto;
  }

  .site-header.scroll #top-bar {
    padding: 1rem;
  }

  .site-header {
    padding: 0;
  }
  #top-bar {
    display: block;
    height: 10rem;
  }
  .homepage main {
    padding-top: 10rem;
  }
  .socials {
    position: relative;
    right: unset;
    top: unset;
    display: flex;
    align-items: center;
  }
  #top-bar > .top-bar-section > ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .top-bar-section {
    float: none !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
  }
  #top-bar.expanded .top-bar-section {
    opacity: 1;
  }
  #top-bar > .top-bar-section > ul > li > a {
    padding: 1rem;
  }

  .sliderCaption {
    font-size: 2.4rem;
  }

  #top-bar > .top-bar-section > ul > li > a {
    font-size: 1.6rem;
    padding: 1rem !important;
  }

  .inline-list.right {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
  }

  .socials > a {
    width: 3rem;
    height: 3rem;
  }

  .site-header {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  }

  a#logo img {
    filter: unset;
    max-height: 5rem;
    width: auto;
  }

  #top-bar {
    height: 7rem;
  }

  .homepage main {
    padding-top: 7rem;
  }

  .bus-icon {
    right: 20px;
    bottom: 80px;
    width: 4.6rem;
    height: 4.6rem;
    padding: 1rem;
  }

  .book-btn {
    bottom: 140px;
    width: 4.6rem;
    height: 4.6rem;
    padding: 1rem;
    right: 20px;
    bottom: 2rem;
    right: 2rem;
  }

  #top-bar > .top-bar-section > ul > li > a {
    color: white;
  }

  .whatsapp-icon {
    bottom: 20px;
    right: 20px;
  }

  .whatsapp-icon > svg {
    width: 44px;
    height: 44px;
  }

  .main__image > img,
  .slideshow .slider img {
    height: calc(100vh - 7rem);
    object-fit: cover;
  }

  .main__image {
    height: calc(100vh - 7rem);
  }

  .main__image img {
    height: 100%;
    object-fit: cover;
  }

  .socials > a > svg {
    width: unset;
    height: unset;
  }

  .socials {
    margin: 0;
    gap: 2rem;
  }

  .innerpage main {
    padding-top: 7rem;
  }

  .main__image > .static-page__title {
    font-size: 2.2rem;
    width: 100%;
    text-align: center;
  }

  #top-bar > .top-bar-section > ul > li > a {
    color: var(--primary);
  }

  #top-bar > .top-bar-section > ul > li:last-child > a {
    color: white;
  }

  .booking {
    position: unset;
    background-color: transparent;
  }

  .booking__form > form > div label {
    color: var(--primary);
  }

  .booking__form > form > div input,
  .booking__form > form > div select {
    border-bottom: 1px solid var(--primary);
    color: var(--primary);
  }
}
