.body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Lato', sans-serif;
  background: #435a67;
}

.navbar {
  background-color: black;
  position: sticky;
  background-attachment: fixed;
}

.info {
  background: rgb(60, 65, 68);
  text-align: center;
  padding: 150px 0;
}

.info h1 {
  margin: 0;
  color: #fff;
  font-weight: 400;
}

.hero-wrapper {
  min-height: 80vh;
  width: 100%;
  background: rgb(60, 65, 68);

  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
}

.hero-wrapper .overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  /*             background: rgb(60, 65, 68); */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  ;
}

.hero-content {
  max-width: 550px;
  margin: 0 auto;
  text-align: center;
}

.hero-wrapper div h1 {
  margin: 0;
  font-size: 36px;
  margin-bottom: 15px;
  color:
}

.hero-wrapper p {
  margin: 0;
  font-size: 20px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 20px;
}

.hero-wrapper button {
  padding: 15px 50px;
  background: #252023;
  border: none;
  outline: none;
  color: #fff;
  font-size: 20px;
  margin: 20px 5px;
  font-family: 'Lato', sans-serif;
}

@media(max-width: 768px) {
  .hero-wrapper {
    min-height: 60vh;


  }
}

@media screen and (max-width:768px) {


  .hero-wrapper div h1 {
    font-size: 28px;
  }

  .hero-wrapper div p {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .hero-wrapper button {
    padding: 12px 25px;
    font-size: 16px;
    margin: 0px 2px;
  }

  .nav {
    /*                 margin-right: -30px;
      margin-left: -30px; */
    background: #000;
    padding: 0 30px;
    transition: all .3s;
  }
}

.history-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background-color: #ebba5f;
}

.history-image {
  flex: 1 1 40%;
  max-width: 40%;
  padding: 10px;
}

.history-content {
  flex: 1 1 60%;
  max-width: 60%;
  padding: 10px;

}

.history-content h2 {
  margin-top: 0;
}

.history-content p {
  margin-top: 0;
  font-size: 1.2rem;
  color: #000000;
  line-height: 1.6;
}

.learn-more-button {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  background-color: orange;
  color: white;
  text-decoration: none;
  border-radius: 5px;
}

@media (max-width: 768px) {

  .history-image,
  .history-content {
    flex: 1 1 100%;
    max-width: 100%;
  }
}


.countup-section {
  height: 1in;
  background-color: aliceblue;
  /* Replace with your actual image URL */
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;

  .countup-container {
    text-align: center;
  }

  .countup-number {
    font-size: 24px;
    font-weight: bold;
    margin: 0 10px;
    color: rgb(0, 0, 0);
  }

  .countup-label {
    font-size: 14px;
    padding: 2px;
    color: rgb(0, 0, 0);
  }
}



.practices-section {
  padding: 50px;
  background-color: #ddd5c6;
}

.practices-content {
  margin-bottom: 30px;
}

.practices-content img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.practices-content h2 {
  font-size: 2rem;
  color: #060707;
  margin-top: 20px;
}

.practices-content p {
  font-size: 1.2rem;
  color: #000000;
  line-height: 1.6;
}

.cta-section {
  background-color: #343a40;
  color: white;
  padding: 50px;
  text-align: center;
}

.cta-section h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.cta-section p {
  font-size: 1.2rem;
  margin-bottom: 30px;
}

