@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: "Eurostile";
  src: url("https://sixer.s3.us-east-1.amazonaws.com/Primary+Font+(Eurostile)/EurostileExtendedBlack.ttf");
}
html {
  scroll-behavior: smooth;
}

.not-front #content {
  overflow: hidden;
}

.panel-display {
  padding: 0;
}

.ticket-nav {
  width: 100%;
  background: #dd0031 !important;
  position: absolute;
  top: 0;
  left: 0;
}

br {
  /* display: none; */
}


.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;

}

.matchup-promotion {
  border: 2px solid #003da6;
  border-left: none;
  text-align: center;
  padding: 30px 15px;
}

.matchup-cta {
  border: 2px solid #003da6;
  border-left: none;

}

.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;
}

.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;
}

.city-top-section {
  background-size: cover;
  background-position-x: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  /* height: 75vh; */
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 2px;
}

.body {
  background-color: #EDE0C4;
}

.city-central-header h1 {
  font-weight: bold;
  color: white !important;
  font-size: 5vw !important;
  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;
  text-shadow: 0px 0px 30px black !important;

}

.ticket-central-sub-header  {
  font-weight: bold;
  font-size: 5vw !important;
  text-align: center !important;
  color: #003da6 !important;
  margin-top: 40px !important;
  margin-bottom: 0 !important;
}

.central-nav {
  display: flex;
}

.central-nav a {
  padding: 30px;
  background: #ffffff;
  border: 6px solid #003da6;
  font-size: 1.5vw;
  font-weight: bold;
  border-right: 0;
  letter-spacing: 0.5px;
  color: black;
  text-align: center;
}

.central-nav a:hover {
  background: #dd0031;
  color: white;
  transition: 0.35s;
  text-decoration: none;
}

#last-central-nav-item {
  border-right: 6px solid #003da6;
}

.main-content-container {
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  /* background: url(https://cdn.nba.com/teams/uploads/sites/1610612755/2022/11/22-23-City-Edition-Micro-Site-Wood.png); */
  background-size: contain;
  background-color: black;
}

.mid-section {
  position: relative;
  text-align: center;
}

.mid-section .what-you-get {
  color: #003da6;
  font-size: 5em;
  margin-top: 65px;
  line-height: normal;
  margin-bottom: 0;
  font-weight: bold;
  
}

.mid-section .page-label {
  margin-left: 11%;
  text-align: left;
  font-size: 16px;
  
  position: absolute;
  top: -70px;
}

.mid-section p {
  width: 75%;
  font-size: 1.25vw;
  line-height: normal;
  margin-left: auto;
  margin-right: auto;
  
}

.title-image {
  /* width: 600px; */
  margin: 0 auto;
  position: relative;
  top: 0px;
  color: #fff;
  z-index: 3;
  width: 35%;
}


