/* AvertaDemo PE Extrabold Italic */
@font-face {
    font-family: 'AvertaDemoPE';
    src: url('../fonts/AvertaDemoPE-ExtraboldItalic.eot'); /* IE9 Compat Modes */
    src: url('../fonts/AvertaDemoPE-ExtraboldItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/AvertaDemoPE-ExtraboldItalic.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/AvertaDemoPE-ExtraboldItalic.woff') format('woff'); /* Pretty Modern Browsers */
    font-weight: 800; /* Extrabold */
    font-style: italic;
}

/* AvertaDemo PE Regular */
@font-face {
    font-family: 'AvertaDemoPE';
    src: url('../fonts/AvertaDemoPE-Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/AvertaDemoPE-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/AvertaDemoPE-Regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/AvertaDemoPE-Regular.woff') format('woff'); /* Pretty Modern Browsers */
    font-weight: normal; /* Regular */
    font-style: normal;
}

@font-face {
    font-family: 'ES Klarheit Grotesk';
    src: url('../fonts/ESKlarheitGrotesk-BdIt-TRIAL.otf') format('opentype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'ES Klarheit Grotesk';
    src: url('../fonts/ESKlarheitGrotesk-Bd-TRIAL.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'ES Klarheit Grotesk';
    src: url('../fonts/ESKlarheitGrotesk-BkIt-TRIAL.otf') format('opentype');
    font-weight: 300; /* Assuming 'Bk' stands for Book, which is usually light */
    font-style: italic;
}

@font-face {
    font-family: 'ES Klarheit Grotesk';
    src: url('../fonts/ESKlarheitGrotesk-Bk-TRIAL.otf') format('opentype');
    font-weight: 300; /* Assuming 'Bk' stands for Book, which is usually light */
    font-style: normal;
}

@font-face {
    font-family: 'ES Klarheit Grotesk';
    src: url('../fonts/ESKlarheitGrotesk-Lt-TRIAL.otf') format('opentype');
    font-weight: 200; /* Assuming 'Lt' stands for Light */
    font-style: normal;
}

@font-face {
    font-family: 'ES Klarheit Grotesk';
    src: url('../fonts/ESKlarheitGrotesk-MdIt-TRIAL.otf') format('opentype');
    font-weight: 500; /* Assuming 'Md' stands for Medium */
    font-style: italic;
}

@font-face {
    font-family: 'ES Klarheit Grotesk';
    src: url('../fonts/ESKlarheitGrotesk-Md-TRIAL.otf') format('opentype');
    font-weight: 500; /* Assuming 'Md' stands for Medium */
    font-style: normal;
}

@font-face {
    font-family: 'ES Klarheit Grotesk';
    src: url('../fonts/ESKlarheitGrotesk-Rg-TRIAL.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ES Klarheit Grotesk';
    src: url('../fonts/ESKlarheitGrotesk-SmbdIt-TRIAL.otf') format('opentype');
    font-weight: 600; /* Assuming 'Smbd' stands for Semi Bold */
    font-style: italic;
}

@font-face {
    font-family: 'ES Klarheit Grotesk';
    src: url('../fonts/ESKlarheitGrotesk-Smbd-TRIAL.otf') format('opentype');
    font-weight: 600; /* Assuming 'Smbd' stands for Semi Bold */
    font-style: normal;
}


#soldout{
    border: 1px solid;
    border-color: red;
    padding: 5px 25px;
    border-radius: 20px;
    font-weight: 600;
    color: red;
    align-content: center;
}

#overley{
    /*height: 40%;*/
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1240px;
    }
}

body {
    background-color: #f2f2f2;
    background-repeat: no-repeat;
    background-position: top right;
    font-family: 'ES Klarheit Grotesk', sans-serif;
    /*overflow-x: hidden;*/

}

.cerrar{
    position: absolute;
    top: 1;
    right: 0;
    color: #bfbfbf;
    cursor: pointer;
    width: 25px;
}
.detalles{
    display: none;
}
/* ocultar menu movil en version de escritorio */
.button-container {
    display: none;
}

.notification-container{
    position: relative;
    z-index: 1;
}
.notification-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
    padding: 10px 20px;
    position: relative;
    z-index: 1000;
    border-bottom: 1px solid #0003;
}

.notification-bar .icon {
    font-size: 20px;
    margin-right: 10px;
}

.notification-bar .message {
    flex: 1;
}

.notification-bar .message a {
    color: #000;
    text-decoration: underline;
}

.notification-bar .close-button {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #000;
}

.notification-bar .close-button:hover {
    color: #ff0000;
}

.search .fa-search {
    position: absolute;
    left: 10px;
    top: 22px;
}

.modal-fastlogin-dialog{
    max-width: 425px;
}
.modal-fastlogin-header{
    border: none;
}

.modal-fastlogin-content{
    border-radius: 16px;
    border: none;
    padding: 15px 19px;
}

.btn-close-fastlogin{
    order: none;
    border-radius: 50%;
    opacity: 0.7;
    box-shadow: rgba(36, 63, 97, 0.1) 0px 1px 4px, rgba(36, 63, 97, 0.16) 0px 0px 1px;
    width: 1.5em;
    height: 1.5em;
}

.input-fastlogin{
    padding: .75rem .75rem;
}

.login-btn-fastlogin{
    background-color: rgba(27, 27, 27, 1.00);
    padding: 15px 0px;
    min-height: 44px;
    color: white;
    font-family: "Space Grotesk", Roboto, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 20px;
    width: 100%;
    border: none;
    border-radius: 10px;
    margin-top: 10px;
    transition-duration: 0.3s;
}

.login-btn-fastlogin:hover{
    background-color: rgb(0, 12, 126);
    padding: 15px 0px;
    min-height: 44px;
    color: white;
    font-family: "Space Grotesk", Roboto, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 20px;
    width: 100%;
    border: none;
    border-radius: 10px;
    margin-top: 10px;
}

.login-btn-fastlogin1{
    background-color: rgb(0 34 146);
    padding: 15px 0px;
    min-height: 44px;
    color: white;
    font-family: "Space Grotesk", Roboto, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 20px;
    width: 100%;
    border: none;
    border-radius: 10px;
    margin-top: 10px;
    transition-duration: 0.3s;
}

.login-btn-fastlogin1:hover{
    background-color: rgb(0, 12, 126);
    padding: 15px 0px;
    min-height: 44px;
    color: white;
    font-family: "Space Grotesk", Roboto, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 20px;
    width: 100%;
    border: none;
    border-radius: 10px;
    margin-top: 10px;
}

.text-fastlogin-rgister{
    color: #767575;
}


/* Estilo del contenedor principal de la barra de búsqueda */
.searchbar_main {
    border-radius: 50px;
    background: #ebedf3;
    margin-top: -115px;
    margin-bottom: 50px;
    position: relative;
    z-index: 10000000;
}

/* Estilo interno de la barra de búsqueda */
.search_inner {
    padding: 10px 10px;
    display: flex;
}

/* Estilos para el input de búsqueda */
.search {
    position: relative;
    color: #aaa;
    font-size: 16px;
}

/* date picker */

.date-picker-container {
    position: relative;
    display: inline-block;
  }
  
  .date-picker-button {
    cursor: pointer;
  }
  .carousel-inner{
    overflow: visible;
  }
  .date-picker {
    display: none;
    position: absolute;
    margin-top: 1rem;
    top: 100%;
    transform: translateX(-50%);
    left: 50%;
    padding: .5rem;
    border-radius: .5rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06), 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    background-color: white;
    z-index: 99999;
  }
  
  
  .date-picker-header {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    font-size: .8rem;
    align-items: center;
  }
  
  .date-picker-grid {
    display: grid;
    gap: .5rem;
    grid-template-columns: repeat(7, 2rem);
    grid-auto-rows: 2rem;
  }
  
  .date-picker-grid > * {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  
  .date-picker-grid-header {
    font-weight: bold;
    font-size: .75rem;
    color: #333;
  }
  
  .date-picker-grid-dates {
    color: #555;
  }
  
  .date-picker-other-month-date {
    color: #AAA;
  }
  
  .date-picker-grid-dates > .date {
    cursor: pointer;
    border-radius: .25rem;
    border: none;
    background: none;
  }
  
  .date-picker-grid-dates > *:hover {
    background-color: hsl(200, 100%, 80%);
    color: black;
  }
  
  .month-button {
    background: none;
    border: none;
    cursor: pointer;
  }
  
  .month-button:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    border-radius: .5rem;
  }
  
  .date-picker.show {
    display: block;
  }
  
  .date.selected {
    background-color: hsl(200, 100%, 50%);
    color: white;
  }

