/*scroll*/
::selection {
    background: #895ffc;
    color: #fff;
    text-shadow: none;
}

::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
    display: none;
}

::-webkit-scrollbar-track-piece {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #dedede;
}

::-webkit-scrollbar-thumb:vertical {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-image: linear-gradient(#550a00,#ff3b21);
}

/*body*/
.overflw {
    overflow: hidden;
}

[class^="box-"] {
    display: none
}

    [class^="box-"].showfirst {
        display: block
    }

img {
    max-width: 100%;
    height: auto;
}

a:hover {
    text-decoration: none;
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
}

p {
    line-height: 1.4;
}

body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-family: 'Poppins';
}

.container {
    max-width: 1400px;
    width: 100%;
}

/*padding*/
.pad0 {
    padding: 0;
}

.padL {
    padding-left: 0;
}

.padR {
    padding-right: 0;
}

.pad-top {
    padding-top: 60px;
}

.pad-btm {
    padding-bottom: 40px;
}

/*botton*/
.btn-a {
    background-color: #1f1f1f;
    border: 2px solid #1f1f1f;
    border-radius: 50px;
    color: #ff3b21;
    padding: 15px 40px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

    .btn-a:hover {
        background-color: #ff3b21;
        border: 2px solid #ff3b21;
        color: #1f1f1f;
    }

.btn-b {
    font-size: 23px;
    color: #fff;
    background-color: #ff3b21;
    border: 2px solid #ff3b21;
    padding: 25px 120px;
    border-radius: 20px;
    transition: all 0.5s;
    display: inline-block;
}

    .btn-b:hover {
        background-color: transparent;
        color: #ff3b21;
    }

.btn-c {
    font-size: 16px;
    color: #fff;
    background-color: #ff3b21;
    border: 2px solid #ff3b21;
    padding: 20px 90px;
    border-radius: 20px;
    transition: all 0.5s;
    display: inline-block;
}

    .btn-c:hover {
        background-color: transparent;
        color: #ff3b21;
    }
/*heading*/
.m1-h h3 {
    font-size: 59px;
    color: #303030;
    font-weight: 600;
    margin-bottom: 50px;
}

.m1-h h4 {
    font-size: 40px;
    color: #383838;
    font-weight: 900;
}

.m1-h h5 {
    font-size: 27px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
}

.m1-h h2 {
    font-size: 47px;
    color: #383838;
    font-weight: 900;
    margin-bottom: 30px;
}

.m1-h h1 {
    font-size: 72px;
    color: #ff3b21;
    font-weight: 700;
}

.m1-h h6 {
    font-size: 21px;
    color: #383838;
    margin-bottom: 10px;
    font-weight: 600;
}

/*paragrape*/
.p1 p {
    font-size: 21px;
    color: #1a140a;
}

.p2 p {
    font-size: 14px;
    color: #fff;
}

.p3 p {
    font-size: 17px;
    color: #383838;
}

.p4 p {
}

.p5 p {
}


/* Hamburger Menu */
.menu-Bar {
    width: 30px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0px;
    margin: auto;
    z-index: 22;
    display: none;
}

    .menu-Bar span {
        display: block;
        height: 4px;
        width: 100%;
        background: #FFF;
        position: absolute;
        transition: .6s all;
        border-radius: 100px;
    }

        .menu-Bar span:nth-child(1) {
            top: 0;
        }

        .menu-Bar span:nth-child(2) {
            top: 8px;
            transform-origin: left;
        }

        .menu-Bar span:nth-child(3) {
            top: 16px;
        }

    .menu-Bar.open span {
        background: #fff;
    }

        .menu-Bar.open span:nth-child(1) {
            transform: rotate(45deg);
            top: 12px;
            transform-origin: right-center;
        }

        .menu-Bar.open span:nth-child(2) {
            width: 0;
            opacity: 0;
        }

        .menu-Bar.open span:nth-child(3) {
            transform: rotate(-45deg);
            top: 12px;
            transform-origin: right-center;
        }

/* click search field */
#demo-2 input[type=search] {
    width: 30px;
    height: 30px;
    color: #000;
    cursor: pointer;
    border: 1px solid #fff;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border-radius: 20px;
}

#demo-2 input[type=search] {
    background: #fff url(https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;
    border: solid 1px transparent;
    padding: 9px 10px 9px 32px;
    width: 45px;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    background-color: transparent;
}

form#demo-2 {
    position: absolute;
    top: -20px;
}

.serch {
    position: relative;
}

#demo-2 input[type=search]:focus {
    width: 220px;
    padding-left: 32px;
    color: #000;
    background-color: #fff;
    cursor: auto;
    border-radius: 20px;
    border: 1px solid #f5821f;
}

/* sticky header */
/* header.sticky{background:#fff;box-shadow:0 8px 6px -6px #D3D3D3;-webkit-transition-duration:0.4s;transition-duration:0.4s;}
header{position:fixed;width:100%;    background: #fff;background-color:transparent;color:#fff;-webkit-transition:all 0.4s ease;transition:all 0.4s ease;z-index:1;}
 */



/*top-header*/

/*header*/
.header-logo {
}

.menu {
    display: flex;
    align-items: center;
    justify-content:  space-evenly;
    max-width: 924px;
}

    ul.menu {
        list-style: none;
    }

    .menu li {
        /* margin: 0 20px; */
    }

        .menu li.first {
            /* margin-left: 0; */
        }

        .menu li.last {
            margin-right: 0;
        }

        .menu li a {
            font-size: 17px;
            color: #fff;
        }

