@import url("https://fonts.googleapis.com/css2?family=Bellefair&family=Catamaran:wght@400;700&display=swap");
* {
  color: #404040;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 16px;
  vertical-align: baseline;
  font-family: "Catamaran", sans-serif;
  font-weight: 400;
  box-sizing: border-box; }

html, body {
  height: 100%; }

h1 {
  margin-bottom: 20px; }

h1, h1 * {
  color: #c39b78;
  font-size: 60px;
  line-height: 65px;
  font-family: "Bellefair", serif; }

h2 {
  margin-bottom: 40px;
  text-align: center; }

h2, h2 * {
  color: #c39b78;
  font-size: 40px;
  line-height: 45px;
  font-family: "Bellefair", serif; }

h3 {
  margin-bottom: 10px; }

h3, h3 * {
  color: #c39b78;
  font-size: 30px;
  line-height: 35px;
  font-family: "Bellefair", serif; }

ul li {
  list-style: none; }

a {
  text-decoration: none; }

p {
  margin-bottom: 20px; }

p:last-child {
  margin-bottom: 0; }

img {
  vertical-align: middle; }

em, em * {
  font-style: italic; }

strong, strong * {
  font-weight: bold; }

u, u * {
  text-decoration: underline; }

br {
  line-height: 0 !important;
  height: 0; }

blockquote {
  padding: 20px 0;
  position: relative; }

blockquote {
  margin-left: 10%; }

blockquote,
blockquote * {
  color: #c39b78;
  font-family: "Catamaran", sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px; }

input[type="text"], input[type="password"], input[type="email"], input[type="date"] {
  background-color: transparent;
  border: solid 1px #19110a;
  height: 50px;
  padding: 0 10px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type="submit"], input[type="button"] {
  background-color: #19110a;
  color: #fff;
  width: 100%;
  height: 50px;
  padding: 0 10px;
  cursor: pointer;
  font-family: 'butler_stencilregular', serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0; }

textarea {
  background-color: transparent;
  border: solid 1px #19110a;
  padding: 10px 10px;
  width: 100%;
  height: 150px;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

select {
  background: transparent url(../images/bg-select.png) no-repeat right 0;
  border: solid 1px #19110a;
  height: 50px;
  padding: 0 10px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

#loading-container {
  background: rgba(255, 255, 255, 0.9) url(../images/loading.gif) no-repeat center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 100000000000000000;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none; }

.mobile {
  display: none; }

.wrapper {
  width: 1170px;
  margin: 0 auto; }

.innerwrapper {
  width: 700px;
  margin: 0 auto; }

.general-section {
  padding: 100px 0;
  position: relative; }

.general-section h2 {
  max-width: 800px;
  margin: 0 auto 40px auto;
  font-size: 30px;
  line-height: 35px;
  text-transform: uppercase; }

.general-section .badge {
  text-align: center;
  margin-bottom: 30px; }

.general-section .description blockquote,
.general-section .description blockquote * {
  font-family: "Bellefair", serif;
  text-transform: uppercase;
  text-align: center;
  color: #6d6e71;
  font-weight: normal;
  margin-left: 0;
  font-size: 40px;
  line-height: 50px; }

.general-section .description blockquote:after {
  background: url("../images/line-blockquote.png") no-repeat center center;
  content: "";
  height: 30px;
  display: block;
  margin-top: 20px; }

.cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.label {
  color: #19110a;
  margin-bottom: 3px;
  font-size: 12px;
  line-height: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.mandatory {
  display: inline-flex; }

.box {
  position: relative; }

.box .invalidfield {
  display: none;
  color: #c00;
  font-size: 10px;
  line-height: 12px;
  position: absolute;
  bottom: -15px; }

.box.error .invalidfield {
  display: block; }

.box.error input,
.box.error textarea,
.box.error select {
  border-color: #c00; }

.columns-1 {
  column-count: 1;
  column-gap: 0; }

.columns-2 {
  column-count: 2;
  column-gap: 40px; }

.columns-3 {
  column-count: 3;
  column-gap: 40px; }

.columns-4 {
  column-count: 4;
  column-gap: 40px; }

.columns-5 {
  column-count: 5;
  column-gap: 40px; }

.box-knowmore {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 40px; }

.btn {
  background-color: #c39b78;
  display: inline-flex;
  align-items: center;
  position: relative;
  text-decoration: none;
  border-radius: 25px;
  transition: background 0.3s ease, top 0.3s ease, box-shadow 0.3s ease; }
  .btn .text {
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    white-space: nowrap;
    text-transform: uppercase;
    border-radius: 25px;
    text-decoration: none;
    height: 50px;
    padding: 0 30px;
    padding-top: 5px;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    transition: background 0.3s ease; }

.btn.light .text {
  color: #fff;
  border-color: #fff; }

.btn.light:hover .text {
  background-color: #fff;
  color: #c39b78 !important; }

.btn.light:before {
  background: url("../images/btn-left-white.png") no-repeat 0 0; }

.btn.light:after {
  background: url("../images/btn-right-white.png") no-repeat 0 0; }

.db-content h3, .db-content h3 * {
  color: #c39b78;
  text-transform: uppercase; }
.db-content h3,
.db-content h4,
.db-content h5 {
  margin-bottom: 20px; }
.db-content p,
.db-content li,
.db-content ul,
.db-content ol,
.db-content blockquote {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid; }
.db-content ul,
.db-content ol {
  margin-bottom: 10px; }
.db-content ul li,
.db-content ol li {
  margin: 0 0 5px 20px; }
.db-content ul li {
  list-style: disc; }
.db-content a {
  color: #c39b78;
  line-break: anywhere; }
.db-content a:hover {
  text-decoration: underline; }
.db-content em,
.db-content em * {
  font-style: italic; }
.db-content strong,
.db-content strong * {
  font-weight: bold; }
.db-content sup {
  vertical-align: super;
  font-size: 0.8em; }
.db-content sub {
  vertical-align: sub;
  font-size: 0.8em; }

.swiper-pagination-bullet {
  background: transparent;
  display: inline-flex;
  width: auto;
  height: 10px;
  margin: 0 !important;
  align-items: center;
  opacity: 1; }

.swiper-pagination-bullet:before {
  content: "";
  background-color: #c39b78;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  opacity: 0.4; }

.swiper-pagination-bullet:hover:before,
.swiper-pagination-bullet-active:before {
  opacity: 1 !important; }

.swiper-pagination-bullet:after {
  content: "";
  background-color: #c39b78;
  width: 40px;
  height: 1px;
  border-width: 40px;
  opacity: 0.4; }

.swiper-pagination-bullet:last-child:after {
  display: none; }

.mfp-content {
  text-align: center; }

#mfp-w2c {
  position: relative;
  background: #fff;
  display: inline-block;
  text-align: left;
  padding: 30px;
  width: auto;
  max-width: 960px;
  min-width: 240px;
  margin: 20px auto;
  border-radius: 5px; }

#mfp-w2c h1 {
  text-align: center; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 124px;
  padding-bottom: 24px;
  z-index: 10001;
  transition: height 0.3s ease, padding-bottom 0.3s ease; }
  header .wrapper {
    display: flex;
    justify-content: space-between;
    position: relative;
    height: 100%; }
  header .left {
    display: flex;
    align-items: center;
    position: relative; }
  header .right {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    header .right .btn-booknow {
      display: inline; }
    header .right .btn-booknow:hover {
      background-color: #fff; }
    header .right .btn-booknow:hover .text {
      color: #19110a; }
  header .box-logo {
    margin-right: 50px; }
    header .box-logo a {
      display: block; }
    header .box-logo a img {
      width: 150px;
      transition: width 0.3s ease; }
  header nav {
    display: flex;
    height: 100%;
    position: relative; }
    header nav ul.lev1 {
      display: flex;
      height: 100%; }
    header nav li.lev1 {
      display: inline-flex;
      align-items: center;
      position: relative; }
    header nav li.lev1:not(:last-child) {
      margin-right: 30px; }
    header nav a.lev1 {
      display: block; }
      header nav a.lev1 .text {
        color: #fff;
        font-family: "Bellefair", serif;
        font-size: 16px;
        white-space: nowrap;
        text-transform: uppercase;
        position: relative; }
    header nav a.lev1:before {
      content: "";
      background: url("../images/selected.png") no-repeat center center;
      height: 5px;
      width: 100%;
      display: block;
      position: absolute;
      bottom: 40px;
      opacity: 0;
      transition: opacity 0.3s ease, bottom 0.3s ease; }
    header nav a.lev1:hover:before,
    header nav li.lev1.active a.lev1:before {
      opacity: 1;
      bottom: 32px; }
    header nav ul.lev2 {
      background-color: #fff;
      position: absolute;
      top: 100px;
      left: 50%;
      margin-left: -100px;
      width: 200px;
      border-radius: 0px;
      box-shadow: 0 10px 20px rgba(64, 64, 64, 0.3);
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s linear; }
    header nav ul.lev2:before {
      background: #c39b78;
      content: "";
      display: block;
      width: 10px;
      height: 10px;
      transform: rotate(45deg);
      position: absolute;
      top: -5px;
      left: calc(50% - 5px); }
    header nav li.lev2:not(:last-child) {
      border-bottom: solid 1px #f2f2f2; }
    header nav a.lev2 {
      font-family: "Bellefair", serif;
      font-size: 14px;
      text-transform: uppercase;
      padding: 15px 30px;
      display: block;
      text-align: center; }
    header nav li.lev2.active a.lev2,
    header nav li.lev2 a.lev2:hover {
      background-color: #f2f2f2; }
    header nav li.lev1:hover ul.lev2 {
      opacity: 1;
      visibility: visible;
      top: 80px; }

header:before {
  content: "";
  background: url("../images/header-truncated.png") no-repeat center 0;
  display: block;
  width: 100%;
  height: 124px;
  position: absolute;
  top: -100px;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease; }

body.truncated header {
        /*.box-logo {width: 50px;margin-left: -25px;padding-top: 10px; overflow: hidden;}
		.box-logo  a img {width: 280px;}
        nav .left {padding-right: 65px;}
        nav .right {padding-left: 65px;}
		nav li.lev1 {align-items: center; margin-top: 10px;}*/ }
  body.truncated header nav a.lev1 .text {
    color: #404040; }
  body.truncated header .box-logo .desktop {
    display: none; }
  body.truncated header .box-logo .mobile {
    display: block; }
  body.truncated header .btn-booknow:hover {
    background-color: #19110a; }
  body.truncated header .btn-booknow:hover .text {
    color: #fff; }
  body.truncated header a.lev1:before {
    background: url("../images/selected-truncated.png") no-repeat center center; }
body.truncated header:before {
  opacity: 1;
  top: 0; }

/*###################MENU MOBILE#######################*/
#mobile-menu-switch {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 40px;
  top: 40px;
  z-index: 10004;
  transition: top 0.5s ease, right 0.5s ease; }

#mobile-menu-switch span {
  background-color: #fff;
  width: 25px;
  height: 2px;
  display: block;
  position: absolute;
  left: 7px;
  border-radius: 2px; }

.truncated #mobile-menu-switch {
  top: 20px;
  right: 20px; }

.truncated #mobile-menu-switch span {
  background-color: #c39b78; }

.truncated #mobile-menu-switch.active span {
  background: #fff !important; }

#mobile-menu-switch span:nth-child(1) {
  top: 10px;
  transition: all 0.3s ease; }

#mobile-menu-switch span:nth-child(2) {
  top: 20px; }

#mobile-menu-switch span:nth-child(3) {
  top: 30px;
  transition: all 0.3s ease; }

#mobile-menu-switch.active span:nth-child(1) {
  top: 20px;
  transform: rotate(45deg); }

#mobile-menu-switch.active span:nth-child(2) {
  display: none; }

#mobile-menu-switch.active span:nth-child(3) {
  top: 20px;
  transform: rotate(-45deg); }

#mobile-menu-switch.active * {
  background-color: #fff; }

#mobile-menu-switch.active {
  top: 20px !important;
  right: 20px !important; }

#mobile-menu {
  background-color: #19110a;
  position: fixed;
  width: 280px;
  height: 100%;
  right: -110%;
  padding-top: 80px;
  z-index: 10002;
  transition: all 0.3s ease;
  overflow: auto; }

#mobile-menu.active {
  right: 0;
  box-shadow: 0 0 5px rgba(64, 64, 64, 0.5);
  display: block !important; }

