.primary-menu .menu-item.current::before {
    content: "";
    background: url(../images/s15/orns/red-orn-lg.png) no-repeat center center !important;
    background-size: contain !important;
    position: absolute !important;
    background-position: top left !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    pointer-events: none !important;
}
.primary-menu .menu-item.current::after {
    content: "";
    background: url(../images/s15/orns/yellow-orn-lg.png) no-repeat center
        center !important;
    background-size: contain !important;
    position: absolute !important;
    background-position: bottom right !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    pointer-events: none !important;
    z-index: -1;
}

.primary-menu .menu-item.current {
    border-radius: 5px;
    /* overflow: hidden; */
    background: linear-gradient(
        180deg,
        rgba(53, 53, 53, 1),
        rgba(53, 53, 53, 0)
    );
}

.primary-menu .menu-item.menu-msc a {
    padding: 0.1rem 1rem 0.3rem;
}

.top-bar-menu {
    background: #bd2330 !important;
}

.top-bar-menu a {
    color: #fff !important;
}

.home-section {
    position: relative;
    min-height: calc(100vh - 100px);
    z-index: 2;
    /* overflow: hidden; */
    background: none !important;
}

.home-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../images/s15/bg/bg-landing-page.png") no-repeat center top;
    background-size: calc(100% + 100px) auto;
    background-repeat: repeat-y;
    background-position: top center;
    opacity: 0.1;
    z-index: -1;
}

.latest-match-section .match-card {
    background: linear-gradient(
        to bottom,
        rgba(189, 35, 48, 1),
        rgba(243, 199, 4, 1)
    ) !important;
    border-radius: 12px;
    z-index: 1;
}

.latest-match-section .match-card::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background: #fff;
    border-radius: 10px;
    z-index: 0;
}

/* .latest-match-section .match-card::before::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background: #fff;
    border-radius: 10px;
    z-index: 0;
} */

.latest-match-section .match-card > * {
    position: relative;
    z-index: 1;
}

.footer-sponsor {
    /* background: white; */
    background-image: transparent !important;
    /* linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
        url('../images/s15/bg/bg-landing-page.png') !important; */
    background-size: 110% auto;
    background-repeat: repeat-y;
    background-position: right center;
    padding: 30px 0 20px 0;
    box-shadow: 0px -12px 24px 0px #0000001f;
    position: relative;
    z-index: 99;
}

.footer-sponsor::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../images/s15/bg/bg-landing-page.png") no-repeat center top;
    background-size: calc(100% + 100px) auto;
    background-repeat: repeat-y;
    background-position: center center;
    opacity: 0.1;
    z-index: -1;
}
.section-my {
    background-color: #e5e6e7 !important;
    /* background: url(../images/bg/bg-section-transparent.webp) center; */
    background: url(../images/s15/bg/home-bg.png) center;
    background-size: 100% auto;
    background-repeat: repeat-y;
    background-position: right center;
    min-height: calc(100vh - 40px);
    z-index: 2;
}

.section-title {
    color: rgba(55, 55, 55, 1) !important;
    font-size: 36px !important;
    font-family: Sherman, sans-serif !important;
}
.title-orns {
    height: 35px;
}

.canvas-alt-tabs.tabs-bb:not(#week-tabs) .nav-link {
    font-size: 1rem;
    border-radius: 0 !important;
    border: none !important;
    clip-path: none !important;
    margin: 0;
    padding: 8px 20px !important;
    background: #535353 !important;
    color: #fff !important;
    text-align: center;
    white-space: nowrap;
    margin: 0 !important;
    transition: all 0.2s ease-in-out;
    border: none !important;
    opacity: 0.8;
    min-width: 90px;
}
.canvas-alt-tabs.tabs-bb:not(#week-tabs) .nav-link:hover,
.canvas-alt-tabs.tabs-bb:not(#week-tabs) .nav-link.active {
    background: #bd2330 !important;
    color: #fff !important;
}
/* .canvas-alt-tabs.tabs-bb:not(#week-tabs)::after .nav-link:hover, .canvas-alt-tabs.tabs-bb:not(#week-tabs) .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    background: url(../images/s15/orns/yellow-orn-lg.png) !important;
} */
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    isolation: unset !important;
}

.canvas-alt-tabs.tabs-bb:not(#week-tabs) .nav-link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 0px;
    /* background: linear-gradient(90deg, rgba(152, 129, 0, 0) 0%, #FED700 100%); */
    background: none;
    opacity: 0.7;
    transition: all 0.3s ease-in-out;
}
.canvas-alt-tabs.tabs-bb:not(#week-tabs) .nav-link.active::before {
    width: 100%;
}
.canvas-alt-tabs.tabs-bb:not(#week-tabs) .nav-link.active::after {
    content: "";
    position: absolute;
    top: unset !important;
    left: unset !important;
    height: 50px;
    width: 100px;
    background: url(../images/s15/orns/yellow-orn-lg.png) !important;
    background-size: cover !important;
    background-position: bottom right;
    filter: brightness(100%);
    z-index: 7;
    background-repeat: no-repeat !important;
    bottom: 0;
    right: 0;
}
.section-title-outer {
    margin-bottom: 2rem;
}

