/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'Roboto', sans-serif;
  color: #444444;
}

a {
  text-decoration: none;
  color: #fd680e;
}

a:hover {
  color: #ff8f4c;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.font-primary {
  font-family: 'Roboto', sans-serif;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  position: absolute;
  width: 100%;
  height: 80px;
  padding:10px 0;
  z-index: 10;
  background: linear-gradient(269.97deg, #290303 0.02%, rgb(72 5 5 / 70%) 40%);
}
.logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 4%;
}
#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 50px;
}
.language .dropdown-menu{
  background: #700405;
  border: 2px solid #700405;
  padding: 0;
  margin-top: 5px !important;
  border-radius: 20px;
}
.language .dropdown-menu li{}
.language .dropdown-menu .dropdown-item{
  color: #fff;
  font-size: 13px;
  border-radius: 20px;
}
.language .dropdown-menu .dropdown-item:hover{
  background: none;
}
.language-btn{
  background: #530000;
  border: none;
  color: #fff;
  border-radius: 40px;
  font-size: 14px;
  display: flex;
  align-items: center;
  width: 150px;
  height: 32px;
  justify-content: space-around;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.nav-menu {
  position: fixed;
  top: 65px;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  height: 320px;
  background: rgba(34, 34, 34, 0.8);
  transition: 0.4s;
  display: none;
  border: 1px solid #B15656;
  background: linear-gradient(90deg, #431010 1.41%, rgba(35, 5, 5, 0.88) 100%);
  border-radius: 12px;
  min-width: 324px;
  padding: 0px;
}

.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu a,
.nav-menu a:focus {
  display: block;
  position: relative;
  color: #ddd;
  padding: 10px 20px;
  font-weight: 500;
  transition: 0.3s;
  opacity: 0.8;
}
.nav-menu li{
  position: relative;
  background: url(https://cdnflags.dream11.com/d11-static-pages/images/line-hr.png);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: bottom;
}
.nav-menu li:last-child{
  background: none;
}
.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
  color: #fff;
  text-decoration: none;
  opacity: 1;
}

.nav-menu .drop-down>a:after {
  content: "\ea27";
  font-family: "boxicons";
  padding-left: 10px;
  position: absolute;
  right: 15px;
}
.nav-menu a:hover:before{
  width: 4px;
  height: 34px;
  display: inline-block;
  content: "";
  background: url('https://d13ir53smqqeyp.cloudfront.net/d11-static-pages/images/hamHover.png');
  position: absolute;
  left: 0px;
  top: 0px;
  background-size: cover;
  bottom: 0px;
  margin: auto;
}
.nav-menu a:after {
  content: url('https://cdnflags.dream11.com/d11-static-pages/images/right-arrow.png');
  transform: scale(.5);
  position: absolute;
  opacity: 0;
  top: 5px;
  right: 40px;
  transition: 0.5s;
}
.nav-menu a:hover:after{
  opacity: 1;
}
.nav-menu .active.drop-down>a:after {
  content: "\ea27";
}

.nav-menu .drop-down>a {
  padding-right: 35px;
}

.nav-menu .drop-down ul {
  display: none;
  overflow: hidden;
}

.nav-menu ul.drop-down-active {
  display: block;
}

.nav-menu .drop-down li {
  padding-left: 20px;
}

.nav-menu-active {
/*  left: 0;*/
display: block;
}

.nav-toggle {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: #320101;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
  padding: 10px 12px;
  border-radius: 20px;
}
.nav-toggle i {
  color: #fff;
  font-size: 18px;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #884922;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #fd680e;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #fd680e;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #fd7827;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 600;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #fd680e;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #743e1d;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}
.mobImg{
  display: none;
}
@media (max-width: 991px) {
  .deskImg{
    display: none;
  }
  .mobImg{
    display: block;
  }
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(75, 40, 19, 0.9);
  transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:hover {
  padding: 10px 20px;
  font-size: 15px;
  color: #743e1d;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #fd680e;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #fd680e;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  padding: 0;
  width: 100%;
  z-index: 9;
}
.carousel-caption{
  bottom: 60px;
}
.carousel-caption img {
/*  height: 500px;*/
  width: 70%;
  animation: zoominoutsinglefeatured 1s ease;
}
@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(0.8,0.8);
    }
    100% {
        transform: scale(1,1);
    }
}
.carousel-indicators{
  margin-bottom: 6rem;
}
.carousel-indicators button {
    transform: translate(0px, 0px) scale(1, 1.1) skew(-23deg, 0deg);
}
.carousel-indicators [data-bs-target]{
  height: 5px;
}

.download_now {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  width: 55%;
  background: url(https://cdnflags.dream11.com/d11-static-pages/images/downloadappstrip.webp);
  margin: 0 auto;
  height: 101px;
  background-size: 100% 100%;
}
.sn_form{
  display: flex;
  align-items: center;
  width: 85%;
}
.sn_form h3{
  width: 35%;
  font-size: 23px;
  font-weight: 700 !important;
  line-height: 26px;
  font-weight: normal;
  background: #121FCF;
  background: linear-gradient(to right, #E10000 0%, #2B0101 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin-bottom: 0;
}
.sn_form form{
  width: 65%;
  display: flex;
  align-items: center;
}
.sn_form form .input-group{
  border: 1px solid #e8e8e8;
  color: #a8a8a8;
  font-size: 13px;
  height: 40px;
  line-height: 1.3;
  outline: 0;
  border-radius: 22px;  
}
.sn_form form .input-group .input-group-text {
  background: none;
  border: none;
  padding-right: 0;
}
.sn_form form .input-group input{
  background: none;
  border: none;
  outline: 0;
}
.sn_form form .input-group input:focus{
  outline: none;
  box-shadow: none;
}
.getapp{
    border-radius: 85px;
    background: radial-gradient(circle, rgba(16,158,56,1) 0%, rgba(9,84,30,0.8870141806722689) 100%);
    color: #fff;
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    padding: 0 24px;
    width: 55%;
    text-transform: uppercase;
    line-height: normal;
    border: none;
    margin-left: 3%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.getapp:hover{
    color: #fff;
}
#main .row {
  margin: 0;
}
.partner{
  padding: 80px 0;
  text-align: center;
  background: linear-gradient(180deg, #FFF2F2 0%, rgba(255, 237, 237, 0) 77.72%);
}
.partner_box{
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  border-radius: 20px;  
}
.partner_box img{
  width: 100%;
}
.title {
  text-align: center;
  font-size: 18px;
  color: #000;
  margin-bottom: 20px;
}
.title b {
  color: #e10000;
}
.sub_title{
  font-size: 14px;
  line-height: 20px;
  color: #290303;
  background: linear-gradient(90deg, #fff6f6 0%, #2903031c 50.93%, #fff6f6 101.85%);
  text-align: center;
  font-weight: normal;
  padding: 8px 15px;
  max-width: 513px;
  width: auto;
  margin: 0 auto 20px;
  font-weight: 600;
}
.sbc1 {
    background: linear-gradient(90deg, #fff6f6 0%, #2903031c 50.93%, #fff6f6 101.85%);
}
.sbc2 {
    background: linear-gradient(90deg, #fff6f6 0%, #2903031c 50.93%, #fff6f6 101.85%);
}
.sbc3 {
    background: linear-gradient(90deg, #fff 0%, #2903031c 50.93%, #fff 101.85%);
}
.title_content{
  text-align: center;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #4d4d4d;
  font-weight: normal;
  max-width: 920px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.howtoplay{
  background: #f5f5f5;
  padding: 70px 0;
}

.review_box {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 4px 8px rgba(117, 117, 117, 0.0916193);
  position: relative;
}
.usernamebox {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 15px;
}
.usernamebox img {
  width: 70px;
  position: relative;
  top: -25px;
}
.usernamebox h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  margin-left: 12px;
  position: relative;
  top: -5px;
  color: #000;
}
.winner_text {
  background: #1a1a1a;
  height: 56px;
  display: flex;
  padding: 8px 16px;
  align-items: center;
  justify-content: space-between;
}
.winner_text h3{
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.winner_text h3 span{
  color: #a8a8a8;
  font-size: 12px;
  display: block;
  font-weight: normal;
}
.winner_text h4{
  color: #FFD152;
  font-weight: 900;
  font-size: 16px;
  text-shadow: 0px 1px 0px #8D691E;
  margin: 0;
}
.winner_text h4 span{
  display: block;
  text-align: right;
  font-size: 10px;
  line-height: 16px;
  color: #cbcbcb;
  font-weight: normal;
}
.review_box p{
  padding: 12px;
  font-size: 14px;
  color: #1a1a1a;
  line-height: 20px;
  color: #000;
}
.rating {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 8px;
    padding: 12px;
    box-shadow: 0px 4px 8px rgba(117, 117, 117, 0.0916193);
}

.rating b {
    font-weight: 600;
}

.rating ul {
    margin: 0 5%;
    display: flex;
    align-items: center;
    padding: 0;
}

.rating ul li {
    list-style: none;
}
.rating ul li svg{
  fill: #FCCC38;
}
.rating p {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
}

.rating p span {
    font-weight: normal;
    margin-left: 5px;
    border-left: 1px solid #ddd;
    padding-left: 5px;
}
.wincrore{
  background: #fff;
  padding: 70px 0;
}
.wincrore a{
  color: #034aad;
}
.content_crore p{
  padding: 0;
  margin: 0;
  font-size: 13px;
  color: #4d4d4d;
  color: #000;
  margin-bottom: 12px;
}
.content_crore p img{
  width: 40px;
}
.downloadapp a img{
  width: 150px;
}
.scan{
  margin-top: 10px;
  font-size: 14px;
  color: #4d4d4d;
  line-height: 20px;
}
.scan img{
  width: 92px;
}
.popular{
   background: #F9F9F9;
   padding: 70px 0;
}
.popularSwiper{
  padding-top: 50px;
}
.swiper_datacontent {
  border-radius: 18px;
  border: 1px solid #FFC6C6;
  padding: 22px;
  position: relative;
  text-align: center;
  height: 160px;
}
.swiper_datacontent a{
  display: flex;
  align-items: center;
  border: 1px solid #FCCACA;
  padding: 1px 8px;
  line-height: 30px;
  border-radius: 25px;
  background: #fff;
  color: #E10000;
  font-size: 14px;
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
  width: 50%;
  margin: 0 auto;
  top: -20px;
}
.swiper_datacontent a img,
.swiper_datacontent a svg{
  width: 20px;
  margin-right: 5px;
}
.swiper_datacontent p{
  font-size: 14px;
  margin: 0;
}
.swiper-button-prev{
  margin-top: 0;
}
.swiper-button-next{
  margin-top: 0;
}
.swiper-button-prev,
.swiper-button-next {
  background: #FFD2D2;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  color: #7D0000;
  font-size: 28px;
}
.swiper-button-next:after,
.swiper-button-prev:after{
  font-size: 20px;
}
.faq {
  padding: 70px 0;
}

.faq .faq-list {
  padding: 0;
  list-style: none;
}
.faq .faq-list li {
  border: 1px solid #dadada;
  margin-bottom: 16px;
  padding: 12px;
  border-radius: 5px;
}
.faq .faq-list a {
  display: block;
  position: relative;
  font-size: 14px;
  padding-right: 25px;
  cursor: pointer;
  color: #1a1a1a;
}
.faq .faq-list a:hover li{
  background: #F9F9F9;
}
.faq .faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}
.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
  font-size: 14px;
}
.faq .faq-list .icon-show {
  display: none;
}
.faq .faq-list a.collapsed {
  color: #343a40;
}
.faq .faq-list a.collapsed:hover {
  color: #000;
}
.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}
.faq .faq-list a.collapsed .icon-close {
  display: none;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #373737;
  padding: 30px 0 0 0;
  color: #fff;
  font-size: 14px;
}
.foot_one img {
    width: 134px;
}
.socialicons{
  padding: 0;
  margin: 0;
  margin-top: 10px;
  display: flex;
  justify-content: center;
}
.socialicons li{
  list-style: none;
  margin-right: 10px;
}
.socialicons img{
  width: 32px;
}
ul.flinks {
    padding: 0;
    margin: 0;
  display: flex;
  justify-content: center;
}
ul.flinks li {
  margin: 0 15px;
  list-style: none;
}
ul.flinks li a {
  color: #fff;
  line-height: 4;
  font-weight: 600;
}
.foot_three{
  position: relative;
}
.foot_three:before{
  content: '';
  width: 1px;
  height: 100%;
  background: #828282;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.office_address{
  border-top: 1px solid #828282;
  color: #fff;
  padding: 18px;
  margin-top: 20px;
  text-align: center;
}
.office_address h4{
  font-size: 20px;
  margin: 0;
}
.office_address p{
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.footerbottom{
  background: #282828;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
}
.footerbottom ul{
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}
.footerbottom ul li{
  list-style: none;
}
.footerbottom ul li:first-child{
  border-right: 1px solid #828282;
}
.footerbottom ul li a{
  font-size: 16px;
  margin: 0 20px;
  color: #fff;
}
.risky{
  text-align: center;
  font-size: 14px;
  padding: 15px 0;
  margin: 0;
  background: #fff;
  color: #1a1a1a;
}
@media (max-width: 991px) {
  .language-btn{
    width: 100px;
  }
  #header .logo img{
    max-height: 45px;
  }
  .logo{
    padding-left: 15%;
  }
  .carousel-caption img{
    width: 100%;
  }
  .carousel-indicators{
    margin-bottom: 0;
  }
  .partner_box{
    margin-bottom: 20px;
  }
  .review_box{
    margin-bottom: 50px;
  }
  .carousel-inner,
  .carousel-item,
  .carousel-item img.d-block{
    height: 650px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .carousel-caption{
    margin-bottom: 4rem;
  }
  .carousel-indicators {
    margin-bottom: 7rem;
  }
  .content_crore {
    margin-top: 10px;
  }
  .partner,
  .faq,
  .popular,
  .howtoplay,
  .wincrore{
    padding: 30px 0;
  }
  .foot_one{
    text-align: center;
  }
  .socialicons{
    justify-content: center;
  }
  .foot_four{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .foot_four div{
    margin: 0 4px;
  }
  .download_now{
    width:100%;    
  }
  .sn_form {
    width: 90%;
    display: grid;
}
.sn_form h3 {
    width: 100%;
    font-size: 15px;
    line-height: normal;
    margin-top: 5px;
}
.sn_form form{
    width: 100%;
}
.getapp{
    padding: 0 10px;
    font-size: 12px;
    width: 45%;
}
.sn_form form .input-group input {
    font-size: 12px;
}
  .scan,
  .foot_three:before{
    display: none;
  }
  .foot_one{
    border-bottom: 1px solid #828282;
    padding-bottom: 20px;
    margin-bottom: 10px;
  }
  .foot_four{
    border-top: 1px solid #828282;
    padding-top: 20px;
    margin-top: 10px; 
  }
  .foot_four img{
    margin-bottom: 0;
  }
  .content_crore p {
    display: flex;
    align-items: center;
  }
  .howtoplay .title{
    margin-top: 15px;
  }
  ul.flinks{
    display: block;
  }
  .downloadapp {
    text-align: center;
  }
  .downloadapp a {
      margin-bottom: 10px;
      display: block;
  }
  .swiper_datacontent{
    height: 185px;
  }
}
.whatsapp-btn {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}
.whatsapp-btn img {
    width: 40px;
}