.col6 {
  display: flex;
  border: 4px solid #003da6;
  justify-content: space-evenly;
  background-image: url(https://www.nba.com/resources/static/team/v2/sixers/images/TransitionImages-2000x279.png);
  background-size: 1300px 400px;
  height: auto;
  padding-bottom: 10px;
  margin: 30px 0px 30px 0px;
}

.red-cta-button {
  background: #dd0031;
  padding: 14px 24px;
  display: flex;
  padding-bottom: 9px;
  border: 5px #dd0031 solid;
}

.red-cta-button p {
  color: white;
  font-size: 21px;
  margin: 0;
  letter-spacing: 1px;
}

.bottom-cta-section {
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  height: 20vw;
}
.footer-image {
  margin: auto;
  margin-bottom: -10px;
  width: 100%;
}
.crypto-76 {
  width: 100%;
}


.buy-now a {
  border: 5px solid #003da6;
  padding: 16px 30px;
  margin: 10px;
  font-size: 2vw;
  color: white;
  background-color: #003da6;
  font-weight: bold;
  border-radius: 5%;
}

.buy-now a:hover {
  border: 5px solid #003da6;
  color: white;
  background-color: #dd0031;
}

.buy-now {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}

.options {
  padding: 10px;
  padding-bottom: 2%;
}

.catch-games {
  padding: 20px;
  font-size: 4vw;
  font-weight: bold;
  color: #003da6;
}

.titles {
  font-size: 2vw;
  font-weight: bold;
  color: #003da6;

}
.collage {
  margin: auto;
}
.full-schedule {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.ticket-buy {
  background-size: cover;
}
.ticket-image {
  max-width: 100%;
}
.ticket-image img {
  border-radius: 5%;
  width: 80%;
  margin: auto;
}
.upgames {
  margin: auto;
  width: 60%;
}
.upgames img {
  border-radius: 30px;
}
.mySlides {
  display:none;
  width: 60%;
  margin: auto;
}

.nft-originals {
  /* display: flex; */
  justify-content: space-evenly;
  flex-direction: row;
  padding: 10px;
}
.nft-section {
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  max-width: 50%;
  flex: auto;
  background-size: cover;
  padding: 20px;
}
.nft-image {
  flex-grow: 1;
}
.nft-button {
  flex-grow: 1;
}

.originals {
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  max-width: 50%;
  flex: auto;
  background-size: cover;
  padding: 20px;
}
.originals-image {
  flex-grow: 1;
}
.originals-button {
  flex-grow: 1;
}

.schedule {
  padding: 10px 30px 10px 30px;
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
}
.sch1 {
  flex-grow: 1;
  padding: 5px;
}
.sch1 img {
  border-radius: 5px;
}
.sch2 {
  flex-grow: 1;
  padding: 5px;
}
.sch2 img {
  border-radius: 5px;
}
.schedule2 {
  padding: 10px 30px 30px 30px;
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
}

.photo-section {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-auto-rows: 240px;
  padding: 20px 10px;
}
  

/* .card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #353535;
  font-size: 3rem;
  color: #fff;
  box-shadow: rgba(3, 8, 20, 0.1) 0px 0.15rem 0.5rem, rgba(2, 8, 20, 0.1) 0px 0.075rem 0.175rem;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 500ms;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
} */

/* .card:hover {
  animation-name: rotate;
  animation-duration: 0.7s;
  transform: scale(1.1);
  z-index: 999;
  opacity: 1;
  
} */

/*@keyframes rotate{
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}*/


/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 900px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
/* .modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
} */

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: -10px;
  color: #f1f1f1 !important;
  font-size: 40px !important;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}







.city-history-section {
  /* padding: 60px 0px; */
  background-size: cover;
  background-repeat: round;
  /* background: url(https://cdn.nba.com/teams/uploads/sites/1610612755/2022/11/grey-map-BG.png); */
  /* background-color:#CE0E2D; */
  background-size: cover;
  background-position: center;
  
}

.city-history-section .city-history-title {
  margin-bottom: 40px;
  width: 70%;
  margin-left: auto;
  margin-right:28%;
  font-size: 3vw;
  font-weight: bold;
  line-height: normal;
  color: #003da6;
}

.city-text {
  margin: auto;
  padding-right: 20px;
  padding-left: 20px;
  color: #ffffff;
  font-weight: bold;
  width: 70%;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2rem;
}

.brother-image img {
  width: 65%;
  margin: auto;
}

.reveal{
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active{
  transform: translateY(0);
  opacity: 1;
}

.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;
  width: 100%;
  background-image: url('https://sixer.s3.amazonaws.com/taste-of-spain.gif');
  background-size: cover;
  background-position: center; */
  
}

.jersey-section2 {
  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;
}

.overlay-vid {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: rgba(0,0,0,0.6);

}

.video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;

}


.city-history-card {
  width: 75%;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 90px;
}

.city-history-card p {
  
  font-size: 18px;
}

.uniform {
  width: 100%;
  margin: auto;
  z-index: 3;
  padding: 2%;
  background-size: cover;
  background-position: bottom;
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('https://sixer.s3.amazonaws.com/taste-of-spain.gif');
  background-size: cover;
  background-position: center;
}
.image-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px;
  margin:auto;
  z-index: 3;
  
}

.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;
}

.CE-vid {
  width: 100%;
  margin: auto;
  /* padding-bottom: 40px; */
  border: 2px solid #1a459d;
  border-radius: 5px;
  box-shadow: 0 0 5px #1a459d;
  animation: flicker 1.5s infinite alternate;
}

@keyframes flicker {
  0% { box-shadow: 0 0 5px #1a459d; }
  100% { box-shadow: 0 0 20px #ce0e2d; }
}

.launch-video {
  padding-bottom: 2%;
}

/* .launch-video {
  position: relative;
  max-width: 800px; 
  margin: 0 auto;
}

.launch-video::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://cdn.nba.com/teams/uploads/sites/1610612755/2023/11/CE-video-cover.png');
  background-size: cover;
  z-index: 1;
}

.launch-video video {
  position: relative;
  z-index: 2;
}

.launch-video video {
  position: relative;
  z-index: 2;
} */



.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;
}


.city-history-stars {
  position: absolute;
  top: 0;
  left: 0;
}

.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: 4em;
  margin-bottom: 1vw;
  font-weight: bold;
  letter-spacing: 1px;
}

