:root {
  --primary: #e97531;
  --secondary: #FF6922;
  --light: #EFFDF5;
  --dark: #0c1c32;
}

.bg-primary {
  background-color: #0c1c32 !important;
}

.u-margin-top {
  margin-top: 25px;
}

.u-margin-bottom {
  margin-bottom: 25px;
}

.u-margin-right-notab {
  margin-right: 15px;
}
@media (max-width: 56.25em) {
  .u-margin-right-notab {
    margin-right: 0px;
  }
}

@media (max-width: 56.25em) {
  .u-margin-bottom-tab {
    margin-bottom: 15px;
  }
}

.u-margin {
  margin: 20px;
}

.u-margin-bottom {
  margin-bottom: 2.5rem;
}
.u-margin-bottom-huge {
  margin-bottom: 12rem !important;
}
.u-margin-bottom-big {
  margin-bottom: 8rem !important;
}
@media (max-width: 56.25em) {
  .u-margin-bottom-big-tp {
    margin-bottom: 35px;
  }
}
@media (max-width: 37.5em) {
  .u-margin-bottom-bigm {
    margin-bottom: 10rem !important;
  }
}
.u-margin-bottom-small {
  margin-bottom: 1.5rem !important;
}
.u-margin-bottom-medium {
  margin-bottom: 3rem !important;
}
@media (max-width: 37.5em) {
  .u-margin-bottom--mobile {
    margin-bottom: 30px !important;
  }
}

@media (max-width: 56.25em) {
  .u-margin-bottom-smallscreen {
    margin-bottom: 2.5rem;
  }
}

.u-margin-top {
  margin-top: 2.5rem !important;
}
.u-margin-top-big {
  margin-top: 8rem !important;
}
.u-margin-top-huge {
  margin-top: 15rem !important;
}
.u-margin-top-medium {
  margin-top: 3rem !important;
}
.u-margin-top-small {
  margin-top: 1.5rem !important;
}
@media (max-width: 56.25em) {
  .u-margin-top-on-small {
    margin-top: 2.5rem !important;
  }
}

.u-margin-left {
  margin-left: 2.5rem;
}
.u-margin-left-tiny {
  margin-left: 5px;
}
.u-margin-left-small {
  margin-left: 2rem;
}
.u-margin-left-big {
  margin-left: 8rem;
}

.u-padding-top {
  padding-top: 2rem !important;
}

.u-padding-bottom {
  padding-bottom: 2rem !important;
}

.u-margin-right-bigscreen {
  margin-right: 2.5rem;
}
@media (max-width: 56.25em) {
  .u-margin-right-bigscreen {
    margin-right: 0;
  }
}

.u-margin-right {
  margin-right: 2.5rem;
}
.u-margin-right-tiny {
  margin-right: 5px;
}
.u-margin-right-small {
  margin-right: 20px;
}
.u-margin-right-big {
  margin-right: 8rem;
}

.u-margin-noleft {
  margin: 2rem;
  margin-left: 0rem;
}

.u-width-80 {
  width: 80% !important;
  margin: 2rem;
}
@media (max-width: 56.25em) {
  .u-width-80 {
    width: 100%;
  }
}

.u-padding {
  padding: 3rem;
}
@media (max-width: 37.5em) {
  .u-padding-bottom--mobile {
    padding-bottom: 50px !important;
  }
}
@media (max-width: 37.5em) {
  .u-padding-bottom--mobile--huge {
    padding-bottom: 200px !important;
  }
}
@media (max-width: 37.5em) {
  .u-padding-top--mobile {
    padding-top: 50px !important;
  }
}
@media (max-width: 37.5em) {
  .u-padding-top--mobile--huge {
    padding-top: 100px !important;
  }
}
.u-padding-small {
  padding: 2rem;
}
.u-padding-left {
  padding-left: 2rem;
}
.u-padding-left-bigger {
  padding-left: 4rem !important;
}
.u-padding-top {
  padding-top: 2rem;
}
.u-padding-top-big {
  padding-top: 5rem;
}
@media (max-width: 37.5em) {
  .u-padding-top-bigm {
    padding-top: 8rem !important;
  }
}
.u-padding-top-large {
  padding-top: 15rem;
}
.u-padding-sides {
  padding-left: 5rem;
  padding-right: 5rem;
}

