@charset "UTF-8";
/* CSS Document */
.marker {
  background-image: url('images/logo-lvg2.svg');
  background-size: cover;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
}
.title {
  margin-top: 7vh;
  font-size: 2rem;
  line-height: 1.45em;
  letter-spacing: 0.1em;
}
.xtra-big {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.5em;
}
.small {
  margin-top: 15vh;
  font-size: 1rem;
  font-weight: lighter;
}
#spacer {
  background-color: #000000;
  font-family: 'Montserrat', sans-serif;
  /*      height: 100vh;*/
  position: relative;
  padding-top: 1%;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 1%;
  color: #fafafa;
  opacity: 1;
  z-index: 2;
}
.progress-container {
  width: 100%;
  height: 4px;
  background: #333333;
  position: fixed;
  z-index: 9999;
}
.progress-bar {
  height: 4px;
  background: #ffcc00;
  width: 0%;
  top: 0;
  position: fixed;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto;
  }
}
.logo-row {
  width: 800px;
  margin: 0 auto;
}
.logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%; /* Optional: define a specific width */
}
body {
  line-height: 1.5;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #000;
}
a, a:hover, a:visited {
  color: #0071bc;
}
#map {
  top: 0;
  height: 100vh;
  width: 100vw;
  position: fixed;
}
@media (max-width: 500px) {
  #mapInset {
    display: none;
  }
}
.header {
  margin: auto;
  width: 100%;
  position: relative;
  z-index: 5;
  background-image: url("images/tembo-cover-dark.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  background-color: #000;
  color: #fff;
  overflow: hidden;
}
.sectionb {
  margin: auto;
  width: 100%;
  position: relative;
  z-index: 5;
  background-image: url(images/tembo-cover-dark.jpg);
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: contain; /* Resize the background image to cover the entire container */
  align-items: center;
  overflow: hidden;
  min-height: 100vh;
  background-color: #000;
  color: #fff;
  justify-content: center;
}
#footer {
  width: 100%;
  min-height: 5vh;
  padding-top: 2vh;
  padding-bottom: 2vh;
  text-align: center;
  line-height: 25px;
  font-size: 13px;
  position: relative;
  z-index: 5;
}
#features {
  padding-top: 10vh;
  padding-bottom: 10vh;
}
.hidden {
  visibility: hidden;
  min-height: 50vh;
}
.centered {
  width: 50vw;
  margin: 0 auto;
}
.lefty {
  width: 33vw;
  margin-left: 0vw;
  border-top: 1px solid #999;
  opacity: 0.8;
}
.righty {
  width: 33vw;
  margin-left: 0vw;
}
.fully {
  width: 100%;
  margin: 0;
  padding: 0;
  opacity: 0.9;
}
.light {
  color: #444;
  background-color: #fafafa;
}
.dark {
  color: #ffffff;
  background-color: rgba(0, 0, 0, .8);
}
.step {
  padding-bottom: 80vh;
  /* margin-bottom: 10vh; */
  opacity: 0.25;
}
.step.active {
  opacity: 0.99;
}
.step div {
  padding: 25px 50px;
  line-height: 25px;
  font-size: 15px;
}
.step img {
  width: 100%;
}
@media (max-width: 750px) {
  .centered, .lefty, .righty, .fully {
    width: 90vw;
    margin: 0 auto;
  }
}
/* Fix issue on mobile browser where scroll breaks  */
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan, .mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas {
  touch-action: unset;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto;
  }
  a {
    text-decoration: none !important;
    color: #ffcc00;
  }
  a:hover {
    color: #ff0000;
  }
  a img {
    border: none;
  }
  img {
    max-width: 100%;
  }
  h1, h2, h3, h4, h5, h6 {
    color: #fff;
    font-weight: 400;
    line-height: 2;
    margin: 0 0 10px 0;
    font-family: 'Montserrat', sans-serif;
  }
  p {
    color: #fff;
    font-weight: 300;
    line-height: 1.7;
    font-size: 17px;
    margin: 0 0 30px 0;
    font-family: 'Montserrat', sans-serif;
  }
  small {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
  }
  .highlight {
    padding: 2px 5px;
    background-color: #05aff2;
    color: #000;
    border-radius: 2px;
  }
  .highlightred {
    padding: 2px 5px;
    background-color: #FF0000;
    color: #fff;
    border-radius: 2px;
  }
  .highlightarchaen {
    padding: 2px 5px;
    background-color: #f0047f;
    color: #fff;
    border-radius: 2px;
  }
  .highlightgold {
    padding: 2px 5px;
    background-color: #FFCC00;
    color: #000;
    border-radius: 2px;
  }
  .top {
    padding-top: 100px;
  }
  .bottom {
    padding-bottom: 100px;
  }
  .text {
    max-width: 700px;
    margin: 0 auto;
    line-height: 200%;
    text-align: justify;
  }
  .legend {
    position: fixed;
    right: 30px;
    bottom: 30px;
    color: #fff;
    background-color: #000000;
    font-family: 'Montserrat', Helvetica, sans-serif;
    padding: 10px;
    display: none;
    z-index: 1;
    max-width: 350px;
  }
  .legend img {
    width: 25px;
    margin-right: 10px;
  }
  .legend h3 {
    margin: 0 0 10px;
    font-family: 'Montserrat', Helvetica, sans-serif;
  }
  .legend div {
    vertical-align: center;
  }
  .legend div #block {
    display: inline-block;
    height: 10px;
    width: 10px;
    margin-right: 10px;
  }
  .legend div #text {
    vertical-align: middle;
  }
  .mapboxgl-legend {
    font: 13px/20px 'Montserrat', Arial, Helvetica, sans-serif;
    color: #222;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 0px;
    padding: 10px 12px;
    box-shadow: none !important;
  }
  .legend-item {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
  }
  /* 👇 THIS fixes alignment */
  .legend-symbol {
    width: 24px; /* fixed column */
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 6px;
  }
  .legend-label {
    text-align: left;
    line-height: 1.2;
  }
  /* Base legend line symbol */
  .line {
    width: 12px;
    height: 0;
    border-top-width: 2px;
    border-top-style: solid;
    display: block;
  }
  /* Variations */
  .dashed-red {
    border-top-style: dashed;
    border-top-color: #ff0000;
  }
  /* Variations */
  .dashed-black {
    border-top-style: dashed;
    border-top-color: #000;
  }
  .dashed-blue {
    border-top-style: dashed;
    border-top-color: #47cbff;
  }
  .solid-red {
    border-top-color: #ff0000;
  }
  .solid-gold {
    border-top-color: #ffcc00;
  }
  .solid-blue {
    border-top-color: #094895;
  }
  /* Symbol column (alignment container) */
  .legend-symbol {
    width: 24px; /* fixed column */
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 6px;
  }
  /* Square fills (polygons) */
  .legend-symbol[class*="bg-"] {
    width: 12px;
    height: 12px;
    border-radius: 0;
    display: block;
  }
  /* Individual colors */
  .bg-evander {
    background: #FA5532;
  }
  .bg-east-rand {
    background: #504745;
  }
  .bg-central-rand {
    background: #326efa;
  }
  .bg-west-rand {
    background: #6d7a56;
  }
  .bg-south-deep {
    background: #a56558;
  }
  .bg-carletonville {
    background: #454850;
  }
  .bg-western-areas {
    background: #b0fa32;
  }
  .bg-klerksdorp {
    background: #586fa5;
  }
  .bg-welkom {
    background: #95ba54;
  }
  .bg-craton {
    background: #f0047f;
  }
  .bg-greenstone {
    background: #0c8d0c;
  }
  .bg-felsic {
    background: #3b3936;
  }
  .bg-sediments {
    background: #486966;
  }
  .bg-quartz {
    background: #bd2a2e;
  }
  .bg-mafic-greater {
    background: #b2bebf;
  }
  .bg-mafic-less {
    background: #0c8d0c;
  }
  /* Gold deposit (point) */
  .gold-circle {
    width: 12px;
    height: 12px;
    background: #ffcc00;
    border-radius: 50%;
    display: block;
  }
  /* Gold deposit (point) */
  .dd-circle {
    width: 12px;
    height: 12px;
    background: #20b7e9;
    border-radius: 50%;
    display: block;
  }
  /* Gold deposit (point) */
  .rc-circle {
    width: 12px;
    height: 12px;
    background: #fcdb54;
    border-radius: 50%;
    display: block;
  }
  #map {
    z-index: 0;
  }
  .header, .geo-section, #story {
    position: relative;
    z-index: 5;
  }
  .geo-section {
    display: block;
    width: 100vw;
    height: 100vh;
    min-height: 100vh;
    overflow: hidden;
    background: #000;
  }
  .geo-track {
    position: relative;
    z-index: 6;
    height: 100%;
    width: max-content;
    display: flex;
    align-items: center;
    padding: 0 8vw;
    will-change: transform;
  }
  .geo-track img {
    display: block;
    height: min(78vh, 900px);
    width: auto;
    max-width: none;
    flex: 0 0 auto;
  }
  html, body {
    overflow-x: hidden;
  }
  .geo-section {
    overflow: hidden;
  }
  .geo-track {
    max-width: none;
  }
    @media (max-width: 750px) {
  .header {
    min-height: 100vh;
    background-size: cover;
    background-position: center top;
    padding: 0 20px;
  }

  .top {
    padding-top: 40px;
  }

  .bottom {
    padding-bottom: 40px;
  }

  .logo-row {
    width: 100%;
  }

  .logo {
    width: 85%;
    max-width: 320px;
  }

  .text {
    max-width: 100%;
    text-align: left;
    line-height: 1.55;
  }

  .text h2 {
    font-size: 1rem;
    line-height: 1.65;
  }
}