:root {
  --white: white;
  --gold: #bc6e29;
  --heading: "Bona Nova", sans-serif;
  --black: black;
  --brown: #492913;
  --light-grey: #eeebe4;
  --paragraph: "Josefin Sans", sans-serif;
  --grey: #e8e6e7;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.menu {
  background-color: var(--white);
  border-bottom: 1px #000;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding: 1% 5%;
  display: flex;
  position: relative;
}

.rl_navbar1_logo {
  width: 220px;
}

.rl_navbar1_logo-link {
  padding-left: 0;
}

.image {
  width: 25px;
  height: 25px;
}

.small-s {
  font-size: .8rem;
}

.rl_navbar1_menu-button {
  padding: 0;
}

.social-holder {
  justify-content: flex-end;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.navlink {
  font-family: var(--heading);
  color: var(--black);
  text-transform: uppercase;
  background-color: #0000;
  padding: .5rem 1rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
}

.navlink:hover {
  color: var(--gold);
}

.navlink.w--current {
  color: var(--black);
}

.rl_navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.main-button {
  background-color: var(--brown);
  background-image: linear-gradient(90deg, var(--brown), var(--gold));
  font-family: var(--heading);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border: 1px #000;
  border-radius: 10px;
  padding: .5rem 1.25rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
}

.main-button:hover {
  background-color: var(--brown);
  background-image: none;
}

.main-button.top-pace {
  margin-top: 2rem;
}

.main-button.form-bottom {
  background-image: none;
}

.main-button.form-bottom:hover {
  background-color: var(--gold);
}

.rl_navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.rl_navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.social-link.margin-left {
  margin-right: .5rem;
}

.lander-section {
  background-image: url('../images/De-Beer-Hunting-Safaris-Lander.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
  position: relative;
}

.line {
  position: absolute;
  inset: auto 0% 0%;
}

.line.top {
  inset: 0% 0% auto;
}

.body {
  background-color: var(--light-grey);
}

.main-section {
  position: relative;
  overflow: hidden;
}

.main-container {
  text-align: center;
  max-width: 80rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
}

.main-container.no-bottom-space {
  padding-bottom: 0;
}

.main-container.no-top-space {
  padding-top: 0;
}

.print {
  width: 350px;
  height: auto;
  position: absolute;
  inset: 0% 0% auto auto;
}

.print._2 {
  width: 350px;
  height: auto;
  inset: 10% auto auto 0%;
}

.print._3 {
  top: 10%;
}

.print._4, .print._5 {
  inset: 0% auto auto 0%;
}

.main-h1 {
  font-family: var(--heading);
  color: var(--brown);
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 2.2rem;
  font-weight: 700;
}

.main-h1.top-space {
  margin-top: 2rem;
}

.main-paragraph {
  font-family: var(--paragraph);
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 1.2;
}

.wlecome-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  margin-top: 4rem;
  margin-bottom: -15rem;
}

.welcome-div {
  background-color: var(--white);
  border-radius: 15px;
  overflow: hidden;
}

.quote-section {
  background-image: url('../images/De-Beer-Hunting-Safaris-Welcome-Image.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
}

.quote-div {
  background-image: linear-gradient(180deg, var(--light-grey), #fff0 56%), url('../images/De-Beer-Hunting-Safaris-Welcome-Image.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 80vh;
  display: flex;
}

.quote-text {
  font-family: var(--heading);
  color: var(--light-grey);
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-size: 2rem;
  font-style: italic;
  line-height: 1.2;
}

.quote-text.gold {
  color: var(--gold);
}

.side-gallery-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
}

.grid-content {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.gallery-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.lightbox-link {
  border-radius: 10px;
  overflow: hidden;
}

.gallery-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.review-grid {
  grid-column-gap: 0px;
  border-radius: 10px;
  grid-template-rows: auto;
  margin-top: 4rem;
  overflow: hidden;
}

.review-grid-image {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.review-content {
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.strip-image-section {
  height: 650px;
  position: relative;
}

.strip-image {
  object-fit: cover;
  object-position: 50% 70%;
  width: 100%;
  height: 100%;
}

.heading-space-holder {
  margin-top: 4rem;
  margin-bottom: 2rem;
}

.rl_blog33_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_gallery21_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 500px;
  padding-bottom: 0;
  position: relative;
}

.main-heading {
  color: #000;
  text-shadow: 0 1px 8px #0003;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: .8;
}

.main-heading.white {
  color: #fff;
}

.rl_gallery21_arrow-right {
  color: #000;
  background-color: #fff;
  border: 1px #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.rl_gallery21_slide {
  padding-right: 2rem;
}

.rl_gallery21_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.rl_gallery21_heading-wrapper {
  width: 100%;
  max-width: none;
}

.rl_gallery21_arrow-left {
  color: #000;
  background-color: #fff;
  border: 1px #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 4rem 0% auto;
}

.rl_gallery21_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  display: none;
  inset: auto auto 0% 0%;
}

.rl_gallery21_arrow-icon {
  color: var(--gold);
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  font-weight: 700;
  display: flex;
}

.rl_gallery21_image {
  object-fit: contain;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
}

.rl_gallery21_mask {
  width: 50%;
  overflow: visible;
}

.rl_gallery21_image-wrapper {
  border-radius: 0;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.rl_gallery21_lightbox-link {
  width: 100%;
}

.h2 {
  font-family: var(--heading);
  color: var(--gold);
  font-size: 1.8rem;
  font-style: italic;
  font-weight: 400;
}

.africa {
  object-fit: cover;
  width: 80%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.contact-icon-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 70%;
  margin: 4rem auto;
}

.contact-icon-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-icon {
  width: 40px;
  margin-bottom: 1rem;
}

.contact-link {
  font-family: var(--paragraph);
  color: var(--black);
  font-size: 1.5rem;
  text-decoration: none;
  transition: all .3s;
}

.contact-link:hover {
  color: var(--black);
}

.whatsapp-button {
  z-index: 99999;
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 2px 8px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto auto 2% 1%;
  box-shadow: 0 0 5px #8787879e;
}

.whatsapp-button:hover {
  box-shadow: 0 0 10px #2f2f2f59;
}

.text-block-2 {
  background-color: #0000;
  border-radius: 0;
  margin-right: 5px;
  padding: 0;
  font-weight: 500;
}

.image-13 {
  width: 50px;
}

.contact-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
}

.form-block {
  margin-bottom: 0;
}

.form {
  background-color: var(--gold);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.text-flied {
  font-family: var(--paragraph);
  border: 1px #000;
  border-radius: 10px;
}

.textarea {
  font-family: var(--paragraph);
  border: 1px #000;
  border-radius: 10px;
  min-height: 150px;
}

.rl-padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.rl_footer1_logo {
  width: 150px;
}

.rl_footer1_left-wrapper {
  flex-direction: column;
  display: flex;
}

.rl_footer_column-text {
  font-family: var(--heading);
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_footer1_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rl_footer1_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer {
  background-color: var(--gold);
  background-image: linear-gradient(90deg, var(--brown), var(--gold));
}

.rl_footer1_social-icon {
  color: #fff;
  width: 1.5rem;
  height: 1.5rem;
}

.rl_footer1_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #000;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.rl-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.link {
  color: #fff;
  text-decoration: none;
}

.link:hover {
  color: #bf9449;
}

.rl-padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_footer1_link-text {
  font-family: var(--paragraph);
  color: #fff;
}

.rl_footer1_spacing-block-6 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_footer1_link {
  font-family: var(--paragraph);
  color: #fff;
  text-transform: uppercase;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
}

.rl_footer1_link:hover {
  color: var(--brown);
}

.rl_footer1_credit-text {
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
}

.rl_footer1_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.rl_footer1_spacing-block-4 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl_footer1_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr .25fr;
  align-items: start;
}

@media screen and (max-width: 991px) {
  .rl_menu-icon_line-middle {
    background-color: var(--gold);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_navbar1_menu-button.w--open {
    background-color: #0000;
  }

  .social-holder {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    padding-top: 1rem;
  }

  .navlink {
    color: var(--black);
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .rl_menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_menu-icon_line-bottom, .rl_menu-icon_line-top {
    background-color: var(--gold);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: .5rem;
    margin-left: 0;
  }

  .rl_menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_navbar1_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .rl_navbar1_menu.is-page-height-tablet {
    background-color: var(--white);
    height: 100vh;
    padding-bottom: 15rem;
  }

  .social-link.margin-left {
    margin-right: 1rem;
  }

  .lander-section {
    height: 450px;
  }

  .main-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .strip-image-section {
    height: 450px;
  }

  .rl_gallery21_slider {
    height: 300px;
  }

  .main-heading {
    font-size: 3.25rem;
  }

  .rl_gallery21_image-wrapper {
    border-radius: 0;
  }

  .africa {
    object-fit: contain;
  }

  .whatsapp-button {
    display: flex;
  }

  .rl-padding-section-medium {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .rl_footer1_bottom-wrapper {
    flex-flow: column;
  }

  .rl_footer1_link-list {
    justify-content: center;
    align-items: center;
  }

  .footer {
    padding-bottom: 4rem;
  }

  .rl_footer1_link {
    text-align: center;
  }

  .rl_footer1_menu-wrapper {
    grid-template-columns: 1fr;
    place-items: center;
  }

  .rl_footer1_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    place-items: center;
  }
}

@media screen and (max-width: 767px) {
  .menu {
    height: auto;
    min-height: 4rem;
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .rl_navbar1_logo-link {
    padding-left: 0;
  }

  .lander-section {
    height: 400px;
  }

  .main-container {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .wlecome-grid {
    grid-template-columns: 1fr;
  }

  .quote-div {
    height: 500px;
  }

  .quote-text {
    width: 90%;
  }

  .side-gallery-grid {
    grid-template-columns: 1fr;
  }

  .review-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }

  .review-content {
    padding: 1.5rem;
  }

  .strip-image-section {
    height: 350px;
  }

  .rl_blog33_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl_gallery21_slider {
    height: 420px;
  }

  .main-heading {
    font-size: 2.5rem;
  }

  .rl_gallery21_slide {
    padding-right: 1.5rem;
  }

  .rl_gallery21_arrow-left {
    right: 3.5rem;
  }

  .rl_gallery21_mask {
    width: 100%;
  }

  .contact-icon-grid {
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .whatsapp-button {
    display: flex;
  }

  .contact-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .rl-padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .rl_footer1_bottom-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1rem;
  }

  .rl_footer1_spacing-block-6 {
    padding-bottom: 1.5rem;
  }

  .rl_footer1_credit-text {
    margin-top: 1.5rem;
  }

  .rl_footer1_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .rl_footer1_spacing-block-4 {
    padding-bottom: .75rem;
  }

  .rl_footer1_top-wrapper {
    grid-row-gap: 3rem;
  }
}

@media screen and (max-width: 479px) {
  .menu {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .rl_navbar1_logo {
    width: 150px;
  }

  .lander-section {
    height: 250px;
  }

  .main-container {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .print, .print._2 {
    width: 150px;
  }

  .main-h1 {
    margin-bottom: 1rem;
    font-size: 2rem;
  }

  .main-h1.top-space {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }

  .main-paragraph {
    font-size: 1rem;
  }

  .wlecome-grid {
    grid-row-gap: 2rem;
    margin-top: 2rem;
  }

  .quote-text {
    width: 100%;
    font-size: 1.5rem;
  }

  .side-gallery-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .grid-content {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .strip-image-section {
    height: 250px;
  }

  .rl_gallery21_slider {
    height: 280px;
  }

  .whatsapp-button {
    bottom: 1%;
  }

  .image-13 {
    width: 45px;
  }

  .rl_footer1_logo {
    width: 150px;
  }

  .rl_footer1_credit-text {
    text-align: center;
  }

  .rl_footer1_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .rl_footer1_top-wrapper {
    grid-row-gap: 48px;
  }
}

#w-node-bc25dc81-93b3-7c9e-4588-54fe821adb05-799ba5cf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_46dd83d7-4a58-c240-c06d-092100372bde-799ba5cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_46dd83d7-4a58-c240-c06d-092100372be2-799ba5cf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6d04af35-f6d2-2836-4aa9-da6cd9d6ae9e-799ba5cf, #w-node-_1df3b4a9-09df-26ef-9f7d-e010c106d5ea-799ba5cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_6d04af35-f6d2-2836-4aa9-da6cd9d6ae9e-799ba5cf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9de3e2fb-4875-19ad-d77e-7d19d5c29232-799ba5cf {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_46dd83d7-4a58-c240-c06d-092100372bdd-799ba5cf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


