/*----------------------- Lato-Regular  ------------------------- */
@font-face {
    font-family: 'Lato-Regular';
    src: url('fonts/Lato-Regular.html');
    src: url('fonts/Lato-Regulard41d.html?#iefix') format('embedded-opentype'),
        url('fonts/Montserrat-Bold.html#Gilroy-Black') format('svg'),
        url('fonts/Lato-Regular-2.html') format('truetype'),
        url('fonts/Lato-Regular-3.html') format('woff'),
        url('fonts/Lato-Regular-4.html') format('woff2');
    font-style: normal;
    font-style: normal;
}

*{
    margin: 0;
    padding: 0;
}

body h1, h2, h3, h4, h5 {
    font-family: 'poppins';
}

body h2 {
    font-size: 45px;
    text-align: center;
    font-weight: bold;
}

body p, span {
  font-family: 'Lato';
}

section {
    margin: -20px 0;
}

section.sec-banner{
    margin: 0;
}

img.img-thumbnail {
    padding: none;
    border: none;
    background: none;
}

/*-------------------- Home Banner ----------------------*/
.sec-banner .bnr-head-2 {
    padding: 120px 0 0 ;
}


section.sec-banner {
    position: relative;
}

section.sec-banner .contain-bnr-2 {
    position: absolute;
    top: 0;
    bottom: unset;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
    height: 100%;
    display: flex;
    align-items: center;
}

.sec-banner .bnr-head h1 {
    color: #fff;
    font-size: 68px;
    font-weight: bold;
    text-align: left;
    line-height: 1.2;
    margin: 10px 0 20px;
}

.sec-banner .bnr-head h1>span {
    color:#F7D688;
}

.sec-banner .bnr-head h3 {
    color: #fff;
    font-size: 48px;
    font-weight: 500;
    text-align: left;
} 

section.sec-banner:after {
    content: "";
    width: 20%;
    height: 275px;
    background: url("../img-2/1_Banner-Area/Left-Side-Number.svg");
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    z-index: 999;
}

section.sec-banner:before {
    content: "";
    width: 15%;
    height: 275px;
    background: url("../img-2/1_Banner-Area/Right-Side-Bottom-Number.svg");
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 0;
    right: 0;
    z-index: 999;
}

/*-------------------- header ----------------------*/
header {
  width: 100%;
  background: none;
  padding: 10px 0;
  position: absolute;
  top: 0;
  z-index: 9999;
}

header .container {
  max-width: 1760px;
}

header .container:after {
  content: "";
  width: 60%;
  height: 2px;
  background: #000;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/* Menu text styling */
ul.navbar-nav li a.nav-link {
  color: #fff !important;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  padding: 0 20px !important;
  transition: color 0.3s ease;
}

ul.navbar-nav li a.nav-link:hover {
  color: #FFCC56 !important;
}

.navbar-expand-lg .navbar-nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  ul.navbar-nav li a.nav-link {
    font-size: 16px;
    padding: 8px 12px !important;
  }
}

@media (max-width: 576px) {
  ul.navbar-nav li a.nav-link {
    font-size: 14px;
    padding: 6px 10px !important;
  }
}

/* Mobile menu background */
@media (max-width: 992px) {
  .navbar-collapse {
    background: #000 !important;
    padding: 10px;
  }
}