.section-title-outer .title-front {
    font-size: 2.5rem;
    position: relative;
}

.section-title-outer .title-front::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -6rem;
    transform: translateY(-50%);
    height: 25px;
    width: 50px;
    background: url("../images/s15/orns/Info.png") no-repeat center;
    background-size: contain;
    z-index: -1;
}

.section-title-outer .title-front::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -6rem;
    transform: translateY(-50%) rotateY(180deg);
    height: 25px;
    width: 50px;
    background: url("../images/s15/orns/Info.png") no-repeat center;
    background-size: contain;
    z-index: -1;
}



.subtitle-front {
    font-size: 1rem;
    position: relative;
}

.subtitle-front::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -6rem;
    transform: translateY(-50%);
    height: 25px;
    width: 50px;
    background: url("../images/s15/orns/Info.png") no-repeat center;
    background-size: contain;
    z-index: -1;
}

.subtitle-front::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -6rem;
    transform: translateY(-50%) rotateY(180deg);
    height: 25px;
    width: 50px;
    background: url("../images/s15/orns/Info.png") no-repeat center;
    background-size: contain;
    z-index: -1;
}

.section-title-outer .title-behind {
    position: absolute;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(247, 171, 0, 0.5);
    color: transparent;
    font-family: "IBM Plex Sans" !important;
    font-weight: 700;
    z-index: -1;
    font-size: 56px;
}

.text-justify {
    text-align: justify !important;
}
/* .team-card .team-card-img::before {
    content: '';
    position: absolute;
    top: unset;
    left: unset;
    bottom: 0;
    right: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: url(../images/s15/orns/yellow-orn-lg.png) !important;
    background-size: cover !important;
    background-position: -50px 0px !important;
    background-repeat: no-repeat !important;
    z-index: -1;
    opacity: 0;
    transition: all .2s ease-in-out;
    transform: translate(0) !important;
    border-radius: 10px;
} */

section.content-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 50%;
    background: url(../images/s15/orns/red-orn-lg.png) no-repeat top left;
    background-size: contain;
    z-index: -1;
    opacity: 1;
}

section.content-wrap::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 50%;
    background: url(../images/s15/orns/yellow-orn-lg.png) no-repeat right bottom;
    background-size: contain;
    z-index: -1;
    opacity: 1;
}

.sub-section-title .title-front {
    background: #373737 !important;
    -webkit-background-clip: text !important;
    font-size: 3rem !important;
}

.section-team .talent-card .talent-card-img::before {
    background: url(../images/s15/orns/yellow-orn-lg.png) no-repeat bottom right !important;
    background-size: contain !important;
}

.section-team .talent-card .talent-card-img {
    background: url(../images/s15/orns/bg-partner.png) no-repeat center center !important;
    background-size: cover !important;
    border-radius: 0.75rem !important;
    margin-bottom: 0.5rem !important;
}
.section-team .talents-section .col-talent::before {
    background: none !important;
}

.section-team .talent-card-info {
    background: none !important;
    position: relative !important;
}

.section-team .talent-card-info::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 50%;
    height: 50%;
    background: url(../images/s15/orns/orn-flower-left.png) no-repeat right
        center !important;
    background-size: contain !important;
    z-index: -1;
    opacity: 0.5;
    transform: translateY(-50%) !important;
}

.section-team .talent-card-info .talent-name {
    color: #373737 !important;
}

.section-team .talent-card-info .talent-role {
    /* color: #373737 !important; */
}

.section-team .social-icon {
    border-color: rgba(55, 55, 55, 0.24) !important;
    transition: 0.5s;
}

.talent-card {
    padding: 0 !important;
    position: relative !important;
    z-index: 1 !important;
    /* pointer-events: none !important; */
    transition: 0.3s;
}

.team-social-media {
    /* padding-bottom: 1rem;
    padding-top: 1rem; */
    padding-bottom: 0.3rem;
    padding-top: 0.3rem;
    position: relative;
    top: -0.5rem;
    border-radius: 1rem;
    z-index: 1;
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    /* transition: .3s; */
}

.talent-card::before {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 100px;
    background: none;
    z-index: -1;
    /* transition: .3s; */
    border-radius: 0 0 0.75rem 0.75rem !important;
}