.bottom-cta p {
  color: white;
  font-size: 1.25vw;
  
}

.bottom-cta .red-cta-button {
  justify-content: center;
  padding: 1vw 3vw;
  padding-bottom: 0.6vw;
}

.bottom-cta .red-cta-button p {
  
  font-size: 1.25vw;
}

@media only screen and (max-width: 3000px) {
  .game-expo img {
    width: 100%;
  }
  .jersey-section img {
    width: 30%;
    margin: auto;
  }
}

@media only screen and (max-width: 2000px) {


  .plan-offer-cards {
      margin-top: 10em;
    }
    .post-single-ticket-card .tailored {
      margin-top: 3.5em;
    }
    .col6 {
      height: auto;
    }

}

@media only screen and (max-width: 1700px) {

  .card-one-left-inner .sub-title  {
      font-size: 2vw;
  }

  .card-two-right-inner .main-title {
      font-size: 2vw;
  }

  .cta-title {
    font-size: 2vw !important;
}
  .plan-card-label a {
    font-size: 2vw !important;
  }


}

@media only screen and (min-width:2500px) {
  .photo-section {
    grid-template-columns: repeat(auto-fit, minmax(415px, 1fr));
  }
  .image-gallery {
    margin: auto;
  }
  .image-gallery > li {
    /* height: 400px; */
  }
  .city-text {
    font-size: 1vw;
  }
  .heritage-image img {
    width: 100%;
  }
  .pennant img {
    margin: auto;
  }
  .nft-section {
    padding: 20px;
  }
  .originals {
    padding: 20px;
  }
  .wood-76 img {
    width: 100%;
  }
  .brother-image {
    width: 50%;
    margin: auto;
  }
}


@media only screen and (min-width: 1550px) {
  .city-top-section {
    /* height: 800px; */
    padding-bottom: 0;
    justify-content: center;
  }



}

@media only screen and (max-width: 1500px) {
  .post-single-ticket-card {
    height: 760px !important;
  }

  .plan-offer-cards {
      margin-top: 20em;
    }
    .post-single-ticket-card .tailored {
      margin-top: 3.5em;
}
.cta-info-section {
  height: 75px;
}
}

@media only screen and (max-width: 1300px) {
  .post-single-ticket-card {
    height: 700px !important;
  }
  .plan-offer-cards {
      margin-top: 20em;
    }
    .post-single-ticket-card .tailored {
      margin-top: 3.5em;
}


}

@media only screen and (max-width: 1050px) {
  .plan-offer-cards {
    width: 90%;
    margin-top: 30em;
  }

  .cta-info-section {
    height: 50px;
  }

  .post-single-ticket-card .tailored {
      margin-top: 4.5em;
  }
  .post-single-ticket-card {
    height: 620px !important;
  }

    .mid-section p {
      width: 90%;
      font-size: 16px;
    }

    .perks p {
      font-size: 16px;
    }
    /* .image-gallery > li {
      height: 490px;
    } */

    

}


@media only screen and (max-width: 992px) {
  .matchup-cta {
    border: 2px solid #003da6;
    border-top: none;
  }
  .matchup-promotion {
    border: 2px solid #003da6;
  }
  .matchup-jersey {
    border: 2px solid #003da6;
    border-top: none;
    border-bottom: none;
  }
  .matchup-icon {
    border: 2px solid #003da6;
    border-top: none;
    border-bottom: none;
    border-left: none;
  }
  .title-image {
    margin: 0;
    width: fit-content;
  }
  
  .catch-games {
    font-size: 4vw;
    padding: 5px;
  }
  .uniform {
    width: 100%;
  }
  .jersey-section img {
    object-fit: cover;
    /* height: 850px; */
    width: 100%;
  }
  
  
  .image-gallery > li {
    height: unset;
    flex: auto;

  }
}


/* place holder */

