.btn-1 {
  background: #282936;
   padding: 10px 12px;
   display: block;
  outline: 2.5px solid #a2ca37;
  outline-offset: 3px;
  border: 0;
  color: white;  
  font-size: 1rem;
  border-radius: 5px;
  transition: 0.4s;
  font-weight: 600;
  text-align: center;
}

.btn-1:hover {
  outline-offset: 4.5px;
  background: #a2ca37;
  font-size: 1.1rem;
  color: #282936; 
}

.btn-2 {
 color: #ecf0f1;
 display: block;
 font-size: 15px;
 background-color: #212121;
 text-align: center;
 border: 1px solid #ffffff;
 border-radius: 5px;
 padding: 10px 12px;
 box-shadow: 0px 6px 0px #787878;
 transition: all 50ms;
 
}

.btn-2:active {
 box-shadow: 0px 2px 0px #787878;
 position: relative;
 top: 2px;
}




.btn-3 {
  display: inline-block;
  display: block;
 text-align: center;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #ffffff;
  background-color: #282828;
  border-style: none;
  border-radius: 8px;
  padding: 16px 20px;
  transform: scale(1);
  transition: 0.2s;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.btn-3:hover {
  background-color:rgb(36 68 29);
  color: #ffffff;
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.2);
}

.btn-3:active {
  transform: scale(0.95);
  box-shadow: none;
}





.btn-4 {
    background: #a2ca37;
    padding: 12px 30px;
    border: 2px solid #CDCDCD;
    color: #222;
    border-radius: 5px;
    font-size: 15px;
    display: block;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
}



.btn-4:hover,.btn-4:focus {
  background: #282828;
 color: #fff;
border: 2px solid #282828;
}
.btn-5 {
  background: #a2ca37;
    border: 0;
    display: block;
    border-radius: 10px;
    box-shadow: 0 3.43693px 3.43693px rgba(0,0,0,.25);
    box-sizing: border-box;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.22;
    outline: 0;
    padding: 14px 28px;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    transition: background .3s ease-in-out;
    
  
}
.btn-5:hover,.btn-3:focus{
  background: #373737;
}