@font-face {
    font-family: 'motropolis';
    src: url('https://league11-cdn.s3.ap-south-1.amazonaws.com/1_year_cache/web/font/Metropolis-Light.otf'); /* IE9 Compat Modes */ 
}
@font-face {
    font-family: 'motropolis-Black';
    src: url('https://league11-cdn.s3.ap-south-1.amazonaws.com/1_year_cache/web/font/Metropolis-Black.otf'); /* IE9 Compat Modes */ 
}
@font-face {
    font-family: 'motropolis-regular';
    src: url('https://league11-cdn.s3.ap-south-1.amazonaws.com/1_year_cache/web/font/Metropolis-Regular.otf'); /* IE9 Compat Modes */ 
}
@font-face {
    font-family: 'motropolis-extra';
    src: url('../fonts/Metropolis-ExtraBold.otf'); /* IE9 Compat Modes */ 
}
@font-face {
    font-family: 'motropolis-bold';
    src: url('https://league11-cdn.s3.ap-south-1.amazonaws.com/1_year_cache/web/font/Metropolis-Bold.otf'); /* IE9 Compat Modes */
}

@media (min-width: 1920px){
    .container{
        max-width: 1700px !important;
    }
}

@media (min-width: 1600px){
    .container{
        max-width: 1480px !important;
    }
}

body {
    font-family: 'motropolis';
}

.bold {
    font-family: 'motropolis-bold';
}

/* Stackoverflow preview fix, please ignore */
.navbar-nav {
    flex-direction: row;
}
  
.nav-link {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
}
  
/* Fixes dropdown menus placed on the right side */
.ml-auto .dropdown-menu {
    left: auto !important;
    right: 0px;
}
.header-application{
    /* background-color: black; */
    background-image: url('../images/bg.png');
    background-repeat: no-repeat;
    /* background-attachment: fixed;   */
    background-size: cover;
    height: 700px;
}

/* Navbar Css */
.navbar-nav .nav-item{
    margin: 10px 12px 0px;
    font-family: 'motropolis';
}
.navbar-nav .nav-item a{
    color: #fff !important;
    cursor: pointer;
}
.navbar-nav .nav-item a button{
    color: #0c0237;
    background: #fff;
    border-radius: 25px;
    box-shadow: 0px 0px 0px 1px #888888;
    padding: 5px 20px;
    margin-top: -5px;
}

/* Banner css */
.banner-container{
    position: relative;
}
.banner-content{
    text-align: center;
    color: #fff;
}
.banner-content p img{
    width: 320px;
}
.banner-content .banner-logo{
    margin-top: 50px;
}
.banner-content .banner-head{
    font-family: Metropolis;
    font-size: 42px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: 0.84px;
    font-family: 'motropolis-Black';
}
.banner-content .banner-cont{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.79;
    letter-spacing: 0.28px;
    text-align: center;
    font-family: 'motropolis';
}
.banner-tel .tel-field{
    padding-left: 40px;
    position: relative;
}
.banner-tel .code-country{
    position: absolute;
    top: 7px;
    left: 25px;
    color: #495057;
    font-size: 16px;
    border-right: 1px solid #dcdcdc;
    padding: 0px 6px 0px 0px;
}
.banner-tel .banner-link{
    position: absolute;
    top: 2px;
    right: 17px;
    background-color: #26097f;
    height: 34px;
    color: #fff;
    font-size: 12px;
}
.football-img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 12%);
}
.player-cric{
    position: absolute;
    left: 0%;
    top: -202px;
}
.player-foot{
    position: absolute;
    top: -303px;
    right: 0%;
}

/* league section css */
.league{
    text-align: center;
    padding: 30px 0px;
}
.league .why-league{
    margin-top: 20px;
    font-family: 'motropolis';
}
.league .why-league span{
    font-family: 'motropolis-Black';
}
.league .img-zig{
    margin-bottom: 50px;
}


/* Play Section */
.play_background{
    background-color: #f8f9fb;
}
.play_background .row{
    padding-bottom: 20px !important;
}
.play-btn{
    border-radius: 25px !important;
    border: 2px solid #0d0035 !important;
    background-color: #0d0035 !important;
    color: #fff !important;
}
.more-btn{
    background: transparent;
    width: 100% !important;
    color: #ffffff !important;
    font-weight: bold !important;
    font-size: 16px !important;
    margin: 2px 0px;
    text-transform: uppercase;
    border: 1px solid #fff !important;
}

.para-text{
    font-family: 'motropolis';
}