@media only screen and (max-width: 800px) {

  .plan-offer-cards {
      margin-top: 34em;
    }
    .post-single-ticket-card .tailored {
      margin-top: 6em;
    }
    .buy-now a {
      font-size: 1.8vw;
    }
    .mid-section p {
      width: 90%;
      font-size: 16px;
    }
    .title-image {
      margin: 0;
    }
    
    .catch-games {
      font-size: 4vw;
      padding: 5px;
    }
    
    .ticket-image img {
      border-radius: 5%;
      margin: auto;
  }

}

@media only screen and (max-width: 600px) {
  .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;
  }

  .CE-vid {
    width: 95%;
    margin: auto;
    /* padding-bottom: 40px; */
  }
  


  .central-nav a {
    border: 2px solid #003da6;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    margin: 5px;
    text-align: center;
    width: 40%;
    padding: 0;
    padding-top: 14px;
    padding-bottom: 7px;
    letter-spacing: 1px;
  }
  .main-content-container {
    position: relative;
    width: 100%;
  }
  .mid-section .what-you-get {
    font-size: 3em;
  }

  .title-image {
    margin: 0;
    width: fit-content;
  }
  .city-text {
    width: 100%;
  }
  .ticket-section {
    flex-direction: column;
  }
  .ticket-image {
    max-width: 100%;
  }
  .catch-games {
    font-size: 6vw;
  }
  .nft-originals {
    flex-direction: column;
  }
  .nft-section {
    max-width: 100%;
  }
  .originals {
    max-width: 100%;
  }
  .schedule {
    flex-wrap: wrap;
  }
  .sch1 {
    width: 50%;
  }
  .schedule2 {
    flex-wrap: wrap;
  }
  .sch2 {
    width: 50%;
  }
  
  .jersey-section img {
    width: 100%;
    object-fit: cover;
    height: 400px;
  }
  .uniform {
    width: unset; 
  }
  .jersey-section img {
    object-fit: cover;
    height: 450px;
  }
  .video {
    object-fit: unset;
  }
  .ticket-image img {
    border-radius: 5%;
    width: 100%;
    margin: auto;
  }

  .overlay-vid {
    background: rgb(0 0 0 / 42%);
  }
  .brother-image img {
    width: 100%;
  }













  .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;
  }
  .tm-logo {
    margin-top: -1em;
    width: 60%;
  }
  .tm-logo img {
    width: inherit !important;
  }
  .ticket-central-sub-header {
    font-size: 30px !important;
    margin-bottom: 0 !important;
  }
  .perks {
    width: 95%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 10;
    margin-top: 0%;
  }
  .perks .col3 {
    width: 95%;
    margin-bottom: 1em;
  }

  .col6 {
    display: flex;
    border: 4px solid #003da6;
    justify-content: space-evenly;
    align-items:center;
    flex-direction: column;
    height: 150px;
  }

  .perk-title {
    font-size: 30px;
    font-weight: bold;
}

  .perks .perk-title {
    font-size: 3.4vw;
    line-height: normal;
    color: #003da6;
    font-weight: bold;
    padding-top: 60px;
}

  .perks p {
    /* color: #003da6; */
    font-size: 16px;
    line-height: normal;
    padding: 15px;
  }
  .perks p {
    width: 100%;
    font-size: 16px;
    line-height: 18px;
  }

  .perks .col6 {
    width:98%;
  }
  .perks .perk-title {
    font-size: 30px !important;
    line-height: 30px !important;
  }
  .stars-semi-circle {
    right: 0;
    bottom: 6em;
    width: 25%;
  }
  .post-single-ticket-card {
    height: 640px;
    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;
  }
  .buy-now {
    flex: 0 0 50%;
  }
  .buy-now a {
    font-size:3vw;
  }
  .card-tall {
    grid-row: span 1 / auto;
  }

  .card-wide {
    grid-column: span 1 / auto;
  }

  .single-game-card img {
    width: 15%;
    margin: 0px;
  }
  .single-game-card h3 {
    font-size: 3em;
    margin-bottom: 10px;
  }
  .red-cta-button {
    padding: 12px 20px;
    padding-bottom: 5px;
  }
  .ticket-snake-background {
    margin-top: -56em;
    width: 100%;
    margin-right: auto;
    opacity: 20%;
  }
  .post-single-ticket-card .tailored {
    font-size: 3em;
    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: 36em;
    position: relative;
    flex-direction: column;
    background: #dd0031;
  }
  .plan-card {
    width: 85%;
    margin-bottom: 2em;
  }
  .plan-card-label {
    padding: 10px 0;
    padding-top: 19px;
  }

  .titles {
    font-size: inherit;
  }

  .jersey-section {
    flex-direction: column;
  }

  .jersey-section2 {
    flex-direction: column;
  }
  .city-history-section .city-history-title {
    margin-top: 60px;
    margin-bottom: 30px;
    width: 90%;
    font-size: 8vw;
    margin-right: 2%;
  }
  .nomiss {
    font-size: 5vw;
  }

  .city-history-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: 30px !important;
    line-height: 30px !important;
    margin-bottom: 0;
  }
  .card-one-left-inner .sub-title {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 5px;
  }
  .plan-card-label a {
    font-size: 30px !important;
    line-height: 30px !important;
  }
  .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: 30px;
    line-height: 30px;
  }
  .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 {
    padding: 60px 0;
    background-size: auto;
  }
  .bottom-cta-row {
    width: 90%;
    flex-direction: column;
    align-items: center;
  }
  .photo-section {
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  }
  /* .card {
    opacity: 1;
  } */
  .need-to-know-text .main-title {
    font-size: 10vw;
    letter-spacing: 1px;
    margin-top: 60px;
    line-height: normal;
    width: 80%;
  }
  .need-to-know-text p {
    width: 100%;
    line-height: 18px;
    font-size: 18px;
  }
  .need-to-know-items {
    flex-direction: column;
    align-items: center;
  }
  .need-to-know-link {
    width: 95%;
    text-align: center;
    margin-bottom: 2em;
  }
  .need-to-know-link img {
    padding-left: 22;
  }
  .need-to-know-link p {
    font-size: 30px !important;
    line-height: 30px !important;
  }
  .bottom-cta {
    margin-bottom: 4em;
    text-align: center;
    align-items: center;
    width: 100%;
  }
  .bottom-cta .cta-title {
    font-size: 30px !important;
    line-height: 30px !important;
  }
  .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;
  }
}



