body {
  font-family: "Poppins", sans-serif;
  position: relative;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

#main {
  position: relative;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 30px 0px;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  /* background-color: rgba(86, 43, 135, 0.1); */
  background: radial-gradient(rgba(179, 196, 32, 0.1) 0%, rgba(88, 159, 53, 0.1) 100%);
}

#header h1 {
  /* margin: 0 0 10px 0; */
  font-size: 80px;
  font-weight: 700;
  margin-top: 70px;
  color: #4da23e;
}

#header h2 {
  margin-bottom: 40px;
  font-size: 18px;
  color: #00000060;
  margin-top: 30px;
  text-align: center;
  width: 58%;
  line-height: 27px;
}

#header h2 a{
  color: #000;
  text-decoration: none;
}
#header .countdown {
  margin-bottom: 40px;
}

#header .countdown div {
  text-align: center;
  margin: 10px;
  width: 100px;
  padding: 15px 0;
  background: #4da23e;
  border-radius: 10px;
}

#header .countdown div h3 {
  font-weight: 700;
  font-size: 44px;
  margin-bottom: 15px;
  color: #fff;
}

#header .countdown div h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;

}

@media (max-width: 575px) {
  #header .countdown div {
    width: 70px;
    padding: 10px 0;
    margin: 10px 8px;
  }

  #header .countdown div h3 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  #header .countdown div h4 {
    font-size: 14px;
    font-weight: 500;
  }
}

@media (max-width: 768px){
  #header h1{
    font-size: 70px;
  }
  #header h2{
    font-size: 16px;
  }
}
@media  (max-width: 575px){
  #header h1{
    font-size: 50px;
  }
  #header h2{
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1200px){
  #header h2{
    width: 100%;
  } 
}