#menu-burger {
  display: none; }

#logo {
  height: 127px;
  width: 330px;
  background-color: #E8C684;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100; }

.navbars {
  position: absolute;
  top: 0;
  left: 0; }

.navbars ul {
  margin: 0; }

.navbar-ul {
  display: flex;
  align-items: center;
  height: 35px;
  width: 100vw;
  background-color: #453f25;
  padding: 0 0 0 350px; }

.navbars a {
  color: #f7f7f7; }

.menu-link {
  font-size: 1.4em;
  text-transform: uppercase;
  padding-right: 25px;
  letter-spacing: 1px; }

.navbar-ul a:hover {
  text-decoration: none;
  color: #b3b188; }

.dropdown {
  position: relative; }

.dropdown-content {
  display: none;
  background-color: #453f25;
  width: 13em;
  padding: 5px; }

.dropdown-content li {
  line-height: 15px;
  padding: 7px 10px; }

.drop_1 {
  position: absolute;
  left: 30px; }

.drop_2 {
  position: absolute;
  left: 20px; }

.dropdown:hover .dropdown-content {
  display: block; }

.dropdown-content a {
  font-size: 12px;
  padding-right: 0; }

.dropdown-content li a:hover,
.dropdown-content li:hover {
  color: #fff;
  background-color: #b2b087; }

.navbar-social {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 31px;
  width: 100vw;
  font-size: 14px;
  background-color: rgba(179, 177, 136, 0.9); }

.navbar-social a:hover {
  text-decoration: underline;
  color: #f7f7f7; }

.space {
  color: #f7f7f7;
  line-height: 31px; }

.lang {
  height: 33px;
  width: 100%; }

/* menu size */
.header .menu {
  max-height: 0;
  -webkit-transition: max-height .2s ease-out;
  transition: max-height .2s ease-out; }

/* icone menu burger */
.header .menu-icon {
  display: inline-block;
  float: right;
  padding: 28px 20px; }

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  -webkit-transition: background .2s ease-out;
  transition: background .2s ease-out;
  width: 18px; }

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  width: 100%; }

.header .menu-icon .navicon:before {
  top: 5px; }

.header .menu-icon .navicon:after {
  top: -5px; }

/* menu btn */
.header .menu-btn {
  display: none; }

#menu-burger .menu-btn:checked ~ .menu {
  max-height: 72vh;
  overflow: scroll; }

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent; }

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0; }

@media (max-width: 960px) {
  #navbar-desktop .menu-link {
    font-size: 1em;
    padding: 10px; } }

@media (max-width: 768px) {
  #navbar-desktop {
    display: none; }
  #menu-burger {
    display: block; }
  #navbar {
    width: 100vw; }
  #logo {
    width: 100%;
    position: inherit; }
  .navbars {
    position: inherit; }
  .lang {
    display: none; }
  .navbar-ul {
    padding: 0;
    background-color: transparent;
    display: block;
    position: fixed;
    top: 10px;
    z-index: 100; }
  .header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: #ad9d8a; }
  .header li a {
    padding: 20px 30px;
    display: block;
    text-decoration: none; }
  .header .menu .menu-item a {
    font-size: 1.6em;
    padding: 8px;
    margin-left: 10vh; }
  .header .menu .menu-link {
    font-size: 1.8em; } }

#credits {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #724d1f;
  font-size: 1.2em;
  line-height: 1.5em;
  text-align: right; }

#credits p {
  margin: 0; }

#credits a {
  color: #724d1f;
  text-decoration: none; }

#credits span {
  font-size: 0.8em; }

@media (max-width: 768px) {
  #credits {
    display: none; } }

.fullscreen {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -20; }

.fullscreen > span {
  height: 100%;
  width: 100%;
  position: absolute;
  background-size: cover;
  background-position: center;
  opacity: 0;
}

@keyframes animateImage1of2 {
  0%   { opacity: 0.5; }
  2%   { opacity: 1; }
  48%  { opacity: 1; }
  52%  { opacity: 0; }
  98%  { opacity: 0; }
  100% { opacity: 0.5; } }

