/*----------------------- Lato-Regular  ------------------------- */

<style>
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
</style>


/*.navbar-expand-lg .navbar-collapse {
    display: none !important;
    flex-basis: auto;
}*/

        /* Google Fonts */
        @import url('https://fonts.googleapis.com/css?family=Anonymous+Pro');

        /* Global Styles */

        /* Typewriter Effect */
        .typewriter {
            font-size: 30px;
            text-align: center;
            white-space: nowrap;
            overflow: hidden;
            display: flex;
            align-items: center;
        }

        .llb{
            margin: auto !important;
        }

        .w-75{
            width: 60% !important;
        }

        /* Cursor Blinking */
        .cursor {
            display: inline-block;
            width: 8px;
            height: 30px;
            background: white;
            margin-left: 5px;
            animation: blink 0.6s infinite;
        }

        @keyframes blink {
            50% { opacity: 0; }
        }

* {
    margin: 0;
    padding: 0;
}

.tstmo-slider img {
    position: relative;
    height: 120px;
    width: 120px;
    object-fit: contain;
    padding: 0;
}
.test-img {
    width: 120px;
    height: 120px;
    display: inline-block;
    border-radius: 20px;
    overflow: hidden;
}

.text-box {
    padding: 20px 45px;
    gap: 30px;
    border-radius: 25px;
}

.test-cont {
    width: calc(100% - 130px);
    display: inline-block;
}
.tstmo-slider h5 {
    font-size: 24px;
    font-weight: 600;
    color: #F54F17;
}
.tstmo-slider p {
    color: #C1C1C1;
    font-size: 20px;
}
.tstmo-slider p:last-child:after {
    content: "";
    background: #F54F17;
    width: 45px;
    height: 2px;
    position: absolute;
    top: 15px;
    left: 0;
    margin: auto;
    opacity: 0.5;
}

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;
        height: 65px;
}


.container {
  width:100%
}
@media (min-width:320px) {
    .typewriter{ 
    padding-right: 0 !important;
    #text{
    font-size: 15px !important;
}}
    .meBan{
            max-height: 340px;
    }
    .bgMG{
        height: 200px;
        &.tt{
        left: 59px !important;
    transform: rotateZ(13deg) !important;
        }
    }
  .container {
    max-width:320px
  }

  .sec-banner .bnr-head-2 {
        
        left: 10px !important;
    }
}
@media (min-width:640px) {
        .typewriter{ 
    padding-right: 0 !important;
    #text{
    font-size: 15px !important;
}}
    .meBan{
            max-height: 600px;
    }
    .bgMG{
        height: 500px;
    }
  .container {
    max-width:640px
  }
}
@media (min-width:768px) {
        .typewriter{ 
    padding-right: 0 !important;
    #text{
    font-size: 20px !important;
}}
    .meBan{
            max-height: 700px;
    }
    .bgMG{
        height: 600px;
    }
  .container {
    max-width:768px
  }

}
@media (min-width:1024px) {
        .typewriter{ 
    padding-right: 0 !important;
    #text{
    font-size: 30px !important;
}}
    .meBan{
            max-height: 1000px;
    }
    .bgMG{
                height: 600px;
    }
  .container {
    max-width:1024px
  }
      .sec-banner .bnr-head-2 {
        left: 40px !important;
    }

        .bgMG {
        &.tt {
            left: 59px !important;
            transform: rotateZ(13deg) !important;
        }}
}
@media (min-width:1280px) {
        .typewriter{ 
    padding-right: 15px !important;
    #text{
    font-size: 30px !important;
}}
    .meBan{
            max-height: 1200px;
    }
    .bgMG{
        height: 600px;
    }
  .container {
    max-width:1280px
  }
}
@media (min-width:1536px) {
        .typewriter{ 
    padding-right: 50px !important;
    #text{
    font-size: 30px !important;
}}
    .meBan{
            max-height: 1500px;
    }
    .bgMG{
                height: 600px;
    }
  .container {
    max-width:1536px
  }
}