/* app link */
.app-link{
    background-image: url('../images/app-assets.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    position: relative;
}
.app-link-header {
    position: absolute;
    top: 18%;
    left: 15%;
    color: #0d0035;
    font-family: 'motropolis-Black';
}
.app-link .app{
    position: absolute;
    top: 38%;
    left: 36%;
    width: 15%;
}
.app-link .android{
    position: absolute;
    top: 38%;
    left: 20%;
    width: 15%;
}
.app-link .app-text{
    position: absolute;
    top: 55%;
    left: 23%;
    color: #fff;
}
img .app-download {
    width: 70% !important;
}

/* Slider section */

.feed-back .row{
    padding-bottom: 15px;
    padding-top: 15px;
}
.testimonial-row{
    text-align: center;
    font-family: 'motropolis';
}
.you-link{
    border-radius: 10px;;
}
.slide-row{
    text-align: center;
    border-right: 1px solid #e2e1e7;
}
.slide-row h5{
    font-family: 'motropolis-regular';
}
.slide-row h5 span{
    font-weight: 600;
}

/* slider css imported */
.carousel-inner img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0px 0px 4px #999999;
}

ul.carousel-indicators li {
    background-color: #0d0035 !important;
}

.slider-img{
    width: 200px;
    height: 200px;
    border-radius: '50%';
}


/* FAQ css */
.league-faq{
    background-color: #f8f9fb;
}
/* Accordion css */
.accordion {
    /* background-color: #eee; */
    font-family: 'motropolis-Black' !important;
    background: none !important;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}
.accordion:hover{
    outline: none !important;
}
.accordion:active{
    outline: none !important;
    color: blue !important;
}
.accordion:focus{
    outline: none !important;
}
/* .active, .accordion:hover {
    background-color: #ccc;
} */

.accordion:after {
    content: url('../images/arrow-down.png');
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
.league-faq .active{
    color: blue;
}
.league-faq .active:after {
    content: url("../images/arrow-up.png");
    /* border: none !important; */
}

.panel {
    padding: 0 18px;
    /* background-color: white; */
    font-family: 'motropolis';
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.cust-accod{
    background-color: #fff;
    border-radius: 25px;
    margin-bottom: 10px;
    font-family: 'MetropolisRegular';
}
.cust-accod .panel p{
    text-align: left;
}
.how-to-play {
    margin: auto auto;
}

.how-to-play h5 {
    font-family: 'motropolis-bold';
}

.how-to-play p {
    font-family: 'motropolis';
}

/* footer css */
.page-footer{
    background-color: #20272f;
}
.page-footer .footer-menu{
    padding-top: 30px;
    font-family: 'motropolis';
}
.social-icon{
    display: inline-flex;
    padding: 0px;
}
.social-icon li{
    margin: 0px 5px 0px 0px;
    list-style: none;
}
.menu-center{
    /* text-align: center; */
}
.menus-foot{
    display: block;
    padding: 0px;
}
.menus-foot a{
    font-size: 12px;
    color: #fff !important;
    font-family: 'motropolis';
}
.menus-foot li{
    margin: 0px 5px 0px 0px;
    list-style: none;
}
.tnc_bg{
    text-align: center;
    font-size: 12px;
    background-color: #4d5258;
    padding: 10px;
    font-family: 'motropolis';
}
.tnc_bg p{
    margin-bottom: 0px;
}
.tnc_bg a {
    color: #fff;
}
.download-hide{
    display: none;
}
.download-hide-blue{
    display: none;
}
.video-res iframe{
    width: 100%;
    height: 25rem;
    margin-top: 30px;
    border-radius: 25px;
}

@media only screen and (min-width: 1600px) {
    .app-link .app-text {
        top: 57%;
    }
    .app-link{
        height: 700px;
    }
    .app-link-header {
        left: 20%;
    }
    .app-link .app-text {
        top: 56%;
    }
}


@media only screen and (max-width: 768px) {
    .header-application{
        background-color: #24077b;
        background-image: none;
    }
    .video-frame iframe{
        width: 100%;
        height: 12rem;
        margin-top: 10px;
    }
    .hide-res{
        display: none;
    }
    .testimonial-row {
        padding-top: 20px;
    }
    .slide-row{
        border-right: none;
    }
    .header-application{
        height: 560px;
    }
    .banner-content .banner-head{
        font-size: 32px;
    }
    .how-to-play {
        margin: 40px auto auto auto;
    }
    .download-app{
        background: #fff !important;
        width: 100% !important;
        color: #2a307b !important;
        font-weight: bold !important;
        font-size: 16px !important;
        margin: 2px 0px;
    }
    .download-hide{
        display: block;
    }
    .download-hide-blue{
        background-color: #29327f;
        /* display: block; */
    }
    .tnc_bg{
        margin-bottom: 25px;
    }
    .tnc_bg p{
        margin-bottom: 15px;
    }
    .bottom-btn{
        position: fixed;
        width: 100%;
        bottom: 0px;
        z-index: 1000;
    }
    .menu-center{
        text-align: center;
    }
    .league {
        padding: 0px
    }
}


.internal-link {
    color: black
}