@font-face {
    font-family: Graphik-RegularItalic;
    src: url(../assets/fonts/Graphik-RegularItalic.otf);
}
@font-face {
    font-family: Irvin-Text;
    src: url(../assets/fonts/Irvin-Text.otf);
}
@font-face {
    font-family: New_Yorker_Irvin_Heading;
    src: url(../assets/fonts/New_Yorker_Irvin_Heading.otf);
}
@font-face {
    font-family: TNYAdobeCaslonPro-Regular;
    src: url(../assets/fonts/TNYAdobeCaslonPro-Regular.otf);
}
@font-face {
    font-family: TNYAdobeCaslonProSmBld;
    src: url(../assets/fonts/TNYAdobeCaslonProSmBld.otf);
}

@font-face {
    font-family: 'TNYAdobeCaslonProSmBld';
    src: url('../assets/fonts/TNYAdobeCaslonProSmBld.eot'); /* IE9 Compat Modes */
    src: url('../assets/fonts/TNYAdobeCaslonProSmBld.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../assets/fonts/TNYAdobeCaslonProSmBld.woff2') format('woff2'), /* Super Modern Browsers */
         url('../assets/fonts/TNYAdobeCaslonProSmBld.woff') format('woff'), /* Pretty Modern Browsers */
         url('../assets/fonts/TNYAdobeCaslonProSmBld.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('../assets/fonts/TNYAdobeCaslonProSmBld.svg#svgFontName') format('svg'); /* Legacy iOS */
  }

  
@font-face {
    font-family: Graphik-Regular;
    src: url(../assets/fonts/Graphik-Regular.otf);
}
@font-face {
    font-family: New-Yorker-Irvin-Heading;
    src: url(../assets/fonts/New-Yorker-Irvin-Heading.otf);
}
@font-face {
    font-family: Graphik-Medium;
    src: url(../assets/fonts/Graphik-Medium.otf);
}
@font-face {
    font-family: TNYAdobeCaslonPro-Italic;
    src: url(../assets/fonts/TNYAdobeCaslonPro-Italic.otf);
}
@font-face {
    font-family: TNYAdobeCaslonPro-BoldItalic;
    src: url(../assets/fonts/TNYAdobeCaslonPro-BoldItalic.otf);
}

body {
    text-align: center;
    margin: 0;
    background-color: #FFFFE4;
}
.section-fixed-width {
    max-width: 880px !important;
    margin: 0 auto !important;
}
.home-ticketing-module {
    max-width: 880px !important;
    margin: 0 auto !important;
}

/************************ Start Desktop Header Section  *******************************/

.headerSection {
    margin: 0px auto;
    position: relative;
}
.header-logo {
    position: absolute;
    top: 27%;
    z-index: 9999;
    width: 100%;
    left: 0%;
}
.header-logo img {
    margin: 0 auto;
    /* width: 30vw; */
    width: 30.156vw;
}
.presented-by-img {
    margin-top: 8px;
    width: 109px;
}
.event-date {
    font-family: 'Irvin-Text';
    font-style: normal;
    font-size: 28px;
    line-height: 32px;
    font-weight: 400;
    color: #003366;
    text-align: center;
    margin-bottom: 0.7%;
    letter-spacing: 0.1px;
    margin-top: 24px;
}
.presented-by {
    display: inline-flex;
    gap: 0rem;
}
.presented-by p {
    font-family: 'Graphik-Medium';
    font-style: normal;
    font-size: 0.938vw;
    line-height: 1.406vw;
    font-weight: 500;
    color: #003366;
}
.header {
    width: 100%;
    display: flex;
    gap: 26%;
    background-color: #003366;
    color: #FFF;
    justify-content: center;
    padding-top: 0.5%;
    align-self: flex-end;
    /* position: fixed; */
    transition: top 0.3s;
    z-index: 999999;
    padding-top: 0.7%;
}
.header-main {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 99999;
}
.presented-by-txt {
    font-family: 'Graphik-Medium';
    font-style: normal;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    letter-spacing: 0.5px;
    /* margin-top: 14%; */
    margin: 0;
    margin-bottom: 4px;
}

.nav-event-date {
    font-family: 'Graphik-Medium';
    font-style: normal;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    letter-spacing: 0.5px;
    /* margin-top: 14%; */
    margin: 0;
    /* color: #003366; */
}
.header div:nth-child(1) {
    margin: auto 0;
    margin-bottom: 0;
}
.header-nav {
    width: 100%;
    background-color: #003366;
    z-index: 99999;
    position: fixed;
}
.video-section {
    padding-top: 2.8%;
}

.c-header__nav-wrapper {
    display: flex;
    justify-content: center;
    margin: 0;
    list-style: none;
    gap: 2.813vw;
    padding: 1% 2% 1% 3%;
    margin-left: -2%;
}
.c-header__nav-wrapper li {
    font-family: 'Graphik-Medium';
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.c-header__nav-wrapper a {
    color: #FFF;
    text-decoration: none;
}
.header div:nth-child(3) {
    margin-top: 18px;
}
#vid {
    width: 100%;
    top:0;
    position: relative;
    z-index: 999;
}


  .header-logo {
    -webkit-animation: 3s ease 0s normal forwards 1 fadein;
    animation: 3s ease 0s normal forwards 1 fadein;
    visibility: hidden;
}

@keyframes fadein{
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }
    to   { visibility: visible; }
}

@-webkit-keyframes fadein{
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }
    to   { visibility: visible; }
}
.tny-logo img {
    width: 100%;
    /* margin-left: 22%; */
}

/************************ End Desktop Header Section  *******************************/

/************************ Start Desktop Body Section  *******************************/
img[src*="sync.graph.bluecava.com"] {
    display:none;
}

.body-content {
    background-color: #FFFFE4;
    /* margin-top: -1%; */
    /* padding: 6.4% 14% 7% 14%; */
    padding: 196px 0% 0% 0%;
    text-align: left;
    color: #003366;
}
.join-section {
    padding: 0 22%;
}
.body-content:nth-of-type(2) {
    padding: 0px 0% 0% 0%;
}
/* .body-content ~ .body-content {
    padding-top: 0;
} */
.italic-ticket-content {
    font-family: 'TNYAdobeCaslonPro-Italic';
    font-size: 1.641vw;
    line-height: 2.500vw;
}
.email-title {
    font-family: 'TNYAdobeCaslonProSmBld';
    font-style: normal;
    font-weight: 600;
    font-size: 2.344vw;
    line-height: 3.125vw;
    padding-top: 8%;
    margin-right: 12%;
}
.phone, .email {
    width: 508px;
    background: #FFFFFF;
    border: 1px solid #003366;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
    color: #003366;
    /* flex: 1; */
    text-indent: 5%;
    margin-right: -1px;
}
.form-wrapper {
    display: flex;
    align-items: stretch;
    height: 54px;
}

.submit-email-subscribe, .submit-phone-subscribe {
    width: 147px;
    background: #003366;
    color: #FFF;
    font-family: 'Graphik-Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.5px;
    cursor: pointer;
    border: none;
}

.sailthru-add-subscriber-errors, .phone-errors {
    font-family: 'Graphik-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0;
    color: #003366;
}


.white-horizontal-line {
    display: none;
}

.email::placeholder, .phone::placeholder {
    font-family: 'Graphik-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
    color: #003366;
}
.cookie-settings-content a {
    color: #FFF;
}
.success, .phone-success {
    font-family: 'TNYAdobeCaslonPro-Regular';
    font-size: 32px;
    line-height: 40px;
    text-align: center;
}
.phone-success {
    padding-bottom: 5%;
}

.join-heading a {
    color: inherit;
}
main.body-content:nth-of-type(3) {
    display: none;
}
/* mozila firefox issue fixed */
:focus {
    outline:none;
}
::-moz-focus-inner {
    border:0;
}


.desktop {
    display: block;
}
.mobile {
    display: none;
}
.ss-desktop {
    display: block;
}
.ss-tab {
    display: none;
}

/* For ticket info naviation position */
#ticket-info {
    scroll-margin-block-start: 70px;
    /*Adds margin to the top of the viewport*/
    
    scroll-margin-block-end: 70px;
    /*Adds margin to the bottom of the viewport*/
 }

 #join {
    scroll-margin-block-start: 200px;
    /*Adds margin to the top of the viewport*/
    
    scroll-margin-block-end: 200px;
    /*Adds margin to the bottom of the viewport*/
 }


.join-title {
    font-family: 'Irvin-Text';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.5px;
    color: #003366;
    text-align: center;
    /* padding: 0 20%; */
}
.join-heading {
    font-family: 'TNYAdobeCaslonProSmBld';
    font-style: normal;
    font-size: 42px;
    line-height: 48px;
    /* margin: 5% 5%; */
    font-weight: 400;
    text-align: center;
    padding: 0 9%;
    margin-top: 32px;
    margin-bottom: 0;
    letter-spacing: normal;
    text-rendering: optimizeLegibility;
}
.join-section p:nth-child(3) strong {
    font-family: 'Irvin-Text';
    font-style: normal;
    font-size: 1.250vw;
    line-height: 1.875vw;
    font-weight: 400;
}
.join-section p:nth-child(3) {
    font-family: 'TNYAdobeCaslonPro-Regular';
    font-style: normal;
    font-size: 1.250vw;
    line-height: 1.875vw;
    margin-bottom: 1%;
    margin-top: 2%;
    font-weight: 400;
    text-align: center;
    padding: 0 24%;
}
.premier-passes {
    /* background: #FFFF33; */
    border: 1px solid #003366;
    margin-top: -0.2%;
}
.news-letter-sec {
    /* padding: 7% 0% 1% 0%; */
    /* padding-top: 196px; */
    /* start oct release */
    padding-top: 64px;
    /* end oct release */
}
.exp-festival {
    padding-top: 96px;
}

.premier-passes-img img {
    margin-right: auto;
    margin-left: auto;
    display: block;
    width: 302px;
}
.premier-title {
    font-family: 'New_Yorker_Irvin_Heading';
    font-style: normal;
    font-size: 28px;
    line-height: 32px;
    font-weight: 400;
    padding-top: 44px;
    margin-bottom: 16px;
    text-align: center;
    letter-spacing: 0.1px;
    font-variant-ligatures: none;
}
.exp-festival .indicator {
    pointer-events: none;
}
.newletter-animation{
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: 1s all ease;
  }
  .newletter-animation.active{
    transform: translateY(0);
    opacity: 1;
    margin-bottom: 0.5px;
  }