/* New City Edition start */
@import url(//fonts.googleapis.com/css?family=Vibur);
html,body{
  height:100%
}
/* body {
  background: #112 url(//images.weserv.nl/?url=i.imgur.com/6QJjYMe.jpg)  center no-repeat;
  background-size:cover;
  margin:0
} */
.logo {
  text-align: center;
  /* width: 65%;
  height: 250px; */
  margin: auto;
  /* position: absolute; */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
   user-select: none;
}

.brother {
  width: 50%;
  /* margin: auto; */
}

.logo b{
  font: 400 9vh "WhitneyBold";
  color: #ffffff;
  text-shadow: 0 -40px 100px, 0 0 2px, 0 0 1em #ce0e2d, 0 0 0.5em #ce0e2d, 0 0 0.1em #ce0e2d, 0 10px 3px #000;
}
.logo b span{
  animation: blink linear infinite 2s;
}
.logo b span:nth-of-type(2){
  animation: blink linear infinite 3s;
}
@keyframes blink {
  78% {
    color: inherit;
    text-shadow: inherit;
  }
  79%{
     color: #333;
  }
  80% {
    
    text-shadow: none;
  }
  81% {
    color: inherit;
    text-shadow: inherit;
  }
  82% {
    color: #333;
    text-shadow: none;
  }
  83% {
    color: inherit;
    text-shadow: inherit;
  }
  92% {
    color: #333;
    text-shadow: none;
  }
  92.5% {
    color: inherit;
    text-shadow: inherit;
  }
}



#btn-twtr{
  clear:both;
  color:#fff;
  border:2px solid;
  border-radius:3px;
  text-align:center;
  text-decoration:none;
  display:block;
  font-family:sans-serif;
  font-size:14px;
  width:13em;
  padding:5px 10px;
  font-weight:600;
  position:absolute;
  bottom:20px;
  left:0;
  right:0;
  margin:0 auto;
  background:rgba(0,0,0,0.2);
  box-shadow:0 0 0px 3px rgba(0,0,0,0.2);
  opacity:0.4
}#btn-twtr:hover{color:#fff;opacity:1}

.menu {
  display: flex;
  align-items: center;
  justify-content: space-around;
  list-style: none;
  color: #ffffff; 
  font-weight: bold; 
  /* font-size: 18px;  */
  line-height: 1.5; 
  padding: 15px;
  font-family: WhitneyBold;
  font-size: clamp(2rem,4vw,3rem);
  text-shadow: 0 0 10px var(--neon-glow), 0 0 20px var(--neon-glow), 0 0 30px var(--neon-glow), 0 0 40px var(--neon-glow), 0 0 50px var(--neon-glow), 0 0 60px var(--neon-glow), 0 0 70px var(--neon-glow);
  
}


