@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/rubik/rubik-v8-latin-300.eot');
    src: local('Rubik Light'), local('Rubik-Light'),
        url('../fonts/rubik/rubik-v8-latin-300.eot?#iefix') format('embedded-opentype'),
        url('../fonts/rubik/rubik-v8-latin-300.woff2') format('woff2'),
        url('../fonts/rubik/rubik-v8-latin-300.woff') format('woff'),
        url('../fonts/rubik/rubik-v8-latin-300.ttf') format('truetype'),
        url('../fonts/rubik/rubik-v8-latin-300.svg#Rubik') format('svg');
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/rubik/rubik-v8-latin-regular.eot');
    src: local('Rubik'), local('Rubik-Regular'),
        url('../fonts/rubik/rubik-v8-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/rubik/rubik-v8-latin-regular.woff2') format('woff2'),
        url('../fonts/rubik/rubik-v8-latin-regular.woff') format('woff'),
        url('../fonts/rubik/rubik-v8-latin-regular.ttf') format('truetype'),
        url('../fonts/rubik/rubik-v8-latin-regular.svg#Rubik') format('svg');
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/rubik/rubik-v8-latin-500.eot');
    src: local('Rubik Medium'), local('Rubik-Medium'),
        url('../fonts/rubik/rubik-v8-latin-500.eot?#iefix') format('embedded-opentype'),
        url('../fonts/rubik/rubik-v8-latin-500.woff2') format('woff2'),
        url('../fonts/rubik/rubik-v8-latin-500.woff') format('woff'),
        url('../fonts/rubik/rubik-v8-latin-500.ttf') format('truetype'),
        url('../fonts/rubik/rubik-v8-latin-500.svg#Rubik') format('svg');
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/rubik/rubik-v8-latin-700.eot');
    src: local('Rubik Bold'), local('Rubik-Bold'),
        url('../fonts/rubik/rubik-v8-latin-700.eot?#iefix') format('embedded-opentype'),
        url('../fonts/rubik/rubik-v8-latin-700.woff2') format('woff2'),
        url('../fonts/rubik/rubik-v8-latin-700.woff') format('woff'),
        url('../fonts/rubik/rubik-v8-latin-700.ttf') format('truetype'),
        url('../fonts/rubik/rubik-v8-latin-700.svg#Rubik') format('svg');
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    letter-spacing: 0;
    font-family: 'Rubik', sans-serif;
    background-color: #f8f7fa;
    color: #eaecef;
}

html {
    scroll-behavior: smooth;
}

:root {
    --slide-width: min(25vw, 300px);
    --slide-aspect: 2 / 3;

    --slide-transition-duration: 800ms;
    --slide-transition-easing: ease;

}

a,
.btn {
    transition: all 0.3s ease-in-out;
}

a:hover {
    text-decoration: none;
}

button,
input,
optgroup,
select,
textarea {
    letter-spacing: 0.5px;
    font-family: 'Rubik', sans-serif;
}

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;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 0px;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 0px;
}


