html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.bar {
  line-height: 1.4;
  background-color: #2b9f67;
  letter-spacing: 1px;
  color: #fff;
  text-transform: capitalize;
}

.bar p {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  padding: 8px;
}

.text {
  font-size: 20.2px;
  font-family: "Lato", sans-serif;
  color: #fff;
  font-weight: 700;
}

.modal-content {
  background-color: #000000a6 !important;
  margin-top: 30px;
}

.group {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.btn-main {
  padding: 12px 40px;
  font-family: "Lato", sans-serif;
  border: none;
  font-size: 18px;
  cursor: pointer;
  font-weight: bold;
  border-radius: 5px;
}

.accept {
  padding: 8px 25px;
  font-size: 17px;
  background-color: #37b772;
  color: #fff;
  border-radius: unset;
}

.decline {
  background-color: #fe9d4e;
  color: #fff;
  border-radius: unset;
  padding: 8px 25px;
  font-size: 17px;
}

.accept:hover {
  background-color: #37b772;
  color: #fff;
}

.decline:hover {
  background-color: #fe9d4e;
  color: #fff;
}

img.img-fluid {
  width: 100%;
  min-height: 93vh;
  height: auto;
  object-fit: cover;
  display: block;
}

.modal-dialog {
  margin: auto;
}

.modal.show .modal-dialog {
  transform: none;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

footer {
  background: #000;
  color: #fff;
}

footer a {
  font-size: 14px;
  color: #fff !important;
  font-family: "Lato", sans-serif;
}

footer p {
  line-height: 1.42857143;
  font-weight: bold;
  padding: 10px;
  margin: 0px;
  text-align: left;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 14px;
}

@media screen and (max-width:767px) {
  .text {
    font-size: 22.2px;
  }

  .bar p {
    font-size: 20px;
    padding: 10px;
  }

  .modal-content {
    background-color: #00000063 !important;
    padding: 15px;
    width: 95% !important;
    margin-top: 0px;
    margin-bottom: 25px;
  }

  .btn-main {
    padding: 10px 20px;
    font-size: 14px;
  }
}