body {
    background: #1C1C1C;
    color:#fff;
}
.btn
{
    padding: 10px 30px !important;
    border-radius: 80px !important;
    box-shadow: none !important;
    border:none
}
.btn-primary
{
    background: #EE2420;
    color:#fff;
    border-color:#EE2420;
}
.btn-primary:hover,
.btn-primary:focus,
.btn:first-child:active,
:not(.btn-check)+.btn:active,
.btn:focus-visible
{
    background: #333;
}
a {
    text-decoration: none;
}
h1,h2,h3,h4,h5,h6,p,figure,ul{
    margin: 0;
}
.top-bar
{
    padding: 5px 15px;
    background: #000;
    color:#fff;
    max-height: 30px;
    overflow: hidden;
    transition: max-height 0.2s linear;
}
.top-bar.score-collapse
{
    max-height: 300px;
}
.top-bar .scores-dropdown
{
    color:#FFAA1D
}
.top-social-links
{
    display: flex;
    justify-content:end
}
.top-social-links li
{
    margin-left: 5px;
}
header
{
    position: fixed;
    top:0;
    width:100%;
    z-index: 99;
    transition: all 0.2s linear;
}
header.scrolled
{
    margin-top:-32px
}
.site-nav
{
    background: #1c1c1c;
    color:#fff;
    padding:5px 0;
    top: 0;
    z-index: 9;
}
.scores-dropdown i
{
    position:relative;
    top:1px
}
.score-wrap
{
    padding: 10px 15px;
}
.score-card
{
    padding: 10px;
    border-radius: 10px;
    background: #fff;
    height: 100%;
    color:#000
}
.score-card .scores-list
{
    display: flex;
    align-items: center;
}

.score-card .scores-list li
{
    margin-right: 14px;
}
.score-card ul li:first-child img
{
    width:24px;
    margin-right: 5px;   
}
.score-card ul li
{
    color:#000
}
.score-card ul li b
{
    color:#0697CF
}
.site-nav .nav-item
{
    padding: 0 15px;
}
.site-nav .nav-link 
{
    text-transform: uppercase;
    position: relative;
    font-weight: 500;
    font-size: 16px;
    color: #fff !important;
    padding: 10px 0px !important;
    display: block;
}
.site-nav .nav-link.active
{
    color: #0697CF !important;
}
.site-nav .nav-link.active:before
{
    content: '';
    position:absolute;
    width:100%;
    height:2px;
    background: #0697CF;
    bottom: 0;
    left:0;
}
.site-nav .nav-link.dropdown-toggle:after
{
    display: none;
}
.site-nav .navbar-brand
{
    padding: 0;
}

.site-nav .contact-btn {
    top: 12px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: normal;
    padding: 12px 25px 10px !important;
    right: 170px;
}

.site-nav .login-btn {
    top: 12px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: normal;
    padding: 12px 25px 10px !important;
    right: 20px;
    background: #0697CF;
    color: #fff;
    border-color: #0697CF;
    border-radius: 80px !important;
    box-shadow: none !important;
    border: none;
}

.site-nav .login-btn:hover,
.site-nav .login-btn:focus {
    background: #333;
    color: #fff;
}
.site-nav .dropdown-menu
{
    background: #fff;
    padding:5px
}
.site-nav .dropdown-item
{
    display: block;
    padding: 10px 20px !important;
    border-radius: 3px;
    color:#000;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s linear;
}
.site-nav .dropdown-item:hover,
.site-nav .dropdown-item:focus
{
    background: #0697CF;
    color:#fff;
}
.slide,
.other-page-banner 
{
    padding: 15rem 0;
    background-size: cover !important;
    background-position: top !important;
}
.slide-content
{   
    width: 655px;
    margin: 0 auto;
    text-align: center;
}
.slide-content h2
{
    font-size: 48px;
    font-weight: bold;
}
.slide-content p
{
    font-size: 18px;
    margin-top: 20px;
}
.slide-1
{
    background: url(../images/banner-1.jpg) no-repeat;
}
.slide-2
{
    background: url(../images/banner-2.jpg) no-repeat;
}
.slide-3 {
    background: url(../images/banner-3.jpg) no-repeat;
}
.slide-4 {
    background: url(../images/banner-4.jpg) no-repeat;
}
.banner-slider
{
    position: relative;
}
.banner-slider .slick-arrow {
    position: absolute;
    width: 55px;
    top: 50%;
    border: none;
    height: 55px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    font-size: 0;
    transform: translateY(-50%);
    z-index: 9;
}
.banner-slider .slick-arrow i
{
    font-size: 28px;
    color:#fff
}
.banner-slider .slick-prev
{
    left: 25px;
}
.banner-slider .slick-next
{
right: 25px;
}