.hero-section {
    background-image: url(../img/ssmatka-bg.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.header {
    padding: 20px 0px;
}

.logo img {
    width: 100px;
}

.header .row {
    justify-content: space-between;
    align-items: center;
}

.header-menu ul li a {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

.header-menu ul li a:hover {
    color: #dbba6e;
}

.header-menu ul {
    margin: 0px -20px;
}

.header-menu ul li {
    display: inline-block;
    padding: 0px 20px;
}

.hero-text-sec {
    padding: 40px 0px;
}

.hero-text h5 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.hero-text h1 span {
    color: #dbba6e;
}

.btn-1 {
    font-size: 19px;
    border: 2px solid #dbba6e;
    display: inline-flex;
    padding: 12px 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 50px;
    align-items: center;
    gap: 6px;
}

.btn-1:hover {
    background-color: #dbba6e;
    color: #000;
}

.btn-1:hover img {
    filter: invert(1);
}

.hero-text h1 {
    margin-bottom: 40px;
}

.btn-1 img {
    width: 28px;
    margin-right: 5px;
}

.hero-img-inner img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    width: 230px;
}

.hero-img-inner {
    text-align: right;
}

.hero-text-sec .row {
    align-items: center;
}

.hero-text-sec {
    padding: 40px 0px;
    padding-bottom: 100px;
}

.inner-row {
    display: flex;
    justify-content: center;
}

.number-inner {
    padding: 40px 15px;
}

.number-inner a img {
    width: 32px;
}

.number-inner a {
    background: linear-gradient(90deg, #ECD581 0%, #9A6428 100%);
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    padding: 13px 49px;
    font-size: 22px;
    color: #000;
    font-weight: 500;
    gap: 15px;
}

.section-title h2 {
    color: #000;
}

.section-title {
    text-align: center;
}

.today-result.p-60 {
    padding: 45px 0px 60px 0px;
}

.p-60 {
    padding: 60px 0px;
}

.section-title h2 {
    display: inline-block;
    position: relative;
    font-size: 34px;
}

.section-title h2:after {
    background: rgba(0, 0, 0, 0) url(../img/title-shape.svg) no-repeat scroll 0 0;
    bottom: -70%;
    content: "";
    height: 50%;
    position: absolute;
    background-size: 100%;
    width: 100%;
    right: 0;
    left: 0;
}

.result-inner-main {
    margin-top: 60px;
}

.result-item {
    border-radius: 0 0 10px 10px;
    box-shadow: 0 5px 25px rgb(0 0 0 / 20%);
    background-color: #fff;
}

.top-shape {
    background: #d2b265;
    clip-path: polygon(0 0, 100% 0%, 100% 50%, 50% 75%, 0 50%);
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-shape:before {
    content: '';
    position: absolute;
    clip-path: polygon(0 0, 100% 0%, 100% 25%, 50% 50%, 0 25%);
    width: 100%;
    height: 200px;
    background: #be964f;
    right: 0;
    left: 0;
}

.top-shape h3 {
    z-index: 2;
    position: relative;
    color: #000;
    margin-top: -55px;
    font-weight: 600;
    font-size: 26px;
}

.result-inner-main .row {
    row-gap: 30px;
}

.result-text-in {
    text-align: center;
    margin-top: -26px;
}

.result-text-in h4 {
    color: #be964f;
    font-size: 50px;
}

.result-date-time .time {
    background-color: #be964f;
}

.result-date-time .date {
    background-color: #d2b265;
}

.result-date-time p {
    background-color: #be964f;
    padding: 7px 5px;
}

.result-date-time {
    display: inline-block;
    padding: 0;
    width: 75%;
    margin-bottom: 40px;
    margin-top: 25px;
    color: #000;
    font-weight: 500;
    border-radius: 10px;
    overflow: hidden;
}

.screenshot-sec {
    padding-top: 50px;
    padding-bottom: 50px;
}

.screenshot-sec .swiper {
    width: 64.9%;
    margin-top: 60px;
    min-height: max-content;
    height: max-content;
    padding-bottom: 12px;
}

.screenshot-sec .swiper-pagination {
    display: none;
}

.swiper-slide {
    width: 300px;
    height: 600px;
    border-radius: 10px;

}

.swiper-slide-active {
    filter: blur(0px);
}

.swiper-pagination-bullet,
.swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-slide span {
    text-transform: uppercase;
    color: #fff;
    background: #1b7402;
    padding: 7px 18px 7px 25px;
    display: inline-block;
    border-radius: 0 20px 20px 0px;
    letter-spacing: 2px;
    font-size: 0.8rem;
}

.swiper-button-next,
.swiper-button-prev {
    color: #000;
    align-items: center;
}

.swiper-button-next,
.swiper-button-prev {
    background: linear-gradient(90deg, #ECD581 0%, #9A6428 100%);
}

.swiper-slide--one span {
    background: #62667f;
}

.swiper-slide--two span {
    background: #087ac4;
}

.swiper-slide--three span {
    background: #b45205;
}

.swiper-slide--four span {
    background: #087ac4;
}

.swiper-slide h2 {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.4;
    margin-bottom: 15px;
    padding: 25px 45px 0 25px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 24px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    font-weight: bold;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-slide p {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    display: flex;
    align-items: center;
    padding: 0 25px 35px 25px;
}

.swiper-slide svg {
    color: #fff;
    width: 22px;
    height: 22px;
    margin-right: 7px;
}


.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
    background-image: none;
}

.swiper-slide img {
    width: 100%;
}

.how-to-play.p-60 {
    background-color: #d2b2651a;
    margin: 60px 0px;
    padding: 100px 0px;
}

.how-to-play-img img {
    width: 260px;
}

.how-to-play-img {
    text-align: center;
}

.text-box h3 {
    color: #000;
    font-size: 38px;
    font-weight: 600;
}

.text-box ol {
    margin-top: 40px;
    color: #000;
    padding-left: 20px;
    margin-bottom: 45px;
}

.text-box ol li {
    font-size: 21px;
    margin-bottom: 8px;
}

.text-box .btn-1 {
    color: #000;
}

.text-box .btn-1 img {
    filter: invert(1);
}

.how-to-play .row {
    align-items: center;
}


.testimonial-sec .swiper-slide {
    text-align: center;
    font-size: 18px;
    height: auto;
    background: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.slider-in {
    overflow: hidden;
}

.slider-testimonial {
    overflow: hidden;
    position: relative;
    margin-top: 60px;
}

.testimonial-sec .swiper-container {
    position: relative;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    height: max-content;
}

.testimonial-sec .swiper-button-next,
.testimonial-sec .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 38px;
    height: 38px;
    margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    border-radius: 5px;
}

.testimonial {
    overflow: hidden;
    text-align: left;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.testimonial .description {
    position: relative;
    font-size: 13px;
    line-height: 26px;
    padding: 25px 20px;
    border: 1px solid #767070;
    border-left: 3px solid #dbba6e;
    background-color: #fff;
    height: 100%;
}

.testimonial-top-text {
    flex: 1;
}

.testimonial .description:after {
    content: "";
    position: absolute;
    bottom: -13px;
    left: 52px;
    width: 0;
    height: 0;
    margin: 0px auto;
    border-left: 10px solid transparent;
    border-right: 9px solid transparent;
    border-top: 13px solid #dbba6e;
}

.testimonial .testimonial-prof {
    text-transform: capitalize;
    margin: 0 30px;
}

.testimonial .pic img {
    width: 100%;
    height: auto;
}

.testimonial .testimonial-prof h4 {
    color: #a67435;
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

.testimonial .pic {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin: 20px 30px 10px;
    display: inline-block;
    border: 3px solid #dbbc73;
}

.testimonial .testimonial-prof small {
    display: flex;
    font-size: 14px;
    color: #fff;
}

.testimonial .description span {
    display: block;
    background-color: unset;
    color: #000;
    width: 100%;
    font-family: 'Rubik', sans-serif;
    text-transform: none;
    font-size: 20px;
    font-weight: 500;
    padding: 0;
    letter-spacing: 0;
    margin-bottom: 9px;
}

.testimonial .description {
    flex-wrap: wrap;
    color: #000;

}

.about-us-sec .row {
    align-items: center;
}

.text-box p {
    font-size: 16px;
    color: #000;
    line-height: 30px;
}

.about-us-sec .text-box h3 {
    margin-bottom: 30px;
}

.about-us-sec.p-60 {
    background-color: #d2b2651a;
    margin: 60px 0px;
    margin-bottom: 0;
    padding: 100px 0px;
}

.copy-right {
    padding: 25px 0px;
    background-color: #000;
}

.copy-right p {
    color: #fff;
    text-align: center;
}

p.copy-right-text {
    margin-top: 25px;
}

a.burger img {
    width: 45px;
    filter: invert(1);
}

a.burger,
a.closebtn {
    display: none;
}





@media (max-width: 1200px) {

    #sidebar {
        left: -300px;
    }
}

@media (max-width: 991px) {
    .navbar .container-fluid {
        display: flex;
        flex-wrap: nowrap;
    }

    .result-text-in h4 {
        font-size: 40px;
    }

    .top-shape h3 {

        font-size: 22px;
    }

    .text-box h3 {
        font-size: 34px;
    }

    .text-box ol li {
        font-size: 18px;
    }

    .hero-text h1 {
        font-size: 31px;
    }

    .number-inner a img {
        width: 28px;
    }

    .testimonial-sec .swiper-container {
        width: 80%;
    }

    .number-inner a {
        padding: 13px 18px;
        font-size: 20px;
    }

    .payment_flex:last-of-type {
        margin-bottom: 15px;
    }

    .payment_flex h6 {
        text-align: right;
        width: 50%;
        word-break: break-all;
        padding-left: 10px;
    }

    .dash_box {
        margin-bottom: 10px;
    }

    .ticket {
        margin-top: 0;
    }

    .my_ticket {
        margin-bottom: 15px;
    }

    .mesgs {
        margin: 0;
    }

    .export_flex .d-flex {
        flex-wrap: wrap;
        margin-right: 5px;
    }

    .export_flex .form-group {
        margin: 10px 5px 0px 0;
        flex: 0 0 25%;
    }
}

@media (max-width: 767px) {

    a.burger,
    a.closebtn {
        display: block;
    }

    .how-to-play-img img {
        width: 190px;
    }

    a.burger {
        display: block;
        text-align: end;
    }

    .testimonial-sec .swiper-container {
        width: 74%;
    }

    .overlay-1 {
        display: none;
    }

    .hero-text {
        text-align: center;
    }

    .hero-text-sec .row {
        row-gap: 50px;
        margin: 0;
    }

    .header .row {
        margin: 0;
    }

    .number-inner a {
        padding: 13px 16px;
        font-size: 18px;
        gap: 10px;
    }

    .number-inner a img {
        width: 24px;
    }

    .text-box ol li {
        font-size: 18px;
        margin-bottom: 5px;
        text-align: left;

    }

    .btn-1 img {
        width: 22px;
        margin-right: 0px;
    }

    .btn-1 {
        font-size: 17px;
        padding: 10px 26px;
    }

    .text-box ol {
        margin-top: 25px;
        margin-bottom: 30px;
    }

    #mob-menu {
        height: 100%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: -250px;
        background-color: #111;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
        display: block;
        margin-left: -10px;
        border-right: 1px solid #dbba6e;
        box-shadow: 0px 4px 14px 0px rgb(219 186 110);
        transition: all 0.5s;
    }

    #mob-menu .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
        color: #fff;
    }

    .header-menu ul {
        display: block;
        margin: 0;
        padding: 0px 20px;
    }

    div#menu-1 {
        z-index: 99;
        position: relative;
    }

    .overlay-1:after {
        content: "";
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: #0000005e;
        right: 0;
        left: 0;
        top: 0;
    }

    .menu.open #mob-menu {
        width: 250px;
        margin-left: 0px;
        display: block;
        text-align: left;
        left: 0px;
        transition: all 0.5s;
    }

    .menu.open .overlay-1 {
        display: block;
    }

    .header-menu ul li {
        padding: 8px 0px;
        display: block;
        border-bottom: 1px solid #9b792f;
        margin-bottom: 8px;
    }

    .hero-img-inner {
        text-align: center;
    }

    .sec_title {
        font-size: 16px;
        margin-top: 16px;
    }

    .ibox-title h6 {
        font-size: 19px;
    }

    .form-group {
        margin-bottom: 10px;
    }

    .form-control {
        min-height: 45px;
    }

    .dash_row h2 {
        padding: 10px 0px;
        padding-top: 0px;
    }

    .table td {
        font-size: 14px;
    }

    .date_form button {
        margin-top: 10px;
        margin-bottom: 25px;
    }

    .table_bg .input-group {
        margin-bottom: 15px;
    }

    .m_top {
        margin-top: 0;
    }

    .mb15 {
        margin-bottom: 15px;
    }

    .mt10 {
        margin-top: 0;
    }

    .export_flex .button {
        font-size: 12px;
        letter-spacing: 0;
    }

    .ex_report td:nth-child(7),
    .ex_report th:nth-child(7) {
        min-width: 180px;
    }

    .how-to-play.p-60 {
        margin: 45px 0px;
        padding: 70px 0px;
        margin-bottom: 00;
    }

    .how-to-play .row {
        row-gap: 40px;
    }

    .text-box h3 {
        font-size: 28px;
    }

    .about-us-sec.p-60 {
        margin: 0;
        padding: 60px 0px;
    }

    .about-us-sec .text-box h3 {
        margin-bottom: 20px;
    }

    .about-us-sec .text-box {
        text-align: center;
    }

    .about-us-sec .row {
        row-gap: 40px;
    }

    .about-us-sec .text-box p {
        font-size: 15px;
        line-height: 26px;
    }
}

@media (max-width: 575px) {
    .export_flex label {
        font-size: 12px;
    }

    .screenshot-sec .swiper {
        width: 92.9%;
    }

    .hero-img-inner img {
        display: none;
    }

    .testimonial-sec .swiper-button-next,
    .testimonial-sec .swiper-button-prev {
        width: 30px;
        height: 30px;
    }


    .number-inner a {
        padding: 10px 16px;
        font-size: 17px;
        gap: 10px;
    }

    .section-title h2 {

        font-size: 27px;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-family: swiper-icons;
        font-size: 16px;
    }

    .testimonial .pic {
        width: 70px;
        height: 70px;

    }

    .text-box h3 {
        font-size: 22px;
    }

    .p-60 {
        padding: 45px 0px;
    }

    .text-box ol li {
        font-size: 15px;
        margin-bottom: 4px;
    }

    .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;
    }

    .logo img {
        width: 68px;
    }

    .btn-1 img {
        width: 19px;
        margin-right: 0px;
    }

    .btn-1 {
        font-size: 14px;
        padding: 10px 20px;
    }

    .hero-text h1 {
        margin-bottom: 25px;
        font-size: 24px;
        line-height: 35px;
    }

    .hero-text h5 {
        font-size: 13px;

        letter-spacing: 1px;
        margin-bottom: 10px;
        line-height: 23px;
    }

    .hero-text-sec {
        padding-bottom: 58px;
        padding-top: 20px;
    }

    .inner-row {
        flex-wrap: wrap;
    }

    .number-inner {
        padding: 8px 15px;
    }

    .mobile-number {
        margin-top: 25px;
    }

    .swiper-slide {
        width: 223px;
        height: 444px;
        border-radius: 10px;
    }

    .how-to-play-img img {
        width: 180px;
    }
    .login_text {
        width: 100%;
        max-width: 100%;
        height: 100vh;
        border-radius: 0px;
        padding: 15px;
    }

    .close_btn {
        font-size: 12px;
    }
}

@media (max-width: 400px) {

    .copyright {
        line-height: 16px;
        font-size: 10px;
        padding: 0 15px;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 15px 10px;
    }

}


.card-body h5 {
    color: #000000;
}


.open_result {
    color: #000000;
}

.text-right {
    float: right;
    margin-bottom: 0.5rem !important;
}