@charset "UTF-8";



html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}


:root {
    --fontFamily: 'DM Sans', sans-serif;
  --headingFont: 'Plus Jakarta Sans', sans-serif;
  --mainColor: #6600FF;
  --mainColor2: #43A5FE;
  --mainColor3: #ff4800;
  --mainColor4: #ff0000;
  --secounderyColor: #F2EDEB;
  --paragraphColor: #7A7A7A;
  --paragraphColorSecond: #B9B9BA;
  --newbgcolor: rgb(28 28 28 / 80%);
  --gridColor: linear-gradient(94deg, var(--mainColor2) 21.18%, #0064C1 104.4%);
  --gridColor2: linear-gradient(94deg, var(--mainColor3) 21.18%, #c10010 104.4%);
  --whiteColor: #ffffff;
  --blackColor: #16171A;
  --LightBg: #fcfaf8;
  --DarkBg: #05051E;
  --fontSize: 17px;
  --transition: .5s;
  --spanish-gray: hsl(0, 0%, 60%);
  --sonic-silver: hsl(0, 0%, 47%);
  --eerie-black: hsl(0, 0%, 13%);
  --salmon-pink: hsl(353, 100%, 78%);
  --sandy-brown: hsl(29, 90%, 65%);
  --bittersweet: hsl(0, 100%, 70%);
  --ocean-green: hsl(152, 51%, 52%);
  --davys-gray: hsl(0, 0%, 33%);
  --cultured: hsl(0, 0%, 93%);
  --white: hsl(0, 100%, 100%);
  --onyx: hsl(0, 0%, 27%);
  --theme: #fe1c1c;

  --fs-1: 1.563rem;
  --fs-2: 1.375rem;
  --fs-3: 1.25rem;
  --fs-4: 1.125rem;
  --fs-5: 1rem;
  --fs-6: 0.938rem;
  --fs-7: 0.875rem;
  --fs-8: 0.813rem;
  --fs-9: 0.75rem;
  --fs-10: 0.688rem;
  --fs-11: 0.625rem;

  --weight-300: 300;
  --weight-400: 400;
  --weight-500: 500;
  --weight-600: 600;
  --weight-700: 700;

  --border-radius-medium: 10px;
  --border-radius-small: 5px;

  --transition-timing: 0.2s ease;
}

*,
::before,
::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* text-decoration: none; */
  list-style: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.hidden {
    display: none !important;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
  /* 1 */
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

@media print {
    *,
  *:before,
  *:after {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
  a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
  a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
  blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
  img {
        page-break-inside: avoid;
    }

    p,
  h2,
  h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
  h3 {
        page-break-after: avoid;
    }
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 29px;
    overflow-x: hidden;
    font-family: "Open Sans", sans-serif;
    background: var(--eerie-black);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin: 0;
    line-height: 1.4;
    color: #ffffff;
    font-family: "Exo", sans-serif;
}

h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    color: #ffffff;
}

h1 a:hover,
    h2 a:hover,
    h3 a:hover,
    h4 a:hover,
    h5 a:hover,
    h6 a:hover {
    color: #02c4f2;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 30px;
    margin-top: -9px;
}

h3 {
    font-size: 28px;
    margin-top: -11px;
}

h4 {
    font-size: 22px;
    margin-top: -10px;
}

h5 {
    font-size: 20px;
    margin-top: -9px;
}

h6 {
    font-size: 18px;
    margin-top: -8px;
}

p {
    margin-top: -11px;
}

p:last-child {
    margin-bottom: -8px !important;
}

@media (min-width: 576px) {
    h1 {
        font-size: 80px;
    }

    h2 {
        font-size: 36px;
        margin-top: -11px;
    }
}

@media (min-width: 576px) and (min-width: 768px) {
    h2 {
        font-size: 50px;
        margin-top: -16px;
        line-height: 50px;
    }
}

@media (min-width: 576px) {
    h3 {
        font-size: 30px;
        margin-top: -9px;
    }
}

@media (min-width: 576px) and (min-width: 768px) {
    h3 {
        font-size: 36px;
        margin-top: -11px;
    }
}

@media (min-width: 576px) {
    h4 {
        font-size: 24px;
        margin-top: -6px;
    }
}

@media (min-width: 576px) and (min-width: 768px) {
    h4 {
        font-size: 30px;
        margin-top: -9px;
    }
}

@media (min-width: 576px) {
    h5 {
        font-size: 24px;
        margin-top: -6px;
    }

    h6 {
        font-size: 20px;
        margin-top: -6px;
    }
}

a {
    display: inline-block;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
    padding: 5px 0;
}

select,
input,
textarea,
button {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #181e55;
    outline: none;
}

textarea {
    height: 200px;
    resize: none;
    padding: 10px;
}

input,
button,
select {
    color: rgba(255, 255, 255, 0.9);
}

label,
button,
select {
    cursor: pointer;
}

input {
    background: #f4f4f4;
    border: 1px solid transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-left: 10px;
}

input:focus {
    border: 1px solid #ed3e0f;
}

input[type="submit"] {
    cursor: pointer;
    background-color: #1893f0;
    color: #ffffff;
    font-weight: 700;
    padding: 0;
}

.bg_img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.section-header-2 .title::after, .section-header-2 .title::before, .banner-section::before, .banner-section-2::before, .faq-item-2 .faq-content::before, .faq-item-3::after, .faq-item-3::before, .faq-item-4 .faq-number .thumb::after, .faq-item-4 .faq-number .thumb::before, .how-item-2 .how-thumb::before, .how-item-2 .how-thumb::after, .mommodo-list li::before, .hero-section::before, .hero-content .breadcrumb li a::before, .category-list .category-item ul li a::after {
    position: absolute;
    content: '';
}

.banner-section .shape {
  width:100%;
  position: absolute;
  top: 20%;
}

.loader-frame, .footer-wrapper, .footer-wrapper .left-side, .footer-wrapper .right-side, .footer-widget.widget-games ul li a, .header-top, .header-top ul, .header-wrapper, .menu, .header-wrapper-2, .feature-item-3, .games-item-2, .counter-item .counter-header, .counter-item-2 .counter-header, .counter-wrapper-2, .affiliate-wrapper, .affiliate-wrapper-2, .affiliate-item-2 .affiliate-thumb, .faq-tab-menu, .faq-item-4 .faq-number .thumb, .faq-item-4, .winner-item-2, .winner-item-2 .winner-thumb, .how-wrapper, .how-item-2 .how-thumb, .player-review-item, .review-navigation, .games-single-item .games-thumb .meta-post, .games-single-item .games-thumb .meta-post .meta-auth, .category-list .category-item > a, .error-section, .account-wrapper, .account-wrapper .newslatter-area, .account-check-group, .post-item .post-content .meta-post, .post-item-2 .post-content .post-header .meta-post, .post-details .post-content .thumbs-area, .comment-item, .comment-form {
    display: flex;
    flex-wrap: wrap;
}

.bg-overlay::after, .deep-overlay::after, .bg-lay::after, .loader-frame, .faq-item .faq-title .right-icon::before, .faq-item .faq-title .right-icon::after, .faq-item-4 .faq-number::before, .review-item .review-content::before, .player-review-item .player-review-content::before, .fluid-video-section::before, .quotation::before {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    content: "";
}

.padding-top {
    padding-top: 90px;
}

.padding-bottom {
    padding-bottom: 90px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

@media (min-width: 992px) {
    .padding-top {
        padding-top: 150px;
    }

    .padding-bottom {
        padding-bottom: 150px;
    }
}

/*Section Header*/
.mb-30-none {
    margin-bottom: -30px !important;
}

.mb-40-none {
    margin-bottom: -40px !important;
}

.tab-item {
    display: none;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
}

.tab-item.active {
    display: block;
}

.tab-menu li {
    cursor: pointer;
}

body *::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

body *::-webkit-scrollbar {
    width: 6px;
    height: 4px;
    background-color: #000;
}

body *::-webkit-scrollbar-button {
    background-color: #000;
}

body *::-webkit-scrollbar-thumb {
    background-color: #000000;
}

*::selection {
    background-color: #02c4f2;
    color: #0c0026;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb--20 {
    margin-bottom: -20px;
}

.mb-50 {
    margin-bottom: 50px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-50 {
    padding-bottom: 50px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb--40 {
    margin-bottom: -40px;
}

.c-thumb {
    overflow: hidden;
}

.c-thumb a {
    display: block;
}

.c-thumb img {
    width: 100%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.light-color * {
    color: #ffffff;
}

@media (min-width: 992px) {
    .mw-lg-100 {
        max-width: 100%;
    }
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99;
    display: none;
}

.overlay.active {
    display: block;
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    animation-duration: .3s;
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
}

.bg-overlay {
    position: relative;
    overflow: hidden;
}

.bg-overlay::after {
    background: rgba(7, 3, 64, 0.79);
    width: 101%;
    height: 101%;
}

.bg-overlay .container, .bg-overlay .container-fluid {
    position: relative;
    z-index: 1;
}

.oh {
    overflow: hidden;
}

.mb--50 {
    margin-bottom: -50px;
}

.deep-overlay {
    position: relative;
    overflow: hidden;
}

.deep-overlay::after {
    background: rgba(7, 3, 64, 0.95);
    width: 101%;
    height: 101%;
}

.deep-overlay .container, .deep-overlay .container-fluid {
    position: relative;
    z-index: 1;
}

.bg-lay {
    position: relative;
}

.bg-lay::after {
    background: rgba(7, 3, 64, 0.35);
    width: 100%;
    height: 100%;
}

.bg-lay .container, .bg-lay .container-fluid {
    position: relative;
    z-index: 1;
}

.bg-lay * {
    position: relative;
    z-index: 1;
}

.bg-theme-one {
    background: #ed3e0f;
}

.section-bg {
    background: #070340;
}

.section-bg-2 {
    background: #09044d;
}

@media (max-width: 767px) {
    .max-md-bg-none {
        background: transparent !important;
    }

    .max-md-bg-none::before, .max-md-bg-none::after {
        display: none;
    }

    .pt-max-md-0 {
        padding-top: 0;
    }

    .pb-max-md-0 {
        padding-bottom: 0;
    }

    .pl-max-md-0, .px-max-md-0 {
        padding-left: 0 !important;
    }

    .pr-max-md-0, .px-max-md-0 {
        padding-right: 0 !important;
    }

    .mb-max-md--30 {
        margin-bottom: -30px;
    }
}

.body-bg {
    background: #05022f;
}

/*Section Header Starts Here*/
.section-header {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 30px;
}

.section-header .title {
    text-transform: capitalize;
    margin-bottom: 25px;
}

.section-header p {
    line-height: 1.5;
    margin-bottom: 30px;
}

.section-header.margin-olpo {
    margin-bottom: 30px;
}

@media (min-width: 576px) {
    .section-header {
        margin-bottom: 40px;
    }

    .section-header.margin-olpo {
        margin-bottom: 35px;
    }
}

@media (min-width: 768px) {
    .section-header {
        margin-bottom: 50px;
    }

    .section-header .title {
        margin-bottom: 32px;
    }

    .section-header.margin-olpo {
        margin-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .section-header {
        margin-bottom: 65px;
    }

    .section-header .title {
        margin-bottom: 32px;
    }

    .section-header.margin-olpo {
        margin-bottom: 40px;
    }
}

.section-header.left-style {
    margin-left: 0;
    text-align: left;
}

.section-header-2 {
    text-align: center;
    max-width: 645px;
    margin: 0 auto 50px;
}

.section-header-2 .title {
    text-transform: capitalize;
    margin-bottom: 25px;
    position: relative;
    padding: 0 15px;
}

.section-header-2 .title::after, .section-header-2 .title::before {
    top: 50%;
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ed3e0f;
    box-shadow: 0 0 15px #ed3e0f;
    top: 50%;
    margin-top: -7px;
}

.section-header-2 .title::before {
    left: 0;
}

.section-header-2 .title::after {
    right: 0;
}

.section-header-2 p {
    line-height: 1.5;
    margin-bottom: 30px;
}

.section-header-2.margin-olpo {
    margin-bottom: 40px;
}

@media (min-width: 576px) {
    .section-header-2 {
        margin-bottom: 50px;
    }

    .section-header-2.margin-olpo {
        margin-bottom: 35px;
    }
}

@media (min-width: 768px) {
    .section-header-2 {
        margin-bottom: 65px;
    }

    .section-header-2 .title {
        margin-bottom: 32px;
    }

    .section-header-2.margin-olpo {
        margin-bottom: 40px;
    }
}

.section-header-2.left-style {
    margin-left: 0;
    text-align: left;
}

.section-header-2.left-style .title {
    padding-left: 0;
}

.section-header-2.left-style .title::before {
    display: none;
}

.load-more {
    margin-top: 20px;
    text-align: center;
}

@media (min-width: 768px) {
    .load-more {
        margin-top: 55px;
    }
}

.rtl {
    direction: rtl;
}

.preloader {
    width: 100%;
    height: 100%;
    background: url(/assets/images/banner/bgfoot.jpg);
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    text-align: center;
}

.preloader .hello {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.preloader .wellcome {
    text-transform: uppercase;
}

.preloader .wellcome span {
    display: block;
    color: #02c4f2;
}

.loader-frame {
    width: 100%;
    height: 100%;
    max-width: 250px;
    max-height: 250px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 30px;
}

.circle {
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 250px;
    max-height: 250px;
    background-color: white 0%;
    border: 1px solid #ffffff;
    border-radius: 50%;
    display: inline-block;
}

.loader1 {
    position: absolute;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    max-width: 300px;
    max-height: 300px;
    border-top: 5px solid #ffffff;
    border-bottom: 5px solid #ffffff;
    animation: clockwisespin 5s linear 3;
}

@keyframes clockwisespin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*Footer Section Starts Here*/
.gt-footer-widget-wrapper {
  padding: 60px 0 70px;
}
@media (max-width: 991px) {
  .gt-footer-widget-wrapper {
    padding: 50px 0 80px;
  }
}
.gt-footer-widget-wrapper .gt-footer-widget-items {
  margin-top: 30px;
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-widget-head {
  margin-bottom: 30px;
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-widget-head h5 {
  color: var(--white);
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-footer-content p {
  max-width: 450px;
  text-transform: capitalize;
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-footer-content .gt-social-icon {
  gap: 15px;
  margin-top: 40px;
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-footer-content .gt-social-icon a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: var(--bg-2);
  color: var(--white);
  transition: all 0.4s ease-in-out;
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-footer-content .gt-social-icon a i {
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-footer-content .gt-social-icon a:hover {
  border: 1px solid var(--theme);
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-footer-content .gt-social-icon a:hover a {
  color: var(--theme);
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-footer-content .gt-social-icon a:hover i {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-list-area li {
  transition: all 0.4s ease-in-out;
  text-transform: capitalize;
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-list-area li:not(:last-child) {
  margin-bottom: 20px;
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-list-area li a {
  color: var(--text);
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-list-area li:hover {
  margin-left: 5px;
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-list-area li:hover a {
  color: var(--theme);
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-footer-app {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
}
@media (max-width: 1399px) {
  .gt-footer-widget-wrapper .gt-footer-widget-items .gt-footer-app img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 1199px) {
  .gt-footer-widget-wrapper .gt-footer-widget-items .gt-footer-app {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .gt-footer-widget-wrapper .gt-footer-widget-items .gt-footer-app {
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .gt-footer-widget-wrapper .gt-footer-widget-items .gt-footer-app .app-image {
    width: 142px;
    height: 50px;
  }
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 40px 0;
}
@media (max-width: 767px) {
  .footer-bottom {
    text-align: center;
  }
}
.footer-bottom .footer-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .footer-bottom .footer-wrapper {
    flex-wrap: wrap;
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .footer-bottom .footer-wrapper {
    justify-content: center;
  }
}
.footer-bottom .footer-wrapper .gt-footer-list {
  display: flex;
  align-items: center;
  gap: 30px;
}
.footer-bottom .footer-wrapper .gt-footer-list li {
  text-transform: capitalize;
}
.footer-bottom .footer-wrapper .gt-footer-list li a {
  color: #ABABAB;
}
.footer-bottom .footer-wrapper .gt-footer-list li a:hover {
  color: var(--theme);
}

.gt-footer-section {
  position: relative;
  z-index: 9;
  padding-bottom: 60px;
  margin-top: 120px;
}
@media (max-width: 1199px) {
  .gt-footer-section {
    margin-top: 100px;
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .gt-footer-section {
    margin-top: 80px;
  }
}
.gt-footer-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, #0B0E13 0%, rgba(11, 14, 19, 0) 100%);
  z-index: -1;
}

.footer-main-bg {
  background-color: #1C1D20;
  margin: 60px;
  margin-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  clip-path: polygon(77% 0, 93% 0, 100% 22%, 100% 85%, 100% 100%, 32% 100%, 0 100%, 0% 43%, 0 0);
  position: relative;
}
@media (max-width: 1399px) {
  .footer-main-bg {
    margin-left: 30px;
    margin-right: 30px;
    clip-path: none;
  }
}
@media (max-width: 1199px) {
  .footer-main-bg {
    margin-left: 22px;
    margin-right: 22px;
  }
}
@media (max-width: 991px) {
  .footer-main-bg {
    margin-left: 22px;
    margin-right: 22px;
  }
}
.footer-main-bg .left-shape {
  position: absolute;
  top: 30px;
  left: 0;
}
@media (max-width: 1600px) {
  .footer-main-bg .left-shape {
    display: none;
  }
}
.footer-main-bg .right-shape {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1600px) {
  .footer-main-bg .right-shape {
    display: none;
  }
}

.footer-wrapper-3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 0;
}
@media (max-width: 1399px) {
  .footer-wrapper-3 {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.footer-wrapper-3 .left-content {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media (max-width: 1399px) {
  .footer-wrapper-3 .left-content {
    flex-wrap: wrap;
    gap: 15px;
  }
}
@media (max-width: 1199px) {
  .footer-wrapper-3 .left-content .logo-image img {
    width: 120px;
  }
}
.footer-wrapper-3 .left-content p {
  color: var(--white);
  font-weight: 700;
  text-transform: uppercase;
  border-left: 1px solid var(--white);
  padding-left: 25px;
}
@media (max-width: 575px) {
  .footer-wrapper-3 .left-content p {
    border-left: none;
    padding-left: 0;
    font-size: 14px;
  }
}
.footer-wrapper-3 .footer-right-list {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media (max-width: 1399px) {
  .footer-wrapper-3 .footer-right-list {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.footer-wrapper-3 .footer-right-list li {
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 575px) {
  .footer-wrapper-3 .footer-right-list li {
    font-size: 14px;
  }
}
.footer-wrapper-3 .footer-right-list li a {
  color: var(--white);
}
.footer-wrapper-3 .footer-right-list li a:hover {
  color: var(--theme);
}

.footer-bg-section-3 {
  position: relative;
  z-index: 9;
  border-radius: 40px;
  margin: 30px 60px;
}
@media (max-width: 1600px) {
  .footer-bg-section-3 {
    margin: 50px 50px;
  }
}
@media (max-width: 1399px) {
  .footer-bg-section-3 {
    margin: 30px 30px;
  }
}
.footer-bg-section-3::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 40px;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.footer-widget-wrapper-5 {
  margin-top: 140px;
  padding: 100px 0;
}
@media (max-width: 1399px) {
  .footer-widget-wrapper-5 {
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .footer-widget-wrapper-5 {
    padding: 80px 0;
    margin-top: 50px;
  }
}
.footer-widget-wrapper-5 .footer-single-item-5 {
  margin-top: 30px;
}
.footer-widget-wrapper-5 .footer-single-item-5 .footer-content p {
  max-width: 476px;
  text-transform: capitalize;
  margin-top: 15px;
}
.footer-widget-wrapper-5 .footer-single-item-5 .footer-content .footer-app {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .footer-widget-wrapper-5 .footer-single-item-5 .footer-content .footer-app {
    flex-wrap: wrap;
  }
}
.footer-widget-wrapper-5 .footer-single-item-5 .widget-head {
  margin-bottom: 30px;
}
.footer-widget-wrapper-5 .footer-single-item-5 .widget-head h5 {
  color: var(--white);
  text-transform: capitalize;
  position: relative;
  font-family: "Chakra Petch", sans-serif;
}
.footer-widget-wrapper-5 .footer-single-item-5 .widget-head h5::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(90deg, #CBFE1C 0%, #7CFFE5 50%, #090D12 100%);
  width: 124px;
  height: 1px;
  top: 40px;
}
.footer-widget-wrapper-5 .footer-single-item-5 .list-area li {
  transition: all 0.4s ease-in-out;
  font-weight: 400;
  text-transform: capitalize;
}
.footer-widget-wrapper-5 .footer-single-item-5 .list-area li:not(:last-child) {
  margin-bottom: 20px;
}
.footer-widget-wrapper-5 .footer-single-item-5 .list-area li a {
  color: var(--text);
  font-size: 16px;
  font-weight: 400;
}
.footer-widget-wrapper-5 .footer-single-item-5 .list-area li:hover {
  margin-left: 5px;
}
.footer-widget-wrapper-5 .footer-single-item-5 .list-area li:hover a {
  color: var(--theme);
}
.footer-widget-wrapper-5 .footer-single-item-5 .footer-newsletter p {
  max-width: 491px;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.footer-widget-wrapper-5 .footer-single-item-5 .footer-newsletter form {
  max-width: 492px;
  width: 100%;
}
.footer-widget-wrapper-5 .footer-single-item-5 .footer-newsletter .form-clt {
  position: relative;
}
.footer-widget-wrapper-5 .footer-single-item-5 .footer-newsletter .form-clt .input-icon {
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  position: absolute;
}
@media (max-width: 575px) {
  .footer-widget-wrapper-5 .footer-single-item-5 .footer-newsletter .form-clt .input-icon {
    top: 23%;
  }
}
.footer-widget-wrapper-5 .footer-single-item-5 .footer-newsletter .form-clt input {
  width: 100%;
  outline: none;
  border: none;
  background-color: var(--white);
  color: #9FA0A2;
  text-transform: uppercase;
  line-height: 1;
  padding: 19px 70px;
  border-radius: 0;
  max-width: 492px;
}
.footer-widget-wrapper-5 .footer-single-item-5 .footer-newsletter .form-clt input::placeholder {
  color: #9FA0A2;
}
.footer-widget-wrapper-5 .footer-single-item-5 .footer-newsletter .form-clt .theme-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  color: var(--header);
  background-image: none;
  background: var(--theme);
  text-transform: uppercase;
  height: 59px;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 11% 100%);
  border-radius: 0;
}
.footer-widget-wrapper-5 .footer-single-item-5 .footer-newsletter .form-clt .theme-btn::before {
  background-color: var(--header);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 11% 100%);
  border-radius: 0;
}
.footer-widget-wrapper-5 .footer-single-item-5 .footer-newsletter .form-clt .theme-btn::after {
  background-color: var(--header);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 11% 100%);
  border-radius: 0;
}
.footer-widget-wrapper-5 .footer-single-item-5 .footer-newsletter .form-clt .theme-btn:hover {
  color: var(--white);
}
@media (max-width: 470px) {
  .footer-widget-wrapper-5 .footer-single-item-5 .footer-newsletter .form-clt .theme-btn {
    position: static;
    margin-top: 20px;
  }
}

.footer-bottom-5 {
  position: relative;
}
.footer-bottom-5::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(270deg, #CBFE1C 0%, #7CFFE5 50%, #090D12 100%);
  width: 288px;
  height: 1px;
  top: 40px;
}
@media (max-width: 1399px) {
  .footer-bottom-5::before {
    display: none;
  }
}
.footer-bottom-5::after {
  position: absolute;
  content: "";
  right: 0;
  background: linear-gradient(90deg, #CBFE1C 0%, #7CFFE5 50%, #090D12 100%);
  width: 288px;
  height: 1px;
  top: 40px;
}
@media (max-width: 1399px) {
  .footer-bottom-5::after {
    display: none;
  }
}
.footer-bottom-5 .footer-wrapper {
  display: flex;
  align-items: center;
  gap: 130px;
  padding: 20px 56px;
  justify-content: center;
  background-color: #0F151C;
  width: 756px;
  margin: 0 auto;
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  clip-path: polygon(8% 0, 92% 0, 100% 100%, 0 100%);
}
@media (max-width: 1399px) {
  .footer-bottom-5 .footer-wrapper {
    flex-wrap: wrap;
    gap: 30px;
    width: initial;
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .footer-bottom-5 .footer-wrapper {
    clip-path: initial !important;
  }
}
.footer-bottom-5 .footer-wrapper p {
  text-transform: uppercase;
  color: #9FA0A2;
}
.footer-bottom-5 .footer-wrapper .social-icon {
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer-bottom-5 .footer-wrapper .social-icon a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #090D12;
  color: var(--white);
}
.footer-bottom-5 .footer-wrapper .social-icon a:hover {
  background: var(--theme);
  color: var(--header);
}

.footer-section-5 {
  margin-top: -80px;
}

/*.footer-bottom {
    background-color: rgba(255, 255, 255, 0.051);
    padding: 20px 0;
    text-align: center;
}
*/
.footer-bottom p {
    margin: 0 !important;
}

@media (min-width: 768px) {
    .footer-bottom p {
        font-size: 18px;
    }
}

.footer-bottom p a {
    color: var(--mainColor3);
    text-transform: uppercase;
}

.footer-top {
    padding: 80px 0 70px;
}

@media (min-width: 768px) {
    .footer-top {
        padding: 120px 0 70px;
    }
}

@media (min-width: 1200px) {
    .footer-top {
        padding: 120px 0 30px;
    }
}

.center-shape {
    margin-bottom: 50px;
}

.footer-wrapper {
    justify-content: space-between;
    margin: 0 -15px -50px;
}

.footer-wrapper .left-side {
    max-width: 500px;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .footer-wrapper .left-side {
        max-width: 100%;
        width: 100%;
    }
}

.footer-wrapper .left-side .widget-about {
    max-width: 300px;
}

@media (max-width: 575px) {
    .footer-wrapper .left-side .widget-about {
        max-width: 100%;
    }
}

.footer-wrapper .left-side .widget-links {
    max-width: 180px;
}

@media (max-width: 575px) {
    .footer-wrapper .left-side .widget-links {
        max-width: 100%;
    }
}

.footer-wrapper .right-side {
    max-width: 470px;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .footer-wrapper .right-side {
        max-width: 100%;
        width: 100%;
    }
}

.footer-wrapper .right-side .widget-contact {
    max-width: 200px;
}

@media (max-width: 575px) {
    .footer-wrapper .right-side .widget-contact {
        max-width: 100%;
    }
}

.footer-wrapper .right-side .widget-games {
    max-width: 270px;
}

@media (max-width: 575px) {
    .footer-wrapper .right-side .widget-games {
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .footer-wrapper.style-2 .left-side, .footer-wrapper.style-2 .right-side {
        min-width: 45%;
        max-width: 50%;
    }
}

.footer-widget {
    padding: 0 15px;
    margin-bottom: 50px;
}

.footer-widget .title {
    text-transform: uppercase;
    margin-bottom: 22px;
}

.footer-widget.widget-about {
    max-width: 300px;
}

.footer-widget p {
    margin-bottom: 22px;
}

.footer-widget.widget-links ul li {
    padding: 0;
    margin-bottom: 4px;
}

.footer-widget.widget-links ul li:last-child {
    margin-bottom: 0;
}

.footer-widget.widget-links ul li a {
    color: rgba(255, 255, 255, 0.9);
}

.footer-widget.widget-links ul li a:hover {
    color: #02c4f2;
}

.footer-widget.widget-games ul li {
    padding: 0;
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .footer-widget.widget-games ul li {
        margin-bottom: 20px;
    }
}

.footer-widget.widget-games ul li:last-child {
    margin-bottom: 0;
}

.footer-widget.widget-games ul li a {
    color: #ffffff;
    margin-bottom: 5px;
    font-weight: 700;
    align-items: center;
    text-transform: uppercase;
}

.footer-widget.widget-games ul li a .thumb {
    width: 64px;
}

.footer-widget.widget-games ul li a .thumb img {
    width: 100%;
}

.footer-widget.widget-games ul li a .content {
    width: calc(100% - 64px);
    padding-left: 20px;
}

.footer-widget.widget-games ul li a .ratings span {
    font-size: 14px;
}

.footer-widget.widget-contact ul li {
    padding: 0;
    margin-bottom: 18px;
}

.footer-widget.widget-contact ul li:last-child {
    margin-bottom: 0;
}

.footer-widget.widget-contact ul li span, .footer-widget.widget-contact ul li a {
    display: block;
    color: rgba(255, 255, 255, 0.9);
}

.footer-widget.widget-contact ul li span {
    margin-bottom: -4px;
}

.footer-widget.widget-contact ul li a:hover {
    color: #02c4f2;
}

.footer-widget .logo {
    margin-bottom: 30px;
}

.footer-widget .logo a {
    display: inline-block;
}

.footer-widget .logo a img {
    max-width: 100%;
}

.footer-bg {
    background: -moz-linear-gradient(-111deg, #070340 24%, #060338 56%, #05022f 100%);
    background: -webkit-linear-gradient(-111deg, #070340 24%, #060338 56%, #05022f 100%);
    background: -ms-linear-gradient(-111deg, #070340 24%, #060338 56%, #05022f 100%);
}

/*Social Icons*/
.social-icons {
    /*margin: -5px;*/
}

.social-icons li {
    padding: 5px;
}

.social-icons li a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.32);
    font-size: 14px;
    text-align: center;
}

.social-icons li a:hover, .social-icons li a.active {
    background: -moz-linear-gradient(94deg, #01c6f3 24%, #138bd1 56%, #2450af 100%);
    background: -webkit-linear-gradient(94deg, #01c6f3 24%, #138bd1 56%, #2450af 100%);
    background: -ms-linear-gradient(94deg, #01c6f3 24%, #138bd1 56%, #2450af 100%);
    border-color: transparent;
}

/*Header Section Staarts Here*/
.header-top {
    justify-content: space-between;
    color: #ffffff;
    padding: 5px 30px 5px 40px;
    align-items: center;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.header-top .left {
    padding: 5px 0;
}

@media (max-width: 767px) {
    .header-top .left {
        display: none;
    }
}

.header-top ul {
    text-align: center;
}

.header-top ul li {
    flex-grow: 1;
    padding: 5px;
}

.header-top ul li a {
    color: #ffffff;
    padding: 5px;
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .blog-pagi .pagination{
        overflow-y: hidden;
        overflow-x: scroll;
    }
}
@media (max-width: 991px) {
    .header-top {
        padding: 10px 0;
    }
}

@media (max-width: 991px) and (max-width: 767px) {
    .header-top ul {
        flex-grow: 1;
    }
}

@media (max-width: 991px) {
    .header-top ul li {
        padding: 0;
    }
}

.header-wrapper {
    justify-content: space-between;
    align-items: center;
    padding: 15px 40px;
    background: rgba(15, 109, 237, 0.9);
    position: relative;
}

@media (max-width: 991px) {
    .header-wrapper {
        padding: 10px 30px;
    }
}

@media (max-width: 575px) {
    .header-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.header-wrapper .logo img {
    max-width: 100%;
}

@keyframes leftToRight {
  0% {
    inset-inline-start: 0;
  }
  50% {
    inset-inline-start: 100%;
    transform: translateX(-100%);
  }
  100% {
    inset-inline-start: 0;
  }
}

.header-widget-info::before {
    content: "";
    position: absolute;
    width: 210px;
    height: 3px;
    background: radial-gradient(circle, #fe4343 0%, transparent 70%);
    animation: leftToRight 30s linear infinite alternate;
    z-index: 1;
    pointer-events: none;
    bottom: 0;
}

header {
    background-color: #181717;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

@media (min-width: 992px) {
    header .header-wrapper-2 {
        margin-top: -39px;
    }
}

header.active {
    background: #070340;
}

header.active .header-wrapper {
    padding-left: 0;
    padding-right: 0;
}

header.active .header-wrapper .sticky-logo {
    display: block;
}

header.active .header-wrapper, header.active .header-wrapper-2 {
    background: transparent;
}

@media (max-width: 991px) {
    header.active .header-wrapper, header.active .header-wrapper-2 {
        padding: 10px 0;
    }
}

@media (max-width: 991px) {
    header.active {
        border-color: transparent;
        border-bottom: 1px solid #181e55;
        animation: 1s slideInDown;
        -webkit-animation: 1s slideInDown;
        -moz-animation: 1s slideInDown;
        position: fixed;
    }

    header.active.header-one .header-top {
        height: 0;
        padding: 0;
        overflow: hidden;
    }
}

header.header-one.active {
    background: #181717;
    border-color: transparent;
    animation: 1s slideInDown;
    -webkit-animation: 1s slideInDown;
    -moz-animation: 1s slideInDown;
    position: fixed;
}


header.header-two.active {
    background: #070340;
    border-color: transparent;
    border-bottom: 1px solid #181e55;
    animation: 1s slideInDown;
    -webkit-animation: 1s slideInDown;
    -moz-animation: 1s slideInDown;
    position: fixed;
}

header.header-two.active .header-top {
    height: 0;
    overflow: hidden;
    padding: 0;
}

header.header-two.active .logo {
    display: none;
}

.header-wrapper .sticky-logo, .header-wrapper-2 .sticky-logo {
    display: none;
    width: 120px;
}

.header-wrapper .sticky-logo a, .header-wrapper-2 .sticky-logo a {
    display: block;
}

.header-wrapper .sticky-logo img, .header-wrapper-2 .sticky-logo img {
    width: 100%;
}

@media (max-width: 767px) {
    .header-wrapper .sticky-logo, .header-wrapper-2 .sticky-logo {
        width: 110px;
    }
}

@media (max-width: 991px) {
    .header-wrapper-2 .logo, .header-wrapper .logo {
        display: none;
    }

    .header-wrapper-2 .sticky-logo, .header-wrapper .sticky-logo {
        display: block;
    }
}

.menu {
    align-items: center;
}

.menu li {
    padding: 5px;
    position: relative;
    z-index: 99;
}

.menu li a {
    padding: 10px 15px;
    font-weight: 600;
    color: #ffffff;
    text-transform: capitalize;
}

.title-active {
  background-image: var(--gridColor2);
  background-size: 200% auto;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
}


@media (min-width: 1200px) {
    .menu li a {
        font-size: 18px;
    }
}

.menu li:hover > .submenu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

@media (min-width: 992px) {
    .menu .submenu {
        position: absolute;
        top: calc(100%);
        left: 0;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        transition: all ease 0.3s;
        z-index: 9;
        background: #ffffff;
        width: 220px;
        padding: 8px 0;
        -webkit-transform: translateY(35px);
        -ms-transform: translateY(35px);
        transform: translateY(35px);
        opacity: 0;
        visibility: hidden;
    }

    .menu .submenu li {
        padding: 0;
    }

    .menu .submenu li a {
        padding: 3px 20px;
        text-transform: capitalize;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 14px;
        color: #0c0026;
    }

    .menu .submenu li:hover > a {
        color: #ffffff;
        padding-left: 22px;
    }

    .menu .submenu li .submenu {
        left: 100%;
        top: 0;
    }
}

@media (max-width: 991px) {
    .menu {
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 9;
        background: #ffffff;
        overflow: auto;
        max-height: 400px;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        transition: all ease 0.3s;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        transform-origin: top;
        display: block;
    }

    .menu.active {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
    }

    .menu li {
        padding: 0;
        border-bottom: 1px solid transparent;
    }

    .menu li.open {
        border-color: rgba(12, 0, 38, 0.1);
    }

    .menu li a {
        display: flex;
        color: #0c0026;
        justify-content: space-between;
        border-bottom: 1px solid rgba(12, 0, 38, 0.1);
        padding: 7px 20px;
        font-size: 16px;
    }

    .menu li:last-child > a {
        border: none;
    }

    .menu li .submenu {
        padding-left: 20px;
        display: none;
    }
}

.search-bar {
    width: 30px;
    text-align: right;
    cursor: pointer;
}

@media (max-width: 991px) {
    .search-bar {
        margin-left: auto;
    }
}

.menu-item-has-children {
    position: relative;
    z-index: 999 !important;
}

.menu-item-has-children > a {
    align-items: center;
}

.menu-item-has-children > a::after {
    content: "\f0d7";
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    margin-left: 5px;
}

@media (min-width: 992px) {
    .menu-item-has-children.open .submenu {
        display: block !important;
    }

    .menu-item-has-children .submenu {
        display: block !important;
    }
}

.header-bar {
    position: relative;
    cursor: pointer;
    width: 25px;
    height: 20px;
    margin-left: 30px;
}

@media (min-width: 992px) {
    .header-bar {
        display: none;
    }
}

.header-bar span {
    position: absolute;
    display: inline-block;
    height: 3px;
    width: 100%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    background-color: #ffffff;
    left: 0;
}

.header-bar span:first-child {
    top: 0;
}

.header-bar span:nth-child(2) {
    top: 52%;
    transform: translateY(-65%);
}

.header-bar span:last-child {
    bottom: 0;
}

.header-bar.active span:first-child {
    -webkit-transform: rotate(45deg) translate(3px, 9px);
    -ms-transform: rotate(45deg) translate(3px, 9px);
    transform: rotate(45deg) translate(3px, 9px);
}

.header-bar.active span:nth-child(2) {
    opacity: 0;
}

.header-bar.active span:last-child {
    -webkit-transform: rotate(-45deg) translate(3px, -9px);
    -ms-transform: rotate(-45deg) translate(3px, -9px);
    transform: rotate(-45deg) translate(3px, -9px);
}

/*Header Two Starts Here*/
.header-wrapper-2 {
    justify-content: space-between;
    align-items: center;
    padding: 15px 40px;
    position: relative;
}

@media (min-width: 992px) {
    .header-wrapper-2 {
        padding: 5px 40px 5px;
    }
}

@media (min-width: 992px) {
    .header-wrapper-2 .menu {
        width: 100%;
    }

    .header-wrapper-2 .menu > li > a {
        clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
    }
}

@media (min-width: 992px) and (min-width: 1200px) {
    .header-wrapper-2 .menu > li > a {
        font-size: 18px;
        padding: 23px 15px;
    }
}


@media (min-width: 992px) {
    .header-wrapper-2 .menu li {
        flex-grow: 1;
        padding: 0;
    }

    .header-wrapper-2 .menu li a {
        /*background-image: linear-gradient(to right, #00a6fb 0%, #00fddc 50%, #00a6fb 100%);
        background-size: 200% auto;*/
        text-align: center;
        width: 100%;
        height: 100%;
        font-weight: 700;
    }

    .header-wrapper-2 .menu li:hover > a {
        color: #ffffff !important;
        background-image: var(--gridColor2);
        background-size: 200% auto;
    }

    .header-wrapper-2 .menu li.center-logo a {
        background: transparent;
        z-index: 1;
        clip-path: unset;
    }

    .header-wrapper-2 .menu li .submenu {
        padding: 0;
    }

    .header-wrapper-2 .menu li .submenu li {
        padding: 2.5px 5px;
    }

    .header-wrapper-2 .menu li .submenu li:first-child {
        padding-top: 5px;
    }

    .header-wrapper-2 .menu li .submenu li:last-child {
        padding-bottom: 5px;
    }

    .header-wrapper-2 .menu li .submenu li a {
        
    }

    .header-wrapper-2 .menu li .submenu li a:hover {
        color: #0c0026;
    }
}

@media (max-width: 991px) {
    .header-wrapper-2 {
        padding-top: 0;
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 575px) {
    .header-wrapper-2 {
        padding: 0;
    }
}

.header-search {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 320px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: 0;
    visibility: hidden;
}

.header-search input {
    height: 57px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0 70px 0 20px;
    background: #ffffff;
    border: none;
    color: #0c0026;
}

.header-search button {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    background: -webkit-linear-gradient(94deg, #01c6f3 24%, #138bd1 56%, #2450af 100%);
    color: #ffffff;
    font-size: 18px;
    height: 57px;
    border: none;
    outline: none;
}

.header-search.active {
    top: 102%;
    opacity: 1;
    visibility: visible;
}

/*Banner Section Starts Here*/
.banner-section {
    padding: 426px 0 290px;
    position: relative;
}

.banner-section::before {
    background: rgb(28 28 28 / 80%);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.banner-section .top-shape {
  position: absolute;
  top: -8%;
  left: 0;
  z-index: -1;
}
@media (max-width: 1399px) {
  .banner-section .top-shape {
    left: 0;
  }
}
@media (max-width: 1199px) {
  .banner-section .top-shape {
    display: none;
  }
}
.banner-section .top-line {
  position: absolute;
  top: -10%;
  left: 0;
}
@media (max-width: 1399px) {
  .banner-section .top-line {
    display: none;
  }
}
.banner-section .left-shape {
  position: absolute;
  /*bottom: 120px;*/
  left: 0;
}
@media (max-width: 575px) {
  .banner-section .left-shape {
    /*bottom: 120px;*/
    display: block;
  }
  .banner-section .left-shape img {
    width: 35px;
    height: 180px;
  }
}
.banner-section .right-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .banner-section .right-shape {
    display: block;
  }
}
@media (max-width: 575px) {
  .banner-section .right-shape {
    display: none;
  }
}
.banner-section .right-shape-3 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  display: none;
}
@media (max-width: 575px) {
  .banner-section .right-shape-3 {
    display: block;
  }
  .banner-section .right-shape-3 img {
    width: 100%;
    height: 100%;
  }
}
.banner-section .blur-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  display: none;
}
@media (max-width: 575px) {
  .banner-section .blur-shape {
    display: block;
  }
}
.banner-section .right-shape2 {
  position: absolute;
  right: 0;
  top: 17%;
}
@media (max-width: 991px) {
  .banner-section.right-shape2 {
    top: 35%;
  }
}
@media (max-width: 575px) {
  .banner-section .right-shape2 {
    top: 48%;
  }
  .banner-section .right-shape2 img {
    width: 35px;
    height: 180px;
  }
}
.banner-section .bottom-shape {
  position: absolute;
  bottom: 1px;
  left: 0;
}
@media (max-width: 1199px) {
  .banner-section .bottom-shape {
    display: none;
  }
}

@media (max-width: 1399px) {
    .banner-section {
        padding: 356px 0 220px;
    }
}

@media (max-width: 991px) {
    .banner-section {
        padding: 270px 0 153px;
    }
}

.banner-section-2 {
    padding: 325px 0 195px;
    position: relative;
}

.banner-section-2::before {
    background: rgba(5, 2, 47, 0.51);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

@media (max-width: 991px) {
    .banner-section-2 {
        padding: 280px 0 153px;
    }
}

.banner-content {
    text-align: center;
    position: relative;
    z-index: 1;
}

.banner-content .title {
    text-transform: uppercase;
    margin-bottom: 24px;
}

@media (min-width: 576px) and (max-width: 991px) {
    .banner-content .title {
        font-size: 60px;
    }
}

.banner-content p {
    max-width: 740px;
    margin: 0 auto 30px;
}

.banner-content .custom-button {
    box-shadow: 0 0 20px rgba(2, 196, 242, 0.7);
}

@media (min-width: 576px) {
    .banner-content .custom-button {
        font-size: 20px;
        line-height: 60px;
    }
}

.banner-content .custom-button:hover {
    background: transparent;
    border-color: #ffffff;
    box-shadow: none;
}

@media (min-width: 576px) {
    .banner-content p {
        margin-bottom: 40px;
        font-size: 18px;
        line-height: 30px;
    }
}

@media (min-width: 768px) {
    .banner-content p {
        margin-bottom: 50px;
        font-size: 20px;
        line-height: 33px;
    }
}

/*Feature Section Starts Here*/
.m--15 {
    margin: -15px;
}

.feature-item {
    margin: 15px;
}

.feature-item .feature-inner {
    text-align: center;
    padding: 50px 35px 60px;
}

@media (max-width: 767px) {
    .feature-item .feature-inner {
        padding: 40px 30px 50px;
    }
}

@media screen and (max-width: 450px) {
    .feature-item .feature-inner {
        padding: 25px 15px 30px;
    }
}

.feature-item .feature-inner .feature-thumb {
    margin: 0 auto 45px;
}

.feature-item .feature-inner .feature-thumb img {
    max-width: 100%;
    width: unset;
    margin: 0 auto;
}

.feature-item .feature-inner .feature-content .title {
    margin-bottom: 32px;
    text-transform: capitalize;
}

@media (max-width: 991px) {
    .feature-item .feature-inner {
        box-shadow: 0 0 15px #424e6f;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .feature-item .feature-inner {
        padding: 40px 15px 50px;
    }

    .feature-item .feature-inner .feature-content .title {
        margin-bottom: 22px;
    }

    .feature-item .feature-inner .feature-thumb {
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .feature-item .feature-inner .feature-thumb {
        margin-bottom: 30px;
        max-width: 180px;
    }

    .feature-item .feature-inner .feature-content .title {
        margin-bottom: 25px;
    }
}

.swiper-slide-next .feature-item .feature-inner {
    box-shadow: 0 0 15px #424e6f;
}

.feature-slider {
    overflow: hidden;
}

/*Feature Section Two Starts Here*/
.feature-item-2 {
    background: var(--newbgcolor);
    text-align: center;
    padding: 85px 15px;
    margin: 0 auto 30px;
}

.feature-item-2 .feature-thumb {
    height: 60px;
    margin-bottom: 22px;
}

.feature-item-2 .feature-thumb img {
    max-height: 100%;
}

.feature-item-2 .feature-content .title {
    text-transform: uppercase;
}

/*Feature Section Three Starts Here*/
.feature-item-3 {
    margin-bottom: 120px;
}

.feature-item-3 .feature-thumb {
    width: 86px;
    height: 86px;
    background: #070340;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 86px;
    box-shadow: 0 0 20px #ed3e0f;
    -webkit-box-shadow: 0 0 20px #ed3e0f;
    font-size: 30px;
    color: #ffffff;
    margin: 0 auto;
}

.feature-item-3 .feature-content {
    width: calc(100% - 86px);
    padding-left: 40px;
}

.feature-item-3 .feature-content .title {
    font-size: 20px;
    margin: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.feature-item-3:nth-child(4n + 2) .feature-thumb {
    box-shadow: 0 0 20px #1eed93;
    -webkit-box-shadow: 0 0 20px #1eed93;
}

.feature-item-3:nth-child(4n + 3) .feature-thumb {
    box-shadow: 0 0 20px #0f6ded;
    -webkit-box-shadow: 0 0 20px #0f6ded;
}

.feature-item-3:nth-child(4n + 3) .feature-thumb {
    box-shadow: 0 0 20px #af3af9;
    -webkit-box-shadow: 0 0 20px #af3af9;
}

@media (min-width: 1200px) {
    .feature-item-3:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1199px) {
    .feature-item-3 {
        padding: 50px 30px;
        background: #070340;
        margin-bottom: 30px;
    }

    .feature-item-3 .feature-thumb {
        margin-bottom: 20px;
    }

    .feature-item-3 .feature-content {
        width: 100%;
        text-align: center;
        padding: 0;
    }
}

@media screen and (max-width: 399px) {
    .feature-item-3 {
        padding: 40px 15px;
    }
}

div[class*="col"]:nth-of-type(3n + 3) .feature-item-3:nth-of-type(4n + 1) .feature-thumb {
    box-shadow: 0 0 20px #0f6ded;
    -webkit-box-shadow: 0 0 20px #0f6ded;
}

div[class*="col"]:nth-of-type(3n + 3) .feature-item-3:nth-of-type(4n + 2) .feature-thumb {
    box-shadow: 0 0 20px #af3af9;
    -webkit-box-shadow: 0 0 20px #af3af9;
}

div[class*="col"]:nth-of-type(3n + 3) .feature-item-3:nth-of-type(4n + 3) .feature-thumb {
    box-shadow: 0 0 20px #1eed93;
    -webkit-box-shadow: 0 0 20px #1eed93;
}

div[class*="col"]:nth-of-type(3n + 3) .feature-item-3:nth-of-type(4n + 4) .feature-thumb {
    box-shadow: 0 0 20px #ed3e0f;
    -webkit-box-shadow: 0 0 20px #ed3e0f;
}

@media (min-width: 1200px) {
    .pl-xl-100 {
        padding-left: 100px;
    }

    .pr-xl-100 {
        padding-right: 100px;
    }
}

.feature--thumb {
    position: relative;
}

.feature--thumb img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-51%, -57%);
    -ms-transform: translate(-51%, -57%);
    transform: translate(-51%, -57%);
    max-width: 400px;
}

/*Games Section Starts Here*/
.mb-40-65-none {
    margin-bottom: -40px;
}

@media (min-width: 576px) {
    .mb-40-65-none {
        margin-bottom: -65px;
    }
}

.games-item {
    text-align: center;
    margin: 0 auto 40px;
}

.games-item .games-thumb {
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 30px;
}

.games-item .games-thumb a {
    display: block;
}

.games-item .games-thumb img {
    width: 100%;
}

.games-item .games-content .title {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.games-item .games-content p {
    margin-bottom: 22px;
}

@media (min-width: 576px) {
    .games-item {
        margin-bottom: 65px;
    }

    .games-item .games-thumb {
        margin-bottom: 30px;
    }

    .games-item .games-content .title {
        margin-bottom: 24px;
    }

    .games-item .games-content p {
        margin-bottom: 32px;
    }
}

@media (max-width: 575px) {
    .games-item {
        max-width: 380px;
    }
}

/*Games Section Two Starts Here*/
.games-item-2 {
    margin: 0 auto 30px;
}

@media (min-width: 768px) {
    .games-item-2 {
        margin-bottom: 65px;
    }
}

.games-item-2 .games-thumb {
    width: 370px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;
}

.games-item-2 .games-thumb img {
    width: 100%;
}

.games-item-2 .games-thumb a {
    display: block;
    height: 100%;
    width: 100%;
}

.games-item-2 .games-content {
    width: calc(100% - 370px);
    padding-left: 30px;
}

.games-item-2 .games-content .title {
    text-transform: uppercase;
    margin-bottom: 22px;
    font-weight: 600;
}

@media (min-width: 768px) {
    .games-item-2 .games-content .title {
        margin-top: 0;
    }
}

.games-item-2 .games-content p {
    margin-bottom: 16px;
}

.games-item-2 .games-content .ratings {
    margin-bottom: 45px;
}

.games-item-2 .games-content .custom-button {
    font-size: 16px;
    background: transparent;
    border-color: rgba(255, 255, 255, 0.3);
}

.games-item-2 .games-content .custom-button:hover {
    background: #ed3e0f;
    border-color: #ed3e0f;
}

@media (max-width: 991px) {
    .games-item-2 .games-thumb {
        width: calc(50% - 30px);
    }

    .games-item-2 .games-content {
        width: calc(50% + 30px);
    }
}

@media (max-width: 767px) {
    .games-item-2 {
        background: #05022f;
        -webkit-border-radius: 0 0 10px 10px;
        -moz-border-radius: 0 0 10px 10px;
        border-radius: 0 0 10px 10px;
    }

    .games-item-2 .games-thumb {
        width: 100%;
        -webkit-border-radius: 10px 10px 0 0;
        -moz-border-radius: 10px 10px 0 0;
        border-radius: 10px 10px 0 0;
    }

    .games-item-2 .games-content {
        width: 100%;
        padding: 30px;
    }
}

@media screen and (max-width: 767px) and (max-width: 399px) {
    .games-item-2 .games-content {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 767px) {
    .games-item-2 .games-content p {
        margin-bottom: 15px;
    }

    .games-item-2 .games-content .ratings {
        margin-bottom: 30px;
    }
}

/*Gamers Section Starts Here*/
.gamer-item {
    margin: 0 auto 30px;
}

@media (max-width: 575px) {
    .gamer-item {
        max-width: 380px;
    }
}

.gamer-item .gamer-thumb a {
    display: block;
}

.gamer-item .gamer-thumb img {
    width: 100%;
}

.gamer-item .gamer-content {
    padding: 30px 20px;
    text-align: center;
    background: #09044d;
}

.gamer-item .gamer-content .title {
    margin-bottom: 10px;
}


.video-wrapper img {
    width: 100%;
}

/*Counter Section Two Starts Here*/
.counter-item-2 {
    text-align: center;
    flex-grow: 1;
    padding: 0 15px 23px;
}

.counter-item-2 .counter-header {
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 12px;
}

.counter-item-2 .counter-header .title {
    font-weight: 300;
    margin: 0;
    font-size: 70px;
    line-height: 1;
    color: #ed3e0f;
    text-shadow: 0 0 8px #ed3e0f;
    margin-bottom: -7px;
}

.counter-item-2 .counter-header .side-title {
    line-height: 80px;
}

.counter-item-2 .counter-header .side-title i {
    font-size: 40px;
    line-height: 75px;
}

.counter-item-2 .subtitle {
    font-weight: 700;
    text-transform: uppercase;
}

.counter-item-2 .subtitle .subtitle {
    font-size: 18px;
    font-weight: 600;
}

@media (max-width: 991px) {
    .counter-item-2 .counter-header .title {
        font-size: 50px;
    }

    .counter-item-2 .counter-header .side-title {
        font-size: 36px;
        line-height: 50px;
    }

    .counter-item-2 .counter-header .side-title i {
        font-size: 30px;
        line-height: 50px;
    }
}

.counter-item-2:nth-child(4n + 2) .counter-header .title {
    color: #1eed93;
    text-shadow: 0 0 8px #1eed93;
}

.counter-item-2:nth-child(4n + 3) .counter-header .title {
    color: #0f6ded;
    text-shadow: 0 0 8px #0f6ded;
}

.counter-item-2:nth-child(4n + 4) .counter-header .title {
    color: #af3af9;
    text-shadow: 0 0 8px #af3af9;
}

.counter-wrapper-2 {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -30px;
}

@media (min-width: 768px) {
    .counter-wrapper-2 .counter-item-2 {
        width: 25%;
    }
}

@media (max-width: 575px) {
    .counter-wrapper-2 .counter-item-2 {
        width: 50%;
    }
}

/*Affiliate Section Starts Here*/
.affiliate-item {
    text-align: center;
}

.affiliate-item .affiliate-thumb {
    width: 86px;
    height: 86px;
    background: #070340;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 86px;
    box-shadow: 0 0 20px #ffeb00;
    -webkit-box-shadow: 0 0 20px #ffeb00;
    font-size: 30px;
    color: #ffffff;
    margin: 0 auto 35px;
}

.affiliate-item .affiliate-content .title {
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.affiliate-item:nth-child(3n + 2) .affiliate-thumb {
    box-shadow: 0 0 20px #ed3e0f;
    -webkit-box-shadow: 0 0 20px #ed3e0f;
}

.affiliate-item:nth-child(3n + 3) .affiliate-thumb {
    box-shadow: 0 0 20px #1eed93;
    -webkit-box-shadow: 0 0 20px #1eed93;
}

.affiliate-wrapper {
    max-width: 840px;
    margin: 0 auto -40px;
    justify-content: space-between;
}

.affiliate-wrapper .affiliate-item {
    flex-grow: 1;
    padding: 0 40px 40px;
}

/*Affiliate Section Two Starts Here*/
.affiliate-wrapper-2 {
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
}

.affiliate-item-2 {
    text-align: center;
    padding: 0 15px;
    margin-bottom: 42px;
    flex-grow: 1;
    position: relative;
}

.affiliate-item-2 .affiliate-thumb {
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto 40px;
    width: 147px;
    height: 147px;
    align-items: center;
    justify-content: center;
    background: #05022f;
    position: relative;
    z-index: 1;
}

.affiliate-item-2 .affiliate-thumb img {
    max-width: 100%;
}

.affiliate-item-2 .title {
    text-transform: uppercase;
    font-weight: 600;
}

@media (min-width: 992px) {
    .affiliate-item-2 {
        width: 25%;
    }
}

@media (max-width: 991px) {
    .affiliate-item-2 .affiliate-thumb {
        width: 90px;
        height: 90px;
    }

    .affiliate-item-2 .affiliate-thumb img {
        max-width: 60px;
    }

    .affiliate-item-2 .title {
        font-size: 20px;
    }
}

.affiliate-item-2::after {
    position: absolute;
    content: "";
    left: 100%;
    bottom: calc(100% - 30px);
    background: url(img/up.png) no-repeat center center;
    background-size: contain;
    width: 182px;
    height: 53px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (max-width: 991px) {
    .affiliate-item-2::after {
        display: none;
    }
}

.affiliate-item-2:nth-child(even)::after {
    background: url(img/down.png) no-repeat center center;
    background-size: contain;
    bottom: calc(100% - 140px);
}

.affiliate-item-2:nth-of-type(4n + 4)::after {
    display: none;
}

.affiliate-item-2:last-child::after {
    display: none;
}

/*Affiliate Feature Starts Here*/
.afiliate-item-3 {
    background: #070340;
    padding: 70px 15px 60px;
    margin: 0 auto 30px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

@media (max-width: 575px) {
    .afiliate-item-3 {
        max-width: 350px;
        padding: 40px 15px;
    }
}

.afiliate-item-3 .afiliate-thumb {
    box-shadow: 0 0 20px #ffeb00;
    -webkit-box-shadow: 0 0 20px #ffeb00;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 89px;
    height: 89px;
    margin: 0 auto 33px;
    font-size: 42px;
    line-height: 86px;
    text-align: center;
}

.afiliate-item-3 .afiliate-content {
    text-align: center;
}

.afiliate-item-3 .afiliate-content .title {
    margin-bottom: 22px;
    text-transform: uppercase;
}

.afiliate-item-3 .afiliate-content .info {
    display: block;
    margin-bottom: 13px;
}

.afiliate-item-3 .afiliate-content ul li, .afiliate-item-3 .afiliate-content ul li a {
    padding: 0;
    color: #ffffff;
}

.afiliate-item-3:hover {
    background: #09044d;
}

div[class*="col"]:nth-of-type(6n + 2) .afiliate-item-3 .afiliate-thumb {
    box-shadow: 0 0 20px #ed3e0f;
    -webkit-box-shadow: 0 0 20px #ed3e0f;
}

div[class*="col"]:nth-of-type(6n + 3) .afiliate-item-3 .afiliate-thumb {
    box-shadow: 0 0 20px #1eed93;
    -webkit-box-shadow: 0 0 20px #1eed93;
}

div[class*="col"]:nth-of-type(6n + 4) .afiliate-item-3 .afiliate-thumb {
    box-shadow: 0 0 20px #af3af9;
    -webkit-box-shadow: 0 0 20px #af3af9;
}

div[class*="col"]:nth-of-type(6n + 5) .afiliate-item-3 .afiliate-thumb {
    box-shadow: 0 0 20px #0f6ded;
    -webkit-box-shadow: 0 0 20px #0f6ded;
}

div[class*="col"]:nth-of-type(6n + 1) .afiliate-item-3 .afiliate-thumb {
    box-shadow: 0 0 20px #02c4f2;
    -webkit-box-shadow: 0 0 20px #02c4f2;
}

/*News*/
.project-dec .project-image-waper {
  margin: 30px 0 30px 0;
}
.project-dec p{
  font-size: 17px;
  color: var(--paragraphColorSecond);
  margin-bottom: 20px;
}

.project-dec .project-wrap .project-video-wrap {
  width: 100%;
  height: 500px;
  margin-left: auto;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.project-dec .project-wrap .project-video-wrap .project-video {
  position: absolute;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.project-dec .image-video {
  position: relative;
  margin-top: 30px;
}

.project-dec .image-video::after{
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 1;
  background: var(--DarkBg);
  left: 0;
  opacity: .4;
}

.project-dec .video-btn {
  position: absolute;
  content: '';
  height: 65px;
  width: 65px;
  border-radius: 50px;
  background-color: var(--mainColor2);
  color: var(--whiteColor);
  text-align: center;
  top: 45%;
  line-height: 88px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  transition: var(--transition);
}

.project-dec:hover .video-btn{
  background-color: var(--DarkBg);
  color: var(--whiteColor);
}

.project-dec .video-btn i{
  font-size: 40px;
}

.project-img {
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.project-img:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgb(5 5 30 / 53%);
  content: "";
  opacity: 0;
  -webkit-transition: all,0.5s,ease-out,.5s;
  -o-transition: all,0.5s,ease-out,.5s;
  transition: all,0.5s,ease-out,.5s;
}

.project-img:hover:after {
  opacity: 1;
  z-index: 0;
}

.project-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.project-img:hover img{
  transform: scale(1.1);
}

.project-btn {
  position: absolute;
  content: '';
  top: 30%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 100;
  opacity: 0;
  transition: var(--transition);
}

.project-btn a {
  text-align: center;
  background-color: var(--blackColor);
  color: var(--whiteColor);
  height: 70px;
  width: 70px;
  font-size: 30px;
  line-height: 70px;
  border-radius: 52px;
  transition: 0.25s ease;
  display: inline-block;
}

.project-btn span {
  position: absolute;
  content: '';
  color: var(--whiteColor);
  font-size: 20px;
  left: 46%;
  top: 0px;
  transition: 0.25s ease;
  font-weight: 600;
  opacity: 0;
}

.project-img:hover .project-btn{
  opacity: 1;
  top: 40%;
}

.project-btn:hover a {
  width: 220px;
  background-color: var(--mainColor3);
}

.project-btn i {
  transition: 0.25s ease;
}

.project-btn:hover i {
  margin-right: 125px;
}

.project-btn:hover span {
  opacity: 1;
}

.ptb-100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pt-100 {
    padding-top: 60px;
  }
  .pb-100 {
    padding-bottom: 60px;
  }
  .ptb-70 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pt-70 {
    padding-top: 30px;
  }
  .pb-70 {
    padding-bottom: 30px;
  }
  .default-btn {
    padding: 12px 20px;
    font-size: 14px;
  }
  .section-title{
    margin-bottom: 40px;
  }
  .section-title .sub-title p {
    font-size: 13px !important;
  }
  .section-title .sub-title i {
    font-size: 25px;
    margin-right: 5px;
  }
  .section-title .sub-title {
    margin-bottom: 20px;
    padding: 6px 12px;
  }
  .section-title h2 {
    font-size: 28px;
  }
  .section-btn a i {
    display: none;
  }
  .sub-title-1 {
    margin-bottom: 20px;
    padding: 6px 12px;
  }
  .sub-title-1 p{
    font-size: 13px !important;
  }
  .section-title.start-text {
    margin-bottom: 40px;
  }
  .section-content {
    margin-bottom: 40px;
  }
  .section-content h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .section-content p {
    margin-bottom: 30px;
    font-size: 15px;
  }

  .section-banner .banner-content h2 {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .section-banner .breadcrumb .breadcrumb-item a {
    font-size: 15px;
  }
  .section-banner .breadcrumb-item.active {
    font-size: 15px;
  }

  .container-fluid{
  max-width: 1560px;
}

/*Faq Section Starts Here*/
.faq-item-2 {
    padding: 40px;
    background: #070340;
    margin-bottom: 30px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.faq-item-2 .faq-content {
    padding-left: 35px;
    position: relative;
}

.faq-item-2 .faq-content .title {
    text-transform: uppercase;
    margin-bottom: 22px;
}

.faq-item-2 .faq-content::before {
    left: 0;
    top: 5px;
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #a20606;
    box-shadow: 0 0 20px #ff1e00;
    -webkit-box-shadow: 0 0 20px #ff1e00;
}

@media (min-width: 768px) and (max-width: 991px) {
    .faq-item-2 {
        padding: 30px 20px 30px 15px;
    }

    .faq-item-2 .faq-content {
        padding-left: 29px;
    }
    
    .latest-summury {
        padding: 60px 0;
    }
    .latest-summury .game-menu {
        margin-right: 0;
        margin-bottom: 40px;
    }
    .latest-summury .all-bets {
        margin-left: 0;
    }
    .latest-summury .all-bets .single-result .part-top .user-img {
        width: 60px;
        height: 60px;
    }
    .latest-summury .all-bets .single-result .part-top .part-info span.game {
        width: 160px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .latest-summury .game-menu {
        margin-right: 0;
    }
    .latest-summury .all-bets {
        margin-left: 0;
    }
    .latest-summury .all-bets .single-result .part-top .user-img {
        display: none;
    }
    
    /* table */
    .latest-summury .all-bets .table-cover {
        overflow-y: hidden;
        overflow-x: scroll;
    }
    .latest-summury .all-bets .table {
        width: 945px;
    }
    .latest-summury .all-bets .table tbody tr:hover {
        transform: scale(1.0);
        box-shadow: none;
    }
}

@media screen and (max-width: 450px) {
    .faq-item-2 {
        padding: 30px 20px 30px 15px;
    }

    .faq-item-2 .faq-content {
        padding-left: 29px;
    }
}

.faq-item-2:hover {
    background: #09044d;
}

div[class*="col"]:nth-of-type(4n + 2) .faq-item-2 .faq-content::before {
    background: #00ff3b;
    box-shadow: 0 0 20px #00ff3b;
    -webkit-box-shadow: 0 0 20px #00ff3b;
}

div[class*="col"]:nth-of-type(4n + 3) .faq-item-2 .faq-content::before {
    background: #af3af9;
    box-shadow: 0 0 20px #af3af9;
    -webkit-box-shadow: 0 0 20px #af3af9;
}

div[class*="col"]:nth-of-type(4n + 4) .faq-item-2 .faq-content::before {
    background: #ffeb00;
    box-shadow: 0 0 20px #ffeb00;
    -webkit-box-shadow: 0 0 20px #ffeb00;
}

/*Faq Section Two Starts Here*/
.faq-tab-menu {
    margin: -5px;
    border: none;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .faq-tab-menu {
        margin-bottom: 45px;
    }
}

.faq-tab-menu li {
    padding: 5px;
}

.faq-tab-menu li a {
    background: #09044d;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
    line-height: 45px;
    padding: 0 20px;
}

@media (min-width: 768px) {
    .faq-tab-menu li a {
        font-size: 18px;
        line-height: 57px;
        padding: 0 40px;
    }
}

@media (min-width: 768px) and (min-width: 1200px) {
    .faq-tab-menu li a {
        padding: 0 60px;
    }
}

.faq-tab-menu li a.active {
    background: #ed3e0f;
}

.faq-item {
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    padding-bottom: 20px;
}

.faq-item:last-child, .faq-item.open {
    padding-bottom: 0;
}

.faq-item .faq-title {
    position: relative;
    padding: 16px 30px;
    cursor: pointer;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.faq-item .faq-title .title {
    margin: 0;
    margin-right: 40px;
    text-transform: uppercase;
}

.faq-item .faq-title .right-icon {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.faq-item .faq-title .right-icon::before, .faq-item .faq-title .right-icon::after {
    background: #ffffff;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.faq-item .faq-title .right-icon::after {
    height: 100%;
    width: 2px;
}

.faq-item .faq-title .right-icon::before {
    width: 100%;
    height: 2px;
}

@media screen and (max-width: 400px) {
    .faq-item .faq-title {
        padding: 13px 15px;
    }

    .faq-item .faq-title .title {
        font-size: 16px;
    }
}

.faq-item .faq-content {
    padding: 30px;
    display: none;
}

@media screen and (max-width: 400px) {
    .faq-item .faq-content {
        padding: 25px 15px;
    }
}

.faq-item .faq-content p {
    margin-bottom: 20px;
}

.faq-item.active .faq-content {
    display: block;
}

.faq-item.open .faq-title {
   /* box-shadow: 0 0 20px rgba(237, 62, 15, 0.7);*/
}

.faq-item.open .right-icon::after {
    height: 0;
}

.faq-thumb {
    position: absolute;
    bottom: -120px;
    left: calc(50% + 100px);
    z-index: 2;
}

.theme-style .faq-item {
    border: 1px solid rgba(255, 255, 255, 0.18);
    margin-bottom: 20px;
    padding-bottom: 0;
}

.theme-style .faq-item .faq-title {
    background: transparent;
}

.theme-style .faq-item.open .faq-title {
    box-shadow: 0 0 20px rgba(2, 196, 242, 0.7);
}

.theme-style .nav-tabs li a.active {
    background: #02c4f2;
}

.theme-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none !important;
  background: var(--theme);
  color: var(--header);
  font-size: 16px;
  font-weight: 700;
  height: 52px;
  line-height: 52px;
  padding: 0 30px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  overflow: hidden;
  z-index: 99;
  border-radius: 100px;
}
.theme-btn::before {
  position: absolute;
  content: "";
  background: var(--white);
  width: 120%;
  height: 0;
  padding-bottom: 120%;
  top: -110%;
  left: -10%;
  border-radius: 50%;
  -webkit-transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
  transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
  z-index: -1;
  border-radius: 100px;
}
.theme-btn::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: var(--white);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1), -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  z-index: -1;
  border-radius: 100px;
}

.theme-btn:hover {
  background-position: 100% 0;
  color: #000;
}

.theme-btn:hover::before {
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1), -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.theme-btn:hover::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 0.05s;
  transition-duration: 0.05s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.theme-btn.style-2 {
  border-radius: 0;
  background: linear-gradient(90deg, #fe371c 0%, #750101 100%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 17px;
  font-weight: 700;
  height: 56px;
  line-height: 56px;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding-left: 40px;
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%);
}
.theme-btn.style-2 .left-line {
  display: inline-block;
  width: 5px;
  height: 100%;
  background: #0B0E13;
  margin-right: 8px;
  position: absolute;
  left: 4px;
}
.theme-btn.style-2:hover {
  background-position: 100% 0;
  color: #000;
}

.section-title-2 {
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
  margin-top: -6px;
}
@media (max-width: 767px) {
  .section-title-2 {
    margin-bottom: 0;
  }
}
.section-title-2 h2 {
  text-transform: capitalize;
}
.section-title-2 h6 {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -0.32px;
  line-height: 1;
  color: var(--theme);
  font-family: "Chakra Petch", sans-serif;
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
  display: inline-block;
  position: relative;
  padding-left: 60px;
  text-transform: uppercase;
  padding-right: 60px;
}
@media (max-width: 575px) {
  .section-title-2 h6 {
    padding-left: 0;
    padding-right: 0;
  }
}
.section-title-2 h6::before {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, #fe1c1c 0%, #130e0b 100%);
  width: 44px;
  height: 1px;
  left: 0;
  top: 8px;
  animation: borderAnim 2s infinite alternate ease-in-out;
}
@media (max-width: 575px) {
  .section-title-2 h6::before {
    display: none;
  }
}
.section-title-2 h6::after {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, #fe1c1c 0%, #130e0b 100%);
  width: 44px;
  height: 1px;
  right: 0;
  top: 8px;
  left: initial;
  animation: borderAnim 2s infinite alternate ease-in-out;
}
@media (max-width: 575px) {
  .section-title-2 h6::after {
    display: none;
  }
}

.section-title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 9;
  margin-bottom: 30px;
}
.section-title-area .gt-section-title-2 {
  margin-bottom: 0;
}
.section-title-area .gt-section-title {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .section-title-area {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .section-title-area {
    margin-bottom: 0;
  }
}
.section-title-area .rating span {
  font-size: 14px;
  font-weight: 400;
  color: rgb(136, 136, 136);
}
.section-title-area .rating .star {
  margin-top: 5px;
  color: rgb(255, 8, 8);
}
.section-title-area .nav {
  display: flex;
  align-items: center;
  gap: 40px;
}
.section-title-area .nav .nav-item .nav-link {
  font-size: 18px;
  font-weight: 700;
  color: #ABABAB;
  padding: 0;
}
.section-title-area .nav .nav-item .nav-link.active {
  color: var(--theme);
}
.section-title-area .nav .nav-item .nav-link.style-2 {
  color: #9FA0A2;
}
.section-title-area .nav .nav-item .nav-link.style-2.active {
  background: linear-gradient(90deg, #DDF247 0.25%, #7CFFE5 99.75%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: initial !important;
}

/*img-animation**********************/
.img-custom-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes slideInLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes shine {
  0% {
    left: -100%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
.animation-infinite {
  animation: ShapeAnim 80s linear infinite;
  height: 30px;
  width: 100%;
  background-repeat: repeat;
  overflow: hidden;
}

@keyframes ShapeAnim {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top left 2000px;
  }
}
@keyframes strokeColorChange {
  0% {
    -webkit-text-stroke-color: white;
  }
  25% {
    -webkit-text-stroke-color: #00ffff;
  }
  50% {
    -webkit-text-stroke-color: #ff00ff;
  }
  75% {
    -webkit-text-stroke-color: #ffff00;
  }
  100% {
    -webkit-text-stroke-color: white;
  }
}
@keyframes strokeColorChange1 {
  0% {
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.3);
  }
  25% {
    -webkit-text-stroke-color: rgba(0, 255, 255, 0.3);
  }
  50% {
    -webkit-text-stroke-color: rgba(255, 0, 255, 0.3);
  }
  75% {
    -webkit-text-stroke-color: rgba(255, 255, 0, 0.3);
  }
  100% {
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.3);
  }
}
@keyframes strokeColorChange2 {
  100% {
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.3);
  }
  75% {
    -webkit-text-stroke-color: rgba(0, 255, 255, 0.3);
  }
  50% {
    -webkit-text-stroke-color: rgba(255, 0, 255, 0.3);
  }
  25% {
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.3);
  }
  0% {
    -webkit-text-stroke-color: rgba(255, 255, 0, 0.3);
  }
}
.img-custom-anim-bottom {
  animation: img-anim-bottom 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-bottom {
  0% {
    transform: translateY(5%);
    clip-path: inset(100% 0 0 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes sparkle {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  50% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(0.5);
  }
}
@keyframes borderAnim {
  0% {
    width: 0;
  }
  100% {
    width: 44px;
  }
}
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 17ch;
  } /* Number of characters */
}
@keyframes blink {
  0%, 100% {
    border-color: transparent;
  }
  50% {
    border-color: red;
  }
}

.view-btn {
  background: none;
  border: none;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  gap: 1px;
  font-family: "Chakra Petch", sans-serif;
  text-transform: uppercase;
  border-radius: 100px;
  border: 1px solid var(--theme);
  height: 52px;
  line-height: 52px;
  padding: 0 30px;
}
.view-btn span {
  color: #ABABAB;
  transition: color 0.4s ease;
}
.view-btn span.active {
  color: var(--theme);
}
.view-btn span.space {
  width: 2.3px;
}
.view-btn:hover span:nth-child(5) {
  color: var(--theme);
  transition-delay: 0s;
}
.view-btn:hover span:nth-child(6) {
  color: var(--theme);
  transition-delay: 0.05s;
}
.view-btn:hover span:nth-child(7) {
  color: var(--theme);
  transition-delay: 0.1s;
}
.view-btn:hover span:nth-child(8) {
  color: var(--theme);
  transition-delay: 0.15s;
}
.view-btn:hover span:nth-child(9) {
  color: var(--theme);
  transition-delay: 0.2s;
}
.view-btn:hover span:nth-child(10) {
  color: var(--theme);
  transition-delay: 0.25s;
}
.view-btn:hover span:nth-child(11) {
  color: var(--theme);
  transition-delay: 0.3s;
}
.view-btn:hover span:nth-child(12) {
  color: var(--theme);
  transition-delay: 0.35s;
}
.view-btn:hover span:nth-child(13) {
  color: var(--theme);
  transition-delay: 0.4s;
}
.view-btn:hover span:nth-child(14) {
  color: var(--theme);
  transition-delay: 0.45s;
}

.gt-theme-btn {
  font-size: 16px;
  font-weight: 600;
  font-family: "Chakra Petch";
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--header);
  display: inline-block;
  line-height: 60px;
  height: 60px;
  text-align: center;
  min-width: 200px;
  overflow: hidden;
  border-radius: 0;
  padding: 0 32px;
  background: #ADFF00;
  transition: 0.5s;
  clip-path: polygon(24% 0, 88% 0, 100% 0, 100% 77%, 100% 100%, 0 100%, 0 80%, 0 30%, 7% 0) !important;
}
.gt-theme-btn:hover {
  background-color: var(--white);
  color: var(--header);
}
@media (max-width: 575px) {
  .gt-theme-btn {
    padding: 0 30px;
  }
}
.gt-theme-btn.gt-style-border {
  border: 1px solid rgb(255, 255, 255);
  background-image: none;
  clip-path: polygon(24% 0, 88% 0, 100% 0, 100% 77%, 100% 100%, 0 100%, 0 80%, 0 23%, 8% 0) !important;
  position: relative;
  transition: 0.5s;
  background: transparent;
  color: var(--white);
}
.gt-theme-btn.gt-style-border::before {
  position: absolute;
  top: -26px;
  left: -18px;
  right: 0;
  bottom: 0;
  content: "";
  transform: rotate(45deg);
  height: 115px;
  width: 1.5px;
  background-color: var(--white);
  clip-path: polygon(24% 0, 88% 0, 100% 0, 100% 62%, 100% 100%, 0 100%, 0 80%, 0 30%, 23% 0) !important;
  transition: 0.5s;
}
.gt-theme-btn:hover.gt-style-border {
  background-color: var(--theme);
  color: var(--header);
  border: 1px solid var(--theme);
}
.gt-theme-btn:hover.gt-style-border::before {
  display: none;
}

.gt-theme-btn {
  font-size: 16px;
  font-weight: 600;
  font-family: "Chakra Petch";
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--header);
  display: inline-block;
  line-height: 60px;
  height: 60px;
  text-align: center;
  min-width: 200px;
  overflow: hidden;
  border-radius: 0;
  padding: 0 32px;
  background: #ADFF00;
  transition: 0.5s;
  clip-path: polygon(24% 0, 88% 0, 100% 0, 100% 77%, 100% 100%, 0 100%, 0 80%, 0 30%, 7% 0) !important;
}
.gt-theme-btn:hover {
  background-color: var(--white);
  color: var(--header);
}
@media (max-width: 575px) {
  .gt-theme-btn {
    padding: 0 30px;
  }
}
.gt-theme-btn.gt-style-border {
  border: 1px solid rgb(255, 255, 255);
  background-image: none;
  clip-path: polygon(24% 0, 88% 0, 100% 0, 100% 77%, 100% 100%, 0 100%, 0 80%, 0 23%, 8% 0) !important;
  position: relative;
  transition: 0.5s;
  background: transparent;
  color: var(--white);
}
.gt-theme-btn.gt-style-border::before {
  position: absolute;
  top: -26px;
  left: -18px;
  right: 0;
  bottom: 0;
  content: "";
  transform: rotate(45deg);
  height: 115px;
  width: 1.5px;
  background-color: var(--white);
  clip-path: polygon(24% 0, 88% 0, 100% 0, 100% 62%, 100% 100%, 0 100%, 0 80%, 0 30%, 23% 0) !important;
  transition: 0.5s;
}
.gt-theme-btn:hover.gt-style-border {
  background-color: var(--theme);
  color: var(--header);
  border: 1px solid var(--theme);
}
.gt-theme-btn:hover.gt-style-border::before {
  display: none;
}

.faq-four-thumb {
    position: relative;
}

.faq-four-thumb img {
    position: absolute;
    left: 0;
    bottom: -50px;
    max-width: 100%;
}

/*Faq Style Three Starts Here*/
.row {
    counter-reset: myFaq;
}

.row div[class*="col"] {
    counter-increment: myFaq;
}

.row div[class*="col"]:nth-of-type(4n + 1) .faq-item-3::after, .row div[class*="col"]:nth-of-type(4n + 1) .faq-item-3::before {
    right: -100px;
    bottom: -100px;
}

.row div[class*="col"]:nth-of-type(4n + 2) .faq-item-3 {
    background: #0f6ded;
}

.row div[class*="col"]:nth-of-type(4n + 2) .faq-item-3::after, .row div[class*="col"]:nth-of-type(4n + 2) .faq-item-3::before {
    left: -100px;
    bottom: -100px;
}

.row div[class*="col"]:nth-of-type(4n + 3) .faq-item-3 {
    background: #02c4f2;
}

.row div[class*="col"]:nth-of-type(4n + 3) .faq-item-3::after, .row div[class*="col"]:nth-of-type(4n + 3) .faq-item-3::before {
    right: -100px;
    top: -100px;
}

.row div[class*="col"]:nth-of-type(4n + 4) .faq-item-3 {
    background: #af3af9;
}

.row div[class*="col"]:nth-of-type(4n + 4) .faq-item-3::after, .row div[class*="col"]:nth-of-type(4n + 4) .faq-item-3::before {
    left: -100px;
    top: -100px;
}

.row div[class*="col"]:nth-of-type(n + 10) .faq-item-3 .title::before {
    content: counter(myFaq);
}

.faq-item-3 {
    padding: 40px;
    background: #ed3e0f;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.faq-item-3 * {
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 499px) {
    .faq-item-3 {
        padding: 30px 15px;
    }
}

.faq-item-3 .title {
    margin-bottom: 21px;
}

.faq-item-3 .title::before {
    content: "0" counter(myFaq) ".";
    margin-right: 5px;
}

.faq-item-3::after, .faq-item-3::before {
    width: 200px;
    height: 200px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #0c0026;
    z-index: 0;
    opacity: 0;
    animation: scaleIn2 5s infinite cubic-bezier(0.36, 0.11, 0.89, 0.32);
    -webkit-animation: scaleIn2 5s infinite cubic-bezier(0.36, 0.11, 0.89, 0.32);
    -moz-animation: scaleIn2 5s infinite cubic-bezier(0.36, 0.11, 0.89, 0.32);
}

.faq-item-3::after {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
}

/*Faq Style Four Starts Here*/
.faq-style-four {
    counter-reset: faq-counter-four;
    margin-bottom: -60px;
}

.faq-item-4 .faq-number {
    position: relative;
    width: 84px;
    height: 94px;
}

.faq-item-4 .faq-number::before {
    counter-increment: faq-counter-four;
    content: counter(faq-counter-four);
    width: 100%;
    height: 100%;
    font-size: 25px;
    line-height: 25px;
    z-index: 1;
    text-align: center;
    color: #ebebeb;
    font-family: "Exo", sans-serif;
}

.faq-item-4 .faq-number .thumb {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 100%;
    width: 100%;
    background-color: #c0c23c;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
}

.faq-item-4 .faq-number .thumb * {
    color: #ffffff;
    width: 100%;
    text-align: center;
}

.faq-item-4 .faq-number .thumb::after, .faq-item-4 .faq-number .thumb::before {
    width: 35px;
    height: 35px;
    top: -15px;
    left: -15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #0c0026;
    z-index: 0;
    opacity: 0;
    animation: scaleIn2 2s infinite cubic-bezier(0.36, 0.11, 0.89, 0.32);
    -webkit-animation: scaleIn2 2s infinite cubic-bezier(0.36, 0.11, 0.89, 0.32);
    -moz-animation: scaleIn2 2s infinite cubic-bezier(0.36, 0.11, 0.89, 0.32);
}

.faq-item-4 .faq-number .thumb::after {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
}

@media screen and (max-width: 499px) {
    .faq-item-4 .faq-number {
        width: 40px;
        height: 40px;
    }

    .faq-item-4 .faq-number::before {
        line-height: 40px;
        font-size: 24px;
    }
}

.faq-item-4:nth-of-type(n + 10) .faq-number::before {
    content: counter(faq-counter-four);
}

.faq-item-4 .faq-content {
    width: calc(100% - 84px);
    padding-left: 30px;
    margin-bottom: 60px;
}

.faq-item-4 .faq-content .faq-title {
    margin-bottom: 24px;
}

@media (max-width: 575px) {
    .faq-item-4 .faq-content .faq-title {
        margin-top: 0;
    }
}

@media screen and (max-width: 499px) {
    .faq-item-4 .faq-content {
        width: calc(100% - 40px);
        padding-left: 20px;
    }
}

.faq-item-4:nth-of-type(3n + 2) .faq-number .thumb {
    background: #979797;
}

.faq-item-4:nth-of-type(3n + 3) .faq-number .thumb {
    background: #5e4632;
}

.faq-item-4:nth-of-type(3n + 4) .faq-number .thumb {
    background: #585858;
}

.faq-item-4:nth-of-type(3n + 5) .faq-number .thumb {
    background: #585858;
}

.faq-item-4:nth-of-type(3n + 6) .faq-number .thumb {
    background: #585858;
}

.faq-item-4:nth-of-type(3n + 7) .faq-number .thumb {
    background: #585858;
}

.faq-item-4:nth-of-type(3n + 8) .faq-number .thumb {
    background: #585858;
}

.faq-item-4:nth-of-type(3n + 9) .faq-number .thumb {
    background: #585858;
}

.faq-item-4:nth-of-type(3n + 10) .faq-number .thumb {
    background: #585858;
}

.faq-item-4:nth-of-type(3n + 3) .faq-number .thumb::after, .faq-item-4:nth-of-type(3n + 3) .faq-number .thumb::before {
    background: #ffffff;
}

/*Winner Section Starts Here*/
.winner-section-2{
  /*background-image: url(../img/banner/background-5.png);*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.winner-section-2 .winner-box{
  background: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(3.5px);
  padding: 75px 30px 35px;
  position: relative;
  margin-bottom: 30px;
  transition: var(--transition);
  z-index: 0;
  overflow: hidden;
}

.winner-section-2 .winner-box:after{
  position: absolute;
  content: '';
  z-index: -1;
  height: calc( 100% - 4px );
  width: calc( 100% - 4px );
  top: 1px;
  left: 1px;
  background: rgb(31, 31, 31);
  transition: all 300ms ease;
}

.winner-section-2 .winner-box:before{
  content: "";
  position: absolute;
  z-index: -2;
  left: -50%;
  top: -50%;
  width: 200%;
  height: 200%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 50% 50%, 50% 50%;
  background-position: 0 0, 100% 0, 100% 100%, 0 100%;
  background-image: linear-gradient(90deg, rgba(255, 125, 102, 0)    0%, rgb(255, 101, 40) 50%, rgba(255,255,255,0) 100%);
  -webkit-animation: rotate 5s linear infinite;
  animation: rotate 5s linear infinite;
}

@-webkit-keyframes rotate {
  100% {
      transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
      transform: rotate(360deg);
  }
}

.winner-section-2 .winner-box span {
  position: absolute;
  content: '';
  top: 30px;
  right: 30px;
  color: var(--gray);
  font-weight: 500;
}

.winner-section-2 .winner-box .icon {
  font-size: 60px;
  margin-bottom: 20px;
  color: var(--whiteColor);
}

.winner-section-2 .winner-box h3 {
  color: var(--whiteColor);
  margin-bottom: 20px;
}

.winner-section-2 .winner-box p {
  color: var(--paragraphColorSecond);
  font-size: 17px;
}
.winner-item {
    background: #070340;
    padding: 70px 15px 60px;
    margin: 0 auto 30px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

@media (max-width: 575px) {
    .winner-item {
        max-width: 350px;
        padding: 40px 15px;
    }
}

.winner-item .winner-thumb {
    box-shadow: 0 0 20px #ffeb00;
    -webkit-box-shadow: 0 0 20px #ffeb00;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 89px;
    height: 89px;
    margin: 0 auto 33px;
}

.winner-item .winner-thumb img {
    width: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.winner-item .winner-content {
    text-align: center;
}

.winner-item .winner-content .title {
    text-transform: uppercase;
}

.winner-item .winner-content .info {
    display: block;
    margin-bottom: 13px;
}

.winner-item:hover {
    background: #da2525;
}

div[class*="col"]:nth-of-type(3n + 2) .winner-item .winner-thumb {
    box-shadow: 0 0 20px #ff1e00;
    -webkit-box-shadow: 0 0 20px #ff1e00;
}

div[class*="col"]:nth-of-type(3n + 3) .winner-item .winner-thumb {
    box-shadow: 0 0 20px #00ff3b;
    -webkit-box-shadow: 0 0 20px #00ff3b;
}

/*Winner Section Two Starts Here*/
.winner-item-2 {
    margin-bottom: 30px;
    border:1px solid rgb(255 0 0 / 20%);
    border-radius: 5px;
    clip-path: polygon(92% 0, 100% 20%, 100% 43%, 100% 100%, 68% 100%, 7% 100%, 0 82%, 0% 45%, 0 0);
}
.winner-item2:before{
    animation: rotate 5s linear infinite;
}
.winner-item-2 .winner-thumb {
    background: var(--newbgcolor);
    width: 370px;
    align-items: center;
    justify-content: center;
}

.winner-item-2 .winner-thumb a {
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    width: 168px;
    height: 168px;
}

.winner-item-2 .winner-thumb a img {
    width: 100%;
}

.winner-item-2 .winner-content {
    background: var(--newbgcolor);
    width: calc(100% - 370px);
    padding: 60px 30px;
}

.winner-item-2 .winner-content .date {
    margin-bottom: 10px;
    display: block;
}

.winner-item-2 .winner-content .title {
    text-transform: capitalize;
    margin-bottom: 20px;
}

.winner-item-2 .winner-content p {
    max-width: 530px;
    margin: 0 auto 28px;
}

.winner-item-2 .winner-content .bet-id {
    color: #ed3e0f;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .winner-item-2 .winner-thumb {
        width: 250px;
    }

    .winner-item-2 .winner-content {
        width: calc(100% - 250px);
    }
}

@media (max-width: 767px) {
    .winner-item-2 .winner-thumb {
        width: 100%;
        padding: 30px;
    }

    .winner-item-2 .winner-thumb a {
        width: 100px;
        height: 100px;
    }

    .winner-item-2 .winner-content {
        width: 100%;
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .winner-item-2 .winner-content {
        padding: 30px 15px;
    }

    .winner-item-2 .winner-content .title {
        margin-bottom: 15px;
    }

    .winner-item-2 .winner-content p {
        margin-bottom: 20px;
    }
}

/*Review Section Starts Here*/
.review-item {
    position: relative;
    padding-top: 155px;
    padding-left: 215px;
}

.review-item .review-thumb img {
    max-width: 375px;
}

@media (min-width: 768px) {
    .review-item .review-thumb {
        position: absolute;
        top: 0;
        left: 0;
    }
}

.review-item .review-content {
    text-align: center;
    background: #09044d;
    padding: 100px 30px;
    position: relative;
    z-index: 1;
}

.review-item .review-content p {
    max-width: 800px;
    font-size: 18px;
    line-height: 29px;
    margin: 0 auto 30px;
    font-style: italic;
}

.review-item .review-content * {
    position: relative;
    z-index: 1;
}

.review-item .review-content::before {
    background: url(img/quote.png) no-repeat center center;
    background-size: contain;
    width: 80%;
    height: 80%;
    opacity: .05;
}

@media (max-width: 991px) {
    .review-item {
        padding-top: 120px;
        padding-left: 180px;
    }

    .review-item .review-content {
        padding: 70px 30px;
    }
}

@media (max-width: 767px) {
    .review-item {
        padding-top: 0;
        padding-left: 0;
        background: #09044d;
        padding: 40px 20px;
    }

    .review-item .review-content {
        padding: 0;
    }

    .review-item .review-content p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .review-item .review-thumb {
        margin: 0 auto 25px;
        width: 120px;
        height: 120px;
        overflow: hidden;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

    .review-item .review-thumb img {
        width: 100%;
        max-width: 100%;
    }
}

.ratings i {
    color: #e9ba17;
}

.review-slider {
    overflow: hidden;
}

.slider-thumbs {
    margin: 30px auto 0;
    width: 180px;
    overflow: hidden;
}

.slider-thumbs .owl-thumb-item img {
    width: 100%;
}

.review-wrapper {
    position: relative;
}

@media (min-width: 768px) {
    .review-wrapper .slider-thumbs {
        position: absolute;
        right: 0px;
        bottom: calc(100% - 60px);
    }
}

@media (min-width: 768px) and (min-width: 1200px) {
    .review-wrapper .slider-thumbs {
        bottom: calc(100% + 20px);
    }
}

/*Lends Section Starts Here*/
.lends-table-wrapper {
    padding: 0 40px;
}

@media (max-width: 767px) {
    .lends-table-wrapper {
        padding: 0 15px;
    }
}

@media screen and (max-width: 575px) {
    .lends-table-wrapper {
        padding: 0;
    }
}

.lend-table {
    width: 100%;
    text-align: center;
}

.lend-table .table-header tr th {
    padding-bottom: 16px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .lend-table .table-header {
        display: none;
    }
}

.lend-table .table-body td {
    font-size: 18px;
    font-weight: 600;
    background: #09044d;
    border: 4px solid #05022f;
    width: calc(100% / 6);
}

.lend-table .table-body td:nth-of-type(2n + 2) {
    background: #0a0454;
}

.lend-table .table-body td .user {
    padding: 10px;
}

.lend-table .table-body td .user .user-thumb {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto 10px;
    width: 70px;
}

.lend-table .table-body td .user .user-thumb img {
    width: 100%;
}

.lend-table .table-body td .user .user-content a {
    color: #02c4f2;
    text-transform: capitalize;
    font-size: 16px;
    text-transform: uppercase;
}

.lend-table .table-body td .info {
    padding: 20px 15px;
}

@media (min-width: 992px) {
    .lend-table .table-body td {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .lend-table .table-body td {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .lend-table .table-body {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: -30px;
    }

    .lend-table .table-body tr {
        display: block;
        width: calc(50% - 15px);
        margin-bottom: 30px;
    }

    .lend-table .table-body tr td {
        display: block;
        width: 100%;
        border-width: 1px;
        padding: 20px 15px;
    }

    .lend-table .table-body tr td .info {
        padding: 0;
    }

    .lend-table .table-body tr td::before {
        text-transform: capitalize;
        display: block;
        content: attr(data-input);
        color: #02c4f2;
    }

    .lend-table .table-body tr td:first-child::before {
        display: none;
    }
}

@media (max-width: 991px) and (max-width: 575px) {
    .lend-table .table-body tr {
        width: 100%;
    }

    .lend-table .table-body tr td {
        font-size: 16px;
    }
}

.section-bg .lend-table .table-body td {
    border-color: #070340;
}

/*How Section Starts Here*/
.how-wrapper {
    margin: 0 -15px -39px;
}

.how-item {
    padding: 0 15px 30px;
    flex-grow: 1;
    justify-content: space-between;
    text-align: center;
}

.how-item .how-thumb {
    font-size: 70px;
    text-align: center;
    width: 140px;
    height: 140px;
    line-height: 140px;
    color: #ed3e0f;
    text-shadow: 0 0 10px rgba(237, 62, 15, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-weight: 300;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto 34px;
}

.how-item:nth-of-type(4n + 2) .how-thumb {
    color: #1eed93;
    text-shadow: 0 0 10px rgba(30, 237, 147, 0.7);
}

.how-item:nth-of-type(4n + 3) .how-thumb {
    color: #0f6ded;
    text-shadow: 0 0 10px rgba(15, 109, 237, 0.7);
}

.how-item:nth-of-type(4n + 4) .how-thumb {
    color: #af3af9;
    text-shadow: 0 0 10px rgba(175, 58, 249, 0.7);
}

.how-item .title {
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .how-item .how-thumb {
        font-size: 46px;
        width: 100px;
        height: 100px;
        line-height: 100px;
    }

    .how-item .title {
        font-size: 20px;
    }
}

@media (max-width: 991px) and (max-width: 575px) {
    .how-item .how-thumb {
        font-size: 36px;
        width: 90px;
        height: 90px;
        line-height: 90px;
    }

    .how-item .title {
        font-size: 18px;
    }
}

/*How Section Two Starts Here*/
.how-item-2 {
    text-align: center;
    margin-bottom: 21px;
}

.how-item-2 .how-thumb {
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 15px;
    color: #ffffff;
    font-size: 70px;
    line-height: 1;
    height: 166px;
    max-width: 200px;
    width: 100%;
    margin: 0 auto 25px;
}

.how-item-2 .how-thumb span {
    position: relative;
    z-index: 1;
}

.how-item-2 .how-thumb::before, .how-item-2 .how-thumb::after {
    background: #ed3e0f;
}

.how-item-2 .how-thumb::before {
    left: 15px;
    bottom: 15px;
    right: 0;
    top: 0;
}

.how-item-2 .how-thumb::after {
    top: 15px;
    right: 15px;
    bottom: 0;
    left: 0;
}

.how-item-2 .title {
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .how-item-2 .how-thumb {
        font-size: 50px;
        height: 130px;
    }

    .how-item-2 .title {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .how-item-2 .how-thumb {
        font-size: 40px;
        height: 100px;
    }

    .how-item-2 .title {
        font-size: 16px;
    }
}

div[class*="col"]:nth-child(4n + 2) .how-item-2 .how-thumb::after, div[class*="col"]:nth-child(4n + 2) .how-item-2 .how-thumb::before {
    background: #1eed93;
}

div[class*="col"]:nth-child(4n + 3) .how-item-2 .how-thumb::after, div[class*="col"]:nth-child(4n + 3) .how-item-2 .how-thumb::before {
    background: #0f6ded;
}

div[class*="col"]:nth-child(4n + 4) .how-item-2 .how-thumb::after, div[class*="col"]:nth-child(4n + 4) .how-item-2 .how-thumb::before {
    background: #af3af9;
}

.how-video {
    margin-bottom: 40px;
}

@media (min-width: 992px) {
    .how-video {
        margin-bottom: 70px;
    }
}

/*Our Vision Section Starts Here*/
.mommodo-list {
    margin-bottom: 30px;
}

.mommodo-list:last-child {
    margin-bottom: -9px;
}

.mommodo-list li {
    padding: 0;
    padding-left: 50px;
    position: relative;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .mommodo-list li {
        margin-bottom: 25px;
    }
}

@media (max-width: 575px) {
    .mommodo-list li {
        margin-bottom: 20px;
        padding-left: 35px;
    }
}

.mommodo-list li:last-child {
    margin-bottom: 0;
}

.mommodo-list li::before {
    left: 5px;
    top: 10px;
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ed3e0f;
    box-shadow: 0 0 20px #ed3e0f;
    -webkit-box-shadow: 0 0 20px #ed3e0f;
}

.mommodo-list li:nth-of-type(4n + 2)::before {
    background: #00ff3b;
    box-shadow: 0 0 20px #00ff3b;
    -webkit-box-shadow: 0 0 20px #00ff3b;
}

.mommodo-list li:nth-of-type(4n + 3)::before {
    background: #af3af9;
    box-shadow: 0 0 20px #af3af9;
    -webkit-box-shadow: 0 0 20px #af3af9;
}

.mommodo-list li:nth-of-type(4n + 4)::before {
    background: #ffeb00;
    box-shadow: 0 0 20px #ffeb00;
    -webkit-box-shadow: 0 0 20px #ffeb00;
}

/*Player Review Section Starts Here*/
.player-review-slider {
    position: relative;
}

.player-review-item {
    background: var(--newbgcolor);
    position: relative;
    margin-bottom: 140px;
}

.player-review-item .player-review-thumb {
    width: 490px;
}

.player-review-item .player-review-thumb .thumb {
    width: 100%;
    height: 100%;
}

.player-review-item .player-review-thumb img {
    width: 100%;
}

.player-review-item .player-review-content {
    width: calc(100% - 490px);
    padding: 120px 65px;
    position: relative;
    font-style: italic;
}

.player-review-item .player-review-content::before {
    background: url(img/quote.png) no-repeat center center;
    background-size: contain;
    width: 60%;
    height: 60%;
    opacity: .05;
}

@media (min-width: 768px) {
    .player-review-item .player-review-content {
        line-height: 36px;
        font-size: 24px;
    }
}

.player-review-item .player-review-content p {
    position: relative;
    z-index: 1;
}

.player-review-item .player-info {
    background: var(--blackColor);
    padding: 90px 60px;
    width: auto;
    max-width: 100%;
    position: absolute;
    bottom: -120px;
    left: 0;
    box-shadow: 13px 13px 20px rgb(237 126 15 / 90%);
    text-align: center;
}

.player-review-item .player-info .title {
    font-weight: 600;
}

.player-review-item .player-info .subtitle {
    margin: 0;
    font-weight: 400;
}

@media (max-width: 1199px) {
    .player-review-item .player-review-thumb {
        width: 300px;
    }

    .player-review-item .player-review-content {
        width: calc(100% - 300px);
    }

    .player-review-item .player-info {
        padding: 60px 30px;
    }

    .player-review-item .player-info .title {
        font-size: 24px;
        line-height: 1.5;
        margin: 0;
    }

    .player-review-item .player-info .subtitle {
        font-size: 18px;
        line-height: 1.5;
        margin: 0;
    }
}

@media (max-width: 991px) {
    .player-review-item .player-review-thumb {
        width: 50%;
    }

    .player-review-item .player-review-content {
        width: 50%;
        padding: 40px 30px;
    }

    .player-review-item .player-review-content p {
        font-size: 20px;
        line-height: 30px;
    }
}

@media (max-width: 767px) {
    .player-review-item .player-review-content p {
        font-size: 16px;
        line-height: 28px;
    }
}

@media (max-width: 575px) {
    .player-review-item {
        margin-bottom: 0;
    }

    .player-review-item .player-review-thumb {
        width: 100%;
    }

    .player-review-item .player-review-thumb .thumb {
        width: 90px;
        height: 90px;
        overflow: hidden;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        margin: 30px auto 15px;
    }

    .player-review-item .player-review-thumb .thumb img {
        width: 100%;
    }

    .player-review-item .player-review-content {
        text-align: center;
        padding: 30px 20px 40px;
        width: 100%;
    }

    .player-review-item .player-info {
        background: transparent;
        box-shadow: none;
        padding: 0;
        position: relative;
        width: 100%;
        bottom: unset;
        left: unset;
    }

    .player-review-item .player-info .title {
        font-size: 22px;
    }

    .player-review-item .player-info .subtitle {
        color: rgba(255, 255, 255, 0.9);
        font-size: 16px;
    }
}

.review-navigation {
    width: 130px;
    justify-content: space-between;
    position: absolute;
    z-index: 99;
    top: 60px;
    right: 25px;
}

.review-navigation a {
    font-size: 20px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ffffff;
    color: #ffffff;
    outline: none;
    background: #05022f;
}

.review-navigation a.active, .review-navigation a:hover {
    color: #ffffff;
    background: #ed3e0f;
    border-color: #ed3e0f;
}

@media (max-width: 767px) {
    .review-navigation {
        width: 110px;
    }

    .review-navigation a {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }
}

@media (max-width: 575px) {
    .review-navigation {
        width: calc(100% - 50px);
        margin-bottom: 30px;
        margin-left: auto;
    }
}

@media (min-width: 576px) {
    .review-navigation {
        bottom: 0;
        top: unset;
        right: 0;
    }
}

/*Mission Section Starts Here*/
.mission-wrapper {
    margin-bottom: -35px;
}

@media (min-width: 992px) {
    .mission-wrapper {
        margin-bottom: -50px;
    }
}

.mission-wrapper .mission-item {
    margin-bottom: 35px;
}

@media (min-width: 992px) {
    .mission-wrapper .mission-item {
        margin-bottom: 43px;
    }
}

.mission-wrapper .mission-item .title {
    color: #1eed93;
    margin-bottom: 16px;
}

.mission-wrapper .mission-item:nth-of-type(3n + 2) .title {
    color: #af3af9;
}

.mission-wrapper .mission-item:nth-of-type(3n + 3) .title {
    color: #ed3e0f;
}

/*Hero Section Starts Here*/
hero-1 {
  padding: 100px 0 0;
  position: relative;
}
@media (max-width: 1399px) {
  .hero-1 {
    padding: 110px 0 0;
  }
}
@media (max-width: 991px) {
  .hero-1 {
    padding: 100px 0 0;
  }
}
.hero-1 .line-slider {
  position: absolute;
  top: -56px;
  left: 0;
  right: 0;
}
@media (max-width: 1399px) {
  .hero-1 .line-slider {
    top: -60px;
  }
}
.hero-1 .line-slider2 {
  margin-top: 100px;
}
@media (max-width: 1399px) {
  .hero-1 .line-slider2 {
    margin-top: 60px;
  }
}
.hero-1 .hero-bb {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  overflow: hidden;
}
.hero-1 .hero-bb span {
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 20px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, #CBFE1C 50.96%, rgba(255, 255, 255, 0.1) 100%);
  animation: moveLine 1s linear infinite;
}
.hero-1 .hero-bb .line-1 {
  left: 0;
  animation-delay: 0s;
}
.hero-1 .hero-bb .line-2 {
  left: 25%;
  animation-delay: 0.2s;
}
.hero-1 .hero-bb .line-3 {
  left: 50%;
  animation-delay: 0.4s;
}
.hero-1 .hero-bb .line-4 {
  left: 75%;
  animation-delay: 0.6s;
}
.hero-1 .hero-bb .line-5 {
  right: 0;
  animation-delay: 0.8s;
}
@keyframes moveLine {
  0% {
    transform: translateX(150%);
  }
  100% {
    transform: translateX(-150%);
  }
}
.hero-1 .right-shape {
  position: absolute;
  bottom: -20%;
  right: 0;
}
@media (max-width: 1199px) {
  .hero-1 .right-shape {
    display: none;
    bottom: 34%;
    right: -10%;
  }
}
.hero-1 .right-shape-2 {
  display: none;
}
@media (max-width: 575px) {
  .hero-1 .right-shape-2 {
    bottom: 34%;
    right: 0;
    display: block;
    position: absolute;
    z-index: -1;
  }
  .hero-1 .right-shape-2 img {
    width: 100%;
    height: 100%;
  }
}
.hero-1 .black-box {
  display: none;
}
@media (max-width: 575px) {
  .hero-1 .black-box {
    display: block;
    position: absolute;
    top: 43%;
    left: 7px;
  }
}
.hero-1 .hero-image {
  position: absolute;
  bottom: 0;
  right: 75px;
  z-index: 999;
}
@media (max-width: 1199px) {
  .hero-1 .hero-image {
    display: none;
  }
}
@media (max-width: 575px) {
  .hero-1 .hero-image {
    right: 4%;
    max-width: 200px;
    top: 20%;
    display: initial;
  }
  .hero-1 .hero-image img {
    width: 100%;
  }
}
.hero-1 .container {
  max-width: 1730px;
}
.hero-1 .hero-content {
  max-width: 1386px;
  position: relative;
  z-index: 9;
}
.hero-1 .hero-content h1 {
  position: relative;
}
@media (max-width: 1399px) {
  .hero-1 .hero-content h1 {
    line-height: 130%;
  }
}
@media (max-width: 1399px) {
  .hero-1 .hero-content h1 {
    font-size: 85px;
  }
}
@media (max-width: 1199px) {
  .hero-1 .hero-content h1 {
    font-size: 85px;
  }
}
@media (max-width: 991px) {
  .hero-1 .hero-content h1 {
    font-size: 65px;
  }
}
@media (max-width: 767px) {
  .hero-1 .hero-content h1 {
    font-size: 55px;
  }
}
@media (max-width: 575px) {
  .hero-1 .hero-content h1 {
    font-size: 38px;
  }
}
@media (max-width: 420px) {
  .hero-1 .hero-content h1 {
    font-size: 36px;
    line-height: 112%;
  }
}
.hero-1 .hero-content h1 .sub-text {
  color: var(--theme);
  font-size: 53px;
  letter-spacing: -1.2px;
  text-transform: uppercase;
  position: absolute;
  top: 37px;
  right: 176px;
}
@media (max-width: 1399px) {
  .hero-1 .hero-content h1 .sub-text {
    position: absolute;
    top: 0;
    font-size: 40px;
    right: 165px;
  }
}
@media (max-width: 991px) {
  .hero-1 .hero-content h1 .sub-text {
    position: absolute;
    top: 0;
    right: 30px;
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .hero-1 .hero-content h1 .sub-text {
    font-size: 17px;
    position: absolute;
    top: 0;
  }
}
@media (max-width: 420px) {
  .hero-1 .hero-content h1 .sub-text {
    font-size: 14px;
    right: 36px;
    position: absolute;
    top: 0;
  }
}
.hero-1 .hero-content h1 .dot-shape {
  position: absolute;
  top: 0;
  left: 34%;
}
@media (max-width: 1399px) {
  .hero-1 .hero-content h1 .dot-shape {
    top: -20px;
    left: 27%;
  }
}
@media (max-width: 991px) {
  .hero-1 .hero-content h1 .dot-shape {
    top: -20px;
    left: 28%;
  }
}
@media (max-width: 575px) {
  .hero-1 .hero-content h1 .dot-shape {
    top: -24px;
    left: 30%;
  }
  .hero-1 .hero-content h1 .dot-shape img {
    width: 60px;
  }
}
.hero-1 .hero-content .video-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
  position: absolute;
  bottom: 36%;
  left: 39.5%;
}
@media (max-width: 1399px) {
  .hero-1 .hero-content .video-wrap {
    position: static;
    margin-top: 30px;
  }
}
@media (min-width: 390px) and (max-width: 450px) {
  .hero-1 .hero-content .video-wrap {
    position: absolute;
    bottom: 79%; /* example */
    left: 33.5%;
  }
  .hero-1 .hero-content .video-wrap .box-shape {
    display: none;
  }
}
@media (max-width: 380px) {
  .hero-1 .hero-content .video-wrap {
    position: absolute;
    bottom: 82%;
    left: 33.5%;
  }
  .hero-1 .hero-content .video-wrap .box-shape {
    display: none;
  }
}
.hero-1 .hero-content .video-wrap .video-btn {
  width: 112px;
  height: 112px;
  line-height: 116px;
  border-radius: 50%;
  color: #0B0E13;
  background-color: var(--theme);
  display: inline-block;
  text-align: center;
  font-size: 25px;
  position: relative;
  z-index: 9;
  overflow: hidden;
}
@media (max-width: 575px) {
  .hero-1 .hero-content .video-wrap .video-btn {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 10px;
  }
}
.hero-1 .hero-content .video-wrap .video-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--white);
  border-radius: 50%;
  transform: translateY(-101%);
  opacity: 0;
  transition: all 0.4s ease-in-out;
  visibility: hidden;
  z-index: -1;
}
.hero-1 .hero-content .video-wrap .video-btn:hover::before {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.hero-1 .hero-content .counter-wrap {
  display: flex;
  align-items: center;
  gap: 100px;
  /*margin-top: 35px;*/
  margin-bottom: 35px;
  place-content: center;
}
@media (max-width: 1199px) {
  .hero-1 .hero-content .counter-wrap {
    gap: 30px;
    flex-wrap: wrap;
    /*margin-top: 30px;*/
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .hero-1 .hero-content .counter-wrap {
    /*margin-top: 280px;*/
  }
}
.hero-1 .hero-content .counter-wrap .counter-item {
  position: relative;
  padding-left: 15px;
}
@media (max-width: 575px) {
  .hero-1 .hero-content .counter-wrap .counter-item {
    padding-left: 10px;
  }
}
.hero-1 .hero-content .counter-wrap .counter-item::before {
  position: absolute;
  top: 38px;
  bottom: 0;
  left: -27px;
  content: "";
  width: 52px;
  height: 1px;
  background: linear-gradient(90deg, #fe371c 0%, #750101 100%);
  transform: rotate(-90deg);
}
.hero-1 .hero-content .counter-wrap .counter-item h2 {
  font-size: 28px;
  margin-bottom: 5px;
}
@media (max-width: 575px) {
  .hero-1 .hero-content .counter-wrap .counter-item p {
    font-size: 14px;
  }
  .latest-summury .all-bets .table-cover
{
    overflow-y: hidden;
    overflow-x: scroll;
}
}
.hero-1 .hero-text {
  max-width: 350px;
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  bottom: 8%;
  right: 29%;
  z-index: 9;
}
@media (max-width: 1399px) {
  .hero-1 .hero-text {
    position: static;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .hero-1 .hero-text {
    right: 14%;
    font-size: 15px;
    bottom: 40%;
    position: absolute;
  }
}
@media (max-width: 420px) {
  .hero-1 .hero-text {
    font-size: 15px;
    bottom: 42%;
    right: 4%;
    position: absolute;
  }
}

.hero-section {
    position: relative;
}

.hero-section::before {
    background: rgb(28 28 28 / 80%);
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    text-transform: uppercase;
    padding: 0px 0 90px;
}

.hero-content .title {
    font-size: 36px;
}

.hero-content .breadcrumb {
    padding: 0;
    margin: 0;
    background: transparent;
    justify-content: center;
}

.hero-content .breadcrumb li {
    font-weight: 700;
    padding: 5px;
}

.hero-content .breadcrumb li a {
    color: #ffffff;
    position: relative;
    padding-right: 25px;
    margin-right: 7px;
}

.hero-content .breadcrumb li a::before {
    right: 0;
    top: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #f20202;
    width: 9px;
    height: 9px;
    box-shadow: 0 0 0 6px rgba(242, 2, 2, 0.2), 0 0 0 6px rgba(242, 38, 2, 0.2);
    -webkit-box-shadow: 0 0 0 6px rgba(78, 77, 77, 0.2), 0 0 0 6px rgba(242, 30, 2, 0.2);
}

@media (min-width: 576px) {
    .hero-content .title {
        font-size: 42px;
    }

    .hero-content .breadcrumb li {
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .hero-content .title {
        font-family: 60px;
    }
}

@media (min-width: 992px) {
    .hero-content .title {
        font-size: 70px;
    }
}

@media (min-width: 1200px) {
    .hero-content .title {
        font-size: 80px;
    }
}

/*Video Fluid Section*/
.fluid-video-section {
    position: relative;
    height: 400px;
}

.fluid-video-section::before {
    width: 100%;
    height: 100%;
    background: rgba(5, 2, 47, 0.73);
}

@media (min-width: 1400px) {
    .fluid-video-section {
        height: 600px;
    }
}

/*PRODUCT MINIMAL*/

.product-box {
    min-width: calc(75% - 15px);
}

.product-minimal {
    margin-bottom: 20px;
}

.product-minimal .product-showcase {
    min-width: calc(33.33% - 14px);
    width: calc(33.33% - 14px);
    flex-grow: 1;
}

.product-minimal .showcase-wrapper {
    gap: 10px;
}
.product-minimal .showcase-container {
    padding: 2px;
}

.product-featured .countdown-content {
    padding: 5px 10px;
}

.product-grid {
    grid-template-columns: repeat(3, 1fr);
}

.product-minimal {
  margin-bottom: 30px;
}

.product-minimal .product-showcase {
  margin-bottom: 10px;
}

.product-minimal .showcase-wrapper {
  display: flex;
  align-items: center;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
}

.product-minimal .showcase-container {
  min-width: 100%;
  padding: 0 5px;
  scroll-snap-align: start;
}

.product-minimal .showcase {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  border: 1px solid var(--cultured);
  padding: 15px;
  border-radius: var(--border-radius-medium);
}

.product-minimal .showcase:not(:last-child) {
  margin-bottom: 15px;
}

.product-minimal .showcase-content {
  width: calc(100% - 85px);
}

.product-minimal .showcase-title {
  color: var(--eerie-black);
  font-size: var(--fs-7);
  font-weight: var(--weight-600);
  text-transform: capitalize;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 2px;
}

.product-minimal .showcase-category {
  width: max-content;
  color: var(--davys-gray);
  font-size: var(--fs-8);
  text-transform: capitalize;
  margin-bottom: 3px;
}

.product-minimal .showcase-category:hover {
  color: var(--salmon-pink);
}

.product-minimal .price-box {
  display: flex;
  align-items: center;
  gap: 10px;
}

.product-minimal .price-box del {
  font-size: var(--fs-9);
  color: var(--sonic-silver);
}

.product-minimal .price {
  font-size: var(--fs-7);
  font-weight: var(--weight-700);
  color: var(--salmon-pink);
}

/*PRODUCTS FEATURED*/

.product-featured {
  margin-bottom: 30px;
}

.product-featured .showcase-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
}

.product-featured .showcase-container {
  min-width: 100%;
  padding: 30px;
  border: 1px solid var(--cultured);
  border-radius: var(--border-radius-medium);
  scroll-snap-align: start;
}

.product-featured .showcase-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-featured .showcase-content {
  margin-top: 30px;
}

.product-featured .showcase-rating {
  color: var(--sandy-brown);
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-bottom: 15px;
}

.product-featured .showcase-title {
  font-size: var(--fs-7);
  color: var(--eerie-black);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.product-featured .showcase-desc {
  color: var(--sonic-silver);
  font-size: var(--fs-7);
  font-weight: var(--weight-300);
  text-align: justify;
  margin-bottom: 10px;
}

.product-featured .price-box {
  font-size: var(--fs-3);
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.product-featured .price {
  color: var(--salmon-pink);
  font-weight: var(--weight-700);
}

.product-featured del {
  color: var(--sonic-silver);
  font-weight: var(--weight-300);
}

.product-featured .add-cart-btn {
  background: var(--salmon-pink);
  padding: 8px 15px;
  color: var(--white);
  font-size: var(--fs-9);
  font-weight: var(--weight-700);
  text-transform: uppercase;
  border-radius: var(--border-radius-medium);
  margin-bottom: 15px;
  transition: var(--transition-timing);
}

.product-featured .add-cart-btn:hover {
  background: var(--eerie-black);
  color: var(--white);
}

.product-featured .showcase-status {
  margin-bottom: 15px;
}

.product-featured .showcase-status .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--eerie-black);
  font-size: var(--fs-9);
  font-weight: var(--weight-400);
  text-transform: uppercase;
  margin-bottom: 10px;
}

.product-featured .showcase-status-bar {
  background: var(--cultured);
  position: relative;
  height: 10px;
  border-radius: 5px;
}

.product-featured .showcase-status-bar::before {
  position: absolute;
  content: "";
  top: 3px;
  left: 3px;
  height: 4px;
  width: 33.33%;
  background: var(--salmon-pink);
  border-radius: 4px;
}

.product-featured .countdown-desc {
  color: var(--eerie-black);
  font-size: var(--fs-9);
  font-weight: var(--weight-600);
  text-transform: uppercase;
  margin-bottom: 10px;
}

.product-featured .countdown {
  display: flex;
  gap: 5px;
}

.product-featured .countdown-content {
  padding: 5px;
  background: var(--cultured);
  border-radius: var(--border-radius-medium);
  text-align: center;
}

.product-featured .display-number {
  color: var(--eerie-black);
  font-size: var(--fs-5);
  font-weight: var(--weight-500);
  min-width: 40px;
}

.product-featured .display-text {
  color: var(--davys-gray);
  font-size: var(--fs-11);
}

/*PRODUCT-GRID*/

.product-main {
  margin-bottom: 30px;
}

.product-grid {
  display: grid;
  gap: 25px;
}

.product-grid .showcase {
  background: var(--newbgcolor);
  border-radius: var(--border-radius-medium);
  overflow: hidden;
  transition: var(--transition-timing);
}

@media (max-width: 575px) {
    .product-grid {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
}

.product-grid .showcase:hover {
  box-shadow: 0 0 10px hsla(0, 0%, 0%, 0.1);
}
.product-grid .showcase:hover .showcase-actions {
  transform: translateX(0);
}

.product-grid .showcase-banner {
  position: relative;
}

.product-grid .showcase-banner img {
  width: 100%;
}

.product-grid .product-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition-timing);
}

.product-grid .product-img.default {
  position: relative;
  z-index: 1;
}

.product-grid .product-img.hover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
}

.product-grid .showcase:hover .product-img.hover {
  opacity: 1;
}
.product-grid .showcase:hover .product-img.default {
  opacity: 0;
}
.product-grid .showcase:hover .product-img {
  /*transform: scale(1.1);*/
}

.product-grid .showcase-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: var(--ocean-green);
  font-size: var(--fs-8);
  font-weight: var(--weight-500);
  color: var(--white);
  padding: 0 8px;
  border-radius: var(--border-radius-small);
  z-index: 3;
}

.product-grid .showcase-badge.angle {
  left: -29px;
  transform: rotate(-45deg);
  font-size: 20px;
  padding: 1px 40px;
}

.product-grid .showcase-badge.black {
  background: var(--eerie-black);
}
.product-grid .showcase-badge.pink {
  background: var(--salmon-pink);
}

.product-grid .showcase-actions {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  transform: translateX(50px);
  transition: var(--transition-timing);
  z-index: 3;
}

.product-grid .btn-action {
  background: var(--white);
  color: var(--sonic-silver);
  margin-bottom: 5px;
  border: 1px solid var(--cultured);
  padding: 5px;
  border-radius: var(--border-radius-small);
  transition: var(--transition-timing);
}

.product-grid .btn-action:hover {
  background: var(--eerie-black);
  color: var(--white);
  border-color: var(--eerie-black);
}

.product-grid .showcase-content {
  padding: 15px 20px 0;
}

.product-grid .showcase-category {
  color: var(--salmon-pink);
  font-size: var(--fs-9);
  font-weight: var(--weight-500);
  text-transform: uppercase;
  margin-bottom: 10px;
}

.product-grid .showcase-title {
  color: var(--sonic-silver);
  font-size: var(--fs-8);
  font-weight: var(--weight-300);
  text-transform: capitalize;
  letter-spacing: 1px;
  margin-bottom: 10px;
  transition: var(--transition-timing);
}

.product-grid .showcase-title:hover {
  color: var(--eerie-black);
}

.product-grid .showcase-rating {
  display: flex;
  color: var(--sandy-brown);
  margin-bottom: 10px;
}

.product-grid .price-box {
  display: flex;
  gap: 10px;
  font-size: var(--fs-7);
  color: var(--eerie-black);
  margin-bottom: 10px;
}

.product-grid .price {
  font-weight: var(--weight-700);
}
.product-grid del {
  color: var(--sonic-silver);
}

/*Games Single Secction Starts Here*/
.games-single-item .games-thumb {
    margin-bottom: 44px;
}

.games-single-item .games-thumb img {
    width: 100%;
}

.games-single-item .games-thumb .meta-post {
    justify-content: space-between;
    align-items: center;
    padding: 35px 0 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.102);
}

.games-single-item .games-thumb .meta-post .meta-auth {
    align-items: center;
    margin-bottom: 10px;
}

.games-single-item .games-thumb .meta-post .meta-auth .thumb {
    width: 90px;
}

.games-single-item .games-thumb .meta-post .meta-auth .content {
    width: calc(100% - 90px);
    padding-left: 25px;
}

.games-single-item .games-thumb .meta-post .meta-auth .content .subtitle {
    margin: 0;
    text-transform: uppercase;
}

.games-single-item .games-thumb .meta-post .meta-auth .content span {
    margin-right: 5px;
}

.games-single-item .games-thumb .meta-post .meta-auth .content i {
    margin-left: 5px;
    color: #02c4f2;
}

@media (max-width: 575px) {
    .games-single-item .games-thumb .meta-post .meta-auth .thumb {
        width: 60px;
    }

    .games-single-item .games-thumb .meta-post .meta-auth .content {
        width: calc(100% - 60px);
        padding-left: 15px;
    }
}

.games-single-item .games-thumb .meta-post .custom-button {
    margin-bottom: 10px;
}

.games-single-item .games-tab .details-img {
    width: 100%;
}

@media (max-width: 991px) {
    .games-single-item .games-tab .details-img {
        margin-bottom: 40px;
    }
}

.games-single-item .games-tab .title {
    text-transform: capitalize;
    margin: 0;
    font-weight: 600;
}

.games-single-item .games-tab .info {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}

.games-single-item .games-tab .ratings {
    margin-bottom: 40px;
}

.games-single-item .games-tab p {
    margin-bottom: 52px;
}

.games-single-item .games-tab .mommodo-list {
    margin-top: -10px;
}

@media (max-width: 991px) {
    .games-single-item .games-thumb {
        margin-bottom: 20px;
    }

    .games-single-item .games-thumb .meta-post {
        padding: 25px 0 15px;
    }

    .games-single-item .games-tab p {
        margin-bottom: 30px;
    }

    .games-single-item .games-tab .mommodo-list {
        margin-top: -5px;
    }

    .games-single-item .games-tab .mommodo-list li {
        margin-bottom: 10px;
    }

    .games-single-item .games-tab .mommodo-list li:last-child {
        margin-bottom: 0;
    }

    .games-single-item .games-tab .ratings {
        margin-bottom: 25px;
    }
}

.games-tab .nav-tabs {
    border: none;
    margin-bottom: 40px;
}

.games-tab .nav-tabs li a {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    font-family: "Exo", sans-serif;
    display: inline-flex;
    align-items: center;
}

.games-tab .nav-tabs li a::after {
    content: "";
    width: 7px;
    height: 7px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    display: inline-block;
    margin: 0 15px;
}

.games-tab .nav-tabs li a.active {
    color: #02c4f2;
}

.games-tab .nav-tabs li:last-child a::after {
    display: none;
}

@media (max-width: 991px) {
    .games-tab .nav-tabs {
        margin-bottom: 30px;
    }

    .games-tab .nav-tabs li {
        padding: 0;
    }

    .games-tab .nav-tabs li a {
        font-size: 16px;
    }
}

/*Contact Section Starts Here*/
.contact-thumb {
    text-align: center;
}

.contact-thumb img {
    max-width: 90%;
}

.contact-thumb .thumb-bottom {
    padding: 55px 15px 52px;
    background: #070340;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .contact-thumb .thumb-bottom {
        margin-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .contact-thumb .thumb-bottom {
        margin-bottom: 50px;
    }
}

.contact-thumb .thumb-bottom .title {
    margin: 0;
    margin-bottom: 15px;
    line-height: 1;
}

.contact-thumb .thumb-bottom a {
    font-size: 28px;
    line-height: 1;
    color: #02c4f2;
}

@media (min-width: 1200px) {
    .contact-thumb .thumb-bottom a,
      .contact-thumb .thumb-bottom .title {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .contact-thumb .thumb-bottom {
        padding: 40px 15px;
    }
}

.privacy-wrapper .item {
    margin-bottom: 70px;
}

.privacy-wrapper .item img {
    width: 100%;
    margin-bottom: 35px;
}

.privacy-wrapper .item img:last-child {
    margin-bottom: 0;
}

.privacy-wrapper .item .title {
    margin-bottom: 27px;
}

.privacy-wrapper .item p {
    margin-bottom: 28px;
}

@media (max-width: 991px) {
    .privacy-wrapper .item {
        margin-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .privacy-wrapper .item {
        margin-bottom: 50px;
    }
}

.privacy-wrapper .item:last-child {
    margin-bottom: 0;
}

.category-list .category-item {
    padding: 0;
    background: var(--newbgcolor);
    margin-bottom: 2px;
}

.category-list .category-item:last-child {
    margin-bottom: 0;
}

.category-list .category-item > a {
    justify-content: space-between;
    padding: 15px 20px;
    color: #ffffff;
    text-transform: capitalize;
}

.category-list .category-item > a .amount::before {
    content: "(";
}

.category-list .category-item > a .amount::after {
    content: ")";
}

.category-list .category-item ul {
    padding: 10px 20px;
    display: none;
}

.category-list .category-item ul li a {
    position: relative;
    padding-left: 15px;
    color: rgba(255, 255, 255, 0.9);
}

.category-list .category-item ul li a::after {
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(30, 237, 147, 0.5);
    top: 12px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    left: 0;
}

.category-list .category-item ul li a:hover {
    color: #1eed93;
}

.category-list .category-item ul li a:hover::after {
    background: #1eed93;
}

.category-list .category-item.active ul {
    display: block;
}

.category-list .category-item.open .category-title {
    color: #ffffff;
    background: var(--mainColor3);
}

.widget {
    margin-bottom: 40px;
}

@media (min-width: 992px) {
    .widget {
        margin-bottom: 60px;
    }
}

.widget:last-child {
    margin-bottom: 0;
}

.widget.widget-banner {
    background: #070340;
    text-align: center;
    padding: 50px 15px;
}

.widget.widget-banner .title {
    margin-bottom: 10px;
    font-weight: 600;
}

.widget.widget-banner span {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.widget.widget-banner a {
    font-weight: 600;
    color: #ffffff;
    font-size: 18px;
}

aside {
    position: sticky;
    top: 100px;
}

/*Error Section Starts Here*/
.error-section {
    min-height: 100vh;
    align-items: center;
    justify-content: center;
}

.error-content {
    text-align: center;
}

.error-content .error-thumb {
    margin: 0 auto 50px;
}

.error-content .error-thumb img {
    max-width: 100%;
}

.error-content .subtitle {
    letter-spacing: 4px;
    font-weight: 300;
    font-size: 40px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    .error-content .error-thumb {
        max-width: 450px;
    }

    .error-content .subtitle {
        font-size: 30px;
        line-height: 1.4;
    }

    .error-content .custom-button {
        font-weight: 500;
    }
}

/*Account Section Starts Here*/
.account-wrapper{
    background-color: var(--newbgcolor);
    border:1.702px solid var(--mainColor4);
    box-shadow: 13px 13px 20px rgba(237, 15, 26, 0.2);
    clip-path: polygon(92% 0, 100% 20%, 100% 43%, 100% 100%, 68% 100%, 7% 100%, 0 82%, 0% 45%, 0 0);
}
.account-wrapper .newslatter-area {
    width: 455px;
    text-align: center;
    padding: 60px;
    justify-content: center;
    flex-direction: column;
}

.account-wrapper .newslatter-area .title {
    text-transform: uppercase;
    margin-bottom: 10px;
    width: 100%;
}

@media (max-width: 575px) {
    .account-wrapper .newslatter-area {
        padding: 60px 15px;
    }
}

.account-wrapper .account-area {
    width: calc(100% - 455px);
}

@media (max-width: 1199px) {
    .account-wrapper .account-area {
        width: calc(100% - 350px);
        padding: 120px 30px;
    }

    .account-wrapper .newslatter-area {
        width: 350px;
        padding: 50px 30px;
    }
}

@media (max-width: 991px) {
    .account-wrapper .account-area,
  .account-wrapper .newslatter-area {
        width: 100%;
    }

    .account-wrapper .account-area {
        padding: 90px 30px;
    }
}

@media (max-width: 767px) {
    .account-wrapper .newslatter-area {
        padding: 60px 30px;
    }

    .account-wrapper .account-area {
        padding: 40px 30px;
    }
}

@media (max-width: 575px) {
    .account-wrapper .newslatter-area {
        padding: 40px 15px;
    }

    .account-wrapper .account-area {
        padding: 40px 15px;
    }
}


.subscribe-form {
    position: relative;
    width: 100%;
}

.subscribe-form input {
    height: 57px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0 90px 0 20px;
    background: #ffffff;
    border: none;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    background: -webkit-linear-gradient(94deg, #f30101 24%, #d14913 56%, #af2424 100%);
    color: #ffffff;
    font-size: 24px;
    height: 57px;
    border: none;
    outline: none;
}

.account-area {
    padding: 140px 60px;
}

.account-area .title {
    margin: 0;
    text-transform: capitalize;
    margin-bottom: 20px;
    line-height: 1.3;
}

.account-area .title span {
    color: var(--mainColor3);
}

@media (min-width: 768px) {
    .account-area .title {
        margin-bottom: 40px;
    }
}

.account-section::after {
    background: rgb(28 28 28 / 80%);
}

.account-form-group {
    margin-bottom: 30px;
}

.account-form-group input {
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.102);
    height: 50px;
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #ffffff;
    padding: 0;
}

.account-form-group input::placeholder {
    color: rgba(255, 255, 255, 0.9);
}

.account-form-group input:focus {
    padding: 0 20px;
}

.account-form-group button {
    margin-top: 20px;
}

.account-check-group {
    align-items: center;
    margin-bottom: 10px;
}

.account-check-group input {
    width: 16px;
    height: 16px;
    background: transparent;
}

.account-check-group label {
    width: calc(100% - 20px);
    padding-left: 20px;
    margin: 0;
}

.account-check-group a {
    color: #0f6ded;
    text-decoration: underline;
    margin-left: 8px;
}

@keyframes scaleIn2 {
    from {
        -webkit-transform: scale(0.35);
        -ms-transform: scale(0.35);
        transform: scale(0.35);
        opacity: .15;
    }

    to {
        -webkit-transform: scale(3.5);
        -ms-transform: scale(3.5);
        transform: scale(3.5);
        opacity: 0;
    }
}

@-webkit-keyframes scaleIn2 {
    from {
        -webkit-transform: scale(0.35);
        -ms-transform: scale(0.35);
        transform: scale(0.35);
        opacity: .15;
    }

    to {
        -webkit-transform: scale(3.5);
        -ms-transform: scale(3.5);
        transform: scale(3.5);
        opacity: 0;
    }
}

/*================================================
Modal Area CSS
=================================================*/
.modal .modal-content {
  position: relative;
  max-width: 350px;
  background: #07051d;
  border-radius: 10px;
  overflow: hidden;
  z-index: 2;
  top: 100px;
  animation: scaleUp 0.5s ease-in-out 5s forwards;
}
.modal .modal-content .modal-header {
  border: 1px solid #963d3d;
}
.modal .modal-content .modal-body {
  
}
.modal .modal-content .modal-footer {
  background: #222325;
  border: 1px solid #363636;
}

.modals {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: hsla(0, 0%, 0%, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 10;
  animation: popup 1s ease-in-out 1s forwards;
}

@keyframes popup {
  0% {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  100% {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}

.modals.closed {
  display: none;
}

.modals-close-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.newsletter-img {
  display: none;
}

.modals-content {
  position: relative;
  max-width: 350px;
  margin: 20px;
  background: var(--eerie-black);
  border-radius: 10px;
  overflow: hidden;
  z-index: 2;
  animation: scaleUp 0.5s ease-in-out 5s forwards;
}


@keyframes scaleUp {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

.modal-close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background: var(--salmon-pink);
  color: var(--white);
  font-size: 16px;
  padding: 5px;
  border-radius: var(--border-radius-small);
}

.modal-close-btn:hover {
  opacity: 0.9;
}
.modal-close-btn ion-icon {
  --ionicon-stroke-width: 70px;
}

.notice {
  padding: 50px 30px;
  text-align: center;
}

.notice-header {
  margin-bottom: 20px;
}

.notice-title {
  color: var(--onyx);
  font-size: var(--fs-3);
  font-weight: var(--weight-600);
  margin-bottom: 10px;
}

.notice-desc {
  color: var(--sonic-silver);
  font-size: var(--fs-7);
  line-height: 1.6;
}

.notice-header p {
  margin-top: -15px;
}

.email-field {
  font-size: var(--fs-7);
  padding: 8px 16px;
  border-radius: var(--border-radius-small);
  border: 1px solid var(--cultured);
  margin-bottom: 16px;
}

.btn-notice {
  background: var(--eerie-black);
  color: var(--white);
  font-size: var(--fs-7);
  font-weight: var(--weight-600);
  text-transform: uppercase;
  padding: 10px 15px;
  border-radius: var(--border-radius-small);
  margin: auto;
  transition: var(--transition-timing);
}

.btn-notice:hover {
  background: var(--salmon-pink);
}

.notification-toast {
  position: fixed;
  bottom: 80px;
  left: 20px;
  right: 20px;
  background: var(--newbgcolor);
  border: 1.702px solid var(--mainColor4);
  clip-path: polygon(92% 0, 100% 20%, 100% 43%, 100% 100%, 68% 100%, 7% 100%, 0 82%, 0% 45%, 0 0);
  max-width: 300px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 15px;
  border-radius: 4px;
  box-shadow: 0 5px 20px hsla(0, 0%, 0%, 0.15);
  transform: translateX(calc(-100% - 40px));
  transition: 0.5s ease-in-out;
  z-index: 5;
  animation: slideInOut 5s ease-in-out infinite;
}

@keyframes slideInOut {
  0%,
  45%,
  100% {
    transform: translateX(calc(-100% - 40px));
    opacity: 0;
    visibility: hidden;
  }

  50%,
  95% {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
}

.notification-toast img {
  display: block;
}

.notification-toast.closed {
  display: none;
}

.toast-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  color: var(--sonic-silver);
}

.toast-close-btn ion-icon {
  --ionicon-stroke-wifth: 50px;
}

.toast-banner {
  width: 70px;
  height: 70px;
  border-radius: var(--border-radius-small);
}

.toast-banner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.toast-detail {
  width: calc(100% - 80px);
  padding-right: 10px;
}

.toast-message {
  font-size: var(--fs-10);
  margin-bottom: 8px;
}

.toast-title {
  font-size: var(--fs-7);
  font-weight: var(--weight-500);
  color: var(--onyx);
}

.toast-meta {
  font-size: var(--fs-10);
  color: var(--sonic-silver);
}

@media (min-width: 768px) {
  :root {
    --fs-1: 2.375rem;
  }

  .modals-content {
    display: flex;
    align-items: center;
    max-width: 750px;
    width: fit-content;
  }

  .notice-img {
    display: block;
  }

  .notice {
    text-align: left;
  }
}

@media (max-width: 1024px) {
    .modals-content .notice-img img {
    height:0;
  }
}
/*================================================
Blog Area CSS
=================================================*/
.blog-section{
  /*background-image: url(../img/banner/background-4.png);*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.section-content h2{
  font-size: 48px;
  font-weight: 800;
}

.section-content p {
  margin-bottom: 45px;
  font-size: 17px;
}

.blog-content {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.blog-content .blog-date h4 {
  font-size: 20px;
}

.blog-content .blog-title h2 {
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 20px;
}

.blog-content .blog-btn a {
  font-weight: 500;
}

.blog-section-2 .blog-content-2 {
  margin-bottom: 50px;
}

.blog-section-2 .blog-content-2 h2 {
  font-size: 55px;
  color: var(--whiteColor);
  margin-bottom: 20px;
}

.blog-section-2 .blog-content-2 p{
  font-size: 17px;
  color: var(--paragraphColorSecond);
}

.blog-section-2 .blog-content-btn{
  text-align: end;
}
.blog-section-2 .blog-content-btn .default-btn{
  background: var(--mainColor4);
}

.blog-section-2 .row .col-xl-4:last-child .blog-card.grid{
  margin-bottom: 0px;
}

.blog-card {
    margin-bottom: 35px;
}

.blog-card .blog-info h3 a {
    font-size: 22px;
}

.blog-card .blog-info .btn-link {
    font-size: 16px;
}

.blog-card .blog-img .blog-metainfo li {
    margin-right: 15px;
    font-size: 14px;
}

.blog-card .blog-metainfo li i, .blog-card .blog-metainfo li a {
    font-size: 14px;
}

.blog-card .blog-img {
  margin-bottom: 22px;
  position: relative;
}

.blog-card .blog-img .blog-metainfo {
  background-color: #0e051e75;
  display: inline-flex;
  position: absolute;
  right: 0;
  bottom: 10px;
  padding: 0px 5px;
  backdrop-filter: blur(6.5px);
}

.blog-card .blog-img .blog-metainfo li {
  margin-right: 15px;
}

.blog-card.blog-img .blog-metainfo li:last-child {
  margin-right: 0;
}

.blog-card:hover .blog-img .blog-metainfo {
  background-color: var(--DarkBg);
}

.blog-card .blog-info {
  text-align:center;
}

.blog-pagi .pagination {
  margin-bottom: 0;
  margin-top: 30px;
}

.blog-pagi .pagination .page-link {
  background-color: transparent !important;
  padding: 10px 18px;
  margin-right: 8px;
  color: var(--whiteColor);
  border-color: #1A243D;
  font-size: 18px;
  transition: var(--transition);
}

.blog-pagi .pagination .page-link.active{
  background: var(--gridColor) !important;
}

.blog-pagi .pagination .page-link:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--gridColor);
  opacity: 0;
  transition: all 300ms ease;
  z-index: -1;
}

.blog-pagi .pagination .page-link:hover:before {
  opacity: 1;
}

.latest-summury {
        padding: 60px 0;
}
.latest-summury .game-menu {
    margin-right: 0;
    margin-bottom: 40px;
}
.latest-summury .all-bets {
    margin-left: 0;
}
.latest-summury .all-bets .single-result .part-top .part-info span.game {
    width: 160px;
}


.post-item {
    background: var(--eerie-black);
    clip-path: polygon(92% 0, 100% 20%, 100% 43%, 100% 100%, 68% 100%, 7% 100%, 0 82%, 0% 45%, 0 0);
    border: 1.702px solid var(--mainColor4);
    margin-bottom: 30px;
}

.post-item .post-content {
    padding: 30px;
}

.post-item .post-content .title {
    text-transform: uppercase;
    font-weight: 600;
}

@media (min-width: 576px) {
    .post-item .post-content .title {
        font-size: 20px;
    }
}

.post-item .post-content .meta-post {
    justify-content: space-between;
    margin-bottom: 20px;
}

.post-item .post-content .meta-post a {
    color: rgba(255, 255, 255, 0.9);
}

.post-item .post-content .meta-post a:hover {
    color: #02c4f2;
}

@media screen and (max-width: 400px) {
    .post-item .post-content {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.post-item:hover .post-thumb img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.post-thumb {
    overflow: hidden;
}

.post-thumb a {
    display: block;
}

.post-thumb img {
    width: 100%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

/*Blog Section Two Starts Here*/
.post-item-2 {
    margin: 0 auto 30px;
}

.post-item-2 .post-thumb {
    overflow: hidden;
}

.post-item-2 .post-thumb a {
    display: block;
}

.post-item-2 .post-thumb img {
    width: 100%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.post-item-2 .post-content {
    text-align: center;
}

.post-item-2 .post-content .post-header {
    padding: 20px;
    background: #09044d;
}

.post-item-2 .post-content .post-header .meta-post {
    justify-content: space-between;
    margin-bottom: 7px;
}

.post-item-2 .post-content .post-header .meta-post a {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 14px;
}

.post-item-2 .post-content .post-header .title {
    text-transform: uppercase;
}

.post-item-2 .post-content .post-header .title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-item-2 .post-content .post-body {
    padding: 40px 30px;
    background: #070340;
}

@media screen and (max-width: 399px) {
    .post-item-2 .post-content .post-body {
        padding: 30px 15px;
    }

    .post-item-2 .post-content .post-header {
        padding: 30px 15px;
    }
}

.post-item-2:hover .post-thumb a img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/*Blog Section Three Starts Here*/
.blog-item {
    margin-bottom: 65px;
}

.blog-item .blog-thumb {
    overflow: hidden;
}

.blog-item .blog-thumb a {
    display: block;
}

.blog-item .blog-thumb img {
    width: 100%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.blog-item:hover .blog-thumb a img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.blog-item .blog-content {
    text-align: center;
    padding: 60px 15px;
    background: var(--newbgcolor);
}

.blog-item .blog-content .content {
    max-width: 805px;
    margin: 0 auto;
}

.blog-item .blog-content .meta-post {
    display: inline-flex;
    flex-wrap: wrap;
    padding: 17px 15px;
    background: #09044d;
    margin-bottom: 25px;
}

.blog-item .blog-content .meta-post a {
    padding: 0 15px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
}

.blog-item .blog-content .meta-post a:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.blog-item .blog-content .title {
    text-transform: uppercase;
    margin-bottom: 40px;
}

.blog-item .blog-content p {
    margin-bottom: 34px;
}

.blog-item .blog-content .custom-button {
    background: #09044d;
    color: #02c4f2;
    line-height: 60px;
}

.blog-item .blog-content .custom-button:hover {
    background: #02c4f2;
    color: #ffffff;
}

@media (max-width: 575px) {
    .blog-item {
        margin-bottom: 40px;
    }

    .blog-item .blog-content {
        padding: 30px 15px 40px;
    }

    .blog-item .blog-content .title {
        margin-bottom: 30px;
    }

    .blog-item .blog-content p {
        margin-bottom: 30px;
    }

    .blog-item .blog-content .meta-post {
        margin-left: -15px;
        margin-right: -15px;
        font-size: 14px;
        padding: 10px 0;
        align-items: center;
        width: 100%;
    }

    .blog-item .blog-content .meta-post a {
        width: 50%;
        line-height: 1.3;
        padding: 0 10px;
    }

    .blog-item .blog-content .custom-button {
        font-size: 16px;
        padding: 0 20px;
        line-height: 45px;
    }
}

.shoppush-popchat,
.shoppush-popchat input,
.shoppush-popchat button {
    font-family: "Verdana", sans-serif;
}

.shoppush-popchat #fb-root {
    display: none !important;
}

.shoppush-popchat * {
    transition: all 0.1s ease-out;
}

.shoppush-popchat .buzz {
    animation: buzz .6s linear;
}

.shoppush-popchat .sprt {
    background: url("https://plugins.soclminer.com.br/v3/sdk/channels/assets/img/sprt.png") no-repeat 0 0;
    background-size: 53px;
}

.shoppush-popchat .hide {
    display: none !important;
}

.shoppush-popchat .just-mobile {
    display: none !important;
}

.shoppush-popchat .brand {
    position: relative;
    inline-size: 80px;
    block-size: 80px;
    border-radius: 50%;
}

    .shoppush-popchat .brand > span,
    .shoppush-popchat .brand > img {
        position: absolute;
        display: block;
    }

.shoppush-popchat .brand__al {
    background-color: #e60000;
    inset-block-start: 0;
    inset-inline-end: 0;
    inline-size: 20px;
    block-size: 20px;
    border-radius: 50%;
    z-index: 2;
    line-height: 20px;
    text-align: center;
    color: #f2f2f2;
    font-size: 12px;
    font-weight: bold;
}

.shoppush-popchat .brand__ty {
    inset-block-start: -21px;
    inset-inline-start: -24px;
    inline-size: 50px;
    padding-block-start: 20px;
    padding-inline-end: 0;
    padding-block-end: 0;
    padding-inline-start: 11px;
    z-index: 2;
    font-size: 0;
    animation: fakeType 0.5s ease-in-out;
}

    .shoppush-popchat .brand__ty i {
        background-color: #1a1a1a !important;
        display: inline-block;
        inline-size: 6px;
        block-size: 6px;
        margin: 0 2px;
        border-radius: 50%;
    }

        .shoppush-popchat .brand__ty i:nth-child(1) {
            animation: loadingFakeType 1s infinite;
        }

        .shoppush-popchat .brand__ty i:nth-child(2) {
            animation: loadingFakeType 1s infinite;
            animation-delay: .1s;
        }

        .shoppush-popchat .brand__ty i:nth-child(3) {
            animation: loadingFakeType 1s infinite;
            animation-delay: .2s;
        }

.shoppush-popchat .by {
    position: absolute;
    inset-block-end: -22px;
    inset-inline-end: 25px;
    line-height: 20px;
    text-align: end;
    font-size: 12px;
}

    .shoppush-popchat .by a,
    .shoppush-popchat .by a:hover,
    .shoppush-popchat .by a:visited {
        color: inherit;
    }

.shoppush-popchat .btn {
    display: inline-block;
    padding: 30px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

.shoppush-popchat > div.plg {
    inline-size: 80px;
    block-size: 80px;
    border-radius: 50%;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.75);
    position: fixed;
    inset-block-start: 150px;
    inset-inline-end: 10px;
    cursor: pointer;
    animation: wobble 0.8s ease-in-out;
}

    .shoppush-popchat > div.plg.dark h1,
    .shoppush-popchat > div.plg.dark p {
        color: #1a1a1a !important;
    }

    .shoppush-popchat > div.plg.dark .close__icon:after,
    .shoppush-popchat > div.plg.dark .close__icon:before {
        background-color: #1a1a1a !important;
    }

    .shoppush-popchat > div.plg > div {
        position: relative;
        float: inline-start;
        block-size: 80px;
    }

    .shoppush-popchat > div.plg .not {
        display: none;
        inline-size: 310px;
        margin-inline-start: 15px;
    }

        .shoppush-popchat > div.plg .not h1,
        .shoppush-popchat > div.plg .not p {
            color: #f2f2f2;
        }

        .shoppush-popchat > div.plg .not h1 {
            font-size: 16px;
            font-weight: bold;
            margin-block-end: 5px;
        }

        .shoppush-popchat > div.plg .not p {
            font-size: 14px;
            font-weight: regular;
        }

    .shoppush-popchat > div.plg .close {
        display: none;
        inline-size: 45px;
        margin-inline-start: 10px;
    }

    .shoppush-popchat > div.plg .close__icon {
        position: relative;
        display: block;
        inline-size: 15px;
        block-size: 15px;
        margin: 0 auto;
        padding: 14px;
        border-radius: 50%;
    }

        .shoppush-popchat > div.plg .close__icon:hover,
        .shoppush-popchat > div.plg .close__icon:active {
            background-color: rgba(0, 0, 0, 0.07);
        }

        .shoppush-popchat > div.plg .close__icon:after,
        .shoppush-popchat > div.plg .close__icon:before {
            content: "";
            position: absolute;
            inset-block-start: 20px;
            inset-inline-end: 13px;
            display: block;
            inline-size: 18px;
            block-size: 4px;
            border-radius: 2px;
            background-color: #fff;
        }

        .shoppush-popchat > div.plg .close__icon:after {
            transform: rotate(45deg);
        }

        .shoppush-popchat > div.plg .close__icon:before {
            transform: rotate(-45deg);
        }

    .shoppush-popchat > div.plg .by {
        display: none;
        color: #fff;
        text-shadow: 0 0 3px #000;
    }

    .shoppush-popchat > div.plg.open {
        inset-block-start: 150px;
        inline-size: 460px;
        block-size: calc(10%)
        padding: 10px;
        border-radius: 10px;
        box-shadow: 0 0 14px rgba(0, 0, 0, 0.35);
    }

        .shoppush-popchat > div.plg.open .brand {
            animation: textIn 0.6s ease-in-out;
        }

        .shoppush-popchat > div.plg.open .brand__al,
        .shoppush-popchat > div.plg.open .brand__ty {
            display: none;
        }

        .shoppush-popchat > div.plg.open .not,
        .shoppush-popchat > div.plg.open .close {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
        }

        .shoppush-popchat > div.plg.open .not {
            animation: textIn 0.5s ease-out;
        }

        .shoppush-popchat > div.plg.open .by {
            display: block;
        }

    .shoppush-popchat > div.plg.left {
        inset-inline-end: initial;
        inset-inline-start: 10px;
    }

        .shoppush-popchat > div.plg.left > div {
            float: inline-end;
        }

        .shoppush-popchat > div.plg.left .brand__ty {
            transform: scaleX(-1);
            inset-inline-start: initial;
            inset-inline-end: -24px;
        }

            .shoppush-popchat > div.plg.left .brand__ty i:nth-child(1) {
                animation-delay: .2s;
            }

            .shoppush-popchat > div.plg.left .brand__ty i:nth-child(2) {
                animation-delay: .1s;
            }

            .shoppush-popchat > div.plg.left .brand__ty i:nth-child(3) {
                animation-delay: 0s;
            }

        .shoppush-popchat > div.plg.left .close {
            margin-inline-start: 0;
            margin-inline-end: 10px;
        }

        .shoppush-popchat > div.plg.left .by {
            inset-inline-end: initial;
            inset-inline-start: 25px;
        }

.shoppush-popchat {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-items: stretch;
}

    .shoppush-popchat .btn {
        color: #f2f2f2 !important;
    }

        .shoppush-popchat .btn.dark {
            color: #1a1a1a !important;
        }

    .shoppush-popchat.dark .btn {
        color: #1a1a1a !important;
    }

    .shoppush-popchat > div {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        position: relative;
    }

    .shoppush-popchat .pop-box {
        inline-size: 39%;
    }

        .shoppush-popchat .pop-box > img {
            display: block;
            margin: 0 auto;
        }

        .shoppush-popchat .pop-box .brand {
            position: absolute;
            inset-block-start: calc(10%);
            inset-inline-end: -40px;
        }

    .shoppush-popchat .pop-text {
        flex: 1;
    }

        .shoppush-popchat .pop-text > div {
            inline-size: 100%;
            padding: 0 65px;
            text-align: center;
            color: #1a1a1a;
        }

            .shoppush-popchat .pop-text > div h1 {
                margin-block-start: 15px;
                margin-block-end: 25px;
                font-size: 24px;
            }

            .shoppush-popchat .pop-text > div p {
                font-size: 18px;
                margin-block-end: 15px;
            }

                .shoppush-popchat .pop-text > div p.small {
                    font-size: 14px;
                }

            .shoppush-popchat .pop-text > div .form {
                inline-size: 100%;
                margin: 30px 0;
                font-size: 0;
            }

                .shoppush-popchat .pop-text > div .form > input,
                .shoppush-popchat .pop-text > div .form > label {
                    display: inline;
                    block-size: 40px;
                    margin: 0 1%;
                    line-height: 40px;
                    vertical-align: middle;
                    font-size: 15px;
                }

                .shoppush-popchat .pop-text > div .form > input {
                    block-size: 40px;
                    padding: 0 3%;
                    line-height: 40px;
                    border: 1px solid #1a1a1a;
                    border-radius: 5px;
                }

                    .shoppush-popchat .pop-text > div .form > input.name {
                        inline-size: 130px;
                    }

                    .shoppush-popchat .pop-text > div .form > input.email {
                        inline-size: 200px;
                    }

                .shoppush-popchat .pop-text > div .form > button {
                    margin-block-start: 20px;
                }

        .shoppush-popchat .pop-text .by {
            inset-inline-end: 0;
            inset-block-end: 10px;
            inline-size: 100%;
            font-size: 14px;
            text-align: center;
            color: #939393;
        }

            .shoppush-popchat .pop-text .by a {
                text-decoration: underline;
            }

    .shoppush-popchat.stp0 .pop-box .brand,
    .shoppush-popchat.stp0 .s1,
    .shoppush-popchat.stp0 .s2,
    .shoppush-popchat.stp0 .s3,
    .shoppush-popchat.stp0 .s4 {
        display: none;
    }

    .shoppush-popchat.stp0 .pop-box {
        inline-size: 100%;
        block-size: 100%;
    }

        .shoppush-popchat.stp0 .pop-box > img {
            display: block;
        }

    .shoppush-popchat.stp1 .s2,
    .shoppush-popchat.stp1 .s3,
    .shoppush-popchat.stp1 .s4 {
        display: none;
    }

    .shoppush-popchat.stp2 .pop-box > img,
    .shoppush-popchat.stp2 .s1,
    .shoppush-popchat.stp2 .s3,
    .shoppush-popchat.stp2 .s4 {
        display: none;
    }

    .shoppush-popchat.stp3 .pop-box {
        inline-size: 20%;
    }

        .shoppush-popchat.stp3 .pop-box > img,
        .shoppush-popchat.stp3 .s1,
        .shoppush-popchat.stp3 .s2,
        .shoppush-popchat.stp3 .s4 {
            display: none;
        }

    .shoppush-popchat.stp4 .pop-box {
        inline-size: 25%;
    }

        .shoppush-popchat.stp4 .pop-box > img,
        .shoppush-popchat.stp4 .s1,
        .shoppush-popchat.stp4 .s2,
        .shoppush-popchat.stp4 .s3 {
            display: none;
        }

@keyframes fakeType {
    0% {
        opacity: 0;
        margin-block-start: 8px;
    }

    70% {
        opacity: 1;
        margin-block-start: -4px;
    }

    100% {
        opacity: 1;
        margin-block-start: 0;
    }
}

@keyframes loadingFakeType {
    0%, 100% {
        opacity: 0;
        transform: translateY(-3px);
    }

    50% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes textIn {
    0% {
        opacity: 0;
        transform: translateX(-16px);
    }

    70% {
        transform: translateX(4px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes buzz {
    10% {
        transform: translateX(3px) rotate(2deg);
    }

    20% {
        transform: translateX(-3px) rotate(-2deg);
    }

    30% {
        transform: translateX(3px) rotate(2deg);
    }

    40% {
        transform: translateX(-3px) rotate(-2deg);
    }

    50% {
        transform: translateX(2px) rotate(1deg);
    }

    60% {
        transform: translateX(-2px) rotate(-1deg);
    }

    70% {
        transform: translateX(2px) rotate(1deg);
    }

    80% {
        transform: translateX(-2px) rotate(-1deg);
    }

    90% {
        transform: translateX(1px) rotate(0);
    }

    100% {
        transform: translateX(-1px) rotate(0);
    }
}

@keyframes wobble {
    0% {
        transform: translateX(16px);
        opacity: 0;
    }

    16.65% {
        transform: translateX(-8px);
    }

    33.3% {
        transform: translateX(6px);
    }

    49.95% {
        transform: translateX(-4px);
        opacity: 1;
    }

    66.6% {
        transform: translateX(2px);
    }

    83.25% {
        transform: translateX(-1px);
    }

    100% {
        transform: translateX(0);
    }
}

@media only screen and (max-device-width: 1080px) {
    #sm-onsite {
        inset-inline-end: 1% !important;
        inset-block-end: 10% !important;
    }

        #sm-onsite.socl-open {
            inline-size: 98% !important;
        }

            #sm-onsite.socl-open iframe.socl-iframe {
                inline-size: 100% !important;
                block-size: 275px !important;
            }

        #sm-onsite.socl-left {
            inset-inline-start: 1% !important;
        }

        #sm-onsite.open {
            inline-size: 98% !important;
        }

            #sm-onsite.open iframe {
                inline-size: 100% !important;
                block-size: 275px !important;
            }

        #sm-onsite.left {
            inset-inline-start: 1% !important;
        }

    .shoppush-popchat .sprt {
        background-size: 42.4px;
    }

    .shoppush-popchat .brand {
        inline-size: 64px;
        block-size: 64px;
    }

    .shoppush-popchat .brand__al {
        inline-size: 16px;
        block-size: 16px;
        line-height: 16px;
        font-size: 10px;
    }

    .shoppush-popchat .brand__ty {
        inset-block-start: -16.8px;
        inset-inline-start: -19.2px;
        padding-block-start: 16px;
        padding-inline-start: 8.8px;
    }

        .shoppush-popchat .brand__ty i {
            inline-size: 5px;
            block-size: 5px;
            margin: 0 2px 0 1px;
        }

    .shoppush-popchat .btn {
        padding: 25px;
        font-size: 12px;
    }

        .shoppush-popchat > div.plg > div {
            block-size: 64px;
        }

        .shoppush-popchat > div.plg.open {
            inline-size: calc(60%);
            block-size: calc(25%);
            padding: 10px;
            border-radius: 10px;
        }

            .shoppush-popchat > div.plg.open .brand {
                position: absolute;
                inset-block-start: -32px;
                inset-inline-start: calc(18%);
            }

            .shoppush-popchat > div.plg.open .not,
            .shoppush-popchat > div.plg.open .close {
                margin: 28px 0 7px;
            }

            .shoppush-popchat > div.plg.open .not {
                inline-size: 68%;
                block-size: initial;
                margin-inline-start: 14%;
                text-align: center;
            }

            .shoppush-popchat > div.plg.open .close {
                inline-size: 16%;
                margin-inline-start: 2%;
            }

        .shoppush-popchat > div.plg.left .brand__ty {
            inset-inline-end: -19.2px;
        }

        .shoppush-popchat > div.plg.left .not {
            margin-inline-start: 0;
            margin-inline-end: 14%;
        }

        .shoppush-popchat > div.plg.left .close {
            margin-inline-start: 0;
            margin-inline-end: 2%;
        }

    .shoppush-popchat {
        display: block;
    }

        .shoppush-popchat .pop-box {
            inline-size: 100% !important;
            block-size: 12%;
            margin-block-end: 55px;
        }

            .shoppush-popchat .pop-box > img {
                display: none;
            }

            .shoppush-popchat .pop-box .brand {
                inset-block-start: inherit;
                inset-block-end: -32px;
                inset-inline-end: calc(18%);
            }

        .shoppush-popchat .pop-text {
            align-items: baseline;
        }

            .shoppush-popchat .pop-text > div {
                inline-size: 94%;
                padding: 0 3%;
            }

                .shoppush-popchat .pop-text > div h1 {
                    font-size: 16px;
                    font-weight: bold;
                }

                .shoppush-popchat .pop-text > div p {
                    font-size: 14px;
                }

                .shoppush-popchat .pop-text > div .form > input {
                    margin: 0 0 10px;
                }

                    .shoppush-popchat .pop-text > div .form > input.name,
                    .shoppush-popchat .pop-text > div .form > input.email {
                        inline-size: 94%;
                    }

            .shoppush-popchat .pop-text .by {
                position: initial;
                margin-block-start: 30px;
                font-size: 12px;
            }

        .shoppush-popchat .just-mobile {
            position: absolute;
            inset-block-end: 0;
            inline-size: 100%;
            block-size: 25%;
        }

            .shoppush-popchat .just-mobile img {
                position: absolute;
                display: block;
                inset-block-start: calc(17%);
                inset-inline-start: calc(27%);
            }

        .shoppush-popchat.stp1 .just-mobile {
            display: block !important;
        }

        .shoppush-popchat.stp3 .pop-box {
            inline-size: 100%;
        }
}

div#sm-bounce[style="display: block;"] ~ div#sm-onsite {
    display: none !important;
}

.shoppush-popchat .brand {
    background-color: transparent;
}

.shoppush-popchat .brand__ty i,
.shoppush-popchat .btn,
.shoppush-popchat > div.plg,
.shoppush-popchat .pop-box {
    background-color: #000000;
}

.shoping-area .title span {
    color: var(--mainColor3);
}
.greetings > ul:last-of-type {
	padding: 0;
	width: 200px;
    left: -20px;
	height: 3rem;
	overflow: hidden;
	position: relative;
	font-family: 'Times New Roman';
  }
  .greetings > ul:last-of-type > * {
	line-height: 3rem;
  }
  .greetings > ul:last-of-type::after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	width: 25%;
	line-height: 3rem;
  }
  .greetings > ul:last-of-type li {
	/*margin-left: 5rem;*/
	list-style: none;
	animation: ticker 15s cubic-bezier(1, 0, 0.5, 0) infinite;
	-webkit-animation-duration: 55s;
  }
  
  @keyframes ticker {
	0% {
	  transform: translate3d(0, 0%, 0);
	}
	6.6666666667% {
	  transform: translate3d(0, -100%, 0);
	}
	13.3333333333% {
	  transform: translate3d(0, -200%, 0);
	}
	20% {
	  transform: translate3d(0, -300%, 0);
	}
	26.6666666667% {
	  transform: translate3d(0, -400%, 0);
	}
	33.3333333333% {
	  transform: translate3d(0, -500%, 0);
	}
	40% {
	  transform: translate3d(0, -600%, 0);
	}
	46.6666666667% {
	  transform: translate3d(0, -700%, 0);
	}
	53.3333333333% {
	  transform: translate3d(0, -800%, 0);
	}
	60% {
	  transform: translate3d(0, -900%, 0);
	}
	66.6666666667% {
	  transform: translate3d(0, -1000%, 0);
	}
	73.3333333333% {
	  transform: translate3d(0, -1100%, 0);
	}
	80% {
	  transform: translate3d(0, -1200%, 0);
	}
	86.6666666667% {
	  transform: translate3d(0, -1300%, 0);
	}
	93.3333333333% {
	  transform: translate3d(0, -1400%, 0);
	}
	100% {
	  transform: translate3d(0, -1500%, 0);
	}
	101% {
	  transform: translate3d(0, 0%, 0);
	}
  }

/*Blog Details Section Starts Here*/
.post-details {
    padding: 100px;
    background: var(--eerie-black);
}

.post-details .post-content {
    padding: 60px 0 0;
}

.post-details .post-content img {
    max-width: 100%;
}

.post-details .post-content .post-header {
    max-width: 805px;
    margin: 0 auto;
    text-align: center;
}

.post-details .post-content .meta-post {
    display: inline-flex;
    flex-wrap: wrap;
    padding: 17px 15px;
    background: var(--mainColor4);
    margin-bottom: 25px;
}

.post-details .post-content .meta-post a {
    padding: 0 15px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
}

.post-details .post-content .meta-post a:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.post-details .post-content .title {
    text-transform: uppercase;
    margin-bottom: 40px;
}

.post-details .post-content p {
    margin-bottom: 34px;
    text-align: justify;
}

.post-details .post-content p a {
    color: #0f6ded;
}

@media (min-width: 768px) {
    .post-details .post-content .thumbs-area {
        padding-bottom: 20px;
    }
}

.post-details .post-content .thumbs-area .thumb {
    width: 42%;
    margin-bottom: 30px;
}

.post-details .post-content .thumbs-area .content {
    width: calc(100% - 42%);
    padding-left: 30px;
    margin-bottom: 48px;
}

.post-details .post-content .thumbs-area .content p {
    margin-top: 0;
}

.post-details .post-content .subtitle {
    margin: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.post-details .post-content .share {
    text-align: center;
}

.post-details .post-content .share .stitle {
    margin-bottom: 80px;
    color: #02c4f2;
    position: relative;
    text-transform: capitalize;
}

.post-details .post-content .share .stitle::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 60px;
    top: calc(100% + 10px);
    left: 50%;
    border: 1px dashed #02c4f2;
}

.post-details .post-content .share .social-icons {
    justify-content: center;
}

.post-details .quotation {
    margin-bottom: 34px;
}

@media (max-width: 1199px) {
    .post-details {
        padding: 80px;
    }
}

@media (max-width: 991px) {
    .post-details {
        padding: 30px;
    }

    .post-details .post-content {
        padding: 40px 0 0;
    }

    .post-details .post-content .thumbs-area .thumb,
        .post-details .post-content .thumbs-area .content {
        width: 100%;
        padding: 0;
    }
}

@media (max-width: 575px) {
    .post-details {
        padding: 15px;
    }

    .post-details .post-content {
        padding: 30px 0 15px;
    }

    .post-details .post-content .post-header .meta-post {
        display: flex;
    }

    .post-details .post-content .post-header .meta-post a {
        flex-grow: 1;
        font-size: 14px;
        padding: 5px;
        border: none;
    }

    .post-details .post-content .title {
        margin-bottom: 30px;
    }

    .post-details .post-content p {
        margin-bottom: 30px;
    }

    .post-details .post-content .mommodo-list li {
        margin-bottom: 14px;
    }
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40-60 {
    margin-bottom: 40px;
}

@media (min-width: 992px) {
    .mb-40-60 {
        margin-bottom: 60px;
    }
}

.quotation {
    font-style: italic;
    padding: 50px 0;
    text-align: center;
    max-width: 760px;
    margin: 0 auto;
    position: relative;
}

@media (min-width: 576px) {
    .quotation {
        font-size: 18px;
        line-height: 29px;
    }
}

.quotation span {
    z-index: 3;
    position: relative;
}

.quotation::before {
    height: 100%;
    width: 100%;
    background: url(img/quote2.png) no-repeat center center;
    background-size: contain;
}

@media (max-width: 575px) {
    .quotation {
        padding: 0;
    }

    .quotation::before {
        height: 90%;
    }
}

.comment-wrapper .title {
    margin-bottom: 25px !important;
}

@media (min-width: 992px) {
    .comment-wrapper .title {
        margin-bottom: 30px !important;
    }
}

.padding-and-background {
    background: #070340;
    padding: 100px;
}

@media (max-width: 1199px) {
    .padding-and-background {
        padding: 80px;
    }
}

@media (max-width: 991px) {
    .padding-and-background {
        padding: 40px 30px;
    }
}

@media (max-width: 767px) {
    .padding-and-background {
        padding: 30px 15px;
    }
}

.comment-item .comment-thumb {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.comment-item .comment-thumb a {
    display: block;
}

.comment-item .comment-thumb img {
    width: 100%;
}

.comment-item .comment-content {
    width: calc(100% - 70px);
    padding-left: 15px;
}

.comment-item .comment-content .subtitle {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: "Exo", sans-serif;
    margin-bottom: 20px;
}

.comment-item .comment-content .subtitle span {
    font-size: 16px;
    font-weight: 400;
    padding-left: 7px;
}

.comment-item .comment-content .reply {
    font-size: 16px;
    color: #ffffff;
    text-decoration: underline;
    text-transform: uppercase;
}

@media (max-width: 575px) {
    .comment-item .comment-content {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
}

.comment-area {
    margin-bottom: -30px;
}

.comment-area ul {
    padding-left: 100px;
}

.comment-area .comment-item {
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .comment-area {
        margin-bottom: -60px;
    }

    .comment-area .comment-item {
        margin-bottom: 50px;
    }

    .comment-area ul {
        padding-left: 200px;
    }
}

@media (max-width: 767px) {
    .comment-area ul {
        padding-left: 30px;
    }
}

@media (max-width: 575px) {
    .comment-area ul {
        padding-left: 15px;
    }
}

.comment-form {
    justify-content: space-between;
}

.comment-form-group {
    margin-bottom: 30px;
}

.comment-form-group input, .comment-form-group textarea {
    border: none;
    border-bottom: 1px solid #201d53;
    background: transparent;
    color: #ffffff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.comment-form-group input::placeholder, .comment-form-group textarea::placeholder {
    color: rgba(255, 255, 255, 0.9);
}

.comment-form-group input {
    height: 60px;
}

.comment-form-group textarea {
    height: 130px;
}

@media (min-width: 768px) {
    .comment-form-group {
        width: calc(50% - 15px);
    }
}

.grid {
    display: grid;
    grid-template-columns: repeat(4, 210px) 270px;
    grid-template-rows: repeat(6, 100px);
    grid-gap: 20px;
  }
  
  .grid > div {
    background: #fff;
    border-radius: 15px;
  }
  
  .grid > .grid-one {
    grid-column: span 4;
    background: #a20606;
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
  }
  
  .grid-three {
    grid-row: span 5;
    margin-top: 10px;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    & > * {
      align-self: stretch;
    }
  }

  .rate-title {
    padding: 19px;
    margin: 10px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #a20606;
    cursor: pointer;
    transition: all 300ms ease;
    background: var(--pink);
    color: #fff;
  }

  .rate-cards {
    padding: 19px;
    margin: 10px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #a20606;
    cursor: pointer;
    transition: all 300ms ease;
    background: #5f5f5f;
    color: #fff;
  }
  
  .rate {
    font-size: 30px;
    font-weight: bold;
    margin-right: 15px;
    sup {
      font-size: 12px;
    }
  }
  
  .rate-info {
    line-height: 18px;
  }
  
  .rate-name {
    font-weight: bold;
  }
  
  .rate-amount {
    font-weight: bold;
  }

  .rate-hour {
    font-size: 10px;
  }

#floating-icon > button {
  position: fixed;
  right: 0;
  top: 50%;
  /*transform: rotate(-90deg) translate(50%, -50%);*/
  transform-origin: right;
  width:150px;
}

.download-app
{
  border-radius: 60px;
  background: #1C1D20;
  position: relative;
  z-index: 9;
  /*max-width: 730px;*/
  margin: 60px auto 0;
  padding: 22px 25px;
  display: flex;
  align-items: center;
  gap: 30px;

}

@media (max-width: 767px) {
  .download-app {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    text-align: center;
    border-radius: 20px;
  }
}
.download-app h5 {
  color: #ABABAB;
  font-size: 20px;
  text-transform: uppercase;
}
.download-app .download-btn {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 767px) {
  .download-app .download-btn {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.download-app .download-btn .theme-btn svg {
  margin-right: 8px;
}

.items .item{background:#6c6c6c8c;border:1px solid #363636;padding:5px}.items .item img{border-radius:5px;float:inline-start;margin-inline-end:8px;inline-size:110px}.items .item .meta{position:relative}.items .item .meta .title{color:#fff;font-size:15px;font-weight:700}.items .item .meta .price{display:inline-block;font-size:14px;margin-inline-start:5px}.items .item .meta .action{inset-block-end:-39px;inset-inline-end:0}.item-preview img{margin-block-end:10px}.item-preview .title{font-size:17px;font-weight:700}.item-preview .price{color:#dd163b;font-size:16px;font-style:italic}.item-preview .price span{font-weight:700}.item-preview .desc{font-size:15px}.modal .modal-content{background:#261414;border-color:#96683d}.modal .modal-content .modal-header{background:#261414;border:1px solid #96683d}.modal .modal-content .modal-body{border-inline-start:1px solid #96683d;border-inline-end:1px solid #96683d}.modal .modal-content .modal-footer{background:#222325;border:1px solid #363636}.download .d-flex{margin-inline-end:10px;padding:5px}.download .media-body .title{font-size:18px;font-weight:700}.download .media-body .title a{color:#fff}.list-group .list-group-item{background:transparent;color:#adadad;padding:10px 15px;transition:.3s}.list-group .list-group-item.active{border:1px solid #e0e0e0;color:#fff}.list-group .list-group-item span:before{color:#3e3e3e;content:"\f192";font-family:Font Awesome\ 5 Free;font-weight:100;margin-inline-end:10px}.list-group .list-group-item:hover{background:#ec7200;color:#fff}.table tbody td{padding:2px}.table tbody td,.table-border tbody td{border-color:#293139}input[type=radio]{display:none}input[type=radio]:not(:disabled)~label{cursor:pointer}input[type=radio]:disabled~label{border-color:#bcc2bf;box-shadow:none;color:#bcc2bf;cursor:not-allowed}input[type=radio]:checked+label{background:var(--blue);color:#fff}input[type=radio]:checked+label:after{color:#f7f7f7;content:"\f14a";font-family:'Font Awesome 5 Free';font-size:24px;block-size:50px;line-height:50px;position:absolute;inset-inline-end:-17%;text-align:center;transform:translateX(-50%);inline-size:150px}input[type=radio]#control_05:checked+label{background:red;border-color:red}#myVideo {
    position: fixed;
    inset-inline-end: 0;
    inset-block-end: 0;
    opacity: 0.5;
    min-inline-size: 100%; 
    min-block-size: 100%;
}
form .custom-button {
    width: auto;
    padding: 0 45px;
    height: 60px;
    font-weight: 600;
}

.scrollToTop {
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #ffffff;
    z-index: 999;
    bottom: 30px;
    right: 30px;
    font-size: 20px;
    line-height: 45px;
    position: fixed;
    border-radius: 5px;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
    display: block;
    text-align: center;
    background: var(--mainColor3);
}

.scrollToTop:hover {
    color: #ffffff;
}

.scrollToTop.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    animation: bounceInDown 2s;
    -webkit-animation: bounceInDown 2s;
    -moz-animation: bounceInDown 2s;
}

.scrollToTop img {
    width: 100%;
}

.text-purple{
    color:#901da7!important
}

.text-orange{
    color:#a7601d!important
}

.latest-summury {
  padding: 120px 0;
  background: #111;
}
.latest-summury.latest-summury-3 .game-menu .nav .nav-item .nav-link {
  background: #201d2d;
}
.latest-summury.latest-summury-3 .all-bets .table tbody tr {
  background: #201d2d;
}
.latest-summury.latest-summury-3 .all-bets .table thead {
  background: #322d4e;
}
.latest-summury .all-bets {
  /*margin-left: -80px;*/
}
.latest-summury .all-bets .table-cover {
  padding: 5px;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
}
.latest-summury .all-bets .table {
  border-collapse: separate;
  border-spacing: 0 1px;
  margin-bottom: 0;
}
.latest-summury .all-bets .table thead {
  background: #2a2a2a;
}
.latest-summury .all-bets .table thead tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: none;
}
.latest-summury .all-bets .table thead tr th {
  border: none;
  padding: 0 30px;
  height: 60px;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  font-family: "Oswald", sans-serif;
}
.latest-summury .all-bets .table tbody tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  background: #242424;
  transition: all 0.3s ease-in;
}
.latest-summury .all-bets .table tbody tr th, .latest-summury .all-bets .table tbody tr td {
  border: none;
  padding: 0 30px;
  height: 60px;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
}
.latest-summury .all-bets .table tbody tr th img, .latest-summury .all-bets .table tbody tr td img {
  width: 30px;
}
.latest-summury .all-bets .table tbody tr th {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-image: -webkit-linear-gradient(130deg, #ff416c, #ff4b2b);
  border-left: none;
}
.latest-summury .all-bets .table tbody tr td.profit {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-image: -webkit-linear-gradient(130deg, #ff416c, #ff4b2b);
  font-weight: 700;
}
.latest-summury .all-bets .table tbody tr:hover {
  transform: scale(1.05);
  box-shadow: 0 0 16px -4px rgba(0, 0, 0, 0.5);
}
.latest-summury .all-bets .table tbody tr:last-child {
  border-bottom: none;
}
.latest-summury .all-bets .view-more-btn {
  margin-top: 30px;
}
.latest-summury .all-bets .view-more-btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.latest-summury .all-bets .view-more-btn a svg {
  width: 18px;
  top: -3px;
  position: relative;
  margin-left: 15px;
}
.latest-summury .all-bets .single-result {
  background: #242424;
  margin-bottom: 30px;
}
.latest-summury .all-bets .single-result .part-top {
  display: flex;
  padding: 20px;
}
.latest-summury .all-bets .single-result .part-top .user-img {
  width: 70px;
  height: 70px;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 50%;
}
.latest-summury .all-bets .single-result .part-top .user-img img {
  width: 100%;
}
.latest-summury .all-bets .single-result .part-top .part-info {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.latest-summury .all-bets .single-result .part-top .part-info span {
  display: block;
}
.latest-summury .all-bets .single-result .part-top .part-info span.name {
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
  color: #fff;
  margin-bottom: 3px;
  margin-top: -5px;
  font-weight: 500;
}
.latest-summury .all-bets .single-result .part-top .part-info span.bet-id {
  color: #999;
  font-size: 15px;
  margin-bottom: 10px;
}
.latest-summury .all-bets .single-result .part-top .part-info span.game {
  background: -webkit-linear-gradient(130deg, transparent, #ff4b2b);
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  padding: 4px 0px;
  text-align: center;
  letter-spacing: 0.5px;
  font-family: "Oswald", sans-serif;
}
.latest-summury .all-bets .single-result .part-bottom {
  background: #2a2a2a;
  padding: 20px;
}
.latest-summury .all-bets .single-result .part-bottom ul li {
  position: relative;
  padding: 5px 0;
  padding-left: 25px;
}
.latest-summury .all-bets .single-result .part-bottom ul li:last-child {
  padding-bottom: 0;
}
.latest-summury .all-bets .single-result .part-bottom ul li:last-child:after {
  display: none;
}
.latest-summury .all-bets .single-result .part-bottom ul li:first-child {
  padding-top: 0;
}
.latest-summury .all-bets .single-result .part-bottom ul li:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: -webkit-linear-gradient(130deg, #ff416c, #ff4b2b);
  background: #fff;
  opacity: 0.05;
}
.latest-summury .all-bets .single-result .part-bottom ul li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  background: -webkit-linear-gradient(130deg, #ff416c, #ff4b2b);
  border-radius: 50%;
}
.latest-summury .all-bets .single-result .part-bottom ul li span {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  letter-spacing: 0.5px;
}
.latest-summury .all-bets .single-result .part-bottom ul li span.title {
  width: 37%;
  color: #999;
}
.latest-summury .all-bets .single-result .part-bottom ul li span.descr {
  color: #ababab;
}
.latest-summury .all-bets .single-result .part-bottom ul li span.descr:before {
  content: ":";
  margin-right: 5px;
}

.video-button {
    color: #ffffff;
    border: none;
    text-align: center;
}

.video-button:hover {
    color: #ffffff;
}

.video-button i {
    line-height: 70px;
    font-size: 36px;
    margin-left: 8px;
    color: #ffffff;
}

.video-button {
    width: 70px;
    height: 70px;
    z-index: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #02c4f2;
}

.video-button a {
    display: block;
    position: relative;
    z-index: 1;
}

.video-button a img {
    width: 100%;
}

.video-button a i {
    line-height: 75px;
    font-size: 36px;
    margin-left: 8px;
}

.video-button::before, .video-button::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 74px;
    background: #02c4f2;
    opacity: 0.15;
    z-index: -10;
}

.video-button::before {
    z-index: -10;
    -webkit-animation: inner-ripple 2000ms linear infinite;
    -moz-animation: inner-ripple 2000ms linear infinite;
    animation: inner-ripple 2000ms linear infinite;
}

.video-button::after {
    z-index: -10;
    -webkit-animation: outer-ripple 2000ms linear infinite;
    -moz-animation: outer-ripple 2000ms linear infinite;
    animation: outer-ripple 2000ms linear infinite;
}

.default-btn {
  background-color: var(--mainColor3);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  padding: 15px 25px 15px 25px;
  color: var(--whiteColor);
  display: inline-block;
  border-radius: 5px;
  position: relative;
  border: none;
  width:auto;
  font-size: 17px;
  font-weight: 700;
  overflow: hidden;
  font-family: "Exo", sans-serif;
}

.default-btn i {
  position: absolute;
  content: '';
  font-size: 25px;
  left: 120%;
  top: 16px;
  transition: 0.25s ease;
}

.default-btn:hover i {
  left: calc(100% - 40px);
}

.default-btn span{
  transition: 0.25s ease;
}

.default-btn:hover span {
  margin-right: 20px;
}

.default-btn:hover{
  color: var(--whiteColor);
  background-image: linear-gradient(90deg, #fe371c 0%, #750101 100%);
}
.style-2 .option-item .default-btn{
  background: var(--mainColor) !important;
}
.style-2 .option-item .default-btn:hover{
  background-image: linear-gradient(to right, #4400ff 0%, #4400ff 50%, #6600FF 100%) !important;
}

.default-btn.style-3{
  background-color: var(--blackColor);
  border-radius: 30px;
}

.custom-button {
    font-weight: 700;
    color: rgba(255, 255, 255, 0.9);
    line-height: 48px;
    padding: 0px 30px;
    background: transparent;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.9);
    font-weight: 700;
    font-size: 20px;
    font-family: "Exo", sans-serif;
}

@media (max-width: 575px) {
    .custom-button {
        font-size: 16px;
    }
}

.custom-button:hover {
    color: #ffffff;
    border-color: #9e9e9e;
    background-image: linear-gradient(90deg, #fe371c 0%, #750101 100%);
}

.custom-button:hover::before {
    height: 100%;
}

.custom-button.active {
    color: #ffffff;
    background-image: -webkit-linear-gradient(94deg, #f30101 24%, #d13c13 56%, #af8e24 100%);
}

.custom-button.active:hover {
    color: rgba(255, 255, 255, 0.9);
    background: transparent;
    border-color: rgba(255, 255, 255, 0.9);
}

.custom-button.theme {
    background: #f20202;
    border-color: #f20202;
    line-height: 60px;
    font-weight: 700;
}

.custom-button.theme:hover {
    background-image: linear-gradient(90deg, #fe371c 0%, #750101 100%);
    background-size: 200% auto;
    transition: all 0.4s ease-out;
}

@media (min-width: 576px) {
    .custom-button.theme {
        font-size: 20px;
    }
}

.custom-button.theme-three {
    background: #0f6ded;
    box-shadow: 0 0 20px rgba(15, 109, 237, 0.7);
    border-color: #0f6ded;
}

.custom-button.theme-one {
    background: #ed3e0f;
    box-shadow: 0 0 20px rgba(237, 62, 15, 0.7);
    border-color: #ed3e0f;
}

.custom-button.theme-four {
    background: var(--eerie-black);
    border-color: var(--mainColor4);
}
/* inner outer ripple */
@keyframes outer-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-filter: alpha(opacity=50);
    }

    80% {
        transform: scale(1.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
    }

    100% {
        transform: scale(2.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
    }
}

@-webkit-keyframes outer-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    80% {
        transform: scale(2.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
    }

    100% {
        transform: scale(3.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(3.5);
        -moz-transform: scale(3.5);
        -ms-transform: scale(3.5);
        -o-transform: scale(3.5);
    }
}

@-moz-keyframes outer-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    80% {
        transform: scale(2.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
    }

    100% {
        transform: scale(3.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(3.5);
        -moz-transform: scale(3.5);
        -ms-transform: scale(3.5);
        -o-transform: scale(3.5);
    }
}

@keyframes inner-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    30% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    100% {
        transform: scale(1.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
    }
}

@-webkit-keyframes inner-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    30% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    100% {
        transform: scale(1.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
    }
}

@-moz-keyframes inner-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    30% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    100% {
        transform: scale(1.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
    }
}

.game-details {
  padding: 120px 0;
  background: #111;
}
.game-details .part-prev {
  height: 300px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.game-details .part-prev:after {
  position: absolute;
  content: "";
  left: 15px;
  top: 15px;
  right: 15px;
  bottom: 15px;
}
.game-details .part-prev span.news {
  background: -webkit-linear-gradient(130deg, #ff416c, #ff4b2b);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 5;
  letter-spacing: 0.5px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
}
.game-details .game-descr .details-tabs-menu {
  margin-top: 50px;
}
.game-details .game-descr .details-tabs-menu .nav-tabs {
  border-bottom: none;
  justify-content: center;
}
.game-details .game-descr .details-tabs-menu .nav-tabs .nav-item .nav-link {
  padding: 0 30px;
  height: 50px;
  line-height: 50px;
  margin: 0 10px;
  background: transparent;
  border-radius: 0;
  border: none;
  color: #fff;
  letter-spacing: 0.5px;
  font-size: 18px;
  background: #2a2a2a;
  border: 1px solid rgba(255, 72, 66, 0.2);
  position: relative;
  z-index: 2;
}
.game-details .game-descr .details-tabs-menu .nav-tabs .nav-item .nav-link:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(130deg, #ff416c, #ff4b2b);
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease-in;
}
.game-details .game-descr .details-tabs-menu .nav-tabs .nav-item .nav-link.active:after {
  opacity: 1;
}
.game-details .game-descr .details-tab-pan {
  background: #2a2a2a;
  padding: 50px;
  margin-top: 50px;
}
.game-details .game-descr .details-tab-pan .tab-content .tab-pane h3 {
  font-size: 30px;
  color: #fff;
  letter-spacing: 0.5px;
  margin-top: -8px;
  margin-bottom: 28px;
  text-transform: capitalize;
}
.game-details .game-descr .details-tab-pan .tab-content .tab-pane form label {
  font-family: "Oswald", sans-serif;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.5px;
  font-size: 16px;
  margin-top: -5px;
  margin-bottom: 10px;
  display: block;
}
.game-details .game-descr .details-tab-pan .tab-content .tab-pane form .input-group {
  margin-bottom: 30px;
}
.game-details .game-descr .details-tab-pan .tab-content .tab-pane form .input-group input {
  color: rgba(255, 255, 255, 0.8);
  background: transparent;
  border-radius: 0;
  font-size: 15px;
  padding: 0 30px;
  height: 42px;
  border: 1px solid rgba(153, 153, 153, 0.26);
  border-right: 0;
}
.game-details .game-descr .details-tab-pan .tab-content .tab-pane form .input-group input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.game-details .game-descr .details-tab-pan .tab-content .tab-pane form .input-group input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.game-details .game-descr .details-tab-pan .tab-content .tab-pane form .input-group .input-group-append .input-group-text {
  border-radius: 0;
  font-size: 15px;
  background: rgba(153, 153, 153, 0.26);
  color: #fff;
  border: none;
  padding: 0 30px;
}
.game-details .game-descr .details-tab-pan .tab-content .tab-pane .bet-control .btn-group, .game-details .game-descr .details-tab-pan .tab-content .tab-pane .roll-controlling .btn-group {
  background: -webkit-linear-gradient(130deg, #ff416c, #ff4b2b);
}
.game-details .game-descr .details-tab-pan .tab-content .tab-pane .bet-control .btn-group button, .game-details .game-descr .details-tab-pan .tab-content .tab-pane .roll-controlling .btn-group button {
  background: transparent;
  border: none;
  padding: 0;
  height: 40px;
  padding: 0 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
  font-size: 18px;
  border-radius: 0;
}
.game-details .game-descr .details-tab-pan .tab-content .tab-pane .bet-control .btn-group button svg, .game-details .game-descr .details-tab-pan .tab-content .tab-pane .roll-controlling .btn-group button svg {
  width: auto;
  height: 28px;
  position: relative;
  top: -2px;
  margin-left: 5px;
}
.game-details .game-descr .details-tab-pan .tab-content .tab-pane .bet-control .btn-group button.under svg, .game-details .game-descr .details-tab-pan .tab-content .tab-pane .roll-controlling .btn-group button.under svg {
  transform: rotate(180deg);
  margin-left: 0;
  margin-right: 5px;
}
.game-details .game-descr .details-tab-pan .tab-content .tab-pane .bet-control .btn-group button:active, .game-details .game-descr .details-tab-pan .tab-content .tab-pane .bet-control .btn-group button:focus, .game-details .game-descr .details-tab-pan .tab-content .tab-pane .roll-controlling .btn-group button:active, .game-details .game-descr .details-tab-pan .tab-content .tab-pane .roll-controlling .btn-group button:focus {
  box-shadow: 0 0 0 0.2rem rgba(190, 190, 190, 0.4);
}
.game-details .game-descr .details-tab-pan .tab-content .tab-pane .bet-control .btn-group button:last-child, .game-details .game-descr .details-tab-pan .tab-content .tab-pane .roll-controlling .btn-group button:last-child {
  border-right: 0;
}
.game-details .game-descr .details-tab-pan .tab-content .tab-pane .bet-control .btn-group button.active, .game-details .game-descr .details-tab-pan .tab-content .tab-pane .roll-controlling .btn-group button.active {
  box-shadow: 0 0 0 0.2rem rgba(190, 190, 190, 0.4);
}
.game-details .game-descr .details-tab-pan .tab-content .tab-pane .roll-controlling {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.game-details .game-descr .details-tab-pan .tab-content .tab-pane .roll-controlling .number {
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  margin-left: 20px;
}
.game-details .game-descr .details-tab-pan .tab-content .tab-pane .place-bet-btn {
  font-family: "Oswald", sans-serif;
  border: none;
  outline: none;
  cursor: pointer;
  margin-top: 30px;
}
.game-details .game-descr .details-tab-pan .tab-content .tab-pane .provably-fair li .input-group {
  margin-bottom: 30px;
}
.game-details .game-descr .details-tab-pan .tab-content .tab-pane .provably-fair li .input-group input {
  color: rgba(255, 255, 255, 0.8);
  background: transparent;
  border-radius: 0;
  font-size: 15px;
  padding: 0 30px;
  height: 42px;
  border: 1px solid rgba(153, 153, 153, 0.26);
  border-left: 0;
}
.game-details .game-descr .details-tab-pan .tab-content .tab-pane .provably-fair li .input-group input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.game-details .game-descr .details-tab-pan .tab-content .tab-pane .provably-fair li .input-group input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.game-details .game-descr .details-tab-pan .tab-content .tab-pane .provably-fair li .input-group .input-group-append .input-group-text {
  border-radius: 0;
  font-size: 15px;
  background: rgba(153, 153, 153, 0.26);
  color: #fff;
  border: none;
  padding: 0 30px;
  width: 150px;
}
.game-details .game-descr .details-tab-pan .tab-content .tab-pane .provably-fair li:last-child .input-group {
  margin-bottom: 0;
}
.game-details .game-descr .details-tab-pan .tab-content .tab-pane .how-to-play h3 {
  font-size: 30px;
  color: #fff;
  letter-spacing: 0.5px;
  margin-top: -8px;
  margin-bottom: 18px;
}
.game-details .game-descr .details-tab-pan .tab-content .tab-pane .how-to-play p {
  color: #999;
  line-height: 28px;
}
.game-details .game-descr .details-tab-pan .tab-content .tab-pane .how-to-play ul li {
  color: #fff;
  line-height: 32px;
}

.recent-activity {
  padding: 120px 0 110px;
  background: #242424;
}
.recent-activity.recent-activity-3 {
  background: #27233c;
}
.recent-activity.recent-activity-3 .single-col .activity-list .single-activity {
  background: #322d4e;
}
.recent-activity.recent-activity-3 .single-col .activity-list .single-activity .part-text p {
  color: #cfcfcf;
}
.recent-activity .single-col h3.title {
  color: #fff;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  margin: -8px 0 25px;
}
.recent-activity .single-col .activity-list .single-activity {
  display: flex;
  flex-direction: row;
  background: #2a2a2a;
  padding: 30px;
  margin-bottom: 10px;
}
.recent-activity .single-col .activity-list .single-activity .part-img {
  /*width: 70px;*/
  margin-right: 15px;
  /*border-radius: 50%;*/
  /*height: 70px;*/
  overflow: hidden;
}
.recent-activity .single-col .activity-list .single-activity .part-text p {
  margin: 0;
  margin-top: -3px;
  color: #999;
  font-size: 15px;
}
.recent-activity .single-col .activity-list .single-activity .part-text p span.player-name {
  font-weight: 600;
  font-size: 16px;
}
.recent-activity .single-col .activity-list .single-activity .part-text p a.game-name {
  letter-spacing: 0.5px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  color: #ababab;
}
.recent-activity .single-col .activity-list .single-activity .part-text .winning-amount {
  display: block;
  font-size: 24px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-image: -webkit-linear-gradient(130deg, #ff416c, #ff4b2b);
  margin-bottom: -5px;
  margin-top: 4px;
}
.recent-activity .single-col .activity-list.jackpot-triggers-win .winning-amount {
  margin-top: -7px !important;
  margin-bottom: 9px !important;
  font-size: 22px !important;
}
.recent-activity .single-col .activity-list.top-winner .single-activity .part-img {
  background: #1b0a02;
  display: flex;
  height: 70px;
  padding: 4px;
  padding-bottom: 0;
  flex-direction: column;
  justify-content: flex-end;
}

.single-activity .part-img .sr-num {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid rgb(109, 108, 108);
    text-align: center;
    line-height: 26px;
    top: 3px;
    right: 3px;
    background: #2a2a2a;
    color: #fff;
    font-weight: 500;
}

div[class*="col"]:nth-child(3n + 2) .sr-num {
    box-shadow: 0 0 20px #fdfd3f;
    -webkit-box-shadow: 0 0 20px #fdfd27;
}

div[class*="col"]:nth-child(3n + 3) .sr-num {
    box-shadow: 0 0 20px #00ff3b;
    -webkit-box-shadow: 0 0 20px #00ff3b;
}

div[class*="col"]:nth-child(3n + 4) .sr-num {
    box-shadow: 0 0 20px #ff1e00;
    -webkit-box-shadow: 0 0 20px #ff1e00;
}

div[class*="col"]:nth-of-type(3n + 5) .sr-num {
    box-shadow: 0 0 20px #2600ff;
    -webkit-box-shadow: 0 0 20px #00ffc8;
}