#mobile-menu .container {
  width: 80%;
  margin: 0 auto; }

#mobile-menu a.lev1 {
  display: block;
  padding: 20px;
  text-align: center; }

#mobile-menu a.lev1 .text {
  font-size: 14px;
  line-height: 22px;
  font-family: "Bellefair", serif;
  text-transform: uppercase;
  text-align: center;
  color: #c39b78;
  font-weight: 400; }

#mobile-menu li.lev1:not(:last-child) {
  border-bottom: solid 1px #c39b78; }

#mobile-menu li.lev1:last-child a.lev1 {
  border-bottom: none; }

#mobile-menu li.lev1:hover a.lev1,
#mobile-menu li.lev1.active a.lev1 {
  color: #fff; }

#mobile-menu ul.lev2 {
  padding-bottom: 20px; }

#mobile-menu li.lev2 {
  text-align: center; }

#mobile-menu li.lev2 a {
  color: #a6a6a6; }

/*##################################################################*/
footer {
  position: relative;
  z-index: 1000; }
  footer * {
    color: #fff; }
  footer .top {
    background-color: #19110a; }
    footer .top * {
      font-size: 14px;
      line-height: 17px; }
    footer .top .wrapper {
      display: flex;
      justify-content: space-between;
      padding: 40px 0;
      position: relative; }
    footer .top .left {
      display: flex;
      align-items: center; }
    footer .top .left ul.lev1 {
      display: flex; }
    footer .top .left ul.lev1 li.lev1 {
      max-width: 140px;
      margin-right: 30px; }
    footer .top .left ul.lev1 li.lev1 a {
      margin-bottom: 5px;
      display: block; }
    footer .top .left ul.lev1 li.lev1 .text {
      font-size: 16px;
      color: #ffe9d6;
      text-transform: uppercase;
      font-family: "Bellefair", serif; }
    footer .top .left ul.lev1 li.lev2 {
      margin-bottom: 5px; }
    footer .top .left ul.lev1 li.lev2 a {
      color: #a6a6a6; }
    footer .top .box-social {
      display: flex;
      flex-direction: column;
      align-items: flex-end; }
    footer .top .box-social h4 {
      font-size: 16px;
      color: #ffe9d6;
      text-transform: uppercase;
      font-family: "Bellefair", serif;
      margin-bottom: 5px; }
    footer .top .box-social .content {
      display: flex;
      align-items: center; }
    footer .top .box-social .btn-social {
      background-color: #ffe9d6;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 30px;
      height: 30px;
      border-radius: 30px;
      margin-left: 10px;
      margin-bottom: 5px;
      opacity: 0.7;
      transition: opacity 0.3s ease; }
    footer .top .box-social .btn-social:hover {
      opacity: 1; }
    footer .top .box-social .btn-social:before {
      font-family: 'Font Awesome 5 Brands';
      content: "";
      color: #19110a;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 20px;
      height: 20px;
      font-size: 16px; }
    footer .top .box-social .btn-social.fa-facebook:before {
      content: "\f39e"; }
    footer .top .box-social .btn-social.fa-linkedin:before {
      content: "\f0e1"; }
    footer .top .box-social .btn-social.fa-twitter:before {
      content: "\f099"; }
    footer .top .box-social .btn-social.fa-instagram:before {
      content: "\f16d"; }
    footer .top .box-social .btn-social.fa-vimeo:before {
      content: "\f27d"; }
    footer .top .box-social .btn-social.fa-youtube:before {
      content: "\f167"; }
    footer .top .box-social .btn-social.fa-tripadvisor:before {
      content: "\f262"; }
    footer .top .box-social .btn-social.fa-safaribookings:before {
      content: "";
      background: url("../images/safari-booking.png") no-repeat center center; }
    footer .top .btn-talkwithus {
      display: flex;
      align-items: center; }
      footer .top .btn-talkwithus .text {
        color: #ffe9d6; }
      footer .top .btn-talkwithus .icon {
        background-color: #6d6e71;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        border-radius: 30px;
        margin-left: 10px;
        margin-bottom: 5px;
        opacity: 0.7;
        transition: opacity 0.3s ease; }
      footer .top .btn-talkwithus .icon:before {
        /*background:url("../images/icons-01.svg") no-repeat -45px -15px; background-size: 300px;*/
        content: "";
        color: #c39b78;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 15px;
        height: 15px; }
    footer .top .btn-talkwithus:hover .icon {
      opacity: 1; }
    footer .top .btn-gototop {
      display: flex;
      justify-content: flex-end;
      position: absolute;
      top: -15px;
      right: 0;
      z-index: 50; }
      footer .top .btn-gototop .text {
        color: #ffe9d6;
        display: none; }
      footer .top .btn-gototop .icon {
        background: #c39b78 url("../images/back-to-top-icon.png") no-repeat center center;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        border-radius: 30px;
        margin-left: 10px;
        margin-bottom: 5px;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
        transition: background 0.3s ease; }
      footer .top .btn-gototop .icon:before {
        /*background:url("../images/icons-01.svg") no-repeat -30px -15px; background-size: 300px;*/
        content: "";
        color: #c39b78;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 15px;
        height: 15px; }
    footer .top .btn-gototop:hover .icon {
      background-color: #ffe9d6; }
  footer .bot {
    background-color: #110c07; }
    footer .bot * {
      font-size: 12px;
      line-height: 15px;
      color: #a6a6a6; }
    footer .bot .wrapper {
      display: flex;
      justify-content: space-between;
      padding: 20px 0; }
    footer .bot .btn-way2concept {
      background: url("../images/footer-w2c.svg") no-repeat 0 0;
      background-size: 100% auto;
      width: 90px;
      height: 10px;
      display: inline-block; }

#banner {
  background-color: #ffe9d6;
  height: 100%;
  position: relative; }
  #banner * {
    color: #fff; }
  #banner .swiper-container {
    height: 100%; }
  #banner .swiper-slide .wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 120px 0;
    position: relative;
    z-index: 1; }
  #banner .swiper-slide .content {
    width: 50%; }
  #banner .swiper-slide .title {
    font-family: "Bellefair", serif;
    font-size: 70px;
    line-height: 80px;
    text-transform: uppercase;
    margin-bottom: 0;
    letter-spacing: 0.07em; }
  #banner .swiper-slide .subtitle {
    font-size: 20px;
    line-height: 23px;
    padding-top: 30px;
    margin-bottom: 0; }
  #banner .swiper-slide .box-knowmore {
    justify-content: flex-start; }
  #banner .mask1 {
    background-color: rgba(25, 17, 10, 0.5);
    position: absolute;
    width: 100%;
    height: 100%; }
  #banner .mask2 {
    background: url("../images/banner-mask-2.png") no-repeat center bottom;
    background-size: 100% 60%;
    position: absolute;
    width: 100%;
    height: 100%; }
  #banner .scrolldown {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    z-index: 1;
    pointer-events: none; }
    #banner .scrolldown .text {
      display: none; }
    #banner .scrolldown .icon {
      background: url("../images/arrow-scrool.png") no-repeat 0 0;
      display: inline-flex;
      width: 15px;
      height: 50px; }
  #banner .btn {
    background-color: #fff;
    position: relative;
    height: 40px;
    box-shadow: 0 10px 20px rgba(64, 64, 64, 0);
    top: 0px; }
  #banner .btn .text {
    color: #19110a; }
  #banner .btn:hover {
    background-color: #ffe9d6;
    box-shadow: 0 10px 20px rgba(64, 64, 64, 0.2);
    top: -5px; }