.site-nav .dropdown-menu
{
    top:57px
}
.static-padding
{
    padding:80px 0
}
.section-title
{
    font-size: 48px;
    font-weight:bold
}
.slide-img-wrap
{
    position: relative;
    overflow: hidden;
}
.slide-img-wrap img
{   
    width: 100%;
}
.product-slider .slider-nav .slick-slide
{
    width: 154px !important;
    height:154px !important;
    border-radius: 30px;
    overflow: hidden;
    margin: 0 10px;
}
.product-slider .slider-nav figure
{
    height: 100%;
    position: relative;
}
.product-slider .slider-nav figure img
{
    width: 100%;
    cursor: pointer;
    height:100%;
    object-fit: cover;
    object-position: center;
}
.product-slider .slider-for
{
    margin-top:40px
}
.product-slider .slider-nav .slick-track
{
    display: flex;
    justify-content: center;
}
.slide-img-wrap
{
    position: relative;
}
.slide-img-wrap h2 {
    position: absolute;
    bottom: 30px;
    left: 55px;
    z-index: 9;
    font-size: 48px;
    font-weight: bold;
}
.product-slider .slider-nav h5 {
    font-size: 14px;
    position: absolute;
    font-weight: normal;
    left: 25px;
    bottom: 10px;
}
.news-and-updates-wrapper
{
    padding: 0 25px;
}
.news-and-updates-section
{
    background: rgba(255, 255, 255, 0.2);
    padding: 80px 0;
    border-radius: 30px;
}
.slide-card
{
    background:#fff;
    border-radius: 20px;
    padding:1rem;
    color:#000;
    margin:0 10px
}
.slide-card img
{
    width: 100%;
}
.slide-card h5
{
    font-weight: bold;
    font-size: 18px;
    margin-top: 10px;
}
.news-slider .slick-arrow
{
    font-size: 0;
    background: #FFAA1D;
    width:55px;
    height:55px;
    border-radius: 100%;
    border: none;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    z-index: 1;
}
.news-slider .slick-arrow i
{
    font-size: 28px;
    color:#fff
}
.news-slider .slick-prev
{
    left:-15px
}
.news-slider .slick-next
{
    right:-15px
}
.gallery img
{
    margin-top: 24px;
    border-radius: 10px;
}
.banner-wrapper,
.other-page-banner
{
    margin-top: 100px;
}
.subfooter
{
    background: #101010;
    padding: 50px 0;
    color:#C6C6C6
}
.footer-logo-section img
{
    width:100px
}
.footer-links h4,
.footer-contact h4
{
    font-weight: bold;
    font-size: 28px;
    color:#fff;
    margin-top: 30px;
}
.footer-links ul
{
    margin-top: 20px;
}
.footer-links ul li a
{
    display: block;
    padding: 5px 0;
    color:#c6c6c6
}
.footer-contact ul
{
    margin-top:20px
}

