*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*----------------------- Montserrat-Bold  ------------------------- */
@font-face {
    font-family: 'Montserrat-Bold';
    src: url('fonts/Montserrat-Bold.html');
    src: url('fonts/Montserrat-Boldd41d.html?#iefix') format('embedded-opentype'),
        url('fonts/Montserrat-Bold-2.html#Gilroy-Black') format('svg'),
        url('fonts/Montserrat-Bold-3.html') format('truetype'),
        url('fonts/Montserrat-Bold-4.html') format('woff'),
        url('fonts/Montserrat-Bold-5.html') format('woff2');
    font-style: normal;
    font-style: normal;
}

/*----------------------- 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-2.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;
}
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&amp;family=Playfair+Display:wght@400;500;600;700;800;900&amp;display=swap');
*{
    margin: 0;
    padding: 0;
}

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

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

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


section.sec-banner{
    margin: 0;
}

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

/*-------------------- Home Banner ----------------------*/
section.sec-banner {
    position: relative;
}

section.sec-banner .container .bnr-logo img{
    position: absolute;
    top: 5%;
    bottom: unset;
    left: 4%;
}

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

.sec-banner .bnr-head h1 {
    color: #fff;
    font-size: 86px;
    line-height: 95px;
    font-weight: bold;
    text-align: left;
    font-family: 'Playfair Display';
}

.sec-banner .bnr-head h1>span {
    color: #FC0000;
    font-family: 'Playfair Display';
}

.sec-banner .bnr-head p {
    color: #fff;
    font-size: 26px;
    text-align: left;
}

.sec-banner .bnr-head-2 {
    background: hwb(0deg 3% 97% / 50%);
    border-radius: 20px;
    opacity: 1;
    width: max-content;
    padding: 20px 25px;
    grid-template-columns: 1fr 1fr;
}
.cm-para-2 p {
    font-size: 23px;
    line-height: 30px;
}

.cm-para-2 p + p {
    margin-top: 15px;
}
.sec-banner .bnr-head-2 p:nth-child(1) {
    margin: 0;
    font-size: 23px;
    line-height: 34px;
}

.sec-banner .bnr-head-2 p:nth-child(2) {
    font-size: 28px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 0;
    width: 100%;
    display: inline-block;
}