@media (max-width: 56.25em) {
  .u-center-text-on-small {
    text-align: center;
  }
}

.u-width-full {
  width: 100% !important;
}

.u-margin-none {
  margin-bottom: 0 !important;
}

.u-nopadding {
  padding: 0px !important;
}

.react-select__control {
  border-radius: 20px !important;
}
@media (max-width: 37.5em) {
  .react-select__control {
    padding: 0px !important;
  }
}

.u-resize-to-100 {
  width: 50% !important;
}
@media (max-width: 56.25em) {
  .u-resize-to-100 {
    width: 100% !important;
  }
}

@media (max-width: 56.25em) {
  .u-100-on-tab {
    width: 100% !important;
  }
}

@media (max-width: 56.25em) {
  .u-nomargin-left-on-tab {
    margin-left: 0 !important;
  }
}

.u-nopadding {
  padding: 0px !important;
}

@media (max-width: 75em) {
  .u-centertabland {
    text-align: center;
  }
}

@media (max-width: 37.5em) {
  .u-label-mobile {
    margin-bottom: 15px;
  }
}

@media (max-width: 56.25em) {
  .u-margin-bottom-tp {
    margin-bottom: 15px;
  }
}

.u-margin-noleft {
  margin: 10px 10px 10px 0px;
}

.svgicon {
  width: 30px !important;
}

.fadeinanim {
  animation-fill-mode: forwards;
  animation: fadeInAnimation ease 1s;
}

.fadeoutanim {
  animation-fill-mode: forwards;
  animation: fadeOutAnimation ease 1s;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOutAnimation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.copyright {
  opacity: 0 !important;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p {
  font-family: "Lexend", sans-serif !important;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 9999;
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Button ***/
.btn {
  transition: 0.5s;
}

.btn.btn-primary,
.btn.btn-secondary {
  color: #FFFFFF;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 50px;
}

/*** Navbar ***/
.nav-bar {
  position: relative;
  padding: 0 3rem;
  transition: 0.5s;
  z-index: 9999;
}

.nav-bar.sticky-top {
  position: sticky;
  padding: 0;
  z-index: 9999;
}

.navbar {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 5px;
  transition: 0.5s;
}

.navbar .dropdown-toggle[aria-expanded=true]::after {
  transform: rotate(-180deg);
}

.navbar-light .navbar-nav .nav-link {
  margin-right: 30px;
  padding: 25px 0;
  color: #FFFFFF;
  font-size: 15px;
  text-transform: uppercase;
  outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: var(--primary);
}

@media (max-width: 991.98px) {
  .nav-bar {
    margin: 0;
    padding: 0;
  }
  .navbar-light .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }
  .navbar-light .navbar-nav {
    border-top: 1px solid #EEEEEE;
  }
}
.navbar-light .navbar-brand {
  height: 75px;
}

.navbar-light .navbar-nav .nav-link {
  color: var(--dark);
  font-weight: 500;
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    top: 100%;
    margin-top: 0;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }
  .navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
  }
}
/*** Header ***/
@media (min-width: 992px) {
  .header {
    margin-top: -120px;
  }
}
.header-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
  margin: 7px 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background: var(--primary);
  border-radius: 40px;
  font-size: 20px;
  transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
  background: var(--dark);
}

@media (max-width: 768px) {
  .header-carousel .owl-nav {
    left: 25px;
  }
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #DDDDDD;
}

/*** Icon ***/
.icon {
  padding: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF !important;
  border-radius: 50px;
  border: 1px dashed var(--primary) !important;
}

/*** About ***/
.about-img img {
  position: relative;
  z-index: 2;
}

/*** Category ***/
.cat-item div {
  background: #FFFFFF;
  border: 1px dashed rgba(0, 185, 142, 0.3);
  transition: 0.5s;
}

.cat-item:hover div {
  background: var(--primary);
  border-color: transparent;
}

.cat-item div * {
  transition: 0.5s;
}

.cat-item:hover div * {
  color: #FFFFFF !important;
}

/*** Property List ***/
.nav-pills .nav-item .btn {
  color: var(--dark);
}

