body {
    margin: 0;
    padding: 0;
    background-color: #09080A;
    color: #FFF;
    
 }
 :root{--fcolor:#F16829 ;--tabline:#4c2102;--navcolor:#09080a;--scolor:#F16829;--tcolor:#632508;--mcolor:#cf541a;--btnbg:#6f2500;}
 .nav-pills .nav-link{border:1px solid transparent !important;}
.topbanner{min-height:60vh;padding:20vh 0}
 section {
    padding: 50px 0;
    /*overflow-x: hidden;*/
 }
 .owl-theme .owl-nav{order: 2}
.secondpara{padding-top: 20vh}
 .hero .row.h-100,
 .hero1 .row.h-100,
 .innerpagebanner {
    min-height: 100vh;
 }
 .caro_card p{
  margin-bottom: 0px;
 }
h4,h5,.content-section h3,.caro_card h3{color:#EF6E24 !important}
.content-section h3 , .caro_card h3{
   line-height: normal;
   font-size: 19px !important;
   font-weight: 700 !important;
}

 .long_banner{
   background: url(/images/fantasy-sports-development/banner_sportsbg.webp) !important;
   background-size: 60% !important;
   background-repeat: no-repeat !important;
   background-position: center 70% !important;
   position: relative;
 }
 .long_banner::before{
   position: absolute;
    top: -23%;
    left: -21%;
    content: "";
    width: 35%;
    filter: blur(225px);
    transform: rotate(0.38deg);
    height: 35%;
    background-image: linear-gradient(90deg, #F96402 0%, #933B01 100%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
 }
 .long_banner::after{
   position: absolute;
    top: -23%;
    right: -21%;
    content: "";
    width: 35%;
    filter: blur(225px);
    transform: rotate(0.38deg);
    height: 35%;
    background-image: linear-gradient(90deg, #F96402 0%, #933B01 100%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
 }

.btn-outline {
    background:linear-gradient(93.17deg, #c85015 0.48%, #5406a3 100%);
    padding: 8px 20px;
    font-weight: 700;
    color: #fff;
    border: 0px !important;
    font-family: "Bungee", sans-serif;
    letter-spacing: 1px;
}
.btn-outline:hover{
    background:#fff!important;
    color:#000;
    border:2px solid #074446!important;
}

  .shake-bottom:hover{
  -webkit-animation: shake-bottom 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
          animation: shake-bottom 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;           
}

@-webkit-keyframes shake-bottom {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
  10% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  20%,
  40%,
  60% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  80% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  90% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
}
@keyframes shake-bottom {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
  10% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  20%,
  40%,
  60% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  80% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  90% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
}

 .newpagebanner {
    padding: 80px 0 0;
 }

 .innerpagebanner .container {
    height: 100%;
    vertical-align: middle;
    min-height: 80vh;
    display: table;
    position: relative;
 }

 .sitec {
    max-width: 100%;
    padding: 0px 70px;
 }

 .txt_grad {
    background: linear-gradient(180deg, #F16829 18.84%, #9F3805 52.55%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    font-size: 68px;
 }

 .btn-outline-dark {
    background: linear-gradient(180deg, #F16829 0%, #9E3805 100%);
    backdrop-filter: blur(3px);
    min-width: 200px;
    color: #FFF;
    padding: 10px 8px;
    border:0px;
 }
 .caro_card{
   background: rgba(26, 20, 17, 0.6);
   border-radius: 12px;
   height: 100%;
   width: 100%; 
   padding: 30px 40px;
 }
  .caro_card:hover {
    background-color:#231c19;
  }
 .owl-itemimg{
   width: 56px !important;
 }
 .owl-carousel .owl-stage{
   display: flex;
 }

 .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-prev span,.owl-next span{
   display: none;
 }
 .nav.nav-pills{
   width: fit-content;
   box-shadow: 0px 0px 2px 1px #4C2102;
    border-radius: 6px;
 }
 .nav-pills .nav-link.active{
   background: linear-gradient(272.5deg, #381A00 2.5%, #441D02 45.21%, #522003 98.18%);
   border-radius: 6px;
 }
 .nav-pills .nav-link.active:before{
   position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 35px;
    height: 35px;
    background-image: url(/images/fantasy-sports-development/banner_leftcircle.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left;
 }
 .nav-pills .nav-link.active:after{
   position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 35px;
    height: 35px;
    background-image: url(/images/fantasy-sports-development/banner_leftcircle.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left;
    transform: rotate(180deg);
 }
 .nav-pills .nav-link{
   min-width: 200px;
   overflow: hidden;
   position: relative;
 }
 .nav-pills .nav-link{
   color: #c7c7c7;
 }


.item.mx-2{
  height: 100%;
}
 .sticky {
   position: sticky;
   top: 80px;
   transition: width 0.3s ease, filter 0.3s ease;
   width: 100%;
   filter: blur(0);
   margin: 0 auto;
   margin-bottom: 20px;
}

.sticky.s1 {
   top: 80px;
}

.sticky.s2 {
   top: 110px;
}

.sticky.s3 {
   top: 140px;
}

.sticky.s4 {
   top: 170px;
}

.mt-15 {
   margin-top: 150px;
}

.cardbg {
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
   padding: 50px 40px;
   min-height: 400px;
   display: flex;
   align-items: center;
   border-radius: 20px;
}

.cardbg_1 {
   background-image: url(/images/fantasy-sports-development/cricket-bg.webp);
}

.cardbg_2 {
   background-image: url(/images/fantasy-sports-development/football-bg.webp);
}
.cardbg_3 {
   background-image: url(/images/fantasy-sports-development/baseball-bg.webp);
}
.cardbg_4 {
   background-image: url(/images/fantasy-sports-development/kabaddi-bg.webp);
}

.col-15 {
   width: 100%;
}
/* .container-cust{
   position: absolute;
   left: auto;
   right: auto;
} */
.overflow_catd{
   position: relative;
   overflow: visible;
}
.full_bg{
   background: url(/images/fantasy-sports-development/finalsec_bg.webp);
   background-size: cover;
   background-position: left center;
   background-repeat: no-repeat;
   min-height: 450px;
   overflow-x: hidden;
}
.btm_img{
   position: absolute;
    width: 21%;
    bottom: 0;
    left: 12%;
}
.ecc_bg{
   position: absolute;
   width: 100%;
   z-index: -1;
}
.cust_nav{
	position: sticky;
	top: 25%;
	bottom: auto;
	z-index: 10;
}
.cust_nav ul{
	list-style: none;
	padding: 0;
}
.cust_nav li{
	padding: 12px 0;
}
.cust_nav span{
	display: inline-block;
	position:relative;
}
.cust_nav a{
	display: inline-block;
	color: #ababab;
	text-decoration: none;
	font-size: 1em;
}
.circle{
	height: 10px;
	width: 10px;
	left: -10px;
	border-radius: 50%;
	background-color: #707070;
}
.rect{
	height: 3px;
	width: 0px;
	left: 0;
	bottom: 4px;
	background-color: #272727;
	-webkit-transition: -webkit-transform 0.6s, width 1s;
	-moz-transition: -webkit-transform 0.6s, width 1s;
	transition: transform 0.6s, width 1s;
}

.cust_nav a:hover, .cust_nav .active-section{
	color: #EF6E24;
   font-weight: 900;
    font-size: 20px;
}
.cust_nav a:hover span, .cust_nav .active-section span{
	background-color: #EF6E24;
}
.cust_nav .active-section .rect{
	width: 40px;
}
.content-section{
	min-height: 400px;
	display: flex;
   flex-direction: column;
   margin-bottom: 20px;
   min-height: 90vh;
   scroll-margin-top: 120px;
}
.ecc_bg1 {
   position: absolute;
    width: 73%;
    top: -64%;
    left: calc(100% - 84%);
    z-index: -1;
}
.img_sec{
   position: absolute;
   z-index: -1;
   width: 20%;
   height: auto;
   top: 5%;
}
.img_sec.left{
   left: 0;
}
.img_sec.right{
   right: 0;
}
.cardbg h3.{
  color: var(--fcolor);
  font-size: 28px;
}
.overflow_catd h2{
  color: var(--fcolor)
}
@media(max-width: 768px){
  .msc {
        overflow: auto;
        display: flex;
        width: 100%;
        flex-wrap: nowrap;
        justify-content: flex-start !important;
    }
  .mobx{display:none;}
  section {
    padding: 20px 0;}
  .main-scroll{padding: 0px !important;}

.long_banner {
    background: linear-gradient(189deg, #451c08, transparent) !important;
    background-size: 110% !important;
    background-repeat: no-repeat !important;
    background-position: center 50% !important;
    position: relative;}
 .topbanner {
    min-height: 100vh;
    padding: 20px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.secondpara {
    padding-top: 0vh;
}
.cust_nav {
  display: none;
}
.content-section { min-height: inherit !important;
}
  .sitec{
    padding: 0px;
  }
  .long_banner::after,.long_banner::before{
    display: none;
  }
  .newpagebanner{
    padding: 0;
  }
  .txt_grad {
    font-size: 33px;
    line-height: 50px;
    margin-bottom: 20px;
}
.innerpagebanner {
    min-height: 100vh;
    display: flex;
    align-items: center;
}
.cardbg{
  padding: 20px;
  min-height: auto;
}
.full_bg{
  background-image: none;
  padding: 20px;
}
.btm_img{
  display: none;
}
}

