* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {  
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}
.newClass {
  position: fixed !important;
  top: 0 !important;
  z-index: 999;
  background-color: #0f172a;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 16%), 0 1px 3px 0 rgb(0 0 0 / 12%);
}
.newClass .logo {
  text-align: left;
}
.header {
  padding: 10px 0;
  position: relative;
  z-index: 999;
}
.header .active {
  color: #0094d9 !important;
  font-weight: 600;
}
.main-head{
width: 100%;
display: inline-block;
background-color: white;
position: sticky;
top: 0;
z-index: 9999;
padding: 10px 0;
box-shadow: 0 1px 3px 0 rgb(0 0 0 / 16%), 0 1px 3px 0 rgb(0 0 0 / 12%);
}
.row2 {
 align-items: center;
}
.logo img{
width: 45%;
}

.temparoryclass .col-lg-4:first-child{
  display:none;
}

.temparoryclass .col-lg-4:nth-child(3){
  display:none;
}

.middle-2 img {
  height: 300px;
  object-fit: cover;
}
.logo h1 {
  margin-bottom: 0;
}
img.logo {
width: 60%;
}
.h2h-header {
background-color:#fff;
position: relative;
box-shadow: 0 1px 3px 0 rgb(0 0 0 / 4%), 0 1px 3px 0 rgb(0 0 0 / 4%);
}
.h2h-header:after{
content: "";
position: absolute;
top: 0;
left: 0;
width: 35%;
height: 104%;
background-color: #6daeff;
clip-path: polygon(0% 0, 90% 0%, 100% 96%, 0% 100%);
z-index: 0;
}
.h2h-header:before {
content: "";
position: absolute;
top: 0;
left: 18px;
width: 35%;
height: 104%;
background-color: #2c398a;
clip-path: polygon(0% 0, 90% 0%, 100% 96%, 0% 100%);
z-index: 0;
}
.header-left {
position: relative;
z-index: 99;
text-align: left;
}
.menu{
 text-align: right;
}
.menu a.active {
color: #6daeff;
}
.menu a {
font-size: 20px;
text-decoration: none;
margin: 10px 13px;
color: #212529;
text-transform: capitalize;
font-weight: 600;
}
.h2h-header .row {
align-items: center;
}
.menu a:hover {
color: #6daeff;
text-decoration: none;
}
.mobile-menu{
  display: none;
}
.sidepanel {
width: 0;
position: fixed;
z-index: 1;
top: 0;
right: 0;
height: 100%;
background-color: rgba(0,0,0,0.3);
transition: 0.5s;
}
.m_menu{
  position: relative;
  float: right;
  width: 55%;
  height: 100%;
  background-color: white;
  padding-top: 60px;
  overflow-x: hidden;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
.sidepanel a {
  padding: 15px 0px 15px 30px;
  text-decoration: none;
  font-size: 26px;
  font-weight: 500;
  color: black;
  display: block;
  transition: 0.3s;
  text-align: left;
}
.sidepanel a:hover {
color: #0094d9;
text-decoration: none;
}
.h2h-banner{
position: relative;
background-image: url(../images/banner.png);
background-size:cover;
background-repeat:no-repeat;
padding: 100px 0 0;
}
.left-details h1 {
color: white;
font-size: 50px;
font-weight: 600;
line-height: 70px;
}
.left-details strong {
background: linear-gradient(to top, #6daeff 31%, #ffffff 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 60px;
}
.cricket-img img {
position: absolute;
left: 20px;
bottom: -11px;
}
.dowload-app {
margin-top: 30px;
}
.form {
position: relative;
margin:10px 0px;
width: 70% !important;
}
.number{
position: relative;
}
.number span {
border-right: 1px solid #d5d5d5;
color: #6daeff;
font-family: 'Roboto', sans-serif;
font-size: 16px;
left: 8px;
position: absolute;
text-align: center;
top: 0px;
width: 40px;
line-height: 20px;
z-index: 2;
bottom: 0;
margin: auto 0;
height: 20px;
font-weight: 600;
}
.number input {
width: 100%;
padding: 17px 17px 17px 65px;
font-size: 16px;
border: transparent;
border-radius: 30px;
}
.number input:hover{
border: transparent;
}
.number input:focus{
outline: none;
}
.sub {
position: absolute;
top: 0;
right: 0;
}
.sub input {
padding: 17px 20px;
color: white;
background-color: #6daeff;
border: transparent;
border-radius: 30px;
font-size: 16px;
font-weight: 500;
}
.dowload-app h3 {
font-size:23px;
color: #adb5bd;
margin-bottom: 18px;
}
.app-store {
display: flex;
align-items: center;
gap: 20px;
margin: 40px 0;
}
.banner-right img {
  width: 100%;
  position: relative;
  top: 9px;
}
.h2h-banner .banner {
  padding: 0px 0 60px 0;
}
.h2h-service {
position: relative;
z-index: 99;
}
.service-main {
/* background-image: url(../images/counter_bg.jpg); */
background-color: #fff;
position: relative;
width: 100%;
height: 100%;
/* background-repeat: no-repeat; */
padding: 30px 0;
margin-top: -40px;
border-bottom: 6px solid #6daeff;
border-radius: 10px;
border-top: 1px solid #6daeff;
border-left: 1px solid #6daeff;
border-right: 1px solid #6daeff;
}
.service-main:hover {
border-bottom: 6px solid #2c398a;
border-top: 1px solid #2c398a;
border-left: 1px solid #2c398a;
border-right: 1px solid #2c398a;
}
.register {
display: flex;
align-items: center;
justify-content: center;
}
.register:hover img {
transform: rotateY(-180deg);
transition: all 0.3s linear 0s;
}
.register .icon {
width: 80px;
height: 80px;
display: flex;
align-items: center;
justify-content: center;
flex: 0 0 auto;
margin-right: 20px;
color:#2c398a;
font-size: 40px;
position: relative;
line-height: 0;
border-radius: 14px;
background:#e6eeff;
}
.register .icon::before {
content: "";
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
width: 3px;
height: 16px;
background:#2c398a;
border-radius: 2px;
}
.r-details h3 {
font-size: 25px;
font-weight: 600;
margin-bottom: 0;
}
.r-details p {
font-size: 17px;
font-weight: 500;
margin-bottom: 0;
color: #989da3;
text-transform: capitalize;
}

.h2h-popular {
  padding: 160px 0 80px;
  position: relative;
  background-image: url(../images/about_bg.jpg);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
  margin-top: -108px;
}
.title {
text-align: center;
margin-bottom: 100px;
}
.title h3 {
font-size: 35px;
font-weight: 700;
color: #212529;
}
.title p {
font-size: 17px;
font-weight: normal;
color: #8c949b;
}
.popular-list {
display: flex;
align-items: center;
margin-top: 0px;
margin-bottom: 60px;
}
.popular-list.box1 {
padding: 0px 0px 0px 30px;
}
.popular-list:hover img {
transform: rotateY(-180deg);
transition: all 0.3s linear 0s;
}
.popular-list.box3 {
padding: 0px 0px 0px 30px;
}
.list-details {
margin: 0px -30px 0px 0px;
padding: 20px 38px 20px 20px;
border-style: solid;
border-width: 3px 3px 3px 3px;
border-color: #535EE029;
border-radius: 15px 15px 15px 15px;
box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
}
.list-details h3 {
font-size: 17px;
font-weight: 600;
color: #212529;
}
.list-details p {
font-size:14px;
font-weight:normal;
color: #8c949b;
margin: 0;
}
.list-icon img {
width: 100%;
}
.list-icon {
padding: 20px 15px 15px 13px;
background-color: #fff;
border-radius: 100% 100% 0% 100%;
box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.12);
}
.box2 .list-icon{
padding:20px;
  background-color: #fff;
  border-radius:100%;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.12);
}
.box3 .list-icon{
padding:14px 15px 20px 13px;
  background-color: #fff;
  border-radius: 100% 0% 100% 100%;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.12);
}
.popular-list.box4{
margin-top: 0px;
margin-bottom: 60px;
padding: 0px 30px 0px 0px;
}
.popular-list.box5{
margin-top: 0px;
margin-bottom: 60px;
padding: 0px 0px 0px 30px;
}
.popular-list.box6{
padding: 0px 30px 0px 0px;
}
.box4 .list-icon {
padding: 20px;
background-color:#fff;
border-radius: 100% 100% 100% 0%;
box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.12);
z-index: 99;
}
.box5 .list-icon {
margin: 0px 0px 0px 0px;
padding: 18px 15px;
background-color: #fff;
border-radius: 100% 100% 100% 100%;
box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.12);
z-index: 99;
}
.box6 .list-icon {
padding: 20px;
background-color: #fff;
border-radius: 0% 100% 100% 100%;
box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.12);
z-index: 99;
}
.right-boxs .list-details{
margin: 0px 0px 0px -30px;
padding: 20px 20px 20px 37px;
border-style: solid;
border-width: 3px 3px 3px 3px;
border-color: #535EE029;
border-radius: 15px 15px 15px 15px;
box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
}
.popular-image {
position: relative;
left: -30px;
top: -50px;
}
.h2h-users{
position: relative;
padding: 100px 0;
}
.h2h-users .title {
text-align: left;
}
.h2h-users .prev-arrow.b-arrow.slick-arrow {
position: absolute;
left: 92%;
/*top: -13%;*/
top: -12%;
background-color: #6daeff;
padding: 5px 12px;
border-radius: 5px;
color: #fff;
font-size: 20px;
}
.h2h-users .next-arrow.b-arrow.slick-arrow {
position: absolute;
/*top: -80px;*/
top: -76px;
left: 96%;
background-color: #6daeff;
padding: 5px 12px;
border-radius: 5px;
color: #fff;
font-size: 20px;
}
.h2h-users .slide-item {
margin-top: 55px;
}
.featured-icon-box {
overflow: visible;
border-radius: 15px;
text-align: left;
font-size: 16px;
background-color: #fff;
border-radius: 15px;
padding: 0 25px 30px;
position: relative;
filter: drop-shadow(18px 14px 23px rgba(0, 0, 0, 0.099));
border-bottom-width: 4px;
border-bottom-style: solid;
border-bottom-color: transparent;
transition: all .4s;
margin: 60px 10px 3px;
}
.featured-icon-box:before {
display: block;
content: "";
position: absolute;
border-top: 4px solid;
border-top-color: transparent;
top: -15px;
left: 0px;
right: 0;
height: 50px;
transform: rotate(-5deg);
background: #fff;
border-radius: 19px;
transition: all .4s;
}
.featured-icon-box .ttm-icon {
height:45px;
width: 63px;
line-height: 63px;
position: relative;
}
.ttm-icon img {
display: inline-block;
vertical-align: middle;
position: absolute;
top: 50%;
left: 50%;
width: 80px;
margin-top: -40px;
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
border-radius: 50%;
border: 4px solid #6daeff;
}
.featured-icon-box:hover{
border-bottom-color: #6daeff;
}

