*{
  margin:0;
  padding:0;
  font-family: sans-serif;
   box-sizing: border-box;
}
.banner{

  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;

}
.slider{
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
}

#slideImg{
  width: 100%;
  height: 100%;
}
.overlay{
    width: 100%;
    height: 100vh;
    background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5));
      position: absolute;
}


.content1{
  width: 70%;
  margin: 160px auto 0;
  text-align: center;
  color: #fff;

}

.content1 p{
font-size: 25px;

margin-top:2rem;
font-weight: 100;


}
.content1 h1{
font-size: 50px;
margin: 10px auto 80px;
font-weight: 100;
line-height: 40px;
clip-path: circle(70%);


}
.button1{
  width: 200px;
  padding:15px 0;
  text-align: center;
  margin: 0 10px;
  border-radius: 25px;
  font-weight: bold;
  border: 2px solid #00c32c;
  background: #00c32c;
  color: #fff;
  cursor: pointer;
  transition: background 0.5s;
}

.button1:hover{
  background: transparent;
  border: 2px solid #fff;
}

.button1 a{
    color:#fff;
    text-decoration:none;
}
.button1 a:hover{
    color:#fff;
    text-decoration:none;
}
