/* Update */

a,
button,
img,
input {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    outline: 0;
}

.header-logo img {
    height: 60px !important;
    width: auto !important;
    max-width: 150px;
}

.footer-logo img {
    height: 30px !important;
}

.footer-section::before {
    display: none;
}

.single-slider::before {
    background-color: #2a816b;
}


.sticky,
.header-main-wrapper {
    backdrop-filter: brightness(1.4) saturate(.6) blur(200px);
    background: linear-gradient(1deg, #ffffff, #d3d3d3);
}

.header-main:not(.sticky) .header-main-wrapper {
    border: 1px solid #ffffff;
}

.header-main-wrapper {
    box-shadow: 2px 5px 126px -38px rgba(53, 24, 90, 0.88);
    -webkit-box-shadow: 2px 5px 126px -38px rgba(53, 24, 90, 0.88);
    -moz-box-shadow: 2px 5px 126px -38px rgba(53, 24, 90, 0.88);
}

.header-main.sticky {
    box-shadow: 2px 5px 126px -38px rgba(53, 24, 90, 0.88);
    -webkit-box-shadow: 2px 5px 126px -38px rgba(53, 24, 90, 0.88);
    -moz-box-shadow: 2px 5px 126px -38px rgba(53, 24, 90, 0.88);
}

.header-main.sticky .header-main-wrapper {
    box-shadow: unset;
}

.primary-menu ul li a,
.single-work .number {
    color: #333333;
}

.slider-content .main-title,
.slider-content p,
.section-title .main-title,
.footer-widget .title,
.footer-widget p,
.footer-widget-title,
.footer-widget .widget-link li a {
    color: #ffffff;
}

.footer-copyright-section {
    background-color: #333333;
}

.section-padding-02 {
    display: block;
    position: relative;
}

.single-work {
    border: 2px solid transparent;
}

.single-work::before {
    display: none;
}

.single-work:hover {
    background-color: transparent;
    border: 2px solid #333333;
}

.back-to-top {
    background-color: #616161;
}

.back-to-top:focus,
.back-to-top:hover {
    color: #ffffff;
    filter: brightness(.7);
    background-color: #616161;
}

.single-work .content-wrapper .title {
    height: 54px;
}

.content-wrapper img {
    width: 160px;
    height: 160px;
    object-fit: contain;
    object-position: center;
}

#particles-js {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .5;
}

.white-box {
    display: block;
    position: relative;
    background-color: #ffffff;
    z-index: 2;
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #e4dcf0;
}

.slider-content {
    z-index: 2;
    padding-top: 0 !important;
}

.slider-content p {
    margin-top: 0 !important;
}

