@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&amp;display=swap');
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #666666;
  position: relative;
}
p:last-of-type{
  margin-bottom: 0;
}
.container {
  max-width: 1170px;
}
h1 {
  font-size: 58px;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size:35px;
}
h4 {
  font-size:30px;
}
h5 {
  font-size:24px;
}
h6 {
  font-size:18px;
}
h1, h2, h3, h4, h5, h6{
  line-height: 1.2;
  font-weight: bold;
  color: #AA262E;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
  color: #AA262E;
}
.title{
  font-size: 40px;
  font-weight: bold;
}
a{
  color: #1f2024;
}
a:hover{
  color: #AA262E;
  text-decoration: none;
}
.green-text {
  color:#B2A2FF;
}
.color-gray{
  color: #656565;
}
.color-blue{
  color: #39237E;
}
.features .section-heading .title, .user .section-heading .title{
  text-transform: capitalize;
}
/* header starts */
 header {
  width: 100%;
  position: fixed;
  z-index: 999;
  transition: all 0.3s;
}
header .navbar {
  padding: 8px 0;
  z-index: 9;
  max-width: 1170px;
  margin: 0 auto;
}
header .nav-link {
  padding:4px 0;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-left: 12px;
  position: relative;
  text-transform: uppercase;
}
header .whatsapp.nav-item svg{
  max-width: 20px;
  vertical-align: middle;
}
header .whatsapp.nav-item svg path{
  fill: #fff;
}
header .whatsapp .nav-link{
  padding: 4px 10px;
  color: #fff !important;
  min-width: 132px;
  border-radius: 4px;
  background: #64b161;
  border: none;
  box-shadow: 0px 3px 0px rgb(71 142 69);
}
header .whatsapp .nav-link:after{
  display: none;
}
.nav-item.active .nav-link,
.nav-item .nav-link:hover {
  color: #db3333;
}

.nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left:8px;
  width: 0;
  height: 3px;
  background-color: #db3333;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

.nav-item .nav-link:hover::after,
.nav-item.active .nav-link::after {
  width: 29px;
}

.static {
  background-color: #1f2024;
  box-shadow: 0 5px 10px #db3333;
  z-index: 9;
  padding: 0;
}
header .navbar-toggler:focus {
  outline: 0;
}
.navbar-brand img {
  max-width: 460px;
  width: 70%;
}

/* header ends */

/* banner starts */
.banner {
  width: 100%;
  display: block;
  position: relative;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image:url('../images/bg-banner.png');
}
.banner-content {
  position: relative;
  padding: 180px 0;
  z-index: 1;
  color: black;
}

.banner-subheading,
.banner-heading {
  text-transform: uppercase;
}
.banner .banner-heading .green-text {
  color: #000000;
}
.banner-subheading h3{
  color: #fff;
  font-weight: 600;
}
.banner-heading h1 {
  color: #000000;
  font-weight: 800;
} 

.banner-list ul {
  padding-left: 0;
  display: block;
  list-style-type: none;
}

.banner-list li {
  display: inline-block;
  position: relative;
  padding-right:12px;
}

.banner-list li span {
  font-size: 25px;
  font-weight: 500px;
  text-transform: uppercase;
}

.seperator::after {
  content: '';
  width: 3px;
  height: 22px;
  color: white;
  position: absolute;
  right:0;
  top: 50%;
  background-color: white;
  transform: translate(-50%, -50%);
}

.android-btn {
  display: flex;
  cursor: pointer;
  align-items: center;
  border-radius: 30px;
  justify-content: space-between;
  padding: 9px 49px 8px;
  transition: ease-in 0.3s;
  border: 2px solid transparent;
}
.white-btn {
  background-color: white;
}
.black-btn {
  color: white;
  background-color: rgb(255, 255, 255);
}
.android-btn small {
  font-size: 12px;
}
.android-btn p {
  font-size: 20px;
  line-height: 1;
  font-weight: 800;
  padding-left: 15px;
}

.android-btn:hover {
  color: white;
  border: 2px solid #fff;
  background-color: transparent;
}

.android-btn:hover svg path {
  fill: white;
  transition: ease-in 0.5s;
}
.download-btn {
  max-width: 502px;
  margin: 23px 0 0;
}
.join-offer {
  margin: 30px 0 0;
}
.join-offer .early-bird{
  text-transform: uppercase;
  color: #f58106;
}
.join-offer .joining-bonus {
  color: #f3f35d;
}
.join-offer .usable {
  color: #fff;
}
/* about section starts*/
.about-section {
  padding: 45px 0;
  background-color: white;
}
.text-blue {
  color: #39237E;
}