.search input {
    height: 60px;
    border-radius: 50px;
    border: none;
}

.search .fa-search {
    position: absolute;
    left: 10px;
    top: 22px;
}

/* Dropdowns generales y botón de búsqueda */
 

.city{
    background-color: transparent;
    padding: 5px;
    width: 100%;
    text-align: left;
    border: none;
}
.city:hover{
    background-color: #1e33a0;
    color:#ffffff;
}

.category {
    background-color: transparent;
    padding: 5px;
    width: 100%;
    text-align: left;
    border: none;
}
.search_btn button {
    background: #1e33a0;
    border: 0;
    border-radius: 50px;
    height: 60px;
    padding: 0 50px;
    margin-left: 10px;
    transition: 0.3s;
    color: #ffffff;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 135.6%;
    letter-spacing: 0.32px;
}
.date_drop {
    border-radius: 50px;
    color: #1a1a1a;
    font-family: "Montserrat";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.32px;
    height: 60px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 10px;
}
.search_div {
    width: 100%;
}

.dia_right_inner{
    display: flex;
    align-items: center;
}

.prevs button {
    border-radius: 14px;
    border: 1px solid #fff;
    width: 48.667px;
    height: 34px;
    background: #f2f4f8;
    border: none;
}

.nexts button {
    border-radius: 14px;
    border: 1px solid #fff;
    width: 48.667px;
    height: 34px;
    background: #f2f4f8;
    border: none;
}

.results {
    width: 35px;
    text-align: center;
    color: #1a1a1a;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.drop_main {
    display: flex;
    width: auto;
}
.search input {
    padding-left: 33px;
    background: white;
    width: 100%;
}
@keyframes slideDownDoor {
    0% {
        transform: scaleY(0);
        transform-origin: top; /* Punto de origen en la parte superior */
        opacity: 0;
        visibility: visible; /* Hacer visible al inicio para que la animación se aplique */
    }
    100% {
        transform: scaleY(1);
        transform-origin: top;
        opacity: 1;
        visibility: visible; /* Asegurar que permanezca visible después de la animación */
    }
}

.callout-promo {
    background-color: #024ddfc2; /* Fondo azul claro */
    padding: 10px 20px; /* Espaciado interno */
    color: #ffffff; /* Color de texto blanco */
    font-family: Arial, sans-serif; /* Fuente Arial */
    animation: slideDownDoor 1s ease forwards;
    display: block;
    overflow: hidden;
}

/* Ajustes para dispositivos móviles */
@media only screen and (max-width: 768px) {
    .search_inner {
        padding: 10px 10px;
    }

    .drop_main {
        display: flex;
        width: auto;
        flex-wrap: wrap;
        justify-content: center;
    }
    .search_btn button {
        padding: 0 13px;
        margin-left: -25px;
        border-radius: 0px 50px 50px 0px;
        z-index: 10000;
        position: relative;
    }
    .main_bgs{

    }

}

/* footer */

#footer_bot {
    padding: 80px 0;
    padding-bottom: 40px;
    background-color: #f5f7f8;
}
.copy_right {
    color: #1a1a1a;
    text-align: center;
    font-family: "Montserrat";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.28px;
}
.faqs img {
    width: 100%;
    height: auto;
}

.bot_nav ul {
    display: flex;
    flex-direction: row;
    justify-content: end;
}

/* footer */
	.carousel-inner, .carousel-inner img {
  max-height: 600px; /* Altura máxima de las imágenes */
}

.carousel-inner img {

}

#carouselExampleIndicators {
  box-shadow: 0 4px 8px rgba(0,0,0,0.1); /* Sombra suave para dar profundidad */
    z-index: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #555; /* Color de fondo para los iconos de control */
  padding: 10px; /* Padding para aumentar el área de clic */
}

.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
  background-color: #777; /* Color de fondo al pasar el mouse */
}


#hoySection{
    background-color: #f5f7f8;
    min-height: 50%;
    margin-bottom: -17px;
}

.index_bg{
   position: absolute;



   background-repeat: no-repeat;
   /* background-attachment: fixed; */
   width: 100%;
   left: 0;
   top: 0;
   right: 0;
   background-position: top left;
   z-index: 1;
}
.index_bg{
    /* The image used */


/* Add the blur effect */


/* Full height */
height: 100%;

/* Center and scale the image nicely */
background-position: center;
background-repeat: no-repeat;
background-size: cover;
max-height: 480px;
position: absolute;
height: calc(9 / 16* 100vw);
left: 0;
right: 0;
z-index: -1;
}

.menu{
    display: flex;
}

.main_bgs{
  filter: blur(40px);
  -webkit-filter: blur(40px);
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  z-index: -2;
    max-height: 665px;
    margin-top: -100px;
}
.overlay{
    background-color: rgb(0 0 0);
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.overlay2{
    background-color: rgba(0, 0, 0, 0.67);
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}

/* navbar */
.fixed_nav_mobile{
    position: fixed;
    left: 0;
    right:0;
    bottom: 0;
    z-index: 999;
    display: none;
}
.fixed_main{
    height: 40px;
    background-color: #464646;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.cxs{
    font-size:small;
    color: #777;
}

.nav_main{
    display: flex;
    justify-content: space-between;
    margin-top: 15px;

}
.left_nav{
    display: flex;
}
.left_nav .nav_item {
    display: flex;
    align-items: center;
}
.left_nav .nav_item a {
    text-decoration: none;
    color: white;
    line-height: 16px;
    letter-spacing: 0.05em;
    font-size: 12px;
    font-weight: 600;
    margin-left: 35px;
}
.left_nav .nav_item a:hover {
    opacity: 0.7;
}
.right_nav{
    display: flex;

}
.right_nav .nav_item {
    display: flex;
    align-items: center;
    min-width: max-content;
}
.right_nav .nav_item a {
    text-decoration: none;
    color: white;
    line-height: 16px;
    letter-spacing: 0.05em;
    font-size: 12px;
    font-weight: 600;
    margin-right: 35px;
}
.right_nav .nav_item a:hover {
    opacity: 0.7;
}

.left_nav .nav_item .nav_logo{

    height:35px;
}
.nav_logo:hover{
    opacity: 0.7;
    cursor: pointer;
}
.search{
    position: relative;
    color: #aaa;
    font-size: 16px;
}
.search:hover{
    opacity: 0.7;
}

.search i{
    color: white;
}
.nav_item .btn button{
    color: rgba(27,27,27,1.00);
    line-height: 20px;
    letter-spacing: 0.5px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "Space Grotesk", Roboto, Arial, Helvetica, sans-serif;
    padding: 8px 16px;
    border-radius: 6px;
    border: 0;
}
.nav_item .btn button:hover{
    opacity: 0.9;
}
.link .right_top{
    margin-top: -19px;
}

.breads {
    display: flex;
    color: white;
}
.bread_text a {
    color: white;
    text-decoration: none;
    font-weight: 500;
    font-family: "Space Grotesk", Roboto, Arial, Helvetica, sans-serif;
    font-size: 14px;
}
.bread_text_last a {
    color: white;
    text-decoration: none;
    opacity: 0.7;
    font-weight: 500;
    font-size: 14px;
}
.bread_text_last a:hover{
    color: white;
    text-decoration: none;
    opacity: 0.5;
    font-weight: 500;
    font-size: 14px;
}

.bread_text a:hover {
    opacity: 0.7;
}
.breads .bread_icon {
    padding: 0 5px;
}
.bread_icon i{
    font-size: 12px;
    margin-top: -5px;
}
.bread_text_last a:hover{
    color: white;
    text-decoration: none;
    opacity: 0.5;
    font-weight: 500;
    font-size: 14px;
}
.barcelona_heading {
    color: white;
    font-family: "Monument Extended", Arial, Helvetica, sans-serif;
    font-weight: 800;
    font-size: 48px;
    line-height: 1.25em;
    font-style: normal;
}
.barcelona_flex {
    display: flex;
    color: white;
    margin-top: 15px;
}

.barcelona_flex .bars {
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.3);
    font-size: 20px;
}
.barcelona_flex .temp {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-right: 15px;
}
.barcelona_flex .temp .temp_icon {
    padding-left: 10px;
}
.barcelona_flex .evnt {
    display: flex;
    align-items: center;
}
.barcelona_flex .evnt .evnt_inner_text {
    font-size: 16px;
    margin-left: 10px;
}
.barcelona_flex .submit_evnt button {
    padding-left: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 8px 16px;
    border-radius: 11px;
    border: none;
    color: white;
    font-size: 12px;
    font-family: "Monument Extended", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    margin-left: 24px;
}
.all_filter {
    display: flex;
    margin-top: 25px;
    margin-bottom: 20px;
}
.all_filter .filter a {
    background-color: rgba(0, 0, 0, 0.67);
    font-family: "Space Grotesk", Roboto, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 20px;
    padding: 10px 14px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    transition: .3s;
    margin-right: 10px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}