.col-talent-outer {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}

.col-talent-outer:hover .team-social-media {
    background: rgba(161, 148, 100, 1);
}

.col-talent-outer:hover .fa-brands {
    color: #fff !important;
    transition: 0.3s;
}
.col-talent-outer:hover .social-icon {
    color: #fff !important;
    transition: 0.3s;
    border-color: rgba(55, 55, 55, 0) !important;
}

.col-talent-outer:hover .team-social-media::before {
    opacity: 1 !important;
    transform: translate(0) !important;
}

.col-talent-outer:hover .talent-card::before {
    background: rgba(161, 148, 100, 1);
}
.col-talent-outer:hover .talent-card-img {
    box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.2) !important;
}

.talent-card .talent-card-image-outer {
    padding-bottom: 2px !important;
}
.talent-card .talent-card-name {
    background: linear-gradient(90deg, #414042 0%, #414042 100%) !important;
    background-clip: border-box !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}
.talent-card .talent-card-image-outer::before {
    background: url("../images/s15/orns/talent-bg.png") !important;
    background-size: 100% 100% !important;
    background-position: bottom center !important;
    background-repeat: no-repeat !important;
}
.talent-card .talent-card-image-outer::after {
    content: "" !important;
    background: url("../images/s15/orns/red-orn-lg.png") !important;
    background-size: contain !important;
    background-position: top left !important;
    background-repeat: no-repeat !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 50% !important;
    width: calc(100% - 50px) !important;
    transform: translateX(-49%) !important;
    height: auto !important;
    aspect-ratio: 1/1 !important;
    z-index: 0 !important;
}
.talent-card .talent-card-image-outer .yellow-orn {
    position: absolute;
    left: 50% !important;
    width: calc(100% - 50px) !important;
    transform: translateX(-51%) !important;
    height: 100px !important;
    bottom: 0;
    background: url("../images/s15/orns/yellow-orn-lg.png") bottom center
        no-repeat;
    background-size: 100% auto;
    z-index: 0 !important;
    pointer-events: none;
}

.talent-card .talent-card-image {
    position: relative !important;
    z-index: 1 !important;
}

.talent-card .talent-card-image-outer::after {
    /* display: none !important; */
}

#modal-cdkey .modal-content {
    background: url("../images/s15/bg/bg-modal.png") !important;
    background-position: center center !important;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    border: 4px solid rgba(252, 204, 1, 1) !important;
}

.modal-content::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 150px;
    height: 150px;
    background: url(../images/s15/orns/yellow-orn-lg.png) no-repeat bottom right !important;
    background-size: contain !important;
    z-index: 0;
}
.modal-content::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
    background: url(../images/s15/orns/red-orn-lg.png) no-repeat top left !important;
    background-size: contain !important;
    z-index: 0;
}
.modal-content .title-behind {
    z-index: 1;
}
#modal-cdkey .modal-content .text-title {
    letter-spacing: 1px;
    background: linear-gradient(180deg, #f59d00 0%, #ffd800 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#modal-cdkey .modal-content .text-desc {
    font-size: 0.8rem;
    line-height: 1.2;
}
#modal-cdkey .modal-content .btn-cdkey {
    background: #fed700;
    padding: 5px 70px 5px 8px;
}
#modal-cdkey .modal-content .btn-cdkey div.code {
    color: #333;
    font-weight: 400;
    letter-spacing: 1px;
}
#modal-cdkey .modal-content .btn-cdkey div.copy {
    position: absolute;
    width: 80px;
    height: 100%;
    right: 0;
    top: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#modal-cdkey .modal-content .btn-cdkey div.copy img {
    height: 100%;
}
#modal-cdkey .modal-header {
    border-bottom: none !important;
    position: relative;
    z-index: 10;
}

.section-divider {
    width: 100%;
    max-height: 25px;
    object-fit: contain;
    object-position: center;
}
@media (min-width: 992px) {
    .primary-menu .menu-item {
        min-width: 80px !important;
        text-align: center !important;
    }
    .primary-menu .menu-item.menu-msc.current::before,
    .primary-menu .menu-item.menu-msc.current::after {
        width: 50% !important;
        height: 50% !important;
    }

    section.content-wrap::before {
        top: 75px;
        width: 25%;
    }

    section.content-wrap::after {
        width: 25%;
    }

    .section-title-outer .title-front {
        font-size: 4rem !important;
    }

    .section-title-outer .title-behind {
        font-size: 96px !important;
    }

    .section-title-outer {
        margin-bottom: 4rem !important;
    }

    .modal-content .section-title-outer .title-behind {
        font-size: 96px !important;
    }
    .modal-content .section-title-outer {
        margin-bottom: 2rem !important;
    }
}
