* a {
  text-decoration: none;
  color: inherit !important; }

html, body {
  padding: 0;
  margin: 0;
  direction: rtl;
  font-family: "Heebo", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  color: white;
  background: url("../bg.jpg") center center no-repeat;
  background-size: cover;
  font-weight: 500;
  font-size: 18px; }

.wrapper {
  max-width: 800px;
  box-sizing: border-box;
  margin: 0 auto;
  min-height: 100vh;
  padding: 50px 30px;
  text-align: center; }

#bundle-select {
  display: none; }

label {
  font-size: 24px;
  font-weight: 800; }

select {
  font-size: 24px;
  font-family: "Open Sans", sans-serif;
  margin-top: 10px;
  color: #374151;
  font-weight: 600;
  min-width: 150px;
  border-radius: 0.375rem;
  border: 2px solid #d1d5db;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  padding: 0.5rem 1rem;
  background-color: #fff; }

h1 {
  font-weight: 800;
  color: white;
  font-size: 48px; }
  h1 img {
    width: 100%;
    max-width: 800px; }

.logo {
  box-sizing: border-box;
  text-align: center;
  padding: 40px;
  width: 100%;
  margin-top: 30px;
  background: #040c2a; }
  .logo img {
    max-width: 180px; }

.intro {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 30px; }
  .intro strong {
    font-weight: 800; }
  .intro span {
    background: #d70127;
    line-height: 1.5;
    display: block;
    margin-top: 6px;
    padding: 5px 10px;
    font-weight: 800; }

.bundles {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10px; }
  .bundles .bundle {
    font-size: 0;
    opacity: 0.65;
    transition: all 0.3s ease;
    border-radius: 10px;
    flex: 1;
    border: 3px solid transparent;
    overflow: hidden; }
    .bundles .bundle img {
      width: 100%;
      border-radius: 10px; }
    .bundles .bundle:hover {
      opacity: 1; }
    .bundles .bundle.selected {
      opacity: 1;
      box-sizing: border-box;
      border: 3px solid #fdfb3c;
      filter: drop-shadow(0 0 6px #fdfb3c); }
      .bundles .bundle.selected img {
        border-radius: 0; }

#submit-btn {
  background: #d70127;
  color: white;
  font-family: "Heebo", sans-serif;
  font-weight: 700;
  border: 0;
  font-size: 24px;
  padding: 10px 50px;
  border-radius: 30px 30px 30px 30px;
  margin-top: 15px;
  box-shadow: 5px 4px 10px -3px rgba(0, 0, 0, 0.5);
  cursor: pointer; }
  #submit-btn:hover {
    background: white;
    color: #d70127; }

#iframe-container {
  display: none;
  margin-top: 20px; }

@media only screen and (max-width: 600px) {
  .bundles {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
    width: 85%;
    margin: 10px auto; } }

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