header {
    padding-top: 10px;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.header-btn {
    display: flex;
    align-items: center;
}

    .header-btn > div {
        margin: 0 5px;
    }

        .header-btn > div:nth-child(1) {
            margin-left: 0;
        }

        .header-btn > div:nth-child(2) {
            margin-right: 0;
        }
/*main-banner*/
/*max-width size and smaller*/
/*min-width size and larger*/
.main-banner {
    width: 100%;
    height: 420px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.sub-banner {
    padding-top: 100px;
    width: 100%;
    height: 450px;
    background-size: cover;
    background-position: center;
    position: relative;
    color: white;
}

.subPageBanner {
    width: 100%;
    height: 450px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.sub-banner-small {
    padding-top: 100px;
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center;
    position: relative;
    color: white;
}

.subPageBanner-small {
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center;
    position: relative;
}



.body-section {
    margin-top: 110px;
}

.banner-hd {
    padding: 120px 0 0px;
}

    .banner-hd h3 {
        font-size: 50px;
        color: #fff;
        font-weight: 400;
        margin-bottom: 20px;
    }

    .banner-hd h5 {
        font-size: 45px;
        color: #fff;
        font-weight: 500;
        margin-bottom: 20px;
    }

    .banner-hd h1 {
        font-size: 90px;
        color: #fff;
        font-weight: 700;
        margin-bottom: 25px;
    }

        .banner-hd h1 span {
            color: #ff3b21;
        }

    .banner-hd p {
        font-size: 20px;
        color: #fff;
        line-height: 1.5;
        margin-bottom: 55px;
    }

.banner-btn {
    font-size: 23px;
    color: #fff;
    background-color: #ff3b21;
    border: 2px solid #ff3b21;
    padding: 25px 130px;
    border-radius: 30px;
    transition: all 0.5s;
    display: inline-block;
}

    .banner-btn:hover {
        background-color: white;
        color: #ff3b21;
    }

@media only screen and (max-width: 600px) {
    .body-section {
        margin-top: 30px;
    }

    .main-banner {
        width: 100%;
        height: 240px;
        background-size: cover;
        background-position: center;
        position: relative;
    }

    .banner-hd {
        padding: 40px 0 25px;
    }

        .banner-hd h3 {
            font-size: 30px;
            color: #fff;
            font-weight: 400;
            margin-bottom: 20px;
        }

        .banner-hd h5 {
            font-size: 45px;
            color: #fff;
            font-weight: 500;
            margin-bottom: 20px;
        }

        .banner-hd h1 {
            font-size: 90px;
            color: #fff;
            font-weight: 700;
            margin-bottom: 25px;
        }

            .banner-hd h1 span {
                color: #ff3b21;
            }

        .banner-hd p {
            font-size: 20px;
            color: #fff;
            line-height: 1.5;
            margin-bottom: 55px;
        }

    .banner-btn {
        font-size: 23px;
        color: #fff;
        background-color: #ff3b21;
        border: 2px solid #ff3b21;
        padding: 25px 130px;
        border-radius: 30px;
        transition: all 0.5s;
        display: inline-block;
    }

        .banner-btn:hover {
            background-color: transparent;
            color: #ff3b21;
        }

}



.league-btn {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #fff;
    /*background-color: #ff3b21;*/
    background-color: #B82214;
    border: 2px solid #B82214;
    padding: 15px 15px;
    border-radius: 10px;
    transition: all 0.5s;
    display: inline-block;
    text-decoration: none;
}

    .league-btn:hover {
        background-color: transparent;
        color: #ff3b21;
    }
/*index-page*/
.news-list {
    display: flex;
    align-items: center;
}

    .news-list h4 {
        font-size: 45px;
        color: #fff;
        font-weight: 200;
    }

    .news-list p {
        font-size: 23px;
        color: #fff;
        font-weight: 200;
        padding-left: 40px;
        padding-top: 5px;
    }

.news {
    padding: 20px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    bottom: 6%;
    left: 0;
    width: 100%;
}

.news-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px;
    border: 2px solid #d0d0d0;
    margin-top: -3px;
}

    .news-content p {
        font-size: 21px;
        color: #151515;
    }

    .news-content a i {
        font-size: 25px;
        color: #ff3b21;
        padding-left: 10px;
    }

.sec-2 {
    margin-top: -25px;
}

.about-content a {
    margin-top: 70px;
}

.about-img img {
    filter: drop-shadow(2px 4px 10px rgba(0, 0, 0, 0.534));
}

.section {
    padding: 100px 0;
}

.dart-img {
    position: absolute;
    bottom: 10%;
    left: 45%;
    transform: translateX(-45%);
}

.about-sec {
    position: relative;
}

.line {
    width: 100%;
    height: 1px;
    background-color: #b8b8b8;
}

.inner-line {
    width: 25%;
    height: 2px;
    background-color: #ff3b21;
}

.matches {
    background-image: url(../images/woodback2.jpeg);
    background-size: cover;
    background-position: center;
    filter: drop-shadow(1px 1px 8px rgba(0, 0, 0, 0.452));
    padding: 70px 0 0 0;
    border-radius: 70px;
    margin: 50px 0 70px;
}

.team-score h5 {
    font-size: 29px;
    color: #fff;
    font-weight: 800;
}

.team-points {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
}

.colon {
    margin: 0 40px;
}

    .colon h1 {
        color: #fff !important;
    }

.home-team {
    color: #a8ff4b;
}

.guest-team {
    color: #ffffff;
}

.team {
    font-weight: 700;
    font-style: italic;
}

    .team h1 {
        font-size: 90px;
    }

    .team h2 {
        font-size: 80px;
    }

    .team h3 {
        font-size: 80px;
    }

    .team h4 {
        font-size: 60px;
    }

    .team h5 {
        font-size: 35px;
    }

    .team h6 {
        font-size: 30px;
    }

span.team-winloss {
    font: var(--bs-font-monospace);
    font-size: .65rem;
    font-weight: 600;
    color: var(--bs-dark);
    display: block;
}

.text-neon {
    color: #000;
    text-shadow: 0 0 7px #fff, 0 0 10px #fff, 0 0 21px #fff, 0 0 42px #b82214, 0 0 82px #b82214, 0 0 92px #b82214, 0 0 102px #b82214, 0 0 151px #b82214;
}

.text-neon-outline-red {
    border: 0.2rem solid #fff;
    border-radius: 2rem;
    padding: 0.7em;
    margin: .7rem;
    box-shadow: 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 .5rem #b82214, 0 0 0.8rem #b82214, 0 0 2.8rem #b82214, inset 0 0 1.3rem #b82214;
}

.slash {
    color: #cdcdcd;
    font-weight: 400;
    padding: 0 5px;
}

.team-num {
    color: #ff3b21;
}

.result h6 {
    font-size: 17px;
    color: #a8ff4b;
}

.team-hd h1 {
    font-size: 60px;
    color: #fff;
    font-weight: 900;
    margin-top: 30px;
}

.team-hd h2 {
    font-size: 50px;
    color: #fff;
    font-weight: 900;
    margin-top: 30px;
}

.team-hd h3 {
    font-size: 45px;
    color: #fff;
    font-weight: 900;
    margin-top: 30px;
}

.team-hd h4 {
    font-size: 35px;
    color: #fff;
    font-weight: 900;
    margin-top: 30px;
}

.team-hd h5 {
    font-size: 25px;
    color: #fff;
    font-weight: 900;
    margin-top: 30px;
}

.team-hd h6 {
    font-size: 18px;
    color: #fff;
    font-weight: 900;
    margin-top: 30px;
}

.match-info {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
    background-color: #1a1a1a;
    border-radius: 0 0 50px 50px;
    margin-top: 70px;
}

    .match-info > div p {
        font-size: 17px;
        color: #fff;
    }

        .match-info > div p i {
            font-size: 25px;
            padding-right: 10px;
            vertical-align: middle;
        }

    .match-info > div {
        margin: 0 50px;
    }

.join-us {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 40px;
    margin-bottom: 45px;
    border-bottom: 1px solid #fff;
    padding-right: 40px;
}

.join-us-sec {
    background-image: url(../images/banner/bg3.png);
    background-size: cover;
    background-position: center;
}

.join-us > div:nth-child(1) {
    width: 80%;
}

.teams-hd {
    margin-bottom: 70px;
}

.team-box-name p {
    font-size: 17px;
    color: #383838;
    font-weight: 600;
}

.team-box-img {
    margin-bottom: 30px;
    height: 140px;
}

.teams {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -2px;
}

    .teams > div {
        width: 20%;
        padding: 20px 2px;
    }

.team-box {
    padding: 40px 0;
    background-color: #fafafa;
    border: 1px solid #cccccc;
    border-radius: 10px;
    text-align: center;
}

.teams-btn {
    margin-top: 30px;
}

    .teams-btn a {
        filter: drop-shadow(1px 1px 8px rgba(0, 0, 0, 0.637));
    }

.dart-2 {
    position: absolute;
    bottom: 0;
    left: 1%;
}

.team-sec {
    position: relative;
}

.info-hd h5 {
    font-size: 29px;
    color: #383838;
    font-weight: 600;
}

.info-c {
    max-width: 1500px;
}

.info-box {
    background-image: url(../images/info-bg.png);
    background-size: cover;
    background-position: center;
    filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.534));
    padding: 0 0px 30px;
    border-radius: 30px;
    margin-top: 30px;
    height: 360px;
    overflow: hidden;
}

