 *{
     border: 0;
     outline: 0;
     margin: 0;
     padding: 0;
     text-decoration: none;
     list-style-type: none;
   
     line-height: 1.8;
     font-family: Arial, Helvetica, sans-serif;
     cursor: pointer;
 }
html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
 }

  .fly-down {
    animation: flyDown 0.5s ease-out forwards;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-delay: 0.1s;
    animation-iteration-count: 1;
    transform: translateY(-100%);
  }
  .animate.animate--fast {
    animation-duration: 5s;
  }
  .animate--infinite {
    animation-iteration-count: infinite;
  }
 

  @keyframes flyDown {
    from {
      transform: translateY(-100%);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }
   .slideInRight {
    animation-name: slideInRight;
    animation-timing-function: ease-in;
  }
  

.action-img {
    object-fit: cover;
    overflow: hidden;
    width: 100%;
    height: 500px;
}

/* newsletter */
.call-to-action {
  position: relative;
  background:url(../image/newsletter.png) no-repeat center center;
  background-size: cover;
  padding-top: 4rem;
  padding-bottom: 2rem;
  height:30%;
  width: 100%;
}

/* contact us */
  .contact-header {
      background-image: url("../image/gold106.jpeg");
      color: white;
      padding: 60px 20px;
      text-align: center;
    }
    .contact-info {
      background-color: #000;
      color: white;
      padding: 40px 0;
    }
    .contact-box {
      border: none;
      color: white;
    }
    .tagline {
      background-color: #e08700;
      color: white;
      padding: 10px 20px;
      position: absolute;
      top: 0;
      left: 0;
      font-weight: bold;
    }
    .section-container {
      position: relative;
      margin-bottom: -40px;
    }
       body {
      background-color: #fef9f6;
      font-family: Arial, sans-serif;
    }

    .contact-form {
      max-width: 600px;
      margin: 50px auto;
      padding: 30px;
    }

    label {
      font-weight: bold;
      margin-bottom: 5px;
    }

    .form-control {
      border-radius: 30px;
      border: 2px solid #333;
    }

    textarea.form-control {
      border-radius: 20px;
    }

    .btn-send {
      border-radius: 25px;
      background-color: #2c1c1c;
      color: white;
      padding: 10px 30px;
      font-weight: bold;
      border: none;
    }
    .contact-header h1 {
      font-size: 3rem;
    }

    h2 {
      font-weight: bold;
      text-align: center;
      margin-bottom: 30px;
      font-size: 1.5rem;
    }
/* about us */
 .about-header {
      background-image: url("../image/smelt102.jpeg");
      color: white;
      padding: 60px 20px;
      text-align: center;
    }
  
    .highlight-box {
      background-color: #f8f9fa;
      padding: 30px;
      border-radius: 10px;
      margin-top: -40px;
      box-shadow: 0 4px 6px rgba(0,0,0,0.1);
      position: relative;
      z-index: 1;
    }

    .coffee-image {
      width: 100%;
      height: 50vh;
      /* border-radius: 5px; */
    }

    .about-box {
      background-color: #f1f1f1;
      padding: 20px;
      border-radius: 5px;
      height: 100%;
    }

    .our-story {
      background-color: #fff;
      padding: 40px 0;
      text-align: center;
    }

  /* product */
   .card img {
      height: 200px;
      object-fit: cover;
    }
    .star {
      color: gold;
    }
.gold-refining {
    background-image: url(../image/IMG_4784.jpeg);
    background-size: cover;
    background-position: center;
    height: 50vh;
    position: relative;
    overflow-x: hidden;
}
.gold-smelting {
    background-image: url(../image/smelt102.jpeg);
    background-size: cover;
    background-position: center;
    height: 50vh;
    position: relative;
    overflow-x: hidden;
}
/* mining */
.mining-hero {
    background-image: url(../image/gold106.jpeg);
    background-size: cover;
    background-position: center;
    height: 50vh;
    position: relative;
    overflow-x: hidden;
}
  .feature-card {
      text-align: center;
      padding: 20px;
      border-radius: 8px;
      background-color: #f8f9fa;
      height: 100%;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    }
    .icon-bg {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 10px auto;
      font-size: 24px;
      color: white;
    }
    .bg-cyan { background-color: #00bcd4; }
    .bg-purple { background-color: #673ab7; }
    .bg-green { background-color: #4caf50; }
    .bg-red { background-color: #f44336; }
    .bg-yellow { background-color: #fbc02d; }
    .bg-blue { background-color: #2196f3; }


/* footer-rights */
.footer-rights {
  text-align: center;
  padding-top: 10px;
  font-size: 14px;
  color: #555;
  border-top: 2px solid grey;
  margin-top: 20px;
}

/* underline */
.quick-underline {
  display: inline-block;
  border-bottom: 4px solid #fbc02d;
  line-height: 1.2;
}

/* media */
 @media screen and (max-width:400px) {
  .about-header{
    height: 30vh; 
  }
  .about-header h2{
 padding-top: 4rem;
  }
 }
  @media screen and (max-width:480px) {
    .navbar navbar-expand-lg {
      padding-top: 0.1rem !important;
      padding-bottom: 0.1rem !important;
      min-height: 40px !important;
    }
    .about-header {
      padding: 4px;
      height: 400px;
    }
    .about-header h1 {
      margin-top: 9rem;
    }
    .about-header h2 {
      font-size: 1rem;
    }
    .navbar-brand img {
    max-height: 35px !important;
    }
    .navbar-toggler {
      padding: 0.15rem 0.25rem !important;
      font-size: 1rem !important;
    }
    .container-footer {
      margin-bottom: 0.1rem !important;
      padding-bottom: 2rem;
    }
    .mining-hero h1 {
      padding-top: 10rem;
    }
  }
  @media screen and (max-width:1080px) {
    .container-footer {
      margin-bottom: 100%;
      padding-bottom: 100%;
    }
  }
 @media screen and (max-width:932px) {
      .container-footer {
      margin-bottom: 100px;
      padding-bottom: 400px ;
}
 }

 