.all_filter .filter a:hover{
    opacity: 0.7;
    color: white;
}
/* all cards  */
.events{
    margin-bottom: 50px;
}
.events_sec{

}
.main_card {
    /* opacity: 0.9; */
    margin-top:30px;
    transition: 0.3s;
}
.main_card:hover {
    /* opacity: 1; */
    cursor: pointer;
    -webkit-filter: contrast(1.4);
    filter: contrast(1.4);
}

.card_img {
    background-size: cover;
    height: 240px;
    border-radius: 7px;
    box-shadow: rgba(18, 18, 18, 0.15) 0px 1px 8px 4px;
}

.card_top_heading {
    font-size: 28px;
    color: black;
    margin: 16px 0;
    font-family: "Monument Extended", Arial, Helvetica, sans-serif;
    font-weight: 800;
    line-height: 1.25em;
    margin-bottom: 0;
    margin-top: 25px;
}
.card_top_heading img{
    width: 32px;;
    height: 32px;
    border-radius: 100px;
    margin-top: -5px;
}
.card_top_heading a{
    text-decoration: none;

}
.card_top_heading a:hover{
    text-decoration: none;
    opacity: 0.7;
}
.card_data {
    padding-top: 12px;
    padding-bottom: 16px;
    display: flex;
    flex-direction: column;
}
.square_card .card_data{
    padding-top: 0;
}

.card_data .card_heading {
    line-height: 22px;
    font-size: 18px;
    color:rgb(0, 0, 0);
    font-family: "Space Grotesk", Roboto, Arial, Helvetica, sans-serif;
    font-weight: 700;
}
.card_data .card_sub_heading {
    margin-top: 6px;
    font-weight: 600;
    color: rgb(87, 87, 87);
    line-height: 18px;
    font-family: "Space Grotesk", Roboto, Arial, Helvetica, sans-serif;
}
.date_price {
    display: flex;
    color: white;
    margin-top: 5px;
}
.date_price .card_date {
    color: rgba(255, 118, 95, 1);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Space Grotesk", Roboto, Arial, Helvetica, sans-serif;
}
.date_price .card_time {
    color: rgba(255, 118, 95, 1);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Space Grotesk", Roboto, Arial, Helvetica, sans-serif;
}
.date_price .card_bar {
    padding: 0 7px;
    color:rgb(0, 0, 0);
    opacity: 0.4;
    font-size: 16px;
    margin-top: -4px;
}
.date_price .card_price {
    color: black;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Space Grotesk", Roboto, Arial, Helvetica, sans-serif;
    margin-left: 12px;
}
.main_card_badges {
    display: flex;
    margin-top: 10px;
}
.main_card_badges .card_badge {
    color: rgba(255, 255, 255, 0.6);
    padding: 2px 8px;
    border-radius: 100px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-transform: uppercase;
    font-size: 10px;
    margin-right: 4px;
}
.view_all button {
    padding: 16px 48px;
    background-color: rgba(255, 255, 255, 0.1);
    font-weight: 700;
    color: white;
    border: none;
    margin-top: 40px;
    font-size: 20px;
}
.dotted{
    border-bottom: 1px dotted gray;
}

.card_center_btn button{
    padding: 10px 20px;
    background-color: white;
    font-weight: 700;
    color: black;
    border: none;
    margin-top: 40px;
    font-size: 14px;
    border-radius: 8px;
    min-height: 44px;
}
.btn_bg button{
background-color: rgba(27,27,27,0.10);
}

.card_center_btn button:hover{
opacity: 0.7;
}
.gradiant_orange{
    background-color: #1b1b1b;
    margin-top: 25px;

    background-image: url("../images/orange.png");
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-position: bottom left;
    background-color: white;
    padding: 100px 0;
    background-size:auto;
}