.match-teams {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 80px 0 35px;
    padding: 0 40px;
}

.next-match-team-name p {
    font-size: 19px;
    color: #383838;
    font-weight: 800;
}

.next-match-team-img {
    margin-bottom: 15px;
    text-align: center;
}

    .next-match-team-img img {
        filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.562));
    }

.next-match-box h6 {
    font-size: 16px;
    color: #ff3b21;
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
    text-align: center;
}

.next-match-box > p {
    padding: 10px 30px;
    font-size: 14px;
    color: #363636;
    border-radius: 100px;
    filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.123));
    background-color: #fff;
    text-align: center;
    margin: 0 30px;
}

.vs h6 {
    font-size: 46px;
    color: #ff3b21;
    font-weight: 900;
}

.information-sec {
    padding-bottom: 100px;
}

.upcoming-team {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
    width: 100%;
    text-align: center;
}

    .upcoming-team > div:nth-child(2) {
        margin: 0 30px;
    }

.upcoming-team-names {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

    .upcoming-team-names > div p {
        font-size: 11px;
        color: #383838;
        width: 80px;
    }

    .upcoming-team-names > div h6 {
        padding: 10px;
        text-align: center;
        border-radius: 100%;
        background-color: #ff3b21;
        color: #fff;
        font-size: 11px;
        margin: 0 10px;
    }

.upcoming-team h5 {
    font-size: 10px;
    color: #353535;
}

.upcoming-team-img {
    width: 60px;
    height: 60px;
}

.upcoming-btn a div {
    width: 100%;
    padding: 20px 0;
    background-color: #ff3b21;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    border-radius: 0 0 30px 30px;
}

    .upcoming-btn a div i {
        font-size: 20px;
        vertical-align: middle;
        padding-right: 10px;
    }

.upcoming-match-box {
    padding-bottom: 0;
}

.satndings-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .satndings-btn li {
        width: 100%;
    }

        .satndings-btn li::marker {
            content: "";
            background-color: #ff3b21;
        }

        .satndings-btn li a {
            text-decoration: none;
        }

            .satndings-btn li a div {
                width: 100%;
                text-align: center;
                padding: 20px 40px;
                background-color: #e9e9e9;
                color: #414141;
            }

        .satndings-btn li.first {
            border-radius: 30px 0 0 0;
            /*background-color: #ff3b21;*/
        }

        .satndings-btn li.last {
            border-radius: 0 30px 0 0;
        }

        .satndings-btn li.current a div {
            background-color: #ff3b21;
            color: #fff;
        }

.home-standing-chart {
    width: 100%;
}

.home-standing-chart-dark {
    background-color: #888888;
}

.home-standing-chart tr {
    border-bottom: 1px solid #cacaca;
}

    .home-standing-chart tr th {
        color: #fff;
        font-size: 15px;
        padding: 15px 15px;
    }

    .home-standing-chart tr td {
        font-size: 15px;
        color: #363636;
        padding: 15px 15px;
    }

.team-captain-hd {
    margin-bottom: 30px;
}

.captain-name h5 {
    color: #383838 !important;
    margin-bottom: 5px;
}

.captain-name-and-number {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.captain-number h1 span {
    font-size: 60px;
}

.captain-btn a {
    filter: drop-shadow(1px 1px 8px rgba(0, 0, 0, 0.637));
}

.captain-btn {
    margin-top: 30px;
}

.event-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
}

.event-name-and-location p {
    font-size: 13px;
    color: #363636;
}

    .event-name-and-location p i {
        font-size: 20px;
        vertical-align: middle;
        padding-right: 5px;
    }

.event-date-and-time p i {
    font-size: 20px;
    vertical-align: middle;
    padding-right: 10px;
}

.event-date-and-time p {
    font-size: 14px;
    color: #363636;
    padding: 5px 0;
}

.event-box {
    margin: 30px 0;
}

.event-btn a {
    filter: drop-shadow(1px 1px 8px rgba(0, 0, 0, 0.637));
}

.sign-up-hd h3 {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}

.sign-up-hd p {
    font-size: 16px;
    color: #fff;
}

.sign-up-field {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
    filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.548));
}

    .sign-up-field input {
        background-color: #fff;
        padding: 15px 30px;
        color: #211f1f;
        font-size: 21px;
        border: none;
        width: 100%;
    }

    .sign-up-field::placeholder {
        color: #211f1f;
        font-size: 21px;
    }

.sign-up-btn {
    padding: 20px 50px !important;
    color: #fff !important;
    font-size: 21px;
    background-color: #ff3b21 !important;
    border-radius: 10px;
    filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.548));
    width: auto !important;
}

.sign-up-sec {
    background-image: url(../images/banner/bg4.png);
    background-size: cover;
    background-position: center;
    padding: 75px 0;
    position: relative;
}

.circle {
    position: absolute;
    right: 0;
    top: -30%;
}

/*footer*/
footer {
    padding: 50px 0;
}

