
.home-carusel {
    margin-top: -165px;
    z-index: 30;
    position: relative;
}

.home-intro {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;

}

.image-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(33, 37, 41, 0.5);
    pointer-events: none;
    z-index: -1;
}

.home-info {
    position: absolute;
    bottom: 24rem;
    text-align: center;
    width: 100%;
    z-index: 9;
}

.image-container {
    position: relative;
    width: 100%;
    height: 770px;
}

.header-title {
    color: #F6E1A1;
    text-align: center;
    font-family: Avenir;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin: 20px 0 40px 0;

}
.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;

}

.header-title:hover {
    color: white !important;;
}


.home-img {
    position: relative;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: -5;
    width: 100%;
    height: 770px;
    display: block;
}
.date-time-block { padding-left: 30px;}


.home-btn {
    border-radius: 30px;
    background: linear-gradient(94deg, #C4A559 5.37%, #CFB773 52.17%, #E1CA83 61.69%, #D0B976 74.44%, #CFB773 98.96%);
    padding: 20px;
    color: #5F4B1B;
    text-align: center;
    font-family: Avenir;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px; /* 120% */
    border: 1px solid #5F4B1B;
    margin-top: 20px;

}
.game-info {
    display: flex !important;
    align-items: center !important;
    gap: 45px;
}


.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;
        border: 1px #DDC680;
    }
}

.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;
    }
}

.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;
}

.home-img {
    width: 100%;
    height: auto;
    min-height: 477px;
}

.image-container {
    position: relative;
    max-height: 477px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.overlay-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    pointer-events: none;
}
.logo-title-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 1;
    width: 100%;
}

.logo-img {
    max-height: 134px;
    margin-bottom: 10px;
    height: auto;
}

.title {
    font-size: 45px;
    font-weight: bold;
    color: #F6E1A1;;
}
.bg-locations {
    position: relative;
    z-index: 100;
}
.main-img {
    max-height: 770px !important;
}

@media screen and (max-width: 576px) {
    .home-logo-bg {
        width: 100%;
        height: auto;
    }
    .logo-img {
        height: auto;
        width: 70%;
    }

    .game-list-button {
        padding: 10px !important;
    }
    .home-btn {
        display: block;
    }
    .block-games-title {
        font-size: 32px;
    }
    .block-fqs {
        padding: 15px;
    }
}

@media screen and (max-width: 756px) {
    .navbar-dark {
        padding: 15px !important;
    }
    .date-time-block {
        padding-left: unset;
    }
    .game-item {
        padding: 15px;
    }
    .rpad {
        padding: 0 !important;
    }
}

@media screen and (max-width: 992px) {
    .buttons {
        display: flex;
        /*overflow: hidden;*/
    }

    .btn-view, .btn-register {
        /*width: 100% !important;*/
        overflow: hidden;
    }

    .game-info {
        flex-direction: column;
        gap: unset;
        justify-content: center;
    }
    .game-info-container {
        justify-content: center;
    }
}