.nav-pills .nav-item .btn:hover,
.nav-pills .nav-item .btn.active {
  color: #FFFFFF;
}

.property-item {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}

.property-item img {
  transition: 0.5s;
}

.property-item:hover img {
  transform: scale(1.1);
}

.property-item .border-top {
  border-top: 1px dashed rgba(0, 185, 142, 0.3) !important;
}

.property-item .border-end {
  border-right: 1px dashed rgba(0, 185, 142, 0.3) !important;
}

/*** Team ***/
.team-item {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  transition: 0.5s;
}

.team-item .btn {
  color: var(--primary);
  background: #FFFFFF;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

.team-item .btn:hover {
  color: #FFFFFF;
  background: var(--primary);
}

.team-item:hover {
  border-color: var(--secondary) !important;
}

.team-item:hover .bg-primary {
  background: var(--secondary) !important;
}

.team-item:hover .bg-primary i {
  color: var(--secondary) !important;
}

/*** Testimonial ***/
.testimonial-carousel {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 576px) {
  .testimonial-carousel {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.testimonial-carousel .testimonial-item .border {
  border: 1px dashed rgba(0, 185, 142, 0.3) !important;
}

.testimonial-carousel .owl-nav {
  position: absolute;
  width: 100%;
  height: 40px;
  top: calc(50% - 20px);
  left: 0;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background: var(--primary);
  border-radius: 40px;
  font-size: 20px;
  transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  background: var(--dark);
}

/*** Footer ***/
.footer .btn.btn-social {
  margin-right: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 35px;
  transition: 0.3s;
}

.footer .btn.btn-social:hover {
  color: var(--primary);
  border-color: var(--light);
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .form-control {
  border-color: rgba(255, 255, 255, 0.5);
}

.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .copyright a {
  color: var(--light);
}

.footer .footer-menu a {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .footer-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.top-of-site {
  margin-top: 10px;
}

.bold-text {
  font-weight: bold;
}

.white-text {
  color: white !important;
}

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

.black-text {
  color: black !important;
}

.bigger-text {
  font-size: 1.5rem !important;
}
@media (max-width: 37.5em) {
  .bigger-text {
    font-size: 20px !important;
  }
}

.orange-text {
  color: #e97531;
}

.display-5 {
  font-weight: 500;
}

.partner {
  width: 150px;
}

.partner-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-shadow {
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.44);
  -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.44);
  -moz-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.44);
  border-radius: 10px;
  position: relative;
  z-index: 2;
}

.img-box {
  position: relative;
}
.img-box__caption {
  background-color: white;
  text-align: center;
  display: inline-block;
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.3);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 10px 15px;
  position: absolute;
  bottom: 0;
  z-index: 5;
}
.img-box__caption h4 {
  color: --dark;
}

.stripe_design {
  position: absolute;
  width: 25px;
  height: 85%;
  background-color: #f7941d;
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.stripe_design.sd1 {
  right: 18%;
  top: 0%;
  height: 10%;
  z-index: 3;
}

.stripe_design.sd2 {
  right: 16%;
  bottom: -5%;
  height: 20%;
  z-index: 3;
}

.stripe_design.sd3 {
  right: 33%;
  bottom: -5%;
  z-index: 1;
  height: 10%;
}

.stripe_design.sd4 {
  right: 23%;
  top: -10%;
  z-index: 1;
}

.stripe_design.sd5 {
  right: 35%;
  top: -12%;
  z-index: 1;
}

.stripe_design.sd6 {
  right: 52%;
  bottom: -12%;
  z-index: 1;
}

.facts--1, .facts--2 {
  border-radius: 10px;
}
.facts--1 {
  background-color: #0c1c32 !important;
}
.facts--2 {
  background-color: #e97531 !important;
}

.hero {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.82)), url("../img/hero.jpg");
  background-size: cover;
  background-position: center;
  width: 100vw;
  min-height: 90vh;
  display: flex;
  align-items: center;
}
@media (max-width: 56.25em) {
  .hero {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.639), rgba(0, 0, 0, 0.772)), url("../img/hero.jpg");
  }
}

