
  /* header */
  body{
    background-color:#23292e;
    
}
  .header {
    background-color: #23292e;
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
    position: fixed;
    width: 100%;
    z-index: 3;
  }
  
  .header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
   }
  
  .header li a {
    display: block;
    padding: 20px 20px;
    text-decoration: none;
    color: white;
  }
  
  .header .logo {
    display: block;
    float: left;
    font-size: 2em;
    padding: 10px 20px;
    text-decoration: none;
  }
  
  /* menu */
  
  .header .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
  }
  
  /* menu icon */
  
  .header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 28px 20px;
    position: relative;
    user-select: none;
  }
  
  .header .menu-icon .navicon {
    background: #fff;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
  }
  
  .header .menu-icon .navicon:before,
  .header .menu-icon .navicon:after {
    background: #fff;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
  }
  
  .header .menu-icon .navicon:before {
    top: 5px;
  }
  
  .header .menu-icon .navicon:after {
    top: -5px;
  }
  
  /* menu btn */
  
  .header .menu-btn {
    display: none;
  }
  
  .header .menu-btn:checked ~ .menu {
    max-height: 240px;
  }
  
  .header .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
  }
  
  .header .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
  }
  
  .header .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
  }
  
  .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
  .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
  }
  
  /* 48em = 768px */
  
  @media (min-width: 48em) {
    .header li {
      float: left;
    }
    .header li a {
      padding: 20px 30px;
    }
    .header .menu {
      clear: none;
      float: right;
      max-height: none;
    }
    .header .menu-icon {
      display: none;
    }
  }
  /* header end */

  /* BUTTIN CSS START */
  .rule {
    background-color: #0e684e; 
    color: #fff; 
  }
  .btn-lg {
    padding: 10px 20px; 
    font-size: 18px; 
  }
  /* BUTTIN CSS END */

/* marquee css */
.scrolling-text {
    width: 100%;
    height: 45px;
    overflow: hidden;
    white-space: nowrap;
    background-color: #444444;
    color: white;
  }
  
  .scrolling-text p {
    display: inline-block;
    margin: 0;
    animation: marquee 10s linear infinite;
  }
  
  @keyframes marquee {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
  }
  
/* marquee css */

/* live casino srction */
.rol{
    width: 160px;
    height: 120px;
    margin-bottom: 10px;
}
.image-container {
    position: relative;
    overflow: hidden;
  }
  
  .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); 
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.5s ease;
  }
  
  .image-container:hover .image-overlay {
    opacity: 1;
  }
  
  .image-container:hover .rol {
    filter: blur(4px);
  }
  /* live casino srction */

  /* top winners */
  .items-slider{
	display: inline-block;
	width: 100%;
	text-decoration: none;
	background: #000;
	text-align: center;
	color: #fff !important;
	position: relative;
	padding-top: 45px;
	border-radius: 8px;
	margin-top: 50px;
  border: 2px solid white;
}
.items-slider figure{
	width: 90px;
	height: 90px;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	position:absolute;
    top: -50px;
	left: 0;
	right: 0;
}
.count1{
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: -webkit-linear-gradient(left,#fed72c 0%,#d3fc4e 100%);
    background: linear-gradient(to right,#000000 0%,#000000 100%);
	border-radius: 50%;
	margin: auto;
}
.bnty-div{
	width: 100%;
	display: inline-block;
	
	margin-top: 10px;
}
.bnty-div h5 span{
	color: #1b1f24;
}
  /* top winners */

  /* sports section */
  .yel{
    width: 50px;
    height: 50px;
  }
  p{
    color: white;
  }
  /* sports section */

  /* footer section */
  .site-footer
{
  background-color:#26272b;
  padding:45px 0 20px;
  font-size:15px;
  line-height:24px;
  color:#737373;
}
.site-footer hr
{
  border-top-color:#bbb;
  opacity:0.5
}
.site-footer hr.small
{
  margin:20px 0
}
.site-footer h6
{
  color:#fff;
  font-size:16px;
  text-transform:uppercase;
  margin-top:5px;
  letter-spacing:2px
}
.site-footer a
{
  color:#737373;
}
.site-footer a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links
{
  padding-left:0;
  list-style:none
}
.footer-links li
{
  display:block
}
.footer-links a
{
  color:#737373
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links.inline li
{
  display:inline-block
}
.site-footer .social-icons
{
  text-align:right
}
.site-footer .social-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
  background-color:#33353d
}
.copyright-text
{
  margin:0
}
@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:30px
  }
}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center
  }
}
.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#96a2b2;
  font-weight:700;
  font-size:13px
}
.social-icons a{
  background-color:#eceeef;
  color:#818a91;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#fff;
  background-color:#29aafe
}
.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}
.social-icons a.facebook:hover
{
  background-color:#3b5998
}
.social-icons a.twitter:hover
{
  background-color:#00aced
}
.social-icons a.linkedin:hover
{
  background-color:#007bb6
}
.social-icons a.dribbble:hover
{
  background-color:#ea4c89
}
@media (max-width:430px)
{
  .rol{
    width: 185px;
    height: 120px;
    margin-bottom: 10px;
}
.cab{
  width: 90% !important;
}
}
@media (max-width:767px)
{
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }
}
  /* footer section */


