body {
  font-size: 16px;
  font-family: "Instrument Sans", serif;
  color: #0F0F0F;
  line-height: 1.8;
}

header {
  background-color: #FFF;
  padding: 16px 0;
}

header .header-container {
  display: flex;
  align-content: center;
  justify-content: space-between;
}

header .logo {
  margin-right: auto;
}

header .logo img {
  width: 80px;
}

@media (min-width: 992px) {
  header .logo img {
    width: 120px;
  }
}

header .nav {
  align-items: center;
  display: flex;
  gap: 10px;
}

header .nav li {
  height: 40px;
}

header .nav li a {
  padding: 5px 15px;
}

header .nav .contact {
  background-color: #E3E3E3;
  border: #767676 solid 1px;
  border-radius: 5px;
  color: #7C3A08;
}

header .nav .signin {
  background-color: #7C3A08;
  border: #2C2C2C solid 1px;
  border-radius: 5px;
  color: #F5F5F5;
}

.slider-container {
  height: auto;
}

.slider-container .home-sliders {
  margin: 0;
}

.slider-container .home-sliders .home-slide {
  position: relative;
}

.slider-container .home-sliders .home-slide::after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 1;
}

.slider-container .home-sliders .slider-text {
  position: absolute;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 10;
  color: #FFF;
  font-family: Georgia, "Instrument Sans", serif;
  padding: 10px 40px;
  z-index: 10;
}

.slider-container .home-sliders .slider-text h2,
.slider-container .home-sliders .slider-text h3 {
  font-size: 20px;
  text-shadow: -1px -1px 0 #413032, 1px -1px 0 #413032, -1px 1px 0 #413032, 1px 1px 0 #413032;
}

@media (min-width: 992px) {
  .slider-container .home-sliders .slider-text {
    padding: 40px;
  }
  .slider-container .home-sliders .slider-text h2 {
    font-size: 44px;
    font-weight: bold;
  }
  .slider-container .home-sliders .slider-text h3 {
    font-size: 33px;
    font-weight: 00;
  }
}

.slider-container img {
  width: 100%;
  height: auto;
}

.slider-bottom {
  height: 24px;
  width: 100%;
  background: linear-gradient(90deg, #4E71A6 0%, #D89A6A 100%);
  background-blend-mode: multiply;
}

.geo-smart-mining {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin: 90px 0 30px 0;
  padding-bottom: 30px;
  border-bottom: #CAC4D0 solid 1px;
}

@media (min-width: 992px) {
  .geo-smart-mining {
    grid-template-columns: 1fr 1fr;
  }
}

.geo-smart-mining img {
  max-width: 100%;
  width: 100%;
}

.geo-smart-mining .content h2 {
  font-size: 48px;
  color: #7C3A08;
  margin: 0 0 10px 0;
  text-align: center;
  font-weight: bold;
}

.geo-smart-mining .content p {
  color: #0F0F0F;
  font-size: 18px;
  line-height: 1.8;
  text-align: left;
}

.land-acquisition {
  padding-bottom: 0;
  margin-bottom: 30px;
  border-bottom: #e0d0c6 solid 1px;
}

.land-acquisition h2 {
  font-size: 48px;
  color: #7C3A08;
  margin: 0 0 10px 0;
  text-align: left;
  font-weight: bold;
}

.land-acquisition h3 {
  font-size: 32px;
  color: #2C2C2C;
  margin: 0 0 10px 0;
  text-align: left;
  font-weight: bold;
}

.land-acquisition p {
  color: #0F0F0F;
  font-size: 18px;
  line-height: 1.8;
}

.land-acquisition .land-acquisition-content {
  background-color: #F6E8DD;
  padding: 30px 0;
}

.land-acquisition .right-img-content {
  width: 100%;
  gap: 32px;
}

@media (min-width: 992px) {
  .land-acquisition .right-img-content {
    display: grid;
    grid-template-columns: 1fr 700px;
  }
}

.land-acquisition .right-img-content .left-content {
  color: #0F0F0F;
  font-size: 18px;
  line-height: 1.8;
  text-align: left;
}

.land-acquisition .right-img-content .right-img {
  border: #FFF solid 1px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.land-acquisition .right-img-content .right-img img {
  max-width: 100%;
}

.land-acquisition .land-acquisition-sliders img,
.land-acquisition .land-highlight-sliders img {
  width: 100%;
  height: auto;
}

.land-acquisition .land-highlight-slide,
.land-acquisition .land-acquisition-slide {
  position: relative;
}

.land-acquisition .land-highlight-slide .slide-text,
.land-acquisition .land-acquisition-slide .slide-text {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #D9D9D9;
  padding: 5px 10px;
  color: #7C3A08;
  font-size: 16px;
  font-weight: 600;
}

.land-acquisition .land-acquisition-slide .slide-text {
  left: 0;
  right: auto;
}

.land-acquisition .left-img-content {
  width: 100%;
  gap: 32px;
}

@media (min-width: 992px) {
  .land-acquisition .left-img-content {
    display: grid;
    grid-template-columns: 580px 1fr;
  }
}

.land-acquisition .left-img-content .right-content {
  color: #0F0F0F;
  font-size: 18px;
  line-height: 1.8;
  padding: 30px 0 0 0;
}

.land-acquisition .left-img-content .right-content li {
  margin-bottom: 16px;
  text-align: left;
}

.land-acquisition .left-img-content .left-img {
  border: #FFF solid 1px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.land-acquisition .left-img-content .left-img img {
  max-width: 100%;
}

.monitoring-section {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: #CAC4D0 solid 1px;
}

.monitoring-section h2 {
  font-size: 48px;
  color: #7C3A08;
  margin: 0 0 10px 0;
  text-align: left;
  font-weight: bold;
}

.monitoring-section h3 {
  font-size: 32px;
  color: #2C2C2C;
  margin: 0 0 10px 0;
  text-align: left;
  font-weight: bold;
}

.monitoring-section p {
  color: #0F0F0F;
  font-size: 18px;
  line-height: 1.8;
  text-align: left;
}

.monitoring-section .left-img-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-top: 50px;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .monitoring-section .left-img-content {
    grid-template-columns: 1fr 1fr;
  }
}

