.orders {
  height: calc(79vh - 140px);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-height: 911px;
}

.orders__card {
  outline: 1px solid #00000040;
  outline-offset: -0.6rem;
  max-width: 640px;
  width: 100%;
}

.orders__btn {
  box-shadow: 0 0 3px #00000016;
  transition: box-shadow 0.4s ease;
}

.orders__btn:hover {
  box-shadow: 0 4px 32px #00000032;
}

.orders__bg {
  background: url(/template/images/order_img_01.jpg) center/cover no-repeat;
  width: 100%;
  height: 100%;
  max-height: 911px;
  position: fixed;
  top: 2rem;
  left: 0;
  opacity: 0.7;
  z-index: -1;
}

.orders__btn--whatsapp {
  color: #25d366;
}

.orders__btn--telegram {
  color: #3390ec;
}

/* ===== link button ===== */

.btn--orange {
  background-color: var(--orange);
  color: var(--white) !important;
  border: none;
}

.btn--orange:hover {
  background-color: var(--orange__hover);
}

.btn--orange:active {
  background-color: var(--orange__hover) !important;
}

/* ===== link button ===== */