.bg-image {
    width: 400px;
    z-index: 10;
    position: relative;
    height: calc(100% - 120px);
    margin-top: 120px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.section-end {
    padding-bottom: 130px;
    background: #f3f2f3;
}

.primary-menu ul li.active a {
    color: #058363 ;
    border-bottom: 1px solid;
}

.primary-menu ul li:hover a {
    color: #058363 ;
    border-bottom: 1px solid;
}


.header-top-info p a {
    color: #128c7e;
}
->select('video')
.btn-custom-01 {
    background-color: #b3b3b3;
    border-color: #b3b3b3;
    border-bottom: 2px solid #b3b3b3;
    color: #ffffff;
}

.btn-custom-01:focus,
.btn-custom-01:active,
.btn-custom-01:hover {
    background-color: #2b339e;
    border-color: #2b339e;
    border-bottom-color: #2b339e;
    color: #ffffff;
}

.btn-custom-02 {
    border-bottom: 2px solid #2b339e;
}

.btn-custom-02:focus,
.btn-custom-02:active,
.btn-custom-02:hover {
    border-bottom-color: #952339;
}

.single-slider {
    height: auto;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding-bottom: 80px;
}

.how-we-work-wrapper {
    padding: 0 15px !important;
}

.margin-after-nav {
    margin-top: 170px;
}

.about-count {
    justify-content: flex-start;
}

.about-count .single-count {
    margin-right: 25px;
}

.service-icon .fa {
    font-size: 70px;
    color: #0046e2;
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.single-service .service-icon {
    margin-top: 0px;
}

.single-service:hover .fa {
    color: #ee0f39;
}

.single-service .title a {
    text-transform: capitalize;
}

.footer-logo img {
    height: 80px;
}

@media only screen and (max-width: 575px) {
    .footer-logo a img {
        width: auto;
    }

    .footer-logo img {
        height: 60px;
    }
}

.footer-widget-wrapper {
    margin-top: -120px;
    margin-bottom: -60px;
}

@media only screen and (max-width: 991px) {
    .footer-widget-wrapper {
        margin-top: -60px;
        margin-bottom: 0;
    }

    .primary-menu ul li {
        position: relative;
        padding: 0px 12px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .footer-link-wrapper {
        justify-content: flex-start;
    }
}

.widget-info a:hover {
    color: #dddddd;
}

.widget-subscribe .btn-custom-01:hover,
.widget-subscribe .btn-custom-01:active,
.widget-subscribe .btn-custom-01:focus {
    background-color: #dddddd;
    color: #ee0f39;
    border-bottom-color: #ee0f39;
}

@media only screen and (max-width: 991px) {
    .choose-content {
        max-width: 100%;
    }
}

.single-testimonials {
    margin-top: 50px;
}

.no-banner {
    padding-top: 250px;
}

@media only screen and (max-width: 991px) {
    .no-banner {
        padding-top: 170px;
    }
}

label.error {
    color: red;
    margin-top: 12px;
    text-align: right;
}

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus,
textarea:focus {
    outline: none;
    border-color: #0046e2;
}

.form-row {
    display: flex;
}

.form-label-group {
    margin-right: 20px;
    margin-bottom: 20px;
}

.my-account-tab .account-title {
    text-transform: capitalize;
}

.single-product .product-content .name {
    color: #ffffff;
    text-transform: capitalize;
}

.product-quickview-content .title {
    text-transform: capitalize;
}

.product-quickview-content .product-categories-tags .label {
    margin-top: 0;
}

.product-quickview-content .product-categories-tags ul li a {
    background: #c9d9fc;
    border-radius: 5px;
    padding: 2px 16px;
    font-size: 12px;
    color: #343434;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    pointer-events: none;
}

.product-image img {
    width: 100%;
    height: auto;
}

textarea.form-control {
    height: unset;
    font-size: 14px;
}

.single-form p {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 20px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 10px;
    margin-bottom: 0;
    font-size: 14px;
    border: 1px solid #cde9ff;
    display: flex;
    align-items: center;
}

.single-brand img {
    height: 80px;
    width: 100%;
    object-fit: contain;
}

.single-product .product-image {
    height: 338px;
}

.product-image img {
    width: 100%;
    object-position: center;
    height: 100%;
    object-fit: cover;
}

.product-quickview-content .product-action li a,
.single-product .product-action li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #c9d9fc;
    border-radius: 50%;
    text-align: center;
    color: #0046e2;
    font-size: 20px;
    border: 0;
}

.product-quickview-content .product-action li a:hover,
.single-product .product-action li a:hover {
    background-color: #0046e2;
    color: #ffffff;
}

.unavailable {
    color: #ffffff;
    z-index: 10;
    display: block;
    position: absolute;
    top: 0;
    font-size: 14px;
    padding: 5px 20px;
    background: #cb3333;
    border-radius: 8px;
    margin: 20px;
}

button.disable {
    opacity: 0;
}

.product-quickview-content .product-quantity input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
    pointer-events: none;
}

.checkout-payment p {
    font-size: 14px;
}

.payment-bold {
    font-weight: 700;
    font-size: 17px !important;
}

.payment-important {
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
    color: green;
}

.checkout-form .single-form input+input {
    margin: 0;
}

textarea {
    height: 120px;
}

.tab-content {
    min-height: 400px;
}

.account-table .table tbody tr td {
    padding: 10px 20px;
}

.status-pending {
    background: #d3d3d3;
    padding: 2px 10px;
    border-radius: 8px;
    color: #fff;
}

.status-review {
    background: #ffa929;
    padding: 2px 10px;
    border-radius: 8px;
    color: #fff;
}

.status-success {
    background: #43bf58;
    padding: 2px 10px;
    border-radius: 8px;
    color: #fff;
}

.status-failed {
    background: #ff7a7a;
    padding: 2px 10px;
    border-radius: 8px;
    color: #fff;
}

.account-table {
    height: 250px;
    overflow: auto;
    color: #fff;
}

/* Custom File */

.custom-file-control {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 2.5rem;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #464a4c;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border-radius: 10px;
}

.custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: 2.5rem;
    padding: 0.5rem 1rem;
    line-height: 30px;
    color: #ffffff;
    background-color: #0046e2;
    border-radius: 10px;
}