/*-------------------- 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;
}

.banImg{
        width: 50%;
    margin-bottom: 160px;
}

.sec-banner .bg {
        width: 100%;
    height: 758px;
    object-fit: cover;
}

.sec-banner .bnr-head h1>span {
    color: #F7D688;
}

.sec-banner .bnr-head h3 {
    color: #fff;
    font-size: 48px;
    font-weight: 500;
    text-align: left;
}


/*-------------------- header ----------------------*/

header {
    width: 100%;
    background: none;
    padding: 10px 0;
    position: absolute;
    top: 0;
    z-index: 9999;
}

header .container {
    max-width: 1760px;
}

ul.navbar-nav li a.nav-link {
    color: #fff;
    font-family: 'Lato';
    padding: 0 20px !important;
}

.navbar-expand-lg .navbar-nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.btn.text-white.rounded-pill {
     background: transparent linear-gradient(114deg, #ffffff 0%, #FFCC56 100%) 0% 0% no-repeat padding-box !important;
    color: #181818 !important;
    font-family: "poppins";
    font-size: 25px;
    font-weight: bold;
    padding: 15px 651px 12px;
    border-radius: 36px !important;
    opacity: 1;
    transition: transform .4sease-out;
    margin-top: 50px;
}

a.btn.text-white.rounded-pill:hover {
    background: #FFCC56 !important;
    color: #fff !important;
    transform: translate(0, -5px);
}

.sec-how-ply a.btn.text-white.rounded-pill {
    background: transparent !important;
    color: #181818 !important;
    font-family: "poppins";
    font-size: 24px;
    font-weight: bold;
    padding: 12px 28px 10px;
    border-radius: 36px !important;
    opacity: 1;
    transition: transform .4s ease-out;
    margin: auto;
    border: 2px solid#181818;
    display: table;
}

/*------------------- 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("images/Video-image.jpg");
}

h2.head-undr-lin {
    position: relative;
    line-height: 1.6;
}

section.sec-how-ply {
    position: relative;
    width: 100%;
    height: 100%;
    background: #ffd464;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0;
    position: relative;
}


section.sec-how-ply h2 {
    position: relative;
    padding-top: 98px;
}

section.sec-how-ply h2:after {
    content: "";
    width: 8%;
    height: 110px;
    background: url("../images/logo.png");
    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;
}



/*------------------- 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("../images/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{
    .img-thumbnail{
        height: fit-content;
        padding: 0 3px 0;
    }
}

.sec-abut-gme:after {
    content: "";
    width: 120px;
    height: 165px;
    position: absolute;
    background: url(../images/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(../images/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("../images/PTR.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0;
    position: relative;
    margin-top: -15px;
}

.text-styl {
    margin: auto;
    margin-bottom: 20px;
}

.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;
    span.hpl{
        border-bottom: 5px solid #ffd464;
    }
}

.sec-our-gme h1 {
    padding: 0 30px 0;
}

.sec-our-gme h3:nth-child(1) {
    font-size: 45px;
    position: relative;
}


.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: 100%;
    background:#000;
    margin: auto;
    z-index: 999999999;
    border: 10px solid #ffd464;
    border-radius: 20px;
    img{
        height: auto;
    }
}

.sec-our-gme .col-lg-4 img:first-child {
    height: auto;
    padding: 65px 35px 0;
    width: 100%;
}

.sec-our-gme .col-lg-4 img:last-child {
    padding: 0 30px 0;
}

.sec-our-gme .sec-ply-gme {
    padding: 0px 26px;
}

/*---------------- 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;
    filter: drop-shadow(2px 6px 3px black);
}

.col-lft h2::before {
    content: "\f0c0";
    width: 65px;
    height: 65px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
        font-family: "Font Awesome 6 Free";
    top: 0;
    left: 0;
}

.ster{
    color: white;
    font-size: 35px;
}

.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: "\f005";
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
        color: #fff;
    width: 22px;
    height: 22px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    top: -5px;
    left: -35px;
    filter: drop-shadow(2px 6px 3px black);
}

.progress span {
    color: #fff;
    position: absolute;
    left: -60px;
    top: -10px;
    font-family: "poppins";
    font-size: 24px;
    filter: drop-shadow(2px 6px 3px black);
}

.row.strt-ply-2nd .progress-bar {
    background: #fff;
    border-radius: 25px;
    filter: drop-shadow(2px 6px 3px black);
}

/*---------------- OUR GAME ---------------*/

.sec-abut-gme {
    width: 100%;
    height: 100%;
    background: url("../images/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(../images/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: #363437;
    border-radius: 12px;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px;
    text-align: center;
    margin: 20px 0;
    opacity: 1;
    transition: .3s all ease-in-out;
    &:hover{
                transform: translateY(-10px);
        box-shadow: 0 0 10px #000;
    }
}

.gme-compn p {
    text-align: center;
    color: #fff;
    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-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("../images/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("../images/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: #ffe88b;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0;
    position: relative;
}

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("../images/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("../images/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;
}

/*--------- FREQUENTLY ASKED QUESTIONS ------------*/

section.ec-get-lnk {
    width: 100%;
    height: 100%;
    background: #ffd464;
    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(../images/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("../images/FAQ-Down-arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

section.ec-get-lnk .accordion-button:not(.collapsed)::after {
    background-image: url("../images/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 ---------------------*/

.sec-wht-abt {
    width: 100%;
    height: 100%;
    background: url("../images/PTR.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 160px 0 120px;
    position: relative;
    margin-top: -8px;
}

.sec-wht-abt:before {
    content: "";
    width: 35px;
    height: 35px;
    position: absolute;
    background: url(../images/8_Left-side-graphic.svg);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 15%;
    left: 4%;
}

.sec-wht-abt:after {
    content: "";
    width: 35px;
    height: 35px;
    position: absolute;
    background: url(../images/8_Left-side-graphic.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 15%;
    right: 4%;
}

.sec-wht-abt .row {
    position: relative;
}

.sec-wht-abt .row:after {
    content: "";
    width: 10%;
    height: 83px;
    background: url("../images/winner-icon.svg");
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    top: -190px;
    left: 0;
    right: 0;
    margin: auto
}

.tstmo-slider.slick-initialized .slick-slide {
    display: grid;
    background: #181818 0% 0% no-repeat padding-box;
    /* border: 12px solid #ffcc56; */
    border-radius: 45px;
    /* padding: 60px 0; */
    opacity: 1;
    /* height: 360px; */
    margin: 0 30px 0;
}

section#sec-wht-abt h2 {
    color: #fff;
    padding: 15px;
}

.tstmo-slider .win-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 115%;
    /* height: 80px; */
    background: transparent linear-gradient(160deg, #FFE88B 0%, #FFCC56 100%) 0% 0% no-repeat padding-box;
    border-radius: 12px;
    margin-left: -26px;
}

.tstmo-slider .win-box h3 {
    font-size: 42px;
    color: #181818;
    font-family: "poppins";
    font-weight: bold;
    margin: auto;
}

.tstmo-slider .slick-dots li button:before {
    color: #fff;
    font-size: 15px;
}

.tstmo-slider .slick-dots li.slick-active button:before {
    color: #F7D688;
}

.tstmo-slider .slick-dots {
    position: absolute;
    bottom: -55px;
}

.tstmo-slider h5 {
    font-size: 24px;
    font-weight: 600;
    color: #F7D688;
    margin: auto;
}

.tstmo-slider span {
    color: #fff;
}

.tstmo-slider p {
    color: #757575;
    font-size: 18px;
}

.tstmo-slider p:last-child {
    color: #F7D688;
    text-align: center;
    position: relative;
    font-size: 20px;
    margin: auto;
}

/*-------------------- 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("../images/logo.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(../images/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(../images/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(../images/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(../images/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(../images/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: 992px) {
    .text-box {
        flex-wrap: wrap;
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .text-box {
        padding: 20px !important;
    }
      .sec-ply-gme {
    padding: 0px;
}
}

@media only screen and (max-width: 992px) {
    .test-cont {
        width: 100% !important;
    }
}

@media only screen and (max-width: 768px) {
    .sec-get-lnk .sec-get-usr p, .tstmo-slider h5, .card-body .card-text {
        font-size: 16px;
        line-height: 22px;
    }
      .sec-ply-gme {
    padding: 0px;
}
}

@media only screen and (max-width: 768px) {
    .tstmo-slider p, .tstmo-slider p:last-child, .text-styl p {
        font-size: 14px;
        line-height: 20px;
    }
      .sec-ply-gme {
    padding: 0px !important;
}
.ster i{
    font-size: 25px;
}
}


.tstmo-slider.slick-initialized .slick-slide {
    display: block !important;
    opacity: 1 !important;    margin: 0 10px 0;
    position: relative !important;
}

.tstmo-slider img {
    position: relative !important;
    height: 120px !important;
    width: 120px !important;
    object-fit: contain !important;
    padding: 0 !important;
} 
.test-img {
    width: 120px !important;
    height: 120px !important;
    display: inline-block !important;
    border-radius: 20px !important;
    overflow: hidden !important;
}

.text-box {
    padding: 20px 45px;
    background: #040202 !important;
    width: 100% !important;
    gap: 30px !important;
    border-radius: 25px !important;
}

.test-cont {
    width: calc(100% - 130px) ;
    display: inline-block !important;
}
.tstmo-slider .slick-dots li button:before {
    color: #BF924F !important;
    font-size: 15px !important;
}
.tstmo-slider .slick-dots li button:before,
.sec-ofr-bons-slider .slick-dots li button:before{
    color: #5E3E39 !important;
}
.tstmo-slider .slick-dots li.slick-active button:before,
.sec-ofr-bons-slider .slick-dots li.slick-active button:before{
    color:#ffd464 !important;
}

.tstmo-slider .slick-dots li.slick-active ,
.sec-ofr-bons-slider .slick-dots li.slick-active {
    background: #ffd464 !important;
    color: #ffd464 !important;
    border-radius: 50px !important;
}

.tstmo-slider .slick-dots li.slick-active button,
.sec-ofr-bons-slider .slick-dots li.slick-active button{
    background:#ffd464 !important;
    color:#ffd464 !important;
    border-radius: 50px !important;
}
.tstmo-slider .slick-dots li button,
.sec-ofr-bons-slider .slick-dots li button{
    border-radius: 50px !important;
    background: #5E3E39 !important;
    color: #5E3E39 !important;
}

.tstmo-slider .slick-dots li button ,
.sec-ofr-bons-slider .slick-dots li button {
    background: #5E3E39 !important;
}

.tstmo-slider .slick-dots,
.sec-ofr-bons-slider  .slick-dots{
    margin-top: 30px !important;
    display: inline-block !important;
    width: 100% !important;
    position: relative !important;
    bottom: 0 !important;
}
.tstmo-slider .slick-dots li.slick-active button:before {
    color: #ffd464 !important;
}

.tstmo-slider .slick-dots {
    position: relative !important;
    bottom: 0 !important;
}

.tstmo-slider h5 {
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #f7d688 !important;
}

.tstmo-slider span {
    color: #f7d688 !important;
}

.tstmo-slider p {
    color: #C1C1C1 !important;
    font-size: 20px !important;
}

.tstmo-slider p:last-child {
    color: #FFFFFF !important;
    position: relative !important;
    font-size: 20px !important;
    padding-top: 30px !important;
}

.tstmo-slider p:last-child:after {
    content: "" !important;
    background: #F54F17 !important;
    width: 45px !important;
    height: 2px !important;
    position: absolute !important;
    top: 15px !important;
    left: 0 !important;
    margin: auto !important;
    opacity: 0.5 !important;
}
.tstmo-slider {
    padding-top: 50px !important;
}

@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 22px 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(../images/logo.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: 100%;
    }
    .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 {
        /* 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: 19px;
        padding: 15px 73px;
    }
    /* -----  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: 100%;
        display: flex;
        justify-content: left;
        margin: unset;
        flex-wrap: wrap;
        gap: 5px;
    }
    .col-lft h2 {
    font-size: 33px;
    width: max-content;
    color: #fff;
    text-align: left;
    position: relative;
    padding: 0px 0 0 50px;
    filter: drop-shadow(2px 6px 3px black);
}
    }
    .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: 26px;
        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;}
i{
    font-size: 24px;
}    
}
    .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: 100%;
        padding: 10px 4px;
        border: 4px solid #ffd464;
        img{
            margin: 0 !important;
            margin-bottom: 10px !important;
        }
        border-radius: 10px;
    }
    .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 */
}

.typewriter{ 
    padding-right: 25px;
    #text{
    font-size: 30px;
}}

@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 */
}

@media only screen and (max-width: 1600px) {
    .tstmo-slider p, .tstmo-slider p:last-child,.text-styl p {
    font-size: 19px;
}
.sec-get-lnk .sec-get-usr p,.tstmo-slider h5,.card-body .card-text{
    font-size: 22px;
}
}

@media only screen and (max-width: 1366px) {
     .sec-get-lnk .sec-get-usr p, .tstmo-slider h5, .card-body .card-text {
        font-size: 20px;
    }
     .tstmo-slider .slick-dots li button:before, .sec-ofr-bons-slider .slick-dots li button:before,.tstmo-slider .slick-dots li.slick-active button, .sec-ofr-bons-slider .slick-dots li.slick-active button{
        height: 15px;
        width: 15px;
    }
    
    .tstmo-slider p, .tstmo-slider p:last-child, .text-styl p {
        font-size: 18px;
    }
}


    @keyframes pulse {
            0% { transform: scale(1); }
            50% { transform: scale(1.1); }
            100% { transform: scale(1); }
        }
        .pulse {
            background-color: #007bff;
            animation: pulse 1.5s infinite;
        }


@media only screen and (max-width: 1200px) {
.sec-get-lnk .sec-get-usr p, .tstmo-slider h5, .card-body .card-text {
    font-size: 19px;
}
/* .tstmo-slider.slick-initialized .slick-slide {
    padding: 0 15px;
} */

.tstmo-slider .slick-dots li button:before, .sec-ofr-bons-slider .slick-dots li button:before,.sec-ofr-bons-slider .slick-dots li button,.tstmo-slider  .slick-dots li button
,.sec-ofr-bons-slider .slick-dots li.slick-active button,.tstmo-slider  .slick-dots li.slick-active button ,.tstmo-slider .slick-dots li,.sec-ofr-bons-slider .slick-dots li{
    width: 15px;
    height: 15px;
}
}

@media only screen and (max-width: 992px) {
    .sec-get-lnk .sec-get-usr p, .tstmo-slider h5, .card-body .card-text {
        font-size: 18px;
        line-height: 26px;
    } 
    .tstmo-slider p, .tstmo-slider p:last-child, .text-styl p {
        font-size: 16px;
        line-height: 22px;
    }
}

@media only screen and (max-width: 768px) {
     .sec-get-lnk .sec-get-usr p, .tstmo-slider h5, .card-body .card-text {
        font-size: 16px;
        line-height: 22px;
    }.tstmo-slider p, .tstmo-slider p:last-child, .text-styl p {
        font-size: 14px;
        line-height: 20px;
    }
}