@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');

* {
  margin: 0;
  padding: 0px;
  box-sizing: border-box;



}



.hero {

  width: 100%;
  height: 550px;
  background-image: url(/images/digger-3.jpg);
  background-size: cover;
  background-position: center;
}

.hero2 {

  width: 100%;
  height: 550px;
  background-image: url(/images/digger-1.jpg);
  background-size: cover;
  background-position: center;
}



.colour {
  color: orange;
}

.content-top {
  position: absolute;
  width: 40%;
  top: 400px;
  left: 8%;
  transform: translateY(-50%);
}


.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

body {
  animation: fadeInAnimation ease 3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}




h1,
h2,
h3,
h4,
h5,
h6,
a {
  color: grey;
  font-family: 'Abril Fatface', sans-serif;
  font-weight: 100;

}

.hero h2 {
  color: white;
  font-family: 'Abril Fatface', sans-serif;
  font-weight: 100;
  font-size: 2rem;
}

.hero p {
  color: white;
  font-family: 'Abril Fatface', sans-serif;
  font-weight: 100;
  font-size: 1.3rem;
}


.hero a {
  text-decoration: none;
  color: orange;
  font-family: 'Abril Fatface', sans-serif;
  font-weight: 100;
}

.hero a:hover {
  text-decoration: none;
  color: lightgrey;
  font-family: 'Abril Fatface', sans-serif;
  font-weight: 100;
}

p {
  color: grey;
  font-family: 'poppins', sans-serif;
  font-size: 12px;


}

.hero2 h2 {
  color: white;
  font-family: 'Abril Fatface', sans-serif;
  font-weight: 100;
  font-size: 2rem;
}

.hero2 p {
  color: white;
  font-family: 'Abril Fatface', sans-serif;
  font-weight: 100;
  font-size: 1.3rem;
}


.hero2 a {
  text-decoration: none;
  color: orange;
  font-family: 'Abril Fatface', sans-serif;
  font-weight: 100;
}

.hero2 a:hover {
  text-decoration: none;
  color: lightgrey;
  font-family: 'Abril Fatface', sans-serif;
  font-weight: 100;
}

p {
  color: grey;
  font-family: 'poppins', sans-serif;
  font-size: 12px;


}




.main-text {
  color: #545454;
}



.nav-links {

  display: flex;
  justify-content: space-around;
  width: 40%;

}

.nav-links li {
  list-style-type: none;

}

.nav-links a:hover {

  color: orange;
}

.nav-links a {
  color: #545454;
  text-decoration: none;


}

.burger {
  display: none;
  cursor: pointer;
  padding-right: 2em;
}

.burger div {
  width: 25px;
  height: 3px;
  background-color: #545454;
  margin: 4px;
  transition: all 0.3s ease;
}



.holdingcontainer {
  max-width: 100%;
  display: flex;
  background: #ffc728;
  padding: 30px;
  box-sizing: border-box;
  flex-direction: row;
}

.header-container {
  width: 100%;
  display: flex;
  justify-content: space-between;

  align-items: center;
}






.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;

  background-color: #F3F3F3;
  padding: 3em;
}

.logo-img {
  padding-bottom: 2em;
}









.social-icons a,
p {
  color: grey;
  text-decoration: none;


}

.built-by {
  margin-top: 10px;
}

.social-icon-img {

  vertical-align: middle;
  padding-right: 0.2em;

}






/* ***************************************************************************************************************************************************************************
    curve for images
  *************************************************************************************************************************************************************************** */


.curveUpColor,
.curveDownColor {
  fill: #fff;
  stroke: #fff;
  position: absolute;
  left: 0;
  z-index: 1;
  height: 50px;

}

.curveUpColor {
  fill: orange;
  margin-top: -83px;
  width: 100%;
}

.curveDownColor {

  width: 100%;
  fill: white;

}

.curveMapUp {
  margin-top: 52px;

}






/* ***************************************************************************************************************************************************************************
    Hero 
  ************************************************************************************************************************************************************************************************************************************ */

/* .hero {
  z-index: -1;
  clear: both;
  background-image: url('../images/hero-home-main.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;

  width: 100%;

} */



.hero .text {
  margin: 0 auto;
  text-align: right;
  margin-right: 75px;
  width: 50%;
  text-align: left;
  height: 700px;
  padding-top: 10em;
  padding-left: 5em;
}


.badges-section {

  background-color: white;
  height: 350px;
  padding: 100px;


}




.badges-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;

}

.content {

  display: block;


}

.right-footer {
  text-align: right;
  padding-right: 50px;
}

.main-content {
  display: flex;
  justify-content: space-between;
  padding: 30px;

}

.text-position {

  position: absolute;
  top: 20%;
  left: 60%;
  transform: translate(-50%, -50%);
}


.main-layout {

  display: flex;
  justify-content: space-between;
}


.main-image {
  width: 500px;
  height: auto;
}


.main-image2 {
  width: 500px;
  height: auto;
}