.text-red {
  color: #AA262E;
}
.about-wrap {
  margin: 75px 0;
}
.about-wrap .section-heading {
  max-width: 300px;
}
.about-wrap p {
  color: #333333;
}
.about-title {
  font-size: 30px;
  line-height: 37px;
  font-weight: 800;
  margin:30px 0 20px 0;
  color: #AA262E;
}
.about-wrap h4 {
  font-size: 26px;
  font-weight: 800;
  line-height: 32px;
  color: #AA262E;
}
.about-wrap p a {
  color: #336CED;
}

/* about section ends */

/* play section starts */
.play {
  background-color: #FFFFFF;
  padding: 73px 0 200px;
}
.play-slider {
  margin-top: 70px;
}
.slick-track {
  display: flex !important;
}
.slick-slide {
  height: inherit !important;
}
.slick-slide img{
  transform: scale(0.85);
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  margin: 0 auto;
  transition: all 0.2s ease;
}
.user-img img{
  width: 109px;
  height: 109px;
  object-fit: cover;
  object-position: top center;
  border-radius: 100%;
  transform: unset;
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
}
.slick-slide .number {
  font-size: 43px;
  font-weight: 800;
  line-height: 1.3;
  color: rgba(16,34,105,0.14);
}
.slick-slide h5{
  color: #AA262E;
  font-weight: 600;
  font-size: 20px;
}
.slick-slide.slick-current.slick-active h5{
  font-size: 24px;
}
.slick-slide p {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 8px;
}
.slider-content {
  padding: 0 30px;
}
.slick-slide.slick-active.slick-center img {
  transform: scale(1);
}
.slick-slide.slick-active.slick-center .number {
  font-size: 51px;
  line-height: 62px;
  margin-top: 15px;
}
.slick-slide.slick-active.slick-center h3 {
  font-size: 24px;
  line-height: 29px;
}
.slick-slide.slick-active.slick-center p {
  font-size: 18px;
}
.slick-dots li {
  margin: 0;
}
.slick-dots li button:before {
  font-size: 45px;
}

.slick-dots li.slick-active button:before {
  color: #8b0a0a;
}
.slick-dots li button:before {
  color: #D1D4DE;
  opacity: 1;
}
/* play section ends */

/* app section starts */
.app {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../images/app-bg.jpg');
  padding: 100px 0 103px;
}
.app-left {
  margin: -195px 0 -190px;
}
.app-right-content .title{
  color: #d30f53;
}
.app-right-content p {
  color: white;
  font-size: 16px;
}

.app-right .input-group input{
  padding: 10px 20px;
  color: #616161;
  font-size: 16px;
  border-radius: 8px;
  height: 56px;
  border: none;
}
.app-right .input-group input::-webkit-input-placeholder {
  color: #616161;
}
.app-right .input-group input::-moz-placeholder {
  color: #616161;
}
.app-right .input-group input:-ms-input-placeholder {
  color: #616161;
}
.app-right .input-group input:-moz-placeholder {
  color: #616161;
}
.app-right .input-group-append {
  background-color: #fff;
  border-radius: 0px 10px 10px 0px;
  padding: 4px 4px 4px 0;
}

.app-right .input-group input:focus {
  outline: 0;
}