/* round card section */
.square_card_sec{
    padding: 40px 0;
}
.square_heading {
    font-size: 28px;
    margin-bottom: 32px;
    line-height: 1.25em;
    font-weight: 800;
    font-family: "Monument Extended", Arial, Helvetica, sans-serif;
    color: white;
    margin-top: 90px;
}
.all_square_card {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.inner_square_card {
    width: 19%;
    background-color:#323232;
    padding: 40px 0 30px 0;

}
.inner_square_card:hover {
opacity: 0.7;
cursor: pointer;

}
.square_img_in {
    /* width: 180px;
    height: 180px; */
    /* border-radius: 100px; */
    overflow: hidden;
    text-align: center;
    margin: auto;
    /* background-color: black; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.square_img_in img {
    width:60px;
    height: 40px;
}
/* .linear {
    background: linear-gradient(45deg, #8c7fff, #f26af2, #ffc478);
    height: 2px;
    margin: 70px 0 50px 0;
} */
.square_card {
    opacity: 1;
}

.festival_card{
    /* opacity: 0.9; */
    transition: .3s;
}
.festival_card:hover{
    opacity:1;
    cursor: pointer;
    -webkit-filter: contrast(1.4);
    filter: contrast(1.4);
}

.festival_heading{
    word-break: break-all;
    font-size: 45px;
    line-height: 1.25em;
    font-weight: 800;
    font-family: "Monument Extended", Arial, Helvetica, sans-serif;
}
.festi_para{
    padding: 0 25px;
}
.festi_card_body .card_data .card_heading {
    line-height: 22px;
    font-size: 16px;
    color: rgba(27,27,27,1.00);
    font-family: "Space Grotesk", Roboto, Arial, Helvetica, sans-serif;
    font-weight: 700;
}
.festi_card_body .card_data .card_sub_heading {
    margin-top: 6px;
    font-weight: 500;
    color: rgba(163, 165, 169, 1);
    line-height: 16px;
    font-family: "Space Grotesk", Roboto, Arial, Helvetica, sans-serif;
}
.festi_card_body .card_data  {
    margin-top: 6px;
    font-weight: 500;
    color: rgba(163, 165, 169, 1);
    line-height: 16px;
    font-family: "Space Grotesk", Roboto, Arial, Helvetica, sans-serif;
}
.festi_card_body .card_data .date_price .card_date{
    font-size: 14px ;
    line-height: 18px;
    font-weight: 500;
}
.festi_card_img img{
    width: 100%;
    height: auto;
    aspect-ratio: 2 / 3;
}

/* Event page */
.event_heading{
    font-size: 20px;
    line-height: 1.25em;
    font-weight: 800;
    color: rgba(255,255,255,1.00);
    font-family: "Monument Extended", Arial, Helvetica, sans-serif;
}
.event_subheading{
    color: rgba(186,189,193,1.00);
    font-weight: 600;
    font-size: 16px;
    margin-bottom:20px;
    margin-top: 10px;
}
.event_subheading a{
    color: rgba(186,189,193,1.00);
    font-weight: 700;
    color: white;
    text-decoration: none;
}
.event_subheading a:hover{
  cursor: pointer;
  opacity: 0.7;
}
.event_flex_box{
    display: flex;
    /* margin-top: 30px; */
}
.event_flex_box .text{
   color: rgba(163,165,169,1.00);
   padding-left: 25px;
   font-size: 16px;
   font-weight: 600;
}
.event_flex_box span{
   color: rgba(255,118,95,1.00);
}
.event_flex_box .icon {

    display: flex;
    align-items: center;
}
.event_flex_box .icon .fa-calendar-minus-o{
    color: rgba(163,165,169,1.00);
    font-size: 20px;

}
.event_flex_box .icon .fa-map-marker{
    color: rgba(163,165,169,1.00);
    font-size: 26px;

}
.event_flex_box .icon .fa-home{
    color: rgba(163,165,169,1.00);
    font-size: 26px;

}

/* select ticket page */
.select_ticket_buton{
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
}
.select_ticket_buton .ticket_btn1 button{
padding: 10px 20px;
background-color: rgba(255,255,255,1.00);
color: rgba(27,27,27,1.00);
line-height: 20px;
letter-spacing:0.5px;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
font-family: "Space Grotesk", Roboto, Arial, Helvetica, sans-serif;
border-radius: 5px;
border: none;
}
.select_ticket_buton .ticket_btn1 button:hover{
    opacity: 0.8;
}
.select_ticket_buton .ticket_btn2 button{
    padding: 10px 20px;
    background-color: rgba(255,255,255,1.00);
    color: rgba(27,27,27,1.00);
    line-height: 20px;
    letter-spacing:0.5px;
    font-size: 14px;
    font-weight: 700;
    margin-left: 15px;
    text-transform: uppercase;
    font-family: "Space Grotesk", Roboto, Arial, Helvetica, sans-serif;
    border-radius: 5px;
    border: none;
}
.select_ticket_buton .ticket_btn2 button:hover{
opacity: 0.7;
}

.select_ticket_buton .ticket_btn3 button{
    padding: 10px 20px;
    letter-spacing: 0.5px;
    font-weight: 700;
    background-color: rgba(255,255,255,0.10);
    font-size: 14px;
    font-family: "Space Grotesk", Roboto, Arial, Helvetica, sans-serif;
    border: none;
    color: rgba(255,255,255,1.00);
    line-height: 20px;
    margin-left: 15px;
    border-radius: 5px;
    opacity: 0.8;
}
.select_ticket_buton .ticket_btn3 button:hover{
    opacity: 1;
}

.price_card1{
width: 95%;
padding: 20px;
}
.price_card1:hover{
    cursor: pointer;
}

.price_card1{
    background-color: white;
    border-radius: 12px;
    border-style: solid;
    border-color: rgb(207, 212, 217);
    border-width: 0px;
    cursor: pointer;
    transition: background 0.2s ease-in-out 0s;
}
.pricecard_heading{
    color: #1B1B1B;
    font-size: 16px;
    font-weight: 700;
    font-family: "Space Grotesk", Roboto, Arial, Helvetica, sans-serif;
}
.pricecard_para{
    color: #5D5E60;
    font-size: 14px;
    font-weight: 400;
    font-family: "Space Grotesk", Roboto, Arial, Helvetica, sans-serif;
}
.pricecard_note{
    color: #5D5E60;
    font-size: 14px;
    font-weight: 500;
    font-family: "Space Grotesk", Roboto, Arial, Helvetica, sans-serif;
    margin-top: 20px;
}
.price_sec{
    font-family: "Space Grotesk", Roboto, Arial, Helvetica, sans-serif;
    line-height: 20px;
    color: rgba(27, 27, 27, 1.00);
    font-weight: 500;
    font-size: 16px;
}
.pricecard_flex{
    display: flex;
    justify-content: space-between;
}
.counter_controll button{
    cursor: pointer;
    background-color: #000000;
    color: #ffffff;
    padding: 0;
    border-radius: 32px;
    border-width: 0;
    border-color: inherit;
    width: 32px;
    height: 32px;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.counter_flex{
    display: flex;
}
.counter_sec{
    display: flex;
    align-items: center;
}
.counter_sec .counter_result{
    margin-left: 8px;
    margin-right: 8px;
    font-size: 16px;
    font-weight: 700;
   margin: 0 8px;
   font-family: "Space Grotesk",Roboto,Arial,Helvetica,sans-serif;
}
.counter_result{
    display: flex;
    align-items: center;
    margin-left: 8px;
    margin-right: 8px;
    font-size: 16px;
    font-weight: 700;
    font-family: "Space Grotesk",Roboto,Arial,Helvetica,sans-serif;
}
.right_all_result{
    padding: 0px 0px 16px 0px;
    background-color: white;
    border-radius: 8px;
}
.top_counter{
    font-size: 20px;
    font-weight: 700;
    padding: 15px 0px 15px 0px;
    text-align: center;
    border-bottom: 1px solid #cccccc82;
}
.top_counter span{
    font-size:30px;
    font-weight: 600;
}

.rightcount_heading{
    font-size: 16px;
    font-weight: 700;
    font-family: "Space Grotesk", Roboto, Arial, Helvetica, sans-serif;
    margin-bottom: 13px;
    margin-top: 10px;
    padding: 0 16px;
}
.gray_resultbox{
    /* display: flex;
    flex-shrink: 0;
    align-items: flex-end;
    -webkit-box-pack: justify;
    justify-content: space-between; */
    background-color: rgb(238, 239, 241);
    padding: 16px;
    margin-bottom: 4px;
    margin-top: 5px;
    /* flex-direction: row; */
}
/* for_sold */
.price_card1_sold{
    width: 95%;
    padding: 30px;
    border: 3px solid #97979719;
    background-color: #1B1B1B;
    border-radius: 4px;
    margin-top: 20px;
    cursor: not-allowed;
    }
    .price_card1_sold:hover{
        cursor: not-allowed;
    }
    .pricecard_mainheading{
        color: rgba(255, 255, 255, 1.00);
        line-height: 28px;
        font-size: 24px;
        font-weight: 700;
        color: rgb(0, 0, 0);
        letter-spacing: 0.2rem;
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .price_card1_sold .pricecard_heading{
        color: rgba(140,142,145,1.00);
        font-size: 16px;
        font-weight: 700;
        font-family: "Space Grotesk", Roboto, Arial, Helvetica, sans-serif;
    }
    .price_card1_sold .pricecard_para{
        color: rgba(140,142,145,1.00);
        font-size: 14px;
        font-weight: 400;
        font-family: "Space Grotesk", Roboto, Arial, Helvetica, sans-serif;
    }
    .price_card1_sold .pricecard_note{
        color: rgba(140,142,145,1.00);
        font-size: 14px;
        font-weight: 500;
        font-family: "Space Grotesk", Roboto, Arial, Helvetica, sans-serif;
        margin-top: 20px;
    }
    .price_card1_sold .price_sec{
        font-family: "Space Grotesk", Roboto, Arial, Helvetica, sans-serif;
        line-height: 20px;
        color: rgba(140,142,145,1.00);
        font-weight: 500;
        font-size: 16px;
    }
    .price_card1_sold .pricecard_flex{
        margin-top: 15px;
        display: flex;
        justify-content: space-between;
    }
    .sold_btn button{
        font-size: 16px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.6);
        font-family: "Space Grotesk",Roboto,Arial,Helvetica,sans-serif;
        padding: 4px 16px;
        background-color: transparent;
        border: 3px solid #97979719;
        border-radius: 5px;
        cursor: not-allowed;

    }
    .sold_btn button:hover{
        cursor: not-allowed;
    }
    /* end sold */





.box_b_t_np{
    display: flex;
    justify-content: space-between;
}


.ticket_b_name{
    font-weight: 500;
    line-height: 18px;
}

.ticket_b_price{
    font-weight: 500;
    line-height: 18px;
}
.gray_flex{
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}
/* gray */
.gray_price_sec{
    font-family: "Space Grotesk", Roboto, Arial, Helvetica, sans-serif;
    line-height: 20px;
    color: rgba(27, 27, 27, 1.00);
    font-weight: 500;
    font-size: 14px;
}
.gray_pricecard_flex{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.gray_counter_controll button{
    cursor: pointer;
    /* background-color: #000000; */
    color: black;
    padding: 0;
    border-radius: 32px;
    border-width: 0;
    border-color: inherit;
    /* width: 32px;
    height: 32px; */
    font-weight: 500;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gray_counter_flex{
    display: flex;
}
.gray_counter_sec{
    display: flex;
}
.gray_counter_sec .counter_result{
   margin: 0 8px;
}
.gray_counter_result{
    display: flex;
    align-items: center;
    margin-left: 8px;
    margin-right: 8px;
    font-size: 16px;
    font-weight: 700;

    font-family:"Space Grotesk",Roboto,Arial,Helvetica,sans-serif ;

}
.bd-callout{
    width: 95%;
    margin-top: 15px;
}
.coupon{
    padding: 0 16px;
    margin-top: 25px;
    margin-bottom: 15px;
}
.coupon button{
    padding: 8px 16px;
    background-color: rgba(27, 27, 27, 0.02);
    border: 1px solid rgb(223, 214, 214);
    border-radius: 6px;
    width: 100%;
    min-height: 32px;
}
.coupon button:hover{

    border: 1px solid rgb(182, 175, 175);
}
.hidden {
    display: none;
}



#applyCouponButton {
    padding: 12px 16px;
    font-size: 16px;
    margin-top: 8px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height:20px;
}
#applyCouponButton:disabled {
    opacity: 0.5;
}

#couponInput {
    width: 100%;
    transition: border 250ms ease-out 0s;
    border-width: 1px;
    background-color: rgba(151, 151, 151, 0.13);
    padding: 14px;
    border-color: rgba(27, 27, 27, 0.07);
    border-radius: 4px;
    font-size: 16px;
}
#couponInput:focus{
    border: 1px solid rgba(27, 27, 27, 0.2);
    outline: none;
}

::placeholder {
    color: lightgray;
    opacity: 1; /* Firefox */
  }

  ::-ms-input-placeholder { /* Edge 12-18 */
    color: lightgray;
  }



.raya-div-money {
    border-top: 1px solid #0000002b; 
    margin-bottom: 10px;
}


.total_subtotal {
    display: flex;
    justify-content: space-between;
    padding: 0 16px;
}
.total_subtotal .text{
    font-size: 14px;
    font-weight: 700;
    color: #444444;
}
.total_subtotal .price{
    font-size: 14px;
    font-weight: 700;
    color: #444444;
}

.total_flex1 {
display: flex;
justify-content: space-between;
padding: 0 16px;
}
.total_flex1 .text{
    font-size: 14px;
    font-weight: 700;
    color: #444444;
}
.total_flex1 .price{
    font-size: 14px;
    font-weight: 700;
    color: #444444;
}
.total_flex2 {
display: flex;
justify-content: space-between;
padding: 0 16px;
margin-top: 6px;
}
.total_flex2 .text{
    font-size: 16px;
    font-weight: 700;
    color: #444444;
}
.total_flex2 .price{
    font-size: 16px;
    font-weight: 700;
    color: #444444;
}
/* Manteniendo los estilos originales pero añadiendo funcionalidad de loader */
.submit_btn {
    padding: 0 16px;
}

.submit_btn button {
    background-color: rgba(27,27,27,1.00);
    padding: 10px 20px;
    min-height: 44px;
    color: white;
    font-family: "Space Grotesk", Roboto, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 20px;
    width: 100%;
    border: none;
    border-radius: 4px;
    margin-top: 10px;
    position: relative; /* Necesario para posicionar el spinner */
    transition: background-color 0.2s; /* Mantiene la transición original */
}

.submit_btn button:hover:not(:disabled) {
    background-color: #000000c7;
    transition-duration: .2s;
}

.submit_btn button:disabled {
    background-color: #777;
    cursor: not-allowed;
    opacity: 0.7;
}

/* Nuevos estilos para el loader */
.submit_btn button.loading {
    background-color: rgba(27,27,27,0.7);
}

.submit_btn button .btn-content {
    display: inline-block;
    transition: opacity 0.2s;
}

.submit_btn button.loading .btn-content {
    opacity: 0;
}

.submit_btn .spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.2s;
}

