
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    letter-spacing: 0;
    font-family: 'Rubik';
    background-color: #f2f2f2;
    color: #333333;
}
html {
    scroll-behavior: smooth;
}
a,
.btn {
    transition: all 0.3s ease-in-out;
}

a:hover {
    text-decoration: none;
}
button,
input,
optgroup,
select,
textarea {
    letter-spacing: 0.5px;
}
input {
    letter-spacing: 0.5px;
    background: #000000;
    border: 1px solid #ccc;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
a{
    text-decoration: none;
}
.hero-section {
    background-image: url('../img/hero-bg-shape.png');
    background-position: bottom;
    background-repeat: no-repeat;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 161px);
}
.container {
    max-width: 1440px;
}
.header {
    padding: 21px 0px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
}
.mobile-num-img img {
    filter: invert(1);
    width: 25px;
}
.whatsapp-num-img img{
    filter: invert(1);
    width: 31px;
}
.header .row {
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    width: 100%;
    padding-bottom: 0px;
}
.header-menu ul li a {
    font-size: 15px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
}
.header-menu ul li:hover a{
    color: #fab028;
}

.small-btn{
    font-size: 19px;
    display: inline-flex;
    padding: 8px 21px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 10px;
    align-items: center;
    border: 2px solid #000;
    gap: 6px;
    transition: transform .4s ease-out;
    position: relative;
}

.small-btn-bg{
    border: 2px solid #000 !important;
    color: #000 !important; 
}
.small-btn-bg{
    border: 2px solid #000;
    color: #000; 
}
.small-btn-bg img{
    filter: invert(1);
}
.small-btn-bg:hover img{
    filter: invert(1) !important;
}

.small-btn:hover {
    transform: translate(0, -5px);
    background: #fab028;
    border-color: #fab028;
    color: #000 !important;

}

.small-btn img {
    width: 28px;
    margin-right: 5px;
    filter: invert(1);
}
.hero-text h1 {
    margin-bottom: 40px;
    color: #000;
    font-size: 55px;
    line-height: 64px;
    font-weight: 600;
    text-transform: uppercase;
}
.hero-text .small-btn{
    background: #fab028;
    border-color: #fab028;
    padding: 12px 35px;
    position: relative;
    overflow: hidden;

}
.hero-text .small-btn:hover {
    text-decoration: none;
    color: #000;
}
.game-rates ,.game-results-info,.faqs-info{
    padding: 60px 0px;
}
.faqs-info{
    background-image: url(../img/bg-img.png);
    background-position: center;
    background-size: cover;
}
.hero-text .small-btn:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: 0;
    left: 0;
    width: 45px;
    height: 100%;
    background-color: #ffffffcc;
    animation: shiny-btn1 2s ease-in-out infinite;
}
.chart-btn:hover{
    color: #000;
    transform: translate(0, -5px);
}
.sec-title {
    display: flex;
    justify-content: center;
    margin-bottom: 69px;

}
.mobile-num:hover{
    color: #dca216;
}
.whatsapp-info:hover{
    color: #dca216;
}

.sec-title h2 {
    position: relative;
    font-size: 34px;
    text-transform: uppercase;
    color: #202020;
    font-weight: 600;
}
.hero-text .small-btn:active{
  box-shadow:  4px 4px 6px 0 rgba(255,255,255,.3),
  -4px -4px 6px 0 rgba(116, 125, 136, .2), 
  inset -4px -4px 6px 0 rgba(255,255,255,.2),
  inset 4px 4px 6px 0 rgba(0, 0, 0, .2);
}