@keyframes animateImage2of2 {
  0%   { opacity: 0; }
  2%   { opacity: 0; }
  48%  { opacity: 0; }
  52%  { opacity: 1; }
  98%  { opacity: 1; }
  100% { opacity: 0; } }

@keyframes animateImage1of3 {
  0%   { opacity: 0.5; }
  2%   { opacity: 1; }
  31%  { opacity: 1; }
  35%  { opacity: 0; }
  64%  { opacity: 0; }
  68%  { opacity: 0; }
  98%  { opacity: 0; }
  100% { opacity: 0.5; } }

@keyframes animateImage2of3 {
  0%   { opacity: 0; }
  31%  { opacity: 0; }
  35%  { opacity: 1; }
  64%  { opacity: 1; }
  68%  { opacity: 0; }
  98%  { opacity: 0; }
  100% { opacity: 0; } }

@keyframes animateImage3of3 {
  0%   { opacity: 0; }
  31%  { opacity: 0; }
  35%  { opacity: 0; }
  64%  { opacity: 0; }
  68%  { opacity: 1; }
  98%  { opacity: 1; }
  100% { opacity: 0; } }

@keyframes animateImage1of4 {
  0%   { opacity: 0.5; }
  2%   { opacity: 1; }
  23%  { opacity: 1; }
  27%  { opacity: 0; }
  48%  { opacity: 0; }
  52%  { opacity: 0; }
  73%  { opacity: 0; }
  77%  { opacity: 0; }
  98%  { opacity: 0; }
  100% { opacity: 0.5; } }

@keyframes animateImage2of4 {
  0%   { opacity: 0; }
  23%  { opacity: 0; }
  27%  { opacity: 1; }
  48%  { opacity: 1; }
  52%  { opacity: 0; }
  73%  { opacity: 0; }
  77%  { opacity: 0; }
  98%  { opacity: 0; }
  100% { opacity: 0; } }

@keyframes animateImage3of4 {
  0%   { opacity: 0; }
  23%  { opacity: 0; }
  27%  { opacity: 0; }
  48%  { opacity: 0; }
  52%  { opacity: 1; }
  73%  { opacity: 1; }
  77%  { opacity: 0; }
  98%  { opacity: 0; }
  100% { opacity: 0; } }

@keyframes animateImage4of4 {
  0%   { opacity: 0; }
  23%  { opacity: 0; }
  27%  { opacity: 0; }
  48%  { opacity: 0; }
  52%  { opacity: 0; }
  73%  { opacity: 0; }
  77%  { opacity: 1; }
  98%  { opacity: 1; }
  100% { opacity: 0; } }

@keyframes animateImage1of5 {
  0%   { opacity: 0.5; }
  2%   { opacity: 1; }
  18%  { opacity: 1; }
  22%  { opacity: 0; }
  38%  { opacity: 0; }
  42%  { opacity: 0; }
  58%  { opacity: 0; }
  62%  { opacity: 0; }
  78%  { opacity: 0; }
  82%  { opacity: 0; }
  98%  { opacity: 0; }
  100% { opacity: 0.5; } }

@keyframes animateImage2of5 {
  0%   { opacity: 0; }
  18%  { opacity: 0; }
  22%  { opacity: 1; }
  38%  { opacity: 1; }
  42%  { opacity: 0; }
  58%  { opacity: 0; }
  62%  { opacity: 0; }
  78%  { opacity: 0; }
  82%  { opacity: 0; }
  98%  { opacity: 0; }
  100% { opacity: 0; } }

@keyframes animateImage3of5 {
  0%   { opacity: 0; }
  18%  { opacity: 0; }
  22%  { opacity: 0; }
  38%  { opacity: 0; }
  42%  { opacity: 1; }
  58%  { opacity: 1; }
  62%  { opacity: 0; }
  78%  { opacity: 0; }
  82%  { opacity: 0; }
  98%  { opacity: 0; }
  100% { opacity: 0; } }