.submit_btn button.loading .spinner {
    opacity: 1;
}

/* Estilos para el spinner */
.btn-spinner {
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: white;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.top_bottom_line{
    color: #000000;
    line-height: 18px;
    font-weight: 700;
    font-size: 14px;
    border-top: 1px solid rgba(128, 128, 128, 0.509);
    border-bottom: 1px solid rgba(128, 128, 128, 0.509);
    width: 95%;
    padding: 15px 0;
    margin-top: 25px;
    margin-bottom: 30px;

}
.top_bottom_line div{
    color: rgba(0, 0, 0, 0.6);
    font-weight: 500;
    line-height: 16px;
    font-size: 12px;
    margin-top:4px ;
}
.footer_column a:last-child{
    text-decoration: underline;
}

.top_footer{
    padding-top: 50px;
}

.footer_right_button a span{
    margin-left: 5px;
}


.event_img img{
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: rgba(18, 18, 18, 0.15) 2px 9px 10px 5px;
}
.event_video video{
    width: 100%;
    height: auto;
}
.event_breads{
    margin: 20px 0 25px 0;
}
.event_bar{
    height: 1px;
    width: 65%;
    margin: 10px 0;
    background-color: rgba(255,255,255,0.10);
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 40px;
}
.event_large_btn button{
    padding: 10px 0;
    min-height: 20px;
    background-color: rgba(255,255,255,0.10);
    width: 100%;
    border: none;
    letter-spacing: 0.5px;
    color: rgba(163,165,169,1.00);
    font-weight: 700;
    font-size: 14px;
    margin-top: 20px;
    /* cursor:alias */
}
.event_bot_text{
    color: rgba(255,255,255,1.00);
    line-height: 18px;
    font-weight: 600;
    font-size: 14px;
    margin-top: 10px;
    background-color: #cccccc2e;
    padding: 10px;
    text-align: center;
    border-radius: 3px;
}

.desc_heading{
    color: rgb(0, 0, 0);
    line-height: 28px;
    font-size: 24px;
    font-weight: 700;
    font-family: "Space Grotesk", Roboto, Arial, Helvetica, sans-serif;
    padding-bottom: 20px;
}
.description_box{
    padding: 40px 0;
    padding-bottom: 0;
}
.description_box p{
    color: rgb(0, 0, 0);
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    font-family: "Space Grotesk", Roboto, Arial, Helvetica, sans-serif;
}
.description_box p a{
    color: white;
    word-break: break-all;
}
.description_box p a:hover{
    opacity: 0.7;
}
.small_card_main{
    display: flex;
    flex-wrap: wrap;
}
.small_card_main a{
    text-decoration: none;
}
.small_card{
    width: 130px;
    transition: .3s;
    cursor: pointer;
    margin-right: 15px;
    margin-top: 15px;
}
.small_card:hover{
   opacity: 1;
   /* background-color: black; */
   webkit-filter: contrast(1.4);
    filter: contrast(1.4);
}
.small_card .small_card_img img{
    width: 130px;
    height: 130px;
    border-radius:7px;
}
.small_card_text{
   color: rgba(186,189,193,1.00);
   margin-top: 6px;
   font-weight: 500;
   line-height: 18px;
   font-size: 14px;
   font-family: "Space Grotesk", Roboto, Arial, Helvetica, sans-serif;
}
.bottom_small_heading{
    color: rgb(40, 40, 40);
    line-height: 28px;
    font-size: 24px;
    font-weight: 700;
    font-family: "Space Grotesk", Roboto, Arial, Helvetica, sans-serif;
    margin-bottom: 20px;
    margin-top: 40px;
}
.por_img{
    display: flex;
    align-items: center;
    justify-content: center;
}
.por_img img{
    border-radius: 100px;
}

.por_text .por_heading1{
font-size: 16px;
line-height: 20px;
font-weight: 700;
font-family: "Space Grotesk", Roboto, Arial, Helvetica, sans-serif;
color: rgb(0, 0, 0);
}
.por_text .por_heading2{
font-size: 14px;
line-height: 18px;
font-weight: 500;
font-family: "Space Grotesk", Roboto, Arial, Helvetica, sans-serif;
color: rgb(0, 0, 0);
margin-top: 3px;
}
.por_text .por_heading3{
font-size: 14px;
line-height: 18px;
font-weight: 500;
font-family: "Space Grotesk", Roboto, Arial, Helvetica, sans-serif;
color: rgb(57, 57, 57);
margin-top: 3px;
}

.por_flex_box{
    display: flex;
    margin-top: 25px;
}
.media_box_link{
    text-decoration: none;
}
.media_box_link:hover{
    opacity: 0.8;
}
.por_flex_box .media_box{
    display: flex;
}
.media_box .por_text{
    margin-left: 15px;
}
.btn_box{
    display: flex;
    align-items: center;
    margin-left: 70px;
}
.btn_box button{
    color: rgba(27,27,27,1.00);
    line-height: 20px;
    letter-spacing: 0.5px;
    font-weight: 700;
    font-family: "Space Grotesk", Roboto, Arial, Helvetica, sans-serif;
    font-size: 12px;
    border-radius: 8px;
    padding: 8px 16px;
    transition: 0.3s;
    border: none;
}
.btn_box button:hover{
    opacity: 0.8;
}
.por_head{
    margin-top:60px;
}
.location_box {
    display: flex;
}
.location_box .loc_text{
color: rgb(0, 0, 0);
font-family: "Space Grotesk", Roboto, Arial, Helvetica, sans-serif;
line-height: 20px;
font-weight: 500;
font-size: 16px;
display: flex;
align-items: center;
padding-left: 5px;

}
.location_separator{
    height: 1px;
    background-color: rgba(255,255,255,0.10);
    width: 100%;
    margin: 10px 0;
}
.location_box .loc_icon{
    font-size: 25px;
    color: rgb(86, 86, 86);
    margin-right: 10px;
    margin-left: 5px;
}
.location_box_link{
    text-decoration: none;
}
.location_box_link:hover{
    opacity: 0.7;
}
.map_box{
    border-radius: 8px;
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 30px;
}

.home_box {
    display: flex;
}
.home_box .home_text{
color: rgba(255,255,255,1.00);
font-family: "Space Grotesk", Roboto, Arial, Helvetica, sans-serif;
line-height: 20px;
font-weight: 500;
font-size: 16px;
display: flex;
align-items: center;

}
.home_box .home_icon{
    font-size: 25px;
    color: rgb(140, 142, 145);
    margin-right: 10px;
}
.home_box_link{
    text-decoration: none;
}
.home_box_link:hover{
    opacity: 0.7;
}
.map_box{
    border-radius: 8px;
    overflow: hidden;
    margin-top: 15px;
}
/* organization banner */

.main_banner img{
    width: 100%;
    height: 360px;
}
.top_up_img img{
    border-radius: 100%;
    height: 134px;
    width: 134px;
}
.top_up_img{
    margin-top: -75px;
}
.roof_heading{
    font-size: 28px;
    line-height: 1.25em;
    font-weight: 800;
    font-family: "Monument Extended", Arial, Helvetica, sans-serif;
    color: rgba(255,255,255,1.00);
}
.roof_subheading{
    font-family: "Space Grotesk", Roboto, Arial, Helvetica, sans-serif;
    color: rgba(255,255,255,0.60);
    margin-top: 6px;
    line-height: 18px;
    font-size: 14px;
    font-weight: 500;
}
.roof_link{
    color: rgba(255,255,255,0.60);
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    font-family: "Space Grotesk", Roboto, Arial, Helvetica, sans-serif;
    margin-top: 8px;
}
.roof_link a{
color: rgba(255,255,255,1.00);
/* text-decoration: none; */
}
.roof_link a:hover{
opacity: 0.7;
}
.seguir{
    text-align: end;
    margin-top: 6px;
}
.seguir button{
    background-color: rgba(255,255,255,1.00);
    padding: 8px 16px;
    border-radius: 4px;
    border: none;
    line-height: 20px;
    font-family: "Space Grotesk", Roboto, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
.roof_links{
    display: flex;
    justify-content: end;
    margin-top: 15px;
}
.roof_links a{
   margin-left: 7px;
}
.roof_links a:hover{
   opacity: 0.7;
}
.roof_card_top_heading {
    font-size: 18px;
    color: white;
    margin: 16px 0;
    font-family: "Monument Extended", Arial, Helvetica, sans-serif;
    font-weight: 800;
    line-height: 1.25em;
    margin-bottom:10px;
    margin-top: 50px;
}
.opacity_div{
    opacity: 0.6;
}
.Ver_más{
    text-align: center;
}
.Ver_más button{
    padding: 16px 48px;
    background-color: rgba(255,255,255,0.10);
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.5px;
    font-weight: 700;
    border: none;
    color: white;
    text-transform: uppercase;
    margin: 35px 0;

}
/* play card */
.play_card_link{
    text-decoration: none;
    transition: 0.3s;
}
.play_card{
margin-top: 17px;
}
.play_card_link:hover{
    -webkit-filter: contrast(1.4);
    filter: contrast(1.4);

}
.play_img img{
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.play_text{
color: rgba(186,189,193,1.00);
margin-top: 6px;
font-weight: 500;
line-height: 18px;
font-size: 14px;
font-family: "Space Grotesk", Roboto, Arial, Helvetica, sans-serif;
}
.about_heading{
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 1.25em;
    font-weight: 800;
    font-family: "Monument Extended", Arial, Helvetica, sans-serif;
    color: white;
    margin-top: 70px;
}
.about_subheading{
    margin-bottom: 24px;
    color: rgba(255,255,255,0.60);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Space Grotesk", Roboto, Arial, Helvetica, sans-serif;
}
.map_img{
    height: 100px;
    overflow: hidden;
    border-radius: 5px;
    margin-top: 40px;
    margin-bottom: 50px;

}
.map_img img{
   width: 100%;
   height: auto;
}
.body_for_tabs{
    background-color: #eeeff1;
    background-image: none;
}

.left_nav .nav_item_tickets a {
    text-decoration: none;
    color: black;
    line-height: 16px;
    letter-spacing: 0.05em;
    font-size: 12px;
    font-weight: 600;
    margin-left: 35px;
    }
.right_nav .nav_item_tickets a .ayuda {
    line-height: 20px;
    color: rgba(27, 27, 27, 1.00);
    letter-spacing: 0.5px;
    font-size: 14px;
    font-family: "Space Grotesk", Roboto, Arial, Helvetica, sans-serif;
    }
    .right_nav .nav_item_tickets {
        display: flex;
        align-items: center;
    }
.ayuda img{
    width: 100%;
    height: auto;
    border-radius: 100%;
}
/* tabs */
/* Style the tab buttons */
.tabs {

  }

  .tabs button {
    background-color: inherit;
    color: rgba(140,142,145,1.00);
    border: none;
    background-color: none;
    font-weight: 700;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    transition: 0.3s;
    margin-right: 17px;
  }

  .tabs button:hover {
    background-color: transparent;
  }

  /* Style the tab content */
  .tabcontents {
    display: none;
    /* padding: 6px 12px; */
    /* border: 1px solid #ccc; */
    border-top: none;
  }

  /* Show the selected tab */
  .tabcontents.show {
    display: block;
  }
  .tabs .active{
    font-weight: 700;
    color: black;
    border-bottom: 2px solid black;
  }
  .tabs_heading{
    line-height: 1.25em;
    font-weight: 800;
    font-family: "Monument Extended", Arial, Helvetica, sans-serif;
    margin-bottom: 24px;
    color: rgba(27,27,27,1.00);
    text-transform:uppercase;
    font-size: 28px;
    margin-top: 64px;

  }

  .ticket_card1 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 16px;
    padding: 32px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.31) 0px 20px 24px -18px;
    margin-top: 25px;
}
.ticket_img{
    display: flex;
    align-items: center;
}
.ticket_img img{
    width: 160px;
    height: 90px;
}
.ticket_card_inner{
    /* margin-top: 20px; */
    display: flex;
}
.ticket_text{
    margin-left: 20px;
}
.ticket_head{
    font-size: 16px;
    font-weight: 700;
    font-family: "Space Grotesk",Roboto,Arial,Helvetica,sans-serif;
}
.ticket_time{
    color: rgba(255,118,95,1.00);
    line-height: 18px;
    font-weight: 700;
    font-size: 14px;
    font-family: "Space Grotesk", Roboto, Arial, Helvetica, sans-serif;
}
.ticket_address{
    font-weight: 500;
    line-height: 18px;
    color: rgba(27, 27, 27, 1.00);
    font-size: 14px;
    font-family: "Space Grotesk", Roboto, Arial, Helvetica, sans-serif;
}
.ticket_location{
    font-size: 14px;
    font-family: "Space Grotesk", Roboto, Arial, Helvetica, sans-serif;
    line-height: 18px;
    font-weight: 500;
    color: rgba(140,142,145,1.00);
}
.ticket_badge{
    display: block;
    -webkit-box-align: center;
    align-items: center;
    background-color: #eeeff1;
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 8px 16px;
    border-radius: 16px;
    text-align: center;
    width: 170px;
    margin-top: 8px;
}
.ticket_card2 {
    /* background-color: rgb(255, 255, 255); */
    margin-bottom: 16px;
    padding: 32px;
    border-radius: 8px;
    /* box-shadow: rgba(0, 0, 0, 0.31) 0px 20px 24px -18px; */
    margin-top: 25px;
}
.tab2_text{
    color: rgb(117, 118, 121);
    line-height: 1.75em;
    font-size: 16px;
    font-weight: 500;
    font-family: "Space Grotesk", Roboto, Arial, Helvetica, sans-serif;
    text-align: center;
}
.ticket_card3 {
    /* background-color: rgb(255, 255, 255); */
    margin-bottom: 16px;
    padding: 32px;
    border-radius: 8px;
    /* box-shadow: rgba(0, 0, 0, 0.31) 0px 20px 24px -18px; */
    margin-top: 25px;
}
.tab3_text{
    color: rgb(117, 118, 121);
    line-height: 1.75em;
    font-size: 16px;
    font-weight: 500;
    font-family: "Space Grotesk", Roboto, Arial, Helvetica, sans-serif;
    text-align: center;
}
.tab3_link {
    text-align: center;
    margin-top: 16px;
}
.tab3_link a{
    color: rgba(27, 27, 27, 1.00);
    line-height: 20px;
    letter-spacing: 0.5px;
    font-weight: 700;
    font-size: 14px;
    font-family: "Space Grotesk", Roboto, Arial, Helvetica, sans-serif;
    padding: 10px 20px;
    background-color: rgba(27, 27, 27, 0.02);
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
}
.tab3_link a:hover{
opacity: 0.7;
}

.for_ticket {

    background-color: rgba(27,27,27,0.10);
}
.for_ticket i{
    color: black;
    background-color: rgba(27,27,27,0.10);
}
/* Success page */
.success_logo img{
    width: 120px;
    height: 22px;
}
.success_logo img:hover{
  opacity: 0.7;
}
.body_for_success{
    background-color: white;
    background-image: none;
    margin-top: 15px;
}
.success_bar{
    background-image: linear-gradient(to right, rgb(140, 127, 255), rgb(242, 106, 242), rgb(255, 196, 120));
    height: 2px;
    width: 100%;
    margin-top: 10px;
}
.success_msg{
    display: flex;
    justify-content: center;
    margin-top: 60px;
    margin-bottom: 30px;
    width: 100%;
}
.success_msg .success_text{
    padding-top: 2px;
}
.white_box{
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 20px 0px, rgba(0, 0, 0, 0) 0px 0px 0px;
    gap: 32px;
    padding: 44px;
}
.valid_email{
    line-height: 28px;
    font-size: 24px;
    text-align: center;
    color: rgba(27,27,27,1.00);
    font-weight: 700;
    font-family: "Space Grotesk", Roboto, Arial, Helvetica, sans-serif;
    margin-top: 15px;
}
.email_text{
    color: rgba(27, 27, 27, 0.6);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Space Grotesk", Roboto, Arial, Helvetica, sans-serif;
    text-align: center;
    margin-top: 35px;
}
.email_afternoon{
    background-color: rgba(27, 27, 27, 0.05);
    font-size: 16px;
    padding: 20px 16px;
    font-weight: 500;
    color: rgba(27, 27, 27, 1.00);
    line-height: 20px;
    font-family: "Space Grotesk", Roboto, Arial, Helvetica, sans-serif;
    margin-top: 35px;
}
.success_footer{
    color: rgba(27, 27, 27, 0.6);
    font-weight: 500;
    line-height: 18px;
    font-size: 14px;
    font-family: "Space Grotesk", Roboto, Arial, Helvetica, sans-serif;
    text-align: center;
    margin: 35px 0;
}

.success_footer a{
    color: black;
    font-weight: 600;
}



/* footer */

.footer_left_logo a img {
    width: 120px;
    height: 22px;
}
.footer_right_button a {
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 0.1);
    text-decoration: none;
    color: white;
}

