.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  /* height: 150px; */
  background-color: #333;
}

.logo-banner {
  display: flex;
  padding: 0 1rem;
}

.first-div {
  width: 25%;
  text-align: left;
}

.second-div {
  width: 50%;
  text-align: center;
  display: grid;
  align-items: center;
}

.third-div {
  width: 20%;
  text-align: right;
  .time-text {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: bold;
  }

  .date-text {
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: bold;
  }
}

.forth-div {
  width: 5%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.row {
  height: 5rem;
  display: inline-flex;
  min-width: 100vw;
}

.mall-buttons {
  display: flex;
}

header {
  background-color: rgba(247, 248, 249, 1);
  padding: 0.4rem 0 0;
  position: fixed;
  width: 100vw;
  height: 6rem;
  z-index: 10;
}

body {
  font-family: "Montserrat", sans-serif;
}

.modal-toggle {
  cursor: pointer;
  color: #268bd2;
}
.modal-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
  opacity: 0;

  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;

  pointer-events: auto;
}

.modal-wrapper > div {
  width: 460px;
  height: 60%;
  position: absolute;

  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

  margin: auto;

  vertical-align: middle;
  padding: 20px;
  border-radius: 6px;
  background: #fff;
  z-index: 1;
}

.close {
  background: #606061;
  color: #ffffff;
  line-height: 25px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.close:hover {
  background: #00d9ff;
}

.textup {
  text-align: center;
  color: #1a4b9c;
  font-weight: 700;
}

i {
  margin-right: 3px;
}

.form-box {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(36, 67, 40, 0.8);
  padding: 15px;
  border-radius: 8px;
  width: 500px;
}

form {
  max-width: 400px;
  margin: 0 auto;
}

.radio-group {
  display: flex;
  margin-bottom: 16px;
}

input[type="radio"] {
  margin-right: 8px;
}

label {
  display: block;
  margin-bottom: 8px;
  font-size: 17px;
  color: #1a4b9c;
  font-weight: 600;
}

input,
textarea {
  width: 100%;
  padding: 8px;
  margin-bottom: 12px;
  box-sizing: border-box;
  border-radius: 10px;
}

.fb-btn {
  background-color: #1a4b9c;
  color: #fff;
  padding: 10px;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  width: 100%;
  font-size: 15px;
  transition: 0.2s linear;
}

.fb-btn:hover {
  /* background-color: #0a6808; */
  font-weight: bold;
  border: none;
  /* transform: translateY(-10px); */
}

h1 {
  color: #1a4b9c;
}

.qr-image {
  float: inline-end;
  height: 80px;
}

.swiper-container {
  text-align: center;
  justify-content: center;
  align-items: center;
}