.social-icons {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

    .social-icons > div {
        margin: 0 15px;
    }

        .social-icons > div:nth-child(1) {
            margin-left: 0;
        }

        .social-icons > div:nth-child(3) {
            margin-right: 0;
        }

        .social-icons > div a i {
            width: 35px;
            height: 35px;
            line-height: 34px;
            text-align: center;
            border-radius: 100%;
            color: #8e9090;
            border: 2px solid #8e9090;
        }

.fot-logo {
    margin-bottom: 50px;
}

.widget h6 {
    font-size: 18px;
    color: #2a2a2a;
    margin-bottom: 30px;
    font-weight: 600;
}

.tweets li p {
    font-size: 14px;
    color: #2a2a2a;
    line-height: 1.8;
}

.tweets li::before {
    content: "\f099";
    font-family: "Font Awesome 5";
    position: absolute;
    top: 3%;
    left: 0%;
    color: #07acff;
    font-size: 20px;
}

.tweets li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #cccccc;
}

    .tweets li.last {
        margin-bottom: 0;
        border-bottom: none;
    }

.fot-list li {
    margin-bottom: 20px;
}

    .fot-list li a {
        font-size: 16px;
        color: #1d1d1d;
    }

.copyright-hd p {
    font-size: 15px;
    color: #1d1d1d;
}

.copyright-hd {
    padding: 30px 0;
    border-top: 1px solid #cccccc;
}
/*inner-pages*/

/* ABOUT PAGE */
.inner-banner-hd h1 {
    margin-bottom: 0;
}

.inner-banner-hd {
    padding: 320px 0 240px;
}

.about-inner-pad {
    padding-bottom: 100px;
}

.inner-dart-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.inneranner {
    background-size: cover;
    background-position: center;
}

/* CONTACT PAGE */
.contact-content h6 {
    font-size: 29px;
    color: #383838;
    font-weight: 500;
    margin-bottom: 10px;
}

.contact-content p {
    font-size: 17px;
    color: #ff3b21;
    margin-bottom: 15px;
}

.contact-content a {
    font-size: 15px;
    color: #383838;
    display: block;
    margin: 5px 0;
}

    .contact-content a i {
        font-size: 20px;
        padding-right: 10px;
        vertical-align: middle;
    }

.contact-content {
    padding-top: 20px;
}

.contact-box {
    padding: 45px 0;
}
/* SHEDULE PAGE */
.shedule-team-img {
    width: 100px !important;
    height: 105px !important;
}

.shedule-info-box {
    height: auto !important;
}

.shedule-team-names p {
    font-size: 17px !important;
    width: 100px !important;
}

.shedule-team-names h6 {
    font-size: 15px !important;
}

.shedule-team h5 {
    font-size: 15px !important;
}

.shedule-hd h1 {
    font-size: 90px;
    color: #ff3b21;
    font-weight: 700;
}

.shedule-hd h3 {
    font-size: 60px;
    color: #383838;
    font-weight: 600;
    margin-bottom: 50px;
    font-style: italic;
}

    .shedule-hd h3 .red {
        color: #ff3b21;
    }

    .shedule-hd h3 .blue {
        color: #3921d0;
    }

.shedule-box {
    padding: 50px 0;
}

.shedule-info-box {
    margin: 0 !important;
}

.schedule-table td {
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 35px;
}

    .schedule-table td.team-column {
        color: var(--bs-primary);
    }

.schedule-table span.team-name {
    display: block;
    font-size: 24px;
    font-weight: 700;
}

.schedule-table span.team-winloss {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: var(--bs-danger);
}

.schedule-table span.team-pwl-title {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: var(--bs-secondary);
}

.schedule-table span.venue-name {
    display: block;
    font-size: 18px;
    font-weight: 700;
}

@media only screen and (max-width: 600px) {
    .result-sec {
        background-color: var(--bs-dark);
        color: var(--bs-light);
    }

    .result-hd h4 {
        font-size: 14px;
        font-weight: 700;
        padding: 10px;
    }

    .schedule-table > td {
        padding-bottom: 35px;
        white-space: nowrap;
    }

        .schedule-table > td.team-column {
            /*color: var(--bs-warning);*/
        }

    .schedule-table span.team-name {
        display: block;
        font-size: 13px;
        font-weight: 700;
        color: var(--bs-warning);
    }

    .schedule-table span.team-winloss {
        display: block;
        font-size: 12px;
        font-weight: 700;
        color: var(--bs-danger);
    }

    .schedule-table span.team-pwl-title {
        display: block;
        font-size: 10px;
        color: var(--bs-secondary);
    }

    td.venue-column {
        color: var(--bs-white);
        font-size: 12px;
        font-weight: 200;
        color: var(--bs-white);
    }

    .schedule-table span.venue-name {
        display: block;
        font-size: 14px;
        font-weight: 400;
        color: var(--bs-white);
    }
}
/* LOGIN AND SIGNUP PAGE */
.login-and-signup-top {
    padding-top: 40px;
}

.login-and-signup-sec {
    background-size: cover;
    background-position: center;
}

.home a {
    font-size: 19px;
    color: #ff3b21;
}

    .home a i {
        font-size: 25px;
        vertical-align: middle;
        padding-right: 10px;
    }

.login-and-signup-hd h3 {
    font-size: 60px;
    color: #ff3b21;
    font-weight: 700;
    margin-bottom: 10px;
}

.login-and-signup-hd p {
    font-size: 14px;
    color: #303030;
}

.login-content {
    padding: 150px 0 260px 0;
}

.login-and-signup-field {
    display: flex;
    align-items: center;
    filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.274));
    background-color: #fff;
    padding: 0 25px;
    border-radius: 15px;
    margin-bottom: 25px;
}

    .login-and-signup-field input {
        border: none;
        background-color: transparent;
        width: 100%;
        font-size: 17px;
        color: #383838;
        padding: 15px 0;
    }

        .login-and-signup-field input::placeholder {
            font-size: 17px;
            color: #383838;
        }

    .login-and-signup-field i {
        font-size: 25px;
        color: #383838;
        padding-right: 30px;
    }

.main-field {
    width: 100%;
}

.forget-password a {
    font-size: 16px;
    color: #ff3b21;
}

.forget-password {
    text-align: right;
}

.login-and-signup-btn {
    border: none;
    padding: 20px 0;
    background-color: #ff3b21;
    width: 100%;
    color: #fff;
    border-radius: 15px;
    filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.274));
    font-size: 20px;
    margin-top: 35px;
}

.login-and-signup-hd {
    margin-bottom: 30px;
}

.signup-content {
    padding: 170px 0 40px;
}

.already-account {
    font-size: 15px;
    color: #383838;
    padding-top: 30px;
    text-align: center;
}

    .already-account a {
        color: #ff3b21;
        font-weight: 600;
    }

/* DASHBOARD SHEDULE PAGE */
.dashboard-menu li a {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    padding: 25px 30px;
    background-color: transparent;
    width: 100%;
}

.dashboard-sidebar {
    background-color: #353535;
    border-radius: 0 50px 50px 0;
    border-right: 10px solid #ff3b21;
    padding: 50px 0;
    filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.651));
    height: 100vh;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: fixed;
    width: 25%;
}

.dashboard-cross {
    display: none;
}