.sec-banner .bnr-head-2 a {
    text-align: center;
    background: transparent linear-gradient(180deg, #F54E16 0%, #F53100 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    padding: 20px 24px;
    font-size: 23px;
    font-weight: bold;
    text-decoration: none;
    line-height: 25px;
    opacity: 1;
    width: 100%;
    display: inline-block;
    transition: all 0.5s;
}

.sec-banner .bnr-head-2 a:hover {
    background: transparent linear-gradient(180deg, #FEFEFE 0%, #E4E4E4 100%) 0% 0% no-repeat padding-box;
    color: #3d2500;
    transition: all 0.5s;
}

.cm-android {
    padding-left: 80px;
}

.cm-android {
    position: relative;
    width: 100%;
    display: inline-block;
}

.cm-android:after {
    content: "";
    width: 70px;
    height: 70px;
    background: url(../images/Banner-Section/Android-icon.svg);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

/*-------------------- header ----------------------*/
header .col-lg-4 {
    width: 25%;
}

header .col-lg-8 {
    width: 75%;
}


header {
    background: transparent linear-gradient(90deg, #291818 0%, #502B27 48%, #291818 100%) 0% 0% no-repeat padding-box;
    ;
    padding: 10px 0;
    position: sticky;
    top: 0;
    z-index: 9999;
}

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

.navbar .navbar-nav li a.nav-link {
    color: #fff;
    font-family: 'Lato';
    padding: 0;
    font-size: 18px;
}
.navbar-brand img {
    height: 80px;
    object-fit: contain;
    width: 170px;
    display: inline-block;
}

.cm-btn {
    padding: 10px 15px;
    background: transparent;
    font-family: 'Lato';
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 8px;
}
.card-body > .card-title {
    font-size: 75px;
    color: #fff;
    text-align: left;
    font-family: 'Playfair Display', serif;
}

.card-body .card-text {
    color: #96969F;
    font-size: 24px;
    line-height: 30px;
    font-family: 'Lato',sans-serif;
}

#about {
    padding: 80px 0;
}
.card-box .card-body {
    padding-right: 12%;
}

a.btn.text-white.rounded-pill:hover {
    background: transparent linear-gradient(180deg, #F0EA9B 0%, #C19552 100%) 0% 0% no-repeat padding-box !important;
}

/*------------------- 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");
}

.head-undr-lin {
    position: relative;
    width: max-content;
    margin: auto;
    padding: 0 20px;
    font-family: 'Playfair Display';
    color: #FFFFFF;
    font-size: 60px;
}

.head-undr-lin:before,
.head-undr-lin:after {
    content: "";
    width: 160px;
    height: 45px;
    background-position: center;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 0;
    top: 0;
    margin: auto;
}

.head-undr-lin:before{
    background-image: url("../images/Banner-Section/arrow-right.png");
    right: 100%;
}
.head-undr-lin:after{
    background-image: url("../images/Banner-Section/arrow-left.png");
    left: 100%
}

.sec-how-ply {
    position: relative;
    padding: 80px 0;
}



/*------------------- OUR GAMES -------------------*/
section.sec-our-gme {
    width: 100%;
    height: 100%;
    background: url("../img/Our-Games/BGPattern.jpg");
    padding: 80px 0;
    position: relative;
}

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



.text-styl {
    margin: auto;
}

.text-styl h3 {
    color: #fff;
    font-size: 45px;
    font-weight: 600;
    line-height: 1.3;
    font-family: 'Playfair Display', serif;
}

.cm-our-game {
    padding: 50px 0;
    gap: 60px;
}

.text-styl p + p {
    margin-top: 20px;
}

.text-styl p {
    color: #C1C1C1;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Lato';
    margin: 0;
}

.cm-ltr:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 80%;
    height: 100%;
    background: transparent linear-gradient(123deg, #4D2A26 0%, #0F0808 100%) 0% 0% no-repeat padding-box;
    display: inline-block;
    z-index: -1;
    border-radius: 30px;
}

.cm-ltr {
    position: relative;
    padding: 40px 0;
    padding-left: 50px;
}

.cm-rtl {
    position: relative;
    padding: 40px 0;
    padding-right: 50px;
}

.cm-rtl:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 80%;
    height: 100%;
    background: transparent linear-gradient(123deg, #4D2A26 0%, #0F0808 100%) 0% 0% no-repeat padding-box;
    display: inline-block;
    z-index: -1;
    border-radius: 25px;
}

.text-img {
    flex: unset;
}

.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;
}

/*---------------- ABOUT BETX99 GAMES ---------------*/
.sec-abut-gme  .abt-styl p:nth-child(2) {
    color: #FF266D;
}

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

.sec-abut-gme .abt-styl h2 {
    color: #190040;
    text-align: left;
    padding: 0;
}

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


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

/*---------------- Get The App Link --------------------*/
.sec-get-lnk {
    background: url(../images/Download-APP/Download-app-Top-BG.jpg) center no-repeat;
    background-size: cover;
    position: relative;
    padding: 80px 0;
    opacity: 1;
}


.sec-get-lnk a span {
    font-size: 16px;
}

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

.sec-get-lnk a:hover {
    background: #A4C639;
}

.sec-get-lnk a:hover {
    background: #A4C639 0% 0% no-repeat padding-box;
    color: #fff;
}

.sec-get-lnk a:after {
    content: "";
    width: 50px;
    height: 50px;
    background: url("../images/Download-APP/android(2.html).png");
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    top: 15px;
    left: 20px;
}

.sec-get-lnk a:hover:after {
    content: "";
    width: 50px;
    height: 50px;
    background: url("../images/Download-APP/android(2.html).png");
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    top: 15px;
    left: 20px;
}

.sec-get-lnk p {
    font-size: 22px;
    color: #C1C1C1;
    padding: 5px 0 0;
}

.sec-get-lnk h5 {
    font-size: 26px;
    color: #fff;
    font-family: 'Lato';
}

.sec-get-lnk h1 {
    color: #fff;
    font-size: 75px;
    font-weight: bold;
    padding: 0 0 10px;
    font-family: 'Playfair Display', serif;
}

.sec-get-lnk h1 span {
    color: #FC0000;
    font-family: 'Playfair Display', serif;
}

.sec-get-lnk .sec-get-usr .col-lg-6 {
    background: #1F004E;
    width: 45%;
    border-radius: 25px;
    margin: auto;
    height: 180px;
    display: grid;
    justify-content: center;
    align-items: center;
    padding: 25px 0;
    opacity: 0.7;
}

.sec-get-lnk .sec-get-usr .get-usr {
    background: transparent linear-gradient(114deg, #FEFEFE 0%, #ADADAD 48%, #BAB7B9 100%) 0% 0% no-repeat padding-box;
    width: 45%;
    border-radius: 25px;
    margin: auto;
    height: 180px;
    display: grid;
    justify-content: center;
    align-items: center;
    padding: 20px;
    opacity: 1;
    position: relative;
    z-index: 2;
}

.row.sec-get-usr {
    margin-top: 80px;
    opacity: 1;
}
.get-usr {
    justify-content: flex-start !important;
    gap: 30px;
    padding: 40px 0;
}

.cm-and-img {
    height: 100%;
    display: inline-flex;
    margin: 0;
    width: auto;
}

.cm-and-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.sec-get-lnk .sec-get-usr .get-usr:after {
    content: '';
    position: absolute;
    left: 15px;
    top: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    display: inline-block;
    background: #000;
    z-index: -1;
    border-radius: 20px;
}
.sec-get-lnk .sec-get-usr p {
    color: #fff;
    padding-left: 0;
    font-size: 24px;
    line-height: 1;
}

.sec-get-usr h4 {
    color: #fff;
    position: relative;
    font-size: 40px;
    padding-left: 0;
    line-height: 1.3;
    font-family: 'Playfair Display', serif;
}

.cm-img-bg {
    background: transparent linear-gradient(144deg, #FFFFFF 0%, #AFAFAF00 37%, #9E9E9E00 66%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    border-radius: 50%;
}

/*--------- FREQUENTLY ASKED QUESTIONS ------------*/
.ec-get-lnk button.accordion-button {
    background: #462929;
    padding: 25px 20px 20px 75px;
    color: #190040;
    position: relative;
    border-radius: 20px;
}

.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 .active .accordion-body{
    display: inline-block;
    transition: all 0.5s;
}
.ec-get-lnk .accordion-body {
    background: #141415;
    color: #888888;
    font-family: "Lato";
    border-radius: 2px 0 0 16px;
    padding: 30px 40px;
    margin: 0;
    display: none;
    transition: all 0.5s;
}

.sec-pera-colr p {
    color: #888888;
    font-size: 18px;
}

.sec-pera-colr span {
    color: #FF266D;
    font-size: 18px;
}

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

.ec-get-lnk  button.accordion-button span {
    background: transparent;
    color: #fff;
    border-radius: 20px;
    opacity: 1;
    padding-right: 10px;
    top: 0;
    left: 0;
    position: relative;
}

section.ec-get-lnk  .accordion-item {
    border: none;
    background: transparent;
    margin: 0 0 -20px;
}
section.ec-get-lnk .accordion-item.cm-faq-panel.active {
    margin: 0;
}

.accordion-header .accordion-button:not(.collapsed) {
    font-size: 28px;
    color: #fff !important;
    font-family: 'Lato';
    padding-left: 30px;
    border-radius: 20px;
}

.cm-faq-panel.active .accordion-button {
    background: #141415;
    border-radius:  20px 0px 0px;
}

.accordion-collapse {
    height: 0;
    transition: all 0.5s;
    display: inline-block;
}

.cm-faq-panel.active .accordion-collapse {
    height: auto;
    transition: all 0.5s;
}

.ec-get-lnk .accordion {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    padding-top: 50px;
}

section.ec-get-lnk  {
    position: relative;
    padding: 80px 0;
}


section.ec-get-lnk .accordion-button::after {
    width: 20px;
    background-image: url("../images/FAQ/Plus-icon.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

section.ec-get-lnk .accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);
    background-image: url(../images/FAQ/Plus-icon.svg);
}

section.ec-get-lnk .active .accordion-button::after {
    background-image: url("../images/FAQ/Minus-icon.svg");
}
.accordion-button:focus {
    box-shadow: none;
}

.accordion {
    --bs-accordion-border-color: none;
}

/*-------------------- OFFERS & BONUS ---------------------*/
section.sec-ofr-bons {
    width: 100%;
    height: 100%;
    background: url(../images/Offers-Bonus/Offers-Bonus-BG.jpg) no-repeat center;
    background-size: cover;
    padding: 80px 0;
}

.sec-ofr-bons-slider .img-thumbnail {
    width: 100%;
    padding: 0 20px
}

.sec-ofr-bons-slider {
    padding-top: 50px;
}

/*--------------------  WHAT WINNERS SAY ABOUT US ---------------------*/
section.sec-wht-abt {
    padding: 80px 0;
    position: relative;
}

.tstmo-slider.slick-initialized .slick-slide {
    display: block;
    opacity: 1;
    margin: 0;
    position: relative;
}

.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;
    background: #462929;
    width: calc(100% - 30px);
    gap: 30px;
    border-radius: 25px;
}

.test-cont {
    width: calc(100% - 130px);
    display: inline-block;
}
.tstmo-slider .slick-dots li button:before {
    color: #BF924F;
    font-size: 15px;
}
.tstmo-slider .slick-dots li button:before,
.sec-ofr-bons-slider .slick-dots li button:before{
    color: #5E3E39;
}
.tstmo-slider .slick-dots li.slick-active button:before,
.sec-ofr-bons-slider .slick-dots li.slick-active button:before{
    color: #F54E16;
}

.tstmo-slider .slick-dots li.slick-active ,
.sec-ofr-bons-slider .slick-dots li.slick-active {
    background: #F54E16;
    color: #F54E16;
    border-radius: 50px;
}

.tstmo-slider .slick-dots li.slick-active button,
.sec-ofr-bons-slider .slick-dots li.slick-active button{
    background: #F54E16;
    color: #F54E16;
    border-radius: 50px;
}
.tstmo-slider .slick-dots li button,
.sec-ofr-bons-slider .slick-dots li button{
    border-radius: 50px;
    background: #5E3E39;
    color: #5E3E39;
}

.tstmo-slider .slick-dots li button ,
.sec-ofr-bons-slider .slick-dots li button {
    background: #5E3E39;
}

.tstmo-slider .slick-dots,
.sec-ofr-bons-slider  .slick-dots{
    margin-top: 30px;
    display: inline-block;
    width: 100%;
    position: relative;
    bottom: 0;
}
.tstmo-slider .slick-dots li.slick-active button:before {
    color: #FF266D;
}

.tstmo-slider .slick-dots {
    position: relative;
    bottom: 0;
}

.tstmo-slider h5 {
    font-size: 24px;
    font-weight: 600;
    color: #FC0000;
}

.tstmo-slider span {
    color: #FC0000;
}

.tstmo-slider p {
    color: #C1C1C1;
    font-size: 20px;
}

.tstmo-slider p:last-child {
    color: #FFFFFF;
    position: relative;
    font-size: 20px;
    padding-top: 30px;
}

.tstmo-slider p:last-child:after {
    content: "";
    background: #FC0000;
    width: 45px;
    height: 2px;
    position: absolute;
    top: 15px;
    left: 0;
    margin: auto;
    opacity: 0.5;
}
.tstmo-slider {
    padding-top: 50px;
}
/*-------------------- Footer ---------------------*/
footer.sec-foot {
    background: #141415;
    padding: 80px 0 0;
    font-family: "Lato";
}

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

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

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

.sec-foot-1 ul li a {
    color: #FFFFFF;
    padding: 0 20px 0;
    font-size: 18px;
    font-family: 'Playfair Display', serif;
}

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

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

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

.sec-foot-3 {
    margin: 0;
    padding: 0;
}

.cm-pay {
    text-align: right;
}
.cm-fotter {
    border-top: 1px solid #B0A0C9;
    padding-top: 30px;
    margin-top: 30px;
    padding-bottom: 50px;
}
.sec-foot-3 ul li a {
    padding: 0 2px 0;
}

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

.sec-foot-4 p {
    text-align: left;
    color: hsl(0deg 0% 100% / 81%);
    font-size: 18px;
}

.sec-foot-4 p:nth-child(1) {
    color: #FC0000;
}

.sec-foot-4 p:nth-child(1) span {
    color: hsl(0deg 0% 100% / 81%);
}

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

.sec-foot-5 p {
    text-align: center;
    color: #B0A0C9;
    font-size: 16px;
}
.cm-socila li a {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.cm-socila li a.cm-fb{
    background-image: url(../images/Footer/facebook.png);
}
.cm-socila li a.cm-fb:hover{
    background-image: url(../images/Footer/facebook-hover.png);
}
.cm-socila li a.cm-tw{
    background-image: url(../images/Footer/twitter.png);
}
.cm-socila li a.cm-tw:hover{
    background-image: url(../images/Footer/twitter-hover.png);
}
.cm-socila li a.cm-insta{
    background-image: url(../images/Footer/instagram.png);
}
.cm-socila li a.cm-insta:hover{
    background-image: url(../images/Footer/instagram-hover.png);
}
.cm-socila li a.cm-link{
    background-image: url(../images/Footer/linkedin.png);
}
.cm-socila li a.cm-link:hover{
    background-image: url(../images/Footer/linkedin-hover.png);
}
.navbar-toggler {
    display: none;
}
.cm-navbar-collapse {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.navbar-nav {
    display: flex;
    flex-flow: revert;
}

/*------------------ our game results ----------------*/
.sec-abut-gme {
    margin: 0;
    padding: 80px 0;
    background: url(../images/Download-APP/Download-app-Top-BG.jpg) center no-repeat;
    background-size: cover;
    opacity: 1;
}

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


.sec-abut-gme .sec-tab {
    width: 100%;
    height: auto;
    border-radius: 12px;
    opacity: 1;
    padding: 30px 0 40px;
    display: flex;
    justify-content: center;
    align-items: normal;
    margin: 0;
}

.sec-tab .nav-tabs {
    border: none;
    display: grid;
    grid-template-columns: repeat(3 , 1fr);
    align-items: center;
    padding: 0;
    margin: 0 0 60px;
    border-bottom: 5px solid #0D3A43;
    padding: 0;
    width: 100%;
}

.sec-tab ul li a.tab-a {
    opacity: 1;
    color: #fff;
    border-radius: 12px;
    font-size: 18px;
    font-family: 'poppins',sans-serif;
    text-decoration: none;
    padding: 25px 0;
    font-weight: 500;
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: center;
}

.sec-tab ul li a.active {
    position: relative;
}

.sec-tab ul li a.active:before {
    content: "";
    position: absolute;
    background: transparent linear-gradient(90deg, #2392A6 0%, #55D0E6 100%) 0% 0% no-repeat padding-box;
    top: unset;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 5px;
}


.sec-tab ul li a:after {
    content: "";
    width: 100%;
    height: 5px;
    position: absolute;
    background: #fff;
    background-size: contain;
    bottom: -5px;
    left: 0;
    z-index: 1;
    border-radius: 20px;
    opacity: 0;
    width: 0;
    transition: all 0.5s;
}

.sec-tab ul li .tab-a.active-a:after {
    opacity: 1;
    width: 100%;
    transition: all 0.5s;
}


/* .sec-tab ul li:nth-child(2) a:after {
    content: "";
    width: 35px;
    height: 35px;
    background: url("../images/Our-Game-Results/Dot(1).png");
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    right: 15px;
    z-index: 9999;
}

.sec-tab ul li:nth-child(3) a:after {
    content: "";
    width: 35px;
    height: 35px;
    background: url("../images/Our-Game-Results/Dot(3).png");
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    right: 15px;
    z-index: 9999;
} */

.tab-content {
    display: contents;
    align-items: center;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 0;
}

.sec-tab .tab-pane {
    background: #462929;
    border-radius: 12px;
    opacity: 1;
    padding: 20px;
    margin: 5px;
    opacity: 1;
    height: 170px;
    width: 100%;
}

.sec-tab .tab-pane h3 {
    color: #fff;
    font-size: 28px;
    line-height: 30px;
}

.sec-tab .tab-pane a {
    text-decoration: none;
    font-size: 28px;
}

.sec-tab .tab-pane p {
    color: #C1C1C1;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 24px;
}

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

.sec-tab .tab-pane:before {
    content: "";
    position: absolute;
    background: transparent #fff;
    left: 0;
    width: 2px;
    height: 45%;
    opacity: 1;
}

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


.tab-content span.cm-tb-num {
    color: #FC0000;
    background: #462929;
    box-shadow: 0px 2px 8px;
    font-size: 38px;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    opacity: 1;
    display: flex;
    justify-content: center;
    margin: auto;
    margin-right: 0;
}

.cm-img-tab {
    position: relative;
    z-index: 0;
    width: 100px;
    height: 100px;
    display: inline-block;
}

.cm-img-tab:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
    background: #FC0000;
    border-radius: 100%;
    opacity: 0.3;
    filter: blur(15px);
    z-index: -1;
}

.cm-img-tab img {
    height: 100px;
    width: 100px;
    object-fit: contain;
    padding: 0;
    filter: drop-shadow(2px 4px 6px #FC0000);
}

.sec-tab .tab-pane  .cm-tab-cont {
    width: max-content;
}

.sec-abut-gme{
    position: relative;
}
.cm-tab-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    width: 100%;
    padding: 0 20px;
}

.tab {
    display: none;
}
.tab.tab-active {
    display: grid;
}

@media only screen and (max-width: 1600px) {
    /*----------------- header  -------------------*/
    header .col-lg-4 {
        width: 20%;
    }

    header .col-lg-8 {
        width: 80%;
    }
    .sec-foot-4 p, .sec-foot-1 ul li a,.ec-get-lnk .accordion-body,.navbar .navbar-nav li a.nav-link {
        font-size: 17px;
    }

    .tstmo-slider p, .tstmo-slider p:last-child,.text-styl p {
        font-size: 19px;
    }

    .head-undr-lin {
        font-size: 55px;
    }

    .sec-get-usr h4 {
        font-size: 35px;
    }

    .sec-get-lnk .sec-get-usr p,.tstmo-slider h5,.card-body .card-text{
        font-size: 22px;
    }

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

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

    .sec-get-lnk h5,.sec-banner .bnr-head p ,.sec-get-lnk a{
        font-size: 24px;
    }
    .accordion-header .accordion-button:not(.collapsed),.sec-banner .bnr-head-2 p:nth-child(2){
        font-size: 26px;
    }

    .text-styl h3 {
        font-size: 40px;
    }

    .card-body > .card-title {
        font-size: 70px;
        margin-bottom: 15px;
    }

    .sec-banner .bnr-head h1 {
        font-size: 80px;
        line-height: 90px;
    }

    .sec-banner .bnr-head-2 p:nth-child(1),.sec-banner .bnr-head-2 a {
        font-size: 21px;
    }
    /* end 1400 */
}


@media only screen and (max-width: 1366px) {

    .sec-get-lnk h5, .sec-banner .bnr-head p,.sec-get-lnk a {
        font-size: 22px;
    }

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

    .accordion-header .accordion-button:not(.collapsed), .sec-banner .bnr-head-2 p:nth-child(2) {
        font-size: 24px;
    }

    .sec-banner .bnr-head-2 p:nth-child(1), .sec-banner .bnr-head-2 a {
        font-size: 19px;
    }

    .cm-android:after {
        width: 60px;
        height: 60px;
    }

    .sec-banner .bnr-head-2 p:nth-child(2) {
        margin-top: 5px;
    }

    .sec-banner .bnr-head-2 a {
        padding: 18px 22px;
    }

    .card-body > .card-title {
        font-size: 65px;
    }

    .sec-get-lnk .sec-get-usr p, .tstmo-slider h5, .card-body .card-text {
        font-size: 20px;
    }

    .text-styl h3 {
        font-size: 35px;
    }

    .tstmo-slider p, .tstmo-slider p:last-child, .text-styl p {
        font-size: 18px;
    }

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

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

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

    .sec-get-usr h4 {
        font-size: 32px;
        line-height: 35px;
    }
    .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;
    }
    .head-undr-lin {
        font-size: 52px;
    }

    .ec-get-lnk .accordion-body {
        padding-top: 0;
    }

    .sec-foot-4 p, .sec-foot-1 ul li a, .ec-get-lnk .accordion-body, .navbar .navbar-nav li a.nav-link {
        font-size: 16px;
    }
    .cm-img-tab img, .cm-img-tab, .tab-content span.cm-tb-num {
        height: 90px;
        width: 90px;
        line-height: 90px;
    }

    .sec-tab .tab-pane h3, .cm-card-content h3 {
        font-size: 26px;
        line-height: 28px;
    }
    .sec-tab .tab-pane p{
        font-size: 20px;
    }
    /* end 1366*/
}


@media only screen and (max-width: 1200px) {

    /*----------------- header  -------------------*/
    header .col-lg-4 {
        width: 20%;
    }
    .cm-pay .img-thumbnail {
        width: 90% !important;
    }
    header .col-lg-8 {
        width: 85%;
    }
    .sec-banner .bnr-head h1 {
        font-size: 54px;
        line-height: 65px;
    }

    .accordion-header .accordion-button:not(.collapsed), .sec-banner .bnr-head-2 p:nth-child(2) {
        font-size: 22px;
    }

    .sec-banner .bnr-head-2 p:nth-child(1), .sec-banner .bnr-head-2 a {
        font-size: 18px;
    }

    .navbar .navbar-nav li a.nav-link {
        padding: 0 !important;
        text-transform: capitalize;
    }

    .cm-btn {
        padding: 5px 10px;
    }

    .card-body > .card-title {
        font-size: 60px;
        line-height: 70px;
    }

    .sec-get-lnk .sec-get-usr p, .tstmo-slider h5, .card-body .card-text {
        font-size: 19px;
    }

    .text-styl h3 {
        font-size: 32px;
    }

    .head-undr-lin {
        font-size: 48px;
    }

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

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

    .sec-get-lnk a span {
        font-size: 15px;
    }

    .sec-get-lnk h5, .sec-banner .bnr-head p, .sec-get-lnk a {
        font-size: 21px;
    }

    .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;
    }
    .sec-foot-1 ul li a {
        padding: 0 5px;
    }

    /* end 1200 */
}


@media only screen and (max-width: 1024px) {

    .cm-navbar-collapse {
        /* display: none; */
    }
    .navbar-toggler:focus{
        outline: unset;
        box-shadow: unset;
    }
    .navbar-toggler {
        display: block;
    }

    .navbar-icon {
        width: 30px;
        height: 2px;
        background: #fff;
        display: inline-block;
    }

    .navbar-toggler {
        display: flex;
        flex-flow: column;
        gap: 6px;
    }

    .cm-navbar-expand-xl {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: row;
    }

    header .col-lg-8 {
        display: flex;
        justify-content: end;
    }
    .head-undr-lin:before, .head-undr-lin:after {
        width: 80px;
        height: 35px;
    }

    .cm-navbar-collapse.cm-nav-active {
        transform: translate(0px, 0);

    }
    .cm-navbar-collapse {
        display: flex;
        position: fixed;
        width: 320px;
        height: 100%;
        background: transparent linear-gradient(237deg, #4D2A26 0%, #0F0808 100%) 0% 0% no-repeat padding-box;
        top: 0;
        right: 0;
        padding: 110px 30px 0;
        gap: 15px !important;
        align-content: flex-start;
        transition: all 0.5s;
    }
    .cm-navbar-collapse {
        transform: translate(340px, 0);
        transition: all 0.5s;
    }
    .navbar-nav {
        flex-wrap: wrap;
    }

    .navbar-nav .nav-item {
        width: 100%;
    }

    .cm-nav-active .navbar-toggler {
        position: absolute;
        z-index: 9;
        padding: 0;
        right: 0;
    }

    .cm-nav-active .navbar-toggler .navbar-icon:nth-of-type(1) {
        transform: translate(0px, 7px) rotate(45deg);
    }

    .cm-nav-active .navbar-toggler .navbar-icon:nth-of-type(3) {
        transform: translate(0px, -9px) rotate(-45deg);
    }

    .cm-nav-active .navbar-toggler .navbar-icon:nth-of-type(2) {
        opacity: 0;
        visibility: hidden;
    }
    /* end 1024 */
}

@media only screen and (max-width: 992px) {


    header .col-lg-8 {
        display: flex;
        justify-content: end;
    }

    .container {
        width: 100%;
        padding: 0 calc(10% + 15px);
        max-width: 100%;
    }

    .sec-banner .bnr-head h1 {
        font-size: 42px;
        line-height: 50px;
    }

    .sec-banner .bnr-head-2 {
        grid-template-columns: 1fr;
    }

    .sec-banner .bnr-head-2 p:nth-child(1), .sec-banner .bnr-head-2 a {
        font-size: 16px;
    }

    .card-body > .card-title {
        font-size: 40px;
        line-height: 50px;
    }

    .sec-get-lnk .sec-get-usr p, .tstmo-slider h5, .card-body .card-text {
        font-size: 18px;
        line-height: 26px;
    }

    #about, .sec-how-ply, .sec-get-lnk, section.ec-get-lnk, section.sec-ofr-bons, section.sec-wht-abt {
        padding: 60px 0;
    }

    .head-undr-lin {
        font-size: 42px;
    }

    .text-styl h3 {
        font-size: 25px;
    }

    .tstmo-slider p, .tstmo-slider p:last-child, .text-styl p {
        font-size: 16px;
        line-height: 22px;
    }

    .cm-ltr {
        padding: 30px 0;
        padding-left: 30px;
    }

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

    .sec-get-lnk h5, .sec-banner .bnr-head p, .sec-get-lnk a {
        font-size: 18px;
    }

    .sec-get-lnk a:after {
        width: 35px;
        height: 35px;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .row.sec-get-usr {
        margin-top: 60px;
    }

    .text-box {
        flex-wrap: wrap;
        width: 100%;
    }

    .test-cont {
        width: 100%;
    }

    .sec-foot-1 ul {
        flex-wrap: wrap;
    }

    .cm-widget-fot {
        flex-wrap: wrap;
        justify-content: center !important;
    }

    .cm-fotter {
        flex-wrap: wrap;
    }

    .cm-our-game {
        padding: 25px 0;
    }

    .cm-ltr {
        gap: 30px !important;
    }
    .sec-tab .tab-pane div {
        flex-wrap: wrap;
    }

    .sec-tab .tab-pane {
        height: 100%;
        justify-content: center;
        align-items: center;
    }

    .tab-content span.cm-tb-num {
        margin: auto;
    }

    .cm-img-tab img, .cm-img-tab, .tab-content span.cm-tb-num {
        height: 80px;
        width: 80px;
        line-height: 80px;
        font-size: 30px;
    }
    .sec-tab .tab-pane .cm-tab-cont{
        width: 100%;
        text-align: center;
    }
}


@media only screen and (max-width: 768px) {

    .sec-get-usr {
        flex-wrap: wrap;
    }

    #about, .sec-how-ply, .sec-get-lnk, section.ec-get-lnk, section.sec-ofr-bons, section.sec-wht-abt {
        padding: 40px 0;
    }

    .sec-get-lnk .sec-get-usr .get-usr {
        width: 100%;
    }
    .sec-banner .bnr-head h1 {
        font-size: 32px;
        line-height: 35px;
    }

    .sec-get-lnk h5, .sec-banner .bnr-head p, .sec-get-lnk a {
        font-size: 16px;
    }

    .sec-banner .bnr-head-2 p:nth-child(1), .sec-banner .bnr-head-2 a {
        font-size: 14px;
        line-height: 20px;
    }

    .accordion-header .accordion-button:not(.collapsed), .sec-banner .bnr-head-2 p:nth-child(2) {
        font-size: 18px;
    }
    .sec-banner .bnr-head-2 a {
        padding: 10px 0;
    }

    .cm-android:after {
        width: 50px;
        height: 50px;
    }

    .cm-android {
        padding-left: 60px;
    }

    .card-body > .card-title {
        font-size: 30px;
    }

    .sec-get-lnk .sec-get-usr p, .tstmo-slider h5, .card-body .card-text {
        font-size: 16px;
        line-height: 22px;
    }

    .head-undr-lin {
        font-size: 32px;
        width: auto;
        display: inline-block;
    }
    .head-cont {
        text-align: center;
    }

    .cm-our-game .cm-ltr,.cm-our-game .cm-rtl {
        flex-wrap: wrap;
        gap: 20px !important;
    }

    .cm-ltr:before {
        width: 100%;
        height: 80%;
    }

    .cm-ltr {
        padding: 0 20px;
        padding-top: 20px;
    }

    .cm-rtl {
        padding: 0 20px;
        padding-bottom: 20px;
    }

    .cm-rtl:after {
        width: 100%;
        height: 80%;
        bottom: 0;
        top: unset;
    }

    .cm-our-game {
        padding: 20px 0;
    }
    .sec-foot-1 ul {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .tstmo-slider p, .tstmo-slider p:last-child, .text-styl p {
        font-size: 14px;
        line-height: 20px;
    }

    .text-styl h3 {
        font-size: 23px;
        line-height: 25px;
    }

    .head-undr-lin:before, .head-undr-lin:after {
        width: 80px;
    }
    .sec-get-usr {
        gap: 20px;
    }
    .cm-img-bg {
        margin-top: 30px;
    }
    .sec-get-lnk a {
        padding: 14px 40px;
        padding-left: 65px;
    }
    .accordion-header .accordion-button:not(.collapsed) {
        align-items: self-start;
    }
    .card-box .card-body {
        padding: 0;
    }

    .card-box-full {
        width: 100% !important;
    }

    .cm-img-height img {
        width: 100%;
        object-fit: contain;
        height: 200px;
    }
    .text-box {
        padding: 20px;
    }
    .footer-logo,.footer-logo img {
        width: 100%;
        object-fit: contain;
    }
    .tab-content {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}


@media only screen and (max-width: 480px) {
    .head-undr-lin:before, .head-undr-lin:after{
        width: 26%;
    }
    body br{
        display: none;
    }

    .sec-get-usr h4 {
        font-size: 28px;
    }
    .sec-get-lnk .sec-get-usr .get-usr {
        padding: 15px;
    }

    .sec-get-lnk .sec-get-usr .get-usr:after {
        width: calc(100% - 20px);
        height: calc(100% - 20px);
        left: 10px;
        top: 10px;
    }
    .accordion-header .accordion-button:not(.collapsed) {
        padding-left: 20px;
    }

    .ec-get-lnk .accordion-body {
        padding: 20px;
        padding-top: 0;
    }
    .sec-get-lnk .sec-get-usr .get-usr {
        flex-wrap: wrap;
        height: auto;
    }
    .head-undr-lin:before, .head-undr-lin:after{
        content: unset;
    }
    .cm-and-img img {
        height: 100px;
    }
    .ec-get-lnk button.accordion-button {
        padding: 30px 20px 20px 10px;
    }
    .sec-get-lnk a span {
        width: 100%;
        display: inline-block;
    }

    .sec-banner .img-fluid {
        height: 400px;
        object-fit: cover;
        object-position: left;
    }
    .sec-get-lnk h1 {
        font-size: 35px;
    }
    .sec-tab .nav-tabs {
        grid-template-columns: auto;
        border-bottom: unset;
    }
    .sec-tab .nav-tabs {
        grid-template-columns: auto;
        border-bottom: unset;
    }

    .sec-tab .tab-pane {
        height: 100%;
    }

    .cm-tab-box {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .tab-content span.cm-tb-num {
        margin: auto;
    }

    .sec-tab ul li a:after {
        height: 1px;
        bottom: -1px;
    }

    .sec-tab ul li a.tab-a {
        padding: 15px 0;
        border-bottom: 1px solid rgb(204 204 204 / 31%);
        border-radius: 0px;
    }

    .tab.tab-active{
        gap: 20px;
    }
    .sec-tab .tab-pane .cm-tab-cont {
        width: 100%;
        text-align: center;
    }

    .cm-img-tab img, .cm-img-tab, .tab-content span.cm-tb-num {
        height: 50px;
        width: 50px;
        line-height: 50px;
        margin: auto;
    }

    .tab-content span.cm-tb-num {
        font-size: 20px;
    }

    .cm-img-tab:after {
        width: 80px;
        height: 80px;
        line-height: 80px;
        margin: auto;
    }

    .sec-tab .tab-pane p {
        font-size: 16px;
        line-height: 24px;
    }

    .sec-tab .tab-pane h3, .cm-card-content h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .cm-tab-box {
        gap: 20px;
    }
}