#secbanner {
  background-color: #ffe9d6;
  height: 450px;
  position: relative; }
  #secbanner .mask {
    background: url("../images/secbanner-mask.png") repeat-x center bottom;
    background-size: 100% auto;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #secbanner .mask2 {
    background-color: rgba(25, 17, 10, 0.5);
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #secbanner * {
    color: #fff; }
  #secbanner .wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3;
    padding: 100px 0 0; }
  #secbanner .contents {
    text-align: center;
    width: 50%; }
  #secbanner .title {
    font-family: "Bellefair", serif;
    font-size: 70px;
    line-height: 70px;
    text-transform: uppercase;
    margin-bottom: 0; }
  #secbanner .subtitle {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
    padding-top: 30px; }
  #secbanner .btn {
    background-color: #fff;
    margin-top: 30px;
    position: relative;
    top: 0; }
    #secbanner .btn .text {
      height: 30px;
      font-size: 10px;
      line-height: 10px;
      padding: 0px 15px 0 15px;
      color: #19110a; }
  #secbanner .btn:hover {
    background-color: #ffe9d6;
    box-shadow: 0 10px 20px rgba(64, 64, 64, 0.2);
    top: -5px; }

.afterbanner {
  background: #ffe9d6 url("../images/afterbanner-int.png") repeat-x center 0; }

#home-presentation.afterbanner {
  background: #ffe9d6 url("../images/afterbanner.png") repeat-x center 0; }

#home-presentation {
  padding: 200px 0;
  box-shadow: 0 0 20px rgba(64, 64, 64, 0.2); }
  #home-presentation .wrapper {
    background-color: #fff;
    display: flex;
    position: relative; }
  #home-presentation .left:before {
    background: url("../images/home-presentation-mask.png") no-repeat 0 0;
    background-size: 100% 100%;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
  #home-presentation .left {
    width: 60%;
    position: relative; }
    #home-presentation .left .img1 {
      background-color: #e8d1b0;
      position: absolute;
      bottom: -70px;
      left: 70px;
      width: 270px;
      height: 270px;
      z-index: 3;
      box-shadow: 0 0 20px rgba(64, 64, 64, 0.5); }
    #home-presentation .left .img2 {
      background-color: #e8d1b0;
      position: absolute;
      top: -70px;
      right: 0;
      width: 270px;
      height: 270px;
      z-index: 4;
      box-shadow: 0 0 20px rgba(64, 64, 64, 0.5); }
  #home-presentation .left:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100px;
    z-index: 2; }
  #home-presentation .right {
    width: 40%;
    padding: 60px;
    position: relative; }
    #home-presentation .right .title {
      font-family: "Bellefair", serif;
      font-size: 30px;
      line-height: 35px;
      text-transform: uppercase; }
    #home-presentation .right .box-knowmore {
      position: absolute;
      bottom: -25px;
      left: 0;
      width: 100%; }
  #home-presentation .logo {
    background: url("../images/home-presentation-shadow.png") no-repeat center bottom;
    position: absolute;
    bottom: -140px;
    left: 0;
    width: 100%;
    height: 280px;
    pointer-events: none;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    z-index: 1;
    pointer-events: none; }
  #home-presentation .logo:before {
    content: "";
    background: url("../images/home-presentation-logo.png") no-repeat center center;
    display: inline-flex;
    width: 200px;
    height: 200px; }
  #home-presentation .btn {
    position: relative;
    top: 0; }
  #home-presentation .btn:hover {
    background: #19110a;
    box-shadow: 0 10px 20px rgba(64, 64, 64, 0.2);
    top: -5px; }

