@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;800&display=swap');
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
:root .logo-img {
  display: inline-block;
  width: 34px;
  padding-top: 8px;
}

.intro-image img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

.intro-content {
  padding: 20px;
}

.intro-text {
  padding: 30px;
  transform: translateY(-40px);
}

.btn-login,
.btn-member {
  background-color: #af4545;
  padding: 7px 16px !important;
  margin-left: 12px;
  border-radius: 8px;
  border: none;
  color: #ffffff !important;
  font-size: 11px;
  cursor: pointer;
}

.links li > a.btn-login:hover {
  color: #ffffff !important;
}

.maps {
  margin-bottom: 0;
}

footer {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  background-color: #2c2c2c;
  color: white;
}

.small-img {
  position: relative;
  width: 24%;
  height: 44px;
}

.small-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.right-heading hr {
  border: 0.5px solid rgb(230, 230, 230);
}

.right-links > a {
  margin-top: 20px;
  gap: 20px;
  text-decoration: none;
}

.right-links hr {
  display: block;
  margin-top: 20px;
  border: 0.5px solid rgb(230, 230, 230);
}

.image-text h5 {
  color: black;
  font-size: 12px;
}

.image-text .red-text {
  color: rgb(191, 87, 87);
  font-size: 13px;
  font-weight: 500;
}

.balance {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
  justify-content: center;
  gap: 8px;
}

/* .balance {
  display: grid;
  gap: 8px;
} */

.btn-balance {
  padding: 8px 20px;
  background-color: rgb(194, 96, 96);
  border: none;
  color: white;
  font-size: 15px;
  cursor: pointer;
}

.btn-balance:hover {
  background-color: rgb(166, 60, 60);
}

.lu,
.pc,
.ht,
.sp,
.liv,
.kid {
  background-color: rgb(162, 162, 162);
}

.co,
.sj,
.si,
.st,
.gb,
.bl {
  background-color: rgb(110, 110, 110);
}

.p-balance {
  margin-top: -20px;
  padding-bottom: 20px;
}

.results > div {
  display: flex;
  margin-top: 40px;
  margin-bottom: -10px;
  align-items: center;
  justify-content: space-around;
  padding: 8px 10px;
}

.results > div > button {
  display: flex;
  width: 80px;
  margin-top: -40px;
  align-items: center;
  justify-content: center;
  padding: 8px 40px;
}

.grid{
  margin-top: 20px;
}

@media (max-width: 468px) {
  .right-links hr {
    width: 100%;
  }

  .balance {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    justify-content: center;
  }
  .p-balance {
    margin-top: -20px;
    padding-bottom: 10px;
  }
  .results > div {
    display: flex;
    margin-top: 20px;
    align-items: center;
    justify-content: space-around;
    padding: 14px 4px;

  }

  .results > div > button {
  display: flex;
  width: 20px;
  margin-top: -40px;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
}
}