.featured-icon-box:hover:before{
border-top-color: #6daeff;
}
.featured-icon-box:hover:before {
transform: rotate(5deg);
}
.featured-title h3 {
font-size: 20px;
font-weight: 600;
text-transform: capitalize;
margin-bottom: 0;
}
.featured-desc p {
color: #2c398a;
text-transform: capitalize;
font-weight: 500;
}
.win-gift {
display: flex;
color: white;
align-items: center;
}
.won {
text-align: center;
padding: 5px 10px;
background-color: #2c398a;
border-radius: 5px;
}
.won h4 {
margin: 0;
font-size: 15px;
}
.gift {
background-color: #e9ecef;
padding: 10px 10px;
width: 100%;
font-size: 19px;
border-radius: 5px;
margin-left: 4px;
font-weight: 600;
color: #343a40b0;
}
.h2h-sports {
position: relative;
}
.p-sport{
position: absolute;
top: 0;
left: 0;
}
.sport-img img {
width: 100%;
}
.sport-details {
padding: 95px 0;
position: relative;
z-index: 99;
}
.accordion {
width: 100%;
max-width: 1000px;
margin: 2rem auto;
}
.accordion-item {
background-color: #f1f5ff;
color: #111;
margin: 1rem 0;
border-radius: 0.5rem;
}
.accordion-item-header {
padding: 0.5rem 3rem 0.5rem 1rem;
min-height: 3.5rem;
line-height: 1.25rem;
font-weight: 600;
display: flex;
align-items: center;
position: relative;
cursor: pointer;
color: #212529;
font-size: 15px;
}
.accordion-item-header::after {
content: "\002B";
font-size: 2rem;
position: absolute;
right: 1rem;
}
.accordion-item-header.active::after {
content: "\2212";
}
.accordion-item-body {
max-height: 0;
overflow: hidden;
transition: max-height 0.2s ease-out;
}
.accordion-item-body-content {
padding: 1rem;
line-height: 1.5rem;
border-top: 1px solid;
border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}
.sport-title h3 {
font-size: 35px;
font-weight: 700;
color: #212529;
}
.sport-title p {
color: #979fa7;
font-size: 15px;
}
.accordion-item-body-content {
padding: 1rem;
line-height: 1.5rem;
border-top: 1px solid;
border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
font-size: 13px;
color: #979fa7
}
.accordion-item-body-content li h6 {
  color: black;
}
.sport-img {
padding: 50px 0;
position: relative;
z-index: 2;
}
.shape03 {
position: absolute;
bottom: 15%;
left: 15%;
z-index: 1;
animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
animation-duration: 3s;
}
@keyframes  alltuchtopdown {
0% {
    transform: rotateX(0deg) translateY(0px);
}
50% {
    transform: rotateX(0deg) translateY(-20px);
}

100% {
    transform: rotateX(0deg) translateY(0px);
}
}
.shape02 {
position: absolute;
bottom: 0;
right: 0;
z-index: -8;
opacity: 0.2;
}
.h2h-app {
padding: 100px 0;
position: relative;
background-image: url(../images/bg-img.png);
background-size: cover;
background-repeat: no-repeat;
}
.h2h-app .row {
display: flex;
align-items: center;
}
.h2h-app ul {
padding: 0;
list-style-type: none;
}
.win_info_info_box a {
color: #6daeff;
font-weight: 500;
}
ul.h2h_app {
display: flex;
gap: 10px;
}
.get-app h3 {
font-size: 38px;
text-transform: capitalize;
font-weight: 700;
color: #2c398a;
margin-bottom:30px;
}
.win_point li {
margin-bottom: 15px;
}
.get-app-img img {
width: 100%;
}
.footer {
background-image: url(../images/footer-bg.jpg);
position: relative;
width: 100%;
height: 100%;
padding:30px 0 0;
}
.background-overlay {
height: 100%;
width: 100%;
top: 0;
left: 0;
position: absolute;
background-color: #212529;
opacity: 0.90;
transition: background 0.3s, border-radius 0.3s, opacity 26.3s;
}
.sub {
position: absolute;
top: 0;
right: 0;
}
.footer .sub input{
padding: 20px;
color: white;
background-color: #0094d9;
border: transparent;
border-radius: 30px;
font-size: 16px;
font-weight: 500;
}
.footer-details {
margin:20px 0;
z-index: 99;
position: relative;
}
.react-heading {
color: white;
margin-bottom: 30px;
}
.about-link ul {
padding: 0;
color: white;
list-style-type: none;
}
.about-link ul li {
display: inline-block;
width: 49%;
margin-bottom: 10px;
}
.about-link li:hover a {
color: #0094d9;
right: -10px;
position: relative;
}
.about-link a{
font-size: 16px;
font-weight: 400;
color: #fff;
}
.about-link a i{
padding-right: 10px;
}
.about-link img {
width: 55%;
text-align: center;
margin-bottom: 20px;
}
p.p1 {
font-size: 16px;
font-weight: 400;
color: #fff;
margin-bottom:15px;
}
.p1 strong {
font-size: 25px;
line-height: 38px;
}
.about-link1 {
padding:0px 20px 20px 0;
}
.about_a{
display: block;
text-decoration: none;
line-height: 30px;
font-size: 17px;
color: white;
}
.about_ a:hover{
color: #0094d9;
}
.about_ ul{
padding: 0px;
}
.about_ li{
display: flex;
}
.choose-image {
text-align: center;
}
.about_ .fa, .about_ .fa-solid{
padding: 6px 15px 10px 0px;
}
.footer-contact{
margin-left:100px;
position: relative;
}
.about_ {
color: white;
}
.about_ a {
color: white;
}
.about_ i {
color: #6daeff;
}
.footer-social-logo{
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px 0;
border-top: 1px solid;
z-index: 99;
color: #ffffff94;
position: relative;
}
.footer-social{
display: flex;
justify-content: space-between;
}
.footer-social {
display: flex;
justify-content: flex-start;
width: 30%;
}
.footer-social i{
color: white;
}
.footer-social ul{
padding: 0;
margin: 0;
}
.footer-social h2 {
color: white;
font-size: 20px;
margin: 0;
}
.footer-social li {
display: inline-block;
font-size: 20px;
margin: 0px 8px;
}
.footer-social a{
color: white;
}
.footer-social i:hover{
color: #0094d9;
animation-name: animation-bob-float, animation-bob;
animation-duration: .3s, 1.5s;
animation-delay: 0s, .3s;
animation-timing-function: ease-out, ease-in-out;
animation-iteration-count: 1, infinite;
animation-fill-mode: forwards;
animation-direction: normal, alternate;
}
.payment-logo {
display: flex;
justify-content: flex-end;
width: 70%;
}
.payment-logo a{
width:30%;
}
.payment-logo img {
width: 100%;
}
.payment-logo h2 {
color: white;
font-size: 20px;
margin: 0;
margin-right: 14px;
}
@keyframes animation-bob {
0% {
transform: translateY(-8px)
}
50% {
transform: translateY(-4px)
}
100% {
transform: translateY(-8px)
}
}
@keyframes animation-bob-float {
100% {
transform: translateY(-8px)
}
}
.copy span{
bottom: 10px;
right: 10px;
display: block;
width: 50px;
height: 50px;
line-height: 50px;
overflow: hidden;
position: fixed;
text-decoration: none;
z-index: 9999;
font-size: 29px;
color: white;
background-color: #6daeff;
opacity: 1;
text-align: center;
font-weight: 500;
animation: mover 1s infinite  alternate;
border-radius: 5px;
}
@keyframes mover {
0% { transform: translateY(0); }
100% { transform: translateY(-10px); }
}
.copy .fa:hover {
bottom: 8px;
transition: all 0.15s linear 0s;
}