@-webkit-keyframes shiny-btn1 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
.main-sec{
    background-image: url('../img/bg-img.png');
    background-position: center;
    background-size: cover;

}
.game-results-info{
    background-image: url('../img/bg-img.png');
    background-position: center;
    background-size: cover;
}
.contact {
    display: flex;
    background: #fab028;
    text-align: center;
    padding: 13px 10px;
    margin: auto;
    column-gap: 17px;
    width: 100%;
    margin-top: -47px;
    position: relative;
    z-index: 1;
    justify-content: center;
}
.mobile-num {
    transition: 0.3s;
    display: flex;
    color: #000;
    background: #ffffff;
    height: 60px;
    font-size: 18px;
    font-weight: 500;
    padding: 0px 5px;
    padding-right: 20px;
    border: 1px solid #ffffff57;
    border-radius: 103px;
    align-items: center;
}
.mobile-num-img {
    position: relative;
    color: #fff;
    background: radial-gradient(ellipse farthest-corner at right bottom, #eeac03 0%, #daa526 8%, #9f7928 30%, #976800 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #dca216 8%, #e7a90b 25%, #e1a511 62.5%, #5d4a1f 100%);
    width: 46px;
    height: 46px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 50%;
    margin-right: 10px;
}
.contact span {
    color: #ffc842;
    font-weight: 600;
    margin-right: 15px;
}
.whatsapp-info {
    transition: 0.3s;
    display: flex;
    color: #000;
    font-weight: 500;
    border: 1px solid #ffffff57;
    background: #ffffff;
    height: 60px;
    font-size: 18px;
    padding: 0px 5px;
    padding-right: 20px;
    border-radius: 103px;
    align-items: center;
}
.whatsapp-num-img {
    position: relative;
    /* color: #000 !important; */
    background-color: #44c054;
    width: 46px;
    height: 46px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 50%;
    margin-right: 10px;
}
.contact span {
    color: #ffc842;
    font-weight: 600;
    margin-right: 15px;
}

.section-title {
    text-align: center;
    
}
.header-menu ul {
    display: flex;
    align-items: center;
}
.header-menu ul li {
    display: inline-block;
    padding: 8px 20px;
}
.hero-text h5 {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 15px;
}

.hero-img-inner img {
    max-width: 627px;
}

.hero-img-inner {
    text-align: right;
}


.hero-text-sec .row {
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.hero-text-sec {
    padding: 40px 0px;
    
    justify-content: space-between;
    height: 89%;
    align-items: center;
    width: 100%;
    display: flex;
}

a.burger,
a.closebtn {
    display: none;
}
.game-rates-box img {
    width: 80px;
}
.game-rates-box p {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 18px;
}
.game-rates-box:hover{
    box-shadow: none;
}
.game-rates-box {
    padding: 11px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    border-right: 8px solid #fab028;
    height: 100%;
    border-bottom: 8px solid #fab028;
    transition: 0.3s;
    border-radius: 121px 0px 0px 0px;
    display: flex;
    box-shadow: 4px 4px 8px 5px #0000002e;
}
.sec-title h2::after{
    content: '';
    position: absolute;
    width: 120px;
    height: 6px;
    background-color: #e7a90b;
    left: 0px;
    bottom: -6px;
}

.game-rates-info .row {
    row-gap: 19px;
}
.game-results-box {
    background: #ffff;
    margin-bottom: 22px;
    border: 4px solid #fab028;
    transition: all 0.5s;
}
.game-results-box:hover{
    box-shadow: 4px 4px 8px 5px #0000002e;
}
.game-results-head {
    display: flex;
    align-items: center;
    padding: 9px 15px;
    font-size: 19px;
    background: #fab028;
    justify-content: space-between;
}
.game-results-head i{
    cursor: pointer;;
}
.game-results-body {
    text-align: center;
    padding: 15px;
    padding-bottom: 5px;
}
.game-results-body .results-name{
    font-size: 25px;
}
.game-results-body .results-num{
    font-size: 23px;
    font-weight: 600;
}
.game-results-bottom {
    display: flex;
    padding: 15px;
    justify-content: space-between;
}
.chart-btn{
    background-color: #fab028;
    color: #000;
    border-radius: 5px;
    font-weight: 600;
    transition: transform .4s ease-out;
    padding: 7px 15px;
}
.text-red {
    color: red;
}
.game-results-head span{
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
.text-green {
    color: green;
}
.accordion-item{
    margin-bottom: 10px;
}
.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #fab0286b;
    box-shadow: inset 0 -1px 0 rgb(253 222 165);
}
.btn-close:focus {
    outline: 0;
    box-shadow: none;
    opacity: 1;
}
.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
.accordion-button:not(.collapsed)::after{
    filter: brightness(0.5);
}
.accordion-button{
    font-size: 18px;
    font-weight: 500;
}
.accordion-body{
    font-size: 16px;
}
.copy-right {
    text-align: center;
    padding-top: 60px;
    background: #fff;
    clip-path: polygon(12% 14%, 28% 0, 41% 13%, 59% 0, 79% 12%, 100% 0, 100% 100%, 1% 100%, 0% 35%, 0 0);
}
.players-img {
    margin-top: 36px;
}
.footer-logos {
    display: flex;
    justify-content: space-around;
    margin: 44px 0px;
}
p.copy-right-text {
    padding: 19px 0px;
    margin-top: 29px;
    font-size: 16px;
    color: #000000d4 !important;
    border-top: 1px solid #E3E3E3;
}

.copy-right-img p {
    font-size: 15px;
    margin-top: 12px;
    color: #6f6f6f;
}
.linking-footerhome{

    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}
.linking-footerhome li a{
  font-size: 15px;
     list-style: none;
    color: #6f6f6f;
}
.linking-footer li a{

     font-size: 15px;
     list-style: none;
    color: #6f6f6f;
}
.mobile-logo{
    display: none !important;
}

/* ========jodi chart========== */
.panel-heading h3{
    font-size: 19px;
    color: #fff;
    text-shadow: 0px 0px;
    margin: 0px;
    padding: 12px;
}
.panel-heading{
    background-color:  #3f51b5;
}
table, th, td {
    border: 1px solid #fab028;
    padding: .75rem;
    color: #212529;
}
thead {
    background-color: #ffc107;
}
table{
    background-color: #fff;
}
table th{
    font-size: 15px;
    font-weight: 500;
    padding: .75rem;
}
tbody td {
    font-size: 22px;
    font-weight: 500;
}
.chart-table {
    width: 100%;
    max-width: 800px;
    margin: 51px auto;
}
.main-section{
    border-top: 5px solid #fab02896;
}
.chart-title {
    text-align: center;
    margin-top: 59px;
}
.chart-title h2 {
    color: #222222;
    line-height: 1.3;
    font-weight: 500;
    font-size: 36px;
    text-transform: uppercase;
}
.chart-title p {
    margin-top: 13px;
}
.scroll-info{
    margin-top: 20px;
    text-align: center;
    justify-content: center;
    display: flex;
    gap: 12px;
}
.small-btn.scroll-btn {
    border: 1px solid #000000a8;
    font-weight: 500;
    font-size: 15px;
    justify-content: center;
    display: flex;
    width: 162px;
    padding: 10px 14px;
}
.modal-body.time-chart-info tbody td {
    font-size: 15px;
    font-weight: 400;
}
.modal-body.time-chart-info th{
    text-transform: uppercase;
    padding: 7px;
}


/* =======panel chart===== */
.tbl-font {
    font-size: 14px;
    display: block;
    width: 100%;
}
.tbl-td{
    padding: 4px !important;
    vertical-align: middle !important;
    line-height: 1.65;

}
.modal-header {
    padding: 8px 15px;
}
/* =====all chart======== */
.all-chart-data {
    background: #fff;
    display: flex;
    padding: 15px;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, .125);
    box-shadow: 0px 25px 65px rgba(0, 0, 0, 0.10) !important;
}
.all-card-box {
    display: flex;
    width: 100%;
    justify-content: center;
    border-left: 4px solid #fab028;
}
.all-card-box a {
    color: #222222;
    display: flex;
    width: 100%;
    justify-content: center;
}
.all-card-box a:hover {
    text-decoration: underline;
    color: #f8a000;
}
.all-card-box h3 {
    font-size: 24px;
    font-weight: 400;
}
.chart-title.all-chart-title {
    margin-bottom: 27px;
}
.all-chart-info {
    margin-bottom: 82px;
}
.border-shape {
    height: 35px;
    background: #ffffffc9;
    border: 2px dashed #b2b2b2;
}

/*privacy policy*/
.chart-title {
    text-align: center;
    margin-top: 2px;
}
.privacy-info {
    padding: 20px;
    background: #fff;
    margin-top: 30px !important;
    margin-bottom: 60px !important;
    width: 85%;
    margin: auto;
    border: 1px solid #fab028;
    box-shadow: 0px 1px 8px 9px #00000014;
    border-radius: 10px;
}
.privacy-title h1 {
    text-align: center;
    font-size: 28px;
    color: #e79f1c;
    margin-bottom: 21px;
}
.privacy-info a {
    color: #e79f1c;
}
.privacy-info p {
    font-size: 15px;
    margin: 10px 0px;
}
.privacy-info h2{
    font-size: 25px;
    margin-top: 22px;
}
.privacy-info h3{
    color: #6e6e6e;
    font-size: 20px;
    margin: 10px 0px;
}
.privacy-info ul li {
    list-style: disc;
}
.privacy-info ul{
    padding-left: 30px;
}
/* ============all-starline-pana============= */
.chart-table-data thead{
    text-shadow: none;
}
.chart-table-data table th {
    font-size: 11px;
    font-weight: 500;
    padding: 1px;
}
.chart-table-data table tbody td{
    font-size: 18px;
}
.scroll-info.footer {
    margin-bottom: 59px;
}

@media (max-width: 1250px) {
    #sidebar {
        left: -300px;
    }
    .user-img img {
        width: 188px;
    }
    .hero-img-inner img {
        max-width: 478px;
    }
    .hero-text h1{
        font-size: 46px;
    }
    .hero-text h1 {
        font-size: 48px;
        line-height: 57px;
    }
}