.app-right .input-group .btn {
  color: white;
  font-weight: bold;
  border-color: transparent;
  padding: 9px 14px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  background: linear-gradient(#AA262E 0%, #ac3f5b 100%);
  font-size: 18px;
  text-transform: uppercase;
}
.download-btn.get-app-btn{
  margin: 43px 0 0;
}
/* app section ends */

/* features section starts */
.features {
  margin: 160px 0 110px;
}

.feature-img::before {
  content: '';
  top:65px;
  left:0;
  width: 77px;
  height: 11px;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url('../images/feature-arrow.svg');
}

.feature-img {
  position: relative;
  text-align: center;
}
.feature-left-content strong {
  font-size: 24px;
  font-weight: 600;
}
.feature-left-content {
  text-align: right;
}
.feature-content h4 {
  font-weight: 600;
  font-size: 24px;
  color: #AA262E;
}
.feature-right-content,
.feature-left-content {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}
.feature-content {
  margin-bottom: 45px;
}
/* features section ends */

/* user section starts */

.user-slider {
  max-width: 900px;
  margin: 0 auto;
  border-radius: 8px;
  padding: 40px 0 47px;
  background-color: #f1f1f1;
}

.user-slider .slick-prev.slick-arrow,
.user-slider .slick-next.slick-arrow {
  width: 43px;
  height: 43px;
  background-color: #AA262E;
  border-radius: 50%;
}
.user-slider .slick-prev.slick-arrow {
  left: -80px;
}
.user-img {
  border-radius: 50%;
  display: inline-block;
  background-color:#F2F2F2;
  border: 2px solid #F2F2F2;
}
.slick-prev::before,
.slick-next::before {
  content: '';
  width: 12px;
  height: 21px;
  position: absolute;
  opacity:1;
  top: 50%;
  left: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
}
.slick-prev::before {
  background-image: url('../images/arrow-left.svg');
}
.slick-next::before {
  background-image: url('../images/arrow-right.svg');
}
.user-slider .slick-next.slick-arrow {
  right: -80px;
}
.username {
  font-weight: 600;
  color: #333333;
  font-size: 16px;
}
.user-slider p {
  max-width: 624px;
  margin: 0 auto;
  font-size: 16px;
  padding: 29px 0 25px;
}
/* user section ends */

/* faq section starts */
.faq {
  margin: 80px 0;
}
.card,
.card-header {
  background-color:transparent;
  border :0;
  position: relative;
}
.card.games-card {
  background-color: #fff;
}
.card-header .btn-link {
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  color: #000c23;
}
.card-header h5{
  cursor: pointer;
}
.card-header .btn-link:focus,
.card-header .btn-link:hover {
  text-decoration: none;
}
.card-body {
  color: #666666;
  font-size: 16px;
  line-height: 1.4;
  padding:5px 20px;
}
.card-header .btn-link::after {
  content: '';
  width:14px;
  height: 8px;
  position: absolute;
  top:50%;
  right: 20px;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url('../images/accordion-arrow.svg');
}
/* faq section ends */


/* point system page */

.points-img img {
  max-width: 60%;
  margin-bottom: 20px;
}
.points .card-header {
  margin-top: 20px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #336CED;
}
.points .card-header span {
  color: #336CED;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-right: 10px;
  font-size: 20px;
}
.points .card-body {
  background-color: white;
}
.points .btn-link {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.points .btn-link p {
  color: white;
  display: inline-block;
  margin-bottom: 0;
}
.points .card-header .btn-link::after {
  display: none;
}
.points-card-list {
  padding: 20px 0;
  list-style-type: none;
}
.points-card-list li {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}
.points-card-list li:last-child {
  border-bottom: 0;
  padding-bottom:0;
}
.points-card-list li span {
  float: right;
}

.points-tab .nav-tabs {
  display: flex;
  justify-content: center;
  margin: 40px 0;
  border: 0;
}

.points-tab .nav-tabs .nav-link.active {
  color: white;
  border-radius: 4px;
  border: 1px solid #336CED;
  background-color: #336CED;
}

.points-tab .nav-tabs .nav-link {
  color: #336CED;
  border-radius: 4px;
  border: 1px solid #336CED;
  background-color: white;
  margin-right: 10px;
  padding: 3px 10px;
  font-weight: 600;
}

.points-content {
  padding: 0 15px;
}

/* point system page */

/* footer starts */
.offer-bar {
  color: white;
  padding: 41px 0;
  background: linear-gradient(#AA262E 0%, #71193b 100%);
}
.offer-right .download-btn {
  max-width: 425px;
  margin-top: 0;
  margin-left: auto;
}
.offer-right .download-btn img {
  max-width: 200px;
}
.offer-left h4{
  margin: 0;
  color: #fff;
}
.footer-inner {
  color: #f4e7e8f2;
  padding: 48px 0 53px;
  background-color: #1f2024;
  font-weight: 500;
}
.footer-inner p {
  color: #f4e7e8f2;
  font-size: 14px;
}
.footer-inner ul {
  list-style-type: none;
  padding: 0;
  margin: 15px 0 0;
}
.address-wrap {
  margin: 15px 0 0;
}
.footer-links li{
  line-height: normal;
}
.footer-links li:not(:last-of-type){
  margin-bottom: 10px;
}
.footer-inner .office-wrap .icon {
  margin: 4px 0 0;
}
.footer-links li a {
  font-size: 16px;
  line-height: 1.2;
  color: #f4e7e8f2;
}
.footer-inner h5 {
  font-size: 16px;
  font-weight: bold;
  color: #f4e7e8f2;
  line-height: 1.2;
}
.office-wrap {
  position: relative;
  padding-left: 30px;
  /* border-left: 1px solid #9EA0A9; */
}
.office-wrap::before {
  width:1px;
  height: 100%;
  position: absolute;
  left: 0;
  margin: 12px 0;
  background-color: #424D77;
  content: '';
}
.social-links li {
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
}
.social-links li a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color:#af2a2a;
  border: 2px solid #af2a2a;
}
.social-links li a img {
  max-width: 28px;
}
.social-links li a:hover {
  background-color: white;
  border: 2px solid #102269;
}
.email-wrap.phone-wrap {
  margin: 15px 0 0;
}
.email-wrap .icon {
  width: 18px;
}
.address-wrap address, .email-wrap a {
  line-height: 1.4;
  margin-left: 15px;
  color: #f4e7e8f2;
  font-size: 14px;
}
.footer-logo img {
  max-width: 100px;
  margin-bottom: 9px;
}
/* footer ends */

/* about page */

/* about banner starts */
.about-banner {
  background-image: url('../images/app-bg.jpg');
}
.about-banner .banner-content {
  padding: 120px 0 0;
}

.about-banner h1 {
  font-size: 45px;
}

.about-content {
  margin: 75px 0;
}
/* about banner ends */
.introduction-outer {
  padding: 60px 0 97px;
}
.how-play-outer {
  margin: 165px 0 0;
}
.how-play-outer .play-inner:nth-of-type(even) {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.play-right .play-count {
  display: block;
  height: 83px;
  width: 83px;
  background:linear-gradient(#AA262E 0%, #ac3f5b 100%);
  border-radius: 100%;
  text-align: center;
  line-height: 83px;
  font-weight: bold;
  font-size: 41px;
  color: #fff;
  margin-right: 20px;
}
.play-right .tips-outer {
  width: calc(100% - 103px);
  width: -webkit-calc(100% - 103px);
  width: -moz-calc(100% - 103px);
  width: -ms-calc(100% - 103px);
}
.how-play-banner.inner-banner .inner-banner-heading {
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.ps-btn {
    border-radius: 50px;
    border: 1px solid var(--Black-Text, #181818);
    display: flex;
    align-items: center;
    width: max-content;
    gap: 5px;
    width: 210px;
    height: 60px;
    padding: 6px;
    transition: all ease-in-out .5s;
    background: #fff;
}
.gap-2 {
    gap: 0.5rem !important;
}
.d-flex {
    display: flex !important;
}
 [data-aos^=fade][data-aos^=fade].aos-animate {
        opacity: 1;
        transform: translateZ(0);
    }
.intro-outer .big-title {
  text-transform: uppercase;
  color: #AA262E;
}
.intro-outer p {
  font-size: 18px;
  line-height: 1.6;
  color: #333333;
}
.play-inner:not(:last-of-type) {
  margin-bottom: 100px;
}
.play-right .tips-outer .tips-title {
  font-size: 38px;
  line-height: 1.2;
  color: #0a1736;
}
.play-right .tips-outer .tips-info {
  font-size: 24px;
  line-height: 1.4;
  color: #636363;
}
.tips-outer ul {
  padding-left: 20px;
  list-style: none;
}
/*Contact Page Css*/

.contact-outer {
  padding: 110px 0;
  background-color: #F2F2F2;
}

.contact-form {
  border-radius: 16px;
  background: #fafafa;
  padding: 50px 43px;
}

.contact-form .form-group:last-of-type {
  margin-bottom: 0px;
}

.form-control {
  height: 64px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #ccc !important;
  font-weight: 600;
  font-size: 20px;
  padding: 14px 25px;
  line-height: 1.2;
  color: #0a1736;
  outline: none;
  box-shadow: none !important;
}

textarea.form-control {
  height: 181px;
  resize: none;
}

.form-control::-webkit-input-placeholder {
  color: #0A1736;
}

.form-control::-moz-placeholder {
  color: #0A1736;
}

.form-control:-ms-input-placeholder {
  color: #0A1736;
}

.form-control:-moz-placeholder {
  color: #0A1736;
}

.contact-form .btn-primary {
  width: 100%;
  background: linear-gradient(#AA262E 0%, #ac3f5b 100%);
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 17px 15px;
  height: auto;
  font-size: 22px;
  line-height: 1.3;
  color: #fff;
  font-weight: bold;
}
.contact-form .btn-primary:hover {
  color: #fff;
}
.contact-info h4 {
  font-weight: bold;
  font-size: 23px;
  line-height: 1.7;
  color: #0a1736;
}

.contact-info h3 {
  color: #0A1736;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.7;
}

.contact-info p a,
.contact-info p {
  display: block;
  font-weight: 400;
  color: #0A1736;
  font-size: 23px;
}

.contact-info .call-outer {
  margin: 45px 0;
}

.contact-info .mail-outer {
  margin-bottom: 45px;
}
/*Faq Tab*/
.faq-tab li {
  display: block;
  width: 100%;
}
.faq-section {
  padding: 50px 0 60px;
  background-color: #F2F2F2;
}
.faq-tab {
  border-bottom: none;
}
.faq-tab .nav-links {
  border-radius: 4px;
  background: #fff;
  display: block;
  background-color: #fff;
  width: 100%;
  padding: 12px 15px;
}
.faq-tab .nav-links .them-icon {
  height: 35px;
  width: 35px;
  margin-right: 12px;
  position: relative;
}
.faq-tab .nav-links .them-icon img {
  height: 35px;
  width: 35px;
}
.faq-tab li a {
  font-weight: 600;
  font-size: 18px;
  color: #000c23;
}
.faq-tab li {
  margin-bottom: 10px;
}
.faq-tab a.active {
  background:linear-gradient(#AA262E 0%, #ac3f5b 100%);
  color: #fff;
}
.faq-tab .nav-links .them-icon span.hover-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.faq-tab .nav-links.active .them-icon span.hover-img {
  opacity: 1;
}
.faq-tab .nav-links.active .them-icon span.main-img {
  opacity: 0;
}
.faq-info {
  padding: 22px 36px;
  background-color: #fff;
  height: 100%;
}
.faq-info .header-wrep:not(:first-of-type) {
  margin: 35px 0 0;
}
.faq-info .faq-title {
  font-weight: 600;
  font-size: 24px;
  color: #000c23;
  margin-bottom: 12px;
}
.faq-inner ol, .faq-inner ul{
  padding: 0 0 0 20px;
  margin: 10px 0 30px;
}
.faq-inner ol li, .faq-inner ul li{
  margin-bottom: 8px;
}
.faq-inner .sub-title {
  font-weight: 600;
  font-size: 16px;
  color: #333333;
}
.faq-inner .desc {
  font-size: 15px;
  color: #666666;
  line-height: 1.5;
  margin-bottom: 5px;
}
.faq-inner .desc:last-of-type{
  margin-bottom: 0px;
}
.faq-inner {
  margin-bottom: 20px;
}
/* width */
.faq-menu::-webkit-scrollbar {
  width: 0;
  height: 0;
}
/* Track */
.faq-menu::-webkit-scrollbar-track {
  background: transparent;
}
/* Handle */
.faq-menu::-webkit-scrollbar-thumb {
  background: transparent;
}
/* Handle on hover */
.faq-menus::-webkit-scrollbar-thumb:hover {
  background: transparent;
}
/*POINT SYSTEM*/
.earn-points {
  padding: 70px 0 80px;
  background-color: #F2F2F2;
}
.earn-points .heading-wrap .main-title {
  font-size: 32px;
  color: #AA262e;
}
.earn-points .heading-wrap {
  margin-bottom: 40px;
}
/*Round Tab*/
.round-tab li a {
  border-radius: 35.5px;
  display: inline-block;
  padding: 10px 37px;
  font-weight: bold;
  text-align: center;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -moz-transition: all 0.35s;
  text-transform: uppercase;
  border: 2px solid #950e18f2;
  font-size: 27px;
  color: #39237e;
}
.round-tab li a:hover {
  color: #fff;
  background: linear-gradient(#AA262E 0%, #ac3f5b 100%);
}
.round-tab li {
  margin-right: 10px;
}
.round-tab li:last-child {
  margin-right: 0;
}
.round-tab {
  border-bottom: 0;
}
.round-tab li a.active {
  background: linear-gradient(#AA262E 0%, #ac3f5b 100%);
  color: #fff;
}
.round-item {
  max-width: 380px;
}
.round-content {
  margin-top: 43px;
}
.round-item .them-img img {
  height: 128px;
  height: 128px;
  border-radius: 100%;
}
.round-item .them-img {
  margin-bottom: 30px;
}
.round-item .round-title {
  font-weight: 600;
  font-size: 25px;
  color: #0a1736;
}
.round-item .desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #636363;
}
/*Counting*/
.games-card .number-info {
  width: 35px;
  height: 35px;
  background: #fff;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color:#39237E;
  display: inline-block;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.games-card .card-header {
  padding: 10px 12px;
  background:linear-gradient(#AA262E 0%, #ac3f5b 100%);
  border-radius: 40px;
}
.games-card .card-link {
  font-weight: 800;
  font-size: 20px;
  color: #fff !important;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.games-card {
  border-radius: 28px;
}
.card.games-card:not(:last-of-type) {
  margin-bottom: 40px;
}
.game-categery-info {
  padding: 0;
  margin: 0;
  list-style: none;
}
.game-categery-info .item-in-wrep {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.game-categery-info .item-info {
  font-weight: 500;
  font-size: 20px;
  color: #333;
}
.game-categery-info .item-info:first-child {
  padding-right: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.game-categery-info .item {
  padding: 20px 10px 21px 0;
  border-bottom: solid 1px #e4e2e2;
}
.games-card .card-body {
  padding: 34px 90px 46px;
}
.game-categery-info .item:first-child {
  padding-top: 0;
}
.game-categery-info .item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.square-tab li a {
  padding: 8px 40px;
  background-color: #FFFFFF;
  border: solid 1px #39237E;
  display: inline-block;
  border-radius: 3px;
  min-width: 140px;
  font-family: Montserrat;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #39237E;
  text-align: center;
}
.square-tab li a.active {
  background:linear-gradient(#AA262E 0%, #ac3f5b 100%);
  color: #fff;
}
.square-tab li {
  margin-right: 12px;
}
.square-tab {
  border-bottom: none;
}
.cricket-desc {
  margin-bottom: 60px;
}
.square-tab {
  border-bottom: none;
  margin-bottom: 30px;
}
.bullet-list {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-top: 30px;
  padding-left: 20px;
}
.bullet-list li {
  margin-bottom: 15px;
  list-style: disc;
}
.bullet-list li:last-child {
  margin-bottom: 0;
}
/*Privacy Policy Sec*/

.privacy-policy {
  padding: 80px 0;
}

.policy-info .policy-inner:not(:last-of-type) {
  margin-bottom: 32px;
}
.privacy-policy .main-title {
  margin-bottom: 20px;
  color: #AA262E;
  font-weight: bold;
}
.privacy-policy ul, .privacy-policy ol{
  padding-left: 15px;
  margin-bottom: 15px;
}
.privacy-policy ul li {
    list-style-type: disc;
    margin-bottom: 10px;
}
.privacy-policy ol li {
    list-style-type: decimal;
    margin-bottom: 10px;
}

/*go-whatsapp*/
.go-whatsapp {
  bottom: 0;
  z-index: 2;
  text-align: right;
}
.go-whatsapp a {
  width: 85px;
  height: 85px;
  background: #fff;
  filter: drop-shadow(0px 10px 30px rgba(0, 0, 0, 0.2));
  display: inline-block;
  border-radius: 100%;
  text-align: center;
  line-height:73px;
  position: absolute;
  bottom: 15px;
  padding: 5px;
}
.go-whatsapp a img {
  max-width: 70%;
}

.mentinans-sec .modal-dialog {
  max-width: 100%;
  display: flex;
  justify-content: center;
  background-color: #fff;
  height: 100%;
  align-items: center;
  margin-top: 0;
}
.mentinans-sec .modal-content {
  width: auto;
  border-color: transparent;
      max-width: 580px;
}
.mentinans-sec .them-img {
  margin-bottom: 25px;
}
.mentinans-sec .them-info {
  margin-bottom: 20px;
}
.back-soon-wrap {
  margin: 20px 0;
}
span.back-soon {
  padding: 13px 20px;
  background-color: #363789;
  color: #ffff;
  font-size: 15px;
  display: inline-block;
}
.mentinans-sec .modal {
  padding: 15px!important;
}