.hero-about {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.82)), url("../img/aboutus.jpg");
  background-size: cover;
  background-position: center;
  width: 100vw;
  min-height: 90vh;
  display: flex;
  align-items: center;
}
@media (max-width: 56.25em) {
  .hero-about {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.639), rgba(0, 0, 0, 0.772)), url("../img/aboutus.jpg");
  }
}

.hero-yango {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.82)), url("../img/car2.jpeg");
  background-size: cover;
  background-position: center;
  width: 100vw;
  min-height: 90vh;
  display: flex;
  align-items: center;
}
@media (max-width: 56.25em) {
  .hero-yango {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.639), rgba(0, 0, 0, 0.772)), url("../img/car2.jpeg");
  }
}

.hero-airport {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.82)), url("../img/kombis.jpg");
  background-size: cover;
  background-position: center;
  width: 100vw;
  min-height: 90vh;
  display: flex;
  align-items: center;
}
@media (max-width: 56.25em) {
  .hero-airport {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.639), rgba(0, 0, 0, 0.772)), url("../img/kombis.jpg");
  }
}

.hero-long {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.82)), url("../img/car-road.jpg");
  background-size: cover;
  background-position: center;
  width: 100vw;
  min-height: 90vh;
  display: flex;
  align-items: center;
}
@media (max-width: 56.25em) {
  .hero-long {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.639), rgba(0, 0, 0, 0.772)), url("../img/car-road.jpg");
  }
}

.hero-town {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.82)), url("../img/towntransfer.jpg");
  background-size: cover;
  background-position: center;
  width: 100vw;
  min-height: 90vh;
  display: flex;
  align-items: center;
}
@media (max-width: 56.25em) {
  .hero-town {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.639), rgba(0, 0, 0, 0.772)), url("../img/towntransfer.jpg");
  }
}

.hero-2day {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../img/windhoek-tour/cover.jpg");
  background-size: cover;
  background-position: center;
  width: 100vw;
  min-height: 90vh;
  display: flex;
  flex-direction: column;
}

.gallery__container {
  width: 1600px;
  margin: auto;
}
@media (max-width: 1600px) {
  .gallery__container {
    width: 100%;
  }
}
.gallery__subcontainer {
  width: 90%;
  margin: auto;
}
@media (max-width: 37.5em) {
  .gallery__subcontainer {
    width: 100%;
  }
}
.gallery__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
  padding: 20px;
  overflow-x: hidden;
}
@media (max-width: 56.25em) {
  .gallery__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 37.5em) {
  .gallery__grid {
    grid-template-columns: 1fr;
  }
}
.gallery__img {
  width: 100%;
  min-height: 275px;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.44);
  -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.44);
  -moz-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.44);
}
.gallery__img:nth-child(1) {
  background-image: url(../img/gallery/1.jpg);
  grid-column: 1/3;
}
@media (max-width: 37.5em) {
  .gallery__img:nth-child(1) {
    grid-column: 1/3;
  }
}
.gallery__img:nth-child(2) {
  background-image: url(../img/gallery/2.jpeg);
}
@media (max-width: 37.5em) {
  .gallery__img:nth-child(2) {
    grid-column: 1/3;
  }
}
.gallery__img:nth-child(3) {
  background-image: url(../img/gallery/3.jpeg);
  grid-column: 1/2;
}
@media (max-width: 37.5em) {
  .gallery__img:nth-child(3) {
    grid-column: 1/3;
  }
}
.gallery__img:nth-child(4) {
  background-image: url(../img/gallery/4.jpeg);
}
@media (max-width: 37.5em) {
  .gallery__img:nth-child(4) {
    grid-column: 1/3;
  }
}
.gallery__img:nth-child(5) {
  background-image: url(../img/gallery/5.jpeg);
}
@media (max-width: 37.5em) {
  .gallery__img:nth-child(5) {
    grid-column: 1/3;
  }
}
.gallery__img:nth-child(6) {
  background-image: url(../img/gallery/6.jpeg);
}
@media (max-width: 37.5em) {
  .gallery__img:nth-child(6) {
    grid-column: 1/3;
  }
}
.gallery__img:nth-child(7) {
  background-image: url(../img/gallery/7.jpeg);
}
@media (max-width: 37.5em) {
  .gallery__img:nth-child(7) {
    grid-column: 1/3;
  }
}
.gallery__img:nth-child(8) {
  background-image: url(../img/gallery/8.jpeg);
}
@media (max-width: 37.5em) {
  .gallery__img:nth-child(8) {
    grid-column: 1/3;
  }
}
.gallery__img-2 {
  width: 100%;
  min-height: 200px;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.44);
  -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.44);
  -moz-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.44);
}
@media (max-width: 56.25em) {
  .gallery__img-2 {
    grid-column: 1/3 !important;
  }
}
.gallery__img-2:nth-child(1) {
  background-image: url(../img/interior1.jpeg);
  grid-column: 1/3;
}
@media (max-width: 37.5em) {
  .gallery__img-2:nth-child(1) {
    grid-column: 1/3;
  }
}
.gallery__img-2:nth-child(2) {
  background-image: url(../img/gallery/2.jpeg);
}
@media (max-width: 37.5em) {
  .gallery__img-2:nth-child(2) {
    grid-column: 1/3;
  }
}
.gallery__img-2:nth-child(3) {
  background-image: url(../img/interior4.jpeg);
  grid-column: 1/2;
}
@media (max-width: 37.5em) {
  .gallery__img-2:nth-child(3) {
    grid-column: 1/3;
  }
}
.gallery__img-2:nth-child(4) {
  background-image: url(../img/gallery/8.jpeg);
}
@media (max-width: 37.5em) {
  .gallery__img-2:nth-child(4) {
    grid-column: 1/3;
  }
}
.gallery__img-2:nth-child(5) {
  background-image: url(../img/yangohailing1.jpeg);
}
@media (max-width: 37.5em) {
  .gallery__img-2:nth-child(5) {
    grid-column: 1/3;
  }
}