.main_footer {
    display: flex;
    margin-top: 70px;
    justify-content: space-between;
}
.footer_column_heading {
    color: white;
    margin-bottom: 8px;
    line-height: 1.25em;
    font-weight: 800;
    font-family: "Monument Extended", Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}
.footer_column {
    width: 18%;
}
.footer_column a,
.footer_column a div {
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    font-weight: 600;
    padding: 3px 0;
    text-decoration: none;
    font-family: "Space Grotesk", Roboto, Arial, Helvetica, sans-serifs;
}
.footer_column a:hover {
    opacity: 0.7;
}
/* bottom footer */
.bot_footer .heading {
    color: white;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 8px;
    font-family: "Monument Extended", Arial, Helvetica, sans-serif;
    line-height: 1.25em;
}
.flex_btns {
    display: flex;
    margin-top: 25px;
}
.flex_btns .apple_btn a {
    padding: 10px 20px;
    min-height: 44px;
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    font-size: 16px;
    font-weight: 700;
    border-radius: 7px;
    text-decoration: none;
    text-transform: uppercase;
}
.flex_btns .android_btn a {
    padding: 10px 20px;
    min-height: 44px;
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    font-size: 16px;
    font-weight: 700;
    border-radius: 7px;
    margin-left: 15px;
    text-decoration: none;
    text-transform: uppercase;
}
.flex_btns .android_btn a:hover,
.flex_btns .apple_btn a:hover {
    color: white;
    opacity: 0.7;
}
.flex_btns .apple_btn a span img {
    margin-top: -3px;
}
.social_main {
    display: flex;
    justify-content: end;
}