#home-highlights {
  background-color: #19110a;
  padding: 0;
  height: 550px; }
  #home-highlights * {
    color: #fff; }
  #home-highlights .swiper-container {
    height: 100%; }
  #home-highlights .swiper-slide {
    padding: 100px 50px;
    height: 100% !important;
    display: flex;
    align-content: center; }
    #home-highlights .swiper-slide .wrapper {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative; }
    #home-highlights .swiper-slide .mask {
      background-color: #19110a;
      opacity: 0.8;
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0; }
    #home-highlights .swiper-slide .content {
      width: 60%;
      text-align: center; }
    #home-highlights .swiper-slide .title {
      font-family: "Bellefair", serif;
      font-size: 30px;
      line-height: 30px;
      white-space: nowrap;
      display: flex;
      flex-direction: column;
      text-transform: uppercase;
      position: relative; }
    #home-highlights .swiper-slide .title:before,
    #home-highlights .swiper-slide .title:after {
      content: "";
      background: url("../images/line-white-1.png") no-repeat center center;
      display: inline-flex;
      width: 100%;
      height: 25px; }
    #home-highlights .swiper-slide .title:before {
      background: url("../images/home-highlights-graph1.png") no-repeat center 0;
      margin-bottom: 30px;
      height: 31px; }
    #home-highlights .swiper-slide .box-knowmore .btn {
      background: #fff; }
    #home-highlights .swiper-slide .box-knowmore .btn .text {
      color: #19110a; }
    #home-highlights .swiper-slide .box-knowmore .btn:hover {
      background-color: #c39b78; }
    #home-highlights .swiper-slide .box-knowmore .btn:hover .text {
      color: #fff; }
  #home-highlights .swiper-pagination {
    right: 0;
    display: flex;
    flex-direction: column;
    display: none; }
  #home-highlights .swiper-button-next:after, #home-highlights .swiper-button-prev:after {
    font-size: 20px; }
  #home-highlights .swiper-button-prev, #home-highlights .swiper-container-rtl .swiper-button-next {
    left: 5px; }
  #home-highlights .swiper-button-next, #home-highlights .swiper-container-rtl .swiper-button-prev {
    right: 5px; }
  #home-highlights .w2-pagination {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    width: 100%;
    display: flex;
    align-items: center; }
  #home-highlights .w2-pagination .wrapper {
    position: relative; }
  #home-highlights .w2-pagination .wrapper .swiper-pagination-bullet {
    flex-direction: column;
    width: 10px;
    height: auto; }
  #home-highlights .w2-pagination .wrapper .swiper-pagination-bullet:after {
    height: 40px;
    width: 1px;
    border: none; }

#home-others {
  display: flex;
  text-align: center; }
  #home-others .left {
    background-color: #ffe9d6;
    width: 50%;
    position: relative;
    overflow: hidden; }
  #home-others .right {
    background-color: #19110a;
    width: 50%;
    position: relative;
    overflow: hidden; }
  #home-others .left a:before, #home-others .right a:before {
    background: rgba(195, 155, 120, 0.9) url("../images/highlights-plus.png") no-repeat center center;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    z-index: 3;
    position: absolute;
    top: -30px;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease, top 0.3s ease; }
  #home-others .left a, #home-others .right a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 100px; }
    #home-others .left a .mask, #home-others .right a .mask {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    #home-others .left a .content, #home-others .right a .content {
      display: block;
      width: 70%;
      margin: 0 auto;
      position: relative;
      z-index: 2; }
    #home-others .left a .title, #home-others .right a .title {
      font-family: "Bellefair", serif;
      font-size: 30px;
      line-height: 30px;
      white-space: nowrap;
      display: flex;
      flex-direction: column;
      text-transform: uppercase;
      position: relative; }
    #home-others .left a .title:before,
    #home-others .left a .title:after, #home-others .right a .title:before,
    #home-others .right a .title:after {
      content: "";
      background-color: rgba(200, 0, 0, 0.2);
      display: inline-flex;
      width: 100%;
      height: 25px; }
    #home-others .left a .title:before, #home-others .right a .title:before {
      margin-bottom: 30px;
      height: 31px; }
    #home-others .left a .description, #home-others .right a .description {
      display: block;
      padding-top: 30px; }
  #home-others .left a .title:before {
    background: url("../images/home-destinations-top.png") no-repeat center 0;
    height: 44px; }
  #home-others .left a .title:after {
    background: url("../images/line-brown-1.png") no-repeat center center; }
  #home-others .left a .mask {
    background-color: rgba(247, 212, 182, 0.7); }
  #home-others .right a .title:before {
    background: url("../images/home-preparation-top.png") no-repeat center 0;
    height: 50px; }
  #home-others .right a .title:after {
    background: url("../images/line-white-2.png") no-repeat center center; }
  #home-others .right a .mask {
    background-color: rgba(109, 110, 113, 0.8); }
  #home-others .right a * {
    color: #fff; }
  #home-others .left a:hover:before, #home-others .right a:hover:before {
    opacity: 1;
    top: 0; }

#itinerary-presentation {
  background: #ffe9d6 url("../images/afterbanner-int.png") repeat-x center 0; }
  #itinerary-presentation .wrapper {
    display: flex; }
  #itinerary-presentation .left {
    width: 40%;
    padding-right: 100px; }
    #itinerary-presentation .left h2 {
      color: #6d6e71;
      font-size: 40px;
      line-height: 50px;
      text-transform: uppercase;
      text-align: center;
      position: relative;
      padding-bottom: 50px; }
    #itinerary-presentation .left h2:after {
      content: "";
      background: url("../images/h2-botline.png") no-repeat center 0;
      width: 100%;
      height: 30px;
      position: absolute;
      bottom: 0;
      left: 0; }
  #itinerary-presentation .right {
    width: 60%; }

#tours-list .top-container, #accommodations-list .top-container {
  background: #ffe9d6 url("../images/tours-list-icon.png") no-repeat center 30px;
  position: relative;
  padding: 100px 0 30px; }
  #tours-list .top-container h2, #accommodations-list .top-container h2 {
    color: #c39b78;
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
    margin-bottom: 10px; }
  #tours-list .top-container p, #accommodations-list .top-container p {
    color: #6d6e71;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center;
    font-family: "Bellefair", serif;
    font-size: 14px; }
#tours-list .grid, #accommodations-list .grid {
  display: flex;
  flex-wrap: wrap;
  position: relative; }
#tours-list .grid-item, #accommodations-list .grid-item {
  background-color: #ffe9d6;
  width: 25%;
  padding: 1px 1px 1px 0;
  position: relative;
  overflow: hidden; }
  #tours-list .grid-item *, #accommodations-list .grid-item * {
    color: #fff; }
  #tours-list .grid-item a, #accommodations-list .grid-item a {
    background-color: #c39b78;
    width: 100%;
    padding-bottom: 100%;
    display: block;
    position: relative;
    text-align: center; }
  #tours-list .grid-item a:before, #accommodations-list .grid-item a:before {
    background: rgba(195, 155, 120, 0.9) url("../images/highlights-plus.png") no-repeat center center;
    background-size: 50px;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    z-index: 3;
    position: absolute;
    top: -30px;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease, top 0.3s ease; }
  #tours-list .grid-item a:hover:before, #accommodations-list .grid-item a:hover:before {
    opacity: 1;
    top: 0; }
  #tours-list .grid-item .image, #accommodations-list .grid-item .image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  #tours-list .grid-item .image:before, #accommodations-list .grid-item .image:before {
    background: url("../images/list-item-mask.png") no-repeat center center;
    background-size: 100% 100%;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
  #tours-list .grid-item .info, #accommodations-list .grid-item .info {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    padding: 0 40px 40px; }
  #tours-list .grid-item .title, #accommodations-list .grid-item .title {
    display: block;
    font-family: "Bellefair", serif;
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase; }
  #tours-list .grid-item .subtitle, #accommodations-list .grid-item .subtitle {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    padding-top: 10px;
    position: relative; }
  #tours-list .grid-item .description, #accommodations-list .grid-item .description {
    display: block;
    font-size: 16px;
    line-height: 19px;
    padding-top: 15px;
    height: 100px; }
  #tours-list .grid-item .subtitle:before,
  #tours-list .grid-item .subtitle:after, #accommodations-list .grid-item .subtitle:before,
  #accommodations-list .grid-item .subtitle:after {
    content: "";
    display: inline-flex;
    width: 30px;
    height: 0;
    border-top: solid 2px #fff;
    margin: 0 5px; }