.tour__heroheader1 {
  font-size: 80px;
  font-weight: 500;
}
@media (max-width: 37.5em) {
  .tour__heroheader1 {
    font-size: 50px;
  }
}
.tour__heroheader2 {
  font-size: 30px;
  font-weight: 300;
}
.tour__card {
  cursor: pointer;
  height: 300px;
  width: 40%;
  margin: 10px;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  transition: all 0.5s;
}
.tour__card--1 {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0) 80%), url("../img/windhoek-tour/independence-museum.png");
}
.tour__card--2 {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0) 80%), url("../img/windhoek-tour/craftcenter.jpg");
}
@media (max-width: 56.25em) {
  .tour__card {
    width: 90%;
  }
}
.tour__card__title {
  font-size: 45px;
  font-weight: 400;
}
.tour__card__subtitle {
  font-size: 16px;
  font-weight: 300;
}
.tour__card:hover {
  scale: 1.02;
}

.hero-day {
  background-size: cover;
  background-position: center;
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center !important;
  transition: all 0.5s;
  position: relative;
}
.hero-day__section {
  padding: 10px;
  width: 50%;
  margin: 10px;
}
@media (max-width: 56.25em) {
  .hero-day__section {
    width: 100%;
  }
}
.hero-day__section--info {
  padding: 20px;
  padding-top: 50px;
}
.hero-day__section--info--day {
  font-size: 25px;
  font-weight: 400;
}
.hero-day__section--info--name {
  font-size: 50px;
  font-weight: 400;
}
.hero-day__section--info--text {
  text-align: justify !important;
}
.hero-overlay {
  background-size: cover;
  background-position: center;
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
}
.hero-overlay--1 {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url("../img/windhoek-tour/owelamuseum2.jpg");
  opacity: 0;
}
.hero-overlay--2 {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url("../img/windhoek-tour/altefeste2.jpg");
  opacity: 0;
}
.hero-overlay--3 {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url("../img/windhoek-tour/independence-museum2.jpg");
  opacity: 0;
}
.hero-overlay--4 {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url("../img/windhoek-tour/heroesacre2.jpg");
  opacity: 0;
}
.hero-overlay--5 {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url("../img/windhoek-tour/craftcenter2.jpg");
  opacity: 0;
}
.hero-overlay2--1 {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url("../img/windhoek-tour/craftcenter2.jpg");
  opacity: 0;
}
.hero-overlay2--2 {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url("../img/windhoek-tour/nambreweriesbg.png");
  opacity: 0;
}
.hero-overlay2--3 {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url("../img/windhoek-tour/evelinestrbg.jpg");
  opacity: 0;
}
.hero-overlay2--4 {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url("../img/windhoek-tour/independence-museum2.jpg");
  opacity: 0;
}
.hero-overlay2--5 {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url("../img/windhoek-tour/windhoek2.jpg");
  opacity: 0;
}
.hero-overlay2--6 {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url("../img/windhoek-tour/singleq2.jpg");
  opacity: 0;
}
.hero-overlay2--7 {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url("../img/windhoek-tour/heroesacre2.jpg");
  opacity: 0;
}