/* Make toggler icon visible */
.navbar-toggler {
  border-color: #fff;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}


/*------------------- HOW TO PLAY  -------------------*/
section.sec-how-ply iframe {
    width: 530px;
    height: 290px;
    border-radius: 25px !important;
    box-shadow: -25px -30px 0 #7e04b1;
    margin-top: 40px;
}

.sec-how-ply .ytp-cued-thumbnail-overlay-image {
    background-image: url("img/How-to-play/Video-image.html");
}

h2.head-undr-lin {
    position: relative;
    line-height: 1.6;
}

section.sec-how-ply {
    position: relative;
    width: 100%;
    height: 100%;
    background: url("../img-2/2_About-Section/About-BG.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0;
    position: relative;
}

section.sec-how-ply:before {
    content: "";
    width: 200px;
    height: 145px;
    position: absolute;
    background: url("../img-2/2_About-Section/Money-Graphic.svg");
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 0;
    right: 4%;
}

section.sec-how-ply h2 {
    position: relative;
    padding-top: 98px;
}

section.sec-how-ply h2:after {
    content: "";
    width: 8%;
    height: 110px;
    background: url("../img-2/2_About-Section/Matka-icon.svg");
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
}

section.sec-how-ply .container {
    position: relative;
}

section.sec-how-ply .container:after {
    content: "";
    width: 120px;
    height: 165px;
    position: absolute;
    background: url(../img-2/2_About-Section/About-Right-Side-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 20%;
    right: 0;
}

section.sec-how-ply .container:before {
    content: "";
    width: 120px;
    height: 165px;
    position: absolute;
    background: url("../img-2/2_About-Section/About-Left-Side-icon.svg");
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 15%;
    left: 0;
}


/*------------------- Tab -------------------*/
.sec-abut-gme .sec-tab {
    width: 100%;
    height: auto;
    background: transparent linear-gradient(135deg, #151517 0%, #2D2C31 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #151517;
    border-radius: 12px;
    opacity: 1;
    padding: 30px 0 40px; 
    display: flex;
    justify-content: center;
    align-items: normal;
}

.sec-tab ul.nav.nav-tabs {
    border: none;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    padding: 0;
    margin: 0 0 40px;
}

.sec-tab ul li a:hover {
    color: #181818;
    background:transparent linear-gradient(114deg, #ffffff 0%, #FFCC56 100%) 
    0% 0% no-repeat padding-box !important;
}

.sec-tab ul li a {
    background:  transparent linear-gradient(180deg, #2D2C31 0%, #151517 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    color: #fff;
    border-radius: 12px;
    font-size: 18px;
    font-family: "poppins";
    text-decoration: none;
    padding: 15px 100px;
    font-weight: bold;
    position: relative;
}

.sec-tab ul li a.active {
    background: #F7D688;
    color: #181818;
}

.sec-tab ul li a:after {
    content: "";
    width: 35px;
    height: 35px;
    background: url("../img-2/4_Our-Game-Results/Gold-Star.svg");
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    right: 60px;
    z-index: 9999;
}

.col-lg-12.tab-content {
    display: contents;
    align-items: center;
    margin:0 0 0 8%;
}

.sec-tab .tab-pane {
    background: #2D2C31 0% 0% no-repeat padding-box;
    border: 2px solid #151517;
    border-radius: 12px;
    opacity: 1;
    width: 45%;
    padding: 20px;
    margin: 5px;
}

div#menu3:last-child {
    margin: 0 0 0 8%;
    max-width: 100%;
}

.sec-tab .tab-pane h3 {
    color: #F7D688;
}

.sec-tab .tab-pane a {
    text-decoration: none;
}

.sec-tab .tab-pane p {
    color: #fff;
}

.sec-tab .tab-pane {
    display: inline-flex;
    align-items: center;
}

.sec-tab .tab-pane div {
    width: max-content;
    margin-left: 50px;
}


.tab-content span {
    color: #fff;
    background: transparent linear-gradient(135deg, #151517 0%, #2D2C31 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #151517;
    opacity: 1;
    font-size: 38px;
    border-radius: 12px;
    padding:15px 20px;
    margin-left: 50px;
}

.sec-abut-gme{
    position: relative;
}

.sec-abut-gme:after {
    content: "";
    width: 120px;
    height: 165px;
    position: absolute;
    background: url(../img-2/2_About-Section/About-Left-Side-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 20%;
    right: 4%;
}

.sec-abut-gme:before {
    content: "";
    width: 120px;
    height: 165px;
    position: absolute;
    background: url(../img-2/2_About-Section/About-Right-Side-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 15%;
    left: 4%;
}

/*------------------- OUR GAMES -------------------*/
section.sec-our-gme {
    width: 100%;
    height: 100%;
    background: url("../img-2/3_Game-Step-Section/Game-Step-BG.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0;
    position: relative;
    margin-top: -15px;
}

section.sec-our-gme:after {
    content: "";
    width: 20%;
    height: 385px;
    background: url(../img-2/3_Game-Step-Section/Step_Left-Side-Graphic.svg);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    top: 25%;
    left: 0;
    z-index: 999;
}

section.sec-our-gme:before {
    content: "";
    width: 6%;
    height: 385px;
    background: url(../img-2/3_Game-Step-Section/Step_Right-Side-Graphic.svg);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 5%;
    right: 0;
    z-index: 999;
}


section.sec-our-gme .col-lg-6 {
    padding-top: 40px;
}

.text-styl {
    margin: auto;
}

.text-styl h3 {
   color: #fff;
   font-size: 28px;
   font-weight: 600;
   line-height: 1.3;
   text-align: center;
}

.text-styl p {
   color: #181818;
   font-size: 18px;
   font-weight: 600;
   text-align: center;
   margin-bottom: 20px;
}

.text-styl h3.d-flex.justify-content-end.padd-1 {
    padding-right: 45px;
}

.text-styl h3.d-flex.justify-content-end.padd-2 {
    padding-right: 58px;

}
.text-styl h3.d-flex.justify-content-end.padd-3 {
    padding-right: 68px;
}

.sec-our-gme h3 {
    color: #fff !important;
    text-align: left;
    padding: 20px 30px 0;
    line-height: 1.3;
   margin: 0 !important
}

.sec-our-gme h1 {
    padding: 0 30px 0;
}

.sec-our-gme h3:nth-child(1) {
    font-size: 45px;
    position: relative;
}

.sec-our-gme h3:nth-child(1):after {
    content: "";
    width: 121px;
    height: 70px;
    position: absolute;
    background: url(../img-2/3_Game-Step-Section/Heading-Coin.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left: 265px;
}

.sec-our-gme p {
    color: #919192;
    text-align: left;
    font-weight: 400;
    padding: 10px 30px 20px;
}

.sec-our-gme .col-lg-4 {
    width: 31.333%;
    height: 536px;
    background: url("../img-2/3_Game-Step-Section/Step-1/Step-1-box.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: auto;
    z-index: 999999999;
}

.sec-our-gme .col-lg-4 img:first-child {
    height: 250px;
    padding: 65px 35px 0;
}

.sec-our-gme .col-lg-4 img:last-child {
    padding: 0 30px 0;
}

.sec-our-gme .sec-ply-gme {
    /* padding: 80px 35px 0; */
}


/*---------------- Rating ---------------*/
.row.strt-ply-2nd .progress {
    margin: 25px 0;
}   

.col-lft h2 {
    font-size: 52px;
    width: max-content;
    color: #fff;
    text-align: left;
    position: relative;
    padding: 10px 0 0 100px;
}

.col-lft h2::before { 
    content: "";
    width: 65px;
    height: 65px;
    background: url(../img-2/5_Content-Area/2nd-Review-Rating/Review-icon.svg);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
}

.col-lft h2::after { 
    content: "";
    width: 150px;
    height: 25px;
    background: url(../img-2/5_Content-Area/2nd-Review-Rating/All-Star.svg);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 20px;
    right: -165px;
}

.strt-ply-2nd .col-lft .progress {
    --bs-progress-bg: #000 !important;
    position: relative;
    overflow: visible;
    margin-left: 60px;
}

.strt-ply-2nd .col-lft .progress:after {
    content: "";
    width: 22px;
    height: 22px;
    background: url(../img-2/5_Content-Area/2nd-Review-Rating/One-Star.svg);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    top: -5px;
    left: -35px;
}

.progress span {
    color: #fff;
    position: absolute;
    left: -60px;
    top: -10px;
    font-family: "poppins";
    font-size: 24px;
}

.row.strt-ply-2nd .progress-bar {
    background: #FFCC56;
    border-radius: 25px;
}

/*---------------- OUR GAME ---------------*/
.sec-abut-gme {
    width: 100%;
    height: 100%;
    background: url("../img-2/2_About-Section/About-BG.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0;
    position: relative;
}


.sec-abut-gme .abt-styl p {
    color: #888888;
    font-size: 18px;
}

.sec-abut-gme .abt-styl h2 {
    color: #190040;
    padding:55px 0 30px;
    text-align: center;
    position: relative;
}

.sec-abut-gme .abt-styl h2:after {
    content: "";
    width: 120px;
    height: 70px;
    position: absolute;
    background: url(../img-2/4_Our-Game-Results/Game-Result-title-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: -25px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.sec-abut-gme .abt-styl {
    margin: auto;
}


.sec-abut-gme .col-lg-5 {
    display: flex;
    justify-content: flex-end;
    padding: 0;
}

/*------------------- START PLAYING ----------------------*/
.strt-ply-inr {
    margin: auto;
}

.gme-compn {
    width: 100%;
    height: 200px;
    background: url(../img-2/5_Content-Area/1st-Company/Company-Gold-Box.svg);
    border-radius: 12px;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px;
    text-align: center;
    margin: 20px 0;
    opacity: 1;
}

.gme-compn p {
    text-align: center;
    color: #181818;
    font-weight: 600;
}

.row.strt-ply-2nd {
    background: #2D2C31 0% 0% no-repeat padding-box;
    border-radius: 15px;
    opacity: 1;
    margin: 40px 0 65px;
    padding-bottom: 20px;
}

.row.strt-ply-2nd h3 {
    text-align: end;
}

.row.strt-ply-2nd p {
    text-align: end;
}

.sec-our-gme .row.strt-ply-2nd h3:nth-child(1):after {
    background: url(../img-2/5_Content-Area/2nd-Review-Rating/Title-Coin-Flip.svg);
    left: 310px;
    background-size: contain;
    background-repeat: no-repeat;
}

.sec-our-gme .row.strt-ply-3rd h3:nth-child(1):after {
    left: 360px;
    background-size: contain;
    background-repeat: no-repeat;
}

.ply-3rd-user {
    background: transparent linear-gradient(107deg, #FFE88B 0%, #FFCC56 100%) 0% 0% no-repeat padding-box;
    border: 2px solid #151517;
    border-radius: 93px;
    opacity: 1;
    margin: 10px 0;
    padding: 15px 0 0;
    position: relative;
}

.ply-3rd-user h4 {
    font-size: 30px;
    font-family: "poppins";
    font-weight: bold;
    padding: 0 0 0 38%;
}

.ply-3rd-user p {
    font-size: 20px;
    color: #181818;
    padding: 0 0 0 38%;
}

.ply-3rd-user:nth-child(1):after {
    content: "";
    width: 60px;
    height: 60px;
    background: url("../img-2/5_Content-Area/3rd-Play-Earn-More/User-icon.svg");
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    top: 20px;
    left: 50px;
}

.ply-3rd-user:nth-child(2):after {
    content: "";
    width: 60px;
    height: 60px;
    background: url("../img-2/5_Content-Area/3rd-Play-Earn-More/Money-Icon.svg");
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    top: 20px;
    left: 50px;
}

/*---------------- Get The App Link --------------------*/
.sec-get-lnk {
    width: 100%;
    height: 100%;
    background: url("../img-2/2_About-Section/About-BG.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0;
    position: relative;
}

.sec-get-lnk:after {
    content: "";
    width: 120px;
    height: 165px;
    position: absolute;
    background: url(../img-2/2_About-Section/About-Right-Side-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 15%;
    right: 4%;
}

.sec-get-lnk:before {
    content: "";
    width: 120px;
    height: 165px;
    position: absolute;
    background: url(../img-2/2_About-Section/About-Left-Side-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 30%;
    left: 4%;
}


section.sec-get-lnk .container {
    padding-top: 80px;
    padding-bottom: 60px;
}

.sec-get-lnk a {
    background: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 12px;
    letter-spacing: 0px;
    padding: 5px 25px 5px 75px;
    text-decoration: none;
    display: inline-block;
    color: #000000;
    font-weight: bold;
    line-height: 1.3;
    font-family: 'Lato';
    font-size: 26px;
    opacity: 1;
    position: relative;
}

.sec-get-lnk p {
    font-size: 18px;
    color: #181818;
    padding: 5px 0 10px 80px;
    position: relative;
}

.sec-get-lnk p:after {
    content: "";
    width: 65px;
    height: 65px;
    background: url("../img-2/6_App-Download/Money-icon.svg");
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    top: 2px;
    left: 0;
}

.sec-get-lnk p:nth-child(4):after {
    content: "";
    width: 65px;
    height: 65px;
    background: url("../img-2/6_App-Download/invite-friend-icon.svg");
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    top: 2px;
    left: 0;
}


.sec-get-lnk h3 {
    font-weight: bold;
    font-size: 30px;
}

.sec-get-lnk h1 {
    color: #181818;
    font-size: 65px;
    font-weight: bold;
    padding: 0 0 10px;
}

.sec-get-lnk h1 span {
    color: #FFC52A;
    font-family: 'Montserrat';
}

.sec-get-lnk  a.btn.text-white.rounded-pill {
    background: #181818 !important;
    color: #fff!important;
}
.app-image {
  width: 100%;
  height: auto;
  max-width: 280px; /* keeps a nice upper limit for large screens */
  display: block;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .app-image {
    max-width: 220px;
  }
}

@media (max-width: 768px) {
  .app-image {
    max-width: 180px;
  }
}

@media (max-width: 576px) {
  .app-image {
    max-width: 140px;
  }
}


/*--------- FREQUENTLY ASKED QUESTIONS ------------*/
section.ec-get-lnk {
    width: 100%;
    height: 100%;
    background: url(../img-2/2_About-Section/About-BG.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 190px 0 90px;
}


.ec-get-lnk button.accordion-button {
    background: #2D2C31 0% 0% no-repeat padding-box;
    padding: 25px 20px 20px 20px;
    color: #fff !important;
    position: relative;
    border-radius: 2px 16px;
}

.ec-get-lnk .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: unset;
    --bs-accordion-inner-border-radius: calc(1.375rem - 1px);
}

.ec-get-lnk .accordion-body {
    background: #181818;
    color: #fff !important;
    font-family: "Lato";
    border-radius: 2px 0 0 16px;
    padding: 25px 20px;
    margin: -10px 0 0;
}

.ec-get-lnk h2 {
    color: #181818;
}

.ec-get-lnk .row {
    position: relative;
   
}

.ec-get-lnk .row:after {
   content: "";
   width: 10%;
   height: 83px;
   background: url(../img-2/8_FAQs/faq-icon.png);
   position: absolute;
   background-size: contain;
   background-repeat: no-repeat;
   top: -92px;
   left: 0;
   right: 0;
   margin: auto;
}

.accordion-button:not(.collapsed) {
    color: #181818 !important; 
}

section.ec-get-lnk  .accordion-item {
    margin-bottom: 20px;
    margin-top: 20px;
    border: none;
}

section.ec-get-lnk  {
    position: relative;
}

section.ec-get-lnk .accordion-button::after {
    width: 20px;
    background-image: url("../img-2/8_FAQs/FAQ-Down-arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

section.ec-get-lnk .accordion-button:not(.collapsed)::after {
    background-image: url("../img-2/8_FAQs/FAQ-UP-arrow.svg");
    transform: rotate(180deg);
}

section.ec-get-lnk .accordion-button:focus {
    box-shadow: none;
}

section.ec-get-lnk .accordion {
    --bs-accordion-border-color: none;
    --bs-accordion-bg: none;
}

/*--------------------  WHAT WINNERS SAY ABOUT US ---------------------*/
/* Container grid layout */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}

/* Winner Card Styling */
.winner-card {
  background: #181818;
  border: 12px solid #ffcc56;
  border-radius: 45px;
  padding: 40px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.winner-card .win-box {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(160deg, #FFE88B 0%, #FFCC56 100%);
  border-radius: 12px;
  width: 80%;
  margin: 20px auto;
  padding: 10px 0;
}

.winner-card h5 {
  font-size: 24px;
  font-weight: 600;
  color: #F7D688;
}

.winner-card h3 {
  margin: 0;
  font-size: 22px;
  color: #000;
}

.winner-card p {
  color: #757575;
  font-size: 18px;
}

.winner-card span {
  color: #F7D688;
  font-size: 20px;
}

/* Responsive Breakpoints */
@media (max-width: 1023px) {
  .cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .cards-grid {
    grid-template-columns: 1fr;
  }
}

/*-------------------- Footer ---------------------*/
footer.sec-foot {
    background: transparent linear-gradient(90deg, #151517 0%, #2D2C31 50%, #151517 100%) 
    0% 0% no-repeat padding-box;
    opacity: 1;
    padding: 90px 0 0;
    font-family: "Lato";
}

.sec-foot-1 {
    position: relative;
    padding: 65px 0 0;
}

.sec-foot-1 p {
    text-align: center;
    color: #919192;
    font-size: 16px;
    margin: 45px 0 0;
}

.sec-foot-1:after {
    content: "";
    width: 10%;
    height: 92px;
    background: url("../img-2/9_Footer/SattaKingProLogo.png");
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.sec-foot-1 ul {
    display: flex !important;
    justify-content: center;
    padding: 20px 0 20px;
}

.sec-foot-1 ul li {
    list-style: none;
}

.sec-foot-1 ul li a {
    color: #fff;
    padding: 0 20px 0;
    font-size: 16px;
}

.sec-foot-1 ul li a:hover {
    color: #fff;
}

.sec-foot-1 .nav-link:focus, .nav-link:hover {
    color: #fff;
}

.sec-foot-2 {
    display: flex;
    justify-content: center;
}

.sec-foot-2 img {
    width: max-content;
    height: 35px;
}

.sec-foot-2 p {
    color: #919192;
    margin: auto;
}

.sec-foot-2 {
    width: 50%;
    border: 1px solid #919192;
    border-radius: 45px;
    padding: 10px 15px;
    margin: auto;
    opacity: 1;
}

.sec-foot-3 {
    padding: 28px 0 2px;
    display: flex;
    justify-content: center;
}

.sec-foot-3 .d-flex {
    padding: 0;
}



.sec-foot-3 ul li a {
    padding: 0 2px 0;
}

.sec-foot-3 ul li {
    list-style: none;
}

.sec-foot-4 p {
    text-align: center;
    color: #919192;
    font-size: 16px;
    margin-bottom: 8px;
}

.sec-foot-4 p:nth-child(3) {
    margin-bottom: 25px;
}

.sec-foot-5 {
    padding: 20px 0 45px;
    display: flex;
    justify-content: space-around;
    border-top: 2px solid#151517;
}


.sec-foot-5 p {
    text-align: left;
    color: #919192;
    font-size: 16px;
}






/*---------------------- Previous-Result -------------------------*/
/*---------- Banner ----------*/
#page-prev-2 section.sec-banner .contain-bnr-2 {
    top: 45%;
    height: auto;
}

#page-prev-2 section.sec-banner {
    height: 550px;
}

#page-prev-2 .sec-banner .bnr-head h3 {
    font-weight: 600;
    line-height: 0.6;
}

#page-prev-2 .sec-banner .bnr-head h1 {
    margin: 0;
}

#page-prev-2 .sec-banner .col-lg-2 {
    width: 14%;
    height: 150px;
}

#page-prev-2 section.sec-banner:before {
    content: "";
    width: 15%;
    height: 215px;
}

.sec-pre-our {
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(90deg, #151517 0%, #2D2C31 50%, #151517 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    background-size: cover;
    padding: 120px 0;
    position: relative;
}


.sec-pre-our:after {
    width: 100%;
    height: 80px;
    background: url(../img-2/7_Winner-Section/7_winner-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -8px;
    left: 0;
 }

.sec-pre-our .abt-styl h2:after {
    content: "";
    width: 120px;
    height: 70px;
    position: absolute;
    background: url(../img-2/Dmatka-Previous-Game-Result-Page/2-Our-All-Game-Results-Section/game-result-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: -25px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 999;
}

/*---------- Buchstaben ----------*/
section.sec-rslt-cont {
    width: 100%;
    height: 100%;
    background: url(../img-2/2_About-Section/About-BG.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px 0 20px;
    position: relative;
}

section.sec-rslt-cont1 {
    width: 100%;
    height: 100%;
    background: url(../img-2/2_About-Section/About-BG.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px 0 20px;
    position: relative;
}

section.sec-rslt-cont1:before {
    display: none;
}

section.sec-rslt-cont1 p {
   
    position: relative;
 
}

section.sec-rslt-cont:before {
    display: none;
}

section.sec-rslt-cont p {
    text-align: end;
    position: relative;
    padding-right: 70px;
}

section.sec-rslt-cont p:after {
    content: "";
    width: 45px;
    height: 45px;
    position: absolute;
    background: url(../img-2/Dmatka-Previous-Game-Result-Page/1-Header-banner-Area/Trophy-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
}

/*---------- Our All Game Results Tab ----------*/
.sec-pre-our:before {
   display: none;
}

.sec-pre-our .abt-styl h2 {
   color: #fff;
}

.sec-pre-our .tab {
  /* width: 50%;
  margin-left: 20px; */
}

/* Style the buttons inside the tab */
.sec-pre-our .tab button {
  cursor: pointer;
  color: #F7D688;
  background: none;
  padding: 6px 32px;
  line-height: 1.2;
  margin: 0 8px;
  border-radius: 60px;
  border: 2px solid #919192;
  transition: 0.3s;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0px;
  opacity: 1;
  font-family: "poppins";
}

.sec-pre-our .tab button:hover {
    background: transparent linear-gradient(166deg, #FFE88B 0%, #FFCC56 100%) 0% 0% no-repeat padding-box;
    color: #181818;
    border: 2px solid #F7D688;
}

/* Create an active/current tablink class */
.sec-pre-our .tab button.active {
  background-color: #F7D688;
  color: #181818;
  border: 2px solid #F7D688;
}
.sec-pre-our table.table.table-dark {
    margin: 20px 0 0;
}

.sec-pre-our table th {
    font-weight: 400;
    padding-left: 30px;
    border-bottom: 2px solid #919192;
    background: #2D2C31 0% 0% no-repeat padding-box;
    border-right: 2px solid #919192;
    color: #DBDBDB;
}

.sec-pre-our span img {
    padding: 10px;
}

.sec-pre-our table td {
    text-align: center;
    border-left: 2px solid #919192;
    border-bottom: 2px solid #919192;
    background: #2D2C31 0% 0% no-repeat padding-box;
    border-left: 2px solid #919192;
    color: #DBDBDB;
}

.sec-pre-our tr.tr-th th {
    background: #FFE88A 0% 0% no-repeat padding-box;
    color: #181818;
    border: none;
    font-family: "poppins" !important;
    font-size: 18px;
    text-align: center;
    padding: 12px 0;
    width: 0%;
    opacity: 1;
    cursor: pointer;
    border-left: 2px solid #919192;
}

.sec-pre-our tr.tr-th th:first-child {
    font-family: "poppins" !important;
    font-size: 24px;
    padding: 20px 0;
    font-weight: 900;
    border-radius: 18px 0 0 0;
    border: none;
}

.sec-pre-our tr.tr-th th:last-child {
    border-radius:0 18px 0 0;
    background: #ffe88a;
}


/* .sec-pre-our .tr-hide{
    display: none
    } */

/*------------------ TAB-SLIDER ----------------------*/
.tabslider .slick-prev:before {
        display: none;
}

.tabslider .slick-prev {
    width: auto;
    height: auto;
}

.tabslider .slick-next:before {
        display: none;
}

.tabslider .slick-next {
    width: auto;
    height: auto;
}

.sec-pre-our .tab button {
    padding: 0;
}

.sec-pre-our .tab button a {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
}



@media only screen and (max-width: 1400px) {
/*------------ Home Banner -------------*/
.sec-banner .bnr-head h1 {
    font-size: 65px;
}

.sec-banner .bnr-head-2 a {
    padding: 14px 48px;
    font-size: 20px;
}

.col-lg-6.bnr-head-2.bnr-head p {
    padding-left: 65px;
}

.col-lg-6.bnr-head-2.bnr-head p:nth-child(2) {
    margin-bottom: 10px;
}


.sec-our-gme .row.strt-ply-2nd h3:nth-child(1):after {
    left: 225px;
}

/*------------ Home Banner -------------*/
.sec-foot-2 {
    width: 53%;
}

/*------------ Previous-Result ------------*/
/*---------- Banner ----------*/
.sec-pre-our tr.tr-th th:first-child {
    font-size: 18px;
}

.sec-pre-our .tab button {
    font-size: 18px;
}

.sec-pre-our tr.tr-th th {
    font-size: 14px;
}

.sec-pre-our table th {
    font-size: 14px;
}

.sec-pre-our table td {
    font-size: 12px;
}

/* end 1400 */
}


@media only screen and (max-width: 1366px) {
/*----------------- header  -----------------*/
ul.navbar-nav li a.nav-link {
    font-size: 14px;
}

/*---------- WHAT WINNERS SAY ABOUT US -----------*/    
.tstmo-slider h5 {
    font-size: 22px;
    font-weight: 600;
    color: #F7D688;
}

.tstmo-slider p {
    font-size: 16px;
}

.tstmo-slider img {
    left: -35px;
    top: 20px;
    width: 100px;
    border-radius: 15px 30px;
}

.tstmo-slider p:last-child {
    font-size: 16px;
}

.sec-foot-2 p {
   font-size: 14px;
}

.sec-tab .tab-pane div {
    width: max-content;
    margin-left: 20px ;
}



/* end 1366*/
}   


@media only screen and (max-width: 1200px) {
body h2 {
    font-size: 35px;   
}

ul.navbar-nav li a.nav-link {
    font-size: 14px;
    padding: 0 10px !important;
}

a.btn.text-white.rounded-pill {
    font-size: 14px;
}

/*---------- OUR GAMES -----------*/
.text-styl h3 {
    color: #190040;
    font-size: 24px;
}    

.text-styl p {
    font-size: 16px;
}

/*---------- WHAT WINNERS SAY ABOUT US -----------*/
.tstmo-slider img {
    left: -35px;
    top: 25px;
    width: 115px;
    border-radius: 15px 30px;
}

.tstmo-slider h5 {
    font-size: 20px;
}

.tstmo-slider p {
    font-size: 14px;
}

.tstmo-slider p:last-child {
    font-size: 16px;
}

.sec-abut-gme .abt-styl p {
    font-size: 16px;
}

/*--------- Get The App Link -----------*/
.sec-get-lnk p {
    font-size: 16px;
}

.sec-get-lnk a {
    font-size: 22px;
    padding: 4px 20px 4px 65px;
    text-align: left;
}

section.sec-get-lnk .container {
    padding: 0;
}

/*---------------- How To Play -----------------*/
section.sec-how-ply iframe {
    width: 460px;
    height: 250px;
    margin-left: 30px;
}

.sec-our-gme .row.strt-ply-2nd h3:nth-child(1):after {
    left: 135px;
}

.sec-our-gme .sec-ply-gme {
    /* padding: 120px 35px 0; */
}

.sec-our-gme p {
    /* padding: 0;
    margin: 0; */
    padding: 5px 18px 0;
}

.sec-our-gme h3 {
    /* padding: 0;
    margin: 0; */
    padding: 0 18px 0;
}

.sec-our-gme h1 {
    padding: 0 18px 0;
}

.sec-tab ul li a:after {
    right: 45px;
}

.sec-our-gme .col-lg-4 img:last-child {
    padding: 0 18px 0;
}

.sec-our-gme .col-lg-4 img:first-child {
    height: 135px;
    padding: 0 22px 0;
    margin: 110px 0 0;
}

/*-------- OUR GAME RESULT --------*/
.sec-tab ul li a {
    font-size: 16px;
    padding: 15px 80px;
}

/* end 1200 */
}
    

@media only screen and (max-width: 1024px) {
/*------------ Home Banner -------------*/
.sec-banner .bnr-head-2 {
    padding: 25px;
}

/*---------------- How To Play -----------------*/
section.sec-how-ply iframe {
    width: 410px;
    height: 230px;
    margin-left: 30px;
}

.gme-compn p {
    font-size: 16px !important;
}

/*----------------- header  -------------------*/
ul.navbar-nav li a.nav-link {
    padding: 0 8px !important;
}


.tab-content span {
    margin: 0 auto;
}

/* end 1024 */
}
    
@media only screen and (max-width: 992px) {
body h2 {
    font-size: 30px;
}

body p {
    font-size: 14px !important;
}

.navbar-expand-lg .navbar-nav {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: left;
}

header {
    position: sticky !important;
    top: 0 !important;
    background: #ffdd76 !important;
}

header .container:after {
    display: none;
}

.navbar-toggler:focus {
        box-shadow: 0 0 2px #ffd73c;
        border-color: #0c0c0e;
        background: transparent;
}

ul.navbar-nav img.logo-img {
    width: 75px;
    display: none;
}

.navbar-toggler {
    background: transparent !important;
    border-color: #0c0c0e !important;
}

ul.navbar-nav li a.nav-link {
    position: unset;
    display: block;
    color: white;
    background: #151517;
    line-height: 3;
    border-radius: 4px;
    margin: 4px 0;
    animation: auto;
    max-width: 100%;
}

ul.navbar-nav li a.nav-link:hover {
    background: white;
    transition-timing-function: ease-in-out;
    color: #151517;
}

a.navbar-brand {
    position: absolute;
    top: 0;
    right: 0;
}

.navbar-toggler {
    border: 1px solid #fff;
    background: #fff;
    border-radius: 2px;
    padding: 0 5px 0;
    position: relative;
    display: inline-block;
    margin-left: auto;
}

a.btn.text-white.rounded-pill {
    padding: 6px 18px 4px;
    margin: 0 0 10px;
}    

a.btn.text-white.rounded-pill:hover {
    transition-timing-function: ease-in-out;
}

.sec-get-lnk a.btn.text-white.rounded-pill {
    padding: 8px 18px 8px;
    margin: 35px 8px 35px;
}

.navbar-toggler-icon {
    width: 1.1em;
    height: 1.2em;
}

header .navbar-collapse {
    padding-top: 20px;
    padding-bottom: 10px;
}

ul.navbar-nav.me-auto.mb-2.mb-lg-0 {
    box-sizing: border-box;
    transition: left 318ms ease-in-out, right 200ms ease-in-out;
    overflow: auto;
    z-index: 9999999999;
    overscroll-behavior: contain;
}

nav.navbar.navbar-expand-lg {
    position: relative;
}

nav.navbar.navbar-expand-lg:after {
    content: "";
    width: 45px;
    height: 45px;
    background:url(../img-2/9_Footer/SattaKingProLogo.png);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    top: 5px;
    right: 0;
    z-index: 999;
}

/*------------ Home Banner -------------*/
.sec-banner .bnr-head h1 {
    font-size: 35px;
    padding-left: 0px;
}
.sec-banner .bnr-head {
    width: 50%;
}

.sec-banner .bnr-head p {
    font-size: 14px;
    padding-left: 20px;
}

.sec-banner .bnr-head-2 {
    width: 100%;
    padding: 20px 15px;
}

.col-lg-6.bnr-head-2.bnr-head p {
    padding-left: 45px;
    font-size: 16px;
}

.col-lg-6.bnr-head-2.bnr-head p:nth-child(2) {
    padding-left: 45px;
}

.col-lg-6.bnr-head-2.bnr-head p:nth-child(2):after {
    width: 35px;
    height: 45px;
    top: -20px;
    left: 0;
}

.sec-banner .bnr-head-2 a {
    padding: 12px 36px;
    font-size: 14px;
}

.sec-our-gme .col-lg-4 {
    height: 345px;
}

.sec-our-gme .col-lg-4 img:first-child {
    height: 128px;
    padding: 0 28px 0;
    margin: 40px 0 0;
}

.sec-our-gme h3 {
    padding: 0 25px 0;
}

.sec-our-gme h1 {
    padding: 0 25px 0;
}

.sec-our-gme p {
    padding: 0 25px 0;
}

.sec-our-gme .col-lg-4 img:last-child {
    padding: 0 25px 0;
}

/* ----- HOW TO PLAY  -- */
.sec-tab .tab-pane {
    /* width: 45%; */
    padding: 10px;
}

.sec-tab .tab-pane img {
    width: 90px;
}

.tab-content span {
    font-size: 24px;
    border-radius: 12px;
    padding: 5px 10px;
    margin-left: 10px;
}

.sec-tab .tab-pane p {
    margin: 0;
}

.sec-tab .tab-pane h3 {
    font-size: 20px;
    margin: 0;
}

.sec-tab ul li a {
    padding: 15px 40px;
}

.sec-tab ul li a:after {
    right: 10px;
    width: 28px;
}

.sec-how-ply a.btn.text-white.rounded-pill {
    font-size: 14px;
    padding: 8px 16px 6px;
}

.strt-ply-inr {
    margin: auto;
    width: 47%;
}

.gme-compn {
    margin: 40px 0;
}

/*------ Tab -------*/
.sec-our-gme .sec-ply-gme {
    /* padding: 150px 15px 0; */
}

.sec-our-gme h3 {
    font-size: 18px;
}

.sec-our-gme h1{
    line-height: 1;
    margin-bottom: 5px;
}

.sec-our-gme h1 span {
    font-size: 24px;
    line-height: 1;
}

.sec-our-gme p {
    font-size: 14px;
}

/*----- Footer -------*/
.sec-foot-1 ul li a {
    padding: 0 6px 0;
}

.sec-foot-2 {
    width: 80%;
}

.sec-get-lnk h3 {
    font-size: 26px;
}

.sec-get-lnk h1 {
    font-size: 55px;
}

section.sec-how-ply .container:after {
    height: 110px;
}

section.sec-how-ply .container:before {
    
    height: 110px;
}

section.sec-how-ply h2:after {
    width: 12%;
}

/* end 992 */
}


@media only screen and (max-width: 768px) {
body p {
    font-size: 12px !important;
} 

/*------------ header -------------*/
img.logo-img {
    width: 110px;
    height: max-content;
    top: 0;
}

/*------------ Home Banner -------------*/
.sec-banner .bnr-head-2 a {
    padding: 12px 34px;
    font-size: 12px;
}

.sec-banner .bnr-head h3{
     font-size: 28px;
}

.sec-banner .bnr-head h1 {
    font-size: 32px;
}

ul.navbar-nav li a.nav-link {
    line-height: 2;
}

/*---------------- How To Play ---------------*/
section.sec-how-ply iframe {
    width: 85%;
    height: 240px;
    display: block;
    margin: auto;
    box-shadow: -20px -20px 0 #7e04b1;
}

section.sec-how-ply h3 {
    padding-top: 40px;
    text-align: center;
}
section.sec-how-ply p {
    text-align: center;
}

.text-styl p {
    justify-content: center !important;
}

.text-styl h3.d-flex.justify-content-end.padd-1 {
    padding-right: 0px;
    justify-content: center !important;
}

.text-styl h3.d-flex.justify-content-end.padd-2 {
    padding-right: 0px;
    justify-content: center !important;
}

.text-styl h3.d-flex.justify-content-end.padd-3 {
    padding-right: 0px;
    justify-content: center !important;
}

.sec-our-gme .col-lg-4 {
    height: 255px;
}

.sec-our-gme .col-lg-4 img:first-child {
    height: fit-content;
    padding: 0 6px 0;
    margin: 40px 0 0;
}

.sec-our-gme h3 {
    padding: 0 5px 0;
    font-size: 14px;
}

.sec-our-gme h1 span {
    font-size:  18px;
}

.sec-our-gme h1 {
    padding: 0 5px 0;
    font-size: 14px;
}

.sec-our-gme p {
    padding: 0 5px 0;
    line-height: 0.9;
    margin: 0;
}

.sec-our-gme p:nth-child(2) {
    line-height: 1.3;
}

.sec-our-gme .col-lg-4 img:last-child {
    padding: 0 5px 0;
    width: 30px;
}

/*-------------- Our Game ----------------*/
section.sec-our-gme .col-lg-6 {
    padding-top: 20px;
    text-align: center;
}

.sec-odr {
    order: 1;
}

.sec-odr-top {
    order: 2;
}

section.sec-our-gme {
    margin-top: -22px;
}

.row.strt-ply-2nd .progress {
    height: 10px;
}

.sec-our-gme h3:nth-child(1) {
    font-size: 32px;
}

.col-lft h2:before {
    width: 55px;
    height: 55px;
}

.col-lft h2 P {
    font-size: 45px;
    padding: 10px 0 0 75px;
}

/*----------- Dmatka GAMES ----------*/
.sec-abut-gme img.img-thumbnail {
    width: 90%;
}

/*------ Get The App Link ---------*/

.sec-get-lnk .row {
    margin: 0;
}

.sec-get-lnk a {
    margin-bottom: 35px;
}

/*---------- WHAT WINNERS SAY ABOUT US ----------*/
.sec-wht-abt .slick-next{
    left: 0;
    visibility: hidden;
}

/*------------ ABOUT DMATKA GAMES ------------*/
.sec-abut-gme .col-lg-5 {
    justify-content: center;
}

/*----------------- footer ------------------*/

.sec-foot-1:after {
    width: 35%;
}

.sec-foot-2 img {
    height: 30px;
}

.sec-foot-3 {
    margin: 30px 0 0;
    padding: 25px 0 10px;
}

.sec-foot-3 img {
    width: 40px;
}

/*------ Tab ------*/

.ply-3rd-user {
    padding: 15px 0;
    width: 75%;
    margin: 20px 60px 0;
}

section.sec-how-ply h2:after {
    width: 14%;
} 

section.sec-how-ply h2 {
    padding-top: 90px;
}

.sec-abut-gme:after {
   height: 40px;
    right: 0;
    top: 6%;
}

.sec-abut-gme:before {
   height: 40px;
    left: 0;
}

.sec-get-lnk h1 {
    font-size: 45px;
}

.sec-our-gme h3:nth-child(1):after {
    left: 235px;
}

.ply-3rd-user p {
    color: #181818;
    padding: 0 0 0 38%;
    line-height: 1;
}

.ply-3rd-user h4 {
    line-height: 1;
}

.ply-3rd-user:nth-child(2):after {
    top: 10px;
}

/*----------- Dmatka GAMES ----------*/
.sec-tab ul.nav.nav-tabs {
    /* display: grid; */
    justify-content: center;
    margin: 10px 0;
}

.sec-tab ul.nav li {
    line-height: 4.3;
    margin: auto;
}

.sec-tab ul li a {
    /* padding: 15px 90px; */
    padding: 6px 36px;
    font-size: 12px;
}

.sec-tab .tab-pane h3 {
    font-size: 14px;
}

.sec-tab .tab-pane {
    /* width: 100%; */
}


.sec-abut-gme img.img-thumbnail {
    width: 28%;
} 

div#menu3:last-child {
    margin: 0;
}

.sec-tab ul li a:after {
    right: 50px;
}


.sec-our-gme h3:nth-child(1):after {
    left: 135px;
    width: 65px;
    top: -15px;
}

.sec-our-gme .row.strt-ply-2nd h3:nth-child(1):after {
    left: 300px;
    width: 65px;
    top: -15px;
}

.sec-our-gme .row.strt-ply-3rd h3:nth-child(1):after {
    width: 65px;
    left: 220px;
    top: -15px;
}

/* ------- OUR GAMES ----- */
.sec-our-gme .col-lg-4 {
    /* width: 45%;
    height: 355px;
    padding: 55px 15px 0; */
}

/* -----  OUR GAME WINNERS --- */
.tstmo-slider.slick-initialized .slick-slide {
    width: 220px;
    height: 280px;
}

.tstmo-slider .win-box h3 {
    font-size: 26px;
}

.tstmo-slider .win-box {
    width: 118%;
    margin-left: -18px;
}

.sec-foot-2 {
    width: 95%;
}

.sec-wht-abt:before {
    width: 25px;
}

.sec-wht-abt:after {
    width: 25px;
}

.col-lg-12.tab-content {
    align-items: center;
    margin: 0;
    padding: 0 40px 0
}

/*------------ Previous-Result ------------*/
/*---------- Banner ----------*/

#page-prev-2 section.sec-banner {
    height: auto;
}

#page-prev-2 .sec-banner .col-lg-2 {
    height: 80px;
}

.sec-pre-our tr.tr-th th:first-child {
    font-size: 16px;
    padding: 24px 10px;
}

.sec-pre-our tr.tr-th th {
    font-size: 12px;
    padding: 10px 10px; 
}

.sec-pre-our tr.tr-th th span {
    padding: 0 20px; 
}

.sec-pre-our table th {
    font-size: 12px;
}

.sec-pre-our table td {
    font-size: 12px;
}

.row.tsb-scroll {
    width: 100%;
    overflow-x: scroll;
}

#page-prev-2 section.sec-banner .contain-bnr-2 {
    top: 40%;
}

.sec-get-lnk:after {
    width: 40px;
}

.sec-get-lnk:before {
    width: 40px;   
}

/* end 768 */
}


@media only screen and (max-width: 601px) {
.sec-banner .bnr-head h3 {
    font-size: 22px;
}

.sec-banner .bnr-head h1 {
    font-size: 25px;
}

a.btn.text-white.rounded-pill {
    width: max-content;
    font-size: 12px;
}

/* -----  OUR GAME WINNERS --- */
.tstmo-slider.slick-initialized .slick-slide {
    max-width: unset;
    height: 280px;
    margin: 0 20px 0;
}

.sec-abut-gme .sec-tab {
    margin: auto;
}

.tstmo-slider .win-box h3 {
    font-size: 26px;
}

.tstmo-slider .win-box {
    width: 118%;
    margin-left: -42px;
}

.sec-abut-gme .slick-list.draggable {
    width: 100%;
    display: inline-block;
    overflow: hidden;
}

.tstmo-slider  .slick-track {
    display: flex;
    grid-gap: 40px;
}

.sec-our-gme h3:nth-child(1) {
    font-size: 24px;
}

.sec-our-gme h3:nth-child(1):after {
    left: 135px;
    width: 65px;
    top: -15px;
}

.sec-our-gme .row.strt-ply-2nd h3:nth-child(1):after {
    left: 300px;
    width: 65px;
    top: -15px;
}

.sec-our-gme .row.strt-ply-3rd h3:nth-child(1):after {
    width: 65px;
    left: 220px;
    top: -15px;
}

.ply-3rd-user h4 {
    font-size: 22px;
}

.ply-3rd-user:nth-child(1):after {
    width: 45px;
    height: 45px;
}

.ply-3rd-user:nth-child(2):after {
    width: 45px;
    height: 45px;
}

.ply-3rd-user {
    width: 80%;
    margin: 20px 50px 0;
}

.ply-3rd-user p {
    line-height: 0.6;
}

/*---------- footer ----------*/
footer .row {
    padding: 0 20px;
}

.sec-foot-1:after {
    width: 25%;
}

.sec-foot-1 {
    padding: 0;
}

.sec-foot-1 p {
    text-align: left;
    padding: 45px 5PX 10px;
}

.sec-foot-2 {
    width: 60%;
    display: grid;
    justify-content: left;
    margin: unset;
}

.sec-foot-2 p {
    margin: unset;
}

.sec-foot-3 {
    display: block;
    margin: 0;
    padding: 20px 0 0;
}

.sec-foot-4 p {
    text-align: left;
}

.sec-foot-5 {
    display: block;
    padding: 0 !important;
    margin: 15px 8px 0;
}

.sec-foot-1 ul.d-flex {
    display: grid !important;
    justify-content: start;
    line-height: 2;
    padding: 0;
}

.sec-foot-2 img {
    height: 26px;
}

.sec-wht-abt .row:after {
    top: -145px;
}

.ec-get-lnk .row:after {
    top: -55px;
}

.sec-tab .tab-pane div {
    width: max-content;
    margin-left: 5px;
}

.tab-content span {
    font-size: 12px;
    border-radius: 8px;
    padding: 4px 8px;
    margin-left: 1px;
}

.sec-abut-gme img.img-thumbnail {
    width: 20%;
}

/*------------ Previous-Result ------------*/
/*---------- Banner ----------*/
nav.navbar.navbar-expand-lg:after {
    width: 35px;
    height: 35px;
    top: 0;
}

/* end 601 */
}


@media only screen and (max-width: 480px) {
body h2 {
    font-size: 22px;
}

body p {
    font-size: 12px;
}

/*------------ header -------------*/
nav.navbar.navbar-expand-lg {
    padding: 0;
}

img.logo-img {
    width: 90px;
    height: max-content;
    top: 0;
}

/*------------ Home Banner -------------*/
.sec-banner .bnr-head h1 {
    font-size: 18px;
}

.sec-banner .bnr-head h1 {
    line-height: 1;
    padding-left: 0;
    font-size: 22px;
}

.sec-banner .bnr-head p {
    font-size: 8px;
    margin-bottom: 5px;
    padding-left: 0;
}

.sec-banner .bnr-head-2 {
    padding: 10px 10px;
    margin: 0 2px;
    border-radius: 15px;
    position: relative;
    left: 45px;
}

.col-lg-6.bnr-head-2.bnr-head p {
    padding-left: 0;
    font-size: 10px;
    text-align: center;
}

.col-lg-6.bnr-head-2.bnr-head p:nth-child(2) {
    padding-left: 10px;
    margin-bottom: 5px;
}

.col-lg-6.bnr-head-2.bnr-head p:nth-child(2):after {
    width: 22px;
    height: 28px;
    top: -12px;
    left: 0;
}

.sec-banner .bnr-head-2 a {
    padding: 6px 8px;
    font-size: 10px;
}

/*--------------- how to play ----------------*/
.text-styl h3 {
    font-size: 18px;
    line-height: 1.1;
}

.text-styl p {
    font-size: 14px;
}

section.sec-our-gme {
    padding: 40px 0;
}

.col-lg-6.bnr-head {
    margin: auto;
    text-align: center;
}

section.sec-how-ply iframe {
    height: 200px;
}

.sec-how-ply a.btn.text-white.rounded-pill {
    font-size: 12px;
    padding: 4px 10px 4px;
}

.sec-how-ply a.btn.text-white.rounded-pill img {
    width: 18px;
}

/*------- Get The App Link -------*/
.sec-abut-gme .abt-styl h2 {
    text-align: center;
}

.sec-abut-gme .abt-styl p {
    font-size: 14px;
}

.sec-get-lnk p {
    font-size: 14px;
}

.sec-get-lnk h1 {
    font-size: 32px;
}

/*------- FREQUENTLY ASKED QUESTIONS -------*/
.ec-get-lnk button.accordion-button {
    font-size: 14px;
}

.ec-get-lnk .accordion-body {
    font-size: 14px;
}

.sec-tab ul li a {
    padding: 15px 42px;
}

/*------- Footer -------*/
footer.sec-foot {
    padding: 40px 0 0;
}

.sec-foot-1 ul li a {
    font-size: 12px;
}

.sec-foot-4 p {
    font-size: 14px;
}

.sec-foot-4 p:last-child {
    margin: 0;
}

.sec-foot-5 p {
    font-size: 14px;
    padding: 10px 0;
}

.sec-foot-5 {
    padding: 10px 0;
}

.sec-foot-2 {
    width: 80%;
}

/* -----  OUR GAME WINNERS --- */
.col-lft h2:before {
    font-size: 35px;
    height: 35px;
}

.col-lft h2 {
    font-size: 32px;
    padding: 5px 0 0 50px;
}

.col-lft h2::after {
    width: 120px;
    height: 20px;
    right: -130px;
    bottom: 10px;
}

.sec-our-gme h3:nth-child(1):after {
   display: none;
}

.sec-our-gme .row.strt-ply-2nd h3:nth-child(1):after {
    display: none;
}

.sec-our-gme .row.strt-ply-3rd h3:nth-child(1):after {
    display: none;
}

.sec-our-gme .col-lg-4 {
    /* width: 48%;
    height: 340px;
    padding: 50px 20px 0; */
}


.sec-our-gme .col-lg-4 {
    height: 220px;
}

.sec-our-gme .col-lg-4 img:first-child {
    height: fit-content;
    padding: 0 3px 0;
    margin: 40px 0 0;
}

.sec-our-gme h3 {
    padding: 0 2px 0;
    font-size: 12px;
}

.sec-our-gme h1 span {
    font-size:  14px;
    line-height: 0;
}

.sec-our-gme h1 {
    padding: 0 2px 0;
    font-size: 14px;
}

.sec-our-gme p {
    padding: 0 2px 0;
    font-size: 10px !important;
}

.sec-our-gme .col-lg-4 img:last-child {
    padding: 0 2px 0;
    width: 30px;
}

.ply-3rd-user p {
    padding: 0 0 0 38% !important;
}

.ply-3rd-user h4 {
    font-size: 20px;
}

.ply-3rd-user {
    width: 95%;
}

.ply-3rd-user:nth-child(1):after {
    width: 35px;
    height: 35px;
    top: 15px;
}

.ply-3rd-user:nth-child(2):after {
    width: 35px;
    height: 35px;
    top: 15px;
}

.strt-ply-inr {
    margin: auto;
    width: 50%;
}

.sec-banner .bnr-head h1 {
    margin: 0 0 10px !important;
}

.sec-tab ul li a:after {
    right: 15px;
    width: 10px;
}

.sec-abut-gme {
    padding: 70px 0;
}

section.sec-our-gme {
    padding: 70px 0;
}

.sec-wht-abt {
    padding: 95px 0 90px;
}

.sec-abut-gme .abt-styl h2 {
    padding: 55px 0 10px;
}

.sec-abut-gme .abt-styl h2:after {
     width: 60px;
     top: 0;
}

section.ec-get-lnk {
    padding: 110px 0 40px;
}

section.sec-how-ply {
    padding: 60px 0;
}

.sec-get-lnk {
    padding: 75px 0;
}

.sec-tab ul.nav li {
    line-height: 2.3;
}

.sec-tab ul.nav li a {
    padding: 4px 20px;
    font-size: 12px;
}

.sec-tab .tab-pane h3 {
    font-size: 14px;
}

.sec-abut-gme img.img-thumbnail {
    width: 22%;
}

.sec-tab .tab-pane div {
    margin-left: 5px;
}

.sec-tab .tab-pane h3 {
    font-size: 11px;
}

.sec-tab .tab-pane p {
    font-size: 9px !important;
}

.sec-tab ul.nav li a {
    padding: 3px 14px;
    font-size: 10px;
}

.tab-content span {
    font-size: 9px;
    border-radius: 5px;
    padding: 3px 6px;
}

.sec-tab .tab-pane {
    padding: 10px 2px;
}

.row.strt-ply-2nd {
    width: 95%;
    margin: 40px 13px 65px auto;
}

.row.strt-ply-2nd .progress {
    height: 8px;
}

.gme-compn {
    height: 160px;
    padding: 45px;
}

.progress span {
    left: -55px;
    top: -2px;
    font-size: 16px;
}

.col-lft h2:before {
    height: 30px;
}

.col-lft h2 {
    font-size: 28px;
    padding: 0 0 0 42px;
}

.strt-ply-2nd .col-lft .progress:after {
    width: 20px;
    height: 20px;
    top: -2px;
}

/*------------ Previous-Result ------------*/
/*---------- Banner ----------*/
#page-prev-2 section.sec-banner .contain-bnr-2 {
    top: 32%;
}

#page-prev-2 .sec-banner .col-lg-2 {
    width: 20%;
}

#page-prev-2 .sec-banner .col-lg-10.bnr-head{
    width: 100%;
}

.col-lg-12.tab-content {
    padding: 0 20px 0;
}

/* end 480 */    
}    

@media only screen and (max-width: 420px) {
body p {
    font-size: 12px !important;
}

.sec-our-gme .col-lg-4 {
    /* height: 280px;
    padding: 50px 20px 0; */
}

.sec-our-gme .col-lg-4 {
    height: 200px;
    padding:0 4px ;
}

.sec-our-gme h3:nth-child(1) {
    font-size: 20px;
    padding-bottom: 10px;
}

.sec-our-gme .col-lg-4 img:first-child {
    height: fit-content;
    padding: 0 3px 0;
    margin: 40px 0 0;
}

.sec-our-gme h3 {
    padding: 0 2px 0;
    font-size: 9px;
}

.sec-our-gme h1 span {
    font-size:  11px;
    line-height: 0;
    margin: 0;
}

.sec-our-gme h1 {
    padding: 0 2px 0;
    font-size: 12px;
    margin: 0;
}

.sec-our-gme p {
    padding: 0 2px 0;
    font-size: 9px !important;
}

.sec-our-gme .col-lg-4 img:last-child {
    padding: 0 2px 0;
    width: 25px;
}


.tstmo-slider .win-box {
    margin-left: -32px;
}

.sec-wht-abt .row:after {
    top: -115px;
}

.sec-ply-gme:nth-child(2) h3 {
    margin-top: 20px !important;
}

/* end 420 */
}

@media only screen and (max-width: 360px) {
/* ------- fooer ------ */
.sec-foot-2 {
     width: 100%;
}

.strt-ply-inr {
    margin: auto;
    /* width: 80%; */
}

.gme-compn {
    margin: 35px 0 0;
} 

.ply-3rd-user {
    width: 90%;
    margin: 15px 25px 0;
}

.tstmo-slider .win-box {
    margin-left: -25px;
}


.sec-our-gme .col-lg-4 img:first-child {
    height: fit-content;
    padding: 0 3px 0;
    margin: 40px 0 0;
}

.sec-our-gme h3 {
    padding: 0 2px 0;
    font-size: 8px;
}

.sec-our-gme h1 span {
    font-size:  10px;
    line-height: 0;
    margin: 0;
}

.sec-our-gme p {
    padding: 0 2px 0;
    font-size: 8px !important;
}

.sec-our-gme p:nth-child(2) {
    font-size: 9px !important;
}

.sec-our-gme .col-lg-4 img:last-child {
    padding: 0 2px 0;
    width: 25px;
}

.row.strt-ply-2nd {
    width: 93%;
    margin: 40px 12px 65px auto;
}


/*------------ Previous-Result ------------*/
/*---------- Banner ----------*/
#page-prev-2 .sec-banner .bnr-head h3 {
    font-size: 20px;
}

#page-prev-2 .sec-banner .bnr-head h1 {
    font-size: 22px;
}

#page-prev-2 .sec-banner .col-lg-2 {
    width: 22%;
}

/* end 360 */
}


@media only screen and (max-width: 320px) {
.sec-our-gme .col-lg-4 {
    /* width: 48%;
    height: 268px;
    padding: 50px 10px 0; */
}

.sec-our-gme .col-lg-4 {
    height: 178px;
    padding:0 4px ;
}

.sec-our-gme h3 {
    line-height: 1;
}

.col-lg-4.sec-ply-gme img:nth-child(2) {
    height: 74px;
    margin: auto;
    width: 100%;
}

.col-lg-12.tab-content {
    padding: 0 10px 0;
}

/*------------ Previous-Result ------------*/
/*---------- Banner ----------*/
#page-prev-2 .sec-banner .col-lg-2 {
    width: 28%;
}

#page-prev-2 .sec-banner .bnr-head h1 {
    margin: 0 0 15px !important;
}


/* end 320 */
}

