.merch-carousel {
    display: flex;
    gap: 20px;
}
.single-prd img {
    border-radius: 20px!important;
    height: 450px!important;
    width: 100%;
    object-fit: cover;
}
.prd-title {
    font-family: hartwell!important;
    font-size: 26px!important;
    margin-top: 15px;
}
.single-prd p {
    color: #ff3600!important;
    font-family: hartwell;
    font-size: 18px;
}
.single-prd a {
    display: block!important;
    position: relative;
}
.single-prd a:before {
    content: "New";
    font-family: hartwell;
    background: #ff3600;
    top: 25px;
    width: 18%;
    left: 0px;
    position: absolute;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 2px 0;
    border-radius: 0 10px 10px 0px;
}
.single-prd a:hover {
    transform: translateY(-10px);
}
.mySwiper, .con{
    overflow: visible!important;
    clip-path: inset(-100vw -100vw -100vw 0);
}
.slider-pics .elementor-swiper-button-next, .slider-pics .elementor-swiper-button-prev {
    background: #000;
    padding: 20px;
    border: 1px solid #ffffff59;
}
.slider-pics .swiper {
    overflow: visible !important;
    clip-path: inset(-100vw -100vw -100vw 0);
}
.bar {
    width: 100%;
    padding: 10px;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1;
}
@keyframes marquee{
    0% {
    transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
@keyframes marqueee{
    0% {
    transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}
.baritem {
    display: inline-block;
    will-change: transform;
    -webkit-animation: marquee 40s linear infinite;
    animation: marquee 40s linear infinite;
}
.inv .baritem{
    -webkit-animation: marqueee 40s linear infinite;
    animation: marqueee 40s linear infinite;
}
.inv .baritem span{
    color: #ff3600;
}
.baritem span {
    font-size: 40px;
    font-family: 'hartwell';
    padding: 0 10px;
    font-weight: bold;
    color: #e0dab6;
}
.single-roster {
    position: relative;
    height: 600px!important;
    overflow: hidden!important;
    border-radius: 25px;
}
.single-roster a {
    display: block;
}
.backimg {
    object-fit: cover;
    object-position: center;
    height: 500px !important;
    width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    height: 100%!important;
}
.gamelogo {
    height: 80px !important;
    position: absolute;
    top: 50%;
    left: 51%;
    transform: translateX(-50%);
    z-index: 9;
}
.single-roster:before {
    content: '';
    position: absolute;
    top: 0;
    left: -500px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transform: skewX(-30deg);
    transition: 0.3s;
    z-index: 2;
}
.single-roster:hover .backimg {
    filter: none;
    transition: .3s all ease-out;
}
.single-roster a:before {
    content: "";
    background: linear-gradient(rgb(2 2 2 / 27%) -50%, #020202);
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.single-roster:hover:before {
    left: 500px;
}
.arrs span {
    background: #ff3600;
    padding: 9px 16px;
    border-radius: 50%;
    transform: rotate(45deg);
    cursor: pointer;
}
.arrs {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9;
    display: flex;
    gap: 8px;
}
span.left-arr, span.left-arr2 {
    transform: rotate(-135deg);
}
.ekit-wid-con .elementskit-post-image-card .entry-title {
    margin-bottom: 10px!important;
}
.ekit-wid-con .elementskit-post-image-card .post-meta-list {
    margin-bottom: 15px!important;
}
.ekit-wid-con .elementskit-post-image-card .elementskit-post-body {
    padding: 5px 20px 40px!important;
}
.ekit-wid-con h4, .ekit-wid-con p {
    margin-bottom: 20px!important;
}
a.elementskit-btn.whitespace--normal {
    gap: 12px!important;
}
.single-a {
    background: #020202;
    text-align: center;
}
.teams img {
    width: 85px;
}
.teams {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}
.ma-det span {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}
.ma-det span:nth-child(2) {
    color: #ff3801;
}
.ma-det {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}
.single-a a {
    color: #fff;
    font-size: 17px;
}
.match-header {
    display: flex;
    justify-content: space-between;
    background: #101010;
}
.match-header .game {
    width: 40%;
    padding: 6px 15px;
    text-align: left;
    background: #ff3801;
    color: #fff;
    font-family: 'Epilogue';
    font-weight: 600;
    -webkit-clip-path: polygon(0% 0, 100% 0, 90% 100%, 0 100%);
    clip-path: polygon(0% 0% 0, 100% 0, 90% 100%, 0 100%);
}
span.tn {
    padding: 6px 15px;
    background: #101010;
    width: 60%;
    color: #fff;
    text-align: right;
    font-weight: 600;
}
.match-cont {
    padding: 4%;
}
span.dat {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.mat-title .split-line:before {
    content: "";
    height: 4px;
    width: 70%;
    position: absolute;
    top: 50%;
    right: 0;
    background: #ff0000;
}
.ekit-wid-con .elementskit-post-image-card .elementskit-entry-header .elementskit-entry-thumb>img {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    width: 100%;
    height: 250px!important;
    object-fit: cover!important;
}
span.wpcf7-form-control-wrap input:focus-visible {
    border: 0;
    outline: 0;
}
.loop .loopcont {
    display: flex;
    gap: 15px;
}
.loop .single-roster {
    height: auto !important;
    width: 24%;
}
.loop .loopcont {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    row-gap: 20px;
}
.page-header:before {
    opacity: 80%!important;
}
#comments{
    display: none!important;
}
.page-header-box h1 {
    font-size: 54px !important;
}
.post-single-meta ul li:nth-child(2) {
    display: none!important;
}
.thenav.animated-in {
    -webkit-transform: translateX(0) translateY(0) scale(1);
    -moz-transform: translateX(0) translateY(0) scale(1);
    -ms-transform: translateX(0) translateY(0) scale(1);
    transform: translateX(0) translateY(0) scale(1);
    z-index: 9;
}
.hamburger-nav.type3 {
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.hamburger-nav.type3 {
    display: block;
}
.thenav {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    background: #020202f5;
    z-index: 0;
    -webkit-transform: translateX(100%) translateY(0) scale(1);
    -moz-transform: translateX(100%) translateY(0) scale(1);
    -ms-transform: translateX(100%) translateY(0) scale(1);
    transform: translateX(100%) translateY(0) scale(1);
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    overflow-x: hidden;
    overflow-y: auto;
}
.closing.-left-flex {
    position: absolute;
    top: 4em;
    left: 2em;
    cursor: pointer;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}
.-left-flex {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.hamburger-nav.type2 .hamburger-nav-holder, .hamburger-nav.type3 .hamburger-nav-holder {
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.hamburger-nav-holder {
    height: 100%;
    top: 4vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.hamburger-nav.type3 .hamburger-nav-holder {
    width: 75%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.hamburger-nav.type3 .menu {
    width: 100%;
    padding-left: 0;
    max-height: 80vh;
}
.hamburger-nav.type3 .menu {
    min-width: initial;
    text-align: center;
    width: 40vw;
}
.hamburger-nav.type3 .menu li {
    padding-right: 0;
    white-space: nowrap;
    position: relative;
    color: #fff;
    overflow: hidden;
    text-transform: uppercase;
}
.hamburger-nav .menu .mega-menu-item {
    padding: 5px 50px 5px 0px;
    list-style-type: none;
    line-height: 1;
    -webkit-transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s;
    -o-transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s;
    transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s;
}
.hamburger-nav .menu .nav-item {
    counter-increment: number;
}
.hamburger-nav .menu > * {
    opacity: 1 !important;
}
.animated-in.hamburger-nav.type3 .menu .mega-menu-item > a {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.hamburger-nav.type3 .menu .mega-menu-item > a {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s;
    transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s;
    -o-transition: transform 0.3s, opacity 0.3s ease-in-out;
    -moz-transition: transform 0.3s, opacity 0.3s ease-in-out, -moz-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s ease-in-out;
    transition: transform 0.3s, opacity 0.3s ease-in-out, -webkit-transform 0.3s, -moz-transform 0.3s;
}
.hamburger-nav.type3 .menu .mega-menu-item > a {
    overflow: hidden;
    padding-left: 8.25rem!important;
}
.hamburger-nav.type3 .menu .mega-menu-item > a {
    overflow: hidden;
    padding-left: 1.25rem;
    font-size: 10vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.hamburger-nav.type2 .menu li > a, .hamburger-nav.type3 .menu li > a {
    position: relative;
    width: auto;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.hamburger-nav .menu .mega-menu-item > a {
    width: 100%;
    vertical-align: middle;
    font-weight: bold;
    font-size: 5vh;
    font-family: "DM Sans", sans-serif;
    display: block;
    position: relative;
    z-index: 2;
}
.hamburger-nav.type3 .menu .mega-menu-item > a span {
    line-height: .95;
    color: #e0dab6;
}
.hamburger-nav.type3 .menu li > a span {
    padding: 0px 10px;
    -webkit-transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s;
    -o-transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s;
    transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s;
}
.hamburger-nav .menu .mega-menu-item > a span {
    line-height: 1.2;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
;
    vertical-align: middle;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s;
    -o-transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s;
    transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s;
}
a.menu-link span {
    position: relative;
}
a.menu-link span:before {
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    background-color: #38a9ff;
}
.hamburger-nav.type3 .menu .mega-menu-item > a span.cloned {
    width: 100%;
    -webkit-text-stroke: 1px currentColor;
    -webkit-text-fill-color: transparent;
}
.hamburger-nav.type2 .menu li > a span.cloned, .hamburger-nav.type3 .menu li > a span.cloned {
    position: absolute;
    top: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
}
.hamburger-nav.type3 .menu li:hover > a span:not(.cloned) {
    -webkit-transform: translateY(-110%);
    -ms-transform: translateY(-110%);
    transform: translateY(-110%);
    opacity: 0;
}
.hamburger-nav.type3 .menu li:hover > a span.cloned {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: .5;
}
.headercontent img {
    width: 150px;
    margin-bottom: 25px;
}
.headercontent h3 {
    font-size: 35px!important;
    text-transform: uppercase;
    font-weight: 700!important;
}
.teamheader {
    position: relative;
    padding-top: 4em;
    margin: auto;
    text-align: center;
}
.headercontent h3 span {
    color: #ff3600;
}
.teamwrapper {
    margin-top: -85px;
    position: relative;
    z-index: -1;
    padding: 7em 0;
    background-position: center !important;
}
.teamwrapper:before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000eb;
    position: absolute;
}
.teamcontent {
    text-align: center;
    padding: 3em 13%;
}
.contentside h2 span {
    color: #ff3600;
}
.contentside h2 {
    font-size: 35px;
}
.membersarea {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-items: stretch;
    justify-items: stretch;
    display: grid;
    margin-right: 60px;
}
.singlemember {
    text-align: center;
    flex-direction: column;
    flex: none;
    justify-content: flex-start;
    align-self: stretch;
    align-items: stretch;
    display: flex;
    position: relative;
    height: 450px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 25px;
}
.singlemember a:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: -1px;
    height: 101%;
    width: 100%;
    background: linear-gradient(rgb(2 2 2 / 7%) 20%, #020202);
    border: 1px solid #1e1e1e94;
    z-index: 1;
}
.playerdet {
    position: absolute;
    bottom: 15px;
    left: 45%;
    transform: translateX(-50%);
    z-index: 2;
}
.singlemember:after {
    content: '';
    position: absolute;
    top: 0;
    left: -400px;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 10%);
    transform: skewX(-30deg);
    transition: 0.3s;
    z-index: 2;
}
.playerdet {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.singlemember h3 {
    font-size: 25px;
    text-transform: uppercase;
    margin-top: 25px;
}
.singlemember span {
    margin-top: 8px;
    text-transform: uppercase;
    font-size: 17px;
    color: #ffffff;
    background: #ff3600;
    padding: 1px 5px;
    display: block;
    transform: skew(-12deg);
    font-family: 'Epilogue';
    font-weight: 700;
}
.membersocial {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 10px 0;
    line-height: 1;
}
.membersocial li {
    font-size: 21px;
    color: #ff3600;
}
.singlemember img {
    width: 100%;
    position: relative;
    object-fit: cover;
    height: 100%;
}
.coacharea {
    margin-top: 7%;
}
.singlemember a {
    height: 100%;
}
span.spacinghere {
    height: 5em;
    display: block;
}
.player-area {
    width: 60%;
    margin: auto;
    background: #0a0a0a;
    border-radius: 30px;
    margin-top: -5%;
    margin-bottom: 4%;
    padding: 20px;
    display: flex;
    gap: 25px;
}
.lefty img {
    height: 100%;
    border-radius: 30px;
}
.lefty {
    flex: 1 30%;
}
.righty {
    flex: 1 65%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
}
.righty h3 {
    font-size: 30px!important;
}
.righty span {
    color: #ff3600;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 19px;
}
ul.plsocials {
    display: flex;
    gap: 15px;
    list-style: none;
    padding: 0;
}
.righty p {
    margin-bottom: 10px;
}
ul.plsocials li a {
    border: 2px solid #fff;
    transition: .3s all ease-out;
    border-radius: 50%;
    line-height: 1;
    height: 36px;
    width: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
ul.plsocials li a:hover {
    color: #ff3600;
    border-color: #ff3600;
}
.kickicon {
    width: 18px;
    height: 18px;
}
.singlemember:hover:after {
    left: 400px;
}
.mySwiper .arrs {
    right: 45px;
}
@media screen and (max-width: 480px){
    .single-roster {
        height: 500px !important;
    }
    .baritem span {
        font-size: 25px;
    }
    .bar {
        padding: 5px;
    }
    .mat-title .split-line:before {
        width: 0;
    }
    .single-prd img {
        border-radius: 20px !important;
        height: 400px !important;
    }
    .single-prd a:before {
        top: 18px;
        width: 30%;
        text-align: center;
        font-size: 16px;
    }
    .elementor-swiper-button.elementor-swiper-button-next {
        bottom: -30px;
        top: auto !important;
        transform: none !important;
        right: 30% !important;
    }
    .elementor-swiper-button.elementor-swiper-button-prev {
        top: auto !important;
        left: 32% !important;
        transform: none !important;
        bottom: -30px;
    }
    .mySwiper .arrs {
        right: 15px;
    }
        span.game {
        display: flex;
        align-items: center;
    }
    .gamelogo {
        height: 48px !important;
        position: absolute;
        top: 45%;
        left: 51%;
        transform: translateX(-50%);
        z-index: 9;
    }
    .loop .single-roster {
        height: auto !important;
        width: 48%;
    }
    .teamcontent {
        text-align: center;
        padding: 2em 15%;
    }
    .membersarea {
        grid-template-columns: 1fr;
        grid-row-gap: 2rem;
        margin-right: 0!important;
    }
    .player-area {
        width: 79%;
        margin-top: -35%;
        flex-direction: column;
    }
    .hamburger-nav.type3 .hamburger-nav-holder {
        width: 100%;
    }
    .hamburger-nav.type3 .menu {
        width: 100vw;
    }
    .hamburger-nav.type3 .menu .mega-menu-item > a span {
        font-size: 50px;
    }.hamburger-nav.type3 .menu .mega-menu-item > a {
        overflow: hidden;
        padding-left: 4.25rem !important;
    }
}

















