@media screen and (max-width: 768px) {
    html {
        font-size: 12px;
    }
}




@media (max-width: 620px) {

  body{
    background-image: url("/bravocon/media/images/bkg-diamond-mb.png");
    background-size: contain; 
    background-position: center top;
    background-repeat: no-repeat;
    overflow-x: hidden;
}



.header-container {
    height: 100vh;
    width: calc(100% - 0rem);
    max-width: 620px;
    max-height: 100vh;
    margin: 0rem auto;
    text-align: center;
  }


.header-content {
      position: absolute;
      top: 10px;
      left: 0;
      width: calc(100% - 0rem);
      /* height: calc(80% - 4rem); */
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: flex-start ;
      color: white;
      font-size: clamp(18px, 1.5vw, 32px);
      opacity: 1; /* Starts with 0 opacity for the fade-in effect */
      animation: fadeIn 1s ease-in-out forwards 0.5s; /* Applies the animation with a delay */
}
/* Keyframes for the fade-in animation */
   @keyframes fadeIn {
     from {
       opacity: 1;
     }
     to {
       opacity: 1;
     }
   }
.header-content-inner {
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin: 0vw 5vw;
}

.header-content-inner img {
    margin: 30px auto 30px;
  }

.header-content picture {
    width: 100%; /* Ensures it scales down responsively */
    align-self: flex-start; /* Aligns the picture to the left side of the container */
    padding-bottom: 4.5vw;
}

.header-content img {
    max-width: 200px; /* Sets the maximum width of the image */
    width: 60%; /* Ensures the image scales down responsively */
    height: auto; /* Maintains the image's aspect ratio */
}

.header-content h1 {
    text-align: center;
    line-height: 0.84;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

.header-content p {
    text-align: center;
    margin-bottom: 1rem;
}

.header-content span {
    text-align: center;
    margin-top: -1rem;
}

.subscribe-now-container {
  margin-top: 6px;
}








  .background-static {
           position: absolute;
           background-image: url("/bravocon/media/images/header/header_bkg_mobile.png");
           background-size: cover;
           background-position: center center;
           top: 50px;
           z-index: -1; /* A higher z-index than the animating background */
  }
  .background-static.thankyou {
    top: 0px;
  }

  .background-animating {
          display: none;
  }





    .messaging { font-size: 18px;}
    .form .messaging { font-size: 16px; padding-bottom: 16px;}




    .messaging .content {
      margin-left: 8%;
    }

    .form {padding: 0px 0px;}
    .form-container-inner {padding: 0px;}

    .footer__navItem { padding: 0px 5px; border-right: 0px;}
}




@media (min-width: 769px)  {
  .break-mobile {
      display: none;
  }
}

@media (max-width: 1200px) {

    .break-desktop {
        display: none; /* Hide the line break on desktop */
    }



}

@media (max-width: 900px) {
  .prize-details {
    flex-direction: column;
    margin: 0 0 30px 2.5%;
    width: 95%;
  }
  
  .text.left, .text.right {
    flex: 1 1 100%;
    order: 0;
  }
  
  .text.left > * {
    margin: 2rem auto;
    max-width: 100%;
    padding: 1rem 2rem;
  }
  
  .text.right > * {
    margin: 0 auto;
    max-width: 100%;
    padding: 1rem 2rem;
  }
}
