#landing_page {
  /* background-image: url("../../assets/img/bg1.png?h=6c3d1378971dcabd8bb187b5d454842f"); */
  background-size: cover;
  background-position: center;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
}

/* Video container styling */

.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

/* Responsive YouTube embed */

.video-container iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 120%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

/* Overlay text styling */

.content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: white;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
  font-family: Arial, sans-serif;
  text-align: center;
}

.content h1 {
  font-size: 3em;
}

#login_page {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#frm-login {
  z-index: +1;
  transition: 0.5s;
}

.bg-gold-card, .swal2-popup {
  background-color: #280707 !important;
  margin-left: -121px;
  z-index: 10;
  border: 4px solid rgb(247,222,123)!important;
  border-radius: 20px !important;
  padding-left: 100px;
  color: #280707;
}

.frm-input {
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgb(255 255 255);
  padding: 10px;
  outline: none;
  font-size: 15px;
  color: #fff;
}

.form-control:focus {
  background-color: #00000000;
  color: #fff;
}

#btn-login, .swal2-styled.swal2-confirm {
  background: linear-gradient(90deg, rgba(247,222,123,1) 0%, rgba(178,127,44,1) 23%, rgba(178,127,44,1) 34%, rgba(247,222,123,1) 55%, rgba(247,222,123,1) 84%, rgba(247,222,123,1) 92%, rgba(178,127,44,1) 100%) !important;
  border: none !important;
  outline: none !important;
  font-size: 20px;
  border-radius: 10px;
  color: #280707 !important;
}

#cord {
  position: fixed;
  bottom: 0px;
  right: 300px;
  color: black;
}

.swal2-title, .swal2-content {
  color: rgb(247,222,123) !important;
}

#btn-bg-sound {
  position: fixed;
  left: 0;
  top: 70%;
  color: white;
}