.float {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 20px;
  right: 35px;
  background: linear-gradient(
    90deg,
    rgb(55, 223, 97) 0%,
    rgb(9, 187, 3) 100%
  );    
  color: #fff;
  border-radius: 10px;
  text-align: center;
  font-size: 18px;
  /* box-shadow: 2px 2px 3px #999; */
  z-index: 100;
}
/*footer start*/

.btn1 {
  position: relative;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  background: linear-gradient(
    90deg,
    rgb(60, 255, 183) 0%,
    rgb(0, 148, 68) 100%
  );
  box-shadow: 0 0.625rem 1.563rem 0 rgb(0 0 0 / 30%);
  color: #fff;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: left;
  width: 14.375rem;
  border-radius: 3.125rem;
  margin-right: 0.938rem;
  margin-top: 1.25rem;
  border: 0;
  outline: 0;
}

.btn2 {
  position: relative;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  background: linear-gradient(
    90deg,
    rgb(88, 177, 255) 0%,
    rgb(0, 121, 219) 100%
  );
  box-shadow: 0 0.625rem 1.563rem 0 rgb(0 0 0 / 30%);
  color: #fff;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: left;
  width: 14.375rem;
  border-radius: 3.125rem;
  margin-right: 0.938rem;
  margin-top: 1.25rem;
  border: 0;
  outline: 0;
}

#grad1 {
  height: 200px;
  background-color: red; /* For browsers that do not support gradients */
  background-image: linear-gradient(to right, red, yellow);
}

.Official{
  font-size: 20px;
  font-weight: bold;
  color: #ffc827;
  font-family: "Quicksand", sans-serif;

}

.fffc {
  font-family: "Quicksand", sans-serif;
}
.mer {
  font-size: 10px;
  margin-right: 30%;
}

.ap {
  font-size: 10px;
}

.css-84p6h6 {
  margin-bottom: 30px;
  text-align: center;
}
.css-84p6h6 {
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .css-84p6h6 {
    margin-bottom: 26px;
    /* margin-top: 10px; */
  }
}
@media (min-width: 960px) {
  .css-84p6h6 {
    margin-bottom: 24px;
    border: 0;
    box-sizing: border-box;
    font-size: 50%;
    font: inherit;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    text-size-adjust: none;
    vertical-align: baseline;
  }
}

.css-71x25p {
  height: 70px;
  margin: 20px 15px 0px;
}

/**/

.css-1gddqmt {
  margin: 0px 0px 16px;
  padding: 0px;
  text-align: center;
}