@media (max-width: 991px) {
    .navbar .container-fluid {
        display: flex;
        flex-wrap: nowrap;
    }
    .text-box h3 {
        font-size: 34px;
    }
    li.mobile-logo img {
        width: 149px;
    }
    .text-box ol li {
        font-size: 18px;
    }
    .hero-text h1 {
        font-size: 31px;
        line-height: 40px;
    }
    .hero-img-inner img {
        max-width: 356px;
    }
    .mobile-logo{
        display: block !important;
    }
    .slider-testimonial{
        max-width: 100%;
    }
    .header-menu img {
        width: 43px;
    }
    .small-btn img{
        width: 23px !important;
    }
    .hero-section{
        min-height: calc(100vh - 249px);
    }
    .text-box p{
        font-size: 14px;
        font-weight: 500;
        line-height: 22px;
    }
    .logo img {
        width: 104px;
    }
    .header-menu ul li a {
        font-size: 13px;
    }
    .header-menu ul li{
        padding: 0px 11px;
    }
    li.mobile-logo {
        padding-top: 0px !important;
    }
    
    #mob-menu {
        height: 100%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: -250px;
        background-color: #fff;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 7px;
        display: block;
        border-right: 1px solid #9e6f19;
        box-shadow: 0px 4px 8px 0px rgb(158 111 25);
        transition: all 0.5s;
    }
    #mob-menu .closebtn {
        position: absolute;
        top: 2px;
        right: 14px;
        font-size: 36px;
        margin-left: 50px;
        color: #000;
    }
    .menu.open #mob-menu {
        width: 250px;
        margin-left: 0px;
        display: block;
        text-align: left;
        left: 0px;
        transition: all 0.5s;
    }
    
    .header-menu ul {
        display: block;
        margin: 0;
        padding: 0px 20px;
    }

    div#menu-1 {
        z-index: 99;
        position: relative;
    }
    .menu.open .overlay-1 {
        display: block;
    }

    .header-menu ul li {
        padding: 8px 0px;
        display: block;
        border-bottom: 1px solid #ffffff54;
        margin-bottom: 8px;
    }
    a.burger {
        display: block;
        text-align: end;
    }
    a.burger,
    a.closebtn {
        display: block;
    }
    .overlay-1 {
        display: none;
    }
    .chart-title h2{
        font-size: 24px;
    }
    .overlay-1:after {
        content: "";
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: #0000005e;
        right: 0;
        left: 0;
        top: 0;
    }
    .chart-btn{
        padding: 7px 8px;
    }
    .game-results-bottom {
        display: flex;
        padding: 6px;
    }
    .game-results-body .results-name {
        font-size: 21px;
    }
    .game-results-body .results-num {
        font-size: 25px;
    }
    .game-results-info{
        padding: 0px;
    }
}