.footer-contact ul li
{
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.footer-contact ul li img
{
    margin-right: 10px;
}
.copyright
{
    padding:1rem;
    text-align: center;
    background: #000000;
}
.copyright span
{
    color:#FFAA1D
}
.slick-slide
{
    outline:none !important
}

.about-banner
{
    background:url(../images/about-banner.jpg) no-repeat;
    background-position: center !important;
}
.other-page-banner h1
{
    font-size: 72px;
    text-align:center;
    font-weight: bold;
}
.how-started-section .section-content
{
    padding: 0 5rem;
}
.section-content h2
{
    font-size: 48px;
    font-weight:bold
}
.section-content p
{
    margin-top: 15px;
}

.mission-section
{
    padding: 0 30px 80px;
}
.mission-content
{
    border-radius: 30px;
    overflow:hidden;
}
.mission-content {
    background: url(../images/mission-bg.png) no-repeat bottom;
    background-size: cover;
    padding: 8rem 5rem;
}
.mission-content main
{
    width: 25%;
}
.mission-content main h2
{
    font-size: 48px;
    font-weight: bold;
}
.mission-content main p
{
    font-size: 18px;
}
.team-card main {
    width: 80%;
    border-radius: 15px;
    background: #fff;
    padding: 1rem;
    text-align: center;
    margin: -42px auto 0;
    position: relative;
    z-index: 9;
}
.team-card main h5
{
    font-weight:bold;
    color:#000;
    font-size: 24px;
}
.team-card main p
{
    color:#7a7a7a
}
.academy-management-banner
{
    background: url(../images/academy-management-banner.jpg) no-repeat;
    background-position: center !important;
}
.academy-slider-for
{
    border-radius: 50px;
}
.academy-slider-for figure
{
    border-radius: 40px;
    overflow: hidden;
}
.academy-slider-for main
{
    position: absolute;
    bottom: 0;
    width: 100%;
    bottom: 50px;
    left: 0;
    padding:0 50px;
    z-index: 9;
}
.academy-slider-for main h2
{
    font-size: 72px;
    font-weight:bold
}
.academy-slider-for main p,
.academy-slider-for main ul li
{
    font-size: 18px;
}
.academy-slider-nav .slick-slide
{
    width: 100% !important;    
    border-radius: 30px;
    overflow: hidden;
    margin: 10px 0px 0;
}
.academy-slider-nav .slick-slide:first-child {
    margin: 0;
}
.academy-slider-nav figure
{
    height: 100%;
    position: relative;
}
.academy-slider-nav figure img
{
    width: 100%;
    cursor: pointer;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.academy-slider-nav figure h2
{   
    font-size: 36px;
    font-weight: bold;
    position: absolute;
    bottom: 10px;
    left: 0;
    text-align: center;
    width: 100%;
    right: 0;
    margin:0 auto;
    cursor: pointer;
}
.academy-slider-nav,
.academy-slider-nav .slick-list
{
    height:100% !important
}
.live-streaming-banner
{
    background: url(../images/live-streaming-banner.jpg) no-repeat;
    background-position: center !important;
}
.live-streaming-img-wrap
{
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}
.live-streaming-img-wrap main
{
    position: absolute;
    padding: 2rem;
    width: 100%;
    bottom: 0;
    z-index: 9;
}
.live-streaming-img-wrap:after
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0,0,0,0), black);
}
.live-streaming-img-wrap main h4
{
    font-weight: bold;
    font-size: 24px;
}
.contact-banner
{
    background: url(../images/contact-banner.jpg) no-repeat;
    background-position: center !important;
}
.contact-box
{
    border-radius: 20px;
    background: #1C1C1C;
    border:3px solid #0697CF;
    text-align: center;
    padding: 2rem;
}
.contact-box h2
{
    font-weight: bold;
    font-size: 32px;
    margin-top: 20px;
}

