footer{
  /* margin-top:72px; */
  background: #1e2024;


  .level1{
    padding: 24px 24px;
    max-width: 500px;
    width: 100%;
    margin:0 auto;
    ul{
      display:flex;
      a{
        color:#999;
      }
    }
    >div:nth-child(1){
      display: flex;
      justify-content: center;
      padding:0px 24px;
    }
    >div{
      margin-bottom: 32px;
    }
  }
  .footsubject{
    color: white;
    font-weight: bold;
    margin-bottom:32px;
  }
  .row{
    padding: 18px 0px;
  }
  .row>div:nth-child(1){
    color: white;
    font-weight: bold;
    font-size:11px;
  }
  .row>div:nth-child(2){
    color: #6b6d70;
    font-weight: normal;
    font-size:11px;
  }
  .basketballicon{
    background-image:url(/assets/icons/basketball.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 24px;
    padding-left:38px;
  }
  .basketballsuiticon{
    background-image:url(/assets/icons/basketball-uniform.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 24px;
    padding-left:38px;
  }
  .level2{
    background: #1e2024;
    height: 62px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 42px;
    color:white;
    font-weight: bold;
    font-size:13px;
    text-transform: uppercase;
    align-items: center;
  }
}


@media only screen and (min-width: 768px) {
  footer{
    /* margin-top:72px; */
    background: #1e2024;

    .level1{
      padding: 90px 0px;
      max-width: 1200px;
      width: 100%;
      margin:0 auto;
      display: flex;
      gap:15%;
      ul{
        display:flex;
        a{
          color:#999;
        }
      }
    }
    .footsubject{
      color: white;
      font-weight: bold;
      margin-bottom:32px;
    }
    .row{
      padding: 18px 0px;
    }
    .row>div:nth-child(1){
      color: white;
      font-weight: bold;
      font-size:11px;
    }
    .row>div:nth-child(2){
      color: #6b6d70;
      font-weight: normal;
      font-size:11px;
    }
    .basketballicon{
      background-image:url(/assets/icons/basketball.svg);
      background-repeat: no-repeat;
      background-position: left center;
      background-size: 24px;
      padding-left:38px;
    }
    .basketballsuiticon{
      background-image:url(/assets/icons/basketball-uniform.svg);
      background-repeat: no-repeat;
      background-position: left center;
      background-size: 24px;
      padding-left:38px;
    }
    .level2{
      background: #1e2024;
      height: 62px;
      width: 100%;
      display: flex;
      justify-content: center;
      gap: 42px;
      color:white;
      font-weight: bold;
      font-size:13px;
      text-transform: uppercase;
      align-items: center;
    }
    .level2::before {
      content: '';
      position: absolute;
      top: 0; left: 0;
      width: 20%;
      height: 100%;
      background: #ffdc11;
      clip-path: polygon(0% 0%, 92% 0%,100% 100%, 0% 100%);
    }
    .level2::after {
      content: '';
      position: absolute;
      top: 0; right:0;
      width: 20%;
      height: 100%;
      background: #ffdc11;
      clip-path: polygon(7% 0%, 100% 0%,100% 100%, 0% 100%);
    }
  }
}