.activee, .activee2 {
  opacity: 1;
}

.destinationcard {
  width: 90%;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 20px;
  background-position: center;
  background-size: cover;
  margin: 10px;
  padding: 20px;
  transition: all 0.5s;
  cursor: pointer;
}
.destinationcard--1 {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0) 80%), url("../img/windhoek-tour/owelamuseum.jpg");
}
.destinationcard--2 {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0) 80%), url("../img/windhoek-tour/altefeste.jpg");
}
.destinationcard--3 {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0) 80%), url("../img/windhoek-tour/independence-museum.png");
}
.destinationcard--4 {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0) 80%), url("../img/windhoek-tour/heroesacre.jpg");
}
.destinationcard--5 {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0) 80%), url("../img/windhoek-tour/craftcenter.jpg");
}
.destinationcard__text {
  margin-bottom: 0;
  font-size: 20px;
  font-family: "Lexend", sans-serif;
}
.destinationcard:hover {
  scale: 1.02;
}

.destinationcard2 {
  width: 90%;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 20px;
  background-position: center;
  background-size: cover;
  margin: 10px;
  padding: 20px;
  transition: all 0.5s;
  cursor: pointer;
}
.destinationcard2--1 {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0) 80%), url("../img/windhoek-tour/craftcenter.jpg");
}
.destinationcard2--2 {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0) 80%), url("../img/windhoek-tour/nambreweries.jpg");
}
.destinationcard2--3 {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0) 80%), url("../img/windhoek-tour/evelinestrbg.jpg");
}
.destinationcard2--4 {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0) 80%), url("../img/windhoek-tour/independence-museum.png");
}
.destinationcard2--5 {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0) 80%), url("../img/windhoek-tour/windhoek.jpg");
}
.destinationcard2--6 {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0) 80%), url("../img/windhoek-tour/singleq.jpg");
}
.destinationcard2--7 {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0) 80%), url("../img/windhoek-tour/heroesacre.jpg");
}
.destinationcard2__text {
  margin-bottom: 0;
  font-size: 20px;
  font-family: "Lexend", sans-serif;
}
.destinationcard2:hover {
  scale: 1.02;
}

.single-feature {
  margin-bottom: 80px;
  margin-top: 40px;
}

.single-feature h5 {
  font-size: 16px;
}

.media-right-margin {
  margin-right: 25px;
}

.single-feature p {
  font-size: 13px;
}

.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
@media (max-width: 56.25em) {
  .text-left, .text-right {
    text-align: center;
  }
}

.icon-border span {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  color: #e97531;
  font-size: 18px;
  line-height: 50px;
  border: 1px solid #e97531;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.feature-mobile {
  width: 300px;
}
@media (max-width: 75em) {
  .feature-mobile {
    width: 200px;
  }
}

