.site_button {
    width: 144px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #013F16;
    color: #000;
    text-transform: uppercase;
    background: #fff;
    cursor: pointer;
}

.btn_pd {
    padding-top: 20px;
}


.pdr {
    padding-right: 10px;
}



.site_button  {
  position: relative;
  width: 144px;
  height: 50px;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6vh;
  overflow: hidden;
  border: 1px solid;
  font-weight: 500;
  font-size: 16px;
  transition: 0.5s;
  letter-spacing: 1px;
  border-radius: 8px;
  width: 144px;
  height: 50px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #013F16;
  color: #ffffff;
  text-transform: uppercase;
  background: #c98300;
  margin: auto;
}
.site_button .btn_main_title {
    width: 101%;
    height: 100%;
    /* font-family: "Lato", sans-serif; */
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500;
    background: #ffffff;
    -webkit-mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/nature-sprite.png");
    mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/nature-sprite.png");
    -webkit-mask-size: 2300% 100%;
    mask-size: 2300% 100%;
    border: none;
    color: #000000;
    cursor: pointer;
    -webkit-animation: ani2 0.7s steps(22) forwards;
    animation: ani2 0.7s steps(22) forwards;
    /* z-index: -2; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.site_button .btn_main_title:hover {
  -webkit-animation: ani 0.7s steps(22) forwards;
  animation: ani 0.7s steps(22) forwards;
}



.mas {
  position: absolute;
  color: #000;
  text-align: center;
  width: 101%;
  font-weight: 300;
  position: absolute;
  font-size: 16px;
  margin-top: 0;
  overflow: hidden;
  font-weight: 500;
  width: 144px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #013F16;
    color: #fff;
    text-transform: uppercase;
    background: #c98300;
}

@-webkit-keyframes ani {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@keyframes ani {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@-webkit-keyframes ani2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}
@keyframes ani2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}
.ordr_btn_con.ordr_btn_con_twoo .site_button .btn_main_title {
    color: #fff;
        background: #013f16;
}
@media all and (min-width: 320px) and (max-width: 767px) {
    .site_button {
        width: 120px;
        height: 38px;
        font-size: 14px;
    }
    .site_button .btn_main_title,.mas{
        font-size: 14px;
    }

    .btn_pd {
        padding-top: 10px;
    }

    .pdr {
        padding-right: 5px;
    }
}

@media all and (min-width: 768px) and (max-width: 980px) {
    .site_button {
        width: 120px;
        height: 38px;
        font-size: 14px;
    }
    .site_button .btn_main_title,.mas{
        font-size: 14px;
    }

    .btn_pd {
        padding-top: 10px;
    }

    .pdr {
        padding-right: 8px;
    }

}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
    .site_button {
        width: 130px;
        height: 42px;
        font-size: 15px;
    }
    .site_button .btn_main_title,.mas{
        font-size: 15px;
    }

    .btn_pd {
        padding-top: 15px;
    }
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    .site_button {
        width: 130px;
        height: 42px;
        font-size: 15px;
    }
    .site_button .btn_main_title,.mas{
        font-size: 15px;
    }

    .btn_pd {
        padding-top: 15px;
    }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    .site_button {
        height: 45px;
    }

    .btn_pd {
        padding-top: 15px;
    }


}


@media all and (min-width: 1281px) and (max-width: 1440px) {
    .site_button {
        height: 45px;
    }
}

@media all and (min-width: 1441px) and (max-width: 1680px) {}

@media all and (min-width: 1681px) and (max-width: 1880px) {}