/*------------------------download page----------------------*/
.h2h-inner-banner{
  position: relative;
  height:150px;
  z-index: 2;
  background-image: url(../images/inner-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position:center;
  background-color: #2c398a;
  overflow: hidden;
}

.breadscumb-box {
text-align: left;
padding: 12px 10px;
position: absolute;
top:22%;
z-index: 1;
width: 100%;
}
.breadscumb-box h1 {
color: #fff;
font-weight: 700;
font-size: 25px;
text-transform: capitalize;
}
.breadcrumb-item{
color: white;
text-transform: capitalize;
}
.breadcrumb-item a {
color: white;
display: flex;
align-items: center;
gap: 7px;
font-weight: 500;
}
.breadcrumb-item+.breadcrumb-item::before {
display: none;
}
.breadcrumb-item i.fas.fa-home {
position: relative;
top: -1px;
font-size: 14px;
}
.h2h-service.inner-service {
margin-top: 0;
position: relative;
padding: 30px 0;
}
.h2h-service.inner-service .service-main {
margin-top:0px;
border: unset;
}
.download{
margin-top: 0;
background-image: url(../images/services_shape.png);
position: relative;
background-repeat: no-repeat;
background-position: top right;
background-color: #F8FAFF;
background-size: auto;
}
.download-details {
position: relative;
padding:48px 0;
margin: 0 auto;
}

/*-----------------how to play page ------------------------*/
.h2h-play {
padding: 100px 0;
}
.h2h-play .tab {
float: left;
width: 100%;
height: auto;
}
.fixedClass {
position: fixed !important;
top: 120px !important;
z-index: 999;
width: 15%!important;
}
.h2h-play .title {
text-align: center;
margin-bottom: 60px;
}
.h2h-play .tab button {
display: block;
color: #212529;
padding: 15px 16px;
width: 100%;
border: none;
outline: none;
text-align: left;
cursor: pointer;
transition: 0.3s;
font-size:16px;
font-weight: 500;
box-shadow: 0px 0px 29px 0px rgb(102 102 102 / 10%);
background-color: #ffffff;
margin-bottom: 20px;
border-radius:8px;
border-left: 3px solid #6daeff;
}
.h2h-play .tab button.active {
background-color: #6daeff;
color: #fff;
position: relative;
}
.h2h-play .tab button.active::before {
content: '';
display: block;
border-top: 8px solid transparent;
border-left: 10px solid #6daeff;
border-bottom: 8px solid transparent;
position: absolute;
top: 50%;
right: -10px;
transform: translateY(-50%);
opacity: 1;
}
.h2h-play .tab button:hover {
background-color: #6daeff;
color: #fff;
}
.h2h-play .tabcontent {
border-radius: 5px;
}
.tab-main {
margin-bottom: 25px;
}
.tab-headding {
background-color: #e9ecef;
padding: 10px 20px;
border-radius: 20px;
}
.tab-headding h3 {
margin: 0;
font-size:15px;
color: #2c398a;
font-weight: 600;
}
.tab-details {
padding: 20px 20px 5px 20px;
border-radius: 20px;
border: 1px solid #e9ecef;
}
.tab-details p {
font-size: 14px;
}
.tab-details p a{
color: #6daeff;
font-weight: 500;
}
.tab-title {
margin-bottom: 20px;
}
.tab-title h3 {
font-size: 20px;
font-weight: 600;
color: #212529;
}
.tab-title p {
font-size: 15px;
color: #6c757d;
}
.all-ss{
display: flex;
align-items: center;
flex-wrap: wrap;
}
.all-ss img {
width: 100%;
}
.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8;
}

