
@import url('https://fonts.googleapis.com/css2?family=Epilogue:wght@300;400;500;600;700&family=Goldman&family=Cabin&family=Oswald:wght@400;500;600;700&family=Syne:wght@400;500&family=Kanit:wght@300;400&display=swap');
 /* 

 font-family: 'Epilogue', sans-serif;
 font-family: 'Kanit', sans-serif;
 font-family: 'Syne', sans-serif;
 font-family: 'Cabin', sans-serif;
 font-family: 'Oswald', sans-serif;
 font-family: 'Goldman', sans-serif;
 */

/* btntotop  */

#btotop {
    display: flex;
    line-height: 30px;
    /* display: inline-block; */
    background-color: #ffffff;
    width: 50px;
    height: 48px;
    text-align: center;
    border-radius: 7px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .2s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    align-items: center;
    justify-content: center;
}

  #btotop::after {
     
    font-size: 2em;
    line-height: 50px;
    color: #fff;
  }
  
  #btotop:hover {
    cursor: pointer;
    background-color: #333;
  }
  #btotop:active {
    background-color: #555;
  }
  #btotop.show2 {
    opacity: 1;
    visibility: visible;
  }
  
 
  /* ----------------------*/

.mobile-nav-bg {
    background-color: #18181800;
}



.blur { 
    backdrop-filter: blur(3px);
}


.pf-t {
    font-family: 'Epilogue', sans-serif;
}

p {
    font-family: 'Epilogue', sans-serif;
}

.cookies-eu-banner {
    border-radius: 5px;
    font-size: 16px;
    margin: 30px;
    background-color: #22252e;
    padding: 31px;
     
    position: fixed;
    bottom: 0;
    width: 400px;
    z-index: 999;
    color: #fff;
    font-family: "Manrope", sans-serif;
}

.btn-cookies1{
    z-index: 999;
    background-color: #67639e !important;
    border-color: #ffffff00 ;
    border-style: solid;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    width: 150px;
    height: 50px;
    border-width: 1px;
    text-align: center;
    border-radius: 2px;
    font-family: 'Kanit', sans-serif !important;
    font-weight: 200;
    &:hover {
        background-color: #5851b6 !important;
        border-color: #c7ff6c00;
  
      }
}


.btn-cookies2 {
    z-index: 999;
    background-color: #c7ff6c00 !important;
    border-color: #ffffff5b ;
    border-style: solid;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    width: 150px;
    height: 50px;
    border-width: 1px;
    text-align: center;
    border-radius: 2px;
    font-family: 'Kanit', sans-serif !important;
    font-weight: 200;
    &:hover {
        background-color: #67639e1a !important;
        border-color: #ffffff5b ;
      }
}


.pad-topcookie{
    padding-top: 10px;
}


#delayedSection {
    display: none;
}

.z-toggle {
    position: relative;
    z-index: 1000;
}
.navbar {  
    z-index: 100;
}

.navbar-drop { 
    right: 0;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    z-index: 100;
     
}

  

 


/* 
.sticky {
    position: fixed;
    z-index: 13;
    top: 0;
    width: 100%;
}
 */

.hidden {
    opacity: 0;
    transition: all 1s;
}

.show {
    opacity: 1;
}


/* ----------------------- */


 .parallax {
    background-image: url('/assets/images/arena_mobile.png' );
    height: 300px; 
    width: 100%;
}

 .feature_grid {
    display: flex;
    flex-direction: row;
    gap: 24px;
    flex-wrap: wrap;
}
 
.grid_item {
    border: 2px solid #2c3345;
    border-radius: 35px;
    padding: 24px;
     
    gap: 24px;
    align-items: center;
    justify-content: space-between;
}

.grid_item img {
    max-width: 50px;
    aspect-ratio: 1/1;
}

.grid_item_text {
    display: flex;
    flex-direction: column;
     align-items: center;
}



/* .icon {
    height: 40px;
    margin-bottom: 10px;
}

.icon2 {
    height: 35px;
    margin-bottom: 10px;
} */


/* -------  ticket  ----------  */

.feature_grid {
    display: flex;
    flex-direction: row;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
}

.sec_item {
    background-color: #31314200;
}

