.height-100{
    height: 100vh;
}
.mb-0 {
    margin-bottom: 0px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-110 {
    margin-bottom: 110px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-130 {
    margin-bottom: 130px;
}

.mb-140 {
    margin-bottom: 140px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mb-160 {
    margin-bottom: 160px;
}

.mb-170 {
    margin-bottom: 170px;
}

.mb-180 {
    margin-bottom: 180px;
}

.mb-190 {
    margin-bottom: 190px;
}

.mb-200 {
    margin-bottom: 200px;
}

/* Home */

.s2-fs-24px{
    font-size: 24px;
}

.s2-divider {
    width: 100%;
    height: 2px;
    background-color: #e02020;
    margin: 20px auto;
    max-width: 100%;
}

.s2-fs-18px{
    font-size: 18px;
}

.s2-fs-20px{
    font-size: 20px;
    line-height: 32px;
}

.s2-imagen-absolute{
    position: absolute;
    right: 0;
}


 

 

 

body, h1,h2,h3,h4,h5,h6,p,span,a,li,button {
    font-family: "Albert Sans", sans-serif;
    font-optical-sizing: auto;
    /* font-weight: <weight>; */
    font-style: normal;
  }

/* -------------------------- MENU ----------------------- */

.s2-menu-navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    transition: background-color 0.4s ease, backdrop-filter 0.4s ease;
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    padding: 10px 30px;
    border-bottom: 1px solid #FFF;
  }

  .s2-menu-navbar.scrolled {
    background-color: rgba(0, 0, 0, 0.6);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
  }

  .s2-menu-brand {
    font-weight: bold;
    font-size: 1.3rem;
    color: #ff0303 !important;
    text-transform: uppercase;
    display: flex;
    align-items: center;
  }

  .s2-menu-logo {
    width: 28px;
    height: 28px;
    background-color: #ff0303;
    border-radius: 4px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
  }

  .s2-menu-logo::before {
    content: "S2";
    position: absolute;
    font-weight: bold;
    color: #000;
    font-size: 14px;
    top: 4px;
    left: 5px;
  }

  .s2-menu-nav .nav-link {
    color: white !important;
    font-weight: 500;
    text-transform: uppercase;
    margin-left: 20px;
    font-size: 18px;
  }

  /* .s2-menu-nav .nav-link.active, */
  .s2-menu-nav .nav-link:hover,
  .s2-menu-nav .show > .nav-link {
    color: #ff0303 !important;
  }

  .s2-menu-dropdown-menu {
    background-color: #2a2a2a;
    border: 2px solid #fff;
    border-radius: 0;
    margin-top: 1px;
    min-width: 200px;
    left: 27px;
    top: 68px;
  }

  .s2-menu-dropdown-menu a {
    color: white !important;
    padding: 10px 20px;
    display: block;
    text-transform: uppercase;
    font-weight: 500;
  }

  .s2-menu-dropdown-menu a:hover {
    background-color: #3a3a3a;
  }

  .navbar-toggler {
    border: none;
    color: white;
    font-size: 1.2rem;
  }

  .navbar-toggler:focus {
    outline: none;
  }

  .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }


/*----------------- S2 WEST EAST CARDS --------------*/

.tickets-box {
    background-image: url('/assets/images/S2_footer_bg.jpg');
    background-size: cover;
    background-position: 50% 50%;
    padding: 30px;
    border-radius: 5px;
    text-align: center;
  }
  .tickets-box h2 {
    color: #e02020;
    font-weight: 400;
    font-size: 48px;
    margin-bottom: 20px;
  }
  .price {
    font-size: 36px;
    font-weight: bold;
    color: white;
  }
  .schedule-day {
    background-color: white;
    color: black;
    padding: 20px;
    border-radius: 5px;
    height: 100%;
  }
  .schedule-day h5 {
    font-weight: bold;
  }
  .section-title {
    color: white;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
  }
  .details-bar {
    background-image: url('/assets/images/S2_footer_bg.jpg'); 
    background-size: cover;
    background-position: 50% 50%;
    color: white;
    padding: 10px 20px;
    border-radius: 3px;
    margin-bottom: 30px;
  }
  .details-bar .row > div {
    font-size: 14px;
  }

  .s2-ticket-title{
    font-size: 44px;
    font-weight: 300;
    padding-bottom: 16px;
  }

  /*----------------- PLAN YOUR VISIT --------------*/

  .s2-title-main {
    font-size: 2.5rem;
    font-weight: bold;
    color: #ff0303;
    text-transform: uppercase;
  }
  .s2-title-main span {
    -webkit-text-stroke: 1px #ff0303;
    color: transparent;
  }
  .s2-subtext {
    font-size: 36px;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 400;
    line-height: 36px;
  }
  .s2-category-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #ff0303;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
  .s2-place-name {
    font-size: 24px;
    font-weight: 400;
    margin-top: 10px;
    text-align: left;
    color: #fff;
    line-height: 30px;
  }
  .s2-img-thumb {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 4px;
  }
  .s2-card-container {
    margin-bottom: 50px;
  }

  /* -----------------THE EXPERIENCE ---------------*/

  .s2-experience-section {
    background-image: url("/assets/images/grayexprerience.jpg"); 
    background-size:cover; 
    background-position: 50% 50%;    
    padding: 60px 0;
  }

  .s2-experience-title {
    font-size: 3rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #ff5a5a;
    letter-spacing: 2px;
    opacity: 0.15;
  }

  .s2-subtitle {
    font-weight: 400;
    color: #ff3b3b;
    font-size: 24px;
    text-transform: uppercase;
    margin-top: -30px;
    margin-bottom: 15px;
  }

  .s2-main-label {
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    font-size: 44px;
    margin-bottom: 20px;
  }

  .s2-image-thumb {
    width: 100%;
    
    margin-bottom: 0px;
  }

  .s2-btn-outline {
    display: inline-block;
    padding: 12px 30px;
    border: 2px solid black;
    font-weight: 600;
    text-transform: uppercase;
    color: black;
    background-color: transparent;
    transition: all 0.3s ease;
    border-radius: 3px;
  }

  .s2-btn-outline:hover {
    background-color: black;
    color: white;
  }
.tobtn a+a{
    margin-left: 20px;
}
  /* Button */
.s2-btn-toggle.btn-transparent-white:hover{
    background-color: #fff;
    color: black;
}
.s2-btn-toggle.btn-transparent-white span{
    font-size: 30px;
}
.s2-btn-toggle.btn-transparent-white{
    border: 2px solid #fff;
        color: #fff;
        padding: 9px 22px;
            font-size: 18px;
}
  .s2-btn-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 2px solid black;
        background-color: transparent;
        color: black;
        font-weight: 400;
        text-transform: uppercase;
        padding: 16px 30px;
        transition-duration: 1.5s;
        transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        font-size: 30px;
        letter-spacing: 0.5px;
  }

  .s2-btn-toggle span {
    margin-left: 10px;
    width: 0px;
    opacity: 0;
    transform: translateX(-5px);
    transition: all 0.3s ease;
  }

  .s2-btn-toggle:hover {
    background-color: black;
    color: white;
  }

  .s2-btn-toggle:hover span {
    opacity: 1;
    transform: translateX(0);
    width: 50px;
  }


  /* ----------------- TESTIMONIAL ---------------- */

  .s2-testimonials {
    background-image: url("/assets/images/grayexprerience-2.jpg"); 
    background-size:cover; 
    background-position: 50% 50%; 
    padding: 160px 0;    
    position: relative;
  }

  .s2-section-title-img {
    position: absolute;
    top: -150px;
    z-index: 9;
  }

  .s2-video-card {
    position: relative;
    overflow: hidden; 
  }

   

  .s2-video-card img {
    width: 100%;
    display: block;
    height: auto;
  }

 .s2-watch-btn {
     position: absolute;
     bottom: 15px;
     right: 15px;
     background: white;
     padding: 10px 18px;
     font-weight: 600;
     text-transform: uppercase;
     font-size: 14px;
     border: none;
     color: black;
     display: inline-flex;
     align-items: center;
     transition: all 0.3s ease;
 }