.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
}

.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box; }

.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; 
}

.mfp-align-top .mfp-container:before {
display: none; 
}

.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto;
}

.mfp-ajax-cur {
cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; 
}

.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
cursor: auto; 
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}

.mfp-loading.mfp-figure {
display: none;
}

.mfp-hide {
display: none !important; 
}

.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; 
}
.mfp-preloader a {
  color: #CCC;
 }
  .mfp-preloader a:hover {
    color: #FFF;
 }

.mfp-s-ready .mfp-preloader {
display: none;
}

.mfp-s-error .mfp-content {
display: none;
}

button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation;
}

button::-moz-focus-inner {
padding: 0;
border: 0;
}

.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; 
}
.mfp-close:active {
  top: 1px; 
}

.mfp-close-btn-in .mfp-close {
color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%;
}

.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; 
}

.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
  margin-top: -54px;
 }
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
 }
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; 
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
 }
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
right: 0; 
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; 
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
 }

.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
 }
.mfp-iframe-holder .mfp-close {
  top: -40px; 
}

.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
 }

/* Main image in popup */
img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; 
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0; 
}

.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto;
}

.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px;
}

.mfp-image-holder .mfp-content {
max-width: 100%; 
}

.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; 
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
/**
     * Remove all paddings around the image on small screen
     */
