/*
Theme Name: Mercury Child
Theme URI: https://mercurytheme.com/
Description: Child theme for Mercury theme
Author: MercuryTheme.com
Author URI: https://mercurytheme.com/
Template: mercury
Version: 3.9.6
*/
@import url("../mercury/style.css");

/* Custom Styles start*/
.space-title-box {
    background-color: #0d1e63;
}

.space-title-box-h1 h1 {
    padding-top: 10px;
    color: white;
}

.space-header-menu ul.main-menu {
    padding-right: 10px;
}
.space-header-height .space-header-menu ul.main-menu li a {
    padding: 10px 16px!important;
    margin-top: 20px!important;
    border-bottom: none!important;
    margin-right: 5px!important;
}
.space-header-height .space-header-menu ul.main-menu li a:hover {
    border-radius: 10px;
    background-color: #fabb54;
}
.space-header-menu ul.main-menu li.menu-item-has-children a:after {
    left: auto;
    top:25px;
    right: 10px;
}

.space-header-height .space-header-menu ul.sub-menu li a {
    padding: 10px!important;
    margin-top: 0!important;
    border-bottom: none!important;
    margin-right: 0!important;
}

.current-menu-item.page_item a {
    border-radius: 10px;
    background-color: #fabb54;
    color: black!important;
}

.space-header-logo-ins:after {
    display: none;
}

.space-footer-copy {
    background-color: #0d1e63;
}
.space-title-box-ins {
    padding-top: 0;
}

/* Custom Styles end*/


/* Header start */
.space-header-menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.header__btn {
    width: max-content;
    margin-top: 22px;
}

.header__btn-link {
    display: flex;
    text-transform: uppercase;
    color: white;
    background: red;
    border-radius: 10px;
    padding: 10px 14px;
    font-weight: bold;
    font-size: 20px;
}
.space-header-ins {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

@media screen and (max-width: 1200px) {
    .space-header-ins {

    }
    .space-header-logo,
    .space-header-menu {
        width: auto!important;
    }
    .space-header-menu {
        display: flex;
        justify-content: end;
    }
    .header__btn {
        width: max-content;
        margin-top: 12px;
        margin-right: 50px;
    }
}

@media screen and (max-width: 768px) {
    .header__btn-link {
        text-transform: uppercase;
        color: white;
        background: red;
        border-radius: 10px;
        padding: 10px;
        font-weight: bold;
        font-size: 18px;
    }
}

/* Special Block */
.event {
    background-color: #0d1e63;
    padding: 20px 20px 40px;
    color: #93a2d9;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    text-align: center;
}

.event__date {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.event__location {

}

.event__group {
    font-size: 16px;
    margin-bottom: 20px;
}

.event__match-info {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    width: max-content;
    margin: 0 auto;
}

.event__match-info-team {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    font-size: 32px;
    line-height: 36px;
    color: white;
    font-weight: bold;
}

.event__match-info-team img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid white;
}

.event__match-info-time {

    font-size: 24px;
    line-height: 26px;
    color: white;
}
/* Special Block */


@media screen and (max-width: 768px) {
    .event__match-info {
        display: flex;
        justify-content: space-between;
        gap: 20px;
        align-items: center;
        width: 100%;
        margin: 0 auto;
    }
    .event__match-info-team:first-child {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        font-size: 20px;
        line-height: 42px;
    }
    .event__match-info-team:last-child {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        font-size: 20px;
        line-height: 42px;
    }

    .event__match-info-team span {
        font-size: 16px;
    }

}

/* Header end */



/* Event Start */
.event {
    padding: 20px;
    background-color: #0d1e63;
    color: white;
    /*margin: 30px 0 0;*/
}

.event-block {

}

.event-title-linc {
    display: block;
    text-decoration: none;
    color: inherit;
    margin: 0 0 40px;
}

.teams-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.team-left,
.team-right {
    text-align: center;
    flex: 1;
}

.team-logo {
    width: 30%;
}

.separates-teams {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: silver;
}

.separates-teams span:first-child {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
}
.separates-teams span:nth-child(2) {
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 10px;
}
.separates-teams span:nth-child(3) {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 30px;
}
.separates-teams span:nth-child(4) {
    font-size: 26px;
    line-height: 36px;
    color: silver;
    margin-bottom: 40px;
}
.separates-teams span:last-child {
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
    color: silver;
}

.team-name {
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    margin: 20px 0;
}

@media screen and (max-width: 768px) {
    .team-left,
    .team-right {
        max-width: 60%;
    }

    .team-logo {
        width: 90%;
    }
}


.event-tabs {
    position: relative;
    display: flex;
    font-weight: bold;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin: 10px 0 10px;
}



.event-tabs-item {
    border: 1px solid white;
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
    transition: all ease-in .3s;
}
.event-tabs-item:hover {
    background-color: white;
    color: black;
}

@keyframes scrollAnimation {
    0% { transform: translateX(0); }
    50% { transform: translateX(-3%); }
    100% { transform: translateX(0%); }
}

@media screen and (max-width: 768px) {
    .event {
        position: relative;
    }
    .event-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        margin: 20px 0 0;
        animation: scrollAnimation 3s linear infinite;
    }

    .event-tabs-item {
        white-space: nowrap;
    }
    .single-page-space {
        padding-top: 0;
    }
}