ul {
  display: block;
  list-style-type: disc;
  /* margin-block-start: 1em; */
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
@media (min-width: 1280px) {
  .css-futkjh {
    margin: 8px 25px;
  }
}
@media (min-width: 960px) {
  .css-futkjh {
    margin: 8px 18px;
  }
}

.css-futkjh {
  display: inline-block;
  list-style-type: none;
  margin: 8px 14px;
}

@media (min-width: 960px) {
  .css-uqqz4d.bwFooter__logoImage--alt {
    max-height: 40px;
  }
}

.css-uqqz4d {
  max-height: 35px;
}
/**/

.css-12f73hr {
  background-color: #333;
  border: none;
  height: 1px;
  margin: 10px 0;
}

.mysocialdiv {
  padding-bottom: 100px;
}
@media (min-width: 960px) {
  .css-1938mg0 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 960px) {
  .css-1gddqmt.bwFooter__logos--apps {
    flex: 1 1 0%;
    text-align: left;
  }
}
.css-1gddqmt {
  margin: 0px 0px 16px;
  padding: 0px;
  text-align: center;
}
.css-1gddqmt {
  margin: 0px 0px 16px;
  padding: 0px;
  text-align: center;
}
.css-1gddqmt {
  margin: 0px 0px 16px;
  padding: 0px;
  text-align: center;
}
.css-futkjh.bwFooter__logo--app {
  margin: 20px 10px 0px;
}
.css-futkjh {
  display: inline-block;
  list-style-type: none;
  margin: 8px 14px;
}
@media (min-width: 960px) {
  .css-futkjh {
    margin: 8px 18px;
  }
}
@media (min-width: 1280px) {
  .css-futkjh {
    margin: 8px 25px;
  }
}
.css-futkjh {
  display: inline-block;
  list-style-type: none;
  margin: 8px 14px;
}
@media (min-width: 960px) {
  .css-futkjh {
    margin: 8px 18px;
  }
}
@media (min-width: 1280px) {
  .css-futkjh {
    margin: 8px 25px;
  }
}
.css-futkjh {
  display: inline-block;
  list-style-type: none;
  margin: 8px 14px;
}
@media (min-width: 960px) {
  .css-futkjh {
    margin: 8px 18px;
  }
}
@media (min-width: 1280px) {
  .css-futkjh {
    margin: 8px 25px;
  }
}

.css-futkjh {
  display: inline-block;
  list-style-type: none;
  margin: 8px 14px;
}
.css-futkjh {
  display: inline-block;
  list-style-type: none;
  margin: 8px 14px;
}
.css-futkjh {
  display: inline-block;
  list-style-type: none;
  margin: 8px 14px;
}

.css-futkjh {
  display: inline-block;
  list-style-type: none;
  margin: 8px 14px;
}
.css-futkjh {
  display: inline-block;
  list-style-type: none;
  margin: 8px 14px;
}
.css-futkjh {
  display: inline-block;
  list-style-type: none;
  margin: 8px 14px;
}
user agent stylesheet li {
  text-align: -webkit-match-parent;
}
@media (min-width: 960px) {
  .css-1gddqmt.bwFooter__logos--apps {
    flex: 1 1 0%;
    text-align: left;
  }
}
.css-1gddqmt {
  margin: 0px 0px 16px;
  padding: 0px;
  text-align: center;
}
.css-1gddqmt {
  margin: 0px 0px 16px;
  padding: 0px;
  text-align: center;
}
.css-1gddqmt {
  margin: 0px 0px 16px;
  padding: 0px;
  text-align: center;
}
ul {
  display: block;
  list-style-type: disc;
  /* margin-block-start: 1em; */
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

@media (min-width: 960px) {
  .css-1gddqmt.bwFooter__logos--social {
    flex: 1 1 0%;
    order: 3;
    text-align: right;
  }
}
.css-1gddqmt {
  margin: 0px 0px 16px;
  padding: 0px;
  text-align: center;
}
.css-1gddqmt {
  margin: 0px 0px 16px;
  padding: 0px;
  text-align: center;
}
.css-1gddqmt {
  margin: 0px 0px 16px;
  padding: 0px;
  text-align: center;
}
ul {
  display: block;
  list-style-type: disc;
  /* margin-block-start: 1em; */
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.css-futkjh.bwFooter__logo--social {
  margin: 8px 10px 6px;
}
@media (min-width: 960px) {
  .css-futkjh.bwFooter__logo--social {
    margin-top: 20px;
  }
}
.css-futkjh {
  display: inline-block;
  list-style-type: none;
  margin: 8px 14px;
}
@media (min-width: 960px) {
  .css-futkjh {
    margin: 8px 18px;
  }
}
@media (min-width: 1280px) {
  .css-futkjh {
    margin: 8px 25px;
  }
}
.css-futkjh {
  display: inline-block;
  list-style-type: none;
  margin: 8px 14px;
}
@media (min-width: 960px) {
  .css-futkjh {
    margin: 8px 18px;
  }
}
@media (min-width: 1280px) {
  .css-futkjh {
    margin: 8px 25px;
  }
}
.css-futkjh {
  display: inline-block;
  list-style-type: none;
  margin: 8px 14px;
}
@media (min-width: 960px) {
  .css-futkjh {
    margin: 8px 18px;
  }
}
@media (min-width: 1280px) {
  .css-futkjh {
    margin: 8px 25px;
  }
}

.line {
  border-top: 2px dotted rgb(58, 58, 58);
  border-bottom: 2px dotted rgb(58, 58, 58);
}

.ffft {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.iconfooter {
  position: fixed !important;
  /* margin-top: auto; */
  bottom: 0;
  /* height:60px;  */
  width: 100%;
  /* background-color: red; */
  color: white;
  background: black;
  z-index: 999;
  text-align: center;
}

.mypic1 {
  max-width: 30px;
}

@media only screen and (max-width: 420px) {
  .footerlogo4 {
    font-size: 81px;
  }
}

.footerlogo4 {
  width: 130px;
}
/*footer end*/
.low{
  color: #ffffff;
  font-family: poppins;
  font-size: 20px;
}
h1{
  color: #ffffff;
  font-family: poppins;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 30px;
}
h3{
  color: #ffffff;
  font-family: poppins;
  font-weight: 600;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
h5{
  color: #ffffff;
  font-family: poppins;
  font-weight: 600;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
li{
  color: #ffffff;
  font-family: poppins;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.cab{
  padding: 20px;
  box-shadow: 5px 2px 5px 2px  #6c6868;
  width: 45%;
  margin: 15px;
}
/*paytm*/
.paytm {
  background-color: #000000;
  box-shadow: -3.828px -3.828px 6px 0px rgb(255 200 39 / 40%),
    3px 5px 8px 0px rgb(255 82 1 / 20%);
}

.Methods {
  color: #ffc827;
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
}

.paymentImg {
  width: 50%;
}
/*paytm*/
/* CSS for FAQ start */

.faq {
  font-size: 30px;
  color: #ffc827;
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  text-align: center;
}
/*=== FAQ ===*/
#main #faq .card {
  margin-bottom: 30px;
  border: 0;
}

#main #faq .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}

#main #faq .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  background: #ffe472;
  color: #222;
  padding: 20px;
}

#main #faq .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
}

#main #faq .card .card-header .btn-header-link.collapsed {
  background: #a541bb;
  color: #fff;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}

#main #faq .card .collapsing {
  background: #ffe472;
  line-height: 30px;
}

#main #faq .card .collapse {
  border: 0;
}

#main #faq .card .collapse.show {
  background: #ffe472;
  line-height: 30px;
  color: #222;
}
.faqq {
  font-size: 17px;
  font-family: "Poppins", sans-serif;
}

@media only screen and (max-width: 420px) {
  .faqq {
    font-size: 12px;
    color: #ffc827;
    font-family: "Poppins", sans-serif;
  }
}

.faqper {
  font-size: 17px;
  font-family: "Poppins", sans-serif;
}

@media only screen and (max-width: 420px) {
  .faqper {
    font-size: 10px;
    font-family: "Poppins", sans-serif;
  }
}
/*== Nav Tabs ===*/

ul#ul-faq-nav.nav.nav-tabs li.nav-item span.nav-link {
  color: #ffffff;
  background: #0883bf;
  border: solid 1px #fff;
}

