.banner {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/my11-circle-clone-sript/banner-img.webp), url(../images/my11-circle-clone-sript/banner-bg.webp);
        background-position: right bottom, center;
    background-repeat: no-repeat;
    background-size: auto 90%, cover;
}
body{
    background: #060101;
    color: #FFF;
}
:root{--fcolor: #68DFF9;--mcolor:#fff;--navcolor:#0a090f ;--btnbg:#0a090f;--scolor:#f11e1f;--tcolor:#f11e1f;--tabline:#5d12eb;--txtcolor:#ccc;}
.yellowt{
    background: linear-gradient(90.12deg, #F11E1F 13.78%, #B1B8F5 49.6%, #68DFF9 86.15%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}
h1 {
    font-size: 80px;
}
h3 {
    color: var(--fcolor);
    font-size: 22px;
}
.card_dark{
    background: #000000;
    border-radius: 16px;
    padding: 32px 24px;
    height: 100%
}
.bac_img{
    position: absolute;
    width: 100%;
    z-index: -1;
}
.bord_dark{
    background: #06000F;
    border: 1px solid rgb(115 80 214 / 25%);
    border-radius: 12px;
    padding: 32px 24px;
    height: 100%
}
.lit_gry{
    color: #CCC;
}
.cards_black {
    height: 100%;
    margin: 10px;
    border-radius: 8px;
    background-color: #000;
    padding: 20px;
    transition: .3s all ease;
}
.cards_black:hover {
    background-color: rgb(48 118 133 / 25%);
}
.feat1 .cards{
    border: 1px solid rgba(255, 177, 27, 0.25);
    border-radius: 12px;
    padding: 40px 30px;
    height: 100%;
    transition: all .3s ease;
 }
 .cust .nav.nav-pills{
    width: fit-content;
    border:  1px solid #28373b;
     border-radius: 6px;
  }
.cust .nav-pills .nav-link.active {
    background: linear-gradient(272.5deg, #c11718 2.5%, #676a93 51.3%, #cd1e22 98.18%);
    border-radius: 6px;
    border: none;
}
 .cust .nav-pills .nav-link{
    min-width: 200px;
    overflow: hidden;
    position: relative;
    border: none;
  }
 .cust .nav-pills .nav-link{
    color: #fff;
  }
  .full .nav-pills .nav-link{
    border: 0;
    color: rgba(103, 219, 208, 0.3);
    font-size: 22px;
    font-weight: 600;
    padding-left: 0;
  }
  .full .nav-pills .nav-link.active{
    background: none;
    color: #67DBD0;
  }
.ground_bg {
    background: url(../images/my11-circle-clone-sript/my11-app.webp), url(../images/my11-circle-clone-sript/ground-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 87% center, center;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: auto 100%, cover;
}
.owl-prev {
    background: url(/images/fantasy-sports-development/left-arrow.png) !important;
    width: 40px;
    height: 40px;
    background-size: 100% !important;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 30px !important;
}
.owl-next {
    background: url(/images/fantasy-sports-development/right-arrow.png) !important;
    width: 40px;
    height: 40px;
    background-size: 100% !important;
    background-position: center;
    background-repeat: no-repeat;
}
.owl-nav{
  position: absolute;
    bottom: -70px;
    width: 100%;
}
#nex_caro{
  margin-bottom: 3vh;
}
.owl-carousel .owl-item img {
    max-width: 50px;
    width: 100%;
}
.launch {
    height: 100% !important;
    border: 1px solid #8E8E8E4D;
    padding: 20px;
    border-radius: 20px;
}
.aerow {
    background: url(../images/my11-circle-clone-sript/arrow.svg);
    background-repeat: no-repeat;
    padding: 5px 5px 5px 30px;
    background-position: left;
}
.w-btn {
    background: #68DFF9;
    color: #000;
    border-radius: 5px;
    padding: 10px 8px;
    font-size: 16px;
    font-weight: 700;
    min-width: 200px;
}
.right_ring {
    position: absolute;
    right: 0;
    top: 10%;
    height: 90%;
    width: auto;
    z-index: -1;
}
.left_ring {
    position: absolute;
    left: 0;
    top: 10%;
    height: 90%;
    width: auto;
    z-index: -1;
}
.btn-outline-dark:hover {
    background-color: #f11e1f;
    border-color: #921212 !important;
}
.item{
    height: 100%;
}
/*.owl-stage{
    transform: inherit !important;
}*/

.tr-bg{
    background: #0000007d;
    padding: 30px;
    border-radius: 12px;
}
@media(max-width: 991px){
    .banner .container {
        text-align: center;
        position: relative;
        z-index: 1;
    }
    .banner {
        background: linear-gradient(182deg, #f11e1f, #0e0000);
    }
    h1 {
    font-size: 60px;
}
.ground_bg {
    background: url(../images/my11-circle-clone-sript/ground-bg.png);
    }
}
.topmenu .megadropdown >li.select > a {
    background: url(../images/nextarrow.svg) #f11e1f;
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: 17px;
    border-radius: 4px;
    color: #fff !important;
}
@media (max-width: 767px) {
    h1 {
    font-size: 48px;
}
      .banner {
    min-height: 100vh;
    max-height: 1200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    padding: 0;
    /* backdrop-filter: opacity(0.5); */
    position: relative;
}
    section.banner:before {
        position: absolute;
        width: 100%;
        height: 100%;
        content: "";
        background: linear-gradient(182deg, #f11e1f, #0e0000);
        top: 0;
    }