@font-face {
    font-display: swap;
    font-family: Teko;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/teko-v20-latin-300.woff2) format('woff2')
}

@font-face {
    font-display: swap;
    font-family: Teko;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/teko-v20-latin-regular.woff2) format('woff2')
}

@font-face {
    font-display: swap;
    font-family: Teko;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/teko-v20-latin-500.woff2) format('woff2')
}

@font-face {
    font-display: swap;
    font-family: Teko;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/teko-v20-latin-600.woff2) format('woff2')
}

@font-face {
    font-display: swap;
    font-family: Teko;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/teko-v20-latin-700.woff2) format('woff2')
}

body {
    padding: 0;
    margin: 0;
    background-color: #000;
    color: #fff;
    font-family: Teko, sans-serif;
    font-size: 17px
}

.container {
    max-width: 1230px
}

img {
    height: auto;
    max-width: 100%
}

:focus {
    outline: 0 !important
}

.pt-100 {
    padding-top: 100px
}

.pb-100 {
    padding-bottom: 100px
}

.pt-70 {
    padding-top: 70px
}

.pb-70 {
    padding-bottom: 70px
}

.bg-161616 {
    background-color: #161616
}

.d-table {
    width: 100%;
    height: 100%
}

.d-table-cell {
    vertical-align: middle
}

a {
    color: #fff;
    text-decoration: none;
    transition: .5s
}

    a:hover {
        color: #970014;
        text-decoration: none
    }

.logo {
    width: 200px
}

p {
    margin-bottom: 15px;
    line-height: 1.3;
    color: #c6c6c6
}

    p:last-child {
        margin-bottom: 0
    }

.section-title {
    position: relative;
    text-align: center;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 55px
}

    .section-title h2 {
        margin-bottom: 0;
        text-transform: uppercase;
        font-size: 40px;
        font-weight: 600
    }

    .section-title p {
        max-width: 690px;
        font-size: 27px;
        letter-spacing: .5px;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto
    }

.default-btn {
    display: inline-block;
    border: 1px solid #555;
    background-color: #000;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    border-radius: 30px;
    transition: .5s;
    padding: 10px 0 6px;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    text-align: center
}

    .default-btn:hover {
        background-color: #970014;
        color: #fff;
        border-color: #970014
    }

.navbar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: transparent;
    height: auto;
    z-index: 999;
    padding-left: 0;
    padding-right: 0;
    padding-top: 40px
}

    .navbar .container-fluid {
        padding-left: 60px;
        padding-right: 60px
    }

.navbar-light .navbar-brand {
    padding-top: 0;
    padding-bottom: 0
}

.navbar-light .navbar-nav {
    margin-left: auto;
    opacity: 0;
    visibility: hidden;
    transition: .5s
}

    .navbar-light .navbar-nav .nav-item {
        margin-left: 13px;
        margin-right: 13px
    }

        .navbar-light .navbar-nav .nav-item .nav-link {
            padding: 0;
            color: #c6c6c6;
            text-transform: uppercase;
            font-size: 20px;
            font-weight: 500
        }

            .navbar-light .navbar-nav .nav-item .nav-link:hover {
                color: #fff
            }

        .navbar-light .navbar-nav .nav-item:last-child {
            margin-right: 0
        }

        .navbar-light .navbar-nav .nav-item:first-child {
            margin-left: 0
        }

.navbar-light .others-option {
    margin-left: 30px
}

    .navbar-light .others-option .burger-menu {
        cursor: pointer;
        transition: .5s;
        display: inline-block
    }

        .navbar-light .others-option .burger-menu span {
            height: 3px;
            width: 35px;
            background: #fff;
            display: block;
            border-radius: 30px;
            margin: 6px 0 6px auto;
            transition: all .5s ease-in-out
        }


.navbar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: transparent;
    height: auto;
    z-index: 999;
    padding-left: 0;
    padding-right: 0;
    padding-top: 40px;
}

    .navbar .container-fluid {
        padding-left: 60px;
        padding-right: 60px;
    }

    .navbar.is-sticky {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.9);
        background-color: #000000 !important;
        animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
        padding-top: 15px;
        padding-bottom: 15px;
    }

        .navbar.is-sticky .navbar-nav {
            opacity: 1;
            visibility: visible;
        }

        .navbar.is-sticky .others-option {
            display: none;
        }