.mfp-img-mobile .mfp-image-holder {
  padding-left: 0;
  padding-right: 0;
 }
.mfp-img-mobile img.mfp-img {
  padding: 0; 
}
.mfp-img-mobile .mfp-figure:after {
  top: 0;
  bottom: 0; 
}
.mfp-img-mobile .mfp-figure small {
  display: inline;
  margin-left: 5px; 
}
.mfp-img-mobile .mfp-bottom-bar {
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  margin: 0;
  top: auto;
  padding: 3px 5px;
  position: fixed;
  box-sizing: border-box;
 }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; 
}
.mfp-img-mobile .mfp-counter {
  right: 5px;
  top: 3px;
}
.mfp-img-mobile .mfp-close {
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  text-align: center;
  padding: 0; }
}

@media all and (max-width: 900px) {
.mfp-arrow {
  -webkit-transform: scale(0.75);
  transform: scale(0.75); 
}
.mfp-arrow-left {
  -webkit-transform-origin: 0;
  transform-origin: 0;
 }
.mfp-arrow-right {
  -webkit-transform-origin: 100%;
  transform-origin: 100%; 
}
.mfp-container {
  padding-left: 6px;
  padding-right: 6px; } 
}
a.image-popup-vertical-fit {
  width: 20%;
}

.steps img {
width: 60%;
}
.steps-1 img {
width: 100%;
}
/*.................... point system page .........................*/