.menu li a:hover {
  color: var(--neon);
  text-shadow: 0 0 10px #ce0e2d, 0 0 20px #ce0e2d, 0 0 30px #ce0e2d, 0 0 40px #ce0e2d, 0 0 50px #ce0e2d, 0 0 60px #ce0e2d, 0 0 70px #ce0e2d;
}

.w36 {
  width: 2rem;
  margin: auto;
}

.Galleryce {
  padding: clamp(22px,1vw,120px);
  /* background-color:#CE0E2D; */
  width: 100%;
}

:root {
  --neon: #FFFF;
  --neon-glow: #1a459d;
}
.gallery-ce-title {
  /* font-size: clamp(2rem,4vw,3rem);
  text-align: center;
  -webkit-margin-after: 40px;
  margin-block-end: 40px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-weight: 800; */
  font-size: clamp(2rem, 4vw, 3rem);
  text-align: center;
  margin-bottom: 40px; /* Adjusted to standard CSS */
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 800;
  color: var(--neon);
  text-shadow: 0 0 10px var(--neon-glow), 0 0 20px var(--neon-glow), 0 0 30px var(--neon-glow), 0 0 40px var(--neon-glow), 0 0 50px var(--neon-glow), 0 0 60px var(--neon-glow), 0 0 70px var(--neon-glow);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 1.5em;
  gap: 1.5em;
  /* max-width: 1200px; */
  margin: auto;
}

.gallery-grid > img {
  border-radius: 10px;
}




/* Neon button start */




:root {
  --main-font-size: 10px;
  --bg-color: black;
  --red: #cb3535;
  --white: #fcfcfc;
  --red-neon-0: rgba(204, 0, 0, 1);
  --red-neon-1: rgba(204, 0, 0, 0.3);
  --red-neon-2: rgba(255, 0, 0, 0.3);
  --red-neon-3: rgba(204, 0, 0, 0.3);
  --blue: #ce0e2d;
}

/* Button mixin */
.btn {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-color: #012340;
  background-repeat: no-repeat;
  background-position: 18px center;
  border: 1px solid var(--red);
  white-space: nowrap;
  outline: none;
  color: #FFFF;
  font-size: var(--font-size);
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 300;
  width: auto;
  white-space: pre-wrap;
  transition: all 0.3s ease;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  font-size: 1.5rem !important;
}

/* Button hover state */
.btn:hover {
  /* animation: intermittente 0.01s infinite alternate;
  box-shadow: 0px 0px 35px var(--red-neon-1), 0 0 11px var(--red-neon-1),
    0 0 2px var(--red-neon-2), 0 0 1px var(--red-neon-3), 0 0px 17px var(--red-neon-1),
    inset 0px 0 17px var(--red-neon-3), inset 0px 0 30px var(--red-neon-3); */
    box-shadow: 0 0 5px #ce0e2d, 0 0 25px #ce0e2d, 0 0 50px #ce0e2d, 0 0 200px #ce0e2d;
    background-color: #ce0e2d;
    color: #fff;
}

/* ANIMATIONS */
@keyframes intermittente {
  75% {
    opacity: 0.7;
  }
}



.btn {
  font-family: WhitneyBold;
  /* position: absolute;
  top: 87%;
  left: 50%; */
  /* transform: translate3d(-50%, -50%, 0); */
}


/* Button mixin */
.btn2 {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-color: #ce0e2d !important ;
  background-repeat: no-repeat;
  background-position: 18px center;
  border: 1px solid var(--red);
  white-space: nowrap;
  outline: none;
  color: #FFFF;
  font-size: var(--font-size);
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 300;
  width: auto;
  white-space: pre-wrap;
  transition: all 0.3s ease;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  font-size: 1.5rem !important;
  font-family: WhitneyBold;
}

/* Button hover state */
.btn2:hover {
  /* animation: intermittente 0.01s infinite alternate;
  box-shadow: 0px 0px 35px var(--red-neon-1), 0 0 11px var(--red-neon-1),
    0 0 2px var(--red-neon-2), 0 0 1px var(--red-neon-3), 0 0px 17px var(--red-neon-1),
    inset 0px 0 17px var(--red-neon-3), inset 0px 0 30px var(--red-neon-3); */
    box-shadow: 0 0 5px #1a459d, 0 0 25px #1a459d, 0 0 50px #1a459d, 0 0 200px #1a459d !important;
    background-color: #1a459d !important;
    color: #fff;
}