ul#ul-faq-nav.nav.nav-tabs li.nav-item span.nav-link.active {
  background: #2e4369;
  color: #fff;
}

span.nav-link:hover {
  background: #2e4369 !important;
  cursor: pointer;
}

/*== FAQ Box ==*/
#category-1,
#category-2,
#category-3,
.form-body {
  border: solid 1px rgb(33, 32, 32);
}

.question-1-header,
.question-2-header,
.question-3-header,
.question-4-header,
.question-5-header,
.question-6-header
 {
  /* background:#0883bf;  */
  box-shadow: -3.828px -3.828px 6px 0px rgb(255 200 39 / 40%),
    3px 5px 8px 0px rgb(255 82 1 / 20%);
  color: rgb(194, 188, 188);
}

.question-1-header:hover,
.question-2-header:hover,
.question-3-header:hover,
.question-4-header:hover,
.question-5-header:hover,
.question-6-header:hover 
  

 {
  cursor: pointer;
}

.question-1-answer,
.question-2-answer,
.question-3-answer,
.question-4-answer,
.question-5-answer,
.question-6-answer {
  background: rgb(15, 13, 13);
  display: none;
}

/*Contact Form*/

.contact-header {
  border-radius: 0 !important;
}
.hide {
  display: none;
}

.empty-footer {
  height: 4em;
}

/*User Page*/

.img-rounded {
  border-radius: 15px;
  width: 100%;
}

.row.gallery {
  background: #fff !important;
}

.clear::after {
  content: "";
  clear: both;
  display: table;
}

/* CSS for faq end */
.accordion {
  background-color: #000000;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  box-shadow: -3.828px -3.828px 6px 0px rgb(255 200 39 / 40%), 3px 5px 8px 0px rgb(255 82 1 / 20%);
}

.active, .accordion:hover {
  background-color: #000000;
}

.accordion:after {
  content: '\002B';
  color: #fff;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: #000;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
/*Why Choose start*/

.box {
  box-shadow: -3.828px -3.828px 6px 0px rgb(255 200 39 / 40%),
    3px 5px 8px 0px rgb(255 82 1 / 20%);
  text-align: center;
}

.heding {
  color: #ffc827;
  font-size: 20px;
  font-family: "Josefin Sans", sans-serif;
}

.per {
  color: rgb(201, 201, 201);
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
}

.why {
  font-size: 25px;
  text-align: center;
  color: #ffc827;
  font-weight: bold;
  font-family: "Josefin Sans", sans-serif;
}
  /*Why Choose end*/