@keyframes animateImage4of5 {
  0%   { opacity: 0; }
  18%  { opacity: 0; }
  22%  { opacity: 0; }
  38%  { opacity: 0; }
  42%  { opacity: 0; }
  58%  { opacity: 0; }
  62%  { opacity: 1; }
  78%  { opacity: 1; }
  82%  { opacity: 0; }
  98%  { opacity: 0; }
  100% { opacity: 0; } }

@keyframes animateImage5of5 {
  0%   { opacity: 0; }
  18%  { opacity: 0; }
  22%  { opacity: 0; }
  38%  { opacity: 0; }
  42%  { opacity: 0; }
  58%  { opacity: 0; }
  62%  { opacity: 0; }
  78%  { opacity: 0; }
  82%  { opacity: 1; }
  98%  { opacity: 1; }
  100% { opacity: 0; }
}

/* Images are assigned animation name and duration based on their number of siblings
    (this CSS trick is from http://lea.verou.me/2011/01/styling-children-based-on-their-number-with-css3/)
   The duration of the animation is the total number of images multiplied by the duration we want each image
   to be displayed (currently 4 seconds per image).
*/
.fullscreen > span:nth-child(1):nth-last-child(1) {
  opacity: 1; }
.fullscreen > span:nth-child(1):nth-last-child(2) {
  animation: animateImage1of2 8s linear infinite; }
.fullscreen > span:nth-child(2):nth-last-child(1) {
  animation: animateImage2of2 8s linear infinite; }
.fullscreen > span:nth-child(1):nth-last-child(3) {
  animation: animateImage1of3 12s linear infinite; }
.fullscreen > span:nth-child(2):nth-last-child(2) {
  animation: animateImage2of3 12s linear infinite; }
.fullscreen > span:nth-child(3):nth-last-child(1) {
  animation: animateImage3of3 12s linear infinite; }
.fullscreen > span:nth-child(1):nth-last-child(4) {
  animation: animateImage1of4 16s linear infinite; }
.fullscreen > span:nth-child(2):nth-last-child(3) {
  animation: animateImage2of4 16s linear infinite; }
.fullscreen > span:nth-child(3):nth-last-child(2) {
  animation: animateImage3of4 16s linear infinite; }
.fullscreen > span:nth-child(4):nth-last-child(1) {
  animation: animateImage4of4 16s linear infinite; }
.fullscreen > span:nth-child(1):nth-last-child(5) {
  animation: animateImage1of5 20s linear infinite; }
.fullscreen > span:nth-child(2):nth-last-child(4) {
  animation: animateImage2of5 20s linear infinite; }
.fullscreen > span:nth-child(3):nth-last-child(3) {
  animation: animateImage3of5 20s linear infinite; }
.fullscreen > span:nth-child(4):nth-last-child(2) {
  animation: animateImage4of5 20s linear infinite; }
.fullscreen > span:nth-child(5):nth-last-child(1) {
  animation: animateImage5of5 20s linear infinite;
}

.home > span:nth-child(1) {
  background-image: url(../images/ruckomechi-1.jpg); }

.home > span:nth-child(2) {
  background-image: url(../images/ruckomechi-2.jpg); }

.home > span:nth-child(3) {
  background-image: url(../images/ruckomechi-3.jpg); }

.home > span:nth-child(4) {
  background-image: url(../images/ruckomechi-4.jpg); }

.bedroom > span:nth-child(1) {
  background-image: url(../images/ruckomechi-5.jpg); }

.bedroom > span:nth-child(2) {
  background-image: url(../images/ruckomechi-6.jpg); }

.bedroom > span:nth-child(3) {
  background-image: url(../images/ruckomechi-7.jpg); }

.bedroom > span:nth-child(4) {
  background-image: url(../images/ruckomechi-8.jpg); }

.main-space > span:nth-child(1) {
  background-image: url(../images/ruckomechi-9.jpg); }