.s2-watch-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    transition: all 0.3s ease;
    transform-origin: center;
    transform: translate(-50%, 0%);
}

.s2-watch-btn:hover::before {
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    
}

  

  .s2-watch-btn i {
    margin-left: 8px;
    font-size: 10px;
    background: black;
    border-radius: 100%;
    padding: 8px 8px 8px 10px;
    color: white;
  }

  .s2-video-modal iframe {
    width: 100%;
    height: 400px;
  }

  /* ----------------- SPONSOR --------------- */

  .s2-sponsor-wrapper {
    overflow: hidden;
    padding: 40px 0;
    position: relative;
    background-color: #0a0a0a;
  }

  .s2-sponsor-track {
    display: flex;
    width: max-content;
    animation: scroll-left 20s linear infinite;
  }

  .s2-sponsor-item {
    flex: 0 0 auto;
    margin: 0 40px;
    filter: grayscale(100%);
    transition: filter 0.3s ease, transform 0.3s ease;
  }

  .s2-sponsor-item:hover {
    filter: grayscale(0%);
    transform: scale(1.05);
  }

  .s2-sponsor-item img {
    height: 60px;
    width: auto;
    display: block;
  }

  .s2-sponsor-wrapper:hover .s2-sponsor-track {
    animation-play-state: paused;
  }

  @keyframes scroll-left {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }

  /* Duplicated track for seamless loop */
  .s2-sponsor-inner {
    display: flex;
    gap: 80px;
  }

  @media (max-width: 768px) {
    .s2-sponsor-item {
      margin: 0 20px;
    }
    .s2-sponsor-item img {
      height: 40px;
    }
  }

  /* ----------------- SLIDER ---------------- */
  .s2-carousel,
  .s2-carousel .carousel-inner,
  .s2-carousel .carousel-item {
    height: 100vh;
  }

  .s2-carousel .carousel-item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* opacity: 0;
    transition: opacity 1s ease-in-out; */
  }

  .s2-carousel .carousel-item.active {
    opacity: 1;
    z-index: 1;
  }

  .s2-carousel .carousel-fade .carousel-item {
    transition-property: opacity;
  }

  .s2-carousel .carousel-inner {
    position: relative;
    width: 100%;
    height: 100%;
  }



  /* ----------------- FOOTER ---------------- */
  
  .s2-footer {
    background-image: url("/assets/images/S2_footer_bg.jpg"); 
    color: white;
    padding: 60px 0 30px;
    text-align: center;
  }

  .s2-footer h2 {
    font-size: 50px;
    color: #ff0303;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 3px;
  }

  .s2-footer .s2-footer-btn {
    border: 3px solid white;
    padding: 7px 17px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    color: white;
    background-color: transparent;
    display: inline-block;
    margin-top: 15px;
    transition: all 0.3s ease;
  }

  .s2-footer .s2-footer-btn:hover {
    background-color: white;
    color: black;
  }

  .s2-footer .s2-subtitle {
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 5px;
    letter-spacing: 1px;
    color: #fff;
  }

  .s2-footer .s2-social a {
    color: white;
    margin: 0 10px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
  }

  .s2-footer .s2-social a:hover {
    color: #ff0303;
  }

  .s2-footer .s2-bottom {
    font-size: 12px;
    color: #fff;
    margin-top: 80px;
  }

  .s2-footer .s2-bottom span {
    color: #ff0303;
  }

  .s2-footer-title{
    font-weight: 400 !important;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 6px;
    letter-spacing: 4px;
  }

  .s2-social{justify-content: space-between; display: flex;}
  
  /* ------------------ subscribe ---------------------- */

  .s2-subscribe-section {
    background-color: #0a0a0a;
    padding: 60px 20px;
  }

  .s2-subscribe-title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }

  .s2-subscribe-form {
    display: flex;
    border: 3px solid white;
    border-left: 0px solid white;
    border-radius: 0;
    overflow: hidden;
    text-transform: uppercase;
  }

  .s2-subscribe-form input {
    background-color: transparent;
    border: none;
    color: white;
    padding: 12px 16px;
    flex: 1;
    font-size: 16px;
    outline: none;
    margin:0;
    text-transform: uppercase;
  }

  .s2-subscribe-form input::placeholder {
    color: #eee;
    font-weight: 300;
  }

  .s2-subscribe-btn {
    background-color: transparent;
    border: none;
    border-left: 2px solid white;
    color: white;
    padding: 0 20px;
    font-size: 20px;
    transition: all 0.3s ease;
  }

  .s2-subscribe-btn:hover {
    background-color: white;
    color: #000;
  }

  @media (max-width: 576px) {
    .s2-subscribe-form {
      flex-direction: column;
    }

    .s2-subscribe-btn {
      border-left: none;
      border-top: 2px solid white;
      width: 100%;
      text-align: center;
    }
  }

  .hero--gif {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      max-width: 300px;
      width: 33%;
      z-index: 999;
  }

  .vertical-align {
      position: relative;
      top: 50%;
      transform: translateY(-50%);
  }

  .mt--42 {
      margin-top: -42px;
  }

  .wow {
      visibility: hidden;
  }

  .gradient-overlay:before {
      content: '';
      position: absolute;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(9 9 9) 100%);
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
  }

  .gradient-overlay2:before {
      content: '';
      position: absolute;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(9 9 9) 100%);
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 99;
  }

  .gradient-overlay2,
  .gradient-overlay {
      position: relative;
  }
  .before--overlay::before {
      content: '';
      position: absolute;
      background: rgb(9 9 9);
      top: 0;
      left: 0;
      width: 100%;
      height: 50vh;
  }

  .videoHome1 {
      height: 70vh;
      width: 60%;
      margin: auto;
      overflow: hidden;
      position: relative;
      z-index: 9;
      margin-top: 10vh
  }

  video {
      background-color: #000;
      height: auto;
      left: 50%;
      min-height: 100%;
      min-width: 100%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      width: auto;
      z-index: -3;
      background-size: cover;
  }

  .mt-20vh {
      margin-top: 20vh;
  }

  .theexperience {
      width: 80%
  }
  .embed-responsive>div {
      width: 100%;
      position: absolute;
      left: 0;
      height: 100%;
      top: 0;
  }

  .embed-responsive video {
      background-color: #000;
      left: 50% !important;
      min-height: 100%;
      min-width: 100%;
      position: absolute;
      top: 50% !important;
      transform: translate(-50%, -50%);
      width: auto;
      z-index: 1;
      background-size: cover;
  }
  .floating1 {
      position: absolute;
      top: -200px;
      left: 0;
  }

  .floating2 {
      position: absolute;
      bottom: -200px;
      right: 0;
  }

  .accordion-style1 .panel-title {
      font-size: 26px;
      padding-right: 30px;
      position: relative;
      color: white;
      font-weight: 800;
  }

  .accordion-style1 .panel-heading {
      padding: 20px 0;
  }

  .accordion-style1 .panel-title>span.float-right {
      position: absolute;
      right: 0;
      top: -10px;
      width: 40px;
      border: 2px solid white;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 40px;
      color: white !important;
  }

  .panel-heading>a:not(.collapsed) .float-right>img {
      transform: rotate(180deg);
  }

  .panel-body p {
      color: white;
      font-size: 22px;
      margin: 0
  }
  .profile-container {
      display: flex;
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
      background-color: #1a1a1a;
  }

  .profile-card {
      position: relative;
      width: 100%;
      display: flex;
  }



  .profile-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
  }

  .profile-info {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #292929;
      color: white;
      padding: 2rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
      opacity: 1;
      
        transition-duration: 1.7s;
            transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  }

  .profile-card:hover .profile-info {
      opacity: 1;
  }

  .profile-info h2 {
      font-size: 1.5rem;
      font-weight: 500;
      margin: 0;
      text-transform: uppercase;
      line-height: 1
  }

  .profile-info h1 {
      font-size: 3.5rem;
      font-weight: 700;
      margin: 0 0 1.5rem 0;
      text-transform: uppercase;
  }

  .profile-info p {
      font-size: 1rem;
      line-height: 1.6;
  }

  .profile-container:hover .profile-image {
      transform: translateX(100%)
  }

  .profile-container .profile-image {
        transition-duration: 1.7s;
            transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      transform: translateX(10%)
  }

  .profile-image {
      position: relative;
      z-index: 9;
  }

  .profile-container:hover .profile-info {
      background: #e42313;
  }

  .col-md-4:hover {
      position: relative;
      z-index: 99;
  }

  .floatingS {
      position: absolute;
      top: 20%;
      right: 0;
  }

  .tabExp {
      display: none
  }

  .tabExp.active {
      display: block
  }

  .slideHover.active {
      opacity: 1;
  }

  .slideHover {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      transition: opacity 0.3s ease;
      gap: 30px
  }

  .slide-in-Hover li {
      cursor: pointer;
      color: white;
      border-left: 7px solid transparent;
      padding-left: 30px;
  }

  .slide-in-Hover {
      display: flex;
      flex-direction: column;
      padding: 0;
      margin: 0;
      list-style: none;
  }

  .slide-in-Hover li:hover {
      border-left: 7px solid #fff;
  }

  .slide-in-Hover li:hover p {
      height: 120px;
  }

  .slide-in-Hover h2 {
      font-weight: 400
  }

  .slide-in-Hover p {
      font-size: 20px;
      line-height: 1.5;
      height: 0px;
      overflow: hidden;
      margin: 0;
      transition: height 0.3s ease;
  }

  .swiper-slide>div.bg-black * {
      color: white !important;
  }

  .topic-content p {
      font-size: 22px
  }

  .topic-content span {
      font-size: 16px;
      margin-bottom: 10px;
      font-weight: 600;
      display: block
  }

  .topic-content h3 {
      min-height: 160px;
      font-size: 32px;
      line-height: 1;
      margin-bottom: 30px
  }

  .topic-content {
      display: flex;
      flex-direction: column;
      text-align: left;
      padding: 40px;
      justify-content: center;
  }

  .topic-content,
  .swiper-slide>div {
      height: 100%;
  }

  .swiper-slide {
      height: 400px;
  }.sponsorship-box {
        background-color: #fff;
        color: #000;
        padding: 30px;
        border-radius: 5px;
        margin-bottom: 30px;
        height: 100%;
    }
    .sponsorship-box h2 {
        font-size: 19px;
        font-weight: 700;
        margin-bottom: 5px;
        text-transform: uppercase;
        line-height: 1
    }
    .sponsorship-box .limited-text {
        font-size: 12px;
        color: #7e7e7e;
        margin-bottom: 5px;
        font-weight: 900;
        text-transform: uppercase;
    }
    .sponsorship-box .price {
        font-size: 24px;
        font-weight: bold;
        color: #7e7e7e;
        text-align: right;
        margin-top: -25px;
        margin-bottom: 0px;
    }
    .sponsorship-box ul {
        list-style: none;
        padding-left: 0;
        margin:0;
        border-top: 2px solid #7e7e7e;
        margin-top: 20px;
        padding-top: 30px
    }
    .sponsorship-box ul li {
        position: relative;
        padding-left: 15px;
        margin-bottom: 0px;
        font-size: 15px;
        line-height: 1.4;
    }
    .sponsorship-box ul li:before {
        content: "•";
        position: absolute;
        left: 0;
        color: #e02020;
        font-weight: bold;
    }
    .sponsorship-contact {
        font-size: 18px;
        color: #fff;
        margin-top: 40px;
        margin-bottom: 80px;
    }
    .floating1, .floating2 {
        opacity: 0.5;
        z-index: 0;
    }
    .bars{
        display: block;
        background: #262626;
        color: white;
        font-size: 18px;
        font-weight: 900;
        padding: 10px
    }
    .tabInfo{
        display: none;
    }
    .tabimg.active,
    .tabInfo.active{
        display: flex !important;
    }
    .tabimg{
        display: none
    }
        .sponsorship-box {
            background-color: #fff;
            color: #000;
            padding: 30px;
            border-radius: 5px;
            margin-bottom: 30px;
            height: 100%;
        }
    
        .sponsorship-box h2 {
            font-size: 19px;
            font-weight: 700;
            margin-bottom: 5px;
            text-transform: uppercase;
            line-height: 1
        }
    
        .sponsorship-box .limited-text {
            font-size: 12px;
            color: #7e7e7e;
            margin-bottom: 5px;
            font-weight: 900;
            text-transform: uppercase;
        }
    
        .sponsorship-box .price {
            font-size: 24px;
            font-weight: bold;
            color: #7e7e7e;
            text-align: right;
            margin-top: -25px;
            margin-bottom: 0px;
        }
    
        .sponsorship-box ul {
            list-style: none;
            padding-left: 0;
            margin: 0;
            border-top: 2px solid #7e7e7e;
            margin-top: 20px;
            padding-top: 30px
        }
    
        .sponsorship-box ul li {
            position: relative;
            padding-left: 15px;
            margin-bottom: 0px;
            font-size: 15px;
            line-height: 1.4;
        }
    
        .sponsorship-box ul li:before {
            content: "•";
            position: absolute;
            left: 0;
            color: #e02020;
            font-weight: bold;
        }
    
        .sponsorship-contact {
            font-size: 18px;
            color: #fff;
            margin-top: 40px;
            margin-bottom: 80px;
        }
    
        .floating1,
        .floating2 {
            opacity: 0.5;
            z-index: 0;
        }
    
        .bars {
            display: block;
            background: #262626;
            color: white;
            font-size: 18px;
            font-weight: 900;
            padding: 10px
        }
    
        .tabInfo {
            display: none;
        }
    
        .tabimg.active,
        .tabInfo.active {
            display: flex !important;
        }
    
        .tabimg {
            display: none
        }