.cta-section .contact-info {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.footer {
  background-color: #a57f01;
  color: white;
  padding: 40px 0;
}

.footer a {
  color: white;
  text-decoration: none;
}

.footer a:hover {
  color: #f8f9fa;
}

.footer .social-icons {
  margin: 20px 0;
}

.footer .social-icons a {
  font-size: 1.5rem;
  margin: 0 10px;
  display: inline-block;
}

.footer .contact-info {
  margin-bottom: 20px;
}

.section-news {
  padding: 80px 0;
}

.section-news .header-section {
  margin-bottom: 8px;
}

.section-news .header-section .small-title {
  position: relative;
  text-transform: uppercase;
  color: #333856;
  font-size: 20px;
  font-family: "Ubuntu", sans-serif;
}

.section-news .header-section .small-title span {
  display: inline-block;
  height: 2px;
  width: 20px;
  background-color: #fe2782;
  margin-right: 12px;
  transform: translateY(-6px);
}

.section-news .header-section .title {
  text-transform: uppercase;
  font-weight: 700;
  color: #333856;
  font-family: "Ubuntu", sans-serif;
  font-size: 50px;
}

.section-news .single-news {
  margin-top: 30px;
  box-shadow: 0 8px 15px 0 rgba(0, 0, 0, .15);
}

.section-news .single-news video {
  width: 100%;
}

.section-news .single-news .content {
  padding: 35px;
}

.section-news .single-news .date {
  display: inline-block;
  margin-bottom: 15px;
  background-color: #000;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  padding: 7px 25px;
}

.section-news .single-news .title {
  margin-bottom: 12px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif;
  font-size: 29px;
}

.section-news .single-news .title a {
  text-decoration: none;
  color: #353857;
}

.section-news .single-news .text {
  font-size: 18px;
}

.section-news .single-news .author {
  margin-right: 28px;
}

.section-news .single-news .author,
.section-news .single-news .comments {
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  font-size: 18px;
}

@media (max-width: 575.99px) {
  .section-news .header-section .small-title {
    font-size: 18px;
  }

  .section-news .header-section .small-title span {
    transform: translateY(-5px);
  }

  .section-news .header-section .title {
    font-size: 32px;
  }
}

@media (min-width: 576px) and (max-width: 767.99px) {
  .section-news .header-section .small-title {
    font-size: 18px;
  }

  .section-news .header-section .small-title span {
    transform: translateY(-5px);
  }

  .section-news .header-section .title {
    font-size: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991.99px) {
  .section-news .header-section .title {
    font-size: 40px;
  }

  .section-news .single-news .content {
    padding: 25px;
  }

  .section-news .single-news .title {
    font-size: 22px;
  }

  .section-news .single-news .text {
    font-size: 16px;
  }

  .section-news .single-news .author,
  .section-news .single-news .comments {
    font-size: 14px;
  }

  .section-news .single-news .author {
    margin-right: 15px;
  }
}




.emergencycontacts,
.contact-form,
.normal-contacts {
  padding: 50px;
}

.contact-form form input,
.contact-form form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
}

.contact-form form input[type="submit"] {
  background-color: #343a40;
  color: white;
  border: none;
  cursor: pointer;

}

.contact-form form input[type="submit"]:hover {
  background-color: #495057;
}

.social-icons a {
  font-size: 1.5rem;
  margin: 0 10px;
  color: #343a40;
}

.social-icons a:hover {
  color: #495057;
}



.container {
  max-width: 100rem;
  margin: 0 auto;
  padding: 0 2rem 2rem;
}

.heading {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  padding: 3.5rem 0;
  color: #1a1a1a;
}

.heading span {
  display: block;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  /* Compensate for excess margin on outer gallery flex items */
  margin: -1rem -1rem;
}

.gallery-item {
  /* Minimum width of 24rem and grow to fit available space */
  flex: 1 0 24rem;
  /* Margin value should be half of grid-gap value as margins on flex items don't collapse */
  margin: 1rem;
  box-shadow: 0.3rem 0.4rem 0.4rem rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

.gallery-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease-out;
}

.gallery-image:hover {
  transform: scale(1.15);
}

.gallery-imagee {

  transition: transform 400ms ease-out;
}

.gallery-imagee:hover {
  transform: scale(1.15);
}

/*

The following rule will only run if your browser supports CSS grid.

Remove or comment-out the code block below to see how the browser will fall-back to flexbox styling. 

*/

@supports (display: grid) {
  .gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(24rem, 1fr));
    grid-gap: 2rem;
  }

  .gallery,
  .gallery-item {
    margin: 0;
  }
}