.point-system {
padding: 100px 0;
}
.point-system-table {
border: 1px solid #6daeff;
border-radius:8px;
}
.point-system-table table{
margin-bottom: 25px;
}
.point-system-table .point-tab {
display: flex;
align-items: center;
background-color: #6daeff;
border-radius: 10px 10px 0 0;
}
.point-system .title {
text-align: center;
margin-bottom: 50px;
}
.point-system-info {
z-index: 1;
background: #fcfcfc;
border-radius: 10px;
background-image: url(../images/counter_bg.jpg);
position: relative;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: cover;
}


.point-system-info .row {
justify-content: center!important;
}

.point-system-table .table-tab {
margin-top: 30px;
padding: 0 20px;
}

.point-system-table .table-tab h4 {
text-align: left;
font-size: 19px;
font-weight: 600;
padding: 10px 0 20px 0;
}

.point-tab button {
font-weight: 400;
background: #fff;
padding-left: 30px;
border-bottom: 5px solid #ccc;
}

.point-system-table .tab button {
background-color: inherit;
float: left;
border: none;
outline: none;
cursor: pointer;
padding: 14px 14px 14px 14px;
transition: 0.3s;
font-size: 17px;
}

.point-tab span {
font-size: 18px;
font-weight: 600;
padding: 15px 15px 15px 6px;
color: #fff;
}
.point-system-table .nav-tabs .nav-link.active span{
color: #2c398a;
}
.point-system-table .table-tab h3 {
text-align: left;
font-size: 20px;
font-weight: 600;
padding: 5px 10px;
margin: 0;
color: #2c398a;
}
.point-system-table .table-tab .table td, .table-tab .table th {
  padding: 15px;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}


.point-system-table .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
border-top: 3px solid #6daeff;
border-left: 3px solid #6daeff;
border-right: 3px solid #6daeff;
}

.point-system-table .table-tab td{
font-size: 16px;
}

.inner-tab {
margin-top: 30px;
padding: 0 20px;
}

.inner-tab button{
margin-left: 10px;
}

.inner-tab span {
color: #333;
font-size: 18px;
font-weight: 600;
letter-spacing: 1px;
padding: 0 15px;
}

.inner-tab .tab{
border-bottom: none;
}

.inner-tab .point-tab{
display: flex;
align-items: center;
background-color: transparent;
justify-content: center;
}
.inner-tab .tab button {
/* float: left; */
border: none;
outline: none;
cursor: pointer;
padding: 15px 50px;
transition: 0.3s;
font-size: 17px;
background: #dee2e6;
color: black;
border-radius: 5px;
text-align: center;
align-items: center;
margin: 0 5px;
}

.inner-tab .point-tab button.active {
background-color: #2c398a;
border: none;
position: relative;
}
.inner-tab .point-tab button.active:after {
position: absolute;
bottom: -12px;
left: 50%;
margin-left: -15px;
content: "";
display: block;
border-left: 13px solid transparent;
border-right: 13px solid transparent;
border-top: 13px solid #2c398a;
}
.inner-tab .point-tab button.active span{
color: #fff !important;
}

.table th {
font-size: 18px;
font-weight: 600;
color: #0094d9;
background-color: #fff !important;
}
.table-bg-color {
background: #e9ecef !important;
padding: 5px 10px !important;
margin: 0;
color: #fff !important;
line-height: 28px;
}

/*....................contact us page .........................*/

.contact-us{
padding: 100px 0px;
}
.contact-us-info .f-sub input {
padding: 17px 20px;
color: white;
background-color: #6daeff;
border: transparent;
border-radius: 30px;
font-size: 16px;
font-weight: 500;
margin-top: 10px;
}
.contact-us-info label{
padding: 10px 0px;
}