@media (max-width: 767px) {
    .play-rates {
        padding: 35px 0px;
    }
    .hero-text-sec{
        height: 71%;
        padding: 6px 0px;
    }
    
    .hero-section {
        height: calc(100vh - 368px);
    }
    img.bg-shape{
        display: none;
    }
    .how-to-play-img img{
        display: none;
    }
    .overlay-1 {
        display: none;
    }

    .hero-text {
        text-align: center;
    }

    .hero-text-sec .row {
        row-gap: 50px;
        margin: 0;
    }

    .header .row {
        margin: 0;
    }

    .text-box ol li {
        font-size: 18px;
        margin-bottom: 5px;
        text-align: left;

    }
    .text-box ol {
        margin-top: 25px;
        margin-bottom: 30px;
    }
    .hero-img-inner {
        text-align: center;
    }
    .m_top {
        margin-top: 0;
    }
    .privacy-info{
        width: 100%;
    }
    .privacy-info ul {
        padding-left: 21px;
    }
    .privacy-info h2 {
        font-size: 18px;
        margin-top: 16px;
    }
    .privacy-info h3 {
        color: #6e6e6e;
        font-size: 16px;
        margin: 7px 0px;
    }
    .privacy-info ul li {
        list-style: disc;
        font-size: 13px;
    }
    .privacy-info p {
        font-size: 13px;
        margin: 6px 0px;
    }
    .privacy-info {
        padding: 10px;
    }
    .privacy-title h1 {
        margin-bottom: 11px;
        font-size: 23px;
    }


    .mb15 {
        margin-bottom: 15px;
    }

    .mt10 {
        margin-top: 0;
    }
    .how-to-play .row {
        row-gap: 40px;
    }

    .text-box h3 {
        font-size: 28px;
    }
    .chart-btn{
        padding: 7px 11px;
    }
    .all-chart-info {
        margin-bottom: 19px;
    }
    .hero-section {
        height: calc(100vh - 286px);
    }
    .hero-img-inner img {
        max-width: 150px;
        margin-bottom: 14px;
    }
    .hero-text-sec .row {
        row-gap: 0;
        flex-direction: column-reverse;
    }

    
}

