footer {
  margin-top: 100px;
  overflow: hidden;
}
footer .footer-v2 {
  padding-left: 20%;
  padding-right: 20%;
  background: rgb(5, 40, 93);
  padding-bottom: 50px;
}
footer .footer-v2 .vibestay {
  display: flex;
  gap: 20%;
}
footer .footer-v2 .vibestay .pay {
  width: 100%;
}
footer .footer-v2 .vibestay .pay .box-pay {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
footer .footer-v2 .vibestay .pay .box-pay .item {
  width: 50px;
  background: white;
  border-radius: 5px;
}
footer .footer-v2 .vibestay .pay .box-pay .item img {
  width: 50px;
}
footer .footer-v2 .vibestay .pay h3 {
  color: white;
}
footer .footer-v2 .vibestay .pay .item {
  background: white;
  padding: 5px;
  width: 5%;
}
footer .footer-v2 .vibestay .about h3 {
  color: white;
}
footer .footer-v2 .vibestay .about p {
  color: white;
  margin: 0;
}
footer .footer-v2 .cooperation-vibestay {
  transition: 0.5s ease;
  background: rgb(10, 154, 242);
  color: white;
  width: 100%;
  padding: 8px;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
}
footer .footer-v2 .cooperation-vibestay:hover {
  transition: 0.5s ease;
  background: rgb(14, 121, 188);
}
footer .register-email {
  height: 300px;
  background-image: url("https://ik.imagekit.io/tvlk/image/imageResource/2023/06/08/1686193661791-d09fe628fd8f9b6c377a91b30628d0b2.png?tr=q-75");
  position: relative;
}
footer .register-email .layout {
  position: absolute;
}
footer .register-email .layout img {
  width: 38%;
}
footer .register-email .email {
  transition: 0.3s ease;
  z-index: 2;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5%;
  width: 41%;
}
footer .register-email .email form {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}
footer .register-email .email form input {
  transition: 0.3s ease;
  width: 60%;
  outline: none;
  padding: 9px;
  border: 2px solid transparent;
  border-radius: 5px;
}
footer .register-email .email form input:focus {
  border: 2px solid var(--color-icon-select);
}
footer .register-email .email form button {
  background: rgb(255, 94, 31);
  border: 0;
  padding: 11px;
  border-radius: 5px;
  color: white;
  font-weight: 600;
  cursor: pointer;
}
footer .register-email .email h2 {
  margin-top: 0;
  color: white;
}

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