.form-control-file,
.form-control-range {
    display: block;
}

.custom-file .custom-file-control::before {
    content: "Upload";
    height: 50px;
}

.custom-file .custom-file-control::after {
    content: "Pilih gambar...";
    line-height: 28px;
}

.custom-file-control.selected::after {
    content: "" !important;
}

.custom-file {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: 2.5rem;
    margin-bottom: 0;
    cursor: pointer;
    width: 100%;
}

.custom-file {
    height: 52px;
}

.custom-file-control {
    white-space: nowrap;
    height: 50px;
    border: 1px solid #cde9ff
}

.custom-file-input {
    min-width: 14rem;
    max-width: 100%;
    height: 52px;
    margin: 0;
    filter: alpha(opacity=0);
    opacity: 0;
}

.custom-file-input {
    cursor: pointer;
}

.over-hidden {
    overflow: hidden;
}

.error-upload {
    font-size: 12px;
}

canvas#demo {
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.preloader-box {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background: #efefef;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    opacity: 1;
}

.preloader-box img {
    width: 120px;
    height: 120px;
}

.preloader-box.loaded {
    opacity: 0;
    pointer-events: none;
}

.number-box {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    z-index: 2;
    background: linear-gradient(1deg, #ffffff, #d3d3d3);
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #ffffff;
}

.number-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    background: transparent;
    padding: 10px;
    margin-bottom: 6px;
    border-radius: 9px;
    background: linear-gradient(331deg, #0a8566, #1b5b4d);
    position: relative;
    overflow: hidden;
}

.number-item:after {
    filter:blur(4px);
    content: '';
    display: block;
    position: absolute;
    width: calc(100% - 25px);
    height: calc(100% - 4px);
    background: linear-gradient(102deg, #09483a, transparent);
    left: 6px;
    top: 27px;
    border-radius: 9px;
    z-index: 1;
}


.number-item h4 {
    color: #ffffff;
    margin-right: 10px;
    width: 25%;
    z-index: 2;
}

.number-ball {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    height:36px;
    z-index: 2;
}

.number-ball img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.number-ball li {
    width: calc((100%/6) - 10px);
    max-width:30px;
    height:30px;
    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
}

.number-ball li p {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Rajdhani", sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #3d3d3d;
}

.video-result-box {
    display: block;
    position: relative;
    width: 100%;
    height: 250px;
    background: #ffffff;
    aspect-ratio: 1 / 1;
    margin-top: 20px;
    border-radius: 15px;
    overflow: hidden;
}

.table-ball .number-ball {
    justify-content: start;
}

.number-premiere {
    width: 100%;
    background: transparent;
    padding: 0;
}

.number-premiere .number-ball {
    width: 100% !important;
}

.number-premiere:after {
    display: none;
}

.number-premiere .number-ball li {
    max-width: unset;
}

.number-premiere .number-ball li p {
    font-size: 30px;
}

.date-box {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    width: fit-content;
    position: relative;
    background: linear-gradient(45deg, #0c4f40, #0f785f);
    padding: 6px 17px;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 20px;
}

.date-box .date {
    font-size: 30px;
    font-family: "Rajdhani", sans-serif;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.date p {
    margin-top: 0;
    font-size: 25px;
    margin-right: 5px;
    border-right: 1px solid;
    padding-right: 5px;
}

.date-box .date-2 {
    display: flex;
    flex-direction: column;
    color: #fff;
    font-family: 'Rajdhani', sans-serif;
    font-size: 12px;
    line-height: 1;
    margin-left: 5px;
}

.date-box:after {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% - 25px);
    height: calc(100% - 4px);
    background: linear-gradient(102deg, #ffffff30, transparent);
    left: 5px;
    top: 20px;
    border-radius: 11px;
}

.card-draws {
    display: flex;
    flex-direction: column;
    padding: 10px 10px 10px;
    border-radius: 10px;
    overflow: hidden;
    background: linear-gradient(357deg, #cdcdcd, #ffffff);
    position: relative;
}

.card-draws:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(64deg, #e9e9e9, transparent);
    z-index: 1;
    left: 4px;
    border-radius: 25px;
    top: 30px;
}

.card-draws p.card-title {
    font-size: 20px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 7px;
    padding: 10px 0;
    z-index: 2;
}

.card-about {
    display: flex;
    flex-direction: column;
    padding: 20px;
    border-radius: 10px;
    backdrop-filter: brightness(1.4) saturate(.6) blur(200px);
    background: linear-gradient(1deg, #ffffff, #d3d3d3);
    border: 1px solid #ffffff;
}

.about-img {
    display: block;
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin: 0 auto 10px;
}

.card-description h3 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.card-description p {
    min-height: 80px;
}

#preloaderdraws {
    display: block;
    position: absolute;
    width: 80px;
    height: 80px;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#preloaderdraws.hide {
    display: none;
}

.countdown {
    color: #ffffff;
    font-family: "Rajdhani", sans-serif;
    font-size: 23px;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.countdown>span {
    background: #09483a;
    margin-right: 8px;
    padding: 5px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.countdown>span:after {
    content: '';
    display: block;
    position: absolute;
    width: 60px;
    height: 40px;
    background: linear-gradient(90deg, #ffffff30, transparent);
    left: 5px;
    bottom: 2px;
    border-radius: 50%;
}

.loader-number>img {
    width: 100%;
    height: 100%;
    z-index: 2;
}

.loader-number {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
}

table.dataTable {
    width: 100% !important;
}

.card-blur {
    padding: 40px;
    border-radius: 14px;
    backdrop-filter: blur(2px);
    background: rgba(255, 255, 255, .4);
}

.table-video video {
    width: 140px!important;
    height: 115px!important;
    object-fit: cover;
    border-radius: 12px;
}

td.table-video {
    height: 100px;
}

.video-js{
    width:100%!important;
    height:100%!important;
}


/* Datatable */

table.dataTable thead {
    background: #818181;
    text-transform: uppercase;
    font-family: 'RAJDHANI';
    color: #ffffff;
}

table.dataTable thead th,
table.dataTable thead td,
table.dataTable.no-footer {
    border: transparent !important;
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
    background: #374151 !important;
    color: #ffffff;
    font-family: 'Rajdhani';
    font-size: 20px;
}

table.dataTable.stripe tbody tr.even,
table.dataTable.display tbody tr.even {
    background: #4b5563;
    color: #ffffff;
    font-family: 'Rajdhani';
    font-size: 20px;
}

table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
    background-color: #374151 !important;
}

table.dataTable tbody tr:hover{
    cursor:pointer;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    color: #fff !important;
}

.dataTables_wrapper {
    overflow: auto;
}

.dataTable .number-ball li {
    margin: 1px;
    width: calc(100% / 6 - 2px);
}

.dataTable .number-ball li p {
    font-size: 15px;
}

.dataTables_paginate .paginate_button:not(.next, .previous) {
    border: transparent !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    margin-right: 5px !important;
    background: #ffffff4f !important;
    color: #ffffff !important;
    border-radius: 8px !important;
    font-family: 'Rajdhani';
    width: 25px !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 25px !important;
}

.dataTables_paginate .paginate_button.current {
    background: #e3e3e3 !important;
}

.dataTables_paginate {
    display: flex;
    flex-direction: row;
    margin-top: 0px;
}

.dataTables_processing {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 250px;
    margin-left: -125px;
    border: 1px solid #ddd;
    text-align: center;
    color: #999;
    font-size: 11px;
    padding: 2px 0;
}

.dataTables_wrapper .dataTables_paginate>span {
    margin: 0 20px;
    display: flex;
    align-items: center;
}

.dataTables_wrapper .dataTables_processing {
    background: #373f52 !important;
    height: 100px !important;
    align-items: center;
    justify-content: center;
    z-index: 8;
    padding-top: 30px !important;
}

.video-result-box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Theme Red */

.theme-red .number-item {
    background: linear-gradient(331deg, #d35757, #dc4a4a) !important;
}

.theme-red .number-item:after {
    filter:blur(4px);
    background: linear-gradient(102deg, #CD1818, transparent) !important;
}

.theme-red .date-box {
    background: linear-gradient(45deg, #ce1b1b, #da4d4d);
}

.theme-red .countdown>span {
    background: #cd1b1b;
}

.theme-red .primary-menu ul li.active a {
    color: #cd1b1b !important;
    border-bottom: 1px solid;
}

.theme-red .primary-menu ul li:hover a {
    color: #cd1b1b !important ;
    border-bottom: 1px solid;
}

/* Theme Orange */

.theme-orange .number-item {
    background: linear-gradient(331deg, #fc5a27, #ee997e) !important;
}

.theme-orange .number-item:after {
    filter:blur(4px);
    background: linear-gradient(102deg,  #fc6838, transparent) !important;
}

.theme-orange .date-box {
    background: #ff4204;
}

.theme-orange .countdown>span {
    background:  #ff4204;
}

.theme-orange .primary-menu ul li.active a {
    color: #ff4204 !important;
    border-bottom: 1px solid;
}

.theme-orange .primary-menu ul li:hover a {
    color: #ff4204 !important ;
    border-bottom: 1px solid;
}

/* Theme yellow */

.theme-yellow .number-item:after {
    filter:blur(4px);
    background: linear-gradient(102deg, #ff9800, transparent);
}

.theme-yellow .number-item {
    background: linear-gradient(331deg, #fe6c16, #ffc365);
}

.theme-yellow .date-box {
    background:#f36700;
}

.theme-yellow .countdown>span {
    background: #f36700;
}

.theme-yellow .primary-menu ul li.active a {
    color: #fe6c16 !important;
    border-bottom: 1px solid;
}

.theme-yellow .primary-menu ul li:hover a {
    color: #fe6c16 !important ;
    border-bottom: 1px solid;
}

/* Theme blue */

.theme-blue .number-item:after {
    filter:blur(4px);
    background: linear-gradient(102deg, #173c60, transparent)!important;
}

.theme-blue .number-item {
    background: linear-gradient(331deg, #26669c, #0c476c)!important;
}

.theme-blue .date-box {
    background: #173d61;
}

.theme-blue .countdown > span {
    background: #173d61;
}

.theme-blue .primary-menu ul li.active a {
    color: #173d61 !important;
    border-bottom: 1px solid;
}

.theme-blue .primary-menu ul li:hover a {
    color: #173d61 !important ;
    border-bottom: 1px solid;
}

/* Theme purple */

.theme-purple .number-item:after {
    filter:blur(4px);
    background: linear-gradient(102deg, #6c22a6, transparent)!important;
}

.theme-purple .number-item {
    background: linear-gradient(331deg, #8a4ccc, #7935cc)!important;
}

.theme-purple .date-box {
    background: #501281;
}

.theme-purple .countdown > span {
    background: #501281;
}

.theme-purple .primary-menu ul li.active a {
    color: #501281 !important;
    border-bottom: 1px solid;
}

.theme-purple .primary-menu ul li:hover a {
    color: #501281 !important ;
    border-bottom: 1px solid;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .single-slider {
        height: auto;
        display: block;
    }

    .dataTable .number-ball {
        min-width: 150px;
    }
}

@media only screen and (max-width: 1368px) {
    .single-slider {
        display: flex;
    }

}

@media only screen and (max-width: 1024px) {
    .number-ball {
        width: 100%;
    }

    .number-ball {
        width: 100%;
    }

    .number-ball li {
        width: calc((100%/6) - 4px);
        margin: 2px;
    }


}

@media only screen and (max-width: 991px) {
    .slider-content .main-title {
        font-size: 55px;
    }

    .margin-after-nav {
        margin-top: 170px;
    }

    .number-item {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .single-slider {}

    .bg-image {
        display: flex;
        position: absolute;
        right: 0;
        margin: 0;
        height: 100%;
        width: 250px;
        bottom: -35px;
        align-items: flex-end;
    }

    .header-logo a img {
        width: 100px !important;
    }

    .primary-menu ul li a {
        font-size: 14px;
        white-space: pre;
    }

    .card-draws p.card-title {
        font-size: 16px;
    }

}

@media only screen and (max-width: 575px) {
    .header-main-wrapper {
        padding: 15px !important;
    }
}