@media (max-width: 575px) {
    .download-app {
        text-align: center;
        margin-top: 26px;
    }
    .chart-title.all-chart-title {
        margin-bottom: 19px;
    }
    .modal-body {
        padding: 7px;
    }
    .chart-title {
        text-align: center;
        margin-top: 17px;
        padding: 0px 10px;
    }
    .chart-btn{
        padding: 7px 11px;
    }
    .faqs-info h2{
        text-align: center;
    }
    .hero-section {
        height: auto;
        padding-bottom: 162px;
        padding-top: 20px;
    }
    .faqs-info .sec-title h2::after{
        left: 134px;
        bottom: -12px;
    }
    .chart-table-data table tbody td{
        padding: 5px;
    }
    .all-card-box h3 {
        font-size: 18px;
    }
    .copy-right{
        clip-path: polygon(12% 5%, 28% 0, 46% 5%, 59% 0, 79% 6%, 100% 0, 100% 100%, 1% 100%, 0% 35%, 0 0);
        padding-top: 45px;
    }
    .modal-body.time-chart-info tbody td{
        padding: 5px;
    }
    .players-img {
        margin-top: 16px;
    }
    .game-results-box{
        margin-bottom: 9px;
    }
    .play-rates {
        padding-bottom: 0px;
    }
    .game-results-bottom {
        display: flex;
        padding-top: 4px !important;
    }
    .contact {
        flex-wrap: wrap;
        row-gap: 14px;
        border-radius: 0px;
    }
    .header .row {
        padding: 0px 16px;
        padding-top: 24px;
    }
    .small-btn{
        font-size: 15px;
        padding: 9px 19px;
    }
    .hero-img-inner img {
        max-width: 150px;
        margin-bottom: 14px;
    }
    .small-btn img {
        width: 21px;
    }
    .how-to-play-img img{
        display: none;
    }
    .section-title h2 {
        font-size: 24px;
    }
    .text-box h3 {
        font-size: 22px;
    }

    .p-60 {
        padding: 45px 0px;
    }

    .text-box ol li {
        font-size: 14px;
        margin-bottom: 1px;
    }

    .screenshot-sec {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .how-to-play.p-60 {
        margin: 20px 0px;
    }

    .result-inner-main {
        margin-top: 45px;
    }

    .today-result.p-60 {
        padding: 40px 0px 40px 0px;
    }
    
    .top-shape h3 {
        font-size: 22px;
    }

    .hero-text-sec .row {
        row-gap: 0;
        flex-direction: column-reverse;
    }
    
    .logo img {
        width: 134px;
        top: 15px;
    }
    .game-results-head {
        padding: 9px 12px;
    }
    .game-results-body .results-name {
        font-size: 23px;
    }
    .accordion-button {
        font-size: 15px;
        font-weight: 500;
    }
    
    .copy-right-img p {
        font-size: 13px;
    }
    .game-results-body {
        padding: 11px 15px;
    }
    .game-results-body .results-num {
        font-size: 24px;
        font-weight: 600;
    }
    .hero-text-sec{
        height: 48%;
    }
    .game-rates, .game-results-info, .faqs-info {
        padding: 22px 0px;
    }
    .all-chart-data{
        padding: 11px 15px;
    }
    .main-section .container{
        padding-left: 0px;
        padding-right: 0px;
    }
    .chart-table-data table tbody td{
        font-size: 14px;
    }
    tbody td {
        font-size: 19px;
        padding: 1px;
    }
    .chart-table-data table th{
        font-size: 8px;
        padding: 1px;
    }
    .chart-table-data .tbl-font {
        font-size: 10px;
    }
    .scroll-info.footer {
        margin-bottom: 26px;
    }
    .chart-table {
        margin: 28px auto;
    }
    .chart-title h2 {
        font-size: 21px;
    }
    table th{
        padding: 4px;
    }
    .small-btn.scroll-btn{
        width: 151px;
        font-size: 13px;
    }
    .modal-header {
        padding: 6px 10px;
    }

    .header {
        padding: 10px 0px;
    }
    .modal-title {
        margin-bottom: 0;
        font-size: 17px;
    }
    .sec-title h2::after {
        content: '';
        position: absolute;
        width: 112px;
    }
    .game-rates-box p {
        font-size: 17px;
        font-weight: 500;
        margin-top: 4px;
    }
    .sec-title h2 {
        position: relative;
        font-size: 31px;
    }
    .mobile-num{
        width: 100%;
    }
    .whatsapp-info{
        width: 100%;
    }
    .game-rates-box{
        border-radius: 5px;
    }
    .btn-1 img {
        width: 19px;
        margin-right: 0px;
    }

    .btn-1 {
        font-size: 14px;
        padding: 10px 20px;
    }

    .hero-text h1 {
        margin-bottom: 16px;
        font-size: 22px;
        line-height: 30px;
    }

    .hero-text h5 {
        font-size: 14px;
        letter-spacing: 1px;
        margin-bottom: 4px;
        font-weight: 600;
        line-height: 23px;
    }

    .hero-text-sec {
        padding-bottom:0px;
        padding-top: 7px;
    }
    .footer-logos img {
        width: 105px;
    }
    .footer-logos{
        margin: 6px 0px;
    }

    .inner-row {
        flex-wrap: wrap;
    }


    .login_text {
        width: 100%;
        max-width: 100%;
        height: 100vh;
        border-radius: 0px;
        padding: 15px;
    }
    
    .sec-title{
        margin-bottom: 31px;
    }
    .close_btn {
        font-size: 12px;
    }
    .faqs-info {
        padding-top: 0px;
    }
    .header-menu img {
        width: 44px;
    }


    .text-box ol {
        margin-top: 14px;
        margin-bottom: 18px;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 15px 10px;
    }


    
}
