body, html {
      margin: 0;
      padding: 0;
      height: 100%;
    }
    .hero-section:before {
        position: absolute;
        content: '';
        background-image: url(https://www.maxfootball.au/image/section-bg-img.webp);
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

    header {
      position: absolute;
      top: 20px;
      left: 0;
      width: 100%;
      padding: 0 60px;
      z-index: 10;
      display: flex;
      align-items: center;
      background: transparent;
    }

    header img {
      width: 110px;
    }

    .hero-section {
      position: relative;
      width: 100%;
      max-width: 1920px;
      padding: 0 60px;
      margin: 0 auto;
      height: 100vh;
      display: flex;
      align-items: center;
      justify-content: space-between;
      overflow: hidden;
    }

    .hero-content {
      z-index: 2;
      max-width: 100%;
      color: #000;
      top: 50%;
      transform: translatey(-50%);
    }

    .hero-content h1 {
      font-size: 98px;
      font-weight: 800;
      line-height: 108px;
      font-family: "Barlow Condensed";
    }

    .hero-content h1 span {
      color: #0d6efd;
    }

    .hero-content p {
      font-size: 26px;
      margin-top: 1rem;
      font-family: "Roboto";
    }

    .footballer-img, .grass-img {
      position: absolute;
      z-index: 1;
    }

    .footballer-img {
      right: 0;
      bottom: 0;
      max-height: 100%;
    }

    .grass-img {
      bottom: 0;
      left: 0;
      width: 100%;
    }

    @media all and (max-width:1600px){

    }

    @media (min-width:1600px) {

    }


    
    @media (min-width: 1025px) and (max-width: 1440px)  { 


    }
    @media only screen and (min-device-width: 769px) and (max-device-width:1024px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1) {
        .hero-content h1 {
            font-size: 74px;
            line-height: 84px;
        }
        .hero-section {
            padding: 0 40px;
        }
    }

   @media(min-width: 769px) and (max-width:1024px) {
        .hero-content h1 {
            font-size: 74px;
            line-height: 84px;
        }
        .hero-section {
            padding: 0 40px;
        }
    }

    @media (min-width: 768px) {
        .footballer-img {
            right: 0%;
        }
    .hero-content {
        max-width: 100%;
        position: absolute;
        padding: 10px;
      }
    }

    @media (max-width: 767px) {
        .hero-section {
            padding: 0 20px;
        }
        header img {
            width: 80px;
        }
      .hero-section {
        justify-content: center;
      }
      .hero-section {
        padding: 0 20px;
      }
      .hero-content h1 {
        font-size: 48px;
        line-height: 58px;
        }

      .footballer-img {
        display: block;
      }

      .hero-content h1 {
      font-size: 48px;
      line-height: 58px;
    }
      .hero-content {
        max-width: 100%;
        text-align: center;
        position: absolute;
        padding: 10px;
        top: 35%;
        transform: translatey(-50%);
      }

      .footballer-img {
        right: -12%;
        width: calc(100%);
      }

      header {
        justify-content: center;
      }
      .grass-img {
            height: 110px;
        }
      
    }


    @media(min-width: 767px) and (max-width:426px) {
        .footballer-img {
            right: -12%;
            width: calc(100% - 35%);
        }
    }

    @media (max-width: 425px) {
        .hero-content h1 {
            font-size: 34px;
            line-height: 44px;
        }
        .hero-content p {
            font-size: 20px;
            line-height: 30px;
        }
        .footballer-img {
        width: 100%;
      }
    }