#tours-list .top-container {
  text-align: center; }
  #tours-list .top-container .select-custom {
    width: auto;
    display: inline-block; }
  #tours-list .top-container select {
    background-color: #fff;
    height: 40px;
    line-height: 43px;
    border-radius: 40px;
    border: none;
    padding: 0 50px 0 20px;
    box-shadow: 3px 3px 15px rgba(64, 64, 64, 0.2); }

#toursdetail-presentation {
  padding-bottom: 40px; }
  #toursdetail-presentation h4.subtitle {
    text-align: center;
    font-family: "Bellefair", serif; }
  #toursdetail-presentation .box-details {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    padding-top: 30px; }
    #toursdetail-presentation .box-details h3 {
      color: #c39b78;
      font-size: 30px;
      line-height: 35px;
      text-transform: uppercase;
      text-align: center; }
  #toursdetail-presentation .box-details:before {
    content: "";
    background: url("../images/decor-01.png") no-repeat 0 0;
    display: inline-flex;
    width: 10px;
    height: 60px;
    margin-bottom: 30px; }
  #toursdetail-presentation h2 {
    color: #c39b78;
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 0; }
  #toursdetail-presentation .description {
    padding-top: 30px; }
  #toursdetail-presentation .box-quote {
    display: flex;
    justify-content: center;
    margin-bottom: 50px; }
  #toursdetail-presentation .box-map {
    display: flex;
    flex-wrap: wrap; }
  #toursdetail-presentation .box-map .left {
    width: 60%; }
  #toursdetail-presentation .box-map .left img {
    width: 100%; }
  #toursdetail-presentation .box-map .right {
    background-color: #fff;
    width: 40%;
    padding: 40px; }
  #toursdetail-presentation .box-map:after {
    content: "";
    background: url(../images/decor-01.png) no-repeat center 0;
    display: inline-flex;
    width: 100%;
    height: 60px;
    margin-top: 30px; }
  #toursdetail-presentation .box-map .right h4 {
    font-size: 20px;
    font-family: "Bellefair", serif;
    color: #a6a6a6;
    text-transform: uppercase;
    margin-bottom: 20px; }
  #toursdetail-presentation .box-map .right ol {
    list-style-type: none;
    counter-reset: li-counter; }
  #toursdetail-presentation .box-map .right li {
    position: relative;
    padding-left: 40px;
    min-height: 30px;
    font-size: 14px;
    line-height: 20px;
    list-style: none;
    margin: 0 0 10px 0;
    display: flex;
    align-items: center; }
  #toursdetail-presentation .box-map .right ol > li:before {
    content: counter(li-counter);
    counter-increment: li-counter;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    border: solid 2px #c39b78;
    top: 0;
    left: 0;
    font-family: "Bellefair", serif;
    font-size: 15px;
    color: #c39b78; }
  #toursdetail-presentation #beach-gallery {
    background-color: transparent;
    margin-top: 40px; }

#toursdetail-days {
  background-color: #ffe9d6; }
  #toursdetail-days .item .top {
    background-color: #c39b78;
    height: 0;
    padding-bottom: 43%;
    position: relative; }
  #toursdetail-days .item .bot {
    display: flex; }
    #toursdetail-days .item .bot .left {
      background-color: #fff;
      position: relative;
      width: 60%;
      padding: 70px; }
      #toursdetail-days .item .bot .left .day-container {
        position: absolute;
        top: -50px;
        left: 0;
        width: 100%;
        height: 50px;
        display: flex;
        justify-content: center; }
      #toursdetail-days .item .bot .left .day {
        background-color: #fff;
        display: inline-flex;
        align-items: center;
        height: 50px;
        padding: 10px 50px 0 50px;
        border-radius: 25px 25px 0 0;
        white-space: nowrap;
        color: #a6a6a6;
        font-family: "Bellefair", serif;
        font-size: 20px;
        line-height: 20px;
        text-transform: uppercase; }
      #toursdetail-days .item .bot .left .title {
        color: #c39b78;
        font-size: 30px;
        line-height: 35px;
        text-transform: uppercase;
        margin-bottom: 20px; }
    #toursdetail-days .item .bot .right {
      background-color: #f2f2f2;
      width: 40%;
      padding: 70px; }
    #toursdetail-days .item .bot .right .db-content * {
      color: #6d6e71; }
    #toursdetail-days .item .bot .right .db-content h3 {
      color: #c39b78; }
  #toursdetail-days .box-quote {
    display: flex;
    justify-content: center;
    padding: 80px 0; }
  #toursdetail-days .box-quote .btn {
    position: relative;
    top: 0; }
  #toursdetail-days .box-quote .btn:hover {
    background-color: #19110a;
    box-shadow: 0 10px 20px rgba(64, 64, 64, 0.2);
    top: -5px; }