.social_main .social_icon a:hover {
    opacity: 0.7;
}
.separator {
    height: 1px;
    background-color: rgb(97, 93, 93);
    margin-top: 35px;
}
.privacy_policy_main {
    padding: 25px 0;
    display: flex;
}
.privacy_policy_main .footer_link {
    margin-right: 15px;
}
.privacy_policy_main .footer_link a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    font-family: "Space Grotesk", Roboto, Arial, Helvetica, sans-serif;
    line-height: 16px;
}
.privacy_policy_main .footer_link a:hover {
    opacity: 0.6;
}
.all_rights {
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    font-weight: 600;
    margin: 20px 0 60px 0;
    font-size: "Space Grotesk", Roboto, Arial, Helvetica, sans-serif;
}

/* accordian */
.ticket_accordion {
    /* max-width: 600px; */
    /* margin: 20px auto; */
    /* border: 1px solid #ccc; */
    border-radius: 5px;
    width: 95%;
}

.ticket_accordion-button {
    width: 100%;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 16px;
    margin-top: 16px;
    border-radius: 4px;

}

.ticket_accordion-icon {
    transition: transform 0.2s;
    color: white;
    height: 35px;
    width: 35px;
    border-radius:100px;
    background-color: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ticket_accordion-content {
    /* padding: 0 10px; */
    display: none;
    overflow: hidden;
    /* background-color: white; */
}

.ticket_accordion-content p {
    margin: 10px 0;
}

.ticket_accordion-button.active .ticket_accordion-icon {
    transform: rotate(180deg);
}
.ticket_flex{
    display: flex;
}
.ticket_flex_img img{
    /* width: 50%; */
    width: 177px;
    height: 100px;
}
.ticket_flex_text .accordian_heading{
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Space Grotesk",Roboto,Arial,Helvetica,sans-serif;
}
.ticket_flex_text .accordian_subheading{
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Space Grotesk",Roboto,Arial,Helvetica,sans-serif;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 4px 16px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    width: max-content;
}
.ticket_flex_text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 16px;
}
.price_card1_sold_main{
    display: flex;
    border: 3px solid rgba(151, 151, 151, 0.098);
    background-color: rgb(27, 27, 27);
    margin-top: 15px;
    cursor: not-allowed;
}
.price_card1_ticket_main{
    display: flex;
    /* border: 3px solid rgba(151, 151, 151, 0.098); */
    background-color:white;
    margin-top: 15px;
    border-radius: 10px;
    box-shadow: rgba(18, 18, 18, 0.08) 0px 3px 12px 0px;

}
.price_card1_sold_main .price_card1_sold{
    border: none;
    width: 100%;
    background-color: none;
    margin-top: 0;
    cursor:not-allowed;
}
.price_card_imgs{
    display: flex;
    align-items: center;
}

.price_card_imgs img{
    width: 100%;
    height: 85px;
    border-radius: 10px 0px 0px 10px;
}
.ticket_accordion-content .price_card1{
    width: 100%;
}
.top_attach {
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.1);
}
.top_attach p{
margin-bottom: 12px;
color: rgba(255, 255, 255, 0.6);
font-size: 14px;
font-weight: 500;
font-family: "Space Grotesk",Roboto,Arial,Helvetica,sans-serif;

}
.accordian_bar{
    display: flex;
    background-color: rgba(255, 255, 255, 0.098);
    margin-bottom: 16px;
    width: 100%;
    height: 1px;
    /* margin-top: 10px; */
}