.contact-form input {
width: 100%;
height: 50px;
font-size: 15px;
border-radius: 6px;
border: 1px solid lightgray;
padding: 12px;
margin-bottom: 10px;
}
.contact-form .form-control {
background-color:transparent;
}
.contact-form .form-select {
background-color:transparent;
}
.contact-form textarea {
width: 100%;
font-size: 15px;
border-radius: 6px;
border: 1px solid lightgray;
padding: 12px;
margin-bottom: 10px;
}

.contact-form .f-sub input {
width: 100%;
height: 50px;
font-size: 18px;
border-radius: 6px;
border: 1px solid lightgray;
padding: 12px;
margin-bottom: 10px;
background-color: #6daeff;
color: white;
font-weight: 600;
}
.contact-form select {
width: 100%;
height: 50px;
font-size: 15px;
border-radius: 6px;
border: 1px solid lightgray;
padding: 12px;
margin-bottom: 10px;
}

.contact-form option {
margin: 30px 0px;

}

.contact-img{
position: relative;
}
.contact-header h2 {
color: #2c398a;
font-size: 35px;
font-weight: 600;
}

.contact-link i {
display: block;
height: 55px;
width: 55px;
line-height: 55px;
text-align: center;
border-radius: 50%;
font-size: 27px;
color: #fff;
background-color: #6daeff;
cursor: pointer;
margin: auto;
}
.form-control:focus {
border-color: #86b7fe;
box-shadow: none !important;
}
.form-select:focus {
box-shadow: none !important;
}
.contact-link {
text-align: center;
padding: 20px;
border: 1px solid #ccc;
margin-bottom: 40px;
position: relative;
height: 200px;
}

.link {
padding-bottom: 20px;
}

.form-check{
justify-content: center;
}

.form-check input{
width: 15px;
height: 15px;
margin: 10px 0px;
}

.form-check label{
margin-left: 20px;
}

.contact-link {
border-bottom: 2px solid #6daeff;
border-radius: 8px;
background-color: #fff;
box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
padding: 20px;
margin-bottom: 30px;
}

.contact-header h2{
margin: 20px 0px;
}

.contact-link a{
/*color: #2c398a;*/
color: #000;
font-size: 16px;
}

.contact-link h5:hover{
color: #2c398a;
}

.contact-link a:hover{
color: #2c398a;
}

.contact-img{
transition: all 0.5s ease;
}

.contact-img img{
width: 100%;
height: 500px;
border-radius: 15px 0;
}
.contact-us .title {
  text-align: center;
  margin-bottom: 50px;
}
.h2h-form {
background-color: #f4f5f5;
position: relative;
padding: 100px 0;
}
.contact-link h5 {
font-size: 20px;
font-weight: 600;
text-transform: capitalize;
}
.contact-link span {
font-size: 16px;
color: #343a40c4;
}
.tab-details ul li {
font-size: 15px;
}

/*-------------about us page---------------*/
.h2h-about{
position: relative;
padding: 100px 0;
}
.about-img img {
width: 100%;
}
.Contests {
padding: 60px 0 0;
}
.title.about-title {
text-align: left;
margin-bottom: 35px;
}
.Contests h6 {
font-size: 20px;
font-weight: 600;
margin-bottom: 20px;
color: #2c398a;
}
.fantacy-about {
margin-bottom: 40px;
}
.fantacy-about a {
color: #6daeff;
font-weight: 500;
}

/*....................Terms & Conditions page .........................*/


.term-condition{
padding: 100px 0px;
}

.term-condition a {
  color: #2c398a;
  font-size: 17px;
  font-weight: 550;
}

.term-condition .title {
text-align: center;
margin-bottom: 50px;
}

.term-condition  .row {
justify-content: center!important;
}

.conditions-info span{
padding: 20px 0px 0px 0px;
font-size: 18px;
font-weight: 600;
text-transform: uppercase;
}

.conditions-info h5 {
padding: 15px 0px 15px 15px;
background-color: #f1f5ff;
color: #2c398a;
border-radius: 5px;
border: 1px solid #e9ecef;
}

.conditions-info h4 {
font-size: 17px;
padding-top: 10px;
font-weight: 550;
}

.conditions-info  p{
font-size: 15px;
padding-top: 10px;
line-height: 30px;
margin-bottom: 0px;
}

.conditions-info li::marker{
font-size: 20px;
}

.intellectual-property li::marker{
 font-size: 16px;
}

.general-term{
padding-top: 10px;
padding-left: 20px;
}

.general-term p{
font-size: 16px;
}

.term-con-info ul li {
  padding: 5px 0px;
  line-height: 30px;
}


.general-term span{
font-size: 16px;
font-weight: 600;
}

.intellectual-property {
padding-left: 40px;
}

.conditions-info ul {
  padding-left: 20px;
  list-style-type: none !important;
}

.intellectual-property li {
padding: 5px 0px;
}