.monitoring-section .left-img-content .right-content {
  color: #0F0F0F;
  font-size: 18px;
  line-height: 1.8;
  text-align: left;
}

.monitoring-section .left-img-content .right-content h3 {
  font-size: 32px;
  color: #7C3A08;
}

.monitoring-section .left-img-content .left-img {
  border: #FFF solid 1px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.monitoring-section .left-img-content .left-img img {
  max-width: 100%;
}

.monitoring-section .two-col-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

@media (min-width: 992px) {
  .monitoring-section .two-col-content {
    grid-template-columns: 1fr 1fr;
  }
}

.monitoring-section .two-col-content .col-content img {
  margin-bottom: 30px;
  width: 100%;
  border: #FFF solid 1px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.monitoring-section .two-col-content .col-content h4 {
  font-size: 32px;
  color: #7C3A08;
  margin-bottom: 10px;
  font-weight: bold;
}

.mine-reclamation {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: #CAC4D0 solid 1px;
}

.mine-reclamation h2 {
  font-size: 48px;
  color: #7C3A08;
  margin: 0 0 10px 0;
  text-align: left;
  font-weight: bold;
}

.mine-reclamation h3 {
  font-size: 32px;
  color: #2C2C2C;
  margin: 0 0 10px 0;
  text-align: left;
  font-weight: bold;
}

.mine-reclamation p {
  color: #0F0F0F;
  font-size: 18px;
  line-height: 1.8;
}

.mine-reclamation .mine-reclamation-content {
  padding: 30px 0;
}

.mine-reclamation .right-img-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

@media (min-width: 992px) {
  .mine-reclamation .right-img-content {
    grid-template-columns: 1fr 1fr;
  }
}

.mine-reclamation .right-img-content .left-content {
  color: #0F0F0F;
  font-size: 18px;
  line-height: 1.8;
  text-align: left;
}

.mine-reclamation .right-img-content .right-img img {
  max-width: 100%;
  border: #FFF solid 1px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.benefits {
  padding-bottom: 30px;
  margin-bottom: 30px;
}

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

.benefits .benefits-content h2 {
  font-size: 48px;
  color: #7C3A08;
  margin: 0 0 10px 0;
  text-align: center;
  font-weight: bold;
}

.benefits .benefits-content h5 {
  color: #0F0F0F;
  font-size: 20px;
  line-height: 1.8;
  text-align: center;
  margin: 0 auto;
  max-width: 800px;
}

.benefits .benefits-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-top: 40px;
}

@media (min-width: 992px) {
  .benefits .benefits-cards {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.benefits .benefits-cards .benefit-card img {
  margin-bottom: 16px;
  max-width: 100%;
  width: 100%;
  border: #FFF solid 1px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.benefits .benefits-cards .benefit-card h4 {
  font-size: 22px;
  color: #7C3A08;
  margin: 0 0 10px 0;
  font-weight: bold;
}

.benefits .benefits-cards .benefit-card p {
  color: #0F0F0F;
  font-size: 18px;
  line-height: 1.8;
  text-align: left;
}

footer {
  border-bottom: #7C3A08 solid 60px;
}

footer h4 {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  margin: 0 0 10px 0;
}

footer p {
  color: #0F0F0F;
  font-size: 14px;
  line-height: 1.8;
}

footer .btn-link {
  font-size: 24px;
  width: 220px;
  height: 46px;
  display: inline-block;
  background: #D89A6A;
  border-radius: 4px;
  margin: 0 auto;
  color: #000000;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  margin: 0 auto 10px;
}

footer .btn-link:hover {
  color: #FFF;
  background-color: #7C3A08;
}

.slick-prev,
.slick-next {
  width: 32px;
  height: 32px;
  border-radius: 25px;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.25);
  background-image: url("../img/icon-arrow-left.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
}

.slick-prev:before,
.slick-next:before {
  color: #000;
  display: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: #000;
  background-color: rgba(255, 255, 255, 0.75);
  background-image: url("../img/icon-arrow-left.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
}

.slick-next {
  background-image: url("../img/icon-arrow-right.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
}

.slick-next:hover, .slick-next:focus {
  color: #000;
  background-color: rgba(255, 255, 255, 0.75);
  background-image: url("../img/icon-arrow-right.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-dots {
  bottom: 50px;
}

.slick-dots li button:before {
  font-size: 20px;
  color: #FFF;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  color: #FF0000;
}

.pills-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  top: -30px;
}

.pills-container .pill {
  width: 230px;
  height: 90px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  /* border: 1px solid #7C3A08; */
  border: #FFF solid 1px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

#signInModal .form-box .btn-primary,
#signInModal .form-box .btn-primary:focus {
  background-color: #7C3A08;
  border: 0;
  font-weight: 500;
  height: 42px;
  width: 100%;
}

#signInModal .modal-body {
  padding: 30px;
  background-color: #f7f9fc;
}
