@tailwind base;
@tailwind components;
@tailwind utilities;
a {
  outline: none;
}

.banner {
  position: relative;
}
.banner div {
  position: absolute;
  top: 31%;
  left: 20%;
}
.banner div h3 {
  font-size: 32px;
  font-weight: bold;
}
.banner div p {
  font-size: 16px;
  line-height: 3;
  margin-bottom: 20px;
}
.banner div a {
  border-radius: 25px;
  color: #fff;
  background: linear-gradient(to right, #2D6FFF, #629DFC);
  padding: 10px 44px;
}

.contact-us {
  right: 7%;
  bottom: 25%;
}

.btn-box button {
  border-radius: 25px;
  font-size: 18px;
}

.btn-box .btn1 {
  background: rgb(134, 95, 224);
  color: #fff;
  padding: 10px 25px;
}

.btn-box .btn2 {
  background: rgb(233, 240, 255);
  color: rgb(62, 94, 254);
  padding: 10px 35px;
}

footer {
  background: url("../images/footer.png") no-repeat center/cover;
}

.footer {
  border-bottom: 1px solid #bbb6b6;
}

.copyright p, .copyright a {
  color: #a79494;
}

.qrcode {
  width: 120px;
  height: 120px;
}
.qrcode img {
  width: 100%;
}

.send-member {
  position: absolute;
  background: #ffc300;
  color: #db5d43;
  text-align: center;
  line-height: 1.5;
  border-radius: 15px;
  border-bottom-left-radius: 0;
  padding: 5px 10px;
  width: 44%;
  top: -20px;
  left: 52.5%;
  font-weight: 550;
}

.btn-box {
  position: absolute;
  right: 12%;
}

nav a {
  font-size: 16px;
  margin-left: 50px;
}
nav a.active {
  color: #436CFB;
  font-weight: 500;
  height: 28px;
  border-bottom: 1px solid #436CFB;
}

/*# sourceMappingURL=common.css.map */