.main-space > span:nth-child(2) {
  background-image: url(../images/ruckomechi-10.jpg); }

.main-space > span:nth-child(3) {
  background-image: url(../images/ruckomechi-11.jpg); }

.main-space > span:nth-child(4) {
  background-image: url(../images/ruckomechi-12.jpg); }

.round-camp > span:nth-child(1) {
  background-image: url(../images/ruckomechi-13.jpg); }

.round-camp > span:nth-child(2) {
  background-image: url(../images/ruckomechi-14.jpg); }

.round-camp > span:nth-child(3) {
  background-image: url(../images/ruckomechi-15.jpg); }

.round-camp > span:nth-child(4) {
  background-image: url(../images/ruckomechi-16.jpg); }

.access > span {
  background-image: url(../images/zimbabwe.jpg); }

.safaris > span:nth-child(1) {
  background-image: url(../images/ruckomechi-17.jpg); }

.safaris > span:nth-child(2) {
  background-image: url(../images/ruckomechi.18.jpg); }

.safaris > span:nth-child(3) {
  background-image: url(../images/ruckomechi-19.jpg); }

.safaris > span:nth-child(4) {
  background-image: url(../images/ruckomechi-20.jpg); }

.nature-drives > span:nth-child(1) {
  background-image: url(../images/); }

.nature-drives > span:nth-child(2) {
  background-image: url($img{images_nature-drives_2}); }

.nature-drives > span:nth-child(3) {
  background-image: url($img{images_nature-drives_3}); }

.nature-drives > span:nth-child(4) {
  background-image: url($img{images_nature-drives_4}); }

@media (max-width: 768px) {
  .fullscreen {
    display: none; } }

#sidebar {
  position: fixed;
  top: 127px; }

.scrollable {
  overflow: scroll; }

.sidebar-open {
  position: fixed;
  height: 100%;
  left: 0px;
  width: 330px;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease; }

.sidebar-header {
  color: #7b3a1d;
  opacity: 0.9; }

.sidebar-title {
  background-color: #917958;
  height: 28px; }

.sidebar-title img {
  display: block;
  width: 15px;
  height: 15px;
  margin-left: 30px; }

.sidebar-title h1 {
  font-size: 14px;
  text-transform: uppercase;
  color:#FFFFFF;
  margin: 1px 0 0 14px; }

.sidebar-sub-title {
  height: 16px;
  background-color: #AD9D8A; }

.sidebar-sub-title h2 {
  margin-left: 59px;
  font-size: 12px;
  font-family: Verdana, Geneva, sans-serif;
  color:#FFFFFF; }

.sidebar-content {
  padding: 20px 0 20px 30px;
  color: #865848;
  height: 80%;
  background-color: rgba(255, 255, 255, 0.9); }

.sidebar-content-text {
  font-size: 1.2em;
  line-height: 1.4em;
  padding-right: 2px; }

.sidebar-content-chevron .fas {
  font-size: 30px;
  padding: 0 10px;
  cursor: pointer; }

.sidebar-closed {
  position: fixed;
  height: 100%;
  left: -40px;
  width: 40px;
  color: #865848;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease; }

.sidebar-closed-chevron {
  height: 88px;
  margin-top: 68px;
  background-color: white; }

.sidebar-closed-chevron .fas {
  font-size: 30px;
  margin: auto;
  cursor: pointer; }

@media (max-width: 768px) {
  #sidebar {
    width: 100vw;
    position: inherit; }
  .sidebar-content-chevron,
  .sidebar-closed {
    display: none; }
  .sidebar-content {
    padding: 20px; } }

.sidebar-content a {
  color: #865848; }

.sidebar-content a:hover {
  color: #AD9D8A; }

.sidebar-sub-title h2 {
  margin-bottom: 0; }

.hidden {
  display: none; }

body {
  margin: 0;
  height: 100vh;
  width: 100vw;
  font-size: 12px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }

ul {
  padding-left: 0;
  list-style: none; }

a:hover,
a:focus {
  text-decoration: none;
}