.premier-content {
    font-family: 'TNYAdobeCaslonPro-Regular';
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    width: 68%;
    margin: 2% auto;
    text-align: center;
    letter-spacing: 0;
}

.premier-content em {
    font-family: 'TNYAdobeCaslonPro-BoldItalic';
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
}
.premier-content strong {
    font-family: 'TNYAdobeCaslonProSmBld';
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
}
.privacy-policy {
    font-family: 'Graphik-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0;
    color: #003366;
    margin-top: 8px;
}
.privacy-policy p {
    margin: 0;
}
.privacy-policy a {
    color: #003366;
}
.italic-premier-content {
    font-family: 'TNYAdobeCaslonPro-Italic';
    font-size: 1.641vw;
    line-height: 2.500vw;
}
.sign-up-forms {
    width: 75.5%;
    /* margin: 32px 135% 72px 15%; */
    padding-top: 32px;
    padding-bottom: 72px;
    display: block;
    margin: 0 auto;
}
.sailthru-add-subscriber-form {
    padding-top: 16px;
}

.ticket-title {
    font-family: 'Irvin-Text';
    font-style: normal;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.5px;
}

 /* start aug release  */

 /* .home-ticket-info {
    margin: 22% 0% 3% 0%;
    background-color: #FFFFE4;
    color: #003366;
    padding: 196px 0% 0% 0%;
} */

 /* end aug release  */



/* start sep release  */
.home-ticket-info:nth-of-type(1) {
    margin: 22% 0% 3% 0%;
    background-color: #FFFFE4;
    color: #003366;
    padding: 196px 0% 0% 0%;
}

.home-ticket-info:nth-of-type(3) {
    margin: 22% 0% 3% 0%;
    background-color: #FFFFE4;
    color: #003366;
    padding: 0px 0% 0% 0%;
}

.body-content-sep-ticket-info {
    padding: 0px;
}
/* end sep release  */


.join-section {
    margin-top: 22%;
}
main div:nth-child(1) section {
    margin: 0;
}
.three-days-premier {
    display: flex;
    border: 1px solid #003366;
    margin-top: 3%;
}
.three-days-premier div:nth-child(1) {
    flex-basis: 75%;
    position: relative;
}
.three-days-premier li em {
    font-family: 'Graphik-RegularItalic';
    font-style: normal;
    font-size: 13px;
    line-height: 18px;
}
.single-sessions div:nth-child(1) {
    flex-basis: 33%;
}
.single-sessions div:nth-child(2) {
    flex-basis: 33%;
}
.single-sessions div:nth-child(3) {
    flex-basis: 33%;
}

.pre-box1 {
    padding: 2% 0%;
}
.pre-box1 p:nth-child(1), .session-box p:nth-child(1) {
    font-family: 'Graphik-Medium';
    font-style: normal;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    letter-spacing: 0.2px;
    margin: 0;
}
.three-day-premier-pass {
    padding-right: 9% !important;
}
.pre-box1 p:nth-child(2), .session-box p:nth-child(2) {
    font-family: 'New_Yorker_Irvin_Heading';
    font-style: normal;
    font-size: 28px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: 0.1px;
    padding-right: 31%;
    margin-bottom: 8px;
    margin-top: 8px;
    font-variant-ligatures: none;
}

.premier-pass-price {
    font-family: 'TNYAdobeCaslonPro-Regular';
    font-style: normal;
    font-size: 1.406vw;
    line-height: 1.875vw;
    font-weight: 400;
    margin-bottom: 14%;
}
/* start july */
/* .pre-box1 p:nth-child(3), .session-box p:nth-child(3) {
    font-family: 'TNYAdobeCaslonPro-Regular';
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 7%;
    margin-top: 1%;
    letter-spacing: 0px;
}
.pre-box1 p:nth-child(4), .session-box p:nth-child(4) {
    font-family: 'Graphik-Medium';
    font-style: normal;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    padding-bottom: 1%;
    letter-spacing: 0.2px;
} */
/* end july */


.pre-box3 ul li {
    font-family: 'Graphik-Regular';
    font-style: normal;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    padding-right: 5%;
    letter-spacing: 0;
    margin-bottom: 5px;
}

.pre-box3 {
    border-left: 1px solid #003366;
    padding: 2% 3% 2% 0%;
}
/* start july  */
/* .pre-box1 {
    background-color: #7AD3FF;
    padding: 32px 0px 55px 24px;
}
.pre-box2 {
    background-color: #7AD3FF;
    padding-left: 0%; 
} */
/* end july  */



.on-sale-circle-july {
    position: absolute;
    -webkit-border-radius:44px;
    -moz-border-radius:44px;
    border-radius:44px;
    border:1px solid #ccc;
    width: 75px;
    height:75px;
    background: #003366;
    border: 1px solid #003366;
    margin-top: 3%;
    color: #FFF;
    margin-left: 839px;
}

.on-sale-circle-aug {
    position: absolute;
    -webkit-border-radius:44px;
    -moz-border-radius:44px;
    border-radius:44px;
    border:1px solid #ccc;
    width:75px;
    height:75px;
    background: #FFFF33;
    border: 1px solid #003366;
    margin-top: 3%;
    margin-left: 839px;
    color: #003366;
    
}

.on-sale-circle-aug a {
    margin-left: 13px;
    margin-top: -5px;
}
.presented-by {
    margin-top: 30px;
}
.presented-by img {
    width: 109px;
}
.header-buy-tickets {
    font-family: 'Graphik-Medium';
    font-style: normal;
    font-size: 13px;
    line-height: 16px;
    color: #FF3;
    text-decoration-line: underline;
    letter-spacing: 0.5px;
}
.on-sale-circle-aug p, .on-sale-circle-july p {
    font-family: 'Graphik-Medium';
    font-style: normal;
    font-size: 13px;
    line-height: 15px;
    font-weight: 500;
    text-align: center;
    margin-top: 60%;
    letter-spacing: 0.2px;
    margin-left: -3px;
}
.single-sessions {
    display: flex;
    gap: 32px;
    /* start sep release  */
    /* padding-top: 32px; */
    /* end sep release  */
    position: relative;
}
.tickets-info-sub-underline {
    text-decoration-line: underline;
}
/* start july */
/* .single-sessions > div, .single-sessions a {
    border: 1px solid #003366;
    padding: 32px 24px 55px 24px;
    flex-basis: 33%;
} */
/* end july */


.three-days-premier a {
    display: flex;
    /* start july 
    width: 100%;
    end july */
}
.exp-title {
    font-family: 'Irvin-Text';
    font-style: normal;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.5px;
    margin-top: 0px;
}
.exp-content {
    font-family: 'TNYAdobeCaslonProSmBld';
    font-style: normal;
    font-size: 42px;
    line-height: 48px;
    font-weight: 400;
    padding: 0 162px;
    text-align: center;
    letter-spacing: normal;
    text-rendering: optimizeLegibility;
}

.three-days-premier a, .single-sessions a, .dim a {
    color: inherit; /* blue colors for links too */
    text-decoration: inherit; /* no underline */
  }
  .submit-email-subscribe:hover, .submit-phone-subscribe:hover, .faq-sub-btn a:hover, .faq-sub-btn a:hover {
    color: #FFFF33;
  }
  .single-sessions a:hover {
    background-color: #FFFF33;
  }
  .c-header__nav-link:hover {
    color: #FFFF33;
  }
  
  /************************   Key Frames  **********************/

@keyframes fadetext {
    from {
      opacity: 0.4;
      background-color: #FFFFE4 !important;
    }
    to {
      opacity: 1;
      background-color: #FFFFE4 !important;
    }
  }
  .animation {
      animation-duration: .5s;
      animation-name: fadetext;
      animation-timing-function: ease-in;
  }




/*-----------------***************--------------caoursel section Start------------*******************-------------*/

/* The dots/bullets/indicators */