.example-term{
padding-bottom: 30px;
}

.verification-term{
padding: 10px 0px;
}

.verification-term span{
font-size: 16px;
font-weight: 400;
margin-bottom: 10px; 
}

.verification-process p{
font-size: 17px;
font-weight: 600;
margin-bottom: 0px;
}

.verification-process h6{
font-size: 16px;
font-weight: 500;
margin-top: 15px;
}

.term-con-info{
padding-bottom: 30px;
}

/*....................Privacy policy page .........................*/


.privacy-policy{
padding: 100px 0px;
}

.privacy-policy a {
  color: #2c398a;
  font-size: 17px;
  font-weight: 550;
}

.privacy-policy .title {
text-align: center;
margin-bottom: 50px;
}

.privacy-policy  .row {
justify-content: center!important;
}

.privacy-policy ul {
  padding-left: 20px;
  list-style-type: none !important;
}

.policy-content{
padding-bottom: 30px;
}

.policy-content p{
padding-left: 40px;
line-height: 30px;
font-size: 16px;
}

.privacy-policy-info span{
padding: 20px 0px 0px 0px;
font-size: 18px;
font-weight: 600;
text-transform: uppercase;
}

.privacy-policy-info h5{
  padding: 15px 0px 15px 15px;
  background-color: #f1f5ff;
  color: #2c398a;
  border-radius: 5px;
  border: 1px solid #e9ecef;
}

.privacy-policy-info h4 {
font-size: 17px;
padding-top: 10px;
font-weight: 550;
}

.privacy-policy-info  p{
font-size: 16px;
padding-top: 10px;
line-height: 30px;
/*padding-left: 20px;*/
}

.privacy-term p{
margin-left: 20px;
}

.user-consent strong {
  color: #2c398a;
}

.privacy-policy-info li::marker{
font-size: 20px;
}

/*....................Game page .........................*/

.responsible-game{
padding: 100px 0px;
}

.responsible-game a {
  color: #2c398a;
  font-size: 17px;
  font-weight: 550;
}

.responsible-game .title {
text-align: center;
margin-bottom: 50px;
}

.responsible-game  .row {
justify-content: center!important;
}

.responsible-game ul {
padding-left: 40px;
}

.game-content{
padding-bottom: 30px;
}

.game-content p{
padding-left: 40px;
line-height: 30px;
font-size: 16px;
}

.gaming-info h5{
padding: 15px 0px 15px 15px;
  background-color: #f1f5ff;
  color: #2c398a;
  border-radius: 5px;
  border: 1px solid #e9ecef;
}

.gaming-info ul li{
padding: 5px 0px;
}

/*------------------responsive -----------------*/
@media only screen and (min-width:1366px) and (max-width:1440px) {
  .service-main {
    margin-top: -30px;
  }

  .h2h-banner {
    padding: 100px 0 25px;
  }

  .h2h-popular {
    padding: 160px 0 80px;
    margin-top: -119px;
  }

  .left-details h1 {
    font-size: 48px;
  }

  .gift {
    font-size: 15px;
  }

  .h2h-service {
    margin-top: 0px;
  }

  .banner-right img {
    top: 43px;
  }

  .cricket-img img {
    left: 16px;
    width: 10%;
  }

  .about-link a {
    font-size: 15px;
  }

  .h2h-users .prev-arrow.b-arrow.slick-arrow {
    left: 92%;
    top: -12%;
  }
}

@media only screen and (min-width:1366px) and (max-width:1399px) {
  .inner-tab .tab button {
    padding: 15px 42px;
  }

  .h2h-users .next-arrow.b-arrow.slick-arrow {
    top: -76px;
  }

  .popular-image {
    left: -45px;
    top: -10px;
  }

  .app-store {
    gap: 10px;
  }

  .banner-right img {
    top: 107px;
  }

}

@media only screen and (min-width:1200px) and (max-width:1365px) {

  .left-details h1 {
    font-size: 46px;
  }

  .left-details strong {
    font-size: 58px;
  }

  .app-store {
    gap: 10px;
  }

  .title h3 {
    font-size: 33px;
  }

  .gift {
    font-size: 15px;
  }

  .h2h-play .tab button {
    font-size: 15px;
  }

  .inner-tab .tab button {
    padding: 15px 42px;
  }

  .contact-img img {
    height: 450px;
  }

  .popular-image {
    left: -45px 
  }

  .app-store input {
    width: 29%;
  }

  .p1 strong {
    font-size: 22px;
  }

  .about-link a {
    font-size: 14px;
  }

  .banner-right img {
    top: 71px;
  }

  .h2h-users .prev-arrow.b-arrow.slick-arrow {
    left: 92%;
    top: -13%;
  }

  .h2h-users .next-arrow.b-arrow.slick-arrow {
    top: -83px;
    left: 96%;
  }

  .copy span {
    font-size: 26px;
  }
}