@import url("https://fonts.googleapis.com/css2?family=Overpass:wght@200&display=swap");
* {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #040405;
}
div, span {
  word-wrap: break-word;
}
table {
  width: 100%;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.img-fluid {
  max-width: 100%;
}

.table-1 td {
  vertical-align: bottom;
}

.section {
  padding: 15px 30px;
}

.text-1 {
  font-size: 11px;
  line-height: 25px;
}

.hero-area {
  background: url("https://i.ibb.co/Vg0tMbD/hero-img.png") no-repeat;
  background-size: cover;
}

.text-2 {
  color: #ffffff;
  font-size: 30px;
  line-height: 36px;
  height: 247px;
  font-family: "Overpass", sans-serif;
}

.text-3 {
  color: #707070;
  font-size: 18px;
  line-height: 24px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.text-4 {
  color: #662639;
  font-size: 21px;
  line-height: 25px;
  font-weight: bold;
}

table.numberLabel {
  background-color: #662639;
}

table.numberLabel td {
  vertical-align: middle;
}

.text-5 {
  color: #ffffff;
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
  opacity: 0.8;
}

@media (max-width: 576px) {
  .text-5 {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .text-5 {
    font-size: 14px;
  }
}

.text-6 {
  color: #3a3a39;
  font-size: 19px;
  line-height: 23px;
}

.text-6 i {
  color: #662639;
  font-weight: bold;
}

.btn {
  display: table;
  background: transparent
    linear-gradient(180deg, #ab6d3a 0%, #bc824b 50%, #a96a38 100%) 0% 0%
    no-repeat padding-box;
  width: 100%;
  height: 58px;
  border-radius: 29px;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
}

.btn > div {
  display: table-row;
}

.btn div span {
  color: #ffffff;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.btn div span.td-1 {
  width: 15%;
  text-align: right;
}

.btn div span.td-2 {
  width: 80%;
}

.btn-2 .td-2 {
  text-align: left;
}

@media (max-width: 576px) {
  .btn {
    display: block;
    height: auto;
    font-size: 10px;
    padding: 5px;
  }

  .btn > div {
    display: block;
  }

  .btn div span {
    display: block;
  }

  .btn div span.td-1 {
    display: none;
    width: 100%;
    text-align: center;
  }

  .btn div span.td-2 {
    width: 100%;
  }

  .btn-2 .td-2 {
    text-align: center;
  }
}

ul {
  padding-left: 16px;
}

.btn-3 {
  position: relative;
  display: table;
  width: 560px;
  margin: auto;
  border: 3px solid #72858f;
  background: #ffffff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  padding: 5px 10px;
}

.btn-3 div {
  display: table-row;
}

.btn-3 span {
  display: table-cell;
  vertical-align: middle;
  color: #5d2b39;
}

@media (max-width: 670px) {
  .btn-3 {
    width: 90%;
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .btn-3 img {
    display: none;
  }
}

.btn-4 {
  margin: auto;
  width: 400px;
  display: block;
  border: 3px solid #72858f;
  background-color: #ffffff;
  color: #662639;
  text-decoration: none;
  font-style: italic;
  font-size: 19px;
  padding: 10px 20px 10px 30px;
  position: relative;
}

.btn-4 img {
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
}

@media (max-width: 505px) {
  .btn-4 {
    width: 90%;
  }

  .btn-4 img {
    display: none;
  }
}

.text-7 {
  color: #ffffff;
  font-size: 21px;
  font-weight: bold;
}

.qr-table {
  width: 400px;
  margin: auto;
}

.qr-table td:nth-of-type(1) {
  width: 40%;
}

.qr-table td:nth-of-type(2) {
  width: 60%;
}

@media (max-width: 480px) {
  .qr-table {
    display: block;
    width: 90%;
  }

  .qr-table tr {
    display: block;
  }

  .qr-table td {
    text-align: center !important;
    display: block;
    width: 100% !important;
  }

  .qr-table td img {
    margin-bottom: 10px;
  }
}

.plus-link {
  color: #5d2b39;
  font-size: 13px;
}

.footer-table td {
  vertical-align: top;
}

.footer-table td:nth-of-type(1) {
  width: 70%;
}

.footer-table td:nth-of-type(2) {
  width: 30%;
}

@media (max-width: 576px) {
  .footer-table td {
    display: block !important;
    width: 100% !important;
  }
}

.footer-table-2 td {
  vertical-align: top;
}

.footer-table-2 td:nth-of-type(1) {
  width: 60%;
}

.footer-table-2 td:nth-of-type(2) {
  width: 40%;
}

.pub-link {
  color: #623685;
  font-size: 11px;
  text-decoration: none;
}

@media (max-width: 425px) {
  .footer-table-2 td {
    display: block !important;
    width: 100% !important;
    margin-bottom: 10px;
  }
}
