html{
    font-family: "Inter", sans-serif;
}
nav{
    padding: 8px 0;
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
  }
  nav a{
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 0.5px;
  }
  .payment_title {
    font-style: normal;
    font-weight: bold;
    font-size: 33.5143px;
    line-height: 47px;
   /* identical to box height, or 139% */
    text-align: center;
    color: #ed1c24;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .payment_title img {
    display: inline-block;
    margin-right: 5px;
  }
  .payment_title:hover {
    opacity: 0.7;
  }

  #landing{
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #landing #bg-image{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* opacity: 0.05; */
    z-index: 0;
  }
  #landing #bg-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
  #npl-logo{
    display: inline-flex;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* transform: rotate(-7deg); */
  }
  /* #npl-logo img{
    height:256px;
  } */
  #npl-logo p{
    font-size: 36px;
    font-weight: 900;
    text-transform: uppercase;
    color: #e51a46;
    margin-top:-24px;
  }
  #confetti{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 0.45;
    width: 175%;
    height: 175%;
  }
  #confetti img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }
  .position-relative{
    position: relative;
  }
  #landing h2{
    font-size:48px;
    font-weight: 700;
    margin-bottom: 30px;
  }
  #landing h2 span{
    display: block;
    font-size: 36px;
    font-weight: 400;
  }
  #landing h3{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap:5px;
    font-size: 22px;
    margin-bottom: 40px;
  }
  #landing h3 img{
    margin-left: 15px;
  }
  #streak{
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
    height: 200px;
    z-index: 2;
    background: linear-gradient(0deg, rgba(245,245,245,1) 0%, rgba(245,245,245,0) 100%);
  }
  #streak img{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
  }

  .button-5 {
    align-items: center;
    background-clip: padding-box;
    background-color: #ef1c24;
    border: 1px solid transparent;
    border-radius: .25rem;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 16px;
    font-weight: 400;
    justify-content: center;
    line-height: 1;
    margin: 0;
    min-height: 3rem;
    padding: calc(.875rem - 1px) calc(1.5rem - 1px);
    position: relative;
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: auto;
  }
  
  .button-5:hover,
  .button-5:focus {
    background-color: #e83434;
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
  }
  
  .button-5:hover {
    transform: translateY(-1px);
  }
  
  .button-5:active {
    background-color: #e83434;
    box-shadow: rgba(0, 0, 0, .06) 0 2px 4px;
    transform: translateY(0);
  }
  .fadeOutDiv {
    opacity: 1;
    transition: opacity 1.2s ease-in-out; /* Adjust the duration as needed */
  }
  .fadedOut {
    opacity: 0.15;
  }
  #about{
    padding: 40px 0;
    background-color: #f5f5f5;
    padding-top: 0;
  }
  #about .about{
    font-size: 20px;
    line-height: 35px;
    font-weight: 400;
    text-align: justify;
    text-align-last: center;
  }
  #teams{
    padding:50px 0;
  }
  #teams h2{
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 30px;
  }
  #teams .team{
    padding:25px;
    margin-bottom: 0;
  }
  #teams .team p{
    margin-top:25px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom:0;
  }
  #teams .team img{
    border: 1px solid #eaeaea;
  }
  .team-arrows{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    z-index: 8;
    width: 48px;
    height: 48px;
    display:inline-flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0 ,0.5);
    color:#fff;
  }
  .team-prev{
    left: 0;
  }
  .team-next{
    right:0;
  }
  .vsfixture{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap:25px;
    padding: 6px 0;
  }
  .vsfixture img{
    width: 75px;
    display: block;
    margin:0 auto;
    border: 1px solid #eaeaea;
  }
  .vsfixture span{
    font-weight: 600;
  }
  .vsfixture p{
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    width: 100px;
    margin-top:10px;
    line-height: 1;
  }
  .date-time p:first-of-type{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
  }
  .date-time p:last-of-type{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
  }
  .fixture-box{
   border:1px solid #eaeaea; 
   border-radius: 8px;
   margin-bottom:25px

  }
  .fixture-box .fixture-header{
    padding:6px 16px;
    background-color: #ed1c24;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  .fixture-box .fixture-header p{
    font-size: 18px;
    margin-bottom: 0;
    color:#fff;
  }
  .has-border {
    position: relative;
  }
  .has-border:before{
    content:'';
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    left:-25px;
    width: 1px;
    height: 150%;
    background-color: #eaeaea;
  }
  .has-border:after{
    content:'';
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    right:0;
    width: 1px;
    height: 150%;
    background-color: #eaeaea;
  }
  .match-box{
    margin-bottom:10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaea;
  }
  .fixture-box .match-box:last-of-type{
    border: none;
  }

  #final-section{
    padding:40px 0;
  }
  #final-section h4{
    font-size: 18px;
    text-align: center;
  }
  .dh-go{
    height: 128px; 
  }
  .yt-button{
    height: 64px;
  }
  .fixture-header p{
    font-weight: 600;
  }
  .footer-logo img{
    height: 64px;
  }
  @media only screen and (max-width:600px){
    nav .button-5{
      font-size: 12px;
      padding:5px 7px;
    }
    #landing{
      height: auto;
      padding-top: 70px;
    }
    #npl-logo p{
      font-size: 24px;
    }
    #landing h2{
      font-size: 36px;
      text-align: center;
    }
    #landing h2 span{
      font-size: 24px;
      margin-top: 10px;
    }
    #landing h3{
      flex-wrap: wrap;
      justify-content: center;
      text-align: center;
    }
    #landing h3 span{
      width: 100%;
      display: block;
      margin-bottom:5px ;
    }
    #about{
      padding-top: 50px;
    }
    #teams h2{
      font-size: 24px;
    }
    #teams .team{
      padding: 10px;
    }
    .vsfixture{
      justify-content: center;
    }
    .date-time{
      text-align: center;
      margin:15px 0;
    }
    .match-buttons{
      display: flex;
    }
    .dh-go{
      height: 100px;
    }
    #final-section .col-sm-6{
      margin-bottom: 20px;
    }
    .footer-logo img{
      height: 64px;
    }
  }