.address-box
{
    background: #0697CF;
    color:#fff
}
.map
{
    width: 100%;
    height: 400px;
    border-radius: 30px;
}
.contact-form-section
{
    padding: 0 30px 80px;
}
.contact-form-wrap
{
    padding: 80px 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 30px;
}
.form-wrapper
{
    padding: 0 3rem;
}
.form-wrapper h2
{
    font-weight: bold;
    font-size: 48px;
}
.form-wrapper form
{
    margin-top: 20px;
}
.form-wrapper input.form-control
{   
    height: 55px;
    border-radius: 80px;
    padding: 10px 25px;
    border: none !important;
    box-shadow: none !important;
}
.form-wrapper textarea.form-control
{
    height: 150px;
    border-radius: 25px;
    padding: 15px 25px;
    border: none !important;
    box-shadow: none !important;
}
.form-wrapper .btn
{
    padding: 15px 50px 14px !important
}
.news-updates-banner
{
    background: url(../images/news-updates-banner.jpg) no-repeat;
    background-position: center !important;
}
.news-box
{
    border-radius: 20px;
    background: #fff;
    padding: 1rem;
    margin-bottom: 24px;
    display: block;
}
.news-box img
{   
    width: 100%;
    border-radius: 10px;
}
.news-box h5
{
    color:#000;
    font-size: 24px;
    margin-top: 10px;
}
.news-details-banner
{
    background: url(../images/news-details-banner.jpg) no-repeat;
    background-position: center !important;
}
.news-details-wrap,
.related-news
{
    background: rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    padding: 1.5rem;
}
.news-author
{
    display: flex;
    gap: 24px;
    align-items: center;
    margin-top: 10px;
    color: #ccc;
}
.news-author ul 
{
    display: flex;
}
.news-author ul li
{
    margin: 0 2px;
}
.news-author ul img
{
    width: 24px;
}
.news-content h2
{
    font-size: 24px;
    margin-top: 20px;
}
.news-content p
{
    color:#ccc;
    margin-top: 15px;
}
.related-news-box
{
    background: #fff;
    border-radius: 20px;
    padding: 1rem;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.related-news-box img
{
    width: 100%;
    border-radius: 10px;
}
.related-news-box h5
{
    color:#000;
    font-size: 20px;
}
.related-news-box figure
{
    width: 50%;
}
.related-news h2
{
    margin-bottom:10px
}
.organise-tournament-banner
{
    background: url(../images/organise-tournaments-banner.jpg) no-repeat;
    background-position: center !important;
}
.oragnise-tournament-boxes
{
    position: relative;
}
.oragnise-tournament-boxes img
{
    width: 100%;
}

.oragnise-tournament-boxes main {
    border-radius: 30px;
    padding: 4rem;
    position: absolute;
    width: 75%;
    top: 50%;
    right: -65%;
    transform: translateY(-50%);
}

.oragnise-tournament-boxes main h5
{
    font-size: 42px;
    font-weight:bold
}
.oragnise-tournament-boxes main p
{
    font-size: 24px;
    margin-top: 20px;
}
.easy-register main
{
    background: #EE2420;
}
.automated-scheduling main
{
    background: #0697CF
}
.real-time-scoring main
{
    background: #FFAA1D;
    right: unset;
    left: -65%;
}
.analytics-banner
{
    background: url(../images/analytics-banner.jpg) no-repeat;
    background-position: center !important;
}
.analytics-section .container
{
    background: rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}
.analytics-content
{
    padding: 0 4rem;
}
.analytics-content p
{
    font-size: 28px;
}
.performace-tracking 
{
    background: url(../images/performance-tracking.jpg) no-repeat;
    background-position: top !important;
    background-size: cover !important;
    padding: 8rem 5rem;
    border-radius: 30px;
    overflow: hidden;
}
.performace-tracking h2
{
    font-size: 48px;
    font-weight: bold;
    width: 300px;
}   
.score-card
{
    margin:0 10px
}
.score-card img
{
    width: 24px;
    position: relative;
    top:-1px;
    border:1px solid #ddd;
    margin-right:3px
}
.score-card .row
{
    margin-top:7px
}
.player-name-country
{
    display: flex;
    gap: 5px;
    align-items: center;
}
.player-name-country img
{
    margin-right:5px
}
.player-name-country i
{
    font-size: 24px;
    color:#0697CF
}
.score-slider .slick-arrow
{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    background: #FFAA1D;
    border: none;
    width: 24px;
    height: 24px;
    color:#fff;
    border-radius: 100%;
    text-align: center;
    line-height: 26px;
    z-index: 9;
}
.score-slider .slick-prev
{
    left: -3px;
}
.score-slider .slick-next
{
    right: -3px;
}
.custom-menu {
    position: relative;
    margin: 50px;
}

.custom-menu li {
    display: inline-block;
}

.custom-menu li a {
    padding: 5px 15px;
    border: 1px solid #000;
    color: #000;
    text-decoration: none;
}




#academy-slider {
    position: relative;
    height: 678px;
}