#beach-gallery, #gallery-section {
  background-color: #ffe9d6;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0; }
  #beach-gallery .grid-item, #gallery-section .grid-item {
    min-width: 0;
    width: 100%;
    padding: 1px; }
    #beach-gallery .grid-item a, #gallery-section .grid-item a {
      display: block;
      position: relative;
      height: 0;
      padding-bottom: 56.25%; }
    #beach-gallery .grid-item a:before, #gallery-section .grid-item a:before {
      background-color: #19110a;
      content: "";
      width: calc(100% - 2px);
      height: calc(100% - 2px);
      display: block;
      opacity: 0.6;
      position: absolute;
      top: 1px;
      left: 1px;
      transition: opacity 0.3s ease; }
    #beach-gallery .grid-item a:hover:before, #gallery-section .grid-item a:hover:before {
      opacity: 0; }
    #beach-gallery .grid-item a img, #gallery-section .grid-item a img {
      max-width: 100%; }
  #beach-gallery .grid-item:nth-child(1), #gallery-section .grid-item:nth-child(1) {
    grid-column: span 2;
    grid-row: span 2; }
  #beach-gallery .grid-item:nth-child(11), #gallery-section .grid-item:nth-child(11) {
    grid-column: span 2;
    grid-row: span 2; }
  #beach-gallery .grid-item:nth-child(21), #gallery-section .grid-item:nth-child(21) {
    grid-column: span 2;
    grid-row: span 2; }
  #beach-gallery .grid-item:nth-child(31), #gallery-section .grid-item:nth-child(31) {
    grid-column: span 2;
    grid-row: span 2; }
  #beach-gallery .grid-item:nth-child(41), #gallery-section .grid-item:nth-child(41) {
    grid-column: span 2;
    grid-row: span 2; }
  #beach-gallery .grid-item:nth-child(51), #gallery-section .grid-item:nth-child(51) {
    grid-column: span 2;
    grid-row: span 2; }
  #beach-gallery .grid-item:nth-child(61), #gallery-section .grid-item:nth-child(61) {
    grid-column: span 2;
    grid-row: span 2; }
  #beach-gallery .grid-item:nth-child(71), #gallery-section .grid-item:nth-child(71) {
    grid-column: span 2;
    grid-row: span 2; }
  #beach-gallery .grid-item:nth-child(81), #gallery-section .grid-item:nth-child(81) {
    grid-column: span 2;
    grid-row: span 2; }
  #beach-gallery .grid-item:nth-child(91), #gallery-section .grid-item:nth-child(91) {
    grid-column: span 2;
    grid-row: span 2; }
  #beach-gallery .grid-item:nth-child(101), #gallery-section .grid-item:nth-child(101) {
    grid-column: span 2;
    grid-row: span 2; }
  #beach-gallery .grid-item:nth-child(111), #gallery-section .grid-item:nth-child(111) {
    grid-column: span 2;
    grid-row: span 2; }
  #beach-gallery .grid-item:nth-child(121), #gallery-section .grid-item:nth-child(121) {
    grid-column: span 2;
    grid-row: span 2; }
  #beach-gallery .grid-item:nth-child(131), #gallery-section .grid-item:nth-child(131) {
    grid-column: span 2;
    grid-row: span 2; }
  #beach-gallery .grid-item:nth-child(141), #gallery-section .grid-item:nth-child(141) {
    grid-column: span 2;
    grid-row: span 2; }
  #beach-gallery .grid-item:nth-child(8), #gallery-section .grid-item:nth-child(8) {
    grid-column: 1 / 2; }
  #beach-gallery .grid-item:nth-child(18), #gallery-section .grid-item:nth-child(18) {
    grid-column: 1 / 2; }
  #beach-gallery .grid-item:nth-child(28), #gallery-section .grid-item:nth-child(28) {
    grid-column: 1 / 2; }
  #beach-gallery .grid-item:nth-child(38), #gallery-section .grid-item:nth-child(38) {
    grid-column: 1 / 2; }
  #beach-gallery .grid-item:nth-child(48), #gallery-section .grid-item:nth-child(48) {
    grid-column: 1 / 2; }
  #beach-gallery .grid-item:nth-child(58), #gallery-section .grid-item:nth-child(58) {
    grid-column: 1 / 2; }
  #beach-gallery .grid-item:nth-child(68), #gallery-section .grid-item:nth-child(68) {
    grid-column: 1 / 2; }
  #beach-gallery .grid-item:nth-child(78), #gallery-section .grid-item:nth-child(78) {
    grid-column: 1 / 2; }
  #beach-gallery .grid-item:nth-child(88), #gallery-section .grid-item:nth-child(88) {
    grid-column: 1 / 2; }
  #beach-gallery .grid-item:nth-child(98), #gallery-section .grid-item:nth-child(98) {
    grid-column: 1 / 2; }
  #beach-gallery .grid-item:nth-child(108), #gallery-section .grid-item:nth-child(108) {
    grid-column: 1 / 2; }
  #beach-gallery .grid-item:nth-child(118), #gallery-section .grid-item:nth-child(118) {
    grid-column: 1 / 2; }
  #beach-gallery .grid-item:nth-child(128), #gallery-section .grid-item:nth-child(128) {
    grid-column: 1 / 2; }
  #beach-gallery .grid-item:nth-child(138), #gallery-section .grid-item:nth-child(138) {
    grid-column: 1 / 2; }
  #beach-gallery .grid-item:nth-child(148), #gallery-section .grid-item:nth-child(148) {
    grid-column: 1 / 2; }
  #beach-gallery .grid-item:nth-child(9), #gallery-section .grid-item:nth-child(9) {
    grid-column: 2 / 3; }
  #beach-gallery .grid-item:nth-child(19), #gallery-section .grid-item:nth-child(19) {
    grid-column: 2 / 3; }
  #beach-gallery .grid-item:nth-child(29), #gallery-section .grid-item:nth-child(29) {
    grid-column: 2 / 3; }
  #beach-gallery .grid-item:nth-child(39), #gallery-section .grid-item:nth-child(39) {
    grid-column: 2 / 3; }
  #beach-gallery .grid-item:nth-child(49), #gallery-section .grid-item:nth-child(49) {
    grid-column: 2 / 3; }
  #beach-gallery .grid-item:nth-child(59), #gallery-section .grid-item:nth-child(59) {
    grid-column: 2 / 3; }
  #beach-gallery .grid-item:nth-child(69), #gallery-section .grid-item:nth-child(69) {
    grid-column: 2 / 3; }
  #beach-gallery .grid-item:nth-child(79), #gallery-section .grid-item:nth-child(79) {
    grid-column: 2 / 3; }
  #beach-gallery .grid-item:nth-child(89), #gallery-section .grid-item:nth-child(89) {
    grid-column: 2 / 3; }
  #beach-gallery .grid-item:nth-child(99), #gallery-section .grid-item:nth-child(99) {
    grid-column: 2 / 3; }
  #beach-gallery .grid-item:nth-child(109), #gallery-section .grid-item:nth-child(109) {
    grid-column: 2 / 3; }
  #beach-gallery .grid-item:nth-child(119), #gallery-section .grid-item:nth-child(119) {
    grid-column: 2 / 3; }
  #beach-gallery .grid-item:nth-child(129), #gallery-section .grid-item:nth-child(129) {
    grid-column: 2 / 3; }
  #beach-gallery .grid-item:nth-child(139), #gallery-section .grid-item:nth-child(139) {
    grid-column: 2 / 3; }
  #beach-gallery .grid-item:nth-child(149), #gallery-section .grid-item:nth-child(149) {
    grid-column: 2 / 3; }
  #beach-gallery .grid-item:nth-child(10), #gallery-section .grid-item:nth-child(10) {
    grid-column: span 2;
    grid-row: span 2;
    grid-column: 3 / 5; }
  #beach-gallery .grid-item:nth-child(20), #gallery-section .grid-item:nth-child(20) {
    grid-column: span 2;
    grid-row: span 2;
    grid-column: 3 / 5; }
  #beach-gallery .grid-item:nth-child(30), #gallery-section .grid-item:nth-child(30) {
    grid-column: span 2;
    grid-row: span 2;
    grid-column: 3 / 5; }
  #beach-gallery .grid-item:nth-child(40), #gallery-section .grid-item:nth-child(40) {
    grid-column: span 2;
    grid-row: span 2;
    grid-column: 3 / 5; }
  #beach-gallery .grid-item:nth-child(50), #gallery-section .grid-item:nth-child(50) {
    grid-column: span 2;
    grid-row: span 2;
    grid-column: 3 / 5; }
  #beach-gallery .grid-item:nth-child(60), #gallery-section .grid-item:nth-child(60) {
    grid-column: span 2;
    grid-row: span 2;
    grid-column: 3 / 5; }
  #beach-gallery .grid-item:nth-child(70), #gallery-section .grid-item:nth-child(70) {
    grid-column: span 2;
    grid-row: span 2;
    grid-column: 3 / 5; }
  #beach-gallery .grid-item:nth-child(80), #gallery-section .grid-item:nth-child(80) {
    grid-column: span 2;
    grid-row: span 2;
    grid-column: 3 / 5; }
  #beach-gallery .grid-item:nth-child(90), #gallery-section .grid-item:nth-child(90) {
    grid-column: span 2;
    grid-row: span 2;
    grid-column: 3 / 5; }
  #beach-gallery .grid-item:nth-child(100), #gallery-section .grid-item:nth-child(100) {
    grid-column: span 2;
    grid-row: span 2;
    grid-column: 3 / 5; }
  #beach-gallery .grid-item:nth-child(110), #gallery-section .grid-item:nth-child(110) {
    grid-column: span 2;
    grid-row: span 2;
    grid-column: 3 / 5; }
  #beach-gallery .grid-item:nth-child(120), #gallery-section .grid-item:nth-child(120) {
    grid-column: span 2;
    grid-row: span 2;
    grid-column: 3 / 5; }
  #beach-gallery .grid-item:nth-child(130), #gallery-section .grid-item:nth-child(130) {
    grid-column: span 2;
    grid-row: span 2;
    grid-column: 3 / 5; }
  #beach-gallery .grid-item:nth-child(140), #gallery-section .grid-item:nth-child(140) {
    grid-column: span 2;
    grid-row: span 2;
    grid-column: 3 / 5; }
  #beach-gallery .grid-item:nth-child(150), #gallery-section .grid-item:nth-child(150) {
    grid-column: span 2;
    grid-row: span 2;
    grid-column: 3 / 5; }
  #beach-gallery .grid-item:nth-child(10), #gallery-section .grid-item:nth-child(10) {
    grid-row: 3 / 5; }
  #beach-gallery .grid-item:nth-child(20), #gallery-section .grid-item:nth-child(20) {
    grid-row: 7 / 9; }
  #beach-gallery .grid-item:nth-child(30), #gallery-section .grid-item:nth-child(30) {
    grid-row: 11 / 13; }
  #beach-gallery .grid-item:nth-child(40), #gallery-section .grid-item:nth-child(40) {
    grid-row: 15 / 17; }
  #beach-gallery .grid-item:nth-child(50), #gallery-section .grid-item:nth-child(50) {
    grid-row: 19 / 21; }
  #beach-gallery .grid-item:nth-child(60), #gallery-section .grid-item:nth-child(60) {
    grid-row: 23 / 25; }
  #beach-gallery .grid-item:nth-child(70), #gallery-section .grid-item:nth-child(70) {
    grid-row: 27 / 29; }
  #beach-gallery .grid-item:nth-child(80), #gallery-section .grid-item:nth-child(80) {
    grid-row: 31 / 33; }
  #beach-gallery .grid-item:nth-child(90), #gallery-section .grid-item:nth-child(90) {
    grid-row: 35 / 37; }
  #beach-gallery .grid-item:nth-child(100), #gallery-section .grid-item:nth-child(100) {
    grid-row: 39 / 41; }
  #beach-gallery .grid-item:nth-child(110), #gallery-section .grid-item:nth-child(110) {
    grid-row: 43 / 45; }
  #beach-gallery .grid-item:nth-child(120), #gallery-section .grid-item:nth-child(120) {
    grid-row: 47 / 49; }
  #beach-gallery .grid-item:nth-child(130), #gallery-section .grid-item:nth-child(130) {
    grid-row: 51 / 53; }
  #beach-gallery .grid-item:nth-child(140), #gallery-section .grid-item:nth-child(140) {
    grid-row: 55 / 57; }
  #beach-gallery .grid-item:nth-child(150), #gallery-section .grid-item:nth-child(150) {
    grid-row: 59 / 61; }