.fixed-heading {
    position: fixed;
    z-index: 1000; /* Ensure it's above other content */
    top: 0;
    right: 2.5%;
    margin-top:3rem;
width: 31.6%;
}
.hide_show {
display: none;
}
button:disabled,
button[disabled]{
cursor: not-allowed!important;
opacity: 0.7;
}

.cerrar_btn{
    background-color: rgba(27, 27, 27, 1.00);
    color: #fff;
}

.cerrar_btn:hover{
    background-color: #000000c7;
    transition-duration: .2s;
    color: #fff;
}










/* media Query */

@media screen and (max-width:1366px) {
    .fixed-heading {
        position: fixed;
        z-index: 1000;
        top: 0;
        right: 4.6%;
        margin-top: 3rem;
        width: 30.2%;
    }

    .drop1{
        display: none;
    }
    .drop2{
        display: none;
    }
    .drop3{
        display: none;
    }

    .main_bgs{
        max-height: 616px;
    }
    
}


@media screen and (max-width:920px) {
    
    #soldout{    
        border: 1px solid;
        border-color: red;
        padding: 0px 5px;
        border-radius: 16px;
        font-weight: 600;
        color: red;
        align-content: center;
        font-size: 12px;
    }
    
    .event_heading{
        font-size: 18px;
        margin-top: 10px;
    }

    .event_subheading{
        font-size: 14px;
    }

    .event_flex_box .text{
        font-size: 15px;
    }
    .header_color{
        background-color: white;
        transition: ease-in-out;
        transition-duration: 0.5s;
    }
    .header_color .header_inner .toggle span{
        color: black;
        transition: ease-in-out;
        transition-duration: 0.5s;
    }
    .header_color .header_inner .toggle svg{
        fill: black;
        transition: ease-in-out;
        transition-duration: 0.5s;
    }
    .events{
        margin-bottom: 15px;
    }
    .select_ticket_buton .ticket_btn1 button{
        width: 100%;
        margin-bottom: 10px;
    }
    .breadcrums-sec{
        display: none;
    }
    .select_ticket_buton{
        margin-top: 23px;
        display: block;
    }

    .select_ticket_buton .ticket_btn2 button{
        width: 100%;
        margin-left: 0px;
    }
    #overley{
        height: 50%;
    }
    .right_all_result{ 
        border-radius: 0px;
    }
    .ModalOverlay:before {
        background: rgba(0, 0, 0, .2);
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 999999;
    }
    .detalles {
        padding: 10px 15px 10px 15px;
        width: 100%;
        margin: auto;
        background-color: #000000e6;
        border-radius: 10px 10px 0px 0px;
        box-shadow: rgb(18 18 18 / 41%) 0px 0px 20px 2px; 
        transition: transform 0.5s ease-in-out;
        z-index: 11111111111111; 
        display: flex;
        justify-content: space-between;
    }
    .detalleticket{
        color: #fff;
    }
    .price svg{
        color: #fff;
    }
    .demo {
        position: fixed;
        bottom: 39px !important;
        left: 0;
        right: 0;
        padding: 0;
        box-shadow: rgba(0, 0, 0, 0.31) -3px 8px 20px 0px;
        z-index: 11111111;
        opacity: 1;
        transition: opacity 0.5s ease;
    } 
    .expandableDiv {
        position: fixed;
        width: 100%;
        left: 0;
        right: 0;
        bottom: 209px;
        transform: translateY(100%);
        background-color: white;
        z-index: 999999;
        box-shadow: 0 24px 32px rgba(0, 0, 0, .1);
        transition: transform 0.5s ease-in-out;
        border-radius: 10px 10px 0px 0px;
    }
    .expanded { 
        transform: translateY(41px);
        overflow-y: scroll;
        /* height: -webkit-fill-available; */
        /* min-height: 800px; */
        scrollbar-color:  transparent transparent;
        max-height: 60%;
    }
    /* .expanded2 { 
        transform: translateY(41px);
        bottom: 656;
    } */
    .hide_for{
        display: none!important;
        }
.button-container {
    display: flex;
    background-color: #333333;
    width: 100%;
    height: 40px;
    align-items: center;
    justify-content: space-around;
    border-radius: 10px 10px 0px 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px,
  rgba(245, 73, 144, 0.5) 5px 10px 15px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100000;
  }
  
  .user-image{
    height: 29px;
    border-radius: 100%;
  }
  .button {
    outline: 0 !important;
    border: 0 !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all ease-in-out 0.3s;
    cursor: pointer;
  }
  
  .button:hover {
    transform: translateY(-3px);
  }
  
  .icon {
    font-size: 20px;
  }

}

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

    .event_heading{
        margin-top: 10px;
    }

    .bot_nav ul {
        display: block;
        flex-direction: row;
        justify-content: center;
        text-align: center;
    }
    .rights {
        flex-direction: column-reverse;
    }
}

@media only screen and (max-width: 768px) {
   
}
@media screen and (max-width: 700px) {
    #overley{
        height: 72%;
    }
    
    #footer_bot {
        margin-bottom: 150px;
    }


    .ticket_accordion{
        width: 100%;
    }

.searchbar_main{
    margin-top: 20px;
    margin-bottom: 0px;
}
    .gray_resultbox{
        display:none;
    }
.rightcount_heading,.top_counter{
    display: none;
}
.coupon{
    margin-top: 10px;
}



    .fixed-heading {
        position: unset;
        z-index: 1000; /* Ensure it's above other content */
        top: unset;
        right: unset;
        margin-top:unset;
        width:100%;
    }
    .price_card1_ticket_main{
        display: block;
    }
    .price_card1_sold{
        width: 100%;
        cursor: not-allowed;
    }

    .price_card_imgs{
        width: 100%;
        margin: 0;
        padding: 0;
        display: none;
    }
    .cxs{
        font-size:small;
        color: #777;
    }
    .ticket_flex{
        display: block;
    }
    .ticket_flex_text{
        margin-top: 10px;
    }
    .price_card1_sold_main{
        display: block;
    }
    .ticket_flex_text .accordian_heading{
        font-size: 15px;
    }


    .inner_square_card {
        width: 100%;
    }
    .main_footer {
        display: block;
        margin-top: 70px;
        justify-content: space-between;
    }
    .footer_column {
        width: 100%;
    }
    .footer_column_heading {
        margin-top: 25px;
    }
    .all_square_card {
        justify-content: center;
    }
    .square_heading {
        font-size: 20px;
    }
    .inner_square_card {
        margin-top: 25px;
    }
    .main_card {
        margin-top: 20px;
    }
    .event_img img{
        margin-top: 30px;
    }
    .barcelona_heading {
        font-size: 31px;
    }
    .footer_left_logo {
        text-align: left;
        margin: 10px 0;
        margin-top: 0;
    }
    .footer_right_button {
        margin-top: 25px;
        text-align: left!important;
    }
    .footer_column_heading{
        text-align: left;
    }
    .footer_column a, .footer_column a div{
        text-align: left;
    }
    .social_main {
        justify-content: start;
    }
    .bot_footer .heading {
        margin-top: 30px;
        text-align: left;
    }
    .flex_btns {
        justify-content: left;
        margin-bottom: 15px;
    }
    .privacy_policy_main {
        display: flex;
        flex-wrap: wrap;
    }
    .privacy_policy_main .footer_link {
        margin-top: 10px;
        text-align: center;
    }
    .bot_footer .heading{
        text-align: start!important;
    }
    .all_rights {
        color: rgba(255, 255, 255, 0.6);
        font-size: 16px;
        font-weight: 600;
        margin: 8px 0 70px 0;
        text-align: left;
    }
    .footer_column {
        text-align: center;
    }
    .small_card_main {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .por_head{
        margin-top: 30px;
    }
    .description_box{
        padding-bottom: 0;
    }
    .all_filter {
        display: flex;
        flex-wrap: wrap;

    }
    .event_video{
        margin-top: 20px;
    }
    .all_filter .filter{
        margin-top: 8px;
    }
    .main_banner img {
        width: 100%;
        height: 217px;
    }
    .roof_links {
        display: flex;
        justify-content: start;
        margin-top: 15px;
    }
    .seguir{
        text-align: left;
        margin-top: 25px;
    }
    .ticket_card_inner{
        display: block;
    }
    .ticket_img img {
        width: 100%;
        height: auto;
    }
    .ticket_text {
        margin-left: 0px;
        margin-top: 15px;
    }
    .white_box{
        padding: 10px;
    }
    .fixed_nav_mobile{

        display: block;
    }
    .price_card1{
        width: 100%;
    }
}