.airport-card {
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.44);
  -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.44);
  -moz-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.44);
  border-radius: 20px;
  width: 45%;
  overflow: hidden;
  margin: 10px;
}
.airport-card__container {
  justify-content: space-evenly;
}
@media (max-width: 56.25em) {
  .airport-card__container {
    align-items: center;
  }
}
@media (max-width: 56.25em) {
  .airport-card {
    width: 90%;
  }
}
.airport-card__img {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 300px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.airport-card__img--1 {
  background-image: url("../img/hkia.jpg");
}
.airport-card__img--2 {
  background-image: url("../img/eros.png");
}
.airport-card__content {
  padding: 0px 20px 10px 20px;
  text-align: center;
}

.footer__logo {
  width: 200px;
  border-radius: 10px;
}

.grid {
  display: grid;
}
.grid-1 {
  grid-template-columns: repeat(1, 1fr);
}
@media (max-width: 37.5em) {
  .grid-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 37.5em) {
  .grid-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-2--child {
  margin: 3rem;
  padding: 2rem;
  border-radius: 15px;
  height: 40rem;
}
@media (max-width: 37.5em) {
  .grid-2--child {
    height: 50rem;
  }
}
.grid-3 {
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
}
@media (max-width: 56.25em) {
  .grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 37.5em) {
  .grid-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-3--child {
  margin: 10px;
}
.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 56.25em) {
  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 37.5em) {
  .grid-4 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-4--child {
  margin: 4rem;
  border-radius: 15px;
}
.grid-5 {
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 56.25em) {
  .grid-5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 37.5em) {
  .grid-5 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-5--child {
  margin: 4rem;
  border-radius: 15p;
}

.roww,
.roww-2 {
  display: flex;
  padding: 1rem 0.5rem;
}
.roww--forall,
.roww-2--forall {
  display: flex;
}
@media (max-width: 56.25em) {
  .roww--forall,
  .roww-2--forall {
    flex-direction: row;
    justify-content: space-evenly;
  }
}
@media (max-width: 56.25em) {
  .roww-justify,
  .roww-2-justify {
    justify-content: center;
  }
}
.roww--end,
.roww-2--end {
  justify-content: flex-end;
}
@media (max-width: 56.25em) {
  .roww--end,
  .roww-2--end {
    align-items: flex-end;
  }
}
.roww--start,
.roww-2--start {
  justify-content: flex-start;
}
@media (max-width: 56.25em) {
  .roww--start,
  .roww-2--start {
    align-items: flex-start;
  }
}
.roww--wrap,
.roww-2--wrap {
  flex-wrap: wrap;
  display: flex;
  padding: 1rem 0.5rem;
  justify-content: space-around;
}
.roww--space-evenly,
.roww-2--space-evenly {
  justify-content: space-evenly;
}
.roww-2--child,
.roww-2-2--child {
  width: 40%;
  margin: 2rem;
}
@media (max-width: 37.5em) {
  .roww-2--child,
  .roww-2-2--child {
    width: 100%;
  }
}
.roww-3--child,
.roww-2-3--child {
  width: 20%;
  margin: 2rem;
}
@media (max-width: 37.5em) {
  .roww-3--child,
  .roww-2-3--child {
    width: 100%;
  }
}
.roww-7--child,
.roww-2-7--child {
  width: 15%;
}
@media (max-width: 37.5em) {
  .roww-7--child,
  .roww-2-7--child {
    width: 100%;
  }
}
.roww-8--child,
.roww-2-8--child {
  width: 13%;
}
.roww-8--child:not(:last-child),
.roww-2-8--child:not(:last-child) {
  margin-right: 10px;
}
@media (max-width: 37.5em) {
  .roww-8--child,
  .roww-2-8--child {
    width: 100%;
  }
}
.roww-9--child,
.roww-2-9--child {
  width: 6%;
}
.roww-9--child:not(:last-child),
.roww-2-9--child:not(:last-child) {
  margin-right: 5px;
}
@media (max-width: 37.5em) {
  .roww-9--child,
  .roww-2-9--child {
    width: 100%;
  }
}

@media (max-width: 56.25em) {
  .roww {
    flex-direction: column !important;
    justify-content: space-evenly;
    align-items: center;
  }
}

@media (max-width: 37.5em) {
  .roww-2 {
    flex-direction: column;
  }
}

@media (max-width: 56.25em) {
  .roww-tab-col {
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
  }
}

.roww-dont-center {
  display: flex;
  padding: 1rem 0.5rem;
}
@media (max-width: 56.25em) {
  .roww-dont-center {
    flex-direction: column;
    justify-content: space-evenly;
  }
}

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

.space-evenly {
  justify-content: space-evenly;
}

.center-hrz {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.center-hrz--col {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 56.25em) {
  .center-hrz-small {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}

.end-hrz {
  display: flex;
  justify-content: flex-end;
}

.center-vert {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.center-vert--row {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.center-all {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*# sourceMappingURL=style.css.map */