.main-image3 {
  display: none;
}



.badge-img {
  width: 150px;
  padding-top: 1.5em;
  height: auto
}

.img-container {
  display: flex;
  justify-content: space-around;
  align-items: center;


}

.main-text-right {
  padding-left: 80px;

}

.main-text-left {
  padding-right: 80px;
}





.main-text-head {

  padding-left: 80px;
  padding-bottom: 50px;
}

ul {
  list-style: none;
  /* Remove default bullets */
}


li {
  color: grey;
}

ul.list-style li::before {
  content: "\25A0";
  padding-left: 100px;
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: orange;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}

hr {

  width: 100%;
  background-color: orange;
  height: 1px;
  border: none;



}

.badges-header {
  margin: 0;
  padding-top: 10px;
  padding-bottom: 0;
}

.footer {

  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  min-height: 20vh;
  width: 100%;
  background-color: white;
  padding-top: 6em;
  padding-bottom: 2em;




}

.right-footer p {
  color: lightgrey;
}

.logo-footer img {
  padding-bottom: 1em;
}

























@media screen and (min-width: 1200px) {
  .wrapper {
    width: 1200px;
    margin: 0 auto;
  }



}


/* @media screen and (max-width:1024px) {
  .nav-links {
    width: 60%;

  } */

@media screen and (max-width:950px) {


  .main-content {
    display: block;
    text-align: center;



  }

  .hero .text {
    margin: 0 auto;
    text-align: right;
    margin-right: 30px;
    width: 50%;
    text-align: left;
    height: 700px;
    padding-top: 60px;
    padding-left: 1em;
  }


  .hero .text {
    margin: 0 auto;
    text-align: right;
    margin-right: 30px;
    width: 50%;
    text-align: left;
    height: 700px;
    padding-top: 60px;
    padding-left: 1em;
  }






  .badges-section {

    background-color: white;
    width: 100%;
    padding: 30px;


  }

  .badge-img {
    width: 100px;
  }

  .content-top {
    position: absolute;
    width: 40%;
    top: 260px;
    left: 8%;
    transform: translateY(-50%);
  }

  .hero h2 {

    font-size: 1rem;

    ;
  }

  .hero2 h2 {

    font-size: 1rem;


  }




  .hero p {

    font-size: 12px;
  }

  .hero2 p {

    font-size: 12px;
  }




  .main-image {
    width: 100%;
    height: auto;
    padding-top: 40px;
  }

  .main-image2 {
    display: none;
  }

  .main-image3 {
    width: 100%;
    height: auto;
  }

  ul.list-style li::before {
    content: "\25A0";
    padding-left: 10px;
    /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: orange;
    /* Change the color */
    font-weight: bold;
    /* If you want it to be bold */
    display: inline-block;
    /* Needed to add space between the bullet and the text */
    width: 1em;
    /* Also needed for space (tweak if needed) */
    margin-left: -1em;
    /* Also needed for space (tweak if needed) */
  }


  .main-text-right {
    padding-left: 10px;
    padding-bottom: 10px;

  }

  .main-text-left {
    padding-right: 10px;
    padding-bottom: 10px;
  }




  p {
    font-size: 12px;
    ;
  }

  body {
    overflow-x: hidden;
  }


  .footer-container {
    display: block;
  }

  .logo-img {
    width: 150px;
    padding-top: 30px;

  }

  .footer-container {
    display: block;
  }

  .right-footer {
    text-align: center;
    padding-right: 0px;

  }

  .nav-links {
    z-index: 2;
    position: absolute;
    right: 0px;
    height: 100vh;
    top: 0vh;
    background-color: #F89400;
    display: flex;
    flex-direction: column;
    align-items: left;
    width: 50%;
    transform: translateX(100%);
    transition: transform 0.5s ease-in;
  }

  .hero {

    width: 100%;
    height: 300px;
    background-image: url(/images/digger-3.jpg);
    background-size: cover;
    background-position: center;
  }


  .hero2 {

    width: 100%;
    height: 300px;
    background-image: url(/images/digger-1.jpg);
    background-size: cover;
    background-position: center;
  }

  .nav-links li {
    opacity: 0;
    margin-left: 2em;
  }

  .burger {
    z-index: 999;
    display: block;
    padding-right: 1em;



  }
}

.left-footer {
  text-align: center;
  padding: 30px;
}



.nav-active {
  transform: translateX(0%);
  position: fixed;
}

@keyframes navLinkFade {
  from {
    opacity: 0;
    transform: translateX(50px);
  }

  to {
    opacity: 1;
    transform: translateX(0px);
  }

}

.toggle .line1 {

  transform: rotate(-45deg) translate(-5px, 6px);
  position: fixed;
  right: 20px;
  top: 36px;

}


.toggle .line3 {
  transform: rotate(45deg) translate(-5px, -6px);
  position: fixed;
  right: 20px;
  top: 52px;

}

.toggle .line2 {
  opacity: 0;


}