.navbar-light .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-light .navbar-nav {
    margin-left: auto;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

    .navbar-light .navbar-nav .nav-item {
        margin-left: 13px;
        margin-right: 13px;
    }

        .navbar-light .navbar-nav .nav-item .nav-link {
            padding: 0;
            color: #c6c6c6;
            text-transform: uppercase;
            font-size: 20px;
            font-weight: 500;
        }

            .navbar-light .navbar-nav .nav-item .nav-link:hover,
            .navbar-light .navbar-nav .nav-item .nav-link.active {
                color: #ffffff;
            }

        .navbar-light .navbar-nav .nav-item.active .nav-link {
            color: #ffffff;
        }

        .navbar-light .navbar-nav .nav-item:last-child {
            margin-right: 0;
        }

        .navbar-light .navbar-nav .nav-item:first-child {
            margin-left: 0;
        }

    .navbar-light .navbar-nav.active {
        opacity: 1;
        visibility: visible;
        background: #000;
        padding: 10px;
    }

.navbar-light .others-option {
    margin-left: 30px;
}

    .navbar-light .others-option .burger-menu {
        cursor: pointer;
        transition: 0.5s;
        display: inline-block;
    }

        .navbar-light .others-option .burger-menu span {
            height: 3px;
            width: 35px;
            background: #ffffff;
            display: block;
            border-radius: 30px;
            margin: 6px 0 6px auto;
            transition: all 0.5s ease-in-out;
        }

        .navbar-light .others-option .burger-menu.active span.top-bar {
            transform: rotate(45deg);
            transform-origin: 10% 10%;
        }

        .navbar-light .others-option .burger-menu.active span.middle-bar {
            opacity: 0;
        }

        .navbar-light .others-option .burger-menu.active span.bottom-bar {
            transform: rotate(-45deg);
            transform-origin: 10% 90%;
            margin-top: 5px;
        }


@media only screen and (max-width:991px) {
    .navbar {
        padding-top: 15px;
        padding-bottom: 15px
    }

        .navbar .container-fluid {
            padding-left: 15px;
            padding-right: 15px
        }

    .navbar-light .navbar-toggler {
        color: #000;
        border: none;
        padding: 0
    }

        .navbar-light .navbar-toggler .burger-menu {
            cursor: pointer;
            transition: .5s
        }

            .navbar-light .navbar-toggler .burger-menu span {
                height: 2px;
                width: 30px;
                background: #fff;
                display: block;
                margin: 6px 0;
                transition: all .5s ease-in-out
            }

    .navbar-light .navbar-nav {
        background-color: #000;
        border: 1px solid #1c1919;
        margin-top: 15px;
        opacity: 1;
        text-align: center;
        visibility: visible;
        padding-left: 17px;
        padding-right: 17px;
        padding-top: 12px;
        padding-bottom: 10px
    }

        .navbar-light .navbar-nav .nav-item {
            margin-left: 0;
            margin-right: 0;
            margin-top: 7px;
            margin-bottom: 7px
        }

    .navbar-light .others-option {
        display: none
    }
}

.main-banner {
    height: 100vh;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-image: url(../../assets/img/main-banner1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

    .main-banner .container-fluid {
        padding-left: 100px;
        padding-right: 100px
    }

    .main-banner::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: none;
        z-index: -1;
        background-color: #000;
        opacity: .6
    }

.sub2 {
    max-width: 652px
}

.starttrial {
    background: #f02;
    border: 0;
    color: #fff;
    padding: 10px
}

.login_btn {
    background: #fff;
    border: 0;
    color: #000;
    padding: 10px;
    margin-left: 20px
}



.starttrial:hover {
    color: #000
}

.main-banner-content {
    margin-top: 0;
    left: -100px;
    opacity: 0
}

    .main-banner-content .sub-title {
        display: block;
        text-transform: uppercase;
        line-height: 1;
        color: #f02;
        letter-spacing: 5px;
        margin-bottom: -10px;
        font-size: 70px;
        font-weight: 300
    }

    .main-banner-content h1 {
        margin-bottom: 0;
        text-transform: uppercase;
        line-height: 1;
        letter-spacing: 2px;
        font-size: 200px;
        font-weight: 600
    }

.banner-footer-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    padding-bottom: 20px
}

    .banner-footer-content .container-fluid {
        padding-left: 100px;
        padding-right: 100px
    }

    .banner-footer-content .email-link {
        display: inline-block;
        position: relative;
        z-index: 1;
        font-size: 28px;
        font-weight: 400
    }

        .banner-footer-content .email-link::before {
            content: "";
            position: absolute;
            right: 102%;
            top: 19px;
            background-color: #970014;
            width: 500px;
            height: 1px;
            z-index: -1
        }

        .banner-footer-content .email-link:hover {
            color: #fff
        }

    .banner-footer-content .social {
        padding-left: 0;
        margin-bottom: 0;
        list-style-type: none;
        text-align: right;
        position: relative;
        top: 3px
    }

        .banner-footer-content .social li {
            display: inline-block;
            margin-left: 8px
        }

            .banner-footer-content .social li a {
                display: block;
                line-height: 1;
                color: #fff;
                font-size: 40px
            }

                .banner-footer-content .social li a:hover {
                    transform: translateY(-4px)
                }

            .banner-footer-content .social li:first-child {
                margin-left: 0
            }

.next-match-area {
    background-color: #161616
}

    .next-match-area .container-fluid {
        padding-left: 0;
        padding-right: 0
    }

        .next-match-area .container-fluid .row {
            margin-left: 0;
            margin-right: 0
        }

            .next-match-area .container-fluid .row .col-lg-6 {
                padding-left: 0;
                padding-right: 0
            }

.next-match-content {
    position: relative;
    z-index: 1;
    padding-top: 130px;
    padding-bottom: 130px;
    padding-right: 30px;
    padding-left: 30px
}

    .next-match-content .content {
        margin-left: 0;
        max-width: 100%
    }

        .next-match-content .content h2 {
            text-transform: uppercase;
            margin-bottom: 3px;
            font-size: 40px;
            font-weight: 600
        }

        .next-match-content .content .sub-title {
            display: block;
            color: #f02;
            line-height: 1;
            letter-spacing: .5px;
            font-size: 19px;
            font-weight: 500
        }

        .next-match-content .content #timer {
            margin-bottom: -15px
        }