#gallery-section-loadmore {
  position: relative;
  margin-top: -64px;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 1000; }
  #gallery-section-loadmore a {
    background-color: #c39b78;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 60px;
    padding: 0 20px;
    min-width: 200px;
    border-radius: 20px 20px 0 0;
    position: relative;
    z-index: 2; }
  #gallery-section-loadmore .text {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 14px; }
  #gallery-section-loadmore .icon {
    background: url("../images/arrow-load-more.png") no-repeat center center;
    display: inline-flex;
    width: 10px;
    height: 10px; }

#gallery-section-loadmore:before {
  content: "";
  background-color: #c39b78;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  z-index: 1; }

#testimonials-list {
  background-color: #ffe9d6;
  padding-top: 0; }
  #testimonials-list h2 {
    background: url("../images/h2-quotes.png") no-repeat center 0;
    padding-top: 60px; }
  #testimonials-list .swiper-container {
    height: 660px;
    padding-bottom: 60px; }
    #testimonials-list .swiper-container .content {
      height: 100%; }
    #testimonials-list .swiper-container .image {
      display: flex;
      justify-content: center;
      height: 100px;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
    #testimonials-list .swiper-container .image img {
      border: solid 5px #c39b78;
      border-radius: 100px;
      width: 100px;
      height: 100px; }
    #testimonials-list .swiper-container .info {
      background-color: #fff;
      padding: 70px 60px 0;
      height: 100%; }
    #testimonials-list .swiper-container .name {
      color: #c39b78;
      text-align: center;
      font-size: 20px;
      line-height: 23px;
      text-transform: uppercase;
      margin-bottom: 20px;
      min-height: 46px; }
    #testimonials-list .swiper-container .date {
      color: #6d6e71;
      font-size: 12px;
      line-height: 12px;
      white-space: nowrap;
      position: relative;
      display: flex;
      align-items: center;
      margin-bottom: 20px; }
    #testimonials-list .swiper-container .date:after {
      content: "";
      display: inline-flex;
      margin-left: 10px;
      width: 100%;
      height: 0;
      border-top: solid 1px #6d6e71; }
    #testimonials-list .swiper-container .description {
      line-height: 20px;
      height: 240px;
      overflow: hidden; }
    #testimonials-list .swiper-container .box-knowmore .btn {
      position: relative;
      top: 0px; }
    #testimonials-list .swiper-container .box-knowmore .btn:hover {
      box-shadow: 0 10px 20px rgba(64, 64, 64, 0.2);
      top: -5px; }
  #testimonials-list .swiper-wrapper {
    padding-bottom: 60px; }
  #testimonials-list .swiper-slide {
    position: relative;
    padding-top: 50px; }
  #testimonials-list .swiper-slide:after {
    background: url("../images/sombra-cards.png") no-repeat center center;
    background-size: 100% 100%;
    content: "";
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: -10px;
    left: 0;
    z-index: -1; }
  #testimonials-list .bot {
    display: flex;
    justify-content: center;
    padding-top: 40px; }
    #testimonials-list .bot a {
      background-color: #c39b78;
      display: inline-flex;
      align-items: center;
      height: 50px;
      padding: 0 30px;
      margin-right: 1px;
      border-radius: 25px 0 0 25px;
      transition: background 0.3s linear; }
    #testimonials-list .bot a .icon {
      display: inline-flex;
      width: 30px;
      height: 30px;
      margin-right: 10px; }
    #testimonials-list .bot a[data-icon="tripadvisor"] .icon {
      background: url("../images/icon-tripadvisor-testemunhos.png") no-repeat center center; }
    #testimonials-list .bot a[data-icon="safaribookings"] .icon {
      background: url("../images/icon-safari-booking-testemunhos.png") no-repeat center center; }
    #testimonials-list .bot a .text {
      color: #fff;
      font-size: 14px;
      font-weight: bold;
      white-space: nowrap;
      text-transform: uppercase; }
    #testimonials-list .bot a:last-child {
      flex-direction: row-reverse;
      margin-right: 0;
      border-radius: 0 25px 25px 0; }
      #testimonials-list .bot a:last-child .icon {
        margin: 0 0 0 10px; }
    #testimonials-list .bot a:hover {
      background-color: #19110a; }

#faqs-list {
  background-color: #ffe9d6;
  padding-top: 0; }
  #faqs-list .accordion-item {
    position: relative; }
  #faqs-list .accordion-item a {
    position: relative;
    z-index: 1; }
  #faqs-list .accordion-item:after {
    background: url("../images/sombra-cards.png") no-repeat center center;
    background-size: 100% 100%;
    content: "";
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: -10px;
    left: 0; }
  #faqs-list .accordion-item:not(:last-child) {
    margin-bottom: 15px; }
  #faqs-list .accordion-title {
    background-color: #fff;
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px 10px 20px; }
    #faqs-list .accordion-title .text {
      font-size: 20px;
      line-height: 24px;
      font-weight: bold; }
    #faqs-list .accordion-title .icon {
      background: #c39b78 url("../images/faqs-plus.png") no-repeat center center;
      display: inline-flex;
      width: 34px;
      height: 34px;
      margin: 0 10px 0 20px;
      flex-shrink: 0;
      border-radius: 40px;
      transform: rotate(0deg);
      transition: transform 0.3s ease; }
  #faqs-list .accordion-content {
    background-color: #fff;
    border-top: solid 1px #f2f2f2;
    display: none;
    position: relative;
    z-index: 1; }
    #faqs-list .accordion-content .contents {
      display: flex; }
    #faqs-list .accordion-content .innerleft {
      min-height: 200px;
      width: 30%;
      flex-shrink: 0; }
    #faqs-list .accordion-content .innerright {
      padding: 30px;
      width: 100%; }
  #faqs-list .accordion-item.active .accordion-title .icon {
    background: transparent url("../images/faqs-close.png") no-repeat center center;
    border: solid 2px #c39b78; }
  #faqs-list .accordion-item .accordion-title:hover .icon,
  #faqs-list .accordion-item.active .accordion-title:hover .icon {
    transform: rotate(180deg); }

#sep3-container {
  background-color: #ffe9d6;
  padding-top: 0;
  /*.wrapper .item:nth-child(even) {flex-direction: row-reverse;}*/ }
  #sep3-container .wrapper .item {
    background-color: #fff;
    display: flex;
    border-bottom: solid 1px #ffe9d6;
    min-height: 370px;
    /*.right {padding: 70px;width: 65%;}*/ }
    #sep3-container .wrapper .item .left {
      background-color: #e8d1b0;
      width: 35%;
      flex-shrink: 0; }
    #sep3-container .wrapper .item .right {
      padding: 70px;
      width: 100%; }

#sep3-container .wrapper .item {
  flex-direction: column;
  width: 100%;
  break-inside: avoid;
  margin-bottom: 30px; }

