.div {
    background: rgb(114, 5, 230);
    /* display: flex; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* height: 100vh; */
    margin: 0;
    width: 100vw;
    height: 100vh;
    font-family: 'Segoe UI', sans-serif;
    /* display: flex; */
    /* display: flex; */
   
    
  }



  .thank-you-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
   
    background: rgb(255, 255, 255);
    padding: 30px 40px;
    border-radius: 20px;
    border: 1px solid #f89123;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    text-align: center;
   
  }

  .thank-you-card h1 {
    color: #2e7d32;
    margin-bottom: 10px;
    font-size: 28px;
  }

  .thank-you-card p {
    font-size: 13px;
    color: #333;
    /* margin: 8px 0; */
  }

  .emoji {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto; /* This helps horizontal centering if display: flex isn’t enough */
    width: 100px;
    height: 100px;
    background-color: transparent;
    padding: 10px;
    overflow: hidden;
  }
  
  .emoji img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }
  

  .brand {
    margin-top: 20px;
    font-weight: bold;
    font-size: 14px;
    color: #000000;
    letter-spacing: 1px;
  }
  .btndiv{
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .OK{
      z-index: 999;
      width: 280px;
      height: 50px;
      margin-top: 35px;
      border: 0px;
      border-radius: 5px;
      font-weight: bolder;
      color: black;
      background-color: #f89123;
      transition: all 0.2s ease;
  }  
  .OK:hover{
      border: 0px;
      border-radius: 5px;
      color: rgb(255, 255, 255);
      background-color: #52a4dd;
  }
  #Submit-thank-you{
      display: none;
  }

  @media (min-width:320px) and (max-width:480px){
    .thank-you-card{
        width: 280px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .div {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
    

  .thank-you-card h1 {
    color: #2e7d32;
    margin-bottom: 10px;
    font-size: 28px;
  }

  .thank-you-card p {
    font-size: 13px;
    color: #333;
    /* margin: 8px 0; */
  }
  .emoji {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto; /* This helps horizontal centering if display: flex isn’t enough */
    width: 100px;
    height: 100px;
    background-color: transparent;
    padding: 10px;
    overflow: hidden;
  }
  
  .emoji img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }

  .OK{
    width: 250px;
}  
  


  }

  @media (min-width:481px) and (max-width:1366px){
    .thank-you-card{
        width: 350px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .div {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
    

  .thank-you-card h1 {
    color: #2e7d32;
    margin-bottom: 10px;
    font-size: 50px;
  }

  .thank-you-card p {
    font-size: 18px;
    color: #333;
    /* margin: 8px 0; */
  }

  .emoji {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto; /* This helps horizontal centering if display: flex isn’t enough */
    width: 100px;
    height: 100px;
    background-color: transparent;
    padding: 10px;
    overflow: hidden;
  }
  
  .emoji img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }  
  .OK{
    width: 300px;
}  
  }

