body {
    margin: 0;
    background: linear-gradient(to right, #6ecad4, #1c1010);
    color: black;

     font-family: 'Parimatch', sans-serif;
  }
  @font-face {
    font-family: 'Parimatch';
    src: url('../fonts/Parimatch-Regular.8ccf705e.ttf');
    font-weight: 400;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Parimatch';
    src: url('../fonts/Parimatch-Bold.0641eea0.otf');
    font-weight: 800;
    font-style: normal;
  }
  h1, h2, h3, h4, a {
    font-family: 'Parimatch', sans-serif;
    font-weight: 700;

    text-transform: uppercase;
  }
  
  p {
    font-family: 'Parimatch', sans-serif;
    font-weight: 400;
   
  }
  .wrapper-c {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background: linear-gradient(to right, #6ecad4, #1c1010);
  }
  .pages-body{
    margin: 0;
    padding: 0;
    background: linear-gradient(to right, #6ecad4, #1c1010);
    color: #fff;
    font-family: sans-serif;
  }
  .text-block,
  .form-block {
    flex: 1 1 480px;
  }

  .text-block h2,
  .form-block h2 {
    text-transform: uppercase;
    font-size: 26px;
    margin-bottom: 10px;
  }

  .separator {
    width: 40px;
    height: 4px;
    background: #ff6600;
    margin: 12px 0 20px;
  }

  .text-block p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  .form-block form {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .form-block input,
  .form-block textarea {
    padding: 12px;
    font-size: 15px;
    border: none;
    border-radius: 6px;
    outline: none;
    background: #fff;
    color: #000;
  }

  .form-block button {
    background: #388d8e;
    color: white;
    padding: 12px 24px;
    font-size: 16px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease;
  }

  .form-block button:hover {
    background: #388d8e;
  }

  .container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }

  .container-pages {
    max-width: 900px;
    margin: 0 auto;
  }

  h1, h2 {
    color:white;
    margin-bottom: 16px;
  }

  a {
    color: #ffa500;
    text-decoration: underline;
  }

  p {
    margin-bottom: 20px;
    font-size: 18px;
  }

  ul {
    margin-bottom: 20px;
    padding-left: 20px;
  }

  li {
    font-size:18px;
    font-family: "Parimatch";
    margin-bottom: 10px;
  }


  .text-block {
    flex: 1 1 500px;
  }

  .text-block h2 {
    text-transform: uppercase;
    font-size: 28px;
    margin-bottom: 10px;
  }

  .separator {
    width: 40px;
    height: 4px;
    background: #6ecad4;
    margin: 12px 0;
  }

  .text-block p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 24px;
  }

  .download-btn {
    background: #6ecad4;
    color: black;
    padding: 15px 30px;
    font-size: 26px;
    text-decoration: none;
    border-radius: 6px;
    display: inline-block;
    animation: glow-pulse 1.5s infinite;
  }

  .page-steps {
    margin-top: 24px;
  }

  .page-steps li {
    list-style: none;
    margin-bottom: 8px;
  }

  .image-block {
    flex: 1 1 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .image-block img {
    max-width: 100%;
    height: auto;
  }

  .img-woman {
    position: relative;
    z-index: 2;
    max-height: 400px;
  }

  .img-player1 {
    max-height: 600px;
    z-index: 3;
  }

  @keyframes glow-pulse {
    0% { transform: scale(1); box-shadow: 0 0 5px #dac504; }
    50% { transform: scale(1.1); box-shadow: 0 0 20px #dac504; }
    100% { transform: scale(1); box-shadow: 0 0 5px #dac504; }
  }

  @media (max-width: 768px) {
    .container {
      flex-direction: column;
      text-align: center;
    }
    .image-block {
      position: static;
      flex: 1 1 100px;
    }
    .img-player1 {
      position: static;
      margin-top: 20px;
    }
    ul{
        display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0px;
    }
  }
  ul{
      padding:0px;
  }
  footer{
    background: #000;
     padding: 40px 20px;
  }
  .footer-container{
    max-width: 1200px; margin: 0 auto;
  }
  .footer-links-for-page {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 36px;
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
  }

  .footer-links-for-page a {
    color: #6ecad4;
    text-decoration: none;
    font-weight: 500;
  }

  .bottom-for-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }

  .footer-age-1 {
    flex-shrink: 0;
  }
  .download-section {
    display:flex;
    flex-direction: row;
    gap:40px;
  }

  .download-section h2 {
    font-size: 38px;
    margin-bottom: 40px;
  }
  .download-section-text p {
    font-size: 20px;
    line-height: 40px;
  }

  .download-section-image img{
    width:600px;
  }
  .age-circle-1 {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #6ecad4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  }

  .footer-disclaimer1 {
    flex: 1;
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
  }

  @media (max-width: 768px) {
    .bottom-for-footer {
      flex-direction: column;
      align-items: center;
      text-align: center;
    }

    .footer-disclaimer1 {
      font-size: 13px;
    }
    .download-section{
       flex-direction: column;
    }
    .download-section-image img {
        width:350px;
    }
  }

  @media (max-width: 480px) {
    .footer-links-for-page {
      gap: 16px;
      flex-direction: column;
      align-items: center;
    }
  }


  section {
    padding: 60px 20px;
  }

  .hero {
    background: url('images/bg-cricket.jpg') no-repeat center center/cover;
    text-align: center;
  }

  .hero h1 {
    font-size: 36px;
    margin-bottom: 10px;
  }

  .hero h2 {
    font-size: 20px;
    color: #5b8cff;
    margin-bottom: 40px;
  }

  .features {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
  }

  .feature {
    background: #fff;
    color: #000;
    padding: 20px;
    border-radius: 10px;
    max-width: 280px;
    margin-top: 50px;

    box-shadow: 0 0 10px rgba(0,0,0,0.3);
  }

  .feature h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }


  .step {
    background: #fff;
    color: #000;
    padding: 20px;
    border-radius: 12px;
    max-width: 260px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    text-align: center;
  }

  .step img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
  }

  .step h4 {
    margin-bottom: 10px;
  }

  .step a {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 16px;
    background: #3366ff;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
  }