#whatyouget {
    background: #0d0d0d
}

.next-match-content .content #timer div {
    background-color: #f02;
    color: #fff;
    width: 80px;
    height: 90px;
    border-radius: 5px;
    font-size: 40px;
    font-weight: 600;
    margin-left: 7px;
    margin-right: 7px;
    margin-bottom: 15px
}

#highlights .content {
    text-align: center
}

.next-match-content .content #timer div span {
    display: block;
    margin-top: -10px;
    text-transform: uppercase;
    font-size: 14px
}

.next-match-content .shape1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1
}

.next-match-image {
    width: 100%;
    height: 100%;
    background-image: url(../../assets/img/field.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

    .next-match-image img {
        display: none
    }

.upcoming-matches-area {
    position: relative;
    z-index: 1
}

.single-upcoming-matches-item {
    background-color: transparent;
    position: relative;
    text-align: center;
    z-index: 1;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 50px;
    margin-top: 16px
}

    .single-upcoming-matches-item .date {
        margin-bottom: 40px
    }

        .single-upcoming-matches-item .date span {
            line-height: 1;
            color: #fff;
            display: inline-block;
            padding: 16px 30px 16px 30px;
            background-color: #f02;
            font-size: 28px;
            font-weight: 600
        }

    .single-upcoming-matches-item h3 {
        margin-bottom: 25px;
        font-size: 30px;
        font-weight: 500
    }

    .single-upcoming-matches-item .sub-title {
        display: block;
        color: #fff;
        letter-spacing: .5px;
        font-size: 19px;
        font-weight: 500;
        text-align: left
    }

    .single-upcoming-matches-item .vs-matches {
        margin-top: 70px
    }

        .single-upcoming-matches-item .vs-matches img {
            display: inline-block !important;
            width: auto !important
        }

        .single-upcoming-matches-item .vs-matches h4 {
            color: #cdcdcd;
            font-size: 36px;
            font-weight: 600;
            margin-top: 10px;
            margin-bottom: 6px
        }

        .single-upcoming-matches-item .vs-matches span {
            color: #cdcdcd;
            display: block;
            line-height: 1;
            margin-top: 12px;
            margin-bottom: -2px;
            font-size: 25px
        }

    .single-upcoming-matches-item .default-btn {
        top: 20px
    }

    .single-upcoming-matches-item::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        background-color: #161616;
        height: 100%;
        z-index: -1
    }

.upcoming-matches-slides {
    max-width: 900px;
    margin-left: auto
}

    .upcoming-matches-slides.owl-theme .owl-nav {
        margin-top: 0
    }

        .upcoming-matches-slides.owl-theme .owl-nav [class*=owl-] {
            color: #fff;
            font-size: 16px;
            margin: 0;
            padding: 0;
            background: #161616;
            border-radius: 0;
            width: 40px;
            height: 40px;
            transition: .5s;
            line-height: 40px;
            position: absolute;
            left: -60px;
            top: 50%;
            transform: translateY(-50%)
        }

            .upcoming-matches-slides.owl-theme .owl-nav [class*=owl-].owl-next {
                left: auto;
                right: -60px
            }

            .upcoming-matches-slides.owl-theme .owl-nav [class*=owl-]:hover {
                background-color: #970014;
                color: #fff
            }

.upcoming-matches-shape1 {
    position: absolute;
    left: 0;
    top: 80%;
    transform: translateY(-80%);
    z-index: -1
}

.single-matches-highlights-item {
    position: relative;
    z-index: 1;
    padding-top: 300px;
    padding-bottom: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

    .single-matches-highlights-item.highlights-bg1 {
        background-image: url(../../assets/img/matches-highlights/img1.jpg)
    }

    .single-matches-highlights-item.highlights-bg2 {
        background-image: url(../../assets/img/matches-highlights/img2.jpg)
    }

    .single-matches-highlights-item.highlights-bg3 {
        background-image: url(../../assets/img/matches-highlights/img3.jpg)
    }

    .single-matches-highlights-item.highlights-bg4 {
        background-image: url(../../assets/img/matches-highlights/img4.jpg)
    }

    .single-matches-highlights-item::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #161616;
        opacity: .7;
        transition: .5s;
        z-index: -1
    }

    .single-matches-highlights-item .content h3 {
        text-transform: uppercase;
        margin-bottom: 2px;
        font-weight: 600;
        font-size: 40px
    }

    .single-matches-highlights-item .content span {
        display: block;
        color: #c6c6c6;
        letter-spacing: .5px;
        font-size: 19px;
        font-weight: 500
    }

.matches-highlights-slides.owl-theme .owl-nav [class*=owl-] {
    color: #959595;
    font-size: 40px;
    margin: 0;
    line-height: 1;
    padding: 0;
    background: 0 0 !important;
    border-radius: 0;
    position: absolute;
    top: 50%;
    transition: .5s;
    transform: translateY(-50%);
    left: 70px
}

    .matches-highlights-slides.owl-theme .owl-nav [class*=owl-].owl-next {
        left: auto;
        right: 70px
    }

    .matches-highlights-slides.owl-theme .owl-nav [class*=owl-]:hover {
        color: #970014
    }

.single-partners-box {
    text-align: center;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 20px;
    background: #f02;
    margin-bottom: 20px;
    font-size: 24px;
    color: #fff
}

    .single-partners-box a {
        display: block;
        padding: 20px;
        border-radius: 5px;
        background-color: #000
    }

        .single-partners-box a img {
            transition: .5s
        }

        .single-partners-box a:hover img {
            transform: scale(.9)
        }

.subscribe-inner-area {
    background-color: #161616;
    border-radius: 10px;
    padding: 80px;
    position: relative;
    z-index: 1;
    margin-bottom: 20px
}

    .subscribe-inner-area .section-title {
        margin-bottom: 30px
    }

    .subscribe-inner-area form {
        max-width: 550px;
        text-align: center;
        margin-left: auto;
        margin-right: auto
    }

        .subscribe-inner-area form .input-newsletter {
            display: block;
            width: 100%;
            background-color: #000;
            border: 1px solid #3d3d3d;
            border-radius: 30px;
            text-align: center;
            height: 50px;
            padding: 3px 0 0 0;
            color: #fff;
            font-size: 18px;
            font-weight: 500
        }

            .subscribe-inner-area form .input-newsletter::-moz-placeholder {
                color: #c6c6c6;
                -moz-transition: .5s;
                transition: .5s;
                text-transform: uppercase
            }

            .subscribe-inner-area form .input-newsletter::placeholder {
                color: #c6c6c6;
                transition: .5s;
                text-transform: uppercase
            }

            .subscribe-inner-area form .input-newsletter:focus::-moz-placeholder {
                color: transparent
            }

            .subscribe-inner-area form .input-newsletter:focus::placeholder {
                color: transparent
            }

    .subscribe-inner-area textarea {
        min-height: 200px
    }

    .subscribe-inner-area form button {
        display: block;
        margin-top: 10px;
        text-transform: uppercase;
        background-color: #970014;
        color: #fff;
        border-radius: 30px;
        width: 100%;
        transition: .5s;
        border: none;
        font-size: 18px;
        font-weight: 500;
        padding-top: 12px;
        padding-bottom: 8px;
        padding-left: 25px;
        padding-right: 25px
    }

        .subscribe-inner-area form button:hover {
            background-color: #fff;
            color: #000
        }

    .subscribe-inner-area form .check-info {
        margin-top: 25px
    }

        .subscribe-inner-area form .check-info .inp-cbx {
            display: none
        }

        .subscribe-inner-area form .check-info .cbx {
            -webkit-user-select: none;
            -moz-user-select: none;
            user-select: none;
            -webkit-tap-highlight-color: transparent;
            cursor: pointer;
            margin-bottom: 0
        }

            .subscribe-inner-area form .check-info .cbx span {
                display: inline-block;
                transform: translate3d(0, 0, 0)
            }

                .subscribe-inner-area form .check-info .cbx span:first-child {
                    position: relative;
                    width: 16px;
                    height: 16px;
                    border-radius: 50%;
                    transform: scale(1);
                    top: 1.5px;
                    border: 1px solid #7b7b7b;
                    transition: all .2s ease
                }

                    .subscribe-inner-area form .check-info .cbx span:first-child svg {
                        position: absolute;
                        z-index: 1;
                        top: 3px;
                        left: 0;
                        fill: none;
                        stroke: #fff;
                        stroke-width: 2;
                        stroke-linecap: round;
                        stroke-linejoin: round;
                        stroke-dasharray: 16px;
                        stroke-dashoffset: 16px;
                        transition: all .3s ease;
                        transition-delay: .1s;
                        transform: translate3d(0, 0, 0)
                    }

                    .subscribe-inner-area form .check-info .cbx span:first-child:before {
                        content: "";
                        width: 100%;
                        height: 100%;
                        background: #970014;
                        display: block;
                        transform: scale(0);
                        opacity: 1;
                        border-radius: 50%;
                        transition-delay: .2s
                    }

                .subscribe-inner-area form .check-info .cbx span:last-child {
                    margin-left: 5px;
                    color: #c6c6c6;
                    font-size: 18px;
                    line-height: 1
                }

                    .subscribe-inner-area form .check-info .cbx span:last-child a {
                        color: #c6c6c6;
                        position: relative;
                        line-height: 1;
                        display: inline-block
                    }

                        .subscribe-inner-area form .check-info .cbx span:last-child a::before {
                            content: "";
                            position: absolute;
                            left: 0;
                            bottom: 0;
                            width: 100%;
                            height: 1px;
                            background-color: #c6c6c6
                        }

        .subscribe-inner-area form .check-info .inp-cbx:checked + .cbx span:first-child {
            border-color: #970014;
            background: #970014;
            animation: check .6s ease
        }

            .subscribe-inner-area form .check-info .inp-cbx:checked + .cbx span:first-child svg {
                stroke-dashoffset: 0
            }

            .subscribe-inner-area form .check-info .inp-cbx:checked + .cbx span:first-child:before {
                transform: scale(2.2);
                opacity: 0;
                transition: all .6s ease
            }

        .subscribe-inner-area form .check-info .inp-cbx:checked + .cbx span:last-child {
            color: #b9b8c3;
            transition: all .3s ease
        }

            .subscribe-inner-area form .check-info .inp-cbx:checked + .cbx span:last-child:after {
                transform: scaleX(1);
                transition: all .3s ease
            }

.subscribe-shape1 {
    position: absolute;
    bottom: 5px;
    left: 5px;
    z-index: -1
}

.subscribe-shape2 {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: -1
}

@keyframes check {
    50% {
        transform: scale(1.2)
    }
}

.footer-area {
    border-top: 1px solid #383838;
    padding-top: 30px;
    padding-bottom: 30px
}

    .footer-area p {
        text-transform: uppercase
    }

        .footer-area p i {
            margin-right: 2px;
            font-size: 14px
        }

        .footer-area p a {
            display: inline;
            color: #c6c6c6
        }

            .footer-area p a:hover {
                color: #fff
            }

    .footer-area .social {
        text-align: center;
        padding-left: 0;
        margin-bottom: 0;
        list-style-type: none;
        text-align: right
    }

        .footer-area .social li {
            display: inline-block;
            text-align: center;
            margin-left: 2.5px;
            margin-right: 2.5px
        }

            .footer-area .social li:last-child {
                margin-right: 0
            }

            .footer-area .social li:first-child {
                margin-left: 0
            }

            .footer-area .social li a {
                display: inline-block;
                width: 35px;
                height: 35px;
                background-color: #161616;
                color: #fff;
                position: relative;
                font-size: 14px;
                border-radius: 50%;
                line-height: 1
            }

                .footer-area .social li a i {
                    position: absolute;
                    left: 0;
                    right: 0;
                    top: 50%;
                    transform: translateY(-50%)
                }

                    .footer-area .social li a i.flaticon-facebook-logo {
                        padding-top: 2px
                    }

                    .footer-area .social li a i.flaticon-twitter {
                        padding-top: 2px
                    }

                    .footer-area .social li a i.flaticon-youtube {
                        padding-top: 7px
                    }

                .footer-area .social li a:hover {
                    color: #fff;
                    background-color: #970014
                }

@media only screen and (max-width:767px) {
    .pt-100 {
        padding-top: 60px
    }

    .pb-100 {
        padding-bottom: 60px
    }

    .pt-70 {
        padding-top: 30px
    }

    .pb-70 {
        padding-bottom: 30px
    }

    .section-title {
        max-width: 100%;
        margin-bottom: 40px
    }

        .section-title h2 {
            font-size: 25px
        }

        .section-title p {
            max-width: 100%;
            font-size: 22px;
            letter-spacing: 0;
            margin-top: 8px
        }

    .single-upcoming-matches-item .sub-title {
        text-align: center
    }

    p {
        line-height: 1.6
    }

    .container {
        max-width: 100%
    }

    .default-btn {
        padding: 10px 40px 6px;
        font-size: 18px
    }

    .main-banner {
        height: auto;
        padding-top: 250px;
        padding-bottom: 200px
    }

        .main-banner::before {
            display: block
        }

        .main-banner .container-fluid {
            padding-left: 15px;
            padding-right: 15px
        }

    .main-banner-content {
        margin-top: 0;
        text-align: center
    }

        .main-banner-content .sub-title {
            letter-spacing: 2px;
            margin-bottom: 6px;
            font-size: 35px
        }

        .main-banner-content h1 {
            font-size: 70px
        }

    .banner-footer-content {
        text-align: center
    }

        .banner-footer-content .email-link {
            font-size: 20px
        }

            .banner-footer-content .email-link::before {
                right: 103%;
                top: 13px
            }

        .banner-footer-content .social {
            text-align: center;
            position: relative;
            top: 0;
            margin-top: 12px
        }

            .banner-footer-content .social li {
                margin-left: 3px;
                margin-right: 3px
            }

                .banner-footer-content .social li:last-child {
                    margin-right: 0
                }

                .banner-footer-content .social li a {
                    font-size: 20px
                }

        .banner-footer-content .container-fluid {
            padding-left: 15px;
            padding-right: 15px
        }

    .next-match-area {
        padding-bottom: 60px
    }

        .next-match-area .container-fluid {
            padding-left: 15px;
            padding-right: 15px
        }

    .next-match-content {
        text-align: center;
        padding-top: 60px;
        padding-bottom: 60px;
        padding-right: 20px;
        padding-left: 20px
    }

        .next-match-content .content {
            max-width: 100%
        }

            .next-match-content .content h2 {
                font-size: 25px
            }

            .next-match-content .content .sub-title {
                font-size: 16px
            }

            .next-match-content .content #timer {
                margin-left: 10px;
                margin-right: 10px;
                margin-bottom: 0;
                margin-top: 0
            }

                .next-match-content .content #timer div {
                    margin-top: 20px;
                    margin-bottom: 0;
                    font-size: 35px
                }

                    .next-match-content .content #timer div span {
                        margin-top: -5px;
                        font-size: 15px
                    }

    .next-match-image {
        height: auto;
        background-image: unset !important
    }

        .next-match-image img {
            display: inline-block
        }

    .single-upcoming-matches-item {
        margin-top: 10px
    }

        .single-upcoming-matches-item .date {
            margin-bottom: 45px
        }

            .single-upcoming-matches-item .date span {
                padding: 14px 20px 10px 20px;
                font-size: 21px;
                width: 100%
            }

        .single-upcoming-matches-item h3 {
            font-size: 22px
        }

        .single-upcoming-matches-item .sub-title {
            font-size: 20px
        }

        .single-upcoming-matches-item .vs-matches {
            margin-top: 40px
        }

            .single-upcoming-matches-item .vs-matches h4 {
                font-size: 25px
            }

            .single-upcoming-matches-item .vs-matches span {
                font-size: 18px;
                margin-top: 10px
            }

        .single-upcoming-matches-item .default-btn {
            margin-top: 25px
        }

    .upcoming-matches-slides {
        max-width: 100%;
        margin-left: 0
    }

        .upcoming-matches-slides.owl-theme .owl-nav [class*=owl-] {
            font-size: 14px;
            width: 35px;
            height: 35px;
            line-height: 35px;
            position: relative;
            left: 0;
            top: 0;
            transform: unset;
            margin: 0 4px 30px
        }

            .upcoming-matches-slides.owl-theme .owl-nav [class*=owl-].owl-next {
                left: 0;
                right: 0
            }

    .upcoming-matches-shape1 {
        display: none
    }

    .single-matches-highlights-item {
        padding-top: 100px;
        padding-bottom: 120px
    }

        .single-matches-highlights-item .content {
            text-align: center;
            margin-bottom: 30px
        }

            .single-matches-highlights-item .content h3 {
                font-size: 25px
            }

            .single-matches-highlights-item .content span {
                font-size: 16px
            }

    .matches-highlights-slides.owl-theme .owl-nav [class*=owl-] {
        font-size: 25px;
        top: auto;
        transform: unset;
        left: 15px;
        bottom: 20px
    }

        .matches-highlights-slides.owl-theme .owl-nav [class*=owl-].owl-next {
            right: 15px
        }

    .single-partners-box a {
        border-radius: 0 10px 0 0;
        padding: 10px
    }

    .subscribe-inner-area {
        padding: 60px 20px
    }

        .subscribe-inner-area form {
            max-width: 100%
        }

            .subscribe-inner-area form .input-newsletter {
                font-size: 15px
            }

            .subscribe-inner-area form button {
                font-size: 15px
            }

            .subscribe-inner-area form .check-info {
                margin-top: 20px
            }

                .subscribe-inner-area form .check-info .cbx span:first-child {
                    top: 2px
                }

                .subscribe-inner-area form .check-info .cbx span:last-child {
                    font-size: 16px
                }

    .subscribe-shape2 {
        display: none
    }

    .footer-area {
        text-align: center
    }

        .footer-area .social {
            text-align: center;
            margin-top: 10px
        }

            .footer-area .social li a {
                width: 30px;
                height: 30px;
                font-size: 12px
            }
}