.dashboard-menu li.active a {
    background-color: #ff3b21;
    position: relative;
    border-right: 1px solid #353535;
}

    .dashboard-menu li.active a::before {
        content: "";
        width: 10px;
        height: 100%;
        background-color: #ac2816;
        position: absolute;
        top: 0;
        left: 0;
    }

.dashboard-logo {
    padding-left: 30px;
    /* margin-bottom: 90px; */
}

.dashboard-menu {
    /* margin-bottom: 310px; */
}

.logout-btn {
    padding-left: 30px;
}

    .logout-btn a {
        padding: 20px 50px;
        background-color: #ff3b21;
        color: #fff;
        border-radius: 30px;
        font-size: 16px;
        display: inline-block;
        border: 2px solid #ff3b21;
        transition: all 0.5s;
    }

        .logout-btn a:hover {
            background-color: #fff;
            color: #ff3b21;
        }

.dashboard-top {
    padding: 50px 150px 40px;
    background-color: #eaeaea;
    filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.562));
}

.dashboard-top-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dashboard-top-match-shedule-hd h3 {
    font-size: 36px;
    color: #515151;
    margin-bottom: 10px;
    font-weight: 700;
}

.dashboard-top-match-shedule-hd p {
    font-size: 18px;
    color: #515151;
}

.captain-list {
    display: flex;
    align-items: center;
}

    .captain-list > div:nth-child(1) {
        margin-right: 10px;
    }

    .captain-list h6 {
        font-size: 20px;
        color: #414141;
        margin-bottom: 5px;
        font-weight: 500;
    }

    .captain-list p {
        font-size: 14px;
        color: #ff3b21;
        font-weight: 500;
    }

.dashboard-bg {
    padding: 0 150px;
    /* height: calc(100vh - 16vh); */
}

.dashboard-match-shedule-btns {
    display: flex;
    align-items: center;
    margin: 30px 0;
}

    .dashboard-match-shedule-btns li {
        padding-right: 30px;
    }

        .dashboard-match-shedule-btns li.last {
            margin-right: 0px;
        }

        .dashboard-match-shedule-btns li a {
            font-size: 20px;
            color: #515151;
            background-color: #fff;
            padding: 15px 30px;
            border-radius: 30px;
            filter: drop-shadow(1px 1px 8px rgba(0, 0, 0, 0.452));
            display: inline-block;
        }

        .dashboard-match-shedule-btns li.current a {
            color: #fff;
            background-color: #ff3b21;
        }

.dashboard-team {
    max-width: 670px;
}

.dashboard-match-shedule-hd h1 {
    font-size: 84px;
    font-weight: 900;
    color: #4b4b4b;
    text-align: right;
    font-style: italic;
}

    .dashboard-match-shedule-hd h1 span {
        color: #ff3b21;
    }

.dashboard-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dashboard-dart {
    position: absolute;
    top: 60%;
    right: 0;
    transform: translateY(-50%);
    z-index: -1;
}

.dashboard-match-shedule-list {
    height: 690px;
    overflow: auto;
}

.dashboard-match-shedule-sec {
    /* height: 100vh; */
    overflow: hidden;
}

/* DASHBOARD MY STATS PAGE*/
.stats-btns {
    width: 90%;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    background-color: #ff3b21 !important;
    position: relative;
}
    /* .stats-btns::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0%;
	width: 12%;
	background-color: #de331d;
	clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
	height: 100%;
	z-index: -1;
}
.stats-btns::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0%;
	width: 12%;
	background-color: #de331d;
	clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
	height: 100%;
	z-index: -1;
} */
    .stats-btns th {
        font-size: 30px;
        color: #fff;
        font-weight: 600;
        padding: 30px 50px;
        text-align: center;
    }

.mystats {
    filter: drop-shadow(1px 1px 8px rgba(0, 0, 0, 0.568));
    width: 80%;
    margin: 0 auto;
    margin-top: 60px;
}

    .mystats tbody {
        width: 80%;
        margin: 0 auto;
    }

    .mystats thead {
        transform: scaleX(1.15);
    }

    .mystats tr:nth-child(even) {
        background-color: #d1d3d4;
    }

    .mystats tr:nth-child(odd) {
        background-color: #fff;
    }

    .mystats tr th {
        font-size: 30px;
        color: #fff;
        font-weight: 600;
        transform: scaleX(0.8);
    }

    .mystats tbody tr:nth-child(even) td:nth-child(1) {
        font-size: 23px;
        color: #2b2b2b;
        font-weight: 500;
        padding: 0 30px;
    }

    .mystats tbody tr:nth-child(even) td:nth-child(2) {
        font-size: 21px;
        color: #2b2b2b;
    }

    .mystats tbody tr td:nth-child(2) {
        padding: 0 25px;
        text-align: center;
    }

    .mystats tbody tr td:nth-child(3) {
        text-align: center;
    }

    .mystats tbody tr td {
        border-left: 1px solid rgba(0, 0, 0, 0.301);
        min-height: 50px;
    }

        .mystats tbody tr td:nth-child(1) {
            border-left: none;
        }

    .mystats tbody tr:nth-child(even) td:nth-child(2) span {
        color: #f16856;
    }

    .mystats tbody tr:nth-child(even) td:nth-child(3) {
        font-size: 21px;
        font-weight: 600;
    }

    .mystats tbody tr.active {
        background-color: #ff5943;
        filter: drop-shadow(1px 1px 8px rgba(0, 0, 0, 0.568));
    }

.green {
    color: #1e9d00 !important;
}

.red {
    color: #e31010 !important;
}

.yellow {
    color: #ffc11a !important;
}

.mystats tbody tr:nth-child(odd) td:nth-child(2) {
    font-size: 30px;
    font-weight: 600;
    color: #000;
}

.mystats tbody tr:nth-child(odd) td:nth-child(3) {
    font-size: 23px;
    font-weight: 600;
}

.table-f {
    display: flex;
    align-items: center;
    justify-content: start;
}

    .table-f li {
        padding: 15px 25px;
        width: 25%;
    }

.table-f2 li {
    width: 50%;
}
/* DASHBOARD MYSTATS VS OTHERPLAYER */
.mystats-vs-otherplayer {
    display: flex;
    align-items: flex-start;
    width: 80%;
    margin: 100px auto 0 auto;
}

    .mystats-vs-otherplayer > div:nth-child(2) {
        width: 30%;
    }

    .mystats-vs-otherplayer > div {
        width: 100%;
    }

.mystats-vs-otherplayer-hd h3 {
    font-size: 32px;
    color: #ff3b21;
    font-weight: 700;
    margin-bottom: 60px;
}

.mystats-vs-otherplayer-captain {
    padding-bottom: 20px;
    border-bottom: 5px solid #f8bd82;
}

