main.main-bingo {
    background: #000C2A !important;
    padding-top: unset !important;
    overflow: hidden;
}

header nav {
    background: #000C2A !important;
}

body {
    background: #000C2A !important;
}

.nav-item {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-right: 10px;
}
.game-info-details {
    text-transform: uppercase;
    font-weight: 900;
}
.game-start-details {
    font-weight: 400;
    font-size: 16px;
}
.bg {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 36.38%, rgba(255, 255, 255, 0.32) 73.16%, #FFF 97.35%), linear-gradient(0deg, rgba(0, 45, 159, 0.50) 0%, rgba(0, 45, 159, 0.50) 100%), url("./img.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 35.125rem;
}
.bg-home {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 36.38%, rgba(255, 255, 255, 0.32) 73.16%, #FFF 97.35%), linear-gradient(0deg, rgba(0, 45, 159, 0.50) 0%, rgba(0, 45, 159, 0.50) 100%), url("./img.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 45.125rem;
}
/* header styles homepage */
.intro-description p {
    color: #F6E1A1;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
}

.intro-description button {
    margin-top: 20px;
    color: #5F4B1B;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    line-height: 24px; /* 120% */
    border-radius: 30px;
    background: linear-gradient(94deg, #C4A559 5.37%, #CFB773 52.17%, #E1CA83 61.69%, #D0B976 74.44%, #CFB773 98.96%);
    padding: 20px;
    border: 0 solid black;
    font-weight: 700;
}

.block-description-lead {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.7;
    padding-top: 20px;
    padding-bottom: 40px;
}

.block-description-cap {
    color: #CBB16A;
    text-align: center;

    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    padding-bottom: 100px;
}

/* games block styles*/

.btn-register {
    background:  #DDC680;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    padding: 6px 12px;
    color: black;
    border-radius: 4px;

    box-shadow: none;
    &:hover {
        background: #DDC680
    ;
        color: white;
    }
}
.audition-loadmore-btn {
    background: #007BFF;
    border: 1px solid #007BFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}


.buttons {
    /*display: flex;*/
    /*gap: 10px;*/
    float: right;
    padding-top: 22px;
}

.btn-view {
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #DDC680;
    background: transparent;
    border: 1px solid #DDC680;
    box-shadow: none;
;

    &:hover {
        background: white;
        color: #DDC680;
    }
}
.block-games {
    background-image: linear-gradient(rgba(0, 45, 159, .3), rgb(13 14 16 / 90%)), url('/blocks/games/images/games-background.webp');
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    /*height: 46.125rem;*/
    padding-bottom: 100px;
    padding-top: 100px;

}

.block-fqs {
    display: flex;
    padding: 50px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    background:  linear-gradient(94deg, #C4A559 5.37%, #CFB773 52.17%, #E1CA83 61.69%, #D0B976 74.44%, #CFB773 98.96%);
}

.block-fqs p.title {
    color:  #000C2A;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 0;
}

.block-fqs p {
    color: #000C2A;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.btn-view-fqs {
    border-radius: 30px;
    background:  #000C2A;
    color: #D9C37E;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px; /* 120% */
    display: flex;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    float: right;
    width: 151px;
}
.container {
    margin: 0 auto;
    max-width: 1480px;
}

.header {

    background: linear-gradient(270deg, #007ABE 0%, #003DA6 100%);
    height: 93px;
}

.header-image {

    padding: 25px 30px;
}

.slider {
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 30rem;
}

.slider-image {
    width: 100%;
    height: 30rem;
    object-fit: cover;
    position: absolute;
    -o-object-fit: cover;
    z-index: -1;

}

.slider-title {
    color: #FFF;
    text-align: center;
    font-size: 70px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    padding-top: 150px;

}

.slider-subtitle {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    padding-top: 10px;
}

.filter-block {
    margin-bottom: 20px;
    /*width: 200px;*/
    color: #686868;
}

.filter-block label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #686868;
}

.filter-block select {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #686868;
}

.filter {
    font-family: Arial, sans-serif;
    display: flex;
    align-items: center;
    margin-top: 50px;
    color: #686868;
    flex-direction: row;
    gap: 20px;
}

body {
    font-family: Arial, sans-serif;
}

.hidden {
    border-radius: 10px;
}

#content-container {
    margin-top: 20px;
}

.block {
    padding: 20px 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: #000C2A;
    align-items: center;
    flex-direction: row;
    align-content: center;
    box-shadow: 0 2px 10px 0 #00000026;


}

.date-time, .event-details, .event-sections, .price, .buttons {
    margin-bottom: 10px;
}

.buttons button {
    margin-right: 10px;
}


.date-time {
    gap: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.time-date {
    color: #9E9E9E;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px; /* 150% */

}

.time-time {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: 29px; /* 90.625% */
    padding-left: 5px;

}

.time-month {
    color: #9E9E9E;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px; /* 150% */
}

.event-gps {
    background: #DDC680;
    font-family: Helvetica, serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    text-align: left;
    color: #000000;
    padding: 3px 4px;
    gap: 5px;
    border-radius: 4px;
}
.event-featured {
    background: linear-gradient(94deg, #C4A559 5.37%, #CFB773 52.17%, #E1CA83 61.69%, #D0B976 74.44%, #CFB773 98.96%);
    font-family: Helvetica, serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    text-align: left;
    padding: 3px 4px;
    gap: 5px;
    border-radius: 4px;
    color: #5F4B1B;

}
.event-gps svg path{
    fill: black;
}
.event-location {
    display: flex;
    gap: 5px;
    /*padding: 6px;*/
}

.event-title {

    color: #FFF;
    /*font-family: Avenir;*/
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px; /* 116.667% */
    margin-bottom: 7px;
}

.event-details {
    display: flex;
    flex-direction: column;
    padding-top: 10px;
    align-items: baseline;
    justify-content: center;
    /*margin-left: 20px;*/
    @media screen and (max-width: 1450px) {
        padding-right: 50px;
    }
    @media screen and (max-width: 1100px) {
        padding-right: 10px;
    }
}

.event-sections, .game-info {
    color: white;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 12px; /* 100% */
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 0;
    /*padding-right: 290px;*/
    /*@media screen and (max-width: 1600px) {*/
    /*	padding-right: 150px;*/
    /*}*/
    /*@media screen and (max-width: 1450px) {*/
    /*	padding-right: 50px;*/
    /*}*/
    /*@media screen and (max-width: 1100px) {*/
    /*	padding-right: 10px;*/
    /*}*/
}

.price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
}

.price-number {
    font-size: 45px;
    font-style: normal;
    line-height: 45px; /* 100% */
    color: #E9DBA1;

}

.price-price {

    font-size: 12px;
    line-height: 12px;
    text-align: center;
    color: #ffffff;
    font-family: Avenir;
}
.price-no-presale {

    font-size: 12px;
    line-height: 12px;
    text-align: center;
    color: #585858;
}

.left{
    @media screen and (max-width: 992px) {

    }
}

@media screen and (max-width: 800px) {
    .price {
        justify-content: center;
    }
}

.buttons button {
    margin-right: 0 !important;
}

.buttons {
    display: flex !important;
    gap: 10px;
    float: right;
    padding-top: 22px;
}


.game-list-button {
    margin-top: 20px;
    color: #5F4B1B;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    line-height: 24px; /* 120% */
    border-radius: 30px;
    background: linear-gradient(94deg, #C4A559 5.37%, #CFB773 52.17%, #E1CA83 61.69%, #D0B976 74.44%, #CFB773 98.96%);
    padding: 20px;
    border: 0 solid black;
    font-weight: 700;
}
.block-games-title {
    color: #FFF;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
/* end games block styles*/
.footer {
    display: flex;
    padding: 250px 200px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    align-self: stretch;
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

/* location slider style*/

 .wrapper {
     position: relative;
 }

.wrapper i {
    top: 50%;
    height: 50px;
    width: 50px;
    font-size: 1.25rem;
    position: absolute;
    text-align: center;
    line-height: 50px;
    background: #fff;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: transform 0.1s linear;
    background-color: unset;
    color: white;
    font-size: 50px;
    display: flex;


}

.wrapper i:hover {
    background: #f6f6f6;
    cursor: pointer;
    background-color: white;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
    color: black !important;

}

.wrapper i:focus {
    background: #f6f6f6;
    cursor: pointer;
    background-color: white;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
    color: black !important;
}

.wrapper i:active {
    transform: translateY(-50%) scale(0.85);
}

.wrapper i:first-child {
    left: 0; /* Adjust according to your needs */
    transform: translateY(-50%);
    z-index: 10;
    margin-left: -65px;
}

#right {
    right: 0; /* Adjust according to your needs */
    left: auto; /* Reset the left property */
    transform: translateY(-50%);
    margin-right: -65px;
}

.wrapper .carousel {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% / 3));
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 16px;
    border-radius: 8px;
    scroll-behavior: smooth;
    scrollbar-width: none;
    min-height: 209px;
}

.carousel::-webkit-scrollbar {
    display: none;
}

.carousel.no-transition {
    scroll-behavior: auto;
}

.carousel.dragging {
    scroll-snap-type: none;
    scroll-behavior: auto;
}

.carousel.dragging .card {
    cursor: grab;
    user-select: none;
}

.carousel .card {
    scroll-snap-align: start;
    list-style: none;
    background: #fff;
    padding-bottom: 15px;
    flex-direction: column;
    border-radius: 8px;
}


.carousel .card h2 {
    font-weight: 500;
    font-size: 1.3rem;
    margin: 30px 0 5px;
}

.carousel .card span {
    color: #6A6D78;
    font-size: 1.31rem;
}

.more-recent-posts {
    color: #000;
    /* Heading/H3 */
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    line-height: 33.6px;
}

.recent-article {
    padding: 0 !important;
    flex-direction: column;
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.recent-article-date {
    padding: 6px !important;
    color: white;
    background-color: #002D9F;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;

    line-height: 19.2px; /* 120% */
}

.recent-article-title {
    color: #FFF;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.shadow-wrapper {
    border-radius: 10px;
    transition: .3s;
    transition-timing-function: ease-in-out;
    height: 100%;
    width: 100%;
    background: rgb(2, 0, 36);
    background: linear-gradient(0deg, rgba(2, 0, 36, 0.8268557422969187) 0%, rgba(1, 1, 4, 0.34506302521008403) 21%);
}

.shadow-wrapper:hover {
    transition: .3s;
    transition-timing-function: ease-in-out;
    background: linear-gradient(0deg, rgba(2, 0, 36, 0.5) 0%, rgba(1, 1, 4, 0.1) 10%);
}

@media screen and (max-width: 900px) {
    .wrapper .carousel {
        grid-auto-columns: calc((100% / 2) - 9px);
    }
}

@media screen and (max-width: 600px) {
    .wrapper .carousel {
        grid-auto-columns: 100%;
    }
}
/* end location slider style*/

.game-ticket-fee {
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    color: #f8f9fa;
}