#sep3-container .wrapper .item .left {
  width: 100%;
  padding-bottom: 30%; }

#sep3-container .wrapper .item .right {
  width: 100%; }

#sep3-container .wrapper .item .right .description.db-content {
  column-count: 2;
  column-gap: 30px; }

#sep3-container .db-content p, #sep3-container .db-content li, #sep3-container .db-content ul, #sep3-container .db-content ol {
  webkit-column-break-inside: auto;
  page-break-inside: auto;
  break-inside: auto; }

#destinations-container {
  display: flex;
  height: 600px;
  position: relative; }

#destinations-lev2 {
  background-color: #f2f2f2;
  width: 300px;
  flex-shrink: 0;
  position: relative; }
  #destinations-lev2 h4 {
    background-color: #f2f2f2;
    color: #c39b78;
    font-family: "Bellefair", serif;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    padding: 0 30px;
    font-size: 20px;
    box-shadow: 0 8px 6px -6px rgba(64, 64, 64, 0.3);
    position: relative; }
  #destinations-lev2 ul {
    overflow-y: auto;
    height: calc(100% - 100px); }
  #destinations-lev2 ul li .country {
    background-color: #e4e4e4;
    color: #a6a6a6;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    padding: 5px; }
  #destinations-lev2 ul li.lev2:not(:last-child) {
    border-bottom: solid 1px #cdcdcd; }
  #destinations-lev2 ul a {
    color: #c39b78;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    transition: background-color 0.3s ease; }
  #destinations-lev2 ul a:hover {
    background-color: #c39b78;
    color: #fff; }
  #destinations-lev2 .toggle-destinations {
    background-color: #f2f2f2;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 25px;
    right: -50px;
    border-radius: 0 5px 5px 0;
    z-index: 100;
    display: none; }
  #destinations-lev2 .toggle-destinations span {
    background-color: #c39b78;
    width: 25px;
    height: 2px;
    display: block;
    position: absolute;
    left: 12px;
    border-radius: 2px; }
  #destinations-lev2 .toggle-destinations span:nth-child(1) {
    top: 15px;
    transition: all 0.3s ease; }
  #destinations-lev2 .toggle-destinations span:nth-child(2) {
    top: 25px; }
  #destinations-lev2 .toggle-destinations span:nth-child(3) {
    top: 35px;
    transition: all 0.3s ease; }

#destinations-lev2.active span:nth-child(1) {
  top: 25px;
  transform: rotate(45deg); }

#destinations-lev2.active span:nth-child(2) {
  display: none; }

#destinations-lev2.active span:nth-child(3) {
  top: 25px;
  transform: rotate(-45deg); }

#destinations-map {
  background-color: #ffe9d6;
  width: 100%;
  height: 100%;
  position: relative; }

#destinations-map:before {
  content: "";
  background: url("../images/mask-map.png") no-repeat center center;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none; }

.popup-bubble {
  /*position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -100%);
  overflow: auto;
  box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.5);*/ }
  .popup-bubble a {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 10px 10px 0; }
  .popup-bubble .image {
    background-color: #ffe9d6;
    display: block;
    width: 120px;
    height: 120px;
    border: solid 5px #fff;
    border-radius: 120px;
    box-shadow: 0 0 15px rgba(64, 64, 64, 0.5); }
  .popup-bubble .title {
    background-color: #fff;
    display: block;
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 14px 15px;
    max-width: 150px;
    border-radius: 30px;
    margin-top: 5px;
    box-shadow: 0 0 15px rgba(64, 64, 64, 0.5); }

#form-contacts {
  background-color: #ffe9d6;
  padding-bottom: 70px; }
  #form-contacts h2 {
    text-transform: uppercase; }
  #form-contacts span.mandatory {
    display: inline-flex; }
  #form-contacts span.mandatory:before {
    content: "*";
    padding-top: 12px; }
  #form-contacts .box1, #form-contacts .box2, #form-contacts .box3 {
    background-color: #fff;
    margin-bottom: 110px;
    position: relative;
    padding: 70px;
    display: flex; }
    #form-contacts .box1 .label, #form-contacts .box2 .label, #form-contacts .box3 .label {
      background-color: #c39b78;
      color: #fff;
      position: absolute;
      top: -8px;
      left: 5px;
      font-size: 10px;
      display: flex;
      align-items: center;
      height: 16px;
      padding: 0 10px;
      border-radius: 8px; }
  #form-contacts .box1:after,
  #form-contacts .box2:after,
  #form-contacts .box3:after {
    background: url("../images/sombra-cards.png") no-repeat center -10px;
    background-size: 100% 100%;
    content: "";
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: -20px;
    left: 0; }
  #form-contacts .box1 .number,
  #form-contacts .box2 .number,
  #form-contacts .box3 .number {
    background-color: #c39b78;
    color: #fff;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-family: "Bellefair", serif;
    font-size: 20px;
    border-radius: 20px; }
  #form-contacts .box2 .number:before,
  #form-contacts .box3 .number:before {
    content: "";
    display: block;
    background: url("../images/decor-01.png") no-repeat 0 0;
    width: 10px;
    height: 60px;
    position: absolute;
    top: -70px;
    left: 50%;
    margin-left: -5px; }
  #form-contacts .box1 .box {
    width: 33.33%;
    margin: 0 15px;
    background-color: rgba(200, 0, 0, 0.2); }
  #form-contacts .box-name span.mandatory, #form-contacts .box-email span.mandatory, #form-contacts .box-message span.mandatory {
    color: #fff;
    margin-left: 5px; }
  #form-contacts .box-name {
    margin-left: 0 !important; }
  #form-contacts .box-phone {
    margin-right: 0 !important; }
  #form-contacts .box-when {
    width: 33.33%;
    margin-right: 15px; }
  #form-contacts .box-howmany {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: 15px; }
    #form-contacts .box-howmany .box {
      width: 100px;
      margin: 0 15px; }
    #form-contacts .box-howmany .box-title {
      color: #c39b78;
      font-family: "Bellefair", serif;
      font-size: 20px;
      line-height: 20px;
      text-transform: uppercase;
      margin-left: 15px;
      white-space: nowrap;
      width: auto; }
    #form-contacts .box-howmany .box-children11 {
      margin-right: 0; }
  #form-contacts .box3 {
    margin-bottom: 30px; }
  #form-contacts .box-message {
    width: 100%; }
  #form-contacts input[type="text"], #form-contacts input[type="email"], #form-contacts select, #form-contacts select option, #form-contacts textarea {
    background-color: #ffe9d6;
    border: none; }
  #form-contacts .box-mandatory *,
  #form-contacts .box-mandatory {
    color: #c39b78; }
  #form-contacts .box-mandatory {
    display: flex;
    justify-content: center;
    margin-bottom: 50px; }
  #form-contacts .box-mandatory span.mandatory:before {
    padding-top: 5px;
    margin-right: 5px; }
  #form-contacts .box-submit {
    display: flex;
    justify-content: center; }
    #form-contacts .box-submit input {
      display: none; }

.mfp-bg {
  z-index: 10042 !important; }

.mfp-wrap {
  z-index: 10043 !important; }

.mfp-arrow:before {
  width: 40px;
  height: 40px;
  border: none; }

.mfp-arrow:after {
  display: none; }

.mfp-arrow-right:before {
  background: url("../images/right-gallery.png") no-repeat center center; }

.mfp-arrow-left:before {
  background: url("../images/left-gallery.png") no-repeat center center; }

.cc-color-override--1878458211.cc-window {
  background: #c39b78 !important; }

.cc-banner .cc-btn:last-child {
  background: #fff;
  border-radius: 20px;
  color: #c39b78; }

.cc-banner .cc-btn:last-child:hover {
  background: #ffe9d6;
  color: #19110a; }

.gm-style .gm-style-iw-c {
  background: transparent !important;
  box-shadow: none !important; }

.gm-style .gm-style-iw-d {
  overflow: hidden !important; }

.gm-style .gm-style-iw-t::after {
  display: none; }

.gm-style .gm-style-iw-c {
  padding: 0; }