/* neon button end */






/* Collapse menu start */
@media (max-width: 1199px) {
  .menu {
      display: none;
  }

  .menu.collapsible {
      display: block;
  }

  .menu.collapsible.active {
      display: block;
  }

  .menu.collapsible ul {
      padding: 0;
      margin: 0;
      list-style-type: none;
  }

  .menu.collapsible li {
      padding: 10px;
      text-align: center;
  }
}
/* Collapse menu end */





/* swiper cards start */

swiper-container {
  width: 50%;
  /* height: 320px; */
  overflow: visible !important;
}

swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

.swipe-gal {
  display: flex;
  justify-content: center;
}

.red-arrow {
  flex: 1;
  width: 50%;
  margin: auto;
}


/* swiper cards end */


/* Buy Section start */
.AccessCityJersey-buy {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding: 0!important;
  gap: 2em;
  flex-direction: row-reverse;
}
.AccessCityJersey-buy2 {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding: 0!important;
  gap: 2em;
  
}
.AccessCityJersey-content-section {
  flex: 1 1;
  text-align: left;
  align-self: center;
  justify-self: center;
  padding-block: 25px;
  -webkit-padding-end: 25px;
  padding-inline-end: 25px;
  /* width: 100%;
  background-image: url('https://sixer.s3.amazonaws.com/taste-of-spain.gif');
  background-size: cover;
  background-position: center; */
}
.AccessCityJersey-container {
  max-width: 630px;
  margin-inline: auto;
}
.AccessCityJersey-head {
  margin-block-end: 25px;
}
.AccessCityJersey-header {
  font-size: clamp(1.5rem,2.0vw,3rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .4px;
  text-align: center;
  text-transform: uppercase;
}
.AccessCityJersey-text {
  margin-block-start: 5px;
  -webkit-margin-after: 10px;
  margin-block-end: 10px;
}
.AccessCityJersey-text p {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
.AccessCityJersey-headimage {
  width: fit-content;
  text-align: right;
  margin: auto;
  padding-top: 3%;
}




.AccessCityJersey_button {
  color: #14161a!important;
  background-color: #1a459d;
  box-shadow: none;
}
.AccessCityJersey-reading {
  flex: 1 1;
}
.AccessCityJersey-reading-image {
  height: 100%;
}




@media screen and (max-width: 1199px) {
  .AccessCityJersey-buy {
    gap: 0;
    flex-direction: column;
    align-items: center;
}
.AccessCityJersey-buy2 {
  gap: 0;
  flex-direction: column;
  align-items: center;
}

}
/* Buy section end */


.hard-copy {
  color: #0a2240; 
  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;
  font-family: WhitneyBold;

}

.lg:container 

.center-vert {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sub-header {
  font-size: 32px;
  /* text-align: center !important; */
  color: #FFFFFF !important;
  /* padding-top: 30px; */
  text-transform: uppercase;
  line-height: 1.25;
  font-family: CactusBold;
  letter-spacing: 1.25px;
}

.secondary-header {
  font-weight: bold;
  color: #003da6 !important;
  /* font-size: 64px; */
  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;
  line-height: 1;
  /* font-family: CactusBold; */
    font-family: 'WhitneyBold';
  /* text-shadow: 0px 0px 15px black !important; */
  font-size: clamp(2rem, 4vw, 3rem);
}

.matchup-copy {
  font-size: 18px;
 }
 .red-outline-button {
  max-width: 270px;
  width: 100%;
}

.secondary-nav-button {
  color: #ffffff !important;
  background-color: #dd0031 !important;
  /* border: solid 2px #dd0031  !important; */
}


.secondary-nav-button:hover {
  background-color: #1a459d !important;
  color: #FFFFFF !important;
  box-shadow: 0 0 5px #1a459d, 0 0 25px #1a459d, 0 0 50px #1a459d, 0 0 200px #1a459d;
  background-color: #1a459d;
  color: #fff;
}

.secondary-nav-button:hover p {
  color: #FFFFFF !important;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  /* text-decoration-color: #dd0031 !important; */
  text-underline-offset: 5px;
}

.ticket-card:hover .secondary-nav-button {
  background-color: #003da6 !important;
  color: #FFFFFF !important;
}

.ticket-card:hover .secondary-nav-button p {
  color: #FFFFFF !important;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-decoration-color: #dd0031 !important;
  text-underline-offset: 5px;
}

.secondary-nav-header {
  /* font-weight: bolder; */
  font-size: 24px;
  text-align: center !important;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: CactusBold;
  padding-top: 5px;
  line-height: 1.25;
}

.content-container-width {
  width: 80%;
  margin: auto;
}

.pop-out:hover {
  transform: scale(1.03);
  z-index: 2;
  border: solid 5px #dd0031;
}

@media only screen and (max-width: 1001px) {
  .mob-table-hide {
    display: none !important;
  }
  .mob-hide {
    display: none !important;
  }
  .perks-padding {
    padding: 5px;
  }

  .hard-copy {
    /* padding: 5px; */
  }
  /* .red-outline-button {
    width: 265px;
  } */

}

@media only screen and (max-width: 1000px) {
  .buy-tickets-button{
    max-width: none !important;
    width: 95% !important;
  }
  .brother {
    width: 100%;
  }
  .gallery-grid {
    grid-template-columns: repeat(2,1fr);
  }

}

@media only screen and (min-width: 1000px) {
  .desk-table-hide {
    display: none !important;
  }
  .desk-hide {
    display: none !important;
  }
}

@media only screen and (max-width: 600px) {
  .hard-copy {
    font-size: 16px;
    padding: 10px;
  }
  .hard-copy-white{
    font-size: 16px;
    padding: 10px;
  }
  .secondary-header {
    /* font-size: 48px !important; */
    margin-top: 0px !important;
    margin-bottom: 5px !important;
    padding-top: 25px !important;
  }
  .sub-header {
    padding-top: 3px;
    font-size: 24px;
  }
  .matchup-copy {
    font-size: 16px;
   }
   .red-outline-button {
    max-width: 180px;
    width: 100%;
  }
  .secondary-nav-header {
    font-size: 24px;
    letter-spacing: 2px;

  }
  .content-container-width {
    width: 95%;
  }
  .city-top-section {
    /* height: 40vh; */
  }
  .AccessCityJersey-content-section {
    padding: 0%;
  }
  .AccessCityJersey-text p {
    padding: 5%;
  }
  .AccessCityJersey-headimage {
    padding: 5%;
  }
  
  

  .red-arrow {
    display: none;
  }

  .AccessCityJersey-header {
    padding: 4%;
  }
  .AccessCityJersey-head {
    margin-block-end: unset;
    padding-top: 3%;
}
  swiper-container {
    width: 75% !important;
  }
  /* .swipe-gal :nth-child(1) { order: 2; }
  .swipe-gal :nth-child(2) { order: 3; }
  .swipe-gal :nth-child(3) { order: 1; }
  .swipe-gal :nth-child(4) { order: 3; }
  .swipe-gal :nth-child(5) { order: 1; } */
}

/* New cards css start */
.gallery {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin: 0 auto;
}
.card-container {
  position: relative;
  width: 30%;
}
.cardd {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s ease;
  border-radius: 5px;
  padding: 10px;
  margin: 10px;
  text-align: center;
}
.card:not(:first-child) {
  transform: translateX(20%);
  opacity: 0.7;
}
.button {
  cursor: pointer;
  padding: 10px 20px;
  background-color: unset;
  color: white;
  border: none;
  border-radius: 5px;
}
.button img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 5px;
}

.cardd img {
border-radius:18px;
}
/* new cards css end */

/* Watch Video */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  padding: 20px;
  text-align: center;
  background-color: transparent !important;
  border: none !important;
}


.close:hover {
  color: black;
}

/* Watch Video end */



/* Mobile */
@media (max-width: 480px) {}
/* Extra small devices */ 
@media (min-width: 481px) and (max-width: 767px) {
  /* swiper-container {
    width: 90% !important;
  } */
}

/* Small tablets */
@media (min-width: 768px) and (max-width: 991px) {
  swiper-container {
    width: 65% !important;
  }
}

/* Large tablets/laptops */
@media (min-width: 992px) and (max-width: 1199px) {
  swiper-container {
    width: 65% !important;
  }
}
/* Desktops */
@media (min-width: 1200px) and (max-width: 1919px) {}
/* Extra large screens */
@media (min-width: 1920px) {
  /* .modal-content {
    transform: none;
    top: 25%;
    left: 25%;
  } */
}






/* New City Edition end */