.skbutton {
    margin-top: 10px !important;
}



@media only screen and (min-width:576px) and (max-width:767px) {
    .container {
        max-width: 540px
    }





    .main-banner .container-fluid {
        max-width: 540px
    }

    .banner-footer-content {
        text-align: left
    }

        .banner-footer-content .container-fluid {
            max-width: 540px
        }

        .banner-footer-content .social {
            text-align: right;
            margin-top: 0
        }

    .next-match-area .container-fluid {
        max-width: 540px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .container {
        max-width: 720px
    }

    .pt-100 {
        padding-top: 80px
    }

    .pb-100 {
        padding-bottom: 80px
    }

    .pt-70 {
        padding-top: 50px
    }

    .pb-70 {
        padding-bottom: 50px
    }

    .section-title {
        margin-bottom: 50px;
        max-width: 700px
    }

        .section-title h2 {
            font-size: 35px
        }

        .section-title p {
            max-width: 600px;
            font-size: 16px
        }

    .navbar .container-fluid {
        max-width: 720px;
        padding-left: 15px;
        padding-right: 15px
    }

    .main-banner .container-fluid {
        max-width: 720px;
        padding-left: 50px;
        padding-right: 50px
    }

    .main-banner-content .sub-title {
        margin-bottom: -5px;
        font-size: 40px
    }

    .main-banner-content h1 {
        font-size: 200px
    }

    .banner-footer-content .container-fluid {
        max-width: 720px;
        padding-left: 50px;
        padding-right: 50px
    }

    .banner-footer-content .email-link {
        font-size: 22px
    }

    .banner-footer-content .social li a {
        font-size: 30px
    }

    .next-match-area .container-fluid {
        max-width: 720px;
        padding-left: 15px;
        padding-right: 15px
    }

    .next-match-content {
        padding-top: 80px;
        padding-bottom: 80px;
        padding-right: 0;
        padding-left: 0
    }

        .next-match-content .content {
            margin-left: 0;
            max-width: 100%
        }

            .next-match-content .content h2 {
                font-size: 35px
            }

            .next-match-content .content .sub-title {
                font-size: 18px
            }

            .next-match-content .content #timer div {
                width: 75px;
                height: 80px;
                font-size: 35px
            }

                .next-match-content .content #timer div span {
                    margin-top: -6px;
                    font-size: 15px
                }

    .next-match-image {
        height: auto;
        background-image: unset !important
    }

        .next-match-image img {
            display: inline-block
        }

    .single-upcoming-matches-item {
        margin-top: 13px
    }

        .single-upcoming-matches-item .date {
            margin-bottom: 50px
        }

            .single-upcoming-matches-item .date span {
                font-size: 22px
            }

        .single-upcoming-matches-item h3 {
            font-size: 25px
        }

        .single-upcoming-matches-item .sub-title {
            font-size: 20px
        }

        .single-upcoming-matches-item .vs-matches {
            margin-top: 50px
        }

            .single-upcoming-matches-item .vs-matches h4 {
                font-size: 30px
            }

            .single-upcoming-matches-item .vs-matches span {
                margin-bottom: -3px;
                font-size: 20px
            }

        .single-upcoming-matches-item .default-btn {
            margin-top: 35px
        }

    .upcoming-matches-slides {
        max-width: 100%;
        margin-left: 0
    }

        .upcoming-matches-slides.owl-theme .owl-nav [class*=owl-] {
            position: relative;
            left: 0;
            top: 0;
            transform: unset;
            margin: 0 4px 30px
        }

            .upcoming-matches-slides.owl-theme .owl-nav [class*=owl-].owl-next {
                left: 0;
                right: 0
            }

    .single-matches-highlights-item {
        padding-top: 200px;
        padding-bottom: 260px
    }

        .single-matches-highlights-item .content h3 {
            font-size: 35px
        }

    .matches-highlights-slides.owl-theme .owl-nav [class*=owl-] {
        top: auto;
        bottom: 35px;
        left: 35px
    }

        .matches-highlights-slides.owl-theme .owl-nav [class*=owl-].owl-next {
            left: auto;
            right: 35px
        }

    .subscribe-inner-area form .input-newsletter {
        font-size: 16px
    }

    .subscribe-inner-area form button {
        font-size: 16px
    }

    .subscribe-inner-area form .check-info span .cbx:first-child {
        top: 2.5px
    }

    .subscribe-inner-area form .check-info span .cbx:last-child {
        font-size: 16px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .container {
        max-width: 960px
    }

    .next-match-content .content {
        max-width: 100%
    }

        .next-match-content .content .row .col-lg-5,
        .next-match-content .content .row .col-lg-7 {
            flex: 0 0 100%;
            max-width: 100%
        }

        .next-match-content .content #timer {
            margin-top: 25px
        }

            .next-match-content .content #timer.justify-content-center {
                justify-content: unset !important
            }

            .next-match-content .content #timer div {
                margin-left: 7px;
                margin-right: 7px
            }

                .next-match-content .content #timer div:first-child {
                    margin-left: 0
                }

    .upcoming-matches-slides {
        max-width: 700px
    }

        .upcoming-matches-slides.owl-theme .owl-nav [class*=owl-] {
            font-size: 15px;
            width: 35px;
            height: 35px;
            line-height: 35px;
            left: -15px
        }

            .upcoming-matches-slides.owl-theme .owl-nav [class*=owl-].owl-next {
                left: auto;
                right: -15px
            }

    .single-matches-highlights-item {
        padding-top: 240px;
        padding-bottom: 240px
    }

        .single-matches-highlights-item .content {
            padding-left: 50px
        }

    .matches-highlights-slides.owl-theme .owl-nav [class*=owl-] {
        left: 30px
    }

        .matches-highlights-slides.owl-theme .owl-nav [class*=owl-].owl-next {
            left: auto;
            right: 30px
        }
}

@media only screen and (min-width:1200px) and (max-width:1335px) {
    .container {
        max-width: 1140px
    }

    .upcoming-matches-slides.owl-theme .owl-nav [class*=owl-] {
        font-size: 15px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        left: -30px
    }

        .upcoming-matches-slides.owl-theme .owl-nav [class*=owl-].owl-next {
            left: auto;
            right: -30px
        }
}

@media only screen and (min-width:1550px) {
    .main-banner .container-fluid {
        padding-left: 180px;
        padding-right: 180px
    }

    .banner-footer-content .container-fluid {
        padding-left: 180px;
        padding-right: 180px
    }

    .next-match-content {
        padding-right: 50px;
        padding-left: 50px
    }

        .next-match-content .content {
            margin-left: auto;
            max-width: 725px
        }
}