#respond {
    display: block!important;
}




.custom-single-block {
    padding-bottom: 20px;
}

.custom-link {
    margin: 0 10px 20px;
}

.custom-link__link {
    position: relative;
    display: block;
    width: max-content;
    margin: 10px auto;
    color: #ffffff;
    padding: 30px 50px;
    font-size: 26px;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 0 3px 10px rgb(0, 0, 0);
    overflow: hidden;
    background-color: #da1414;
}
.custom-link__link:hover {
    background-color: #ff0000;
    transform: scale(101%);
    box-shadow: 0 2px 5px rgb(0, 0, 0);
}

.custom-link__link span:nth-child(1){
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #ffffff, #ce1818);
    animation: animate1 2s linear infinite;
    animation-delay: 1s;
}

.custom-link__link span:nth-child(2){
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom, #ffffff, #ce1818);
    animation: animate2 2s linear infinite;
}

.custom-link__link span:nth-child(3){
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to left, #ffffff, #ce1818);
    animation: animate3 2s linear infinite;
    animation-delay: 1s;
}

.custom-link__link span:nth-child(4){
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(to top, #ffffff, #ce1818);
    animation: animate4 2s linear infinite;
}

@keyframes animate1{
    0%{
        transform: translateX(-100%);
    }
    100%{
        transform: translateX(100%);
    }
}
@keyframes animate2{
    0%{
        transform: translateY(-100%);
    }
    100%{
        transform: translateY(100%);
    }
}
@keyframes animate3{
    0%{
        transform: translateX(100%);
    }
    100%{
        transform: translateX(-100%);
    }
}
@keyframes animate4{
    0%{
        transform: translateY(100%);
    }
    100%{
        transform: translateY(-100%);
    }
}

@media screen and (max-width: 768px) {
    .custom-link__link {
        padding: 25px 40px;
    }
}

/* Event End */

/* ACF Block Casino start */


.casino-block__title-list {
    display: flex;
    align-items: center;
    justify-content: end;
    margin: 0 200px 0 0!important;
    padding: 0!important;
}
.casino-block__title-item {
    list-style: none!important;
    padding: 10px 15px!important;
}

.casino-item-image {
    display: flex;
    align-items: center;
}
.casino-item-image a {
    display: flex;
}

.casino-item-image img {
    height: 90px;
    width: 140px;
}
.casino-item-image h3 {
    font-size: 20px;
    margin-left: 10px;
}

.casino-item-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.casino-item-text {
    display: flex;
    align-items: center;
}

.casino-item-text__list {
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 0!important;
    padding: 0!important;
}

.casino-item__list-item {
    list-style: none!important;

}

.casino-item__list-item a {
    padding: 10px;
    font-size: 16px;
    font-weight: bold!important;
    color: silver!important;
}

.casino-item-text__link {
    display: flex!important;
    padding: 10px!important;
    border-radius: 10px!important;
    text-decoration: none!important;
    color: #ffffff !important;
    background-color: #ff2453;
    width: max-content!important;
    margin: 0 0 0 auto;
}
.casino-item-text__link:hover {
    transform: scale(102%);
    background-color: #eb0735;
}

.casino-table__link {
    color: silver!important;
    font-weight: bold;
}
.casino-table__link:hover {
    color: black!important;
}

.casino-table__cell {
    text-align: center!important;
}

.casino-table__row td {
    vertical-align: middle;
}

@media screen and (max-width: 768px) {
    .casino-item-image h3 {
        display: none;
    }
    .space-page-content table tbody tr td {
        padding: 7px 10px;
    }
}

@media screen and (max-width: 540px) {
    .casino-item-image h3 {
        display: none;
    }
    .space-page-content table tbody tr td {
        padding: 5px;
    }
    .casino-item-text__link {
        padding: 10px 7px!important;
        font-size: 14px;
        font-weight: bold;
        line-height: 16px;
        width: auto!important;
        justify-content: center;
    }
    .casino-item-image img {
        height: 75px;
    }
}
/* ACF Block Casino end */



.progress-block {
    padding: 20px 20px;
    margin: 0 -20px;
    border-radius: 10px;
    background-color: #eeeeee;
}

.progress-block h3 {
    margin: 10px 0 20px;
}

.progress-bar {
    position: relative;
    width: 100%;
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    margin-bottom: 20px;
    background-color: #dfdfdf;
}

.bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #4CAF50;
    border-radius: 10px;
    transition: width 0.5s;
}

.percent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    font-weight: bold;
}

.message {
    color: red;
}
/* ACF Voices Block  end */