.mystats-vs-otherplayer-table {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
    background-color: #fff;
    filter: drop-shadow(1px 1px 8px rgba(0, 0, 0, 0.568));
    padding: 25px 15px;
    width: 100%;
    text-align: center;
}

    .mystats-vs-otherplayer-table > div {
        width: 33.33%;
    }

        .mystats-vs-otherplayer-table > div p {
            font-size: 16px;
            color: #515151;
            font-weight: 500;
        }

.mystats-vs-otherplayer-border {
    width: 80%;
    height: 5px;
    background-color: #ff8f21;
    margin: 15px 0 30px;
}

.tablelast {
    padding: 25px 0 !important;
    background-color: transparent !important;
    filter: drop-shadow(none);
    margin-bottom: 0 !important;
}

    .tablelast > div {
        width: 50% !important;
    }

.mystats-vs-otherplayer-hd h1 {
    font-size: 90px;
    color: #4f4f4f;
    font-weight: 900;
    padding: 100px 20px;
}

.orange {
    color: #ff8f21 !important;
}

.greenish {
    background-color: #d8da2f !important;
}

.captain-reverse {
    flex-direction: row-reverse;
    justify-content: end;
    text-align: right;
}

    .captain-reverse > div:nth-child(1) {
        margin-right: 0px !important;
        margin-left: 10px;
    }

.otherplayer-border-right {
    margin-left: auto;
}

.tablelast > div:nth-child(1) {
    text-align: left;
}

.tablelast > div:nth-child(2) {
    text-align: end;
}

.mystats-vs-otherplayer-hd select {
    padding: 10px 30px;
    background-color: #fff;
    border: none;
    filter: drop-shadow(1px 1px 8px rgba(0, 0, 0, 0.5));
    margin-bottom: 50px;
}

.team-list-ban > div:nth-child(1) {
    background-color: #fff;
    height: 105px;
    padding: 0 20px;
    text-align: center;
    width: 110px;
    line-height: 170px;
}

.team-list-ban > div:nth-child(2) {
    background-color: #ff3b21;
    border-bottom: 10px solid #ff8f21;
    height: 105px;
    text-align: center;
    padding: 0 20px;
    width: 100%;
    line-height: 105px;
}

.team-list-ban > div h2 {
    font-size: 34px;
    color: #fff;
    font-weight: 600;
}

.team-list-ban > div img {
    filter: drop-shadow(1px 1px 8px rgba(0, 0, 0, 0.562));
    height: 70px;
}

.team-list-ban {
    filter: drop-shadow(1px 1px 8px rgba(0, 0, 0, 0.562));
    margin-bottom: 20px;
}

    .team-list-ban > div:nth-child(1) {
        margin-right: 0;
    }

    .team-list-ban > div:nth-child(1) {
        margin-left: 0 !important;
    }

    .team-list-ban h1 {
        font-size: 55px;
        color: #ff3b21;
        font-weight: 700;
        background-color: #e9e9e9;
        height: 105px;
        line-height: 105px;
        padding: 0 !important;
        text-align: center;
        margin-top: 92px;
    }

.team-list-ban-hd select {
    margin-bottom: 47px;
}

.dashboard-cross button {
    background-color: transparent;
    border: none;
    padding-right: 30px;
    display: none;
}

    .dashboard-cross button i {
        font-size: 30px;
        color: #fff;
    }

.dashboard-menu-icon button i {
    color: #383838 !important;
    font-size: 30px;
}

.dashboard-menu-icon button {
    background-color: transparent;
    border: none;
    padding-right: 30px;
    display: none;
}

/*media-quries*/
@media (max-width: 1680px) {
    .dashboard-bg {
        padding: 0 5px;
    }

    .dashboard-top {
        padding: 50px 5px 40px;
    }
    /* DASHBOARD */
    .mystats-p {
        height: calc(100vh - 181px);
        overflow: auto;
        margin-top: 20px;
    }
    /* .stats-btns {
    position: fixed;
    width: 100%;
} */
    .mystats-vs-otherplayer {
        height: calc(100vh - 181px);
        overflow: auto;
        margin-top: 20px;
        width: 99%;
    }
}

@media (max-width: 1440px) {
    .dashboard-menu li a {
        font-size: 14px;
    }

    .dashboard-team {
        max-width: 520px;
    }

    .dashboard-match-shedule-btns li a {
        font-size: 14px;
        padding: 10px 25px;
    }
}

@media (max-width: 1400px) {
    .menu li {
        /* margin: 0 15px; */
    }

        .menu li a {
            font-size: 15px;
        }

    .banner-hd h1 {
        font-size: 70px;
        margin-bottom: 20px;
    }

    .banner-hd h5 {
        font-size: 40px;
        margin-bottom: 15px;
    }

    .team-hd h4 {
        font-size: 24px;
    }

    .next-match-box > p {
        padding: 10px 10px;
    }
    /* DASHBOARD */
    .mystats tr th {
        font-size: 23px;
    }
}

@media (max-width: 1290px) {
    .info-hd h5 {
        font-size: 24px;
    }

    .next-match-box > p {
        font-size: 13px;
    }

    .captain-number h1 span {
        font-size: 45px;
    }

    .m1-h h1 {
        font-size: 60px;
    }

    .m1-h h5 {
        font-size: 24px;
    }
}

