@media only screen and (min-width: 1720px) {
}

@media only screen and (min-width: 1320px) and (max-width: 1720px) {
}

@media only screen and (min-width: 1080px) and (max-width: 1320px) {
}

@media only screen and (min-width: 1080px) {
  .btn {
    width: 240px;
    height: 50px;
    border-radius: 4px;
    border: none;
    font-size: 14px;
    transition: all 0.5s;
  }

  .p_btn {
    position: relative;
    background: linear-gradient(to right, #007af6, #db00fd, #db00fd, #007af6);
    background-size: 200% 100%;
    background-position: left;
    color: #ffffff;
    font-weight: 400;
    border: none;
    padding: 10px 20px;
    transition: background-position 0.4s ease-in-out;
  }

  .p_btn:hover {
    background-position: right;
    cursor: pointer;
  }

  .w_btn {
    background-color: #fff;
    color: #007af6;
    font-weight: 400;
  }

  .w_btn:hover {
    background-color: #d3dae9;
    color: #007af6;
    cursor: pointer;
  }

  .s_btn {
    background-color: #111214;
    color: #007af6;
    border: 1px solid #007af6;
    font-weight: 400;
  }

  .s_btn:hover {
    background-color: #007af6;
    color: #ffffff;
    cursor: pointer;
  }
}

@media only screen and (max-width: 1080px) {
}

@media only screen and (min-width: 760px) and (max-width: 1080px) {
  .btn {
    width: 240px;
    height: 50px;
    border-radius: 4px;
    border: none;
    font-size: 14px;
    transition: all 0.5s;
  }

  .p_btn {
    position: relative;
    background: linear-gradient(to right, #007af6, #db00fd, #db00fd, #007af6);
    background-size: 200% 100%;
    background-position: left;
    color: #ffffff;
    font-weight: 400;
    border: none;
    padding: 10px 20px;
    transition: background-position 0.4s ease-in-out;
  }

  .p_btn:hover {
    background-position: right;
    cursor: pointer;
  }

  .w_btn {
    background-color: #fff;
    color: #007af6;
    font-weight: 400;
  }

  .w_btn:hover {
    background-color: #d3dae9;
    color: #007af6;
    cursor: pointer;
  }

  .s_btn {
    background-color: #111214;
    color: #007af6;
    border: 1px solid #007af6;
    font-weight: 400;
  }

  .s_btn:hover {
    background-color: #007af6;
    color: #ffffff;
    cursor: pointer;
  }
}

@media only screen and (max-width: 760px) {
  .btn {
    width: 120px;
    height: 45px;
    border-radius: 4px;
    border: none;
    font-size: 14px;
    transition: all 0.5s;
  }

  .p_btn {
    position: relative;
    background: linear-gradient(to right, #007af6, #db00fd, #db00fd, #007af6);
    background-size: 200% 100%;
    background-position: left;
    color: #ffffff;
    font-weight: 400;
    border: none;
    padding: 10px 20px;
    transition: background-position 0.4s ease-in-out;
  }

  .p_btn:hover {
    background-position: right;
    cursor: pointer;
  }

  .w_btn {
    background-color: #fff;
    color: #007af6;
    font-weight: 400;
  }

  .w_btn:hover {
    background-color: #d3dae9;
    color: #007af6;
    cursor: pointer;
  }

  .s_btn {
    background-color: #111214;
    color: #007af6;
    border: 1px solid #007af6;
    font-weight: 400;
  }

  .s_btn:hover {
    background-color: #007af6;
    color: #ffffff;
    cursor: pointer;
  }
}

.form_btn {
  position: relative;
  background: linear-gradient(to right, #007af6, #db00fd, #db00fd, #007af6);
  background-size: 200% 100%;
  background-position: left;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  border-radius: 4px;
  width: 100%;
  border: none;
  padding: 1rem 0.5rem;
  transition: background-position 0.4s ease-in-out;
}

.form_btn:hover {
  background-position: right;
  cursor: pointer;
}
