#bird360-popup {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(15, 0, 31, 0.9294117647);
}
#bird360-popup #popup-wrapper {
  position: relative;
  width: 800px;
  border-radius: 16px;
  padding: 80px;
  background-color: #000046;
  background-image: url("../images/bird360/background.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
}
#bird360-popup #popup-wrapper .close-popup {
  position: absolute;
  top: 16px;
  right: 16px;
  background: white;
  width: fit-content;
  padding: 8px;
  color: black;
  border-radius: 4px;
  font-size: 12px;
}
#bird360-popup #popup-wrapper .notice {
  width: 100%;
  padding: 16px;
  background: white;
  border-radius: 8px;
  font-size: 16px;
  color: black;
  text-align: center;
  margin-bottom: 40px;
}
#bird360-popup #popup-wrapper .bird360-title {
  font-size: 48px;
  color: white;
  font-weight: bold;
  line-height: 48px;
  margin-bottom: 40px;
}
#bird360-popup #popup-wrapper .bird360-title span {
  color: #f1308e;
}
#bird360-popup #popup-wrapper .bird360-content {
  margin-bottom: 40px;
}
#bird360-popup #popup-wrapper .bird360-content p {
  color: white;
}
#bird360-popup #popup-wrapper .btn {
  background-color: #f1308e;
  color: white;
}
#bird360-popup #popup-wrapper .btn:hover {
  color: white;
  background-color: #df0f74;
}

@media screen and (max-width: 800px) {
  #bird360-popup #popup-wrapper {
    width: 100%;
    padding: 80px 32px;
  }
  #bird360-popup #popup-wrapper .bird360-title {
    font-size: 32px;
    line-height: 32px;
  }
}

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