@media (max-width: 1200px) {
    .contact-content a {
        font-size: 14px;
    }

        .contact-content a i {
            font-size: 18px;
            padding-right: 5px;
        }

    .login-content {
        padding: 130px 0;
    }
    /* .dashboard-team {
		max-width: 450px;
	}
	.dashboard-match-shedule-btns li a {
		padding: 10px 15px;
	}
	.dashboard-match-shedule-hd h1 {
		font-size: 55px;
	} */
    /* DASHBOARD */
    .dashboard-cross button {
        display: block;
    }

    .dashboard-sidebar {
        position: absolute;
        top: 0;
        left: 0%;
        transform: translateX(-100%);
        transition: all 0.5s;
    }

        .dashboard-sidebar.active {
            transform: translateX(0);
        }

    .dashboard-wrap {
        width: 100% !important;
        max-width: 100%;
        flex: 100%;
    }

    .dashboard-menu-icon button {
        display: block;
        position: absolute;
        top: 68px;
        left: 10px;
        z-index: 1;
    }

    .dashboard-top-match-shedule-hd {
        margin-left: 150px;
    }

    .dashboard-cross {
        display: block;
        position: absolute;
        top: 20px;
        right: 0px;
    }

    .dashboard-menu li a {
        font-size: 13px;
    }

    .dashboard-w {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .dashboard-sidebar {
        width: 300px;
    }

    .col-lg-3.p-0.dashboard-w {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-lg-9.p-0.dashboard-wrap {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 1100px) {
    .match-info > div p {
        font-size: 15px;
    }

    .match-info > div {
        margin: 0px 15px;
    }

    .match-teams {
        padding: 0 20px;
    }

    .next-match-box > p {
        margin: 0 10px;
    }

    .upcoming-team > div:nth-child(2) {
        margin: 0 0px;
    }

    .home-standing-chart tr td {
        font-size: 13px;
        padding: 15px 10px;
    }

    .home-standing-chart tr th {
        padding: 15px 10px;
    }

    .satndings-btn li a div {
        padding: 20px 30px;
    }

    .info-hd h5 {
        font-size: 21px;
    }

    .dart-img {
        width: 15%;
    }

    .m1-h h1 {
        font-size: 45px;
    }

    .captain-number h1 span {
        font-size: 30px;
    }

    .m1-h h5 {
        font-size: 20px;
    }

    .p3 p {
        font-size: 15px;
    }

    .circle {
        width: 20%;
    }

    .sign-up-field input {
        font-size: 16px;
    }

    .btn-a {
        padding: 15px 25px;
    }

    .menu li a {
        font-size: 14px;
    }

    .header-btn {
        justify-content: center;
    }

    .contact-content a i {
        font-size: 15px;
        padding-right: 0px;
    }

    .contact-content a {
        font-size: 12px;
    }

    .dashboard-menu li a {
        padding: 20px 10px;
        font-size: 13px;
    }

    .dashboard-menu li.active a::before {
        width: 5px;
    }
}

@media (max-width:1023px) {
    .menu-Bar {
        display: block;
        top: 0px;
    }

    .menuWrap.open {
        display: flex;
        left: 0px;
    }

    .menuWrap {
        position: fixed;
        left: -210%;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        background: #1f1f1f;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        transition: all 0.4s ease;
        z-index: 3;
        width: 100vw;
    }

        .menuWrap .menu li {
            display: block;
        }

            .menuWrap .menu li a {
                margin-bottom: 10px;
                padding: 0;
                display: block;
                text-align: center;
                margin-bottom: 15px;
                padding-right: 0px;
                margin-right: 0px;
                color: #fff;
                font-size: 15px;
                text-transform: capitalize;
            }

    .container {
        position: relative;
    }

    header .header-top {
        display: none;
    }

    header .main-header ul.menu > li {
        display: block;
        padding: 0px;
    }

        header .main-header ul.menu > li a {
            color: #fff;
            padding: 0px;
            text-align: left;
        }

            header .main-header ul.menu > li a:before {
                display: none;
            }

    .btn-a {
        padding: 15px 30px;
    }

    .match-info > div {
        margin: 0 25px;
    }

    .next-match-team-name p {
        font-size: 15px;
    }

    .next-match-box > p {
        font-size: 12px;
    }

    .upcoming-team > div:nth-child(2) {
        margin: 0 15px;
    }

    .dart-2 {
        width: 12%;
    }

    .menu {
        display: block;
    }

        .menu li {
            margin: 0;
        }

    .about-inner-o {
        order: 1;
    }

    .contact-content a i {
        font-size: 20px;
        padding-right: 10px;
    }

    .contact-content a {
        font-size: 15px;
    }
    /* DASBOARD */
    .dashboard-list {
        display: block;
    }

    .dashboard-match-shedule-btns {
        justify-content: center;
    }

    .dashboard-team {
        max-width: none;
    }

    .dashboard-match-shedule-hd {
        display: none;
    }

    .mystats {
        width: 90%;
        min-width: 900px;
        overflow: auto;
    }

        .mystats thead {
            transform: scaleX(1);
        }

        .mystats tr th {
            font-size: 22px;
            padding: 25px 20px;
        }

    .stats-btns {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }

    .mystats tbody tr:nth-child(even) td:nth-child(1) {
        font-size: 20px;
    }

    .mystats tbody tr:nth-child(odd) td:nth-child(2) {
        font-size: 25px;
    }

    .mystats tbody tr:nth-child(even) td:nth-child(3) {
        font-size: 20px;
    }

    .mystats tbody tr:nth-child(odd) td:nth-child(3) {
        font-size: 22px;
    }

    .mystats-vs-otherplayer {
        height: auto;
        overflow: auto;
        margin-top: 20px;
        width: 90%;
        display: block;
    }

    .team-list-ban h1 {
        margin-top: 20px;
    }
}


@media (max-width: 1023px) {
    .banner-hd h5 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .banner-hd h5 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .banner-hd p {
        font-size: 18px;
        margin-bottom: 25px;
    }

    .banner-btn {
        font-size: 18px;
        padding: 15px 60px;
    }

    .news-list p {
        font-size: 18px;
        padding-left: 15px;
        padding-top: 2px;
    }

    .news-list h4 {
        font-size: 30px;
    }

    .news-box {
        padding-top: 10px;
    }

    .section {
        padding: 50px 0;
    }

    .about-sec {
        text-align: center;
    }

    .about-img {
        text-align: center;
        margin-top: 30px;
    }

    .m1-h h3 {
        font-size: 50px;
        margin-bottom: 25px;
    }

    .btn-b {
        font-size: 18px;
        padding: 15px 60px;
    }

    .about-content a {
        margin-top: 30px;
    }

    .m1-h h4 {
        font-size: 36px;
    }

    .team-score h5 {
        margin-top: 40px;
    }

    .result {
        margin-bottom: 40px;
    }

    .match-info {
        margin-top: 30px;
        flex-wrap: wrap;
    }

    .matches {
        padding: 30px 0 0 0;
    }

    .match-info > div {
        margin: 5px 15px;
    }

    .info-box {
        margin-bottom: 30px;
    }

    .btn-c {
        padding: 15px 60px;
    }

    .m1-h h2 {
        font-size: 35px;
        margin-bottom: 15px;
    }

    .teams-hd {
        margin-bottom: 30px;
    }

    .teams > div {
        width: 25%;
    }

    .m1-h h5 {
        font-size: 25px;
    }

    .p3 p {
        font-size: 20px;
    }

    .m1-h h1 {
        font-size: 70px;
    }

    .captain-number h1 span {
        font-size: 55px;
    }

    section.team-sec {
        text-align: center;
    }

    .team-captain-hd {
        text-align: center;
    }

    .team-captain-hd {
        text-align: center;
    }

    .widget {
        margin-bottom: 30px;
    }

    footer {
        padding: 40px 0 10px 0;
    }

    .copyright-hd {
        padding: 20px 0;
    }
}

@media (max-width: 980px) {
}

@media (min-width: 440px) and (max-width: 740px) {
}

@media (max-width: 767px) {
    .btn-a {
        padding: 5px 10px;
        font-size: 14px;
    }

    .header-btn {
        justify-content: start;
    }

    .banner-hd h5 {
        font-size: 22px;
        margin-bottom: 5px;
    }

    .banner-hd h1 {
        font-size: 35px;
        margin-bottom: 10px;
        line-height: 1.2;
    }

    .banner-hd p {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .banner-btn {
        font-size: 15px;
        padding: 10px 30px;
    }

    .news-list {
        flex-wrap: wrap;
    }

        .news-list h4 {
            font-size: 25px;
        }

        .news-list p {
            font-size: 15px;
            padding-left: 0px;
            padding-top: 5px;
        }

    .m1-h h3 {
        font-size: 35px;
        margin-bottom: 15px;
    }

    .p1 p {
        font-size: 16px;
    }

    .btn-b {
        font-size: 16px;
        padding: 10px 30px;
    }

    .about-content a {
        margin-top: 20px;
    }

    .m1-h h4 {
        font-size: 25px;
    }

    .team-hd h4 {
        margin-top: 10px;
        font-size: 20px;
    }

    .team-score h5 {
        margin-top: 30px;
        font-size: 25px;
    }

    .team h1 {
        font-size: 55px;
    }

    .colon {
        margin: 0 20px;
    }

    .result {
        margin-bottom: 30px;
    }

    .match-info > div p {
        font-size: 13px;
    }

        .match-info > div p i {
            font-size: 20px;
        }

    .match-info > div {
        margin: 5px 0px;
    }

    .match-info {
        padding: 15px 0;
    }

    .matches {
        margin: 50px 0;
    }

    .information-sec {
        padding-bottom: 20px;
    }

    .join-us {
        padding-right: 0;
    }

    .m1-h h5 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .teams > div {
        width: 50%;
    }

    .m1-h h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .p3 p {
        font-size: 16px;
    }

    .captain-box {
        margin: 15px 0;
    }

    .captain-name h5 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .captain-name p {
        font-size: 20px;
    }

    .event-info {
        display: block;
    }

    .event-name-and-location p {
        margin-bottom: 5px;
    }

    .circle {
        top: -10%;
    }

    .sign-up-sec {
        padding: 40px 0;
        text-align: center;
    }

    .sign-up-hd h3 {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .sign-up-hd p {
        font-size: 15px;
    }

    .sign-up-btn {
        padding: 15px 30px !important;
    }

    .sign-up-field input {
        padding: 11px 10px;
    }

    .sign-up-field {
        padding: 5px;
    }

    .captain-img img {
        width: 100%;
    }

    .news-img img {
        width: 100%;
    }

    .about-inner-pad {
        padding-bottom: 40px;
    }

    .inner-banner-hd {
        text-align: center;
    }

    .contact-img img {
        width: 100%;
    }

    .contact-box {
        padding: 20px 0;
    }

    .contact-hd p {
        text-align: center;
    }
    /* SHEDULE PAGE */
    .shedule-hd h1 {
        font-size: 50px;
    }

    .shedule-hd h3 {
        font-size: 35px;
        margin-bottom: 25px;
    }

    .shedule-team-names p {
        font-size: 13px !important;
        width: 75px !important;
    }

    .shedule-team-names h6 {
        font-size: 11px !important;
        margin: 0px 5px !important;
    }

    .shedule-team h5 {
        font-size: 11px !important;
    }

    .shedule-team-img {
        width: 60px !important;
        height: auto !important;
    }

    .shedule-box {
        padding: 20px 0;
    }
    /* LOGIN AND SIGNUP PAGE */
    .login-and-signup-hd h3 {
        font-size: 40px;
    }

    .login-content {
        padding: 130px 0 80px;
    }

    .signup-content {
        padding: 50px 0 40px;
    }
    /* DASHBOARD */
    .dashboard-top-match-shedule-hd {
        margin-left: 0;
    }

        .dashboard-top-match-shedule-hd h3 {
            font-size: 20px;
            margin-bottom: 5px;
        }

        .dashboard-top-match-shedule-hd p {
            font-size: 15px;
        }

    .dashboard-top-list {
        flex-wrap: wrap;
        justify-content: end;
    }

    .captain-list {
        margin-top: 10px;
    }

    .dashboard-top {
        padding: 20px 5px;
    }

    .logout-btn a {
        padding: 10px 40px;
        font-size: 15px;
    }

    .logout-btn {
        padding-left: 10px;
    }

    .dashboard-logo {
        padding-left: 10px;
    }

    .dashboard-match-shedule-btns {
        flex-wrap: wrap;
    }

        .dashboard-match-shedule-btns li {
            padding: 5px 10px;
        }

    .dashboard-match-shedule-list {
        height: 350px;
    }

    .mystats tbody tr:nth-child(even) td:nth-child(1) {
        font-size: 14px;
        padding: 0 10px;
    }

    .mystats tbody tr:nth-child(even) td:nth-child(2) {
        font-size: 14px;
        padding: 0 10px;
    }

    .table-f li {
        padding: 15px 10px;
    }

    .mystats tbody tr:nth-child(even) td:nth-child(3) {
        font-size: 14px;
    }

    .mystats tbody tr:nth-child(odd) td:nth-child(2) {
        font-size: 16px;
        padding: 0 10px;
    }

    .mystats tbody tr:nth-child(odd) td:nth-child(3) {
        font-size: 15px;
    }

    .mystats {
        min-width: 600px;
    }

        .mystats tr th {
            font-size: 18px;
            padding: 25px 20px;
        }

    .mystats-vs-otherplayer > div:nth-child(2) {
        margin: 0 auto;
    }

    .mystats-vs-otherplayer-table > div p {
        font-size: 14px;
    }

    .mystats-vs-otherplayer-table {
        padding: 25px 0px;
    }

    .team-list-ban > div h2 {
        font-size: 25px;
    }

    .mystats-vs-otherplayer-hd h3 {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .team-list-ban-hd select {
        margin-bottom: 20px;
    }

    .team-list-ban > div:nth-child(1) {
        height: 80px;
        line-height: 140px;
    }

    .team-list-ban > div:nth-child(2) {
        height: 80px;
        line-height: 80px;
    }


    .blur-module {
        background-attachment: fixed;
        overflow: hidden;
    }

        .blur-module > header {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            padding: 20px 10px;
            background: inherit;
            background-attachment: fixed;
        }

            .blur-module > header::before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: inherit;
                background-attachment: fixed;
                -webkit-filter: blur(12px);
                filter: blur(12px);
            }
}

.img-circle-container {
    position: relative;
    text-align: center;
    color: white;
}

/* Bottom left text */
.img-circle-bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
}

/* Top left text */
.img-circle-text-top-left {
    position: absolute;
    top: 8px;
    left: 16px;
}

/* Top right text */
.img-circle-text-top-right {
    position: absolute;
    top: 8px;
    right: 16px;
}

/* Bottom right text */
.img-circle-text-bottom-right {
    position: absolute;
    bottom: 8px;
    right: 16px;
}

/* Centered text */
.img-circle-text-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
