:root {
  --black: black;
  --white: white;
  --white-2: #9a9790;
}

.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;
}

.body {
  background-image: url('../images/MAV-Safaris-Background-Zebra.jpg');
  background-position: 50%;
  background-size: auto;
  padding-left: 0;
  padding-right: 0;
}

.landing-section {
  margin-left: 50px;
  margin-right: 50px;
  position: relative;
}

.landing-slider {
  height: 100vh;
  box-shadow: 0 0 10px 5px #000;
}

.slide-nav, .right-arrow, .left-arrow {
  display: none;
}

.slide {
  background-image: url('../images/MAV-Safaris-Landing-Image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/MAV-Safaris-Landing-Image-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/MAV-Safaris-Landing-Image-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.logo-div {
  z-index: 999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image {
  width: 650px;
}

.navbar {
  z-index: 99999999;
  background-color: var(--black);
  padding-top: 5px;
  padding-bottom: 5px;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 1px 1px 10px #000;
}

.image-2 {
  width: 200px;
}

.nav-link {
  border-right: 1px solid var(--white);
  color: var(--white);
  text-transform: uppercase;
  padding: 5px 10px;
  font-family: PT Serif, serif;
  font-size: 18px;
}

.nav-link:hover {
  background-color: var(--white);
  color: var(--black);
  border-right-style: none;
}

.nav-link.w--current {
  color: var(--white);
}

.nav-link._1 {
  border-right-style: none;
  border-right-width: 0;
}

.container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brand {
  margin-right: 25px;
}

.brand.w--current {
  margin-right: 20px;
}

.about-and-hunting-section {
  background-image: url('../images/MAV-Safaris-Background-Short.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 50px;
  margin-right: 50px;
  position: relative;
  box-shadow: 0 0 10px 5px #000;
}

.main-container {
  flex-direction: column;
  align-items: stretch;
  padding: 25px 75px 75px;
  display: flex;
}

.heading {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  margin-top: 50px;
  margin-bottom: 45px;
  font-family: PT Serif, serif;
  text-decoration: underline;
}

.paragraph {
  z-index: 0;
  color: var(--black);
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

.paragraph.white {
  z-index: 0;
  color: var(--white);
}

.grid {
  grid-column-gap: 49px;
  grid-template-rows: auto;
  margin-top: 45px;
}

.grid.accommodation {
  grid-column-gap: 0px;
  height: 350px;
}

.image-div {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  box-shadow: 1px 1px 10px 1px #000;
}

.image-div._2 {
  background-image: url('../images/MAV-Safaris-Accommodation.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.image-div._3 {
  align-items: stretch;
  padding-left: 60px;
  padding-right: 60px;
}

.heading-2-white {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-family: PT Serif, serif;
  font-weight: 400;
}

.image-3 {
  padding: 0;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 45px;
}

.button-div {
  background-color: var(--black);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 5px;
  display: flex;
  box-shadow: 1px 1px 10px 1px #000;
}

.button-div.top-space {
  margin-top: 3rem;
}

.button {
  border: 2px solid var(--white);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.button:hover {
  background-color: var(--white);
  color: var(--black);
}

.quote-section {
  background-image: url('../images/MAV-Safaris-Quote-Image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 60vh;
  margin-left: 50px;
  margin-right: 50px;
  position: relative;
  box-shadow: 0 8px 10px 5px #000;
}

.quote-text-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.quote-text {
  color: var(--white);
  letter-spacing: 3px;
  text-shadow: 1px 1px 6px #000;
  font-family: PT Serif, serif;
  font-size: 50px;
  font-weight: 400;
}

.text-span, .text-span-2 {
  font-size: 40px;
}

.image-4 {
  z-index: 999;
  position: absolute;
  inset: -29% 0% auto auto;
}

.image-5 {
  height: 250px;
  position: absolute;
  inset: auto auto 10% 0%;
}

.lodging-and-gallery-section {
  background-image: url('../images/MAV-Safaris-Background-Long.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 50px;
  margin-right: 50px;
  position: relative;
  box-shadow: 0 0 10px 5px #000;
}

.gallery-div {
  background-color: var(--black);
  margin-top: 45px;
}

.gallery-grid {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 20px;
  box-shadow: 1px 1px 10px 1px #000;
}

.social-media-div {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-media-link {
  background-image: url('../images/MAV-Safaris-Social-Media-1A.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  transition: all .2s;
}

.social-media-link:hover {
  background-image: url('../images/MAV-Safaris-Social-Media-1B.png');
}

.social-media-link._2 {
  background-image: url('../images/MAV-Safaris-Social-Media-2A.png');
}

.social-media-link._2:hover {
  background-image: url('../images/MAV-Safaris-Social-Media-2B.png');
}

.feather {
  height: 450px;
  position: absolute;
  inset: auto 0% 25% auto;
}

.contact-us-div {
  background-color: var(--black);
  color: var(--black);
  width: 500px;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  box-shadow: 1px 1px 10px 1px #000;
}

.contact-us-text {
  color: var(--white);
  font-family: Roboto, sans-serif;
}

.textarea {
  min-height: 100px;
}

.submit-button {
  border: 2px solid var(--white);
  background-color: #0000;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  display: inline-block;
}

.submit-button:hover {
  background-color: var(--white);
  color: var(--black);
}

.form {
  flex-direction: column;
  display: flex;
}

.footer {
  z-index: auto;
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80px;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
  box-shadow: 0 -1px 10px #000;
}

.anchor {
  height: 50px;
  position: absolute;
  inset: auto 0% 0%;
}

.anchor._2 {
  height: 1px;
  position: relative;
  top: -50px;
}

.anchor._3 {
  height: 1px;
  position: relative;
  top: 40px;
}

.book-now {
  z-index: 9999;
  background-color: var(--black);
  color: var(--white-2);
  border-top-right-radius: 20px;
  width: 250px;
  text-decoration: none;
  position: fixed;
  inset: auto auto 0% 0%;
  box-shadow: 1px 1px 10px 1px #000;
}

.book-now:hover {
  color: var(--white);
  font-family: PT Serif, serif;
  box-shadow: 1px 1px 10px 1px #000;
}

.heading-book-now {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin: 15px;
  font-family: PT Serif, serif;
  font-size: 25px;
  text-decoration: none;
}

.heading-book-now:hover {
  text-decoration: underline;
}

.text-block {
  color: var(--white);
  text-align: center;
  font-family: Roboto, sans-serif;
}

.link {
  color: var(--white);
  text-decoration: none;
}

.link:hover {
  color: var(--white-2);
}

.link-2 {
  color: var(--black);
  text-decoration: none;
}

.link-2:hover {
  text-decoration: underline;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.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 1% 2% auto;
  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;
}

.subpage-landing-image {
  text-shadow: 0 2px 2px #0003;
  background-image: url('../images/MAV-Safaris-Gallery-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

.subpage-landing-heading {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 4px 4px #00000080;
  margin-top: 50px;
  margin-bottom: 45px;
  font-family: PT Serif, serif;
  font-size: 3rem;
  font-weight: 400;
  text-decoration: none;
}

.lightbox-link {
  height: 180px;
}

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

.image-14.image-center {
  object-position: 50% 50%;
}

.image-14.move-up {
  object-position: 50% 80%;
}

.image-14.move-down {
  object-position: 50% 10%;
}

@media screen and (max-width: 991px) {
  .body {
    background-repeat: repeat;
    background-size: contain;
  }

  .landing-slider {
    height: 650px;
  }

  .image {
    width: 600px;
  }

  .image-2 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .nav-link {
    text-align: center;
    border-right-style: none;
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .container {
    justify-content: center;
  }

  .brand.w--current {
    margin-right: 0;
  }

  .main-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .grid {
    grid-column-gap: 49px;
  }

  .grid.accommodation {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    height: 450px;
  }

  .image-div._2 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .grid-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .button-div {
    z-index: 999;
    position: relative;
  }

  .image-4 {
    height: 250px;
    top: -10%;
  }

  .image-5 {
    height: 150px;
    bottom: 0%;
  }

  .feather {
    height: 350px;
  }

  .footer {
    justify-content: flex-start;
    height: 150px;
  }

  .book-now {
    border-top-right-radius: 0;
    width: auto;
    display: none;
    inset: auto 0% 0%;
  }

  .text-block {
    margin-top: 25px;
  }

  .menu-button {
    color: var(--white);
    flex-direction: row;
    flex: 0 auto;
    font-size: 30px;
    display: flex;
    position: relative;
    inset: 0% 0% auto auto;
  }

  .menu-button.w--open {
    background-color: var(--white);
    color: var(--black);
  }

  .div-menu-button {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .nav-menu {
    background-color: var(--black);
  }

  .whatsapp-button {
    display: flex;
  }

  .lightbox-link {
    height: 120px;
  }
}

@media screen and (max-width: 767px) {
  .body {
    background-size: cover;
  }

  .landing-section {
    margin-left: 25px;
    margin-right: 25px;
    padding-top: 65px;
  }

  .landing-slider {
    height: 450px;
  }

  .logo-div {
    padding-top: 65px;
  }

  .image {
    width: 450px;
  }

  .about-and-hunting-section {
    margin-left: 25px;
    margin-right: 25px;
  }

  .main-container {
    padding-bottom: 50px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .grid {
    margin-top: 25px;
  }

  .button {
    padding: 12px;
  }

  .quote-section, .lodging-and-gallery-section {
    margin-left: 25px;
    margin-right: 25px;
  }

  .gallery-div {
    margin-top: 25px;
  }

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

  .feather {
    height: 250px;
  }

  .contact-us-div {
    color: var(--black);
    width: 400px;
  }

  .footer {
    justify-content: flex-start;
    align-items: center;
    height: 150px;
  }

  .book-now {
    z-index: 999;
    border-top-right-radius: 0;
    inset: auto 0% 0%;
  }

  .text-block {
    text-align: center;
    margin-top: 15px;
    margin-right: 0;
  }

  .whatsapp-button {
    display: flex;
  }

  .subpage-landing-image {
    height: 40vh;
  }
}

@media screen and (max-width: 479px) {
  .body {
    background-color: #0000;
    background-size: cover;
  }

  .landing-section {
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 75px;
  }

  .landing-slider {
    height: 250px;
  }

  .logo-div {
    padding-top: 77px;
  }

  .image {
    width: 250px;
  }

  .container {
    justify-content: space-between;
  }

  .brand.w--current {
    margin-left: 25px;
    padding-left: 0;
  }

  .about-and-hunting-section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .main-container {
    padding: 15px 15px 50px;
  }

  .heading {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 28px;
  }

  .paragraph {
    z-index: 99;
    position: relative;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid.accommodation {
    margin-top: 10px;
  }

  .image-div {
    padding: 10px;
    box-shadow: 1px 1px 5px 1px #000;
  }

  .image-div._3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button-div {
    box-shadow: 1px 1px 5px 1px #000;
  }

  .button {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .quote-section {
    height: 250px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .quote-text {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 35px;
  }

  .text-span, .text-span-2 {
    font-size: 30px;
  }

  .image-4 {
    height: 150px;
    top: -5%;
  }

  .image-5 {
    height: 100px;
  }

  .lodging-and-gallery-section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .gallery-div {
    margin-top: 10px;
  }

  .gallery-grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template: "Area"
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr 1fr;
    padding: 10px;
    box-shadow: 1px 1px 5px 1px #000;
  }

  .feather {
    height: 150px;
    display: none;
    bottom: 23%;
  }

  .contact-us-div {
    width: 95%;
    padding: 15px;
    box-shadow: 1px 1px 5px 1px #000;
  }

  .book-now {
    z-index: 999;
  }

  .heading-book-now {
    font-size: 20px;
  }

  .menu-button, .div-menu-button {
    position: relative;
  }

  .image-13 {
    width: 45px;
  }

  .subpage-landing-heading {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 2rem;
    line-height: 1.2;
  }

  .lightbox-link {
    height: 120px;
  }

  .image-14.move-up {
    object-position: 50% 70%;
  }

  .image-14.move-down {
    object-position: 50% 5%;
  }
}


