@font-face {
    font-family: "CactusBlack";
    src: url("https://sixer.s3.amazonaws.com/Cactus/Cactus-Black.otf");
  }
  @font-face {
    font-family: "CactusBold";
    src: url("https://sixer.s3.amazonaws.com/Cactus/Cactus-Bold.otf");
  }
  @font-face {
    font-family: "WhitneyBold";
    src: url("https://sixer.s3.amazonaws.com/Whitney/Whitney-Bold.otf");
  }
  @font-face {
    font-family: "WhitneyBlack";
    src: url("https://sixer.s3.amazonaws.com/Whitney/Whitney-Black.otf");
  }
  @font-face {
    font-family: "FuturaBold";
    src: url("https://sixer.s3.us-east-1.amazonaws.com/Futura/Futura+Bold.otf");
  }
    
    [data-testid="footer-list"] {
      text-align: left !important;
    }
    @media only screen and (max-width: 767px) {
      [data-testid="footer-list"] {
        text-align: center !important;
      }
    }
  
    .collapse {
      visibility: visible !important;
    }
    
      img {
        max-width: 100%;
      }
  
      .red-outline-button {
        max-width: 200px;
        width: 100%;
        border-radius: 50px;
        
      }
  
      .request-info-button {
        color: #FFFFFF !important;
        background-color: #dd0031 !important;
        border-radius: 50px;
    
      }
    
      .request-info-button:hover {
        background-color: #003da6 !important;
        color: #FFFFFF !important;
      }
    
      .request-info-button:hover p {
        color: #FFFFFF !important;
        text-decoration: underline;
        text-decoration-thickness: 3px;
        text-decoration-color: #dd0031 !important;
        text-underline-offset: 5px;
      }
     
      .secondary-nav-header {
        font-size: 20px;
        text-align: center !important;
        /* letter-spacing: 3px; */
        text-transform: uppercase;
        font-family: FuturaBold;
        /* padding-top: 5px; */
        line-height: 1.25;
        padding: 5px;
      }

      .button-header {
        font-size: 16px;
        text-align: center !important;
        /* letter-spacing: 3px; */
        text-transform: uppercase;
        font-family: FuturaBold;
        /* padding-top: 5px; */
        line-height: 1.25;
        padding: 5px;
      }
  
      html {
        scroll-behavior: smooth;
      }
    
      body {
        background: url(https://cdn.nba.com/teams/uploads/sites/1610612755/2022/10/White-Tonal-Background.jpg);
        background-size: cover;
        position: relative;
        background-position-x: center;
        
      }
    
      button {
        outline: none !important;
      }
    
    
    
      .hard-copy {
        color: #003da6; 
        font-weight: bold; 
        font-size: 18px; 
        line-height: 1.5; 
        padding: 15px;
        font-family: WhitneyBold;
      }
      .hard-copy-white {
        color: #ffffff; 
        font-weight: bold; 
        font-size: 18px; 
        line-height: 1.5; 
        padding: 15px;
      }
    .ul-list {
      padding-left: 5%;
    }
    
     
      .header-row {
        width: 75%;
        border-top: none;
        border-bottom: 5px solid #dd0031;
        margin: auto;
        margin-top: 40px;
     
      }
    
      .header-row-blue {
        width: 75%;
        border-top: none;
        border-bottom: 5px solid #003da6;
        margin: auto;
        margin-top: 40px;
     
      }
     
      .center-vert {
        display: flex;
        justify-content: center;
        align-items: center;
      }
     
      .center {
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
      }
     
    
    
     
      .not-front #content {
        overflow: hidden;
      }
     
      .panel-display {
        padding: 0;
      }
     
      .ticket-nav {
        width: 100%;
        background: #dd0031 !important;
        position: absolute;
        top: 0;
        left: 0;
      }
     
     
      .ticket-nav-items {
        display: flex;
        margin-right: 3em;
        width: 100%;
        justify-content: flex-end;
        border: 1px solid white;
        border-bottom: 4px solid white;
        border-right: none;
        border-left: none;
      }
    
      .bar-row {
        width: 80%;
      }
     
      .ticket-nav-items a {
        color: white;
        
        font-size: 20px;
        letter-spacing: 0.1rem;
        border: 1px solid white;
        padding: 15px 88px;
        border-bottom: 0;
        border-top: 0;
        margin-bottom: 0px;
        padding-bottom: 10px;
      }
     
      .front #content,
      .not-front #content {
        max-width: unset;
      }
     
      .not-front #content {
        padding: 0;
      }
     
      #last-nav-item {
        border: none;
      }
     
      .ticket-top-section { 
        background: linear-gradient(180deg,
        rgba(2, 61, 166, 0.5) 0%,
        rgba(2, 61, 166, 0.5) 97%),
          url(https://www.nba.com/resources/static/team/v2/sixers/images/ticket-plans/HeroImage%201920x1080%20V3.png);
        background-size: cover;
        background-position-x: center;
        height: 650px;
        border-radius: 50% 50% 100% 100% / 0% 0% 10% 10%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-direction: column;
        padding-bottom: 150px;
      }
     
      h1,
      h2,
      h3,
      h4,
      h5,
      h6 {
        letter-spacing: 2px;
      }
     
      .main-header {
        color: white !important;
        font-size: 56px;
        text-align: center !important;
        margin-top: 0.2em !important;
        margin-bottom: 0 !important;
        display: flex !important;
        justify-content: center !important;
        padding-bottom: 0px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        font-family: FuturaBold;
      }

      .secondary-header {
        font-size: 20px;
        text-transform: uppercase;
        font-family: FuturaBold;
        line-height: 1.25;
        padding: 5px;
      }
     
      .matchup-date {
        background-color: #003da6;
        color: #ffffff;
        text-align: center;
        font-weight: bold;
        border: 2px solid #003da6;
        padding: 30px 15px;
     }
     
     
     .matchup-jersey {
      border: 2px solid #003da6;
      border-left:none;
     
     }
     .matchup-icon {
      border: 2px solid #003da6;
      border-left: none;
      background-color: #ffffff !important;
     
     }
     
     .matchup-promotion {
      border: 2px solid #003da6;
      border-left: none;
      text-align: center;
      padding: 30px 15px;
      background-color: #ffffff !important;
     }
     
     .matchup-cta {
      border: 2px solid #003da6;
      border-left: none;
      background-color: #ffffff !important;
     
     }
    
     .matchup-icon-2 {
      /* border: 2px solid #dd0031;
      border-bottom: none; */
      /* background-color: #0c2340 !important; */
      padding-top: 30px;
     
     }
     
     .matchup-promotion-2 {
      /* border: 2px solid #dd0031;
      border-top:none;
      border-bottom:none; */
      text-align: center;
      padding: 30px 15px;
      /* background-color: #0c2340 !important; */
      color:#ffffff;
     }
     
     /* .matchup-cta-2 {
      border: 2px solid #dd0031;
      border-top: none;
      background-color: #0c2340 !important;
     
     } */
     
     .buy-tickets-btn {
      display: flex;
      color: #ffffff;
      background-color: #dd0031;
      font-weight: bold;
      justify-content: center;
      width: 80%;
      text-align: center;
      padding: 16px 16px;
      margin-top: 30px;
      margin-bottom: 30px;
      margin-left: auto;
      margin-right: auto;
      border: solid 5px #dd0031;
      font-size: 20px;
     }
    
     .tba-btn {
        display: flex;
        color: #ffffff;
        background-color: #dd0031;
        font-weight: bold;
        justify-content: center;
        width: 80%;
        text-align: center;
        padding: 16px 16px;
        margin-top: 30px;
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
        border: solid 5px #dd0031;
        font-size: 20px;
       }
     
     .buy-tickets-btn:hover {
        background-color: #003da6;
        color:#ffffff;
     }
    
     .city-section {
      background: url(https://cdn.nba.com/teams/uploads/sites/1610612755/2022/10/76ers-Secondary-Background-Tonal-CoS-White.jpg);
      background-size: cover;
      background-repeat: no-repeat;
      position: relative;
      background-position-x: center;
      /* display: flex;
      justify-content: space-evenly;
      flex-direction: column;
      max-width: 50%;
      flex: auto; */
    }
    
    .originals-section {
      /* background: url(https://cdn.nba.com/teams/uploads/sites/1610612755/2022/10/76ers-Secondary-Background-Tonal-CoS-Blue.jpg); */
      background-size: cover;
      background-repeat: no-repeat;
      position: relative;
      background-position-x: center;
      /* display: flex;
      justify-content: space-evenly;
      flex-direction: column;
      max-width: 50%;
      flex: auto; */
    }
     
      .vertical-center {
        margin: 0;
        position: absolute;
        top: 37.5%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
      }
    
      .stats-number {
        font-weight: bolder;
        font-size: 48px;
        text-align: center !important;
        color: #ffffff !important;
        padding-top: 10px;
        font-family: FuturaBold;
      }
    
      .stats-number2 {
        font-weight: bolder;
        font-size: 48px;
        text-align: center !important;
        color: #ffffff !important;
        padding-top: 30px;
        font-family: WhitneyBold;
      }
    
      .stats-number3 {
        font-weight: bolder;
        font-size: 24px;
        text-align: center !important;
        color: #ffffff !important;
        padding: 10px;
        font-family: WhitneyBold;
      }
    
      .stats-number4 {
        font-weight: bolder;
        font-size: 24px;
        text-align: center !important;
        color: #003da6!important;
        padding: 10px;
        font-family: WhitneyBold;
      }
     
     
    
      .sub-header {
        font-weight: bolder;
        font-size: 32px;
        text-align: center !important;
        color: #FFFFFF !important;
        /* margin-top: 40px !important;
        margin-bottom: 0 !important; */
        padding-top: 30px;
        font-family: WhitneyBold;
      }
    
      .nft-header {
        font-size: 24px;
        text-align: center !important;
        color: #FFFFFF !important;
        /* padding-top: 30px; */
        text-transform: uppercase;
        line-height: 1.5;
        font-family: FuturaBold;
        /* letter-spacing: 3px; */
      }
    
      .stats-header {
        font-weight: bolder;
        font-size: 24px;
        text-align: center !important;
        color: #ffffff !important;
        /* padding-top: 30px; */
        text-transform: uppercase;
        font-family: WhitneyBold;
      }
    
      .stats-header2 {
        font-weight: bolder;
        font-size: 32px;
        text-align: center !important;
        color: #ffffff!important;
        text-transform: uppercase;
        padding: 10px;
        font-family: WhitneyBold;
      }
      
    
      .concert-img {
        padding-top: 60px;
        padding-bottom: 60px;
      }
  
      .mySlides1 {
        display: none;
        padding-top: 60px;
        padding-bottom: 60px;
      }
    
      .nftSlides1 {
        display: none;
      }
    
      .nftSlides2 {
        display: none;
      }
    
      .nftSlides3 {
        display: none;
      }
    
      .carousel-controls br {
        display: none;
      }
    
      .carousel-controls {
        margin:0px;
      }
    
      /* Next & previous buttons */
    .prev, .next {
      cursor: pointer;
      position: absolute;
      top: 40%;
      width: auto;
      margin-top: -22px;
      padding: 16px;
      color: white !important;
      font-weight: bold;
      font-size: 32px;
      transition: 0.6s ease;
      border-radius: 0 3px 3px 0;
      user-select: none;
    }
  
    #prev1, #next1 {
      top: 57% !important;
    }
    
    /* Position the "next button" to the right */
    .next {
      right: 0;
      border-radius: 3px 0 0 3px;
    }
    
    /* On hover, add a black background color with a little bit see-through */
    .prev:hover, .next:hover {
      background-color: rgba(0,0,0,0.8);
    }
  
    /* Carousel CSS BEGIN */
  
    .carousel-roster {
      position: relative;
      width: 100%; /* Adjust based on image size */
      margin: auto;
      overflow: hidden;
  }
  
  .carousel-inner-roster {
      display: flex;
      transition: transform 0.5s ease;
  }
  
  .carousel-item-roster {
      min-width: 33.3333%; /* Show 3 images at a time */
      box-sizing: border-box;
  }
  
  .carousel-item-roster img {
      width: 100%;
      display: block;
      padding-left: 5px;
      padding-right: 5px;
      padding-bottom: 15px;
      padding-top: 15px;
      
  }
  
  .carousel-control-roster {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background-color: rgba(0, 0, 0, 0.5);
      color: white;
      border: none;
      cursor: pointer;
      padding: 10px;
      font-size: 24px;
      z-index: 10;
  }
  
  .carousel-control-roster.prev-roster {
      left: 10px;
  }
  
  .carousel-control-roster.next-roster {
      right: 10px;
  }
  
  /* Carousel CSS END */
    
      .pennant-header {
        font-weight: bold;
        font-size: 48px;
        text-align: center !important;
        color: #FFFFFF !important;
        text-transform: uppercase;
        padding-top: 30px;
      }
     
      .med-header {
        font-weight: bold;
        font-size: 48px !important;
        text-align: center !important;
        color: #003da6 !important;
        margin-top: 40px !important;
        margin-bottom: 0 !important;
        line-height: normal;
      }
    
      .bar-header {
        font-weight: bold;
        font-size: 24px !important;
        text-align: center !important;
        margin-top: 0px !important;
        margin-bottom: 0 !important;
        line-height: normal;
      }
    
     
      .packs-header {
        
        font-weight: bold;
        font-size: 32px !important;
        text-align: center !important;
        color: #003da6 !important;
        margin-top: 30px !important;
        margin-bottom: 30px !important;
      }
     
      .central-nav {
        display: flex;
      }
     
      .central-nav a {
        padding: 30px;
        background: #ffffff;
        border: 6px solid #003da6;
        font-size: 24px;
        font-weight: bold;
        border-right: 0;
        letter-spacing: 0.5px;
        color: black;
        text-align: center;
      }
     
      .central-nav a:hover {
        background: #dd0031;
        color: white !important;
        transition: 0.35s;
        text-decoration: none;
      }
    
      .nft-card:hover {
        transform: scale(1.1);
        z-index: 2;
      }
    
      .pop-out:hover {
        transform: scale(1.1);
        z-index: 2;
      }
    
    
      #last-central-nav-item {
        border-right: 6px solid #003da6;
      }
    
      .iframe-container {
        position: relative;
        overflow: hidden;
        width: 100%;
        padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
      }
      
      /* Then style the iframe to fit in the container div with full height and width */
      .responsive-iframe {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
      }
    
      
     
      .main-content-container {
        background: url(https://cdn.nba.com/teams/uploads/sites/1610612755/2022/11/22-23-City-Edition-Micro-Site-Wood.png);
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        background-position-x: center;
      }
    
      .nav-button {
        padding: 5px;
        padding-left: 15px;
      }
    
      .header-info {
        display: none !important;
        opacity: 0;
      }
      
      .stats-button {
        background-image: url('https://cdn.nba.com/teams/uploads/sites/1610612755/2023/01/LandingPageButtons_Blue.png');
                background-size: cover;
                background-repeat: no-repeat;
                position: relative;
                background-position-x: center;
      }
    
    
      .stats-button:hover {
        background-image: url('https://cdn.nba.com/teams/uploads/sites/1610612755/2023/01/LandingPageButtons_White.png');
      }
    
      .news-button {
        background-image: url('https://cdn.nba.com/teams/uploads/sites/1610612755/2023/02/LandingPageButtons_Additional4.png');
                background-size: cover;
                background-repeat: no-repeat;
                position: relative;
                background-position-x: center;
      }
    
    
      .news-button:hover {
        background-image: url('https://cdn.nba.com/teams/uploads/sites/1610612755/2023/02/LandingPageButtons_Additional2.png');
      }
    
      .shop-button {
        background-image: url('https://cdn.nba.com/teams/uploads/sites/1610612755/2023/01/LandingPageButtons_Blue5.png');
                background-size: cover;
                background-repeat: no-repeat;
                position: relative;
                background-position-x: center;
      }
    
    
      .shop-button:hover {
        background-image: url('https://cdn.nba.com/teams/uploads/sites/1610612755/2023/01/LandingPageButtons_White5.png');
      }
    
      .highlights-button {
        background-image: url('https://cdn.nba.com/teams/uploads/sites/1610612755/2023/02/LandingPageButtons_Additional3.png');
                background-size: cover;
                background-repeat: no-repeat;
                position: relative;
                background-position-x: center;
      }
    
    
      .highlights-button:hover {
        background-image: url('https://cdn.nba.com/teams/uploads/sites/1610612755/2023/02/LandingPageButtons_Additional.png');
      }
    
      .roster-button {
        background-image: url('https://cdn.nba.com/teams/uploads/sites/1610612755/2023/01/LandingPageButtons_Blue4.png');
                background-size: cover;
                background-repeat: no-repeat;
                position: relative;
                background-position-x: center;
      }
    
    
      .roster-button:hover {
        background-image: url('https://cdn.nba.com/teams/uploads/sites/1610612755/2023/01/LandingPageButtons_White4.png');
      }
    
      .top-button {
        background-image: url('https://cdn.nba.com/teams/uploads/sites/1610612755/2022/06/76CoS-PrimaryIconRev-471x471-1.svg');
                background-size: cover;
                background-repeat: no-repeat;
                position: relative;
                background-position-x: center;
      }
      
      .awards-container {
        background: url(https://cdn.nba.com/teams/uploads/sites/1610612755/2022/10/76ers-Secondary-Background-Tonal-CoS-Blue.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        background-position-x: center;
      }
    
      .roster-container {
        background: url(https://cdn.nba.com/teams/uploads/sites/1610612755/2022/10/White-Tonal-Background.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        background-position-x: center;
      }
    
      .social-container {
        background: url(https://cdn.nba.com/teams/uploads/sites/1610612755/2022/10/76ers-Secondary-Background-Tonal-CoS-Blue.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        background-position-x: center;
      }
    
      .awards-text-container {
        background: url(https://cdn.nba.com/teams/uploads/sites/1610612755/2022/12/Heritage-NFT-Microsite-Email-Form-BG.png);
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        background-position-x: center;
        min-height: 450px;
      }
    
    
      .coming-soon-container {
        background: url(https://cdn.nba.com/teams/uploads/sites/1610612755/2022/12/Heritage-NFT-Microsite-NFT-Visuals-BG.png);
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        background-position-x: center;
        max-width: 500px;
        margin: auto;
        margin-bottom: 30px;
      }
      
      .main-text-container {
        background: url(https://cdn.nba.com/teams/uploads/sites/1610612755/2025/03/MFT-BG-White-1920x1080-RGB.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        background-position-x: center;
      }
    
      .email-container {
        background: url(https://cdn.nba.com/teams/uploads/sites/1610612755/2022/12/Heritage-NFT-Microsite-Email-Form-BG.png);
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        background-position-x: center;
      }
    
      .pennant-container {
        background: url(https://cdn.nba.com/teams/uploads/sites/1610612755/2022/12/Heritage-NFT-Microsite-Wood-BG.png);
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        background-position-x: center;
        padding-top:60px;
      }
    
      .register-text-container {
        background: url(https://cdn.nba.com/teams/uploads/sites/1610612755/2022/10/White-Tonal-Background.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        background-position-x: center;
      }
    
      .button-link {
        display: block;
        max-width: 600px;
        margin: 0 auto;
      }
    
      .moto-image {
        margin: auto; 
        width: 100%; 
        z-index: 3; 
        margin-top: -6%;
      }
    
      .pennant-img {
        transform: rotate(90deg);
      }
    
      .reveal{
        position: relative;
        transform: translateY(150px);
        opacity: 0;
        transition: 1s all ease;
      }
      
      .reveal.active{
        transform: translateY(0);
        opacity: 1;
      }
      
      
      .main-content-container1 {
        background: url(https://cdn.nba.com/teams/uploads/sites/1610612755/2022/10/White-Tonal-Background.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        background-position-x: center;
      }
      
     
      .main-content-container2 {
        background: url(https://cdn.nba.com/teams/uploads/sites/1610612755/2022/11/22-23-City-Edition-Micro-Site-Wood.png);
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        background-position-x: center;
      }
     
      .main-content-container3 {
        background: url(https://cdn.nba.com/teams/uploads/sites/1610612755/2022/10/22-23-76ers-City-Edition-Wood-Court.jpg);
        background-size: contain;
        background-repeat: no-repeat;
        position: relative;
        background-position-x: center;
      }
    
      .main-content-container4 {
        background: url(https://cdn.nba.com/teams/uploads/sites/1610612755/2022/10/22-23-76ers-City-Edition-BG-Texture-Gray.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        background-position-x: center;
      }
    
      .faq-container {
        background: url(https://cdn.nba.com/teams/uploads/sites/1610612755/2022/10/76ers-Secondary-Background-Tonal-CoS-Blue.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        background-position-x: center;
      }
    
      .main-content-container6 {
        background: url(https://cdn.nba.com/teams/uploads/sites/1610612755/2022/10/MicrosoftTeams-image-4-1.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        background-position-x: center;
      }
    
      .nft-card-bg {
        background: url(https://cdn.nba.com/teams/uploads/sites/1610612755/2022/11/22-23-City-Edition-Micro-Site-Wood.png);
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        background-position-x: center;
        border-radius: 15px;
      }
    
      .jersey-section {
        color: #ffffff;
        padding-bottom: 30px;
        display: flex;
        flex-wrap: wrap;
        background: linear-gradient( rgba(0,0,0,.5), rgba(0,0,0,.5) ), url(https://cdn.nba.com/teams/uploads/sites/1610612755/2022/10/MicrosoftTeams-image-4-1.jpg);
        background-size: cover;
        background-position: bottom;
        
      }
    
    
     
      .mid-section {
        position: relative;
        text-align: center;
      }
     
      .mid-section .what-you-get {
        color: #003da6;
        font-size: 64px;
        margin-top: 65px;
        line-height: normal;
        margin-bottom: 0;
        
      }
     
      .mid-section .page-label {
        margin-left: 11%;
        text-align: left;
        font-size: 16px;
        
        position: absolute;
        top: -70px;
      }
     
      /* .mid-section p {
        width: 55%;
        font-size: 16px;
        line-height: normal;
        margin-left: auto;
        margin-right: auto;
        
      }
     
      .mid-section-col p {
        width: 90%;
        font-size: 16px;
        line-height: normal;
        margin-left: auto;
        margin-right: auto;
        
      } */
     
      .tm-logo {
        margin-left: auto;
        margin-right: auto;
        margin-top: -1em;
      }
     
      .perks {
        width: 95%;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        position: relative;
        z-index: 2;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 60px;
        margin-top: 60px;
      }
     
      .perks .col3 {
        width: 20%;
        margin: 5px;
      }
     
      .perks .perk-title {
        font-size: 2.75vw;
        line-height: normal;
        color: #003da6;
        
        letter-spacing: 1px;
      }
     
      .perks p {
        color: black;
        font-size: 16px;
        line-height: normal;
        
      }
     
      .perks .col3 img {
        width: 50%;
        margin-bottom: 10px;
      }
     
      .stars-semi-circle {
        position: absolute;
        right: 0;
        bottom: -11em;
        z-index: 1;
      }
     
      .single-game-card {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
        background: linear-gradient(180deg,
            rgba(2, 61, 166, 0.7) 0%,
            rgba(2, 61, 166, 0.7) 97%),
          url(https://www.nba.com/resources/static/team/v2/sixers/images/ticket-central-flag-background.jpg);
        background-size: cover;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 40px;
        z-index: 2;
        padding: 40px;
        position: relative;
        border: 5px solid white;
        margin-bottom: 30px;
      }
     
      .single-game-card img {
        width: 10%;
        margin: 15px;
      }
     
      .single-game-card h3 {
        color: white;
        font-size: 6.5vw;
        
        margin-bottom: 20px;
      }
     
      .red-cta-button {
        background: #dd0031;
        padding: 14px 24px;
        display: flex;
        margin-bottom: padding-bottom;
        padding-bottom: 9px;
      }
     
      .red-cta-button p {
        color: white;
        
        font-size: 21px;
        margin: 0;
        letter-spacing: 1px;
      }
     
      .post-single-ticket-card {
        background: linear-gradient(180deg,
            rgba(0, 61, 166, 1) 0%,
            rgba(0, 61, 166, 1) 40%,
            rgba(221, 0, 49, 1) 40%,
            rgba(221, 0, 49, 1) 100%);
        height: 800px;
        margin-top: -19em;
        padding-top: 14em;
        z-index: 1;
      }
     
      .post-single-ticket-card .tailored {
        color: white;
        font-size: 64px;
        line-height: normal;
        margin-top: 2.5em;
        margin-bottom: 5px;
        
        text-align: center;
        position: relative;
        z-index: 3;
      }
     
      .post-single-ticket-card p {
        color: white;
        font-size: 16px;
        line-height: normal;
        margin-bottom: 1em;
        
        width: 65%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        position: relative;
        z-index: 3;
      }
     
      .ticket-snake-background {
        margin-top: -62em;
        width: 100%;
        margin-left: -15em;
        margin-right: auto;
        opacity: 20%;
      }
     
      .plan-offer-cards {
        display: flex;
        justify-content: space-between;
        width: 75%;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        margin-top: -16em;
        z-index: 2;
      }
     
      .plan-card {
        width: 31%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
      }
     
      .fineprint{
        padding-bottom: 15px;
      }
     
      .plan-card img {
        width: 100%;
        height: -webkit-fill-available;
        height: auto;
      }
     
      .plan-card p {
        display: none;
      }
     
      .plan-card-label {
        display: flex;
        justify-content: center;
        width: 100%;
        text-align: center;
        padding: 16px 0;
        padding-top: 24px;
        margin-top: 45px;
        margin-bottom: 45px;
        border: solid 5px #dd0031;
        text-decoration: none;
        color:#dd0031;
      }
     
      .plan-card-label:hover {
        background-color: #003da6;
        text-decoration: none;
        color: #ffffff;
      }
    
      .tac:hover {
        text-decoration: underline #003da6 !important;
        text-underline-offset: 10px;
      }
    
      .plan-card-label h3 {
        
        font-size: 24px;
        text-align: center;
        font-weight: bold;
        margin: 0px;
        padding: 10px;
        text-decoration: none;
      }
    
      .plan-card-label a {
        font-size: 32px;
        width: 100%;
        height: 100%;
      }
    
      .plan-card-label a:hover {
        text-decoration-color: #003da6;
        color: #ffffff;
      }
        .plan-card-label h3:hover {
        color: #ffffff !important;
      }
    
      .learn-more-button {
        display: flex;
        justify-content: center;
        width: 100%;
        text-align: center;
        padding: 16px 0;
        padding-top: 24px;
        margin-top: 45px;
        margin-bottom: 45px;
        background-color: #003da6;
        border: solid 5px #dd0031;
        text-decoration: none;
        color:#ffffff;
      }
     
      .learn-more-button:hover {
        background-color: #dd0031;
        text-decoration: none !important;
        color: #ffffff;
      }
    
      .learn-more-button h3 {
        
        font-size: 24px;
        text-align: center;
        font-weight: bold;
        margin: 0px;
        padding: 10px;
        text-decoration: none !important;
      }
    
      .learn-more-button a {
        font-size: 32px;
        width: 100%;
        height: 100%;
        text-decoration: none !important;
      }
    
      .learn-more-button a:hover {
        text-decoration: none !important;
        color: #ffffff;
      }
        .learn-more-button h3:hover {
          text-decoration: none !important;
        color: #ffffff !important;
      }
    
      .place-deposit-button {
        display: flex;
        justify-content: center;
        width: 100%;
        text-align: center;
        padding: 16px 0;
        padding-top: 24px;
        margin-top: 45px;
        margin-bottom: 45px;
        background-color: #003da6;
        border: solid 5px #dd0031;
        text-decoration: none;
        color:#ffffff;
      }
     
      .place-deposit-button:hover {
        background-color: #dd0031;
        text-decoration: none !important;
        color: #ffffff;
      }
    
    
    
      .place-deposit-button h3 {
        
        font-size: 24px;
        text-align: center;
        font-weight: bold;
        margin: 0px;
        padding: 10px;
        text-decoration: none !important;
      }
    
      .place-deposit-button a {
        font-size: 32px;
        width: 100%;
        height: 100%;
        text-decoration: none !important;
      }
    
      .place-deposit-button a:hover {
        text-decoration: none !important;
        color: #ffffff;
      }
        .place-deposit-button h3:hover {
          text-decoration: none !important;
        color: #ffffff !important;
      }
    
      .bar-card {
        display: flex;
        justify-content: center;
        width: 100%;
        text-align: center;
        margin-top: 45px;
        margin-bottom: 45px;
        background-color: #ffffff;
        border: solid 5px #dd0031;
        text-decoration: none;
        color:#003da6;
        min-height: 215px;
      }
     
      .bar-card:hover {
        background-color: #dd0031;
        text-decoration: none !important;
        color: #ffffff;
      }
    
      .bar-card h3 {
        
        font-size: 24px;
        text-align: center;
        font-weight: bold;
        margin: 0px;
        padding: 10px;
        text-decoration: none !important;
      }
    
      .bar-card a {
        font-size: 32px;
        width: 100%;
        height: 100%;
        text-decoration: none !important;
      }
    
      .bar-card a:hover {
        text-decoration: none !important;
        color: #ffffff;
      }
        .bar-card h3:hover {
          text-decoration: none !important;
        color: #ffffff !important;
      }
      .bar-card p:hover {
        text-decoration: none !important;
      color: #ffffff !important;
    }
    
    .bar-card:hover p {
        color: #ffffff;
    }
    
      .get-info-button {
        display: flex;
        justify-content: center;
        width: 100%;
        text-align: center;
        padding: 16px 0;
        padding-top: 24px;
        margin-top: 45px;
        margin-bottom: 45px;
        background-color: #dd0031;
        border: solid 5px #003da6;
        text-decoration: none;
        color:#ffffff;
      }
     
      .get-info-button:hover {
        background-color: #003da6;
        text-decoration: none !important;
        color: #ffffff;
      }
    
      .get-info-button h3 {
        
        font-size: 24px;
        text-align: center;
        font-weight: bold;
        margin: 0px;
        padding: 10px;
        text-decoration: none !important;
      }
    
      .get-info-button a {
        font-size: 32px;
        width: 100%;
        height: 100%;
        text-decoration: none !important;
      }
    
      .get-info-button a:hover {
        text-decoration: none !important;
        color: #ffffff;
      }
        .get-info-button h3:hover {
          text-decoration: none !important;
        color: #ffffff !important;
      }
    
      .show-me-button {
        display: flex;
        justify-content: center;
        width: 100%;
        text-align: center;
        padding: 16px 0;
        padding-top: 24px;
        margin-top: 45px;
        margin-bottom: 45px;
        background-color: #003da6;
        border: solid 5px #dd0031;
        text-decoration: none;
        color:#ffffff;
      }
     
      .show-me-button:hover {
        background-color: #dd0031;
        text-decoration: none !important;
        color: #ffffff;
      }
    
      .show-me-button h3 {
        
        font-size: 24px;
        text-align: center;
        font-weight: bold;
        margin: 0px;
        padding: 10px;
        text-decoration: none !important;
      }
    
      .show-me-button a {
        font-size: 32px;
        width: 100%;
        height: 100%;
        text-decoration: none !important;
      }
    
      .show-me-button a:hover {
        text-decoration: none !important;
        color: #ffffff;
      }
        .show-me-button h3:hover {
          text-decoration: none !important;
        color: #ffffff !important;
      }
    
      .view-map-button {
        display: flex;
        justify-content: center;
        width: 100%;
        text-align: center;
        padding: 16px 0;
        padding-top: 24px;
        margin-top: 45px;
        margin-bottom: 45px;
        background-color: #ffffff;
        border: solid 5px #dd0031;
        text-decoration: none;
        color:#dd0031;
      }
     
      .view-map-button:hover {
        background-color: #dd0031;
        text-decoration: none !important;
        color: #ffffff;
      }
    
      .view-map-button h3 {
        
        font-size: 24px;
        text-align: center;
        font-weight: bold;
        margin: 0px;
        padding: 10px;
        text-decoration: none !important;
      }
    
      .view-map-button a {
        font-size: 32px;
        width: 100%;
        height: 100%;
        text-decoration: none !important;
      }
    
      .view-map-button a:hover {
        text-decoration: none !important;
        color: #ffffff;
      }
        .view-map-button h3:hover {
          text-decoration: none !important;
        color: #ffffff !important;
      }
     
      .packs-card-label {
        display: flex;
        justify-content: center;
        width: 100%;
        text-align: center;
        padding: 16px 0;
        padding-top: 24px;
        margin-top: 30px;
        margin-bottom: 30px;
        color: #003da6 !important;
        font-size: 48px;
        font-weight: bold;
        
      }
     
    
     
      #halfSeasonButton:hover {
        text-decoration: underline;
        text-decoration-color: #003da6;
      }
     
     
      #partialPlansButton:hover {
        text-decoration: underline;
        text-decoration-color: #003da6;
      }
     
      #flexPacksButton:hover {
        text-decoration: none !important;
        text-decoration-color: #003da6;
      }
     
     
    
     
     
      .deposit-button-partial {
        position: absolute; 
        top: 25%;
      }
     
    
     
      .season-ticket-section .season-ticket-title {
        margin-top: 120px;
        margin-bottom: 40px;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        letter-spacing: 1px;
        
        font-size: 7.5vw;
        line-height: normal;
        text-align: center;
        color: #003da6;
      }
     
      .season-ticket-card {
        width: 75%;
        display: flex;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 90px;
      }
     
      .season-ticket-card p {
        
        font-size: 16px;
      }
     
      .card-one-left {
        width: 50%;
        border: 2px solid #003da6;
        margin-bottom: 2em;
        display: flex;
        justify-content: center;
        position: relative;
      }
     
      .card-one-left-inner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: baseline;
        width: 70%;
      }
     
      .card-one-left-inner .main-title {
        color: #003da6;
        font-size: 4.5vw;
        line-height: normal;
        margin-bottom: 0;
        
        text-align: left;
        margin-top: 0;
        margin-bottom: 1.5vw;
        letter-spacing: 1px;
      }
     
      .card-one-left-inner .sub-title {
        color: #003da6;
        font-size: 3vw;
        
        text-align: left;
        line-height: normal;
        letter-spacing: 1px;
      }
     
      .card-two-right-inner .sub-title {
        color: #ffffff;
        font-size: 3vw;
        
        text-align: left;
        line-height: normal;
        letter-spacing: 1px;
      }
     
      .card-one-left-inner p {
        
        font-size: 16px;
        line-height: normal;
      }
     
      .card-one-left-inner .red-cta-button {
        justify-content: center;
        padding: 1vw 3vw;
        padding-bottom: 0.6vw;
      }
     
      .card-one-left-inner .red-cta-button p {
        
        font-size: 1.4vw;
      }
     
      .season-ticket-stars {
        position: absolute;
        top: 0;
        left: 0;
      }
     
      .card-one-right {
        width: 50%;
        display: flex;
        justify-content: end;
        align-items: baseline;
        margin-top: 2em;
        border: 2px solid #003da6;
        margin-left: -2px;
      }
     
      .card-one-right img {
        width: 100%;
        height: 100%;
      }
     
      .card-two-right {
        width: 50%;
        margin-top: 2em;
        display: flex;
        justify-content: center;
        background: #003da6;
        background-size: cover;
        position: relative;
      }
     
      .card-two-right-inner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: baseline;
        width: 70%;
      }
     
      .card-two-right-inner .main-title {
        color: white;
        font-size: 4.5vw;
        line-height: normal;
        margin-bottom: 15px;
        
        text-align: left;
        margin-top: 0;
        margin-bottom: 10px;
        letter-spacing: 1px;
      }
     
      .card-two-right-inner p {
        color: white;
        
        font-size: 16px;
        line-height: normal;
      }
     
      .card-two-right-inner .red-cta-button {
        justify-content: center;
        padding: 1vw 3vw;
        padding-bottom: 0.6vw;
      }
     
      .card-two-right-inner .red-cta-button p {
        
        font-size: 1.4vw;
      }
     
      .partial-plans-stars {
        position: absolute;
        right: 0;
        bottom: 0;
        transform: rotateZ(180deg);
      }
     
      .card-two-left {
        width: 50%;
        display: flex;
        justify-content: end;
        align-items: baseline;
        margin-bottom: 2em;
      }
     
      .card-two-left img {
        width: 100%;
        height: 100%;
      }
     
      .bottom-cta-background {
        width: 100%;
        background: #003da6;
        padding: 117px 0;
      }
     
      .bottom-cta-row {
        display: flex;
        justify-content: space-between;
        width: 75%;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        z-index: 2;
      }
     
      .bottom-cta {
        display: flex;
        flex-direction: column;
        align-items: baseline;
        width: 31%;
      }
     
      .bottom-cta .cta-title {
        color: white;
        font-size: 2.1vw;
        margin-bottom: 1vw;
        
        letter-spacing: 1px;
      }
     
      .bottom-cta p {
        color: white;
        font-size: 16px;
        
      }
     
      .bottom-cta .red-cta-button {
        justify-content: center;
        padding: 1vw 3vw;
        padding-bottom: 0.6vw;
      }
     
      .bottom-cta .red-cta-button p {
        
        font-size: 1.45vw;
      }
     
      .ticket-central-footer {
        background: #003da6;
        padding: 117px 0;
        display: flex;
        justify-content: center;
        position: relative;
        flex-direction: column;
        align-items: center;
        margin-bottom: -25px;
      }
     
      .ticket-central-footer p {
        color: white;
        font-size: 20px;
        
        text-align: center;
        width: 40%;
        margin-bottom: 0;
        position: relative;
        z-index: 3;
      }
     
      .ticket-central-footer a {
        color: white;
      }
     
      .footer-snake-background {
        width: 107%;
        margin-right: auto;
        opacity: 20%;
        position: absolute;
        bottom: 0px;
      }
     
      .seating-section {
        background: #1c449c;
        display: flex;
        justify-content: space-evenly;
        margin-top: 20px;
        align-items: center;
        width: 80%;
        margin: auto;
        margin-top: 50px;
      }
     
      .map {
        width: 65%;
      }
     
      .custom-row {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        margin-bottom: 2em;
      }
     
      .column-three {
     
        float: left;
        width: 32%;
     
      }
     
      .group-img {
        max-width: 100%;
        height: auto;
      }
      /* Accordion */
      .card {
        border: none !important;
        margin-bottom: 15px !important;
        background-color: #ffffff !important;
        border-radius: 5px !important;
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5) !important; 
      }
    
      .card-header {
        /* background: url(https://cdn.nba.com/teams/uploads/sites/1610612755/2022/12/Heritage-NFT-Microsite-NFT-Visuals-BG-1.png); */
        background-size: cover;
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: -25px;
        background-color: #d0d4e3 !important;
        border: none !important;
      }
    
      .card-body {
        /* padding: 0rem 2rem 2rem 2rem !important; */
        background-color: #dd0031;
        padding: 15px !important;
      }
    
      .card-description {
        padding: .7rem;
        font-weight: bolder;
        text-transform: uppercase;
        font-size: 32px;
        text-align: center;
        color: #003da6;
        font-family: WhitneyBold;
      }
    
        
      
      /* End Accordion */
     
      @media only screen and (min-width: 1550px) {
        .ticket-top-section {
          height: 800px;
          padding-bottom: 0;
          justify-content: center;
        }
      }
     
      .form-iframe {
        height: 800px;
        border: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 2em;
        padding-right: 2em;
      }
     
      .fsBody {
        padding: 0 !important;
      }
     
      @media only screen and (max-width: 1500px) {
        .post-single-ticket-card {
          height: 760px !important;
        }
      }
     
      @media only screen and (max-width: 1300px) {
        .post-single-ticket-card {
          height: 700px !important;
        }
      }
     
      @media only screen and (max-width: 1050px) {
        .plan-offer-cards {
          width: 90%;
        }
     
        .post-single-ticket-card {
          height: 620px !important;
        }
      }
     
      @media only screen and (max-width: 992px) {
        .matchup-cta {
          border: 2px solid #003da6;
        }
        .matchup-promotion {
          border: none;
        }
        .matchup-jersey {
          border: 2px solid #003da6;
    
        }
        .matchup-icon {
          border: 2px solid #003da6;
          border-bottom: none;
    
        }
        .matchup-promotion {
            border: 2px solid #003da6;
            border-bottom: none;
    
          }
    
          .bar-card{
            width: 100%;
          }
      }
    
      @media only screen and (min-width: 600px) {
        .desk-hide {
          display: none !important;
        }
      }
    
      @media only screen and (min-width: 1000px) {
        .desk-table-hide {
          display: none !important;
        }
      }
    
      @media only screen and (max-width: 800px) {
        .menu {
          display: flex !important;
        }
      }
    
      @media only screen and (max-width: 1000px) {
        .mob-table-hide {
          display: none;
        }
      }
     
     
      @media only screen and (max-width: 600px) {
        .red-outline-button {
          max-width: 200px;
          width: 100%;
        }
        .secondary-nav-header {
          font-size: 16px;
          /* letter-spacing: 1.25px; */
    
        }
        .hard-copy {
          font-size: 16px;
        }
        .hard-copy-white{
          font-size: 16px;
        }
        .ul-list {
          padding-left: 10%;
        }
        .pennant-container {
          padding-top: 15px;
        }
    
        .mob-hide {
          display: none;
        }
  
        .carousel-control-roster {
  
          font-size: 16px;
          padding: 5px;
  
      }
    
        .awards-text-container {
          min-height: 580px;
        }
    
        .nav-button {
          padding: 5px !important;
        }
        .stats-number {
          font-size: 32px;
        }
    
        .concert-img {
          padding-top: 10px;
          padding-bottom: 10px;
        }
  
        .mySlides1 {
          padding-top: 10px;
          padding-bottom: 10px;
        }
  
        #prev1, #next1 {
          top: 75% !important;
        }
    
        .stats-number2 {
          font-size: 32px;
        }
        .stats-number3 {
          font-size: 16px;
        }
        .stats-number4 {
          font-size: 16px;
        }
        .stats-header {
          font-size: 16px !important;
          padding-top: 15px;
        } 
        .nft-header {
          font-size: 18px;
          /* letter-spacing: 2px;
          padding-top: 5px; */
        }
        .sub-header {
          font-size: 24px !important;
          line-height: 1.15;
        }
        .ticket-nav-items a {
          color: white;
          
          font-size: 20px;
          letter-spacing: 0.1rem;
          border: 1px solid white;
          padding: 10px 10px;
          border-bottom: 0;
          border-top: 0;
          padding-bottom: 5px;
          margin-bottom: 0px;
        }
     
        #pricing-table {
          width: 100% !important;
        }
     
        .mid-section-col p {
        font-size: 16px;
     
      }
    
     
      .deposit-button-partial {
        position: unset; 
        top: 0;
      }
     
        #first-nav-item {
          margin-left: auto;
        }
     
        #last-nav-item {
          display: none;
        }
     
        #last-central-nav-item {
          border-right: 3px solid #003da6;
        }
     
        .ticket-top-section {
          width: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
          flex-direction: column;
        }
     
        .packs-header {
          font-size: 32px !important;
        }
     
        .main-header {
          font-size: 32px !important;
          margin-top: 0px !important;
          margin-bottom: 5px !important;
          padding:5px !important;
        }

        .mob-center-vert {
            display: flex;
            justify-content: center;
            align-items: center;
        }
     
        h1 {
          font-size: 32px !important;
          margin-top: 0;
          margin-bottom: 5px;
          padding: 0;
        }
     
        h2 {
          /* font-size: 32px !important; */
          margin-top: 20px;
        }
     
        .central-nav {
          justify-content: center;
          flex-wrap: wrap;
          flex-direction: unset;
          margin-bottom: -8em;
        }
     
        .central-nav a {
          border: 2px solid #003da6;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 24px;
          margin: 5px;
          text-align: center;
          width: 95%;
          padding: 0;
          padding-top: 14px;
          padding-bottom: 7px;
          letter-spacing: 1px;
        }
     
     
        .mid-section .what-you-get {
          font-size: 48px;
        }
     
        .mid-section .page-label {
          margin-left: 11%;
          font-size: 12px;
          
          position: absolute;
          top: -60px;
        }
     
        p {
          line-height: 18px;
        }
     
        /* .mid-section p {
          width: 90%;
          font-size: 16px;
        } */
     
        .mid-section ul {
          font-size: 16px !important;
        }
     
        .tm-logo {
          margin-top: -1em;
          width: 60%;
        }
     
        .tm-logo img {
          width: inherit !important;
        }
     
        h2,
        h3 {
          margin-bottom: 0;
        }
     
        .med-header {
          font-size: 32px !important;
        }
        .bar-header {
            font-size: 24px !important;
          }
     
        .plan-card-label h3 {
          margin-bottom: 0;
          font-size: 24px !important;
      }
     
        .perks {
          width: 95%;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          position: relative;
          z-index: 10;
          margin-top: 0px;
          margin-bottom: 0px;
        }
     
        .perks .col3 {
          width: 95%;
          margin-bottom: 1em;
        }
     
        .perks .col3 img {
          width: 30%;
          margin-bottom: 0;
        }
     
        .perks p {
          width: 75%;
          font-size: 18px;
          line-height: 18px;
          padding-top: 15px;
        }
     
        .perks .perk-title {
          font-size: 32px;
          line-height: 32px;
        }
     
        .stars-semi-circle {
          right: 0;
          bottom: 6em;
          width: 25%;
        }
     
        .post-single-ticket-card {
          height: 300px !important;
          margin-top: -9em;
          padding-top: 2em;
          z-index: 1;
        }
     
        .single-game-card {
          width: 95%;
          z-index: 2;
          padding: 15px;
          position: relative;
          border: 3px solid white;
        }
     
        .single-game-card img {
          width: 15%;
          margin: 0px;
        }
     
        .single-game-card h3 {
          font-size: 48px;
          margin-bottom: 10px;
        }
     
        .red-cta-button {
          padding: 12px 20px;
          padding-bottom: 5px;
        }
     
        .ticket-snake-background {
          margin-top: -56em;
          width: 100%;
          margin-left: -4em;
          margin-right: auto;
          opacity: 20%;
        }
     
        .post-single-ticket-card .tailored {
          font-size: 48px;
          margin-top: 4.5em;
          margin-bottom: 5px;
        }
     
        .post-single-ticket-card p {
          font-size: 16px;
          width: 90%;
          margin-bottom: 5px;
        }
     
        .plan-offer-cards {
          display: flex;
          justify-content: space-between;
          align-items: center;
          width: 100%;
          margin-left: auto;
          margin-right: auto;
          position: relative;
          margin-top: -16em;
          position: relative;
          flex-direction: column;
          background: #dd0031;
        }
     
        .plan-card {
          width: 85%;
          margin-bottom: 2em;
        }
     
        .plan-card-label {
          padding: 10px 0;
          padding-top: 19px;
        }
     
        .plan-card-label a {
          font-size: 24px;
        }
     
        .season-ticket-section {
          margin-bottom: 3em;
        }
     
        .season-ticket-section .season-ticket-title {
          margin-top: 60px;
          margin-bottom: 30px;
          width: 90%;
          font-size: 3.5em;
        }
     
        .season-ticket-card {
          width: 100%;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 0;
          flex-direction: column;
          align-items: center;
        }
     
        .offset-cards {
          width: 90%;
          margin-left: auto;
          margin-right: auto;
        }
     
        .card-one-left {
          width: 100%;
          border: 2px solid #003da6;
          margin-bottom: 0;
          padding: 25px 0;
        }
     
        .card-one-left-inner .main-title {
          font-size: 48px;
          line-height: 48px;
          margin-bottom: 0;
        }
     
        .card-one-left-inner .sub-title {
          font-size: 32px;
          line-height: 30px;
          margin-bottom: 5px;
        }
     
        .card-two-right-inner .sub-title {
          font-size: 32px;
          line-height: 30px;
          margin-bottom: 5px;
        }
     
        .card-one-left-inner {
          width: 90%;
        }
     
        .card-one-left-inner p {
          font-size: 18px;
          line-height: 18px;
        }
     
        .card-one-left-inner .red-cta-button {
          padding: 14px 45px;
          padding-bottom: 9px;
        }
     
        .card-one-left-inner .red-cta-button p {
          font-size: 21px;
        }
     
        .card-one-right {
          width: 100%;
          margin-top: 0;
          border: 2px solid #003da6;
          margin-left: 0;
          border-top: 0;
          margin-bottom: 3em;
        }
     
        .card-two-left {
          width: 100%;
          margin-bottom: 0;
        }
     
        .card-two-right {
          width: 100%;
          padding: 25px 0;
          margin-top: 0;
        }
     
        .card-two-right-inner {
          width: 90%;
        }
     
        .card-two-right-inner .main-title {
          font-size: 48px;
          line-height: 48px;
        }
     
        .card-two-right-inner p {
          font-size: 18px;
          line-height: 18px;
        }
     
        .card-two-right-inner .red-cta-button {
          padding: 14px 45px;
          padding-bottom: 9px;
        }
     
        .card-two-right-inner .red-cta-button p {
          font-size: 21px;
        }
     
        .bottom-cta-background {
          background: url(https://www.nba.com/resources/static/team/v2/sixers/images/ticket-central-mobile-snake.jpg);
          padding: 60px 0;
          background-size: auto;
        }
     
        .bottom-cta-row {
          width: 90%;
          flex-direction: column;
          align-items: center;
        }
     
        .bottom-cta {
          margin-bottom: 4em;
          text-align: center;
          align-items: center;
          width: 100%;
        }
     
        .bottom-cta .cta-title {
          font-size: 32px;
          line-height: 32px;
        }
     
        .bottom-cta p {
          font-size: 18px;
          line-height: 18px;
        }
     
        .bottom-cta .red-cta-button {
          padding: 14px 45px;
          padding-bottom: 9px;
        }
     
        .bottom-cta .red-cta-button p {
          font-size: 21px;
        }
     
        .ticket-central-footer {
          display: flex;
          justify-content: center;
          position: relative;
          flex-direction: column;
          align-items: center;
        }
     
        .ticket-central-footer p {
          font-size: 16px;
          text-align: center;
          width: 90%;
          margin-bottom: 0;
        }
     
        .footer-snake-background {
          width: 100%;
          margin-right: auto;
          opacity: 20%;
          position: absolute;
          bottom: 70px;
        }
     
        .seating-section {
          flex-direction: column;
          margin-bottom: 30px;
          flex-direction: column-reverse;
          margin-top: 30px;
        }
     
        .map {
          margin-bottom: 30px;
          width: 100%;
          margin-bottom: 2em;
        }
     
        .column-three {
          width: 75%;
          margin-left: auto;
          margin-right: auto;
        }
     
        .column-three img {
          margin-bottom: 2em;
        }
     
        /* .col-6 {
          flex: 0 0 100%;
          max-width: 100%;
        } */
      }
     
      /* Tabs */
     
      .seat-child h2 {
        font-size: 64px;
      }
     
      .virtual {
        background-size: cover;
      }
     
      .virtualbox {
        width: 60%;
        height: auto;
        margin: 0 auto;
        padding-bottom: 5%;
        padding-top: 2%;
      }
     
      .virtualtab {
        display: none;
        width: 96%;
        min-height: 250px;
        height: auto;
        border-radius: 3px;
        padding: 20px 15px;
        border: 3px solid #dd0031;
        color: darkslategray;
        clear: both;
        background: #003da6;
      }
     
      .virtualseats {
        display: flex;
      }
     
      .virtual-sit {
        flex: 1;
      }
     
      .virtual-sit p {
        color: white;
     
      }
     
      .vp {
        padding-top: 30%;
        line-height: normal;
        font-size: 20px;
      }
     
     
      .deposit {
        background-size: contain;
        background-repeat: no-repeat;
      }
     
      .tabs {
        width: 60%;
        height: auto;
        margin: 0 auto;
        padding-bottom: 5%;
        padding-top: 2%;
     
      }
     
      /* tab list item */
      .tabs .tabs-list {
        list-style: none;
        margin: 0px;
        padding: 0px;
      }
     
      .tabs .tabs-list li {
        float: left;
        margin: 0px;
        margin-right: 2px;
        padding: 10px 5px;
        text-align: center;
        background-color: whitesmoke;
        border-radius: 3px;
        color: black;
      }
     
      .tabs .tabs-list li:hover {
        cursor: pointer;
      }
     
      .tabs .tabs-list li a {
        text-decoration: none;
        color: black;
        padding: 10px;
      }
     
      /* Tab content section */
      .tabs .tab  {
        display: none;
        min-height: 250px;
        height: auto;
        border-radius: 3px;
        padding: 20px 15px;
        border: 3px solid #dd0031;
        color: darkslategray;
        clear: both;
        background: white;
      }
     
        .tabs .tab  {
        display: none;
        min-height: 250px;
        height: auto;
        border-radius: 3px;
        padding: 20px 15px;
        border: 3px solid #dd0031;
        color: darkslategray;
        clear: both;
        background: white;
      }
     
     
      .tabs .tab p {
        letter-spacing: 1px;
        border-radius: 15px;
      }
     
      /* When active state */
      /* .active {
        display: block !important;
      } */
     
      .tabs .tabs-list li.active {
        background-color: #dd0031 !important;
        color: #ffffff !important;
      }
     
     
     
      .member-benefits {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 85%;
        margin-left: auto;
        margin-right: auto;
      }
     
      .member-benefits hr {
        width: 35%;
        border-top: none;
        border-bottom: 5px solid #dd0031;
      }
     
      .member-benefits h2 {
        font-size: 2em;
        margin-top: auto;
        margin-bottom: inherit;
      }
     
      .seating {
        display: flex;
        padding-top: 10%;
        color: white;
      }
     
      .seating p {
        background: #003da6;
        padding-top: 15px;
        padding-bottom: 10px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: padding-bottom;
      }
     
      .pick-seats {
        display: flex;
      }
     
      .seat-child {
        flex: 1;
      }
     
     
      .logo {
        height: auto;
        width: 30%;
      }
     
      .logo-cta {
        width: 40%;
        margin-top: 3%;
        box-shadow: 5px 5px 5px white;
      }
    
    
      .image-gallery {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        padding: 10px;
        margin:auto;
      }
      
      .image-gallery > li {
        flex: 1;
        cursor: pointer;
        position: relative;
        height: 400px;
      }
      
      .image-gallery li img {
        object-fit: scale-down;
        width: 100%;
        height: 100%;
        vertical-align: middle;
        border-radius: 5px;
      }
    
      .uniform {
        margin: auto;
      }
    
      /* .city-top-section {
        background-size: contain;
        background-repeat: no-repeat;
        background-position-x: center;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-direction: column;
        position: relative;
        background-image: url(https://cdn.nba.com/teams/uploads/sites/1610612755/2022/12/NFT-Header.png);
      } */
     
       /* Navbar */
       .menu,
       .cta {
         display: block;
         flex-direction: row-reverse;
       }
     
       #navbar {
         margin-bottom: auto;
         margin-left: auto;
         display: none;
       }
     
       #navbar a {
         display: inline-block;
         color: #f2f2f2;
         padding: 5px 16px;
         text-decoration: none;
       }
     
       .sticky {
         position: sticky;
         top: 150;
         width: 100%;
         z-index:100;
       }
     
       .menu {
         background-color: transparent;
       }
     
     
       #navbar {
         position: fixed;
         width: 100%;
         z-index: 10;
         background-color: rgba(53,53,53,0.5) !important;
         transition: all 0.3s;
         background: transparent;
         top: -1%;
       }
     
       #navbar.shrink {
         height: 50px;
         line-height: 50px;
         
       }  
     
       
      /* media query */
      @media screen and (max-width:360px) {
        .tabs {
          margin: 0;
          width: 96%;
        }
     
        .tabs .tabs-list li {
          width: 80px;
        }
      }
     
      @media only screen and (max-width: 600px) {
        .tabs {
          width: 80%;
        }
    
        .navBarBtn {
          max-width: 400px;
          width: 100%;
        }
     
        .tabs-partial {
          width: 80% !important;
        }
     
        .tabs .tabs-list li a {
          font-size: 2vw !important;
        }
     
        .tabs-partial .tabs-list-partial li a {
          font-size: 2vw !important;
        }
     
        .whyouter {
          padding: none;
        }
     
        .tabs img {
          width: 100%
        }
     
        .active h2 {
          padding-bottom: 6%;
        }
     
        .seating p {
          width: 50%;
        }
     
        .offer-con {
          /* display: flex; */
          flex-wrap: wrap;
          padding: 0 4px;
        }
     
        .enjoy .tailored {
          color: white;
          font-size: 8vw;
          line-height: normal;
          margin-bottom: 5px;
          text-align: center;
          position: relative;
          z-index: 3;
          padding-top: 5%;
        }
     
        .enjoy p {
          color: white;
          font-size: 3vw;
          line-height: normal;
          margin-bottom: 1em;
          width: 65%;
          margin-left: auto;
          margin-right: auto;
          text-align: center;
          position: relative;
          z-index: 3;
        }
     
        #place {
          width: fit-content;
        }
     
        .logo {
          width: 70%
        }
     
        .logo-cta {
          width: 50%;
          margin-top: 3%;
          box-shadow: 5px 5px 5px white;
        }
     
        .virtualseats {
          display: block;
        }
     
        .member {
          font-size: 1em;
        }
     
        .vp {
          padding-top: 0;
          font-size: 12px;
        }
      }
    
      @media only screen and (max-width: 3000px) {
        .game-expo img {
          width: 100%;
        }
        .jersey-section img {
          width: 100%;
        }
    
      }
     
      @media screen and (max-width: 767px) {
        .vp {
          padding-top: 2%;
          font-size: inherit;
        }
      }
    
      @media only screen and (min-width:2500px) {
    
        .image-gallery {
          margin: auto;
        }
        .image-gallery > li {
          height: 400px;
        }
    
      }
     
      /* On screens that are 992px wide or less, go from four columns to two columns */
      @media screen and (max-width: 992px) {
        .offer {
          flex: 50%;
        }
     
        .seat-child {
          flex: 50%;
        }
     
        .whyouter {
          padding-bottom: inherit;
        }
     
        .stars-semi-circle {
          width: 10vw;
          bottom: 5em;
        }
     
        .pick-seats {
          flex-direction: column;
        }
     
        .vp {
          padding-top: 2%;
          font-size: 17px;
        }
    
        .jersey-section img {
          object-fit: cover;
          height: 850px;
        }
    
        .image-gallery > li {
          height: unset;
          flex: auto;
      
        }
     
      }
     
     
     
      @media only screen and (max-width: 1050px) {
        .vp {
          padding: 5px;
        }
        .image-gallery > li {
          height: 490px;
        }
      }
     
      @media only screen and (max-width: 1200px) {
        .sub-header {
          font-size: 24px !important;
        }
      }
     
      @media only screen and (min-width: 1500px) {
        .vp {
          padding-top: 30%;
        }
      }
     
      /* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other */
      @media screen and (max-width: 600px) {
        .offer {
          flex-direction: column;
          padding: 10px;
        }
      }
     
      .button300 {
        width: 50%;
        text-align: center;
        border: 4px solid #003da6;
        margin: 30px auto;
        display: block;
        padding: 15px;
      }
     
      /* Formstack */
     .form-iframe {
      height: 800px;
      border: none;
      width: 85%;
      margin-left: auto;
      margin-right: auto;
     }
     
     .fsBody {
      padding: 0 !important;
     }
     
     @media only screen and (max-width: 600px) {
      .form-iframe {
          width: 100%;
          height: 800px !important;
      }
    
      .jersey-section img {
        width: 100%;
        object-fit: cover;
        height: 400px;
      }
      .uniform {
        width: unset; 
      }
      .jersey-section img {
        object-fit: cover;
        height: 450px;
      }
    
      .jersey-section {
        flex-direction: column;
      }
    
      .reveal{
        position: relative;
        transform: none;
        opacity: 1;
        transition: none;
      }
      
      .reveal.active{
        transform: none;
        opacity: 1;
      }
     }
     
     .tabs-partial {
      width: 60%;
      height: auto;
      margin: 0 auto;
      padding-bottom: 5%;
      padding-top: 2%;
     }
     
     /* tab list item */
     .tabs-partial .tabs-list-partial  {
      list-style: none;
      margin: 0px;
      padding: 0px;
     }
     
     .tabs-partial .tabs-list-partial  li {
      float: left;
      margin: 0px;
      margin-right: 2px;
      padding: 10px 5px;
      text-align: center;
      background-color: whitesmoke;
      border-radius: 3px;
      color: black !important;
     }
     
     
     
     .tabs-partial .tabs-list-partial  li:hover {
      cursor: pointer;
     }
     
     .tabs-partial .tabs-list-partial  li a {
      text-decoration: none;
      color: black;
      padding: 10px;
     }
     
     /* Tab content section */
     .tabs-partial .tabp {
      display: none;
      min-height: 250px;
      height: auto;
      border-radius: 3px;
      padding: 20px 15px;
      border: 3px solid #dd0031;
      color: darkslategray;
      clear: both;
      background: white;
     }
     
     
     .tabs-partial .tabp p {
      letter-spacing: 1px;
      border-radius: 15px;
     }
     
     /* When active state */
     
     
     .tabs-partial .tabs-list-partial  li.active {
      background-color: #dd0031 !important;
      color: #ffffff !important;
     }
     
     
     
     /* media query */
     @media screen and (max-width:360px) {
      .tabs-partial {
        margin: 0;
        width: 96%;
      }
     
      .tabs-partial .tabs-list-partial  li {
        width: 80px;
      }
     }
     
     @media only screen and (max-width: 600px) {
     
     
     
      .tabs-partial img {
        width: 100%
      }
    
      .city-top-section {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding-bottom: 0;
      }
    
      .pennant-header {
        font-size: 32px;
      }
    
     
     }
    
     @media only screen and (min-width: 1550px) {
      .city-top-section {
        padding-bottom: 0;
        justify-content: center;
      }
    
    
    
    }
    
    /* The Modal (background) */
    .modal {
      display: 'none';
      position: flex;
      /* justify-content: 'center';
      align-items: 'center'; */
      z-index: 100; /* Sit on top */
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%; /* Full width */
      height: 100%; /* Full height */
      background-color: rgb(0,0,0); /* Fallback color */
      background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
      overflow: auto;
    }
    
    
    
    /* Modal Content */
    .modal-content {
      z-index: 100;
      background: url(https://cdn.nba.com/teams/uploads/sites/1610612755/2022/12/Heritage-NFT-Microsite-NFT-Visuals-BG.png);
      background-size: cover;
      background-repeat: no-repeat;
      background-position-x: center;
      margin: auto;
      margin-top: 10%;
      /* margin-bottom: 0px; */
      padding: 20px;
      border: none;
      width: 80%;
      color: #ffffff;
      
    }
    
    .modal-content p {
      text-align: center;
      margin:auto;
      padding-bottom: 30px;
      width: 85%;
    }
    
    .modal-video-content {
      z-index: 100;
      background-size: cover;
      background-repeat: no-repeat;
      position: relative;
      background-position-x: center;
      margin: auto;
      padding: 20px;
      border: none;
      width: 70%;
      color: #ffffff;
    }
    
    /* The Close Button */
    .close {
      color: #ffffff;
      float: right;
      font-size: 64px;
      font-weight: bold;
      text-align: right;
    }
    
    .close:hover,
    .close:focus {
      color: #000;
      text-decoration: none;
      cursor: pointer;
    }
    
    .pennant-close {
      color: #ffffff;
      float: right;
      font-size: 64px;
      font-weight: bold;
      text-align: right;
    
    }
    
    .pennant-close:hover,
    .pennant-close:focus {
      color: #000;
      text-decoration: none;
      cursor: pointer;
    }
    
    .pennant-close2 {
      color: #ffffff;
      float: right;
      font-size: 64px;
      font-weight: bold;
      text-align: right;
    
    }
    
    .pennant-close2:hover,
    .pennant-close2:focus {
      color: #000;
      text-decoration: none;
      cursor: pointer;
    }
    
    .pennant-close3 {
      color: #ffffff;
      float: right;
      font-size: 64px;
      font-weight: bold;
      text-align: right;
    
    }
    
    .pennant-close3:hover,
    .pennant-close3:focus {
      color: #000;
      text-decoration: none;
      cursor: pointer;
    }
    
    .pennant-close4 {
      color: #ffffff;
      float: right;
      font-size: 64px;
      font-weight: bold;
      text-align: right;
    
    }
    
    .pennant-close4:hover,
    .pennant-close4:focus {
      color: #000;
      text-decoration: none;
      cursor: pointer;
    }
    
    .pennant-close5 {
      color: #ffffff;
      float: right;
      font-size: 64px;
      font-weight: bold;
      text-align: right;
    
    }
    
    .pennant-close5:hover,
    .pennant-close5:focus {
      color: #000;
      text-decoration: none;
      cursor: pointer;
    }
    
    .CE-vid {
      max-height: 1000px;
      margin: auto;
      padding-bottom: 40px;
    }
     
     
     