.sec_item_text {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.sec_item_text .rem {
    margin-bottom: 0;
}

.sec_item img {
    height: 200px;
    padding-bottom: 20px;
     
}

.to-font { 
    padding-left: 123px !important;
    
}

.align-flex-left {
    display: flex;
    align-items: start; /* Center vertically */
    justify-content: start; /* Center horizontally */
}

.align-flex-right {
    display: flex;
    align-items:end;
    justify-content: end;/* Center horizontally */
}

.item-title { 
    color: #fff;
    font-family: 'Syne', sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0px !important;
    
}

.item-text {
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    color: #c7c7c7;
    font-family: 'Epilogue', sans-serif;
    font-size: 16px;
  
}

 
/* -------card----------  */

.eu-champ {
    padding: 10px;
    padding-left: 0px;
     
}


.mid {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}

.card-box {
    background-color: #2b535e;
    border-radius: 3px;
    outline-style: solid;
    outline-color: #ffffff00;
    outline-width: 1px;
    margin-top: 20px;
}

.card-box2 {
    background-color: #2c303b79 ;
    border-radius:  13px;
    outline-style: solid;
    outline-color: #ffffff18;
    outline-width: 1px;
    margin-right: 20px;
    padding-right: 10px;
    padding-top: 10px;
    margin-top: 90px;
    margin-bottom: 15px;
}

.card-title {
    padding-top: 20px;
    padding-left: 30px;
    color: #fff;
    font-family: 'Syne', sans-serif;
    font-size: 24px;
    font-weight: 500;
}

.card-text {
    padding-top: 10px;
    padding-bottom: 40px;
    padding-left: 70px;
    padding-right: 40px;
    color: #c7c7c7;
    font-family: 'Epilogue', sans-serif;
    font-size: 18px;
    font-weight: 100;
}



.card-mg {
    margin-bottom: 30px;
}

.dot {
    background-image: url(Dot.png);
    position: relative;
    right: 20px;
}

.blu {
    background-image: url(bg-cover.png);
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 200px;
}



/* ------- ----------  */




/* ------- ----------  */

.p-txt-2 {
    padding-bottom: 280px;
    padding-left: 90px;
}

.p-txt {
    padding-top: 50px;
    padding-bottom: 100px;
    padding-left: 90px;
}

.bg-gradient-txt {
    background: rgb(99,74,192); 
}


.bg-purple {
    background: rgb(99,74,192);
    background: linear-gradient(170deg, rgba(99,74,192,1) 25%, rgb(114, 123, 255) 100%);
    padding-top: 120px;
    padding-bottom: 10px;
}

/* .bg-purple {
    background-color: rgb(99 74 192);
    padding-top: 120px;
    padding-bottom: 10px;
} */
 
.main_header { 
    position: relative;
    z-index: 3 !important;
}
 
  

.main { 
    position: relative;
    z-index: 3 !important;
    background: #181a22;
    
}

.bg-navbar {
    background-color: #181a2200;
}

.bg { 
    background: #181a22;
    color: #ffffff;
    font-family: 'Epilogue', sans-serif;
    font-size: 17px;
    font-weight: 100;
}

.bg-txt {
    font-family: 'Epilogue', sans-serif;
    color: #ffffff;  
    font-size: 18px;
    font-weight: 100;
}

.bg-line {
    background-color: #17434f;
    background-size: cover;
}

.bg-line-2 {
    background-color: #1c202b;
    background-size: cover;
}




.bg-stages {
    background-color: #181b27;
}

.align {
    text-align: center;
}

.align-img {
    align-items: end;
}
 

.align-start {
    align-items: start;
}

.sep-mg-2 {
    padding-top: 100px;
    margin-bottom: 150px;
}

.sep-mg-3 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.sep-mg {
    padding-top: 250px;
    margin-bottom: 150px;
}

.sep-top {
    padding-top: 200px;
  
}

.pad-event {
    padding-top: 80px;
    padding-bottom: 100px;
}

.pad-side {
    padding-left: 70px;
    padding-right: 70px;
}

.margin-side {
    margin-left: 40px;
    margin-right: 40px;
}

.pad-b {
    padding-top: 40px;
    padding-bottom: 40px;
}

.pad-bot {
    padding-bottom: 40px;
}

.pad-t{
    padding-top: 120px;
}

.pad-t2{
    padding-top: 100px;
}

.pad-b2 {
    padding-bottom: 140px;
}


.banner-txt {
    font-size: 20px;
}


.title-event {
    color: #ffffff;
    font-family: 'Epilogue', sans-serif; 
    font-size: 35px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}

.title-green {
    top: 60px;
     
    padding-left: 350px;
    color: #C7FF6C;
    padding-top: 90px;
    font-family: 'Epilogue', sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0px;
}

.title-green-subheading {
    top: 20px;
    color: #f3f3f3;
     
    font-family: 'Epilogue', sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 40px;
}

.title-green-big {
    
    color: #ffffff;
    font-family: 'Epilogue', sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 10px;
    padding-bottom: 10px;
}

.title-sm-footer{
    
    color: #ffffff;
    font-family: 'Epilogue', sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-top: 40px;
    padding-bottom: 20px;
}


.title-footer {
    color: #ffffff;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 70px ;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 10px;
     
}

.title-green-heading {
    
    color: #ffffff;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 10px;
     
  
}

.footer_img {
    width: 100%; 
    padding-left: 40px;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: #0c080800 !important;
}

.nav-link {
    padding-top: 20px !important;
    padding-right: 20px !important;
    font-family: 'Epilogue', sans-serif;
    font-weight: 400;
    color: #ffffff !important;
}


.footer-button {
    padding-top: 2px;
    background-color: #c7ff6c00;
    border-color: #C7FF6C;
    border-style: solid;
    color: #C7FF6C;
    text-decoration: none;
    display: inline-block;
    width: 280px !important;
    height: 50px;
    border-width: 1px;
    text-align: center;
    border-radius: 2px;
    font-family: 'Epilogue', sans-serif;
    font-weight: 400;
    &:hover {
        background-color: #c7ff6c;
        border-color: #c7ff6c;
        color: #272727;
        font-weight:600;
      }
}

.nav-button {
    padding-top: 2px;
    background-color: #C7FF6C;
    border-color: #c7ff6c00;
    border-style: solid;
    color: #181818;
    text-decoration: none;
    display: inline-block;
    width: 280px !important;
    height: 50px;
    border-width: 3px;
    text-align: center;
    border-radius: 2px;
    font-family: 'Epilogue', sans-serif;
    font-weight: 600;
    &:hover {
        background-color: #caf358;
        border-color:#c7ff6c00;
        color: #202714;
      }
}

.button-footer {
    background-color: #ffffff;
    border-color: #ffffff00;
    border-style: solid;
    color: #6a62df;
    text-decoration: none;
    display: inline-block;
    width: 280px;
    height: 50px;
    border-width: 1px;
    text-align: center;
    border-radius: 2px;
    font-weight: 600;
}

.button-stages {
     
    background-color: #c7ff6c00;
    border-color: #ffffffb4;
    border-style: solid;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    width: 280px;
    height: 50px;
    border-width: 1px;
    text-align: center;
    border-radius: 2px;
    font-family: 'Kanit', sans-serif !important;
    font-weight: 200;
    &:hover {
        background-color: #c7ff6c;
        border-color: #c7ff6c;
        color: #272727;
        font-weight:500;
      }
}

.button-stages-dark {
    background-color: #313131b2;
    border-color: #c7ff6c00;
    border-style: solid;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    width: 180px;
    height: 50px;
    border-width: 1px;
    text-align: center;
    border-radius: 32px;
    font-family: 'Kanit', sans-serif !important;
    font-weight: 200;
    &:hover {
        background-color: #242424b2;
        border-color: #27292e00;
        color: #C7FF6C;
      }
}




.button-stages2 {
    background-color: #c7ff6c00;
    border-color: #c7ff6c;
    border-style: solid;
    color: #C7FF6C;
    text-decoration: none;
    display: inline-block;
    width: 280px;
    height: 50px;
    border-width: 1px;
    text-align: center;
    border-radius: 4px;
    font-family: 'Kanit', sans-serif !important;
    font-weight: 200;
    &:hover {
        background-color: #c7ff6c;
        color: #191C24;
        font-weight: 500;
    }
    
}

.img_stages {
    height: 280px;
    &:hover {
        transform:scale(1.1);
        transition:0.3s;
      }
}

.linktxt2{
line-height: 170px;
  display: inline-block;
  height: 180px;
  width: 180px;
  margin: 10px;
  background-color: #c7ff6c00;
  border-color: #c7ff6c;
  border-style: solid;
  color: #C7FF6C;
  border-radius: 190px;
  border: 3px solid;
  text-align: center;
  padding-bottom: 80px;
  text-decoration: none;
    
  font-family: 'Epilogue', sans-serif;
  font-weight: 500;
    &:hover {
        transform:scale(1.1);
        transition:0.3s;
      }
}

.linktxt{
   
    background-color: #49494900;
    color: #C7FF6C;
    text-decoration: none;
    display: inline-block;
    rotate: -90deg;
    line-height: 120px;
    text-align: center;
    
    font-family: 'Kanit', sans-serif !important;
    font-weight: 300;
    &:hover {
        transform:scale(1.1);
        transition:0.3s;
      }
}

.arrow{
background-color: #49494900;
color: #C7FF6C;
text-decoration: none;
display: inline-block;
width: 200px;
height: 200px;
text-align: center;
 
font-weight: 300;
&:hover {
    transform:scale(1.2);
    transition:0.3s;
    }
}

.center {
     
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    overflow: hidden;
    margin: auto !important;
}

/* HTML: <div class="loader"></div> */
.loader {
    
    
    rotate: 90deg;
    position: absolute;
   
    height: 2px;
    width: 130px;
    --c:no-repeat linear-gradient(#6100ee 0 0);
    background: var(--c),var(--c),#d7b8fc;
    background-size: 60% 100%;
    animation-delay: 15s;
    animation-iteration-count: 2;
    animation: l16 3s infinite;
 
    transform: translate(-50%, -50%) ;
  }
  @keyframes l16 {
    0%   {background-position:-150% 0,-150% 0}
    
    100% {background-position: 250% 0, 250% 0}
}



i{
    font-size: 28px;
    padding: 0;
}
  
a:hover {
    color: #C0F355!important;
}

.title-big {
    margin-bottom: 60px;
    top: 204px;
    color: #FFF;
    text-align: center;
    font-family: 'Goldman', sans-serif;
    font-size: 130px;
    font-style: normal;
     
    line-height: normal;
     
    text-transform: uppercase;
    
}

.circle {
    padding-bottom: 80px;
}


.placeholder_video{
    z-index:  2;
    height: 900px; 
}
  

.video-container {
    background-color: #181818;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; 
}

.video-desktop {

    min-width: 100%; 
    min-height: 100%; 

    /* Setting width & height to auto prevents the browser from stretching or squishing the video */
    width: auto;
    height: auto;

    /* Center the video */
    position: absolute;
}

/* @media (min-width: 1600px) {
.container {
    max-width: 1507px !important;
}
.padding-content {
    padding-left: 240px !important; 
    padding-right: 240px !important;
}

} 

@media (min-width: 1200px) {
    .container {
        max-width: 1507px !important;
    }
    .padding-content {
        padding-left: 300px !important; 
        padding-right: 300px !important;
    }
    
}  */


.mobile-video {
    width: 440px;
    height: inherit;
}


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

    .circle {
        padding-bottom: 10px !important;
    }

    .mobile-nav-bg {
        background-color: #181a22 !important;
    }
    
    .video-container {
        height: 100%;
    }
     
    .title-sm-footer{
    
        color: #ffffff;
        font-family: 'Epilogue', sans-serif;
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        padding-top: 10px;
        padding-bottom: 40px;
    }
    
    
    .title-footer {
        color: #ffffff;
        font-family:Arial, Helvetica, sans-serif;
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        padding-bottom: 10px;
        padding-top: 40px;
         
    }

    .cookies-eu-banner { 
        margin: 0px;
        background-color: #22252e;
        padding: 15px;
        text-align: center;
        width: 100%;
    }

    .placeholder {
        height: 590px !important; 
      }

    .bg-purple { 
        padding-top: 30px;
        padding-bottom: 10px;
    }

    .pad-t {
        padding-top: 90px;
    }

    .to-font { 
        padding-left: 53px !important;
        font-size: 15px;
    
    }

    .eu-champ {
        padding: 10px;
        padding-left: 30px;
         
    }
    

    .p-txt-2 {
        padding-bottom: 80px;
        padding-left: 10px;
    }

    
    /* possible navbar overlay */

    /* -------------------------------- */

     
    .align {
        align-items:  center;
    }

    .align-img {
        display: flex;
        align-items: center;
        flex-direction: column-reverse;
    }

    .sep-top {
        padding-top: 70px;
    }

    .sep-mg {
        padding-top: 40px;
        margin-bottom: 150px;
    }
    .sep-mg-2 {
        padding-top: 40px;
        margin-bottom: 66px;
    }

    .img_stages {
        height: 180px;
         
    }

    .events_img {
        width: 220px;
    }

    .events_img2 {
        width: 160px;
    }
 

    .bg { 
        font-size: 16px !important;
        font-weight: 100;
    }

    .hide {
        display: none;
    }
    
    .icon {
        height: 30px;
        margin-bottom: 0px;
    }

    .p-txt {
        padding-top: 10px;
        padding-bottom: 20px;
        padding-left: 10px;
    }

    .sep-mg {
        margin-top: 0px;
        margin-bottom: 40px;
    }
     

    .sec_item img {
        height: 100px;
        padding-bottom: 10px;
    }
  

    .sec_item {
        background-color: #31314200;
        padding-top: 30px;
    }

    .title-big {
        margin-bottom: 10px;
        top: 204px;
        color: #FFF;
        text-align: center;
        font-family: 'Goldman', sans-serif;
        font-size: 50px !important;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
        letter-spacing: -1px !important;
        text-transform: uppercase;
        
    }

    .title-event {
        
        font-family: 'Epilogue', sans-serif;
        font-size: 25px;
       
        line-height: normal;
        margin-bottom: 20px;
    }
    
    .title-green {
        padding-top: 80px;
        padding-left: 10px;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 20px;
    }
    
    .title-green-big {

        padding-top: 50px !important;
        font-family: 'Epilogue', sans-serif;
        font-size:28px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        padding-bottom: 10px;
      
    }

    .title-green-heading {
    
        color: #ffffff;
        font-family: 'Epilogue', sans-serif;
        font-size: 35px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        padding-bottom: 10px;
      
    }

    .title-green-subheading {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .item-title {
       
        font-size: 20px;
        font-weight: 500;
    }

    .item-text {
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        color: #e7e7e7;
        font-family: 'Epilogue', sans-serif;
        font-size: 16px;
        font-weight: 100;
    }

    .pad-event {
        padding-top: 15px;
        padding-bottom: 10px;
    }

    .pad-side {
        padding-left: 20px;
        padding-right: 20px;
    }
        
    .mid {
        display: flex;
        align-content: center;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .card-box {
        
        border-radius: 3px;
        outline-style: solid;
        
        outline-width: 2px;
        margin-top: 20px;
    }

    .card-title {
        padding-top: 20px;
        padding-left: 30px;
        color: #fff;
        font-family: 'Syne', sans-serif;
        font-size: 20px;
        font-weight: 500;
    }

    .card-text {
        padding-top: 10px;
        padding-bottom: 40px;
        padding-left: 30px;
        padding-right: 30px;
        
        font-family: 'Syne', sans-serif;
        font-size: 16px;
        font-weight: 100;
    }

    .card-mg {
        margin-bottom: 30px;
    }

    .dot {
        background-image: url(Dot.png);
        position: relative;
        padding-right: 20px;
    }

    .button-stages2 {
        width: 250px;
    }

    .button-stages { 
        width: 240px; 
    }
    
    .linktxt2{
        line-height: 130px;
      display: inline-block;
      height: 140px;
      width: 140px;
      margin: 0px;
      background-color: #c7ff6c00;
      border-color: #c7ff6c;
      border-style: solid;
      color: #C7FF6C;
      border-radius: 190px;
      border: 2px solid;
      text-align: center;
      padding-bottom: 0px;
      text-decoration: none;
        
      font-family: 'Epilogue', sans-serif;
      font-weight: 500;
        &:hover {
            transform:scale(1.1);
            transition:0.3s;
          }
    }

    
    .footer-button {

        
        width: 250px !important;
        height: 50px;
        
    }
    

    .nav-button {
        background-color: #C7FF6C;
        border-color: #C7FF6C;
        border-style: solid;
        color: #181818;
        text-decoration: none;
        display: inline-block;
        width: 250px !important;
        height: 50px;
        border-width: 3px;
        text-align: center;
        border-radius: 2px;
        font-family: 'Kanit', sans-serif !important;
        font-weight: 600;
 
    }

    .footer_img {
        width: 100%;
        padding-top: 70px;
        padding-left:  0px;
    }

    .title-green-big {
        font-size: 30px;
    }
    
    .title-sm-footer{
        
        color: #ffffff;
        font-family: 'Epilogue', sans-serif;
        font-size: 25px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        padding-top: 40px;
        padding-bottom: 20px;
    }

    
    
    

}


    

@media only screen and (max-width: 1000px)   {
    .bg-navbar {
        background-color:#17434f;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 600px)  {
    .sep-mg-2 {
        margin-top: 66px;
        margin-bottom: 66px;
    }

    .footer_img {
        width: 100%;
        
        padding-left:  0px;
    }

    .events_img {
        width: 260px;
    }
    .events_img2 {
        width: 160px;
    }

     

    .bg {
        font-size: 16px;
        font-weight: 100;
    }

    .hide {
        display: none;
    }
    
    .p-txt {
        padding-top: 50px;
        padding-bottom: 20px;
        padding-left: 10px;
    }

    .video-container {
        height: 100%;
    }

    .parallax {
        /* The image used */
        background-image: url('/assets/images/Arena.png' );
    
        /* Full height */
        height: 100%; 
        width: 100%; 
          
        background-attachment: fixed;
        background-position: left;
        background-repeat: no-repeat;
        background-size: 1200px;
    }
    


    .title-big {
        margin-bottom: 10px;
        top: 204px;
        color: #FFF;
        text-align: center;
        font-family: 'Goldman', sans-serif;
        font-size: 75px !important;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
        letter-spacing: -1px !important;
        text-transform: uppercase;
        
    }

    .title-event {
         
        font-family: 'Epilogue', sans-serif;
        font-size: 25px;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 20px;
    }
    
    .title-green {
        padding-top: 40px;
        padding-left: 10px;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 20px;
    }
    
    .title-green-big {
        padding-top: 0px !important;
        font-family: 'Epilogue', sans-serif;
        font-size: 34px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        padding-bottom: 10px;
      
    }


}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .title-big {
        margin-bottom: 10px;
        top: 204px;
        color: #FFF;
        text-align: center;
        font-family: 'Goldman', sans-serif;
        font-size: 80px !important;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
        letter-spacing: -1px !important;
        text-transform: uppercase;
        
    }
}

@media only screen and (min-width: 1400px) {
   
 
    .align-end {
        text-align: end;
    }
    
    .parallax {
        /* The image used */
        background-image: url('/assets/images/Arena.png' );
        /* Full height */
        height: 100%; 
        width: 100%; 
          
        background-attachment: fixed;
        background-position: left;
        background-repeat: no-repeat;
        background-size: 1200px;
    }
    
}



.placeholder { 
    z-index:  0;
    height: 520px; /* same as footer height */
  }
  
 
 
 .footerfixed {
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
  
    z-index: 1 ;
 }



 /* ----------------------- */


 /* width */
::-webkit-scrollbar {
  width: 5px;
  cursor: pointer;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #c7ff6c; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #95d331; 
}

@-moz-document url-prefix() {
    :root{
        scrollbar-color: #c7ff6c rgb(46,54,69) !important;
        scrollbar-width: thin !important;
        border-radius: 10px;
      
      }
  }


  .pp-from-input.form-control {
    color:white;
    background-color: #3A3D48;
    border-color: #3A3D48;
  }

  .pp-from-input.form-control:focus {
    color:white;

    background-color: #5b5d65;
    border-color: #86b7fe;
  }

.error {
    color: red;
    font-size: 13px;
}
form.disabled {
    opacity: 0.4;
    pointer-events: none;
}