@import url(https://fonts.googleapis.com/css?family=Montserrat:500);


*,
*::before,
*::after {
  box-sizing: border-box;
}

.gal {
  background-color: #ebba5f;
}

.read-more {
  text-decoration: underline;
  color: blue;
  cursor: pointer;
  [^9^][9]
}


.leadership-section {
  padding: 20px 0;
  background-color: #f8f9fa;
}

.leadership-message {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.leadership-message img {
  border-radius: 50%;
  margin-right: 20px;
  width: 150px;
  height: 150px;
  object-fit: cover;
}

.leadership-message .content {
  max-width: 800px;
}

.leadership-message .content h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.leadership-message .content p {
  font-size: 1.2rem;
  color: #6c757d;
}

.quote-section {
  padding: 30px;
  background-color: #fff;
  border-left: 4px solid #343a40;
  margin-top: 20px;
}

.quote-section p {
  font-size: 1.5rem;
  color: #343a40;
}

.row h2 {
  ext-transform: uppercase;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif;
  font-size: 29px;
}

/* Remove unwanted borders and outlines */
.navbar-nav .nav-link {
  border: none;
  outline: none;
}

/* Basic Navbar Styles */
.navbar-nav .nav-link {
  position: relative;
  color: #ffc107;
  /* Bootstrap's text-warning */
  display: inline-block;
  padding-bottom: 5px;
}

/* Hover Effect */
.navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  /* Adjust the thickness of the line */
  background-color: #ffc107;
  /* Bootstrap's text-warning */
  transition: width 0.3s ease-in-out;
}

.navbar-nav .nav-link:hover::after {
  width: 100%;
}

/* Navbar Styles */
.navbar {
  position: -webkit-sticky;
  /* For Safari */
  position: sticky;
  top: 0;
  z-index: 1000;
  /* Ensures it's above other elements */
  background-color: #000;
  /* Ensure it matches your design */
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  /* Optional: Add shadow for better visibility */
  transition: background-color 0.3s ease;
}



.heroo {
  background: url('Assets/Macalder-Mines-700x420.jpg') center/cover no-repeat;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  position: relative;
}

.heroo-content {
  z-index: 1;
  padding: 0 15px;
}

.heroo-content h1 {
  font-size: 4rem;
  margin-bottom: 20px;
}

.heroo-content p {
  font-size: 1.5rem;
  margin-bottom: 30px;
}

.heroo-content .btn-primary {
  background-color: #343a40;
  border: none;
  padding: 10px 20px;
  font-size: 1.2rem;
}

.heroo-content .btn-primary:hover {
  background-color: #495057;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.cuheroo {
  background: url('Assets/mix-office-supplies-gadgets-wooden-desk-with-text_93675-141818.avif') center/cover no-repeat;
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  position: relative;
}

.economic-impact-section {
  padding: 50px 0;
  background-color: #f8f9fa;

  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.economic-impact-section h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 2.5rem;
}

.impact-item {
  margin-bottom: 30px;
}

.impact-item h3 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.impact-item p {
  font-size: 1.2rem;

  margin-top: 0;
  font-size: 1.2rem;
  color: #000000;
  line-height: 1.6;
}

.impact-item img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.quote-section {
  padding: 30px;
  background-color: #fff;
  border-left: 4px solid #343a40;
  margin-top: 20px;
}

.quote-section p {
  font-size: 1.5rem;
  color: #343a40;
}


.history-sectionn {}

.history-sectionn h1 {
  text-align: center;
  color: #333;
}

.history-sectionn h2 {
  color: #555;
  margin-top: 20px;
}

.history-sectionn h3 {
  color: #777;
  margin-top: 15px;
}

.history-sectionn p {}

.history-sectionn p strong {
  color: #000;
}



.history-content {
  flex: 1 1 60%;
  max-width: 60%;
  padding: 10px;

}

.history-content h2 {
  margin-top: 0;
}


.learn-more-button {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  background-color: orange;
  color: white;
  text-decoration: none;
  border-radius: 5px;
}

@media (max-width: 768px) {

  .history-image,
  .history-content {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  height: 70vh;
  /* Adjust the height as needed */
}

.gallery-item {
  scroll-snap-align: center;
  width: 75%;
  height: 25vh;
  /* Reduced height */
}

.gallery-image {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .gallery-item {
    width: 50%;
    height: 40vh;
    /* Adjusted height for medium screens */
  }
}

@media (min-width: 1024px) {
  .gallery-item {
    width: 33.33%;
    height: 30vh;
    /* Adjusted height for large screens */
  }
}

.news-item {
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.thumbnail {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.news-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news-header h2 {
  margin: 0;
}

.news-header time {
  font-size: 0.9em;
  color: #888;
}

.btn-youtube {
  display: flex;
  align-items: center;
  background-color: #ff0000;
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  text-decoration: none;
}

.btn-youtube i {
  margin-right: 5px;
}


.chairman-message {
  display: flex;
  align-items: center;
  margin: 20px 0;
}

.chairman-image {
  max-width: 200px;
  margin-right: 20px;
}

.message-content {
  flex: 1;
}


.gallerry {
  display: flex;
  flex-wrap: wrap;
  /* Compensate for excess margin on outer gallery flex items */
  margin: -1rem -1rem;
}

.gallery-iitem {
  /* Minimum width of 24rem and grow to fit available space */
  flex: 1 0 24rem;
  /* Margin value should be half of grid-gap value as margins on flex items don't collapse */
  margin: 1rem;
  box-shadow: 0.3rem 0.4rem 0.4rem rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

.gallery-iimage {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease-out;
}

.gallery-iimage:hover {
  transform: scale(1.15);
}

.gallery-iimagee {

  transition: transform 400ms ease-out;
}

.gallery-iimagee:hover {
  transform: scale(1.15);
}

/*

The following rule will only run if your browser supports CSS grid.

Remove or comment-out the code block below to see how the browser will fall-back to flexbox styling. 

*/

@supports (display: grid) {
  .gallerry {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(24rem, 1fr));
    grid-gap: 2rem;
  }

  .gallerry,
  .gallery-iitem {
    margin: 0;
  }
}