.dot {
    cursor: pointer;
    height: 8px;
    width: 8px;
    margin: 0 2px;
    /* border: 1px solid #003366; */
    background-color: #E1E1C7;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.dot:hover,
.dot.active {
    background-color: #003366;
    /* border: 1px solid #003366; */
}

.line-up-dot {
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 0 2px;
    border: 1px solid #003366;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.line-up-dot:hover,
.line-up-dot.active {
    background-color: #003366;
    border: 1px solid #003366;
}

/* Fading animation */

.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

.indicator {
    text-align: center;
    position: absolute;
    transform: translate();
    transform: translate(-50%, -50%);
    left: 50%;
    margin-top: 1%;
}

.mob-single-ses-indicator {
    text-align: center;
    position: absolute;
    transform: translate();
    transform: translate(-50%, -50%);
    left: 50%;
    margin-top: 1%;
}

@keyframes fade {
    from {
        opacity: .5;
        background-color: #fff;
    }
    to {
        opacity: 1;
    }
}


/* On smaller screens, decrease text size */

@media only screen and (max-width: 300px) {
    .prev,
    .next,
    .text {
        font-size: 11px
    }
}

img {
    vertical-align: middle;
}

.sliderBlock {
    background: linear-gradient(180deg, #FFFFE4 90%, rgba(0, 0, 0, 1) 10%);
}
.slideshow-container {
    position: relative;
    margin: auto;
}
.mySlides img {
    width: 100%;
    margin: auto;
    max-height: 587px;
}

/*-----------------***************--------------caoursel section End------------*******************-------------*/






/************************ End Desktop Body Section  *******************************/


/************************ Start Desktop Footer Section  *******************************/


/* start dance img animation */

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

  .dancersAnimation.active.fade-right {
    animation: fade-right 1s ease-in;
  } 
  @keyframes fade-right {
    0% {
      transform: translateX(100px);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }
/* end dance img animation */
.faq-sub {
    background-color: #FFFFE4;
    /* margin-top: -1%; */
    text-align: left;
    color: #003366;
    padding-bottom: 1%;
}
.hr-line {
    border-top: 1px solid #003366;
}
.dancers-img img {
    width: 15%;
}
.faq-sub-container {
    display: flex;
    justify-content: center;
    margin-top: 5%;
    gap: 9rem;

}
.vrt-line {
    border-left: 1px solid #003366;
}
.faq-sub-title {
    font-family: 'New_Yorker_Irvin_Heading';
    font-style: normal;
    font-size: 28px;
    line-height: 32px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.1px;
    padding: 0 38px;
    margin-bottom: 16px;
    font-variant-ligatures: none;
}
.faq-sub-container div:nth-child(1) {
    flex-basis: 29%;
}
.col-sub {
    flex-basis: 29%;
}
.col-sub .faq-sub-title {
    margin-bottom: 16px;
    padding: 0px 60px;
}
.faq-sub-container div:nth-child(3) {
    flex-basis: 29%;
}
.faq-sub-content {
    font-family: 'TNYAdobeCaslonPro-Regular';
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    margin: 0 48px; 
    text-align: center;
    letter-spacing: 0;
    margin-bottom: 16px;
}
.faq-sub-btn a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #003366;
    padding: 15px 0px;
    text-decoration: none;
    color: #FFF;
    width: 147px;
    margin: 0 auto;
    font-family: 'Graphik-Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.5px;
}
.sponsor {
    display: flex;

    /* display: block; */
    margin: 0 auto;
}

.sponsor div:nth-child(1) {
    flex-basis: 30%;
}
.sponsor div:nth-child(2) {
    flex-basis: 60%;
}
.follow-us-footer {
    display: flex;
    margin-top: 67px;
}

.follow-us-footer div:nth-child(1) {
    flex-basis: 33%;
}
.follow-us-footer div:nth-child(2) {
    flex-basis: 60%;
}
.premier-sponsors img, .tk-sponsors img, .tk-sponsors2 img {
    padding: 0% 3%;
    width: 140px;
}
.partner-sponsor img {
    padding: 0%;
}

.sponsor-name  {
    font-family: 'Graphik-Medium';
    font-style: normal;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.5px;
}
.premier-sponsors a {
    text-decoration: none;
}
.mySlides p {
    font-family: 'Graphik-Regular';
    font-style: normal;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0;
}
.footer-hr-line {
    width: 92%;
    margin: 70px 4% 0% 4%;
    border-top: 1px solid #FFFFFF;
}
.footer {
    background: #003366;
    color: #FFF;
    /* margin-top: 170px; */
    padding: 78px 5% 7% 5%;
}
.footer hr {
    background-color: #FFF;
    width: 1px;
    border: 0;
}
.follow-us {
    width: 40%;
}
.follow-us p {
    font-family: 'New-Yorker-Irvin-Heading';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
    letter-spacing: -0.5px;
    color: #FFFFFF;
    margin-top: 4%;
    margin-bottom: 3%;
    letter-spacing: 0.1px;
}
.social-media a:nth-child(1) {
    padding-left: 0% !important;
}


.cookie-settings {
    color: #FFF;
    text-align: left;
    padding: 0% 0% 0% 7%;
    width: 60%;
}
.cookie-settings-title {
    font-family: 'TNYAdobeCaslonPro-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    margin-bottom: 0;
}
.cookie-settings-content {
    font-family: 'Graphik-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0;
    margin-bottom: 5%;
    margin-right: 18%;
}
.italic-cookie-settings {
    font-style: italic;
    font-size: 13px;
    line-height: 18px;
}
.cookie-settings-btn, .terms-and-conditions {
    font-family: 'Graphik-Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 13px !important;
    line-height: 18px !important;
    letter-spacing: 0;
    background: none;
	color: inherit;
	border: none;
	padding: 0;
	cursor: pointer;
	outline: inherit;
    text-decoration: underline;
    color: unset !important;
    border: unset !important;
    padding: unset !important;
}
.cookie-settings-btn:hover {
    background-color: unset !important;
}

.partner-sponsor a img {
    width: 140px;
}
.partner-sponsor .showtime {
    margin-top: 10px;
    margin-left: 30px;
}
.presented-by-mobile {
    display: none;
}
.presented-by-banner img {
    width: 64px !important;
    margin-left: 6px !important;
    margin-top: -8px;
}

/************************ End Desktop Footer Section  *******************************/
html {
    scroll-behavior: smooth;
}

@media (max-width:500px) {

    /************************ Start Mobile Header Section  *******************************/
    .presented-by-mobile {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 3%;
    }
    .presented-by-mobile p {
        font-family: 'Graphik-Medium';
        font-style: normal;
        font-size: 12px;
        line-height: 18px;
        color: #FFF;
    }
    .haburg-menu {
        margin: auto 0;
    }
    .c-faq {
        margin-top: 30%;
    }
    .c-header__nav-wrapper li {
        font-family: 'New_Yorker_Irvin_Heading';
        font-style: normal;
        font-size: 24px;
        line-height: 28px;
        font-weight: 400;
        letter-spacing: 0.005em;
        font-variant-ligatures: none;
    }
    .header-nav {
        border-top: 1px solid #FFF;
        /* margin-top: 20px; */
    }
    .c-header__nav-wrapper {
        padding-top: 32%;
        gap: 3rem;
    }
    .header div:nth-child(3) {
        display: none;
    }
    .header {
        gap: 3%;
        padding-top: unset;
    }
    .tny-logo {
        padding-top: 14px;
        margin-left: -8px;
    }

    .header-logo img {
        margin: 0 auto;
        width: 317px;
    }
    .presented-by-banner img {
        width: 32px !important;
        margin-left: 19px !important;
    }
    .event-date {
        font-size: 4.800vw;
        line-height: 6.400vw;
        margin-top: 12px;
    }
    .presented-by p {
        font-size: 3.200vw;
        line-height: 4.800vw;
    }
    .presented-by {
        flex-direction: column;
        gap: 0;
        margin-top: 0;
    }
    .presented-by img {
        width: 95px;
    }

    .presented-by p {
        margin: 0;
     }

    .header-logo {
        top: 22%;
    }
    .video-section {
        padding-top: unset;
    }
    .c-header__nav-wrapper {
        display: inline-grid;
    }
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
    .expand {
        /* margin-top: 312%; */
        margin-left: 272%;
    }
    .close {
        /* margin-top: 284%; */
        margin-left: 266%;
    }
    .presented-by-img-mobile {
        width: 87px;
        margin-top: -4px;
    }
    .nav-event-date {
        font-size: 11px;
        line-height: 18px;
        letter-spacing: 0.4px;
        margin: 12px auto;
    }
    .presented-by-txt {
        font-size: 9px;
        line-height: 14px;
    }
    .header div:nth-child(1) {
        margin: auto 0;
        margin-bottom: 35px;
        margin-left: -59px;
        flex-basis: 20%;
    }
    .tny-logo img {
        width: 157px;
        margin: 0 auto;
    }
    /************************ End Mobile Header Section  *******************************/


    /************************ Start Mobile Body Section  *******************************/
    /* section {
        margin-top: 64px !important;
    } */
    .ss-tab {
        display: none !important;
    }
    .section-fixed-width {
        max-width: unset !important;
        margin: unset !important;
    }
    .join-section {
        padding: 0;
    }
    .form-wrapper {
        height: 12.8vw;
    }
    .body-content {
        /* padding: 1px 6% 10% 8%; */
        /* start sep release  */
        padding: 1px 6% 3% 8%;
        /* end sep release  */
    }
    .ticket-content {
        font-size: 5.867vw;
        line-height: 7.467vw;
        margin-top: 2%;
    }
    .italic-ticket-content {
        font-size: 5.385vw;
        line-height: 8.205vw;
    }
    .email-title {
        font-size: 5.867vw;
        line-height: 7.467vw;
        margin-right: 0%;
        padding-top: 14%;
    }
    .sailthru-add-subscriber-errors, .phone-errors {
        font-size: 3.200vw;
        line-height: 4.800vw;
    }
    .phone, .email {
        font-size: 3.733vw;
        line-height: 8.800vw;
        width: 61.8%;
        border-radius: 0;
    }
    .submit-email-subscribe, .submit-phone-subscribe {
        width: 40%; /* safari change from 36 */
        font-size: 13px;
        line-height: 14px;
    } 
    .success, .phone-success {
        width: unset;
        margin-left: unset;
        font-size: 22px;
        line-height: 28px;
        letter-spacing: 0.3px;
    }
    .email::placeholder, .phone::placeholder {
        font-size: 12px;
        line-height: 18px;
    }

    /* For ticket info naviation position */
    #ticket-info {
        scroll-margin-block-start: 130px;
        /*Adds margin to the top of the viewport*/
        
        scroll-margin-block-end: 130px;
        /*Adds margin to the bottom of the viewport*/
    }

    /* start sep release  */
    .home-ticket-info:nth-of-type(1) {
        padding: 0px;
    }
    /* end sep release  */

    .join-title {
        font-size: 14px;
        line-height: 18px;
        padding: 0;
        text-align: left;
        letter-spacing: 0.005em;
        width: 182px;
        margin-top: 64px;
    }
    .join-heading {
        font-size: 28px;
        line-height: 32px;
        margin: 5% 0%;
        text-align: left;
        padding: 0;
        margin-bottom: 64px;
    }
    .join-section p:nth-child(3) {
        font-size: 3.733vw;
        line-height: 4.800vw;
        padding: 0 8%;
    }
    .join-section p:nth-child(3) strong {
        font-size: 3.733vw;
        line-height: 4.800vw;
    }
    .premier-title {
        font-size: 24px;
        line-height: 28px;
        /* padding: 0% 11% 0% 5%;  safari change from 0% 11% 0% 4% */
        padding-top: 0;
        letter-spacing: 0.0001em;
        text-align: left;
        margin: 32px 47px 8px 37px;
    }
    .premier-content {
        font-size: 18px;
        line-height: 24px;
        margin: 2% 17% 10% 11%;
        width: 81%;
        text-align: left;
    }
    .premier-content p {
        margin: 0;
    }

    .sailthru-add-subscriber-form {
        padding-top: 8px;
    }

    

    .sign-up-forms {
        width: 80%;
        margin: 4% 15% 32px 11%;
        padding: 0;
    }

    .home-ticket-info {
        padding: 0;

    }
    .ticket-title {
        font-size: 3.733vw;
        line-height: 10.667vw;
        margin: 0;
        margin-top: 64px;
    }
    .exp-festival {
        padding: 0;

        /* start sep release  */
        /* margin-top: 470px !important; */
        /* end sep release  */

        /* start oct release  */
        margin-top: 86px !important;
        /* end oct release  */
    }

    /* start sep release  */
    .ticket-info-mobile-buy-btn {
        position: absolute;
        margin-top: 322px;
        left:0;
        right:0;
        margin-left:auto;
        margin-right:auto;
    }
    /* end sep release  */


    .pre-box3 {
        display: none;
    }
    .three-days-premier {
        display: flex;
        width: 99.5%;
        /* z-index: 9999; */
        position: absolute;
        left: 0;
        border: 1px solid #7AD3FF;
        /* height: 322px; */
        text-align: left;
        margin-top: 0;
    }
    
    /* .pre-box1 p:nth-child(1) {
        font-size: 3.200vw;
        line-height: 3.733vw;
    } */
    .pre-box1 p:nth-child(2) {
        font-size: 24px;
        line-height: 28px;
        /* margin: 8px 48px 8px 0px; */
        /* margin-right: 18px; */
        width: 155px;
    }
    /* .pre-box1 p:nth-child(3) {
        font-size: 4.800vw;
        line-height: 6.400vw;
    } */
    .pre-box1 p:nth-child(4) {
        /* font-size: 3.200vw;
        line-height: 3.733vw; */
        bottom: 0px;
        margin-bottom: 16px;
    }
    .single-sessions {
        padding-top: 138%;
        display: inline-flex;
        gap: 2rem;
    }
    .premier-pass-price {
        margin-bottom: 0;
    }
    .three-days-premier div:nth-child(1) {
        position: unset;
    }
    .pre-box2 img {
        width: 134px;
        object-fit: cover;
        /* object-position: 21px; */
        float: right;
    }
    .pre-box1, .pre-box2 {
        width: 39%;
    }
    .pre-box2 {
        padding-left: 1%;
     }
     .pre-box1 {
        padding-left: 7%;
     }
    .three-days-premier div:nth-child(1) {
        flex-basis: 56%;
    }
    .see-the-perks {
        position: absolute;
        -webkit-border-radius: 3.438vw;
        -moz-border-radius: 3.438vw;
        border-radius: 20vw;
        border: 1px solid #ccc;
        width: 20vw;
        height: 20vw;
        background: #003366;
        border: 1px solid #003366;
        margin-top: 3%;
        right: 18.5%;
        color: #FFF;
        top: 47%;
    }
    .see-the-perks p {
        font-family: 'Graphik-Medium';
        font-style: normal;
        font-size: 12px;
        line-height: 16px;
        font-weight: 500;
        text-align: center;
        margin-top: 30%;
        letter-spacing: 0.5px;
    }
    .session-box p:nth-child(1) {
        /* font-size: 3.200vw;
        line-height: 3.733vw; */
        margin-top: 32px;
    }
    .session-box p:nth-child(2) {
        font-size: 24px;
        line-height: 28px;
        padding-right: 30%;
    }
    /* .session-box p:nth-child(3) {
        font-size: 4.800vw;
        line-height: 6.400vw;
    } 
    .session-box p:nth-child(4) {
        font-size: 3.200vw;
        line-height: 3.733vw;
    } */

    .mob-single-ses-indicator {
        margin-top: 9%;
    }
    .single-sessions div:nth-child(1), .single-sessions div:nth-child(2), .single-sessions div:nth-child(3) {
        width: 90%;
        flex-basis: unset;
        height: 93vw;
        /* padding-left: 5%; */
    }
    .single-sessions a {
        flex-basis: unset;
    }
    .single-sessions div {
        padding-left: unset;
    }
    .exp-title {
        font-size: 3.733vw;
        line-height: 4.800vw;
        margin-top: 64px;
    }
    .exp-content {
        font-size: 28px;
        line-height: 32px;
        width: 100%;
        margin: 4% auto;
        padding: 0;
    }

    .slideshow-container {
        width: 100%;
        position: absolute;
        left: 0;
    }
    .indicator {
        margin-top: 86%;
    }

    .mySlides p {
        /* font-size: 3.200vw;
        line-height: 4.800vw; */
        padding: 0% 8%;
    }
   
    .privacy-policy {
        font-size: 12px;
        line-height: 17px;
    }
    /* start july */
    /* .dancers-img {
        padding-top: 17%;
    }
    .faqs .dancers-img {
        padding-top: 0%;
    }
    .faq-sub {
        margin-top: 45%;
    }
    section.faq-sub.faqs {
        margin-top: 0px !important;
    }
    section.faq-sub.sponsors {
        margin-top: 0px !important;
    } */
    /* end july */


    
    .faqs .dancers-img {
        visibility: hidden;
    }
    
    /* Internet Explorer 10+ */
    /* Firefox */
    .horizontal {
        -ms-overflow-style: none;  
        scrollbar-width: none;  
    }
    /* Safari and Chrome */
    .horizontal::-webkit-scrollbar { 
        display: none;  
    }




    /* start single sessions scroll slider  */

    .slick-wrap-ticket-info {
        padding: 25px;
        text-align: center;
        width: 87%;
        margin: 0 auto;
        /* start sep release  */
        /* margin-top: 286px; */
        padding-top: 0px;
        /* end sep release  */
        overflow: hidden;
        padding-bottom: 16%;
        background-color: #FFFFE4;
        color: #003366;
     }
    
     .slick-dots {
        position: absolute;
        top: 93%;
        width: 68%;
        text-align: center;
        margin: 0 22px;
     }
    
     
     .slick-dots:before{
        content: none;
      }
      .slick-dots button {
        display: none;
      }
      .slick-wrap-ticket-info .slick-track {
        display: flex;
      }
      .slick-wrap-ticket-info .slick-item {
        border: 1px solid #003366;
        width: 330px !important;
        margin-right: 1.3%;
        text-align: left;
        padding: 0% 1% 0% 1% !important;
      }
      /* start july */
      .single-sessions > div, .single-sessions a {
        /* border: unset !important; */
      }
       /* end july */
      /* .slick-list {
        overflow: hidden;
      } */
    
      [role="presentation"] {
        cursor: pointer;
        height: 8px;
        width: 8px;
        margin: 0 2px;
        /* border: 1px solid #E1E1C7; */
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6s ease;
        background-color: #E1E1C7;
        margin-left: 3%;
    }
    
    .slick-wrap-ticket-info li.slick-active {
        cursor: pointer;
        height: 8px;
        width: 8px;
        margin: 0 2px;
        /* border: 1px solid #003366; */
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6s ease;
        background-color: #003366;
        margin-left: 3%;
    }

    .on-sale-circle-aug p {
        font-size: 13px;
        line-height: 13px;
        letter-spacing: 0.4px;
        margin-top: 50%;
    }

/* end single sessions scroll slider  */


    /************************ End Mobile Body Section  *******************************/


    /************************ Start Mobile Footer Section  *******************************/
    .premier-sponsors img, .tk-sponsors img, .tk-sponsors2 img {
        padding: 3% 3%;
        width: 135px;
    }
    .partner-sponsor .showtime {
        margin-top: 24px;
        margin-left: 0px;
    }
    .footer-hr-line {
        margin: 64px 4% 0% 4%;
    }
    .hr-line, .vrt-line {
        display: none;
    }
    .nav-hr-line {
        padding-top: 27%;
        border-top: 3px solid rgb(255, 255, 255);
    }

    .faq-sub-container {
        flex-direction: column;
        justify-content: center;
        margin-top: 5%;
        gap: 3rem;
    }
    .col-sub {
        margin-top: -13%;
        margin-bottom: 13%;
    }
    .dancers-img img {
        width: 135px;
        margin: 0 auto;
        display: block;
        margin-top: 64px;
    }

    .faq-sub-title {
        font-size: 24px;
        line-height: 28px;
        letter-spacing: 0.005em;
        padding: 0% 15%; /* iphone change */
    }
    .col-sub .faq-sub-title {
        margin-bottom: 16px;
        padding: 0px 93px;
    }
    .faq-sub-content {
        /* font-size: 4.800vw;
        line-height: 6.400vw; */
        margin: 0 8%; /* safari change from 0 7% */
    }
    .faq-sub-btn a {
        font-size: 13px;
        line-height: 14px;
        padding: 4% 4%;
        width: 120px;
    }
    .subscribe-mg {
        width: 160px;
        display: block;
        margin: 0 auto;
    }
    .sponsor {
        flex-direction: column;
    }
    .sponsor-name {
        font-size: 2.933vw;
        line-height: 10.667vw;
    }
    .follow-us-footer {
        flex-direction: column;
    }
    .cookie-settings-title {
        /* font-size: 4.800vw;
        line-height: 6.400vw; */
        text-align: center;
    }
    .cookie-settings-content {
        /* font-size: 3.200vw;
        line-height: 5.333vw; */
        text-align: center;
        margin: 6% 0%;
    }
    .italic-cookie-settings {
        font-style: italic;
        /* font-size: 2.933vw;
        line-height: 5.333vw; */
    }

    .cookie-settings-btn, .terms-and-conditions {
        /* font-size: 2.933vw !important;
        line-height: 5.333vw !important; */
        margin: 8px auto !important;
    }
    .c-footer__legals {
        text-align: center;
    }

    .follow-us {
        width: 100%;
        /* padding-top: 14%; */
    }
    .follow-us-footer {
        margin-top: 64px;
    }

    .follow-us p {
        font-size: 24px;
        line-height: 28px;
        margin-top: 3%;
    }

     .social-media {
        padding-bottom: 14%;
    }
    .cookie-settings {
        width: 86%;
    }

    .social-media a:nth-child(1) {
        padding-left: 0% !important;
    }
    .footer {
        flex-direction: column;
        text-align: center;
        padding: 33px 5% 7% 5%;
    }
    .footer hr {
        display: none;
    }

    .premier-passes-img img {
        width: 254px;
     }
    /************************ End Mobile Footer Section  *******************************/
 }

 


/************************  start tab css  *******************************/

@media only screen and (min-width: 750px) and (max-width: 920px)  {

        /* For ticket info naviation position */
    #ticket-info {
        scroll-margin-block-start: 70px;
        /*Adds margin to the top of the viewport*/
        
        scroll-margin-block-end: 70px;
        /*Adds margin to the bottom of the viewport*/
    }
    .faq .faq-sub {
        margin-top: 0;
    }
    .header {
        gap: 12%;
    }
    .body-content {
        padding: 1px 13% 7% 11%;
    }
    
    .section-fixed-width {
        max-width: 550px !important;
        margin: 0 auto !important;
    }
    .join-section {
        padding: 0;
    }
    .join-title {
        font-size: 14px;
        line-height: 18px;
        margin-top: 121px;
    }
    .join-heading {
        font-size: 28px;
        line-height: 32px;
        padding: 0;
    }
    .premier-title {
        font-size: 24px;
        line-height: 28px;
        margin-top: 0;
    }
    .premier-content {
        font-size: 18px;
        line-height: 24px;
    }
    .phone, .email {
        width: 62%;
        background: #FFFFFF;
        border: 1px solid #003366;
        text-indent: 5%;
        font-size: 1.823vw;
        line-height: 4.297vw;
        margin-right: -1px;
        border-radius: unset;
    }
    .form-wrapper {
        height: 40px;
    }
    .submit-email-subscribe, .submit-phone-subscribe {
        font-size: 12px;
        line-height: 14px;
        width: 174px;
    }
    .three-days-premier .pre-box3 {
        display: none;
    }

    .three-days-premier {
        display: flex;
        width: 100%;
        z-index: 9999;
        position: absolute;
        left: 0;
        border: 1px solid #7AD3FF;
        height: 322px;
        text-align: left;
        /* start sep release  */
        margin-top: 43%;
        /* end sep release  */
    }
    .three-days-premier .pre-box1 p:nth-child(3) {
        width: 50%;
    }
    .single-sessions {
        display: flex;
        width: 88%;
        position: absolute;
        z-index: 9999;
        left: 12%;
        height: 371px;
        /* start sep release  */
        /* margin-top: 45%; */
        /* end sep release  */
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .single-sessions::-webkit-scrollbar {
        background: transparent; /* Chrome/Safari/Webkit */
        width: 0px;
      }
          
      .single-sessions {
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none;  /* IE 10+ */
      }


    .single-sessions div:nth-child(1) {
        flex-basis: 37% !important;
    }
    .single-sessions div:nth-child(2) {
        flex-basis: 37%;
    }
    .single-sessions div:nth-child(3) {
        flex-basis: 37%;
        margin-right: 32px;
    }

    .pre-box1 p:nth-child(1), .session-box p:nth-child(1) {
        font-size: 13px;
        line-height: 18px;
    }

    .pre-box1 p:nth-child(2), .session-box p:nth-child(2) {
        font-size: 24px;
        line-height: 28px;
    }

    .pre-box1 p:nth-child(3), .session-box p:nth-child(3) {
        font-size: 18px;
        line-height: 24px;
        margin-right: 17%;
    }

    .pre-box1 p:nth-child(4), .session-box p:nth-child(4) {
        font-size: 13px;
        line-height: 18px;
        width: 33%;
    }
    .single-sessions > div, .single-sessions a {
            border: 1px solid #003366;
            padding: 32px 0px 55px 21px;
            width: 110px;
            flex-grow: 0;
            flex-shrink: 0;
    }

    /* .exp-festival {
        padding-top: 135%;
    } */
    
    .pre-box1 {
        background-color: #7AD3FF;
        padding: 32px 0px 55px 100px;
    }
    .on-sale-circle-july {
        margin-top: 19%;
        margin-left: 74%;
    }
    .pre-box1 p:nth-child(2), .session-box p:nth-child(2) {
        font-size: 24px;
        line-height: 28px;
        width: 140px;
    }
    .sign-up-forms {
        width: 96%;
        margin: 32px 4% 35px 4%;
        padding: 0;
    }

    .ticket-content {
        font-size: 3.684vw;
        line-height: 5vw;
    }
    .italic-ticket-content {
        font-size: 3.684vw;
        line-height: 5vw;
    }
    .email-title {
        font-size: 3.684vw;
        line-height: 5vw;
    }
    .sailthru-add-subscriber-errors, .phone-errors {
        font-size: 1.711vw;
        line-height: 2.632vw;
    }



    .exp-title {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0.5px;
    }
    .exp-content {
        font-size: 28px;
        line-height: 32px;
        padding: 0px 96px;
    }
    .slideshow-container {
        width: 100%;
        position: absolute;
        left: 0;
    }
    /* .faq-sub {
        margin-top: 55%;
        padding-top: 22%;
    } */
    
    .indicator {
        margin-top: 77%;
    }
    .faq-sub-container {
        flex-direction: column;
        justify-content: center;
        gap: 3rem;
        width: 358px;
        margin: 0 auto;
    }
    .footer {
        padding: 70px 5% 7% 5%;
    }
    .cookie-settings {
        padding: 7% 0% 0% 4%;
        text-align: center;
    }
    .hr-line, .vrt-line {
        display: none;
    }
    .follow-us-footer {
        flex-direction: column;
    }
    .cookie-settings {
        width: 100%;
    }
    .subscribe-mg {
        display: block;
        margin: 0 auto;
    }
    .dancers-img img {
        width: 136px;
        height: 87px;
        display: block;
        margin: 0 auto;
    }
    .follow-us-footer div:nth-child(2) {
        flex-basis: 60%;
    }
    .footer {
        flex-direction: column;
        text-align: center;
    }
    .footer hr {
        display: none;
    }
    .learn-more {
        width: 100%;
    }
    .follow-us {
        width: 100%;
    }
    .follow-us p {
        font-size: 4.211vw;
        line-height: 6.447vw;
        margin-top: 3%;
    }
    .white-horizontal-line::after {
        content: " ";
        display: block;
        border-bottom: 1px solid #FFF;
        margin: 7% 6% 0% 6%;
    }
    .white-horizontal-line {
        display: block;
    }
    .cookie-settings-title {
        font-size: 2.734vw;
        line-height: 4.167vw;
    }
    .cookie-settings-content {
        font-size: 1.563vw;
        line-height: 2.604vw;
        margin: 1% 22%;
    }
    .italic-cookie-settings {
        font-style: italic;
        font-size: 1.563vw;
        line-height: 2.604vw;
    }
    .cookie-settings {
        width: 90%;
    }
    .cookie-settings-btn {
        font-size: 1.823vw !important;
        line-height: 4.297vw !important;
    }
    .email::placeholder, .phone::placeholder {
        font-size: 12px;
        line-height: 18px;
    }

    .faqs .dancers-img img {
        display: none;
    }

    .faqs.faq-sub {
        margin-top: 0%;
        padding-top: 0%;
    }

    .c-sponsors {
        width: 680px !important;
        padding-top: 200px !important;
    }
    
}
/************************  end tab css  *******************************/



/************************  FAQ's  Start  *******************************/
.c-faq__group-accordion-panel {
    margin-bottom: 1.5%;
}
.c-faq .c-faq__header {
    margin-top: 72px;
}
.c-faq {
    background-color: #FFFFE4;
    margin-top: -1%;
    padding: 176px 131px 7% 131px;
    text-align: left;
    color: #003366;
}
.c-faq__header-title {
    font-family: 'New_Yorker_Irvin_Heading';
    font-style: normal;
    font-size: 28px;
    line-height: 32px; 
    font-weight: 400;
    text-align: center;
    letter-spacing:0.1px;
    font-variant-ligatures: none;
}
.c-faq__header-image img {
    margin: 0 auto;
    display: block;
}
.c-faq__group-title {
    font-family: 'Irvin-Text';
    font-style: normal;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    margin-top: 6%;
    letter-spacing: 0.5px;
}
.faq-hr-line {
    border-top: 1px solid #003366;
    margin-top: 0.5%;
}
.c-faq button {
    background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
    text-align: left;
}
.c-faq__group-accordion-title span {
    font-family: 'Graphik-Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
}
.c-faq__group-accordion-panel p {
    font-family: 'Graphik-Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
    margin: 0;
}
.faq-arrow {
    border: solid #003366;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
}
.arrow-down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.arrow-up {
    transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.faq-inline {
    display: flex;
    margin-top: 1.2%;
}
.c-faq__group-accordion-trigger {
    margin-bottom: 8px;
    margin-top: 8px;
}
.faq-inline div:nth-child(1) {
    flex-basis: 100%;
    padding-right: 12%;
}
.c-faq section {
    max-width: 880px;
    margin: 0 auto;
}

@media (max-width:500px) { 
    .c-faq__header-title {
        font-size: 24px;
        line-height: 28px; 
    }
    .c-faq__group-title {
        font-size: 14px;
        line-height: 18px;
    }
    .c-faq__group-accordion-title span {
        font-size: 16px;
        line-height: 22px; 
    }
    .c-faq__group-accordion-panel p {
        font-size: 16px;
        line-height: 22px;
    }
    .faq-inline {
        display: flex;
        margin-top: 3%;
    }
    .c-faq__group-accordion-trigger {
        margin-top: 0;
    }
    .faq-inline div:nth-child(1) {
        flex-basis: 100%;
        padding-right: 12%;
    }
    .c-faq__header {
        margin-top: 45%;
    }

}


/************************  FAQ's  End  *******************************/



/************************  Sponsors  Start  *******************************/

.c-sponsors {
    background-color: #FFFFE4;
    margin-top: -1%;
    padding-top: 300px;
    text-align: left;
    color: #003366; 
    width: 880px;
    margin-left: auto;
    margin-right: auto;
}
.c-sponsors__item {
    display: flex;
    gap: 30px;
    margin-top: 36px;
}
.c-sponsors__header-title {
    font-family: 'New_Yorker_Irvin_Heading';
    font-style: normal;
    font-size: 28px;
    line-height: 40px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.005em;
    font-variant-ligatures: none;
}
.c-sponsors__item-image img {
    width: 186px;
}
.c-sponsors__item-category {
    font-family: 'New_Yorker_Irvin_Heading';
    font-style: normal;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 0px;
    margin-top: 47px;
    letter-spacing: 0.5px;
    font-variant-ligatures: none;
    margin-left: 216px;
}

.c-sponsors__item-text p:nth-child(1) {
    font-family: 'Graphik-Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.109091px;
    margin-top: 0;
    margin-bottom: 1%;
}

.c-sponsors__item-text p:nth-child(2) {
    font-family: 'Graphik-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.109091px;
    margin-top: 0;
}

.c-sponsors__item-text a {
    font-family: 'Graphik-Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: inherit;
}


@media (max-width:500px) {
    .c-sponsors {
        padding: 50px 40px 0px 40px;
        width: unset;
    }

    .c-faq {
        padding: 15% 35px 7% 35px;
    }
    .c-sponsors__item {
        flex-direction: column;
    }
    .c-sponsors__header-title {
        font-size: 22px;
        line-height: 32px;
     }
     .c-sponsors__item-category {
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        margin-left: 0px;
        margin-top: 36px;
     }
     .c-sponsors__item-text p:nth-child(1) {
        font-size: 18px;
        line-height: 22px;
     }
     .c-sponsors__item-text p:nth-child(2) {
        font-size: 18px;
        line-height: 24px;
     }
     .c-sponsors__header {
        margin-top: 40%;
     }
     .sponsors .dancers-img {
        position: unset;
        transform: unset;
        opacity: unset;
        transition: unset;
     }
     .c-sponsors__item-image img {
        width: 219px;
     }
     .c-sponsors__item {
        margin-top: 31px;
        gap: 0px;
     }
     .c-sponsors__item-image {
        margin: 0px auto;
        margin-bottom: 16px;
     }
 }






 /*******************************  Auguest Release CSS Start  ******************************/







 /*  desktop Line up section css start */

 /* .body-content:nth-child(1) {
    display: none;
 } */

.tny-speakers {
    width: 100%;
    background-color: #FFFF33;
    color: #003366;
}
.flex-speakers {
    display: flex;
}
.speakers-content {
    width: 370px;
    text-align: left;
    margin: 10% 4%;
    position: sticky;
    top: calc(33% - 8.87292vw);
    height: 70vh;
    margin: 97px 48px;
    padding-top: 36px;
    
}

.sticky-parent{
height: 250vh;
width: calc(100% - 470px);
/* padding-right: 32px; */
}
.sticky{
position: sticky;
top: 0px;
max-height: 100vh;
overflow-x: hidden;
overflow-y: hidden;
padding-bottom: 3%;
}
.dim{
display: block;
height: 102vh;
margin-top: 17%;
margin-left: 32px;
}
.thumbnail {
    /* padding-left: 13%; */
}
.horizontal{
display: flex;
padding-top: 60px;
padding-left: 10px;
}
.br{
outline: solid;
}


.speakers-content p:nth-child(1) {
    font-family: 'Irvin-Text';
    font-style: normal;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.5px;
    margin: 16px 0;
}

.speakers-content p:nth-child(2) {
    font-family: 'New_Yorker_Irvin_Heading';
    font-style: normal;
    font-size: 28px;
    line-height: 32px;
    margin: 16px 0;
    letter-spacing: 0.1px;
    padding-right: 10%;
    font-variant-ligatures: none;
}

.speakers-content p:nth-child(3) {
    font-family: 'TNYAdobeCaslonPro-Regular';
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    margin: 16px 0;
}
.speakers-content p:nth-child(3) a {
    color: inherit;
}
.line-up-sub-content {
    font-family: 'Graphik-Medium';
    font-style: normal;
    font-size: 13px;
    line-height: 18px;
    margin: 16px 0;
 }
.buy-tickets-btn {
    text-decoration: none;
    color: #FFF;
    background-color: #003366;
    font-family: 'Graphik-Medium';
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    padding: 16px 0;
    width: 147px;
    display: block;
    text-align: center;
    margin: 16px 0;
    letter-spacing: 0.5px;
}
.tickets-info-btn {
    margin: 0px auto;
    margin-top: 32px;
}
.buy-tickets-btn:hover {
    color: #FFFF33;
  }
.speaker-name {
    font-family: 'New_Yorker_Irvin_Heading';
    font-style: normal;
    font-size: 28px;
    line-height: 32px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: left;
    margin: 0;
    margin: 8px 0;
    letter-spacing: 0.1px;
    font-variant-ligatures: none;
    width: 272px;
}
.speaker-session-name {
    font-family: 'Graphik-Medium';
    font-style: normal;
    font-size: 13px;
    line-height: 14px;
    font-weight: 500;
    text-align: left;
    margin: 0;
    margin-top: 2%;
    letter-spacing: 0.5px;
    text-decoration: underline;
}
.descriptor {
    font-family: 'TNYAdobeCaslonPro-Italic';
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    margin: 8px 0;
    width: 272px;
}
.speaker-tag-sponsored {
    position: relative;
    /* bottom: 40%; */
    padding: 0.9% 1%;
    background-color: #003366;
    border: 1px solid #003366;
    color: #FFF;
    font-family: 'Graphik-Medium';
    font-style: normal;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    margin-top: -25.155px;
    width: 90px;
    display: block;
    padding: 3px 2px;
}
.speaker-tag-no-spo {
    position: relative;
    /* bottom: 40%; */
    padding: 0.3% 1%;
    background-color: yellow;
    border: 1px solid #003366;
    color: #003366;
    font-family: 'Graphik-Medium';
    font-style: normal;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    margin-top: -25.2px;
    width: 90px;
    display: block;
    padding: 3px 2px;
}
.thumbnail img {
    width: 272px; 
    /* height: 50vh;  */
    height: 38vh; 
    min-height: 272px; 
    max-height: 442px; 
    object-fit: cover; 
    object-position: top; 
}

.three-days-premier div:nth-child(1) {
    width: 204px;
    border-right: solid 1px #7AD3FF;
 }

@media (max-width: 620px) {
/* .dim{
    display: block;
    min-width: 100vw;
    height: unset;
} */
}
/*  Desktop Line up section css end */



/* start aug */
.pre-box1 p:nth-child(3), .session-box p:nth-child(3) {
    font-family: 'TNYAdobeCaslonPro-Regular';
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 41px;
}

.pre-box1 p:nth-child(4), .session-box p:nth-child(4) {
    font-family: 'Graphik-Medium';
    font-style: normal;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    margin-bottom: 32px;
    letter-spacing: 0.2px;
}
/* end aug */


/* start aug  */
.pre-box1 {
    background-color: #7AD3FF;
    padding-left: 24px;
    padding-top: 32px;
    padding-bottom: 32px;
} 
.pre-box2 {
    background-color: #7AD3FF;
    border-left: solid 1px #7AD3FF;
}

/* end aug  */

/* start aug */
.single-sessions > div, .single-sessions a {
    border: 1px solid #003366;
    padding: 32px 24px;
    flex-basis: 33%;
}
/* end aug */


@media (max-width:500px) {
    .single-sessions > div, .single-sessions a {
        border: unset;
    }
    .slick-wrap-ticket-info .slick-wrap .slick-item  {
        border: 1px solid #003366 !important;
    }
    .flex-speakers {
        flex-direction: column;
    }
    .speakers-content p:nth-child(1) {
        font-size: 14px;
        line-height: 18px;
    }
    .speakers-content {
        width: unset;
        margin: 0px 32px 0% 32px;
    }
    .speakers-content p:nth-child(2) {
        font-size: 24px;
        line-height: 28px;
        letter-spacing: 0.1px; 
        margin-bottom: 0px;
    }
    .speakers-content p:nth-child(3) {
        font-size: 18px;
        line-height: 24px;
    }
    .buy-tickets-btn {
        font-size: 12px;
        line-height: 14px;
    }
    .line-up-sub-content {
        font-size: 13px;
        line-height: 18px;
    }
    .sticky-parent {
        width: 98.8%;
        /* padding-bottom: 22%; */
        padding-top: 32px;
    }
    .thumbnail img {
        height: 54vh; 
        max-height: unset;
    }
    .thumbnail {
        padding: unset !important;
        padding-left: 24px !important;
    }
    .dim {
        margin-top: 0;
        display: unset;
        height: unset;
        margin-top: unset;
        margin-left: 10px;
        text-align: left;
    }
    /* .slick-wrap-lineup .slick-list {
        margin-left: -118px;
    } */
    .horizontal {
        overflow: hidden;
        padding-right: unset;
        display: block;
        padding-top: unset;
        width: 100%;
        padding-left: 4px;
    }
    .sticky {
        position: unset;
        top: unset;
        max-height: unset;
        overflow-x: unset;
        overflow-y: unset;
    }
    .speaker-name {
        font-size: 24px;
        line-height: 28px;
        width: 272px;
    }
    .header-buy-tickets {
        font-size: 13px;
        line-height: 13px;
        letter-spacing: 0.4px;
    }
    .speaker-session-name {
        font-size: 12px;
        line-height: 14px;
    }
    .speaker-tag-sponsored {
        font-size: 13px;
        line-height: 18px;
        width: 96px;
        margin-top: -26px;
        text-align: center;
    }
    .speaker-tag-no-spo {
        font-size: 13px;
        line-height: 18px;
        width: 96px;
        margin-top: -26px;
        text-align: center;
    }

    /* start aug */
    .news-letter-sec {
        /* margin-top: 0% !important; */

        /* start oct release  */
        margin-top: 0px !important;
        padding-top: 0px !important;
        /* end oct release  */
    }
    /* end aug */


    /* start aug */
    .dancers-img {
        padding-top: 0%;
    }
    .faq-sub {
        /* margin-top: 0%; */

        /* start oct release  */
        margin-top: 106%;

        /* end oct release  */
    }
    /* end aug */

    .slick-wrap-lineup .slick-item {
        border: unset;
        width: 295px !important;
    }
    .slick-wrap-lineup .slick-track {
        display: flex;
      }
    .lineup-slick-dots [role="presentation"] {
        cursor: pointer;
        height: 8px;
        width: 8px;
        margin: 0 2px;
        /* border: 1px solid #D7D728; */
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6s ease;
        background-color: #D7D728;
        margin-left: 3%;
    }
    .lineup-slick-dots button {
        display: none;
    }

    .lineup-slick-dots li.slick-active {
        cursor: pointer;
        height: 8px;
        width: 8px;
        margin: 0 2px;
        /* border: 1px solid #003366; */
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6s ease;
        background-color: #003366;
        margin-left: 3%;
    }
    .lineup-slick-dots {
        margin-left: -65px;
        margin-top: 50px;
    }

    .three-days-premier a {
        width: 100%;
    }
    .on-sale-circle-aug {
        right: 67px;
        top: 178px;
    }
    .on-sale-circle-aug a {
        margin-left: 12px;
        margin-top: -5px;
    }
    .exp-festival .indicator {
        pointer-events: none;
    }
 }


 /************************  start line up tab css  *******************************/

@media only screen and (min-width: 750px) and (max-width: 920px)  {

    .flex-speakers {
        flex-direction: column;
    }

    .speakers-content {
        width: 596px;
        margin: 0 auto;
        text-align: center;
        height: auto;
        padding-top: 41px;
    }
    .ticket-info .pre-box3  {
        display: none;
    }
    .three-days-premier div:nth-child(1) {
        width: 100%;
    }
    .buy-tickets-btn {
        margin: 32px auto;
    }
    

    /* Internet Explorer 10+ */
    /* Firefox */
    .sticky-parent  {
        -ms-overflow-style: none;  
        scrollbar-width: none;  
    }
    /* Safari and Chrome */
    .sticky-parent::-webkit-scrollbar { 
        display: none;  
    }

    .sticky-parent {
        height: auto;
        width: 100%;
        overflow: scroll;
        overflow-y: hidden;
    }
    .sticky {
        overflow-x: unset;
        overflow-y: unset;
    }

    .news-letter-sec {
        padding-top: 119%;
    }
    .on-sale-circle-aug {
        margin-top: 23%;
        margin-left: 539px;
    }
    .pre-box1 {
        padding-left: 92px;
    }
    .tab-tickets-info-btn {
        padding-top: 123%;
    }

    .speakers-content p:nth-child(2) {
        font-family: 'New_Yorker_Irvin_Heading';
        font-style: normal;
        font-size: 24px;
        line-height: 28px;
        margin: 16px auto;
        width: 54%;
        font-variant-ligatures: none;
    }


    .dim {
        margin-top: 0%;
        height: auto;
    }
    .horizontal {
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .three-day-premier-pass {
        width: 156px !important;
    }
    .home-ticket-info {
        padding: 97px 0% 1% 0%;
    }
    .speakers-content {
        position: unset;
    }
    
}
@media only screen and (min-width: 501px) and (max-width: 750px)  {
    .speakers-content {
        position: unset;
    }
}

@media only screen and (min-width: 2048px) and (max-width: 2560px)  {
    .faq-sub-title {
        padding: 0 151px;
    }
    .col-sub .faq-sub-title {
        padding: 0px 247px;
    }
}
@media only screen and (min-width: 920px) and (max-width: 1250px)  {

    .thumbnail img {
        width: 272px;
        max-height: 257px;
        object-fit: cover;
        object-position: 50% 0;
    }

    .speakers-content {
        padding-top: 50px;
    }
    .speakers-content p:nth-child(2) {
        font-size: 25px;
        line-height: 31px;
    }
    .speakers-content p:nth-child(3) {
        font-size: 15px;
        line-height: 23px;
    }
    .line-up-sub-content {
        font-size: 10px;
        line-height: 16px;
    }

}
@media only screen and (min-width: 800px) and (max-width: 825px)  {
    .on-sale-circle-aug {
        margin-left: 591px !important; 
     }
}

@media only screen and (min-width: 900px) and (max-width: 920px)  {
    .on-sale-circle-aug {
        margin-top: 20% !important;
        margin-left: 688px !important;
     }
}



@media only screen and (min-width: 1250px) and (max-width: 1399px)  {
    .dim {
        margin-top: 11%;
    }
    .sticky-parent {
        height: 195vh;
    }
    .thumbnail img {
        height: 47vh;
    }
    /* .thumbnail img {
        max-height: 394px;
    } */
}
@media only screen and (min-width: 1400px) and (max-width: 1599px)  {
    .sticky-parent {
        height: 195vh;
    }
    .speakers-content {
        padding-top: 24px;
    }
    .thumbnail img {
        height: 50vh;
    }
    .dim {
        margin-top: 11.5%;
    }
}
@media only screen and (min-width: 1600px) and (max-width: 1799px)  {
    .sticky-parent {
        height: 195vh;
    }
    .speakers-content {
        padding-top: 54px;
    }
    /* .speakers-content {
        top: calc(33% - 8.87292vw);
        padding-top: 0px;
    } */
    /* .thumbnail img {
        width: 272px;
        max-height: 442px;
    } */
    .horizontal {
        padding-top: 16px;
    }
    .thumbnail img {
        height: 50vh;
    }
}

@media only screen and (min-width: 1800px) and (max-width: 2045px)  {
    .sticky {
        max-height: 73vh;
    }
    .sticky-parent {
        height: 74vh;
    }
    .speakers-content {
        padding-top: 72px;
        height: 56vh;
    }
    .dim {
        margin-top: 11%;
    }
    /* .speakers-content {
        top: calc(33% - 8.87292vw);
        padding-top: 0px;
    } */
    /* .thumbnail img {
        width: 295px;
        max-height: 453px;
    } */
    .horizontal {
        padding-top: 1px;
    }
    .thumbnail img {
        height: 50vh;
    }
    
}

@media only screen and (min-width: 2046px) and (max-width: 2095px)  { 
    .sticky-parent {
        height: 130vh;
        width: calc(100% - 553px);
    }
    .speakers-content {
        width: 480px;
        height: 69vh;
        padding-top: 1px;
    }
    .thumbnail img {
        width: 544px;
        height: 60vh;
        max-height: 880px;
    }
    .horizontal {
        padding-top: 1px;
    }
    /* .speakers-content p:nth-child(1) {
        font-size: 1.406vw;
       line-height: 1.719vw;
    }
    .speakers-content p:nth-child(2) {
        font-size: 2.188vw;
       line-height: 2.500vw;
    }
    .speakers-content p:nth-child(3) {
        font-size: 1.406vw;
       line-height: 1.875vw;
    }
    .line-up-sub-content {
        font-size: 1.016vw;
        line-height: 1.406vw;
    }
    .speakers-content {
        top: calc(27% - 8.87292vw);
        width: 30%;
    }
    .thumbnail img {
        width: 21.250vw;
        max-height: 34.531vw;
    }
    .horizontal {
        padding-top: 1px;
    }
    .speaker-tag-no-spo {
        width: 7.031vw;
        font-size: 1.016vw;
        line-height: 1.406vw;
        margin-top: -44.155px;
    }
    .speaker-tag-sponsored {
       width: 7.031vw;
       font-size: 1.016vw;
       line-height: 1.406vw;
       margin-top: -44.155px;
    }
    .speaker-name {
        font-size: 2.188vw;
       line-height: 2.500vw;
    }
    .descriptor {
        font-size: 1.406vw;
       line-height: 1.875vw;
    }
    .speaker-session-name {
        font-size: 0.938vw;
       line-height: 1.094vw;
    }

    .sticky-parent {
        width: 70%;
    }

    .lineup-btn {
        width: 11.484vw;
        font-size: 1.094vw;
       line-height: 1.406vw;
       padding: 1.250vw 0;
       margin: 1.250vw 0;
    } */
}

@media only screen and (min-width: 2100px) and (max-width: 2560px)  { 
    .sticky-parent {
        height: 130vh;
        width: calc(100% - 553px);
    }
    .speakers-content {
        width: 480px;
        height: 69vh;
        padding-top: 87px;
    }
    .thumbnail img {
        width: 544px;
        height: 60vh;
        max-height: 880px;
    }
    .horizontal {
        padding-top: 1px;
    }
    .video-section {
        padding-top: 2.65%;
    }
    /* .speakers-content p:nth-child(1) {
        font-size: 1.406vw;
       line-height: 1.719vw;
    }
    .speakers-content p:nth-child(2) {
        font-size: 2.188vw;
       line-height: 2.500vw;
    }
    .speakers-content p:nth-child(3) {
        font-size: 1.406vw;
       line-height: 1.875vw;
    }
    .line-up-sub-content {
        font-size: 1.016vw;
        line-height: 1.406vw;
    }
    .speakers-content {
        top: calc(33% - 8.87292vw);
        padding-top: 41px;
        width: 30%;
    }
    .thumbnail img {
        width: 21.250vw;
        max-height: 34.531vw;
    }
    .horizontal {
        padding-top: 1px;
    }
    .speaker-tag-no-spo {
        width: 7.031vw;
        font-size: 1.016vw;
        line-height: 1.406vw;
        margin-top: -44.155px;
    }
    .speaker-tag-sponsored {
       width: 7.031vw;
       font-size: 1.016vw;
       line-height: 1.406vw;
       margin-top: -44.155px;
    }
    .speaker-name {
        font-size: 2.188vw;
       line-height: 2.500vw;
    }
    .descriptor {
        font-size: 1.406vw;
       line-height: 1.875vw;
    }
    .speaker-session-name {
        font-size: 0.938vw;
       line-height: 1.094vw;
    }

    .sticky-parent {
        width: 70%;
    }

    .lineup-btn {
        width: 11.484vw;
        font-size: 1.094vw;
       line-height: 1.406vw;
       padding: 1.250vw 0;
       margin: 1.250vw 0;
    } */
}


@media screen and (min-width: 1200px) and (max-width: 1380px) and (min-height: 700px) and (max-height: 800px) and (min-device-pixel-ratio: 1)  {
    .thumbnail img {
        width: 272px !important;
        height: 30vh !important;
        max-height: 277px !important;
        object-fit: cover !important;
        object-position: top !important;
    }
}

 /************************  end line up tab css  *******************************/



/*******************************  Auguest Release CSS End  ******************************/




/* start css for 360 px view  */

@media (max-width:360px) {
    .pre-box1, .pre-box2 {
        width: 36%;
    }
    .slick-wrap-ticket-info {
        /* sep release  */
        /* margin-top: 316px; */
        /* sep release  */
    }
    .pre-box2 img {
        object-position: 21px;
    }
    .on-sale-circle-aug {
        right: 50px;
        top: 178px;
    }
    /* sep release  */
    .exp-festival {
        padding: 0;
        margin-top: 480px !important;
    }
    .ticket-info-mobile-buy-btn {
        margin-top: 353px;
    }
    .presented-by-mobile {
        bottom: 10%;
     }
    /* sep release  */
 }


/* end css for 360 px view  */





/* start Desktop september version css  */


.home-ticketing-module-container ul.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.home-ticketing-module-container ul.tabs li{
    display: inline-block;
    padding: 10px 16px 10px 0px;
    cursor: pointer;
}

.home-ticketing-module-container ul.tabs li.current{
    text-decoration: underline;
    text-underline-position: under;
}

.home-ticketing-module-container .tab-content{
    display: none;
}

.home-ticketing-module-container .tab-content.current{
    display: inherit;
}
.event-details {
    display: none;
  }
  .event-toggle {
    display: flex;
    gap: 2px;
    cursor: pointer;
  }
  .hr-line-event-details {
    border-bottom: 1px solid #003366;
  }
  .tab-arrow {
    float: right;
  }
  .home-ticketing-module-bottom div{ 
    display: inline-block;
  }
  .event-details-buy-btn {
    text-decoration: none;
    color: #FFF;
    background-color: #003366;
    font-family: 'Graphik-Medium';
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    padding: 11px 0;
    width: 207px;
    display: block;
    text-align: center;
    letter-spacing: 0.5px;
  }
  .event-details-show {
    display: flex;
    gap: 16px;
  }
  .body-content-ticket {
    background-color: #FFFFE4;
    text-align: left;
    color: #003366;
    padding: 107px 0% 0% 0%;
  }
.home-ticketing-module-container .tabs li {
    font-family: 'Irvin-Text';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.5px;
}
.event-time {
    font-family: Graphik-Medium;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    width: 92px;
}
.event-time-sponsored {
    color: #036;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Georgia;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    width: 92px;
}
.event-location {
    font-family: Graphik-Regular;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    width: 122px;
    margin-left: -2px;
}
.event-location-sponsored {
    color: #036;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Georgia;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.event-title p {
    font-family: Graphik-Regular !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 22px !important;
    margin-left: 6px !important;
    width: inherit !important;
}
.event-title-sponsored p {
    color: #036 !important;
    font-feature-settings: 'clig' off, 'liga' off !important;
    font-family: Georgia !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    margin-left: 25px !important;
    width: inherit !important;
}
.event-toggle-tag-yellow {
    background-color: yellow;
    border: 1px solid #003366;
    color: #003366;
    font-family: 'Graphik-Medium';
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.2px;
    padding: 3px 2px 0px 2px;
    width: 90px;
    text-align: center;
    height: 20px;
    margin: 15px auto;
}
.event-toggle-tag-blue {
    background-color: #036;
    border: 1px solid #003366;
    color: #FFF;
    font-family: 'Graphik-Regular';
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 140% */
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 3px 2px 0px 2px;
    width: 90px;
    text-align: center;
    height: 20px;
    margin: 15px auto;
    margin-left: 22.3px !important;
}
.event-details-img img {
    width: 207px;
}
.event-photo-left-copy {
    font-family: 'Graphik-Medium';
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; 
    letter-spacing: 0.2px;
    text-align: center;
}
.event-photo-left-copy-sponsored {
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Georgia;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 133.333% */
    letter-spacing: 0.2px;
}
.event-details-content {
    font-family: Graphik-Regular;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-left: -1px;
}
.event-details-content-sponsored {
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Georgia;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 24px; /* 133.333% */
}
.tab-arrow span {
    font-family: Graphik-Medium;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px; /* 116.667% */
    text-decoration-line: underline;
    cursor: pointer;
}
.tab-arrow .prev {
    margin-right: 10px;
}
.tab-arrow {
    margin-top: 14px;
}
.event-toggle .ticket-arrow.down{
    margin-top: 19px;
    margin-left: 12px;
}
.event-toggle .ticket-arrow.up{
    margin-top: 23px;
    margin-left: 12px;
}
.event-title strong {
    font-family: Graphik-Medium;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
.event-details-content sup {
    font-family: Graphik-Regular;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.ticket-arrow {
  content: "";
  width: 8px;
  height: 8px;
  border: solid #003366;
  border-width: 2px 2px 0 0;
}

.ticket-arrow.up {
  transform: rotate(-45deg);
}

.ticket-arrow.down {
  transform: rotate(135deg);
}
.event-details-content p strong {
    font-family: Graphik-Medium;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
.event-details-content em, .event-details-content i {
    font-family: TNYAdobeCaslonPro;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    font-style: italic;
}
.event-details-content p {
    margin-top: 0px;
}

.event-details-content p a {
    color: inherit;
}
.event-details-content-sponsored p a {
    color: inherit;
}
.event-details-img {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 207px;
}
.ticket-arrow.down.no-tag {
    margin-left: 23px;
}
.event-details-content p:nth-last-child(1) {
    margin-bottom: 32px;
}
/* end Desktop september version css  */



/* Start Mobile september version css  */
@media (max-width:500px) { 
    .event-toggle {
        flex-wrap: wrap;
    }
    .home-ticketing-module-container {
        padding-left: 32px;
        padding-right: 32px;
    }
    .home-ticketing-module-container .tabs li {
        font-size: 14px;
        line-height: 18px;
    }
    .event-time {
        font-size: 13px;
        line-height: 18px;
        letter-spacing: 0.2px;
        margin-bottom: 4px;
        width: 65px;
    }
    .event-time-sponsored {
        font-size: 13px;
        line-height: 18px;
        letter-spacing: 0.2px;
        margin-bottom: 4px;
        width: 65px;
    }
    .hr-line-event-details {
        margin-top: 16px;
    }
    .event-location {
        font-size: 13px;
        line-height: 18px;
        letter-spacing: 0.2px;
        margin-bottom: 4px;
    }
    .event-location-sponsored {
        font-size: 13px;
        line-height: 18px;
        letter-spacing: 0.2px;
        margin-bottom: 4px;
     }
    .event-title p {
        font-size: 16px !important;
        line-height: 22px !important;
        margin-left: 0px !important;
        margin-top: 0px !important;
        width: unset !important;
        flex-basis: 94% !important;
        width: inherit !important;
        margin-right: 17px;
        margin-bottom: 0px;
    }

    .event-title-sponsored p {
        font-size: 16px !important;
        line-height: 22px !important;
        margin-left: 0px !important;
        margin-top: 0px !important;
        width: unset !important;
        flex-basis: 94% !important;
        width: inherit !important;
        margin-right: 17px;
    }
    
    .event-title strong {
        font-size: 16px;
        line-height: 22px;
    }
    .event-toggle-tag-yellow, .event-toggle-tag-blue {
        margin: unset;
        margin-top: 5px !important;
    }
    .event-toggle-tag-blue {
        margin-left: 0px !important;
    }
    
    .ticket-arrow {
        position: absolute;
        right: 32px;
        margin-top: 40px !important;
    }
    /* .event-toggle-tag-yellow, .event-toggle-tag-blue {
        margin-bottom: 16px;
    } */
    .event-details-show {
        flex-direction: column;
        margin-top: 24px;
    }
    .event-details-img img {
        width: 311px;
    }
    .event-details-buy-btn {
        width: 311px;
    }
    .event-photo-left-copy {
        text-align: center;
        font-size: 13px;
        line-height: 18px;
        letter-spacing: 0.2px;
    }
    .event-photo-left-copy-sponsored {
        text-align: center;
        font-feature-settings: 'clig' off, 'liga' off;
        font-family: Georgia;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 16px; 
        letter-spacing: 0.2px;
    }
    .tab-arrow .prev {
        display: none;
    }
    .body-content-ticket {
        padding: 107px 0% 0% 0% !important;
    }
    .home-ticketing-module {
        padding-bottom: 36px;
    }
    .event-details-buy-btn {
        font-size: 12px;
        line-height: 14px; /* 116.667% */
        letter-spacing: 0.2px;
    }
    .event-details-content {
        font-size: 16px;
        line-height: 22px; 
    }
    .event-details-content-sponsored {
        font-size: 16px;
        line-height: 22px; 
    }
    .event-details-content em {
        font-size: 18px;
        line-height: 22px; 
    }
}
@media only screen and (min-width: 750px) and (max-width: 920px) {
    .home-ticketing-module {
        width: 704px;
        margin: 0 31px;
    }
    .home-ticketing-module-container .tabs li {
        font-size: 14px;
        line-height: 18px; 
    }
    .event-time {
        font-size: 13px;
        line-height: 18px; 
        letter-spacing: 0.2px;
    }
    .event-time-sponsored {
        font-size: 13px;
        line-height: 18px; 
        letter-spacing: 0.2px;
     }
    .event-location {
        font-size: 13px;
        line-height: 18px; 
    }
    .event-location-sponsored { 
        font-size: 13px;
        line-height: 18px; 
    }
    .event-title p {
        font-size: 16px !important;
        line-height: 22px !important; 
        margin: 0 !important;
        width: inherit !important;
    }
    .event-title-sponsored p {
        font-size: 16px !important;
        line-height: 22px !important; 
        margin: 0 !important;
        width: inherit !important;
    }
    .event-toggle-tag-yellow {
        font-size: 10px;
        line-height: 16px; 
        margin-left: 0px;
        margin: 0;
        height: 18px;
    }
    .event-toggle-tag-blue {
        font-size: 10px;
        line-height: 16px;
        margin-left: 0px;
        margin: 0;
        height: 18px;
    }
    .event-toggle {
        flex-wrap: wrap;
    }
    .ticket-arrow {
        margin-left: auto;
    }
    .event-toggle .ticket-arrow.down {
        margin-top: -22px;
        margin-left: auto;
    }
    .event-toggle .ticket-arrow.up {
        margin-top: -22px;
        margin-left: auto;
    }
    .hr-line-event-details {
        margin-top: 6px;
    }
    .event-details {
        margin-top: 16px;
    }
    .event-details-buy-btn {
        font-size: 14px;
        line-height: 18px; 
        letter-spacing: 0.5px;
    }
    .event-photo-left-copy {
        font-size: 13px;
        line-height: 18px; 
        letter-spacing: 0.2px;
        text-align: center;
    }
    .event-photo-left-copy-sponsored {
        font-size: 13px;
        line-height: 18px; 
        letter-spacing: 0.2px;
        text-align: center;
    }
    .event-details-content {
        font-size: 18px;
        line-height: 24px; 
    }
    .event-details-content-sponsored {
        font-size: 18px;
        line-height: 24px;  
    }
    .event-details-content em {
        font-size: 13px;
        line-height: 18px; 
    }
    .home-ticketing-module-bottom .buy-tickets-btn {
        margin: 16px auto;
    }
    .event-toggle .no-tag {
        margin-top: 6px !important; 
    }

    
}

/* end Mobile september version css  */