#academy-slider .slide-image-wrap {
    overflow: hidden;
    position: absolute;
    border-radius: 40px;
    height: 678px;
    width: 86%;
    right: 180px;
    top: 0;
    transition: all 0.3s linear;
}

#academy-slider .slide-nav-wrap.active {
    overflow: hidden;
    position: absolute;
    border-radius: 40px;
    height: 678px;
    top: 0 !important;
    transition: all 0.3s linear;
    cursor: unset;
    transform: none !important;
    border: none;
    right: 180px;
    width: 86%;
}


#academy-slider .active h2 {
    font-size: 48px;
    display: block;
    font-weight: bold;
}
#academy-slider .active h5 {
    text-align: left;
    font-weight: bold;
}

#academy-slider .active p,
#academy-slider .active ul {
    display: block;
    font-size: 18px;
}

#academy-slider .active main {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 3rem;
    text-align: left;
}
#academy-slider .active img{
    opacity: 1;
}   
.slide-image-wrap figure {
    height: 100%;
}

.slide-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.slide-image-wrap main {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 3rem;
}

.slide-image-wrap main h2 {
    font-size: 48px;
    font-weight: bold;
}

.slide-image-wrap main p,
.slide-image-wrap main ul li {
    font-size: 18px;
}

.slide-nav-wrap {
    width: 154px;
    margin-left: auto;
    border-radius: 30px;
    overflow: hidden;
    position: absolute;
    cursor: pointer;
    height: 154px;
    display: block;
    color: #fff;
    transition: all 0.3s linear;
    right: 0;
    margin-bottom: 20px;
    background: #101010;
}

.slide-nav-wrap figure {
    height: 100%;
}

.slide-nav-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.2s linear;
}

.slide-nav-wrap main {
    position: absolute;
    width: 100%;
    text-align: left;
    padding: 1rem;
    top: 55%;
    transform: translateY(-50%);
}
.slide-nav-wrap.active main
{
    top:unset;
    transform: unset;
}
.slide-nav-wrap.active main h2
{
    text-align: left;
}
.slide-nav-wrap main h2 {
    font-size: 0px;
    font-weight: bold;
    text-align:center
}
.slide-nav-wrap main img
{
    opacity: 1;
}
.slide-nav-wrap main h5 {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

.slide-nav-wrap main p,
.slide-nav-wrap main ul {
    display: none;
}

.slide-nav-wrap main .slide-icon {
    width: 55px;
    position: relative;
    top: -10px;
}

.players-family img
{
    height: 275px;
    object-fit: cover;
    object-position: center;
}

.nav-btns {
    position: absolute;
    right: 0;
    align-self: center;
    display: flex;
    gap: 10px;
}
.downloads-section
{
    padding-top: 100px;
    position: relative;
    padding-bottom: 0;
    background: url(../images/download-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.download-box {
    text-align: center;
    padding: 4rem 3rem;
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    gap: 20px;   
}
.download-box .btn
{
    padding-top: 14px !important;
}
.download-box h2
{
    font-size: 48px;
}
.download-box main
{
    display: flex;
    margin-top: 1rem;
    gap: 10px;
    justify-content: center;
}
.download-box main img
{
    width: 220px;
}
.privacy-policy-section
{
    margin-top: 50px;
}
.privacy-content
{
    background: #121415;
    border-radius: 30px;
    padding: 2rem;
    border: 1px solid #242424;
    color: #cccccc;
}
.privacy-content
{
    font-size: 16px;
}
.privacy-content h3,
.privacy-content h5
{
    color: #fff;
    margin-bottom: 5px;
}