@font-face {
    font-family: light;
    src: url(../fonts/7d411bb0357d6fd29347455b7d207995.eot);
    src: url(../fonts/7d411bb0357d6fd29347455b7d207995.eot?#iefix) format("embedded-opentype"), url(../fonts/7d411bb0357d6fd29347455b7d207995.woff2) format("woff2"), url(../fonts/7d411bb0357d6fd29347455b7d207995.woff) format("woff"), url(../fonts/7d411bb0357d6fd29347455b7d207995.ttf) format("truetype")
}

:root {
    --body-bg: #fff;
    --theme-color: #eda851;
    --theme-color2: #640000;
    --title-color: #fff;
    --body-color: #444444;
    --vs-secondary-color: #eda851;
    --smoke-color: #F0F6FA;
    --light-color: #e8d2a1;
    --black-color: #fff;
    --white-color: #000000;
    --yellow-color: #f4c41b;
    --success-color: #28a745;
    --error-color: #dc3545;
    --border-color: #E0E0E0;
    --title-font: light;
    --body-font: light;
    --icon-font: "Font Awesome 5 Pro";
    --main-container: 1290px;
    --container-gutters: 30px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 60px;
    --ripple-ani-duration: 5s;
}

/*------------------- 1.5. Typography -------------------*/
html,
body {
    scroll-behavior: auto !important;
}

body {
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 400;
    color: #000;
    background-color: var(--body-bg);
    line-height: 28px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    direction: rtl;
    text-align: right;
}



iframe {
    border: none;
    width: 100%;
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
    outline: none;
}

input:focus {
    outline: none;
    box-shadow: none;
}

img:not([draggable]),
embed,
object,
video {
    max-width: 100%;
    height: auto;
}

ul {
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid var(--border-color);
}

th {
    font-weight: 700;
    color: var(--title-color);
}

td,
th {
    border: 1px solid var(--border-color);
    padding: 9px 12px;
}

a {
    color: var(--theme-color);
    text-decoration: none;
    outline: 0;
    transition: all ease 0.4s;
}

a:hover {
    color: var(--title-color);
}

a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0;
}

button {
    transition: all ease 0.4s;
}

img {
    border: none;
    max-width: 100%;
}

ins {
    text-decoration: none;
}

pre {
    background: #f5f5f5;
    color: #666;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word;
}

span.ajax-loader:empty,
p:empty {
    display: none;
}

p {
    margin: 0 0 18px 0;
    color: var(--body-color);
    line-height: 1.75;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
    font-family: var(--title-font);
    color: #fdcc8d;
    text-transform: none;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 15px 0;
}

.h1,
h1 {
    font-size: 46px;
}

.h2,
h2 {
    font-size: 40px;
}

.h3,
h3 {
    font-size: 36px;
}

.h4,
h4 {
    font-size: 30px;
}

.h5,
h5 {
    font-size: 26px;
}

.h6,
h6 {
    font-size: 22px;
}

/* Large devices */
@media (max-width: 1199px) {

    .h1,
    h1 {
        font-size: 40px;
    }

    .h2,
    h2 {
        font-size: 36px;
    }

    .h3,
    h3 {
        font-size: 30px;
    }

    .h4,
    h4 {
        font-size: 24px;
    }

    .h5,
    h5 {
        font-size: 20px;
    }

    .h6,
    h6 {
        font-size: 16px;
    }
}

/* Small devices */
@media (max-width: 767px) {

    .h1,
    h1 {
        font-size: 36px;
    }

    .h2,
    h2 {
        font-size: 30px;
    }

    .h3,
    h3 {
        font-size: 26px;
    }

    .h4,
    h4 {
        font-size: 22px;
    }

    .h5,
    h5 {
        font-size: 18px;
    }

    .h6,
    h6 {
        font-size: 16px;
    }
}

/*------------------- 1.6. Extend -------------------*/
/*------------------- 1.7. Wordpress Default -------------------*/
/*=================================
    02. Reset
==================================*/
/*------------------- 2.1. Container -------------------*/
@media only screen and (min-width: 1300px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: calc(var(--main-container) + var(--container-gutters));
        padding-left: calc(var(--container-gutters) / 2);
        padding-right: calc(var(--container-gutters) / 2);
    }
}

@media only screen and (max-width: 1600px) {
    .container-fluid.px-0 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .container-fluid.px-0 .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

.container-style4 {
    max-width: 1320px;
    padding: 0 15px;
    margin: 0 auto;
}

.text-primar {
    color: #640000 !important;
}

.text-black {
    color: #000 !important;
}

/*------------------- 2.2. Grid -------------------*/
@media (min-width: 767px) {
    .row:not([class*=gx-]) {
        --bs-gutter-x: 15px;
    }
}

.gy-gx {
    --bs-gutter-y: var(--bs-gutter-x);
}

.gy-30 {
    --bs-gutter-y: 30px;
}

.gx-10 {
    --bs-gutter-x: 10px;
}

.gx-15 {
    --bs-gutter-x: 15px;
}

.tm_grid_row {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    grid-gap: 0;
    list-style: none;
    padding: 0;
}

.tm_flex_row_game {
    display: flex;
    flex-direction: row;
    -webkit-box-flex: 1;
    flex-grow: 1;
    height: 100%;
    width: 100%;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: space-between;
    /* padding: 8px; */
    gap: 4px;
    /* z-index: 10; */
    margin: 0 auto;
}

.tm_flex_row_game .title-score-page h4 {
    margin: 0;
    font-size: 13px;
    color: #fff;
}

.score-page .tm_flex_row_game .widget {
    padding: var(--widget-padding-y, 8px) var(--widget-padding-x, 8px);
    background-color: var(--smoke-color);
    position: relative;
    margin-bottom: 6px;
    border-radius: 10px;
}

.tm_flex_row_game .game-item {
    width: 16.6667%;
    height: 100%;
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    padding-bottom: 5px;
    -webkit-box-align: center;
    gap: 4px;
    align-items: stretch;
}

.title-score-page {
    padding: 8px;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    border-radius: 20px;
    height: 20%;
    width: 100%;
    column-gap: 16px;
}

.rtl-1uycm67 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    -webkit-box-align: center;
    align-items: center;
    width: 95%;
    height: 90%;
    gap: 4px;
}

.rtl-1o5megv {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 100%;
    width: 98%;
    padding: 20px;
    background-color: #fff;
    opacity: 1;
    /* border-radius: 26px; */
    cursor: pointer;
}



.rtl-14p629g {
    margin: 0px;
    line-height: 1.25;
    font-size: 22px;
    font-weight: 800;
    color: #640000;
}

.tm_flex_row_game .title-score-page img {
    width: 25px;
}

.tm_flex_row_game .game-item {
    padding: 0px;
}

.game-item {
    padding: 10px;
}


@media (min-width: 1500px) {
    .gx-35 {
        --bs-gutter-x: 35px;
    }

    .gx-40 {
        --bs-gutter-x: 40px;
    }

    .gx-50 {
        --bs-gutter-x: 50px;
    }

    .gx-60 {
        --bs-gutter-x: 60px;
    }

    .gx-70 {
        --bs-gutter-x: 70px;
    }

    .gx-80 {
        --bs-gutter-x: 80px;
    }

    .gx-100 {
        --bs-gutter-x: 100px;
    }
}

/*------------------- 2.3. Input -------------------*/
select,
.form-control,
.form-select,
textarea,
input {
    height: 55px;
    padding: 0 15px 0 15px;
    border: 1px solid var(--border-color);
    color: var(--body-color);
    background-color: #ffffff;
    border-radius: 16px;
    font-size: 16px;
    width: 100%;
    text-align: center;
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem 0 1rem 0;
}

select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
    outline: 0;
    box-shadow: none;
    background-color: #fff;
    border-color: var(--theme-color);
}

select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
    color: var(--body-color);
}

select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: var(--body-color);
}

select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: var(--body-color);
}

select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
    color: var(--body-color);
}

.form-select,
select {
    display: block;
    width: 100%;
    line-height: 1.5;
    vertical-align: middle;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
    background-position: right 26px center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

textarea.form-control,
textarea {
    min-height: 150px;
    padding-top: 16px;
    padding-bottom: 17px;
    border-radius: 16px;
}

input[type=checkbox] {
    visibility: hidden;
    opacity: 0;
    vertical-align: middle;
    width: 0;
    height: 0;
    display: none;
}

input[type=checkbox]:checked~label:before {
    content: "\f00c";
    color: var(--white-color);
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

input[type=checkbox]~label {
    position: relative;
    padding-right: 0px;
    cursor: pointer;
    display: block;
    padding: 0px 24px;
}

.log input[type=checkbox]~label {
    padding: 0 25px;
}

input[type=checkbox]~label:before {
    content: "";
    font-family: var(--icon-font);
    font-weight: 700;
    position: absolute;
    right: 0px;
    left: auto;
    top: 5.5px;
    background-color: var(--body-bg);
    border: 1px solid var(--border-color);
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    border-radius: 3px;
}





input[type=radio] {
    visibility: hidden;
    opacity: 0;
    vertical-align: middle;
    width: 0;
    height: 0;
    display: none;
}

input[type=radio]:checked~label:before {
    content: "\f00c";
    color: var(--white-color);
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

input[type=radio]~label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: block;
}

input[type=radio]~label:before {
    content: "";
    font-family: var(--icon-font);
    font-weight: 700;
    position: absolute;
    left: 0px;
    top: 5.5px;
    background-color: var(--body-bg);
    border: 1px solid var(--border-color);
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    border-radius: 3px;
}


label {
    margin-bottom: 0.5em;
    margin-top: -0.3em;
    display: block;
    color: #fff;
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 16px;
}

.form-group {
    margin-bottom: var(--bs-gutter-x);
    position: relative;
}

.form-group>i {
    position: absolute;
    right: calc(var(--bs-gutter-x) / 2 + 30px);
    top: 19px;
    font-size: 16px;
    color: var(--title-color);
}

.form-group.has-label>i {
    top: 49px;
}

textarea.is-invalid,
select.is-invalid,
input.is-invalid,
.was-validated input:invalid {
    border: 1px solid var(--error-color) !important;
    background-position: right calc(0.375em + 0.8875rem) center;
    background-image: none;
}

textarea.is-invalid:focus,
select.is-invalid:focus,
input.is-invalid:focus,
.was-validated input:invalid:focus {
    outline: 0;
    box-shadow: none;
}

textarea.is-invalid {
    background-position: top calc(0.375em + 0.5875rem) right calc(0.375em + 0.8875rem);
}

.row.no-gutters>.form-group {
    margin-bottom: 0;
}

.form-messages {
    display: none;
    margin: 0;
    padding: 10px 15px;
    margin-top: 15px;
    border-radius: 4px;
}

.form-messages>pre:last-child {
    margin-bottom: 0;
}

.form-messages>pre:first-of-type {
    margin-top: 0;
}

.form-messages.success {
    background-color: var(--success-color);
    color: var(--white-color);
    display: block;
}

.form-messages.error {
    background-color: var(--error-color);
    color: var(--white-color);
    display: block;
}

.form-messages pre {
    padding: 0;
    background-color: transparent;
    color: inherit;
}

/*------------------- 2.4. Slick Slider -------------------*/
.row>.slick-list {
    padding-left: 0;
    padding-right: 0;
}

.slick-track>[class*=col] {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
}

.slick-track {
    min-width: 100%;
}

.slick-slide img {
    display: inline-block;
}

.slick-dots {
    list-style-type: none;
    padding: 0;
    margin: 10px 0 30px 0;
    text-align: center;
    height: max-content;
    line-height: 0;
}

.slick-dots li {
    display: inline-block;
    margin-right: 7px;
}

.slick-dots li:last-child {
    margin-right: 0;
}

.slick-dots button {
    position: relative;
    font-size: 0;
    padding: 0;
    width: 14px;
    height: 14px;
    line-height: 0;
    border: none;
    background-color: #B5B5B5;
    border-radius: 50%;
    transition: all ease 0.4s;
}

.slick-dots button:hover,
.slick-dots .slick-active button {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

.slick-arrow {
    display: inline-block;
    border: none;
    padding: 0;
    position: absolute;
    top: 50%;
    z-index: 2;
    left: var(--pos-x, -150px);
    width: var(--icon-size, 60px);
    height: var(--icon-size, 60px);
    font-size: var(--icon-font-size, 24px);
    margin-top: calc(var(--icon-size, 60px) / -2);
    background-color: var(--theme-color);
    color: var(--white-color);
    border-radius: 50%;
    transition: all ease 0.6s;
}

.slick-arrow:before {
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    bottom: 3px;
    right: 3px;
    background-color: var(--theme-color2);
    border-radius: inherit;
    z-index: -1;
    transform: scale(0.5);
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.4s;
}

.slick-arrow.default {
    position: relative;
    --pos-x: 0;
    margin-top: 0;
}

.slick-arrow.slick-next {
    right: var(--pos-x, -150px);
    left: auto;
}

.slick-arrow:hover {
    background-color: var(--vs-secondary-color);
    color: var(--title-color);
}

.slick-arrow:hover::before {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.arrow-margin .slick-arrow {
    top: calc(50% - 30px);
}

.arrow-wrap .slick-arrow {
    opacity: 0;
    visibility: hidden;
}

.arrow-wrap:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}

/* Extra large devices */
@media (max-width: 1500px) {
    .slick-arrow {
        --arrow-horizontal: -20px;
    }
}

/* Medium Large devices */
@media (max-width: 1399px) {
    .slick-arrow {
        --arrow-horizontal: 40px;
    }
}

/* Medium devices */
@media (max-width: 991px) {
    .slick-arrow {
        --icon-size: 40px;
        margin-right: 40px;
    }

    .slick-arrow.slick-next {
        margin-right: 0;
        margin-left: 40px;
    }

    .slick-dots {
        margin: 8px 0 38px 0;
    }
}

/*------------------- 2.5. Mobile Menu -------------------*/
.vs-menu-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999999;
    width: 100%;
    height: 100%;
    transition: all ease 0.8s;
    opacity: 0;
    visibility: hidden;
}

.vs-menu-wrapper .mobile-logo {
    padding-bottom: 30px;
    padding-top: 30px;
    display: block;
    text-align: center;
    background-color: var(--body-bg);
}

.vs-menu-wrapper .mobile-logo svg {
    max-width: 185px;
}

.vs-menu-wrapper .vs-menu-toggle {
    border: none;
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 0;
    width: 33px;
    height: 33px;
    line-height: 33px;
    font-size: 18px;
    z-index: 1;
    color: var(--white-color);
    background-color: var(--theme-color);
    border-radius: 50%;
}

.vs-menu-wrapper .vs-menu-toggle:hover {
    background-color: var(--vs-secondary-color);
    color: var(--white-color);
}

.vs-menu-wrapper .vs-menu-area {
    width: 100%;
    max-width: 310px;
    background-color: var(--body-bg);
    border-right: 3px solid var(--theme-color);
    height: 100%;
    position: relative;
    right: -110%;
    opacity: 0;
    visibility: hidden;
    transition: all ease 1s;
    z-index: 1;
}

@media (max-width: 1199px) {
    .vs-menu-toggle {
        display: inline-block !important;
    }
}

.header-layout1 .header-top {
    background-color: var(--vs-secondary-color);
    padding: 11px 0;
}

@media (max-width: 575px) {
    .header-layout1 .header-top {
        padding: 17px 0;
    }
}

.vs-menu-wrapper.vs-body-visible {
    opacity: 1;
    visibility: visible;
}

.vs-menu-wrapper.vs-body-visible .vs-menu-area {
    right: 0;
    opacity: 1;
    visibility: visible;
}


.vs-mobile-menu {
    max-height: calc(100vh - 200px);
    padding-bottom: 40px;
    margin-top: 33px;
    text-align: right;
}

.vs-mobile-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(232, 6, 60, 0.2);
    background-color: #000;
}

.vs-mobile-menu::-webkit-scrollbar {
    width: 6px;
    background-color: #000;
}

.vs-mobile-menu::-webkit-scrollbar-thumb {
    background-color: var(--theme-color);
}

.vs-mobile-menu ul {
    margin: 0;
    padding: 0 0;
}

.vs-mobile-menu ul li {
    border-bottom: 1px solid var(--border-color);
    list-style-type: none;
}

.vs-mobile-menu ul li li:first-child {
    border-top: 1px solid var(--border-color);
}

.vs-mobile-menu ul li a {
    display: block;
    position: relative;
    padding: 12px 0;
    line-height: 1;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--title-color);
    font-weight: 700;
}

.vs-mobile-menu ul li a:before {
    content: "\f105";
    font-family: var(--icon-font);
    position: relative;
    right: 0;
    top: 0;
    margin-left: 10px;
    display: inline-block;
    transform: rotate(180deg);
}

.vs-mobile-menu ul li.vs-active>a {
    color: var(--theme-color);
}

.vs-mobile-menu ul li.vs-active>a:before {
    transform: rotate(90deg);
}

.vs-mobile-menu ul li ul li {
    padding-right: 20px;
}

.vs-mobile-menu ul li ul li:last-child {
    border-bottom: none;
}

.vs-mobile-menu ul .vs-item-has-children>a .vs-mean-expand {
    position: absolute;
    left: 0;
    top: 50%;
    font-weight: 400;
    font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-top: -12.5px;
    display: inline-block;
    text-align: center;
    background-color: var(--vs-secondary-color);
    color: var(--white-color);
    box-shadow: 0 0 20px -8px rgba(232, 6, 60, 0.5);
    border-radius: 50%;
    transition: all ease 0.4s;
}

.vs-mobile-menu ul .vs-item-has-children>a .vs-mean-expand:before {
    content: "\f067";
    font-family: var(--icon-font);
}

.vs-mobile-menu ul .vs-item-has-children.vs-active>a .vs-mean-expand {
    background-color: var(--theme-color);
    color: var(--white-color);
}

.vs-mobile-menu ul .vs-item-has-children.vs-active>a .vs-mean-expand:before {
    content: "\f068";
}

.vs-mobile-menu>ul {
    padding: 0 40px;
}

.vs-mobile-menu>ul>li:last-child {
    border-bottom: none;
}

.vs-menu-toggle {
    width: 50px;
    height: 50px;
    padding: 0;
    font-size: 24px;
    border: none;
    background-color: var(--theme-color);
    color: var(--white-color);
    display: inline-block;
    border-radius: 50%;
    z-index: 99;
}

.vs-menu-toggle:hover {
    background-color: var(--vs-secondary-color);
    color: var(--white-color);
}

@media (max-width: 400px) {
    .vs-menu-wrapper .vs-menu-area {
        width: 100%;
        max-width: 270px;
    }

    .vs-mobile-menu>ul {
        padding: 0 20px;
    }
}

.layout4 p,
.layout4 h1,
.layout4 h2,
.layout4 h3,
.layout4 h4,
.layout4 h5,
.layout4 h6,
.layout4 span,
.layout4 small,
.layout4 sub,
.layout4 a {
    font-family: var(--title-font);
}

/*------------------- 3.2. Buttons -------------------*/
.vs-btn {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border: none;
    outline: none;
    box-shadow: none;
    overflow: hidden;
    position: relative;
    font-family: var(--title-font);
    font-size: 16px;
    font-weight: 600;
    padding: 15px 25px 15px 25px;
    background-color: #eda851;
    color: #fff;
    text-transform: capitalize;
    border-radius: 50px;
    line-height: 1;
    transition: all ease 0.4s;
    z-index: 2;
}

@media (max-width: 767px) {
    .vs-btn {
        padding: 16px 25px;
    }

    .text-start {
        text-align: right !important;
    }

    .text-end {
        text-align: left !important;
    }
}

.product-style1 .vs-btn {
    background-color: #eda851;
    padding: 17px 26px;
    color: #000;
}

.vs-btn:after,
.vs-btn:before {
    content: "";
    position: absolute;
    top: var(--border-size, 3px);
    bottom: var(--border-size, 3px);
    left: var(--border-size, 3px);
    width: calc(50% - var(--border-size, 3px));
    background-color: var(--vs-secondary-color);
    z-index: -1;
    transform: scaleY(0.4);
    transform-origin: 100% 0;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.4s;
    border-radius: 9999px 0 0 9999px;
}

.vs-btn:after {
    left: auto;
    right: var(--border-size, 3px);
    transform-origin: 100% 100%;
    border-radius: 0 9999px 9999px 0;
}

.vs-btn.style2 {
    background-color: var(--theme-color2);
    color: var(--title-color);
}

.vs-btn.style2:hover {
    background-color: var(--white-color);
    color: var(--white-color);
}

.vs-btn.style5 {
    background-color: var(--white-color);
    color: var(--theme-color);
}

.vs-btn.style5:hover {
    background-color: var(--white-color);
    color: var(--white-color);
}

.vs-btn.style3 {
    background-color: var(--white-color);
    border: 2px solid var(--theme-color);
    color: var(--theme-color);
    --border-size: 1px;
}

.vs-btn.style4 {
    background-color: var(--white-color);
    border: 2px solid #ffffff;
    color: #000000;
    --border-size: 1px;
}

.vs-btn:hover {
    color: var(--white-color);
    background-color: var(--theme-color);
}

.vs-btn:hover:after,
.vs-btn:hover:before {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}

.icon-btn {
    padding: 0;
    font-size: var(--icon-font-size, 20px);
    width: var(--icon-size, 56px);
    height: var(--icon-size, 56px);
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    color: var(--white-color);
    background-color: var(--theme-color);
    border-radius: 50%;
    transition: all ease 0.4s;
    position: relative;
    z-index: 1;
}

.icon-btn:before {
    content: "";
    position: absolute;
    left: var(--border-size, 2px);
    top: var(--border-size, 2px);
    right: var(--border-size, 2px);
    bottom: var(--border-size, 2px);
    background-color: var(--white-color);
    border-radius: inherit;
    z-index: -1;
    transform: scale(0.5);
    transition: all ease 0.4s;
    opacity: 0;
    visibility: hidden;
}

.icon-btn:hover {
    border-color: var(--theme-color);
    color: var(--theme-color);
}

.icon-btn:hover:before {
    opacity: 1;
    visibility: visible;
    transform: scale(1.001);
}

.icon-btn.style2 {
    --icon-size: 120px;
    background-color: var(--smoke-color);
}

.simple-icon {
    padding: 0;
    border: none;
    background-color: transparent;
    color: var(--title-color);
    line-height: 1;
    font-size: 25px;
    vertical-align: middle;
}

.simple-icon.style2 {
    color: var(--white-color);
}

.simple-icon:hover {
    color: var(--theme-color);
}

.play-btn {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.play-btn>i {
    display: inline-block;
    width: var(--icon-size, 85px);
    height: var(--icon-size, 85px);
    line-height: var(--icon-size, 85px);
    text-align: center;
    background-color: var(--white-color);
    color: var(--theme-color);
    font-size: var(--icon-font-size, 1.5em);
    border-radius: 50%;
    z-index: 1;
    transition: all ease 0.4s;
}

.play-btn:after,
.play-btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: var(--white-color);
    z-index: -1;
    border-radius: 50%;
    transition: all ease 0.4s;
}

.play-btn:after {
    animation-delay: 2s;
}

.play-btn:hover:after,
.play-btn:hover::before,
.play-btn:hover i {
    background-color: var(--theme-color);
    color: var(--white-color);
}

.link-btn {
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    line-height: 0.8;
    position: relative;
    padding-bottom: 2px;
    margin-bottom: -2px;
    text-transform: capitalize;
}

.link-btn i {
    margin-left: 7px;
    font-size: 0.9rem;
}

.link-btn:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: var(--theme-color);
    transition: all ease 0.4s;
}

.link-btn:hover {
    color: var(--theme-color);
}

.link-btn:hover::before {
    width: 100%;
}

.scroll-btn {
    position: fixed;
    bottom: 300px;
    right: 30px;
    z-index: 94;
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    border-radius: 50%;
    /* Small devices */
}

.scroll-btn i {
    display: inline-block;
    background-color: var(--theme-color);
    color: var(--white-color);
    text-align: center;
    font-size: 16px;
    width: var(--btn-size, 50px);
    height: var(--btn-size, 50px);
    line-height: var(--btn-size, 50px);
    z-index: 2;
    border-radius: inherit;
    position: relative;
    transition: all ease 0.8s;
}

.scroll-btn:before {
    content: "";
    position: absolute;
    left: var(--extra-shape, -6px);
    top: var(--extra-shape, -6px);
    right: var(--extra-shape, -6px);
    bottom: var(--extra-shape, -6px);
    background-color: var(--body-bg);
    border-radius: inherit;
    z-index: 1;
    transition: all ease 0.4s;
}

.scroll-btn:focus i,
.scroll-btn:hover i {
    background-color: var(--vs-secondary-color);
    color: var(--white-color);
}

.scroll-btn.show {
    bottom: 120px;
    opacity: 1;
    visibility: visible;
}

@media (max-width: 767px) {
    .scroll-btn {
        --btn-size: 40px;
        --extra-shape: -4px;
        right: 15px;
        bottom: 50px;
    }

    .scroll-btn.show {
        bottom: 15px;
    }
}

.scrollToTop {
    position: fixed;
    right: 60px;
    bottom: 500px;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.4s;
    z-index: 96;
}

.scrollToTop.show {
    bottom: 60px;
    opacity: 1;
    visibility: visible;
}

.btn-style2 {
    color: var(--white-color);
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    border-radius: 50px;
    background: var(--theme-color);
    padding: 0 42px;
}

/* Small devices */
@media (max-width: 767px) {
    .play-btn {
        --icon-size: 60px;
    }

    .scrollToTop {
        right: 20px;
    }

    .scrollToTop.show {
        bottom: 20px;
    }
}

/*------------------- 3.3. Titles -------------------*/
.sec-title2,
.sec-title {
    font-size: 60px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.sec-title2 {
    font-size: 55px;
}

.sec-subtitle {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    color: var(--theme-color);
    font-weight: 700;
    font-family: var(--title-font);
    line-height: 1;
    margin-top: -0.1em;
    margin-bottom: 25px;
}

.sec-subtitle2 {
    font-family: var(--title-font);
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--title-color);
    position: relative;
    margin-top: -0.25em;
    margin-bottom: 0;
    padding-bottom: 10px;
    display: block;
}

.title-divider2,
.title-divider1 {
    height: 3px;
    width: 24px;
    background-color: var(--theme-color2);
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 17px;
}

.title-divider2 {
    height: 4px;
    width: 42px;
}

.sec-text {
    font-size: 18px;
}

.sec-bubble {
    width: 36px;
    height: 36px;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.sec-bubble .bubble {
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: var(--theme-color2);
    border-radius: 50%;
}

.sec-bubble .bubble:nth-child(1) {
    top: 0;
    left: 50%;
    z-index: 3;
    margin-left: -10px;
}

.sec-bubble .bubble:nth-child(2) {
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: var(--theme-color);
}

.sec-bubble .bubble:nth-child(3) {
    left: 0;
    bottom: 0;
    z-index: 2;
    background-color: var(--vs-secondary-color);
}

.title-area {
    margin-bottom: calc(var(--section-title-space) - 22px);
}

.sec-btns {
    margin-bottom: calc(var(--section-title-space) - 9px);
}

.sec-btns .icon-btn {
    margin-right: 5px;
}

.sec-btns .icon-btn:last-child {
    margin-right: 0;
}

.sec-bottom-btns {
    margin-top: 40px;
    margin-bottom: 30px;
    text-align: center;
}

.vs-carousel+.sec-bottom-btns {
    margin-top: 10px;
}

.title-area-four {
    position: relative;
    margin-bottom: 46px;
}

.title-area-four h2 {
    color: #000;
    font-size: 60px;
    font-weight: 700;
    line-height: 65px;
    text-transform: capitalize;
    margin-bottom: 18px;
}

.title-area-four .sub-title {
    color: #444;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    display: inline-block;
}

.title-area-four img {
    margin-bottom: 21px;
    /* Large devices */
}

@media (max-width: 1199px) {
    .title-area-four img {
        margin-bottom: 0;
    }
}

/* Medium Large devices */
@media (max-width: 1399px) {

    .sec-title2,
    .sec-title {
        font-size: 48px;
    }
}

/* Large devices */
@media (max-width: 1199px) {

    .sec-title2,
    .sec-title {
        font-size: 42px;
    }

    .sec-subtitle {
        letter-spacing: 0.1em;
        margin-bottom: 20px;
    }

    .sec-text {
        font-size: 16px;
    }
}

/* Medium devices */
@media (max-width: 991px) {

    .sec-title2,
    .sec-title {
        font-size: 36px;
    }
}

/* Small devices */
@media (max-width: 767px) {
    .sec-btns {
        margin-bottom: 30px;
    }
}

/*------------------- 3.4. Common -------------------*/
.svg-hidden {
    position: absolute;
    width: 0;
    height: 0;
}

.vs-wave-shape {
    /* Small devices */
}

@media (min-width: 1399px) {
    .vs-wave-shape {
        margin-bottom: -40px;
    }
}

@media (max-width: 767px) {
    .vs-wave-shape {
        overflow: hidden;
    }

    .vs-wave-shape svg {
        height: 150px;
    }
}

.vs-wave-shape .svg {
    width: 100%;
}

.vs-wave-shape .wave-path {
    fill: var(--vs-secondary-color);
}

.vs-wave-shape.style2 .wave-path {
    fill: var(--white-color);
}

.vs-wave-shape.style3 .wave-path {
    fill: var(--smoke-color);
}

.shape-mockup-wrap {
    position: relative;
}

.shape-mockup-wrap .container-fluid,
.shape-mockup-wrap .container {
    z-index: 1;
    position: relative;
}

.shape-mockup {
    position: absolute;
    z-index: 1;
}

.image-scale-hover {
    overflow: hidden;
}

.image-scale-hover img {
    transition: all ease 0.4s;
    transform: scale(1.001);
}

.image-scale-hover:hover img {
    transform: scale(1.2);
}

.fa,
.fa:before,
.far,
.far:before,
.fas,
.fas:before,
.fal,
.fal:before {
    font-family: var(--icon-font) !important;
}

.vertical-line {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    height: 100%;
}

.z-index-step1 {
    position: relative;
    z-index: 4 !important;
}

.z-index-common {
    position: relative;
    z-index: 3;
}

.z-index-n1 {
    z-index: -1;
}

.media-body {
    flex: 1;
}

.badge {
    position: absolute;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    padding: 0.35em 0.55em;
    border-radius: 50%;
}

.mega-hover {
    position: relative;
    overflow: hidden;
}

.mega-hover img {
    transition: all 2s ease;
    transform: scale(1.001);
}

.mega-hover:after,
.mega-hover:before {
    content: "";
    position: absolute;
    pointer-events: none;
    opacity: 1;
    z-index: 3;
    transform: rotate(5deg);
}

.mega-hover:before {
    top: -10%;
    right: 51%;
    bottom: -10%;
    left: 50%;
    background: rgba(255, 255, 255, 0.3);
}

.mega-hover:after {
    top: 50%;
    right: -10%;
    bottom: 50%;
    left: -10%;
    background: rgba(255, 255, 255, 0.6);
}

.mega-hover:hover:before {
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 900ms linear;
}

.mega-hover:hover:after {
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: all 900ms linear;
}

.mega-hover:hover img {
    transform: scale(1.05);
}

@media (min-width: 1921px) {
    .d-hd-none {
        display: none !important;
    }
}

@media (min-width: 1700px) {
    .d-xxxl-block {
        display: block !important;
    }
}

/*------------------- 3.6. Font -------------------*/
.font-icon {
    font-family: var(--icon-font);
}

.font-title {
    font-family: var(--title-font);
}

.font-body {
    font-family: var(--body-font);
}

.fw-light {
    font-weight: 300;
}

.fw-normal {
    font-weight: 400;
}

.fw-medium {
    font-weight: 500;
}

.fw-semibold {
    font-weight: 600;
}

.fw-bold {
    font-weight: 700;
}

.fw-extrabold {
    font-weight: 800;
}

.fs-md {
    font-size: 18px;
}

.fs-xs {
    font-size: 14px;
}

.fs-20 {
    font-size: 20px;
}

/* Small devices */
@media (max-width: 767px) {
    .banner-slide4 .mega-hover {
        display: none
    }

    .fs-20,
    .fs-md {
        font-size: 16px;
    }
}

/*------------------- 3.7. Background -------------------*/
.bg-theme {
    background-color: var(--theme-color) !important;
}

.bg-vs-secondary {
    background-color: var(--vs-secondary-color) !important;
}

.bg-smoke {
    background-color: var(--smoke-color) !important;
}

.bg-vs-light {
    background-color: var(--light-color) !important;
}

.bg-white {
    background-color: var(--white-color) !important;
}

.bg-black {
    background-color: var(--black-color) !important;
}

.bg-title {
    background-color: var(--title-color) !important;
}

.background-image,
[data-bg-src] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.bg-fluid {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}

.bg-auto {
    background-size: auto auto;
}

/*------------------- 3.8. Text Color -------------------*/
.text-theme {
    color: var(--theme-color) !important;
}

.text-title {
    color: var(--title-color) !important;
}

.text-body {
    color: var(--body-color) !important;
}

.text-white {
    color: var(--white-color) !important;
}

.text-yellow {
    color: var(--yellow-color) !important;
}

.text-success {
    color: var(--success-color) !important;
}

.text-error {
    color: var(--error-color) !important;
}

.text-inherit {
    color: inherit;
}

.text-inherit:hover {
    color: var(--theme-color);
}

a.text-theme:hover,
.text-reset:hover {
    text-decoration: underline;
}

/*------------------- 3.9. Overlay -------------------*/
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.position-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

[data-overlay] {
    position: relative;
}

[data-overlay] [class^=col-],
[data-overlay] [class*=col-] {
    z-index: 1;
}

[data-overlay]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

[data-overlay=theme]:before {
    background-color: var(--theme-color);
}

[data-overlay=title]:before {
    background-color: var(--title-color);
}

[data-overlay=white]:before {
    background-color: var(--white-color);
}

[data-overlay=black]:before {
    background-color: var(--black-color);
}

[data-opacity="1"]:before {
    opacity: 0.1;
}

[data-opacity="2"]:before {
    opacity: 0.2;
}

[data-opacity="3"]:before {
    opacity: 0.3;
}

[data-opacity="4"]:before {
    opacity: 0.4;
}

[data-opacity="5"]:before {
    opacity: 0.5;
}

[data-opacity="6"]:before {
    opacity: 0.6;
}

[data-opacity="7"]:before {
    opacity: 0.7;
}

[data-opacity="8"]:before {
    opacity: 0.8;
}

[data-opacity="9"]:before {
    opacity: 0.9;
}

[data-opacity="10"]:before {
    opacity: 1;
}

/*------------------- 3.10. Animation -------------------*/
.transform-banner img {
    animation: border-transform 20s linear infinite alternate forwards;
    border-radius: 100%;
}

.jump-reverse-img,
.jump-img,
.jump-reverse,
.jump {
    animation: jumpping var(--duration, 6s) infinite linear;
}

.jump-reverse-img,
.jump-img {
    --duration: 5s;
}

.jump-reverse-img,
.jump-reverse {
    --jump-y: -20px;
}

.rotate-reverse-img,
.rotate-img,
.rotate-reverse,
.rotate {
    animation: rotate var(--duration, 12s) infinite linear;
}

.rotate-reverse-img,
.rotate-img {
    --duration: 40s;
}

.rotate-reverse {
    --rotate-angle: -360deg;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.wow-animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fadein {
    --animation-name: fadein-custom;
}

.slideinup {
    --animation-name: slideinup;
}

.slideindown {
    --animation-name: slideindown;
}

.slideinleft {
    --animation-name: slideinleft;
}

.slideinright {
    --animation-name: slideinright;
}

.animated {
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-duration: 1s;
    animation-delay: 0.3s;
    animation-name: var(--animation-name);
}

.ripple-animation,
.play-btn:after,
.play-btn:before {
    animation-duration: var(--ripple-ani-duration);
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-name: ripple;
}

@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    30% {
        opacity: 0.4;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(var(--rotate-angle, 360deg));
    }
}

@keyframes slideinup {
    0% {
        opacity: 0;
        transform: translateY(70px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes slideindown {
    0% {
        opacity: 0;
        transform: translateY(-70px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes slideinleft {
    0% {
        opacity: 0;
        transform: translateX(-70px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes slideinright {
    0% {
        opacity: 0;
        transform: translateX(70px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes fadein-custom {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes jumpping {

    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }

    40% {
        transform: translate3d(0, var(--jump-y, 20px), var(--jump-x, 0));
    }
}

@keyframes border-transform {

    0%,
    100% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }

    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
}


/*------------------- 4.2. Header  -------------------*/
.vs-header {
    position: relative;
    z-index: 41;
    border-bottom: 1px solid #ccc;
}

.header-logo {
    max-width: 270px;
    padding: 15px 0;
}

.will-sticky .sticky-active {
    position: fixed;
    top: -100%;
    right: 0;
    left: 0;
    background-color: var(--white-color);
    transition: all ease 0.8s;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
}

.will-sticky .sticky-active.active {
    top: 0;
}

.header-logo2 h2 {
    color: var(--theme-color);
}

.main-menu a {
    display: block;
    position: relative;
    color: var(--title-color);
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
    /* Extra large devices */
}

@media (max-width: 1500px) {
    .main-menu a {
        font-size: 16px;
    }
}

.main-menu a:hover {
    color: var(--theme-color);
}

.main-menu>ul>li {
    margin: 0 18px;
}

.main-menu ul {
    margin: 0;
    padding: 0;
}

.main-menu ul li {
    list-style-type: none;
    display: inline-block;
    position: relative;
}

.main-menu ul li.menu-item-has-children>a:after {
    content: "\f078";
    position: relative;
    font-family: var(--icon-font);
    margin-right: 5px;
    top: -0.8px;
    font-size: 0.8rem;
}

.main-menu ul li:last-child {
    margin-left: 0;
}

.main-menu ul li:first-child {
    margin-right: 0;
}

.main-menu ul li:hover>ul.sub-menu,
.main-menu ul li:hover ul.mega-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    z-index: 9;
}

.main-menu ul.sub-menu,
.main-menu ul.mega-menu {
    position: absolute;
    text-align: left;
    top: 100%;
    right: 0;
    background-color: var(--body-bg);
    visibility: hidden;
    min-width: 190px;
    width: max-content;
    padding: 7px;
    left: -14px;
    margin-top: 50px;
    opacity: 0;
    z-index: -1;
    border-bottom: 3px solid var(--theme-color);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.09), 0px 3px 0px 0px rgba(231, 13, 60, 0.004);
    transform-origin: top center;
    transition: margin-top 0.4s ease-in-out 0s, visibility 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, z-index 0s;
}

.main-menu ul.sub-menu a,
.main-menu ul.mega-menu a {
    font-size: 16px;
    line-height: 30px;
}

.main-menu ul.sub-menu {
    padding: 18px 20px;
    right: -27px;
}

.main-menu ul.sub-menu:before {
    content: "";
    position: absolute;
    right: 34px;
    top: 30px;
    width: 1px;
    background-color: var(--border-color);
    height: calc(100% - 65px);
}

.main-menu ul.sub-menu li {
    display: block;
    margin: 0 0;
    padding: 3px 9px;
}

.main-menu ul.sub-menu li.menu-item-has-children>a:after {
    content: "\f105";
    float: left;
    top: 3px;
}

.main-menu ul.sub-menu li a {
    position: relative;
    padding-left: 21px;
}

.main-menu ul.sub-menu li a:before {
    content: "\f111";
    position: absolute;
    top: 2.8em;
    left: 0;
    font-family: var(--icon-font);
    width: 11px;
    height: 11px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-size: 0.2em;
    line-height: 11.5px;
    color: var(--theme-color);
    font-weight: 700;
    background-color: var(--body-bg);
    box-shadow: inset 0px 2px 4px 0px rgba(232, 6, 60, 0.4);
}

.main-menu ul.sub-menu li ul.sub-menu {
    right: 100%;
    left: auto;
    top: 0;
    margin: 0 0;
    margin-right: 20px;
}

.main-menu ul.sub-menu li ul.sub-menu li ul {
    right: 100%;
    left: auto;
}

.main-menu .mega-menu-wrap {
    position: static;
}

.main-menu .mega-menu-wrap:before {
    display: none;
}

.main-menu ul.mega-menu {
    display: flex;
    justify-content: space-between;
    text-align: right;
    width: 100%;
    max-width: var(--main-container);
    padding: 20px 15px 23px 15px;
    right: 50%;
    transform: translateX(-50%);
}

.main-menu ul.mega-menu li {
    display: block;
    width: 100%;
    padding: 0 15px;
}

.main-menu ul.mega-menu li li {
    padding: 4px 0;
}

.main-menu ul.mega-menu li a {
    display: inline-block;
}

.main-menu ul.mega-menu>li>a {
    display: block;
    padding: 0;
    padding-bottom: 5px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-weight: 700;
    color: var(--title-color);
    border-color: var(--theme-color);
}

.main-menu ul.mega-menu>li>a::after,
.main-menu ul.mega-menu>li>a::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 15px;
    height: 1px;
    background-color: var(--theme-color);
}

.main-menu ul.mega-menu>li>a::after {
    width: calc(100% - 20px);
    right: 20px;
}

.main-menu ul.mega-menu>li>a:hover {
    padding-right: 0;
}

.main-menu .home>a {
    position: relative;
}

.main-menu .home>a:before {
    content: "\f80a";
    font-family: var(--icon-font);
    background-color: var(--theme-color);
    color: var(--white-color);
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 14px;
}

. .header-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.header-links li {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: var(--title-color);
    font-family: var(--body-font);
    margin: 0 35px 0 0;
    line-height: 1;
}

.header-links li:last-child {
    margin-left: 0;
}

.header-links i {
    color: var(--theme-color);
    margin: 0 0 0 10px;
    font-size: 20px;
    vertical-align: middle;
    transition: all ease 0.4s;
}

.header-links a {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    color: var(--theme-color);
}

.header-links.style-white {
    padding: 0 40px;
}

.header-links a:hover,
.header-links a:hover i {
    color: var(--vs-secondary-color);
}



.header-links.style3 i {
    border-color: transparent;
    color: var(--title-color);
    background-color: var(--theme-color2);
}


.header-layout4 {
    position: relative;
}

.header-top4 {
    background-color: var(--vs-secondary-color);
    padding: 10px 0 53px;
    /* Large devices */
}

@media (max-width: 1199px) {
    .header-top4 {
        display: none;
    }
}

.header-links.v4 ul li {
    margin: 0 0px 0 20px;
}

.header-links.v4 ul li i {
    background-color: var(--white-color);
    color: var(--vs-secondary-color);
}

.header-links.v4 ul li a {
    font-family: var(--title-font);
}

.header-links.v5>ul>li {
    margin-left: 76px;
}

.header-links.v5>ul>li:last-child {
    margin-left: 0;
}

.social-links4 li {
    position: relative;
    padding-left: 16px;
    margin-left: 15px;
}

.social-links4 li:last-child {
    padding-left: 0;
    margin-left: 0;
}

.social-links4 li:last-child::before {
    display: none;
}

.social-links4 li::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 1px;
    height: 18px;
    background: #B3B3B3;
}

.social-links4 li a i {
    font-size: 18px;
}

.menu-style4>ul>li {
    margin: 0 24px;
    position: relative;
}

.menu-style4>ul>li::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -33px;
    width: 8px;
    height: 8px;
    background-color: #D9D9D9;
    border-radius: 50%;
    margin-top: 2px;
}

.menu-style4>ul>li:last-child::before {
    left: auto;
    right: -30px;
}

.menu-style4>ul>li a {
    position: relative;
}

.menu-style4>ul>li a:hover::before {
    opacity: 1;
    visibility: visible;
}

.menu-style4>ul>li a::before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 5px;
    background-color: #049dfc;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease;
}

.menu-style4 ul.mega-menu li a:before {
    display: none;
}

.menu-style4 {
    margin-right: 59px;
    padding-top: 5px;
    /* Medium Large devices */
    /* Large devices */
}

@media (max-width: 1399px) {
    .menu-style4 {
        margin-right: 15px;
    }
}

@media (max-width: 1199px) {
    .menu-style4 {
        display: none !important;
    }
}

.menu-style4>ul>li a::after {
    display: none;
}

.menu-style4>ul>li a i {
    font-size: 12px;
    position: relative;
    top: -2px;
    margin-left: 7px;
}

.header-lower4 {
    position: relative;
    background-color: var(--white-color);
    padding: 1px 0px 8px 16px;
    border-radius: 50px 0px 0px 50px;
    margin-top: -45px;
}

@media (max-width: 1199px) {
    .header-lower4 {
        margin-top: 0;
        border-radius: 0;
        padding-left: 0;
    }
}

.header-lower4::before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background-color: var(--white-color);
}

@media (max-width: 1199px) {
    .header-lower4::after {
        content: "";
        position: absolute;
        top: 0;
        right: 100%;
        width: 100%;
        height: 100%;
        background-color: var(--white-color);
    }
}

.header-links-btn {
    margin-top: 3px;
}

.menu-style4>ul>li.v1>a {
    color: var(--theme-color);
}

.header-icons4 {
    margin-left: 3px;
    margin-top: 5px;
}

.simple-icon.v2 {
    position: relative;
    padding-left: 17px;
    margin-left: 8px;
}

.simple-icon.v2::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 1px;
    height: 18px;
    background: #B3B3B3;
}

.simple-icon.cart {
    position: relative;
    font-size: 36px;
}

.simple-icon.cart:hover {
    color: var(--theme-color);
}

.simple-icon.cart span {
    position: absolute;
    top: 0;
    left: -10px;
    font-size: 13px;
    color: var(--title-color);
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-weight: 500;
    display: inline-block;
    border-radius: 50%;
    background-color: var(--theme-color2);
}

.vs-btn.v4 {
    height: 50px;
    line-height: 50px;
    padding: 0 42px;
    margin-top: 5px;
    /* Medium devices */
}



@media (max-width: 992px) {
    .banner-slide4 .mega-hover {
        display: none
    }

    .vs-btn.v4,
    .header-layout1 .vs-btn.style2 {
        display: none;
    }

    .class-content .vs-btn.v4 {
        display: block;
    }
}

.sticky-active.active .header-lower4 {
    margin-top: 0;
}

.header-layout5 {
    position: relative;
}

.header-top5 {
    background-color: var(--vs-secondary-color);
    padding: 11px 0 8px;
    /* Large devices */
}

@media (max-width: 1199px) {
    .banner-slide4 .mega-hover {
        display: none
    }

    .header-top5 {
        display: none;
    }
}

.vs-hero-wrapper4 {
    position: relative;
    margin-top: 0px;
    overflow: hidden;
    /* Medium devices */
}

@media (max-width: 991px) {
    .vs-hero-wrapper4 {
        margin-top: 0px;
    }
}

.navbar {
    background: #fff;
}

.navbar-light img {
    max-width: 55%;
    border-radius: 10px
}

.navbar-light .navbar-nav .nav-link {
    color: #640000;
}

.banner-slide4 {
    position: relative;
    height: 95vh;
    /* background-image: url(../images/01.png); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.banner-slide4-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.45);
    /* Ø¯Ø±Ø¬Ø© Ø§Ù„Ø´ÙØ§ÙÙŠØ© */
    z-index: 1;
}

.banner-slide4>img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

img.img-slider {
    max-width: 20%;
    margin-bottom: 20px;
}

.banner-slide4-content {
    position: absolute;
    top: 40%;
    transform: translateY(-40%);
    left: 0;
    width: 100%;
    z-index: 99;
    text-align: -webkit-center;
}

.banner-slide4-kids {
    position: relative;
    height: 85vh;
    background-image: url(../images/slider2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.banner-slide4-kids>img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.banner-slide4-content-kids {
    position: absolute;
    top: 40%;
    transform: translateY(-40%);
    left: 0;
    width: 100%;
    z-index: 99;
    text-align: -webkit-center;
}



.banner-slide4.public {
    position: relative;
    height: 85vh;
    background-image: url(../images/slider3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.banner-slide4.public>img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.banner-slide4-content.public {
    position: absolute;
    top: 40%;
    transform: translateY(-40%);
    left: 0;
    width: 100%;
    z-index: 99;
    text-align: -webkit-center;
}



.banner-content4 .banner-title {
    color: var(--white-color);
    font-size: 45px;
    font-weight: 700;
    line-height: 70px;
    margin-bottom: 17px;
    /* Small devices */
    /* Extra small devices */
}

@media (max-width: 767px) {
    .banner-slide4-kids .banner-content4 {
        width: 50%;
    }

    .banner-content4 .banner-title {
        font-size: 35px;
    }

    .header-logo {
        max-width: 100px;
        padding: 15px 0;
    }
}

@media (max-width: 575px) {
    .banner-slide4-kids .banner-content4 {
        width: 50%;
    }

    .banner-content4 .banner-title {
        font-size: 40px;
    }
}

.banner-content4 .banner-title span {
    position: relative;
    display: inline-block;
    color: #e8d2a1;
}



.banner-content4 p {
    color: var(--white-color);
    font-size: 45px;
    font-weight: 600;
    line-height: normal;
    padding: 0 0px;
    margin-bottom: 25px;
}

@media (max-width: 991px) {
    .banner-content4 p {
        font-size: 35px;
        padding-right: 0px;
    }
}

@media (max-width: 416px) {
    .banner-content4 p {
        font-size: 25px;
        padding-right: 0px;
    }
}

.list-btn {
    display: flex;
    justify-content: space-evenly;
}

.list-btn a {
    margin-bottom: 10px
}

.header-links.v5.style-white {
    text-align: end;
}

@media (max-width: 767px) {
    .banner-content4 .banner-title {
        color: var(--white-color);
        font-size: 35px;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 10px;
    }

    .list-btn {
        display: flex;
        flex-direction: column;
    }
}

/*=================================
    05. Spacing
==================================*/
.pb-30 {
    padding-bottom: 30px;
}

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

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

.mt-n1 {
    margin-top: -0.25rem;
}

.mt-n2 {
    margin-top: -0.5rem;
}

.mt-n3 {
    margin-top: -1rem;
}

.mt-n4 {
    margin-top: -1.5rem;
}

.mt-n5 {
    margin-top: -3rem;
}

.mb-n1 {
    margin-bottom: -0.25rem;
}

.mb-n2 {
    margin-bottom: -0.5rem;
}

.mb-n3 {
    margin-bottom: -1rem;
}

.mb-n4 {
    margin-bottom: -1.5rem;
}

.mb-n5 {
    margin-bottom: -3rem;
}

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

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

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

.space,
.space-top {
    padding-top: var(--section-space);
}

.space,
.space-bottom {
    padding-bottom: var(--section-space);
}

.space-extra,
.space-extra-top {
    padding-top: calc(var(--section-space) - 30px);
}

.space-extra,
.space-extra-bottom {
    padding-bottom: calc(var(--section-space) - 30px);
}

/* Medium devices */
@media (max-width: 991px) {

    .space,
    .space-top {
        padding-top: var(--section-space-mobile);
    }

    .space,
    .space-bottom {
        padding-bottom: var(--section-space-mobile);
    }

    .space-extra,
    .space-extra-top {
        padding-top: calc(var(--section-space-mobile) - 30px);
    }

    .space-extra,
    .space-extra-bottom {
        padding-bottom: calc(var(--section-space-mobile) - 30px);
    }

    .space-top-md-none {
        padding-top: 0;
    }
}

/* Small devices */
@media (max-width: 767px) {
    .pt-sm-none {
        padding-top: 0;
    }
}

.dots-spacing-top .slick-dots {
    margin-bottom: 0;
    margin-top: 50px;
    /* Medium devices */
}

@media (max-width: 991px) {
    .dots-spacing-top .slick-dots {
        position: relative;
        top: -40px;
    }
}



.category-style2 {
    position: relative;
    margin-bottom: 30px;
    text-align: -webkit-center;
}

.category-style2 .category-img {
    width: 270px;
    height: 270px;
    border-radius: 50%;
    overflow: hidden;
}

.category-style2 .category-img img {
    width: 100%;
    transition: all ease 0.4s;
    transform: scale(1.001);
}

.category-style2 .category-title {
    margin-bottom: 5px;
    margin-top: -0.2em;
}

.category-style2 .category-content {
    background-color: var(--white-color);
    border: 2px solid var(--vs-secondary-color);
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    border-radius: 10px;
    padding: 15px 48px 15px 48px;
    transition: all ease 0.4s;
    text-align: center;
}

.category-style2 .category-text {
    margin: 0;
    font-weight: 500;
    color: var(--title-color);
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
}

.category-style2:hover .category-img img {
    transform: scale(1.15);
}

.category-style2:hover .category-content {
    border-color: var(--theme-color);
}

h2.sec-title span {
    color: var(--theme-color);
}


.title-area .sec-text {
    width: 65%;
    margin: 0 auto;
    color: #fff;
}

/* Medium Large devices */
@media (max-width: 1399px) {
    .category-style2 .category-title {
        font-size: 28px;
    }

    .category-style2 .category-text {
        font-size: 16px;
    }

    .category-style2 .category-content {
        bottom: 20px;
        width: 100%;
        padding: 23px 30px 25px 30px;
        transition: all ease 0.4s;
    }

    .category-style2 .category-text {
        font-size: 16px;
    }
}

/* Small devices */
@media (max-width: 767px) {
    .category-style2 {
        text-align: center;
    }

    .title-area .sec-text {
        width: 100%;
        margin: 0 auto;
    }

    .category-style2 .category-img {
        width: 100%;
        height: auto;
    }

    .category-style2 .category-content {
        position: relative;
        right: 0;
        bottom: 0;
        width: 100%;
        margin: -30px auto 0 auto;
        padding: 15px 10px 15px 10px;
    }

    .category-style2 .category-title {
        font-size: 18px;
    }

    .category-style2 .category-text {
        font-size: 12px;
    }
}



.registration-section {
    position: relative;
    padding-top: 0px !important;
}

.registration-box {
    position: relative;
    padding: 40px 119px 40px 130px;
}

@media (max-width: 1399px) {
    .registration-box {
        padding: 40px 119px 40px 130px;
    }
}

@media (max-width: 1199px) {
    .registration-box {
        background-image: unset;
        background-color: var(--theme-color);
        border-radius: 20px;
        padding: 40px 119px 40px 130px;
    }
}

@media (max-width: 991px) {
    .banner-slide4-kids .banner-content4 {
        width: 90%;
    }

    .registration-box {
        padding-bottom: 55px;
    }
}

@media (max-width: 767px) {
    .registration-box {
        padding: 40px 37px 54px 40px;
    }
}

@media (max-width: 416px) {
    .registration-box {
        padding: 35px 28px 40px 28px;
    }
}

.papper-plan {
    position: absolute;
    top: 15px;
    right: 0;
    z-index: -1
}

@media (max-width: 1399px) {
    .papper-plan {
        display: none;
    }
}

.register-img {
    position: absolute;
    top: 104px;
    right: 60px;
    /* Medium Large devices */
    /* Large devices */
    /* Medium devices */
}

@media (max-width: 1399px) {
    .register-img {
        right: 0;
    }
}

@media (max-width: 1199px) {
    .register-img {
        top: 10px;
        right: 0;
    }
}

@media (max-width: 991px) {
    .register-img {
        display: none;
    }
}

.registration-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mtb-15 {
    margin: 15px 0;
}

.registration-content span {
    color: var(--white-color);
    font-size: 27px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 15px;
    text-align: center;
}

@media (max-width: 575px) {
    .registration-content span {
        line-height: 40px;
    }
}

@media (max-width: 416px) {
    .registration-content span {
        font-size: 14px;
    }
}

.mt-25 {
    margin-top: 134px;
}

.registration-content img {
    max-width: 100px;
}

.about img {
    aspect-ratio: 1 / 1;
    margin-bottom: 24px;
    border-radius: 14px;
    border: 3px solid #ffe99c;
}

.mygames .about img {
    aspect-ratio: 1 / 1;
    margin-bottom: 20px;
    border-radius: 14px;
    border: 3px solid #ffe99c;
}

.mygames .about .col {
    margin-bottom: 5px
}

.registration-content h2 {
    color: #ffd544;
    font-size: 45px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 30px;
    /* Large devices */
    /* Medium devices */
    /* Small devices */
    /* Extra small devices */
}

@media (max-width: 1199px) {
    .registration-content h2 {
        font-size: 50px;
    }
}

@media (max-width: 991px) {
    .registration-content h2 {
        font-size: 43px;
    }
}

@media (max-width: 767px) {
    .registration-content h2 {
        font-size: 35px;
    }

}

@media (max-width: 416px) {
    .registration-content h2 {
        font-size: 27px;
    }

}

.reg-btn {
    color: var(--white-color);
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 56px;
    height: 56px;
    padding: 0 51px;
    border-radius: 50px;
    background: var(--theme-color);
    display: inline-block;
}


.class-style1 .class-info,
.class-style2 .class-info {
    color: var(--vs-secondary-color);
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 15px 0;
    line-height: 1;
}

.class-style1 .class-info .info,
.class-style2 .class-info .info {
    font-weight: 400;
    color: var(--body-color);
}

.class-style1 .class-title,
.class-style2 .class-title {
    text-transform: capitalize;
}

.class-style1 .class-price,
.class-style2 .class-price {
    font-size: 50px;
    font-weight: 600;
    font-family: var(--title-font);
    color: var(--theme-color);
    margin: 25px 0 0 0;
    line-height: 1;
}

.class-style1 .class-price .duration,
.class-style2 .class-price .duration {
    font-weight: 500;
    font-size: 16px;
    color: var(--title-color);
}

.class-style1 {
    display: flex;
    align-items: center;
    position: relative;
}

.class-style1 .class-content {
    flex: 1;
    background-color: var(--white-color);
    border: 2px solid #C5C5C5;
    padding: 70px 15px 30px 15px;
    position: relative;
    z-index: 1;
    border-radius: 35px;
    transition: all ease 0.4s;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.1);
}

.class-style1:hover .class-content {
    border-color: var(--theme-color);
    box-shadow: none;
}

.class-style1 .class-title {
    font-size: 28px;
}

.class-style1 .class-img {
    overflow: hidden;
    border-radius: 35px;
    width: 75px;
    position: absolute;
    z-index: 2;
    left: 0px;
    top: -35px;
}

.class-style1 .class-img img {
    width: 100%;
    transform: scale(1.001);
    transition: all ease 0.4s;
}

.class-style1:hover .class-img img {
    transform: scale(1.15);
}

.class-style1 .class-btn {
    display: inline-block;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    border: 2px solid var(--border-color);
    background-color: var(--white-color);
    color: var(--body-color);
    border-radius: 50%;
    transition: all ease 0.4s;
}

.class-style1:hover .class-btn {
    background-color: var(--theme-color);
    color: var(--white-color);
    border-color: transparent;
}

.class-style1:hover .class-btn:hover {
    background-color: var(--vs-secondary-color);
    color: var(--white-color);
}

@media (max-width: 767px) {
    .class-style1 .class-img {
        left: 10px;
        top: -15px;
    }

    .class-style1 .class-content {
        padding: 30px 15px;
    }

    .class-style1 .class-title {
        font-size: 24px;
    }
}

.footer-layout4 {
    position: relative;
    background: #252e2b;
    padding: 50px 0;
    margin-top: 50px;
    text-align: center;
}

.widget_title.v4 {
    color: var(--white-color);
    margin-bottom: 37px;
}

.widget-about-two p {
    color: #D0D0D0;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    padding-right: 35px;
    margin-bottom: 31px;
}

.time-shadule {
    list-style: none;
    padding-left: 0;
}

.time-shadule li {
    color: #FFF;
    font-family: light;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 16px;
}

.time-shadule li span {
    font-weight: 700;
    margin-left: 4px;
}

.menu.v4 li a {
    color: var(--white-color);
}

.menu.v4 li a::before {
    border-radius: 50px;
    top: 50%;
    transform: translateY(-50%);
}

.footer-form-box {
    border-radius: 20px;
    background-color: var(--theme-color2);
    padding: 36px 40px 44px;
    /* Large devices */
}

@media (max-width: 1199px) {
    .footer-form-box {
        padding: 36px 24px 44px;
    }
}

.footer-form-box p {
    color: var(--white-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    text-transform: capitalize;
    margin-bottom: 19px;
}



@media (max-width: 1199px) {
    .footer-logo4 {
        text-align: center;
    }
}

@media (max-width: 575px) {
    .footer-logo4 {
        text-align: center;
    }
}

.social-style1.v2 a {
    background-color: unset;
    border: 0px solid var(--theme-color2);
    line-height: 46px;
    color: var(--white-color);
}

.social-style1.v2 a:hover {
    background-color: var(--theme-color2);
    color: var(--title-color);
}

.social-style1.v2 a:hover::before {
    display: none;
}

.vs-social a {
    display: inline-block;
    position: relative;
    width: var(--icon-size, 50px);
    height: var(--icon-size, 50px);
    line-height: var(--icon-size, 50px);
    margin-right: 5px;
    font-size: 18px;
    text-align: center;
    background-color: var(--white-color);
    color: var(--title-color);
    border-radius: 50%;
    z-index: 1;
    transition: all ease 0.4s;
}

.vs-social a:last-child {
    margin-right: 0;
}

.vs-social a::before {
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    bottom: 3px;
    right: 3px;
    background-color: var(--vs-secondary-color);
    border-radius: inherit;
    transition: all ease 0.3s;
    transform: scale(0.4);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.vs-social a:hover {
    color: var(--white-color);
    background-color: var(--theme-color);
}

.vs-social a:hover:before {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.copyright-text {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: var(--black-color);
    font-family: var(--title-font);
}

.copyright-text a {
    color: #e8d2a1;
    text-decoration: none;
}

.copyright-text a:hover {
    color: var(--theme-color2);
}

@media (max-width: 767px) {
    .copyright-text {
        font-size: 16px;
    }
}

.service-details {
    position: relative;
}

.service-details .row {
    /* Medium devices */
}

@media (max-width: 991px) {
    .service-details .row {
        margin-bottom: -50px;
    }
}

.footer-menu a {
    color: #fff;
    margin: 0 20px;
}

.service-card3 {
    position: relative;
    text-align: center;
    padding: 75px 0 0px;
}

.service-card3 span {
    width: 70%;
    margin: 0 auto;
}

.service-card3 span.noot {
    background: #ff4d4f;
    width: 50%;
    padding: 10px;
    margin: 0 auto;
    color: #fff;
    border-radius: 25px;
}

.service-card3:hover .ser-icon3 img {
    transform: rotate(360deg);
}

@media (max-width: 1199px) {
    .service-card3 {
        background-color: #52e28a;
        border-radius: 20px;
        padding: 40px 0 41px;
    }
}

@media (max-width: 991px) {
    .service-card3 {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .service-card3 {
        width: 100%;
    }
}

.service-card3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 30px;
    width: 419px;
    height: 426px;
    z-index: -11;
    background-image: url(../images/ser-col-bg3.png);
    /* Large devices */
}

@media (max-width: 1199px) {
    .service-card3::before {
        display: none;
    }
}

.service-card3 .title {
    font-size: 34px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 5px;
    color: #fff;
}

.service-card3 .title a {
    color: #083666;
}

.service-card3 .title a:hover {
    color: var(--theme-color);
}

.service-card3 span {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    display: block;
    margin-bottom: 22px;
    color: #fff;
}

.service-card3.v2 {
    /* Large devices */
}

@media (max-width: 1199px) {
    .service-card3.v2 {
        background-color: #017D52;
    }
}

.service-card3.v2::before {
    background-image: url(../images/ser-col-bg.png);
}



@media (max-width: 1199px) {
    .service-card3.v3 {
        background-color: #fdcc8d;
    }
}

.service-card3.v3::before {
    background: #fdcc8d;
}

.ser-icon3 {
    width: 80px;
    height: 80px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin: 0 auto 17px;
    display: inline-block;
    padding: 15px;
}

.ser-icon3 img {
    transition: all 300ms ease;
}

.service-style1 {
    --theme-color: #e9bb1b;
    margin-bottom: 0px;
    position: relative;

}

.service-style1 .service-body {
    text-align: center;
    padding-bottom: 40px;
    position: relative;
}

.service-style1 .service-img {
    border-radius: 50%;
    overflow: hidden;
    height: 180px;
    width: 180px;
}

.service-style1 .service-img img {
    width: 100%;
    transform: scale(1.001);
    transition: all ease 0.4s;
    height: 100%;
    object-fit: contain;
}

.iti__country-list {
    position: absolute;
    left: 0 !important;
    z-index: 2000 !important;
    list-style: none;
    text-align: right !important;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
    background-color: #fff;
    border: 1px solid #ccc;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.iti__country-name,
.iti__flag-box {
    margin-right: 6px;
    margin-left: 6px;
}

.service-style1 .service-content {
    padding: 10px 10px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    z-index: 1;
    background-color: #000;
    border-radius: 50px;
    margin-top: 0;
}

.service-style1 .service-icon {
    width: var(--icon-size, 100px);
    height: var(--icon-size, 100px);
    line-height: var(--icon-size, 100px);
    background-color: var(--white-color);
    text-align: center;
    border-radius: var(--icon-radius, 10px 50px 10px 10px);
    display: inline-block;
    margin-top: -35px;
    margin-bottom: 28px;
    transition: all ease 0.4s;
}

.service-style1 .service-title {
    color: var(--white-color);
    font-size: 18px;
    margin-bottom: 0px;
}

.service-style1 .service-title a {
    color: inherit;
}

.service-style1 .service-title a:hover {
    text-decoration: underline;
}

.service-style1 .service-text {
    color: var(--white-color);
    margin: 0 0 17px 0;
}

.service-style1 .service-bottom {
    overflow: hidden;
}

.service-style1 .service-btn {
    display: block;
    border: 3px solid var(--white-color);
    color: var(--white-color);
    border-radius: 10px;
    height: 50px;
    line-height: 43px;
    font-family: var(--title-font);
    font-weight: 600;
    transition: all ease 0.4s;
    margin-bottom: -50px;
    opacity: 0;
    visibility: hidden;
}

.service-style1 .service-btn:hover {
    background-color: var(--white-color);
    color: var(--theme-color);
}

.service-style1:hover .service-btn {
    margin-bottom: 0;
    opacity: 1;
    visibility: visible;
}

.service-style1:hover .service-icon {
    background-color: var(--theme-color2);
}

.service-style1:hover .service-img img {
    /* transform: scale(1.15); */
    filter: blur(1px);
    transition: all ease 0.4s;
}

.service-style1:nth-child(2n+2) {
    --theme-color: #18C0CB;
    --icon-radius: 10px 10px 10px 50px;
}

.service-style1:nth-child(3n+3) {
    --theme-color: #490D59;
    --icon-radius: 50px 10px 10px 10px;
}

.service-style1:nth-child(4n+4) {
    --theme-color: #E93500;
    --icon-radius: 10px 10px 50px 10px;
}

/* Large devices */
@media (max-width: 1199px) {
    .service-style1 .service-body {
        padding-bottom: 50px;
    }
}

/* Small devices */
@media (max-width: 767px) {
    .service-style1 .service-content {
        position: relative;
    }

    .service-style1 .service-body {
        padding-bottom: 0;
    }

    .service-style1 .service-btn {
        margin-bottom: 0;
        opacity: 1;
        visibility: visible;
    }

}

.deliver-time {
    justify-content: space-between;
}



.catrgory-block input[type="checkbox"] {
    position: absolute;
    top: 0;
    z-index: 9;
    width: 20px;
    height: 20px;
}

.catrgory-block input[type="radio"] {
    position: absolute;
    top: 0;
    z-index: 9;
    width: 20px;
    height: 20px;
}



.catrgory-block input[type="checkbox"]:checked~.radio.smile .service-content {
    background-color: #ffffff;
}

.catrgory-block input[type="checkbox"]:checked~.radio.smile .service-style1 .service-title {
    color: #640000;
}

.catrgory-block input[type="checkbox"]:checked~.radio.smile .service-style1 .service-img {
    filter: drop-shadow(2px 4px 6px black)
}

.space1 {
    padding: 50px 0 300px 0;
}

.catrgory-block input[type="radio"]:checked~.radio.smile {
    border: 0px solid #252e2b;
}

.form-wrap1.space {
    /* Medium devices */
}

.form-wrap1 .sec-text {
    font-size: 27px;
}

@media (min-width: 991px) {
    .form-wrap1.space {
        padding-bottom: 480px;
    }
}

@media (max-width: 991px) {
    .form-wrap1.space {
        background-image: none !important;
    }
}

.catrgory-block input[type="radio"]:checked~.radio.smile .service-content {
    background-color: #252e2b;
}



.catrgory-block label {
    cursor: pointer;
}

.catrgory-block input[type=checkbox]~label:before {
    display: none;
}

.catrgory-block input[type=radio]~label:before {
    display: none;
}

.shipped-address .sec-title {
    font-size: 28px;
    text-align: center;
    border: 1px solid #a9a9a9;
    width: fit-content;
    padding: 10px 30px;
    border-radius: 30px;
    margin: 0 auto
}

.card-form {
    background: #f2f2f2;
    width: 50%;
    margin: 0 auto;
    padding: 20px;
    border-radius: 30px;
}

@media (max-width: 767px) {
    .card-form {
        width: 100%;

    }
}


.quantity {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}

.quantity>label {
    font-size: 14px;
    color: var(--body-color);
    font-weight: 700;
    margin: 0 20px 0 0;
    font-family: var(--body-font);
    text-transform: uppercase;
}

.service-style1 .service-content.team {
    padding: 10px 10px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: var(--theme-color);
    border-radius: 30px;
}

.widget_title:before {
    display: none;
}

.quantity input {
    padding: 0 10px 0 10px;
    width: 100%;
    height: 50px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    --body-color: var(--title-color);
    border: 1px solid var(--smoke-color);
    border-left: none;
    border-right: none;
    border-radius: 0;
    color: #000;
}

.footer-game .quantity input {
    padding: 0 10px 0 10px;
    width: 100%;
    height: 45px;
    text-align: center;
    font-size: 27px;
    font-weight: 700;
    --body-color: var(--title-color);
    border: 1px solid #e8d2a1;
    border-left: none;
    border-right: none;
    border-radius: 10px;
    background: #e8d2a1;
    color: #252e2b;
}

.quantity .qty-btn {
    border: 1px solid #000;
    background-color: #000;
    color: #ffffff;
    padding: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border-radius: 9999px 0 0 9999px;
}

.quantity .qty-btn:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
    border: 1px solid var(--theme-color);
}

.quantity .quantity-plus {
    bottom: 30px;
    border-radius: 0 9999px 9999px 0;
}

.place-order {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.place-order .vs-btn {
    width: 50%;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .place-order .vs-btn {
        width: 80%;
        margin: 0 auto;
    }

    .mygames .about img {
        aspect-ratio: 1 / 1;
        margin-bottom: 5px;
        border-radius: 14px;
        border: 3px solid #ffe99c;
    }
}

h5.card-header-title.mb-0 {
    color: #f4c41b;
    font-size: 32px;
    margin-bottom: 20px
}

.widget {
    padding: var(--widget-padding-y, 40px) var(--widget-padding-x, 40px);
    background-color: #252e2b;
    position: relative;
    margin-bottom: 40px;
    border-radius: 30px !important;
}

.widget_categories ul {
    list-style: none;
    margin: 0 0 -10px 0;
    padding: 0;
}

.widget_categories a {
    position: relative;
    display: block;
    padding: 15px 55px 15px 55px;
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: var(--title-color);
    background-color: var(--white-color);
    font-family: var(--title-font);
    border-radius: 10px;
}

h3.team-name.h2 {
    font-size: 24px;
    width: 90%;
    margin: 0 auto;
    line-height: 34px;
}

.widget_categories a:before {
    display: none
}

.result-game .icon-result i {
    font-size: 20px;
}

.widget_categories a:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}

.widget_categories a:hover p {
    color: var(--white-color);
}

.widget_categories li {
    display: block;
    position: relative;
}

.widget_categories li>span {
    width: 40px;
    height: 40px;
    line-height: 35.5px;
    font-size: 18px;
    font-weight: 500;
    color: var(--title-color);
    background-color: transparent;
    left: 10px;
    top: 10px;
    z-index: 1;
    display: inline-block;
    text-align: center;
    position: absolute;
    border: 2px solid var(--theme-color);
    transition: all ease 0.4s;
    border-radius: 0;
}

.widget_categories li:hover>span {
    background-color: var(--theme-color);
    color: var(--white-color);
}

.widget_categories .children {
    margin-right: 10px;
}


.uploadremove {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border: 0;
    padding: 0;
    background: var(--theme-color);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation> :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

.input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}

.class-style2 {
    background: rgb(255 255 255);
    border-radius: 30px;
    margin-bottom: 30px;
    padding: 40px 35px 34px 35px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    transition: all ease 0.4s;
    text-align: center;
}

.class-style2:hover {
    background-color: var(--white-color);
}

.class-style2 .class-title {
    margin: -0.2em 0 23px 0;
    text-transform: capitalize;
}

@media (min-width: 1399px) {
    .class-style2 .class-title {
        font-size: 24px;
    }
}

.class-style2 .class-img {
    position: relative;
    margin-bottom: 28px;
}

.class-style2 .class-img .img {
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.class-style2 .class-img .img::before {
    content: "";
    position: absolute;
    top: 7px;
    right: 7px;
    bottom: 7px;
    left: 7px;
    border: 3px dashed var(--white-color);
    border-radius: inherit;
    display: block;
    z-index: 1;
    pointer-events: none;
    animation: rotate 45s infinite linear;
    transition: all ease 0.4s;
}

.class-style2 .class-img .img img {
    width: 100%;
    transform: scale(1.001);
    transition: all ease 0.4s;
}

.class-style2:hover .class-img .img:before {
    border-color: var(--theme-color);
}

.class-style2:hover .class-img .img img {
    transform: scale(1.15);
}

h4.sec-title3 {
    font-size: 35px;
    color: #cca313;
}

.class-style2 .class-number {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: var(--vs-secondary-color);
    color: var(--white-color);
    font-size: 16px;
    font-weight: 600;
    font-family: var(--title-font);
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 0;
    z-index: 2;
    transition: all ease 0.4s;
}

.class-style2:hover .class-number {
    background-color: var(--theme-color);
}

.class-bar {
    background-color: var(--smoke-color);
    padding: 20px;
    margin: 22px 0 30px 0;
    border-radius: 25px 76px 25px 25px;
}

.class-bar .info-style1 {
    margin: 0;
}

.class-bar .info-title {
    font-family: var(--body-font);
    color: var(--vs-secondary-color);
    font-weight: 700;
}

.class-bar .info-text {
    font-weight: 400;
    font-family: var(--body-font);
    margin: 0;
}

.widget_categories a.active {
    background-color: var(--theme-color);
    color: var(--white-color);
}

.lession-price {
    font-size: 50px;
    color: var(--theme-color);
    font-weight: 600;
    line-height: 1;
    margin: 0 0 11px 0;
    font-family: var(--title-font);
}

.lession-price .duration {
    font-size: 16px;
    color: #777777;
    text-transform: capitalize;
}

.lession-title {
    margin: -0.2em 0 10px 0;
}

.lession-social {
    margin-bottom: 30px;
}

.class-style1 {
    margin-bottom: 60px;
}

/* Medium Large devices */
@media (max-width: 1399px) {
    .class-style1 .class-content {
        padding: 27px 25px;
    }

    .class-style1 .class-img+.class-content {
        margin-left: -120px;
    }

    .class-style2 {
        padding: 35px 25px 34px 25px;
    }

    .class-style2 .class-title {
        font-size: 22px;
    }
}

/* Large devices */
@media (max-width: 1199px) {
    .class-style1 {
        display: block;
    }

    .class-style1 .class-content {
        margin: -60px 20px 0 20px;
    }

    .class-style1 .class-img+.class-content {
        margin-left: 20px;
    }
}

/* Medium devices */
@media (max-width: 991px) {
    .class-style1 .class-content {
        margin: -30px 15px 0 15px;
    }

    .class-style1 .class-title {
        font-size: 24px;
    }

    .class-style1 .class-info {
        font-size: 14px;
    }

    .class-style1 .class-price {
        font-size: 38px;
        margin: 20px 0 0 0;
    }

}

/* Small devices */
@media (max-width: 767px) {
    .class-style1 .class-btn {
        line-height: 40px;
        font-size: 16px;
        border-radius: 50%;
    }

    .class-bar {
        padding: 15px;
        border-radius: 20px;
    }

    .class-style2 {
        padding: 25px 15px 25px 15px;
    }

    .class-style2 .class-price {
        font-size: 34px;
        margin-top: 20px;
    }

    .class-style2 .class-info {
        font-size: 14px;
    }

    .lession-title.h1 {
        font-size: 28px;
    }

    .lession-price {
        font-size: 40px;
    }

    .class-bar {
        text-align: center;
    }

    .class-bar .info-title {
        font-size: 14px;
    }

    .class-bar .info-text {
        font-size: 16px;
    }

    .widget.mygames {
        padding: var(--widget-padding-y, 20px) var(--widget-padding-x, 20px);
        background-color: var(--smoke-color);
        position: relative;
        margin-bottom: 40px;
        border-radius: 30px;
    }
}

.breadcumb-menu {
    position: relative;
    margin: 0;
    padding: 15px 30px 15px 30px;
    list-style-type: none;
    background-color: var(--vs-secondary-color);
    border-radius: 10px;
}

.breadcumb-menu:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 99999px;
    z-index: -1;
    border-radius: 0 7px 7px 0;
}

.breadcumb-menu span,
.breadcumb-menu li,
.breadcumb-menu a {
    color: var(--white-color);
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    word-break: break-word;
    white-space: normal;
    display: inline-block;
    font-family: var(--title-font);
    letter-spacing: 0.02em;
}

.breadcumb-menu a:hover {
    color: #000000;
}

.breadcumb-menu li:not(:last-child):after {
    content: "-";
    position: relative;
    margin-left: 15px;
    margin-right: 10px;
}

.breadcumb-menu-wrap {
    margin: 0px 0 0 0;
    min-height: 60px;
    position: relative;
}


.breadcumb-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: var(--vs-secondary-color);
    overflow: hidden;
    background-position: center left;
    /* Medium devices */
}

@media (max-width: 991px) {
    .breadcumb-wrapper {
        padding-top: 0;
        padding-bottom: 0;
    }
}

/* Large devices */
@media (max-width: 1199px) {
    .breadcumb-title {
        font-size: 48px;
    }

    .breadcumb-wrapper {
        padding-top: 0;
    }

    .breadcumb-menu-wrap {
        margin: 0px 0 0 0;
    }

    .breadcumb-text {
        font-size: 16px;
    }
}

/* Medium devices */
@media (max-width: 991px) {
    .breadcumb-menu-wrap {
        margin: 0px 0 0 0;
    }
}

/* Small devices */
@media (max-width: 767px) {
    .breadcumb-title {
        font-size: 36px;
    }

    .breadcumb-wrapper {
        padding-top: 0;
    }

    .breadcumb-menu-wrap {
        margin: 0 0 0 0;
    }

    .breadcumb-menu li,
    .breadcumb-menu a,
    .breadcumb-menu span {
        font-size: 14px;
    }

    .breadcumb-menu li:after {
        margin-left: 11px;
        margin-right: 9px;
    }
}




/* Add padding and center-align text to the container */
.container {
    padding: 16px;
    text-align: center;
}

.vs-header .container {
    padding: 0;
    text-align: center;
}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000000b5;
    padding-top: 50px;
    z-index: 2000;
}



.modal2 {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000000b5;
    padding-top: 50px;
    z-index: 2000;
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 5% auto 15% auto;
    border: 1px solid #888;
    width: 40%;
}

.modal-content h1 {
    font-size: 25px;
    margin-top: 10px;
}

.modal-content .card-form {
    background: #f2f2f2;
    width: 85%;
    margin: 0 auto;
    padding: 20px;
    border-radius: 30px;
}

/* Style the horizontal ruler */
hr {
    border: 1px solid #f1f1f1;
    margin-bottom: 25px;
}

/* The Modal Close Button (x) */
.close {
    position: absolute;
    right: 35px;
    top: 15px;
    font-size: 40px;
    font-weight: bold;
    color: #f1f1f1;
}

.close:hover,
.close:focus {
    color: #f44336;
    cursor: pointer;
}

.mt-100 {
    margin-top: 100px
}

/* Clear floats */
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

/* Change styles for cancel button and delete button on extra small screens */
@media screen and (max-width: 300px) {

    .cancelbtn,
    .deletebtn {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .vs-header .container {
        padding: 0 12px;
        text-align: center;
    }

    .modal-content {
        background-color: #fefefe;
        margin: 5% auto 15% auto;
        border: 1px solid #888;
        width: 80%;
    }
}

.answer-btn {
    display: flex;
    justify-content: space-between;
}

.header-game {
    background: #e8d2a1;
    text-align: center;
    padding: 5px 0;
}

.logo-game {
    /* background: #ffffff; */
    height: 50px;
    padding: 0;
    width: 100%;
    border-radius: 5px;
}

.logo-game img {
    width: 50%;
}

.links-game {
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
}

.header-game a i {
    color: var(--white-color);
    border-color: var(--white-color);
    font-size: 20px;
}

.header-game .menu-area {
    /* background: #fff; */
    position: relative;
    padding: 0;
    border-radius: 5px;
    margin-bottom: 0;
    border: none;
    display: flex;
    align-items: center;
}

.header-game .main-menu {
    width: 100%;
    padding: 0 20px;
    height: 45px;
    margin: 0 10px;
    background: hsl(0deg 0% 100% / 0%);
    border-radius: 5px;
}

.header-game .form-group {
    margin-bottom: 0
}

.header-game .form-select,
.header-game select {
    border: none;
}

.header-game .main-menu h4 {
    font-size: 22px;
    padding: 15px;
    margin: 0;
    font-weight: 500;
    color: #050505;
}

select.form-group.form-select {
    font-size: 22px;
    padding: 0 25px;
    margin: 0;
    font-weight: 500;
    height: 45px;
    color: #fff;
    background: #252e2b;
    margin-right: 5px;
}

.header-game .form-select {
    background-image: none;
}

.header-game .d-flex {
    display: flex !important;
    align-items: center;
}

.header-game .d-flex {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .header-game .d-flex {
        display: flex !important;
        justify-content: space-evenly;
        flex-direction: row;
        align-items: center;
    }

    select.form-group.form-select {
        font-size: 12px;
        padding: 5px;
        margin: 0;
        font-weight: 500;
    }

    .header-game .main-menu h4 {
        font-size: 12px;
        padding: 5px;
        margin: 0;
        font-weight: 500;
    }

    .header-game .menu-area {
        margin-bottom: 12px;
    }


}



.table-style1 {
    background-color: var(--vs-secondary-color);
    padding: 10px;
    border-radius: 30px;
    text-align: center;
    margin-top: calc(var(--icon-size, 0) / 2);
}

.table-style1 .table-icon {
    display: block;
    width: var(--icon-size, 102px);
    height: var(--icon-size, 102px);
    line-height: var(--icon-size, 102px);
    font-size: var(--icon-font-size, 50px);
    background-color: var(--theme-color);
    color: var(--white-color);
    text-align: center;
    border-radius: 50%;
    margin: calc(var(--icon-size, 102px) / -2) auto 40px auto;
}

.table-style1 .sec-title {
    color: var(--white-color);
    margin-bottom: 5px;
}

.table-style1 .sec-text {
    color: var(--white-color);
    margin-bottom: 20px;
}

.table-style1 .tr {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: var(--white-color);
    margin-bottom: 5px;
    border-radius: 10px;
    padding: 11px 0;
    transition: all ease 0.4s;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgb(0 0 0);
}

.vs-btn .class-number {
    /* position: absolute; */
    /* left: 10px; */
    /* top: 14px; */
    background: #e8d2a1;
    padding: 0px 9px;
    border-radius: 50%;
    color: #640000;
}

.table-style1 .tr:hover {
    background-color: var(--theme-color2);
}

.table-style1 .th,
.table-style1 .td {
    flex: 1;
    font-size: 14px;
    font-family: var(--title-font);
    font-weight: 600;
    color: var(--title-color);
    line-height: 1.5;
}

.table-style1 .th {
    border-left: 0px solid #A7A7A7;
}

.table-style1 .th img {
    width: 35px;
    margin-left: 15px;
}


@media (max-width: 991px) {
    .table-style1 {
        padding: 10px;
        border-radius: 30px;
    }
}

/* Small devices */
@media (max-width: 767px) {
    .table-style1 {
        padding: 10px;
        border-radius: 30px;
    }

    .table-style1 .table-icon {
        margin-bottom: 30px;
    }

    .table-style1 .th,
    .table-style1 .td {
        font-size: 14px;
    }

    .countdown-style1 li {
        font-size: 12px;
        padding: 10px 10px;
        border-radius: 10px;
    }

    .countdown-style1 li span {
        font-size: 22px;
    }
}

section.score-page {
    margin: 20px 0 20px 0;
}

.ads-game {
    display: flex;
    align-items: center;
    height: 95%;
}

section.score-page .col-md-2 {
    padding: 5px;
}

.title-score-page {
    display: flex;
    justify-content: space-evenly;
    border-bottom: 1px solid #ccc;
    padding-bottom: 0;
    margin-bottom: 10px;
    align-items: center;
    background: #017D52;
}

.score-page .widget_categories a {
    text-align: center;
    box-shadow: 0px 0px 8px #cacaca;
}

.score-page .widget {
    padding: var(--widget-padding-y, 25px) var(--widget-padding-x, 30px);
    background-color: var(--smoke-color);
    position: relative;
    margin-bottom: 8px;
    border-radius: 30px;
}

.title-score-page img {
    width: 50px;
}

.vs-product-wrapper .row {
    --bs-gutter-x: 0.8rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y)* -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
}

.title-score-page h4 {
    margin: 0;
    font-size: 25px;
}

.footer-wrapper {
    background-image: url(/assets/images/games/ball/footer-bg-1-1.png);

}

.footer-game {
    background: #000;
    padding: 5px 0;
}

.footer-game .menu-area {
    display: flex;
    justify-content: space-around;
    height: 95%;
    display: flex;
    flex: 2 1 0%;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding-right: 0;
    padding-left: 0;
    margin: 9px;
}

.footer-game h4 {
    font-size: 20px;
    color: #000;

}

.footer-game .main-menu {
    width: 100%;
}


.result-game {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    border-radius: 0px;
    overflow: hidden;
}

.result-game .links-game {
    display: flex;
    flex-direction: row;
    margin: 5px 30px;
    justify-content: space-between;
}

.result-game .links-game i {
    color: #fff;
    font-size: 12px
}

.links-game button {
    background: #faad14;
    padding: 0 10px;
    margin: 3px 0;
    border: none;
    border-radius: 5px;
}


.result-game .icon-result {
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-evenly;
    height: 100%;
    row-gap: 8px;
    display: flex;
    flex-direction: column;
    background-color: #ccc;
    padding: 4px;
    border-radius: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.result-game button {
    border: none;
    border-radius: 8px;
}

.rtl-jencnw {
    margin: 0px;
    font-weight: 700;
    line-height: 1.25;
    font-size: 1rem;
}

.ads-game img {
    border-radius: 10px;
}

.ads-game img {
    border-radius: 10px;
}

@media (max-width: 767px) {
    .ads-game {
        margin-top: 10px
    }
}

.class-bar {
    background-color: var(--smoke-color);
    padding: 5px 20px;
    margin: 0 auto;
    border-radius: 25px;
    width: 18%;
}

.class-bar .info-style1 {
    margin: 0;
}

.class-bar .info-title {
    font-family: var(--body-font);
    color: var(--vs-secondary-color);
    font-weight: 700;
}

.class-bar .info-text {
    font-weight: 400;
    font-family: var(--body-font);
    margin: 0;
}

.media-style3 {
    display: flex;
    align-items: center;
    padding: 0;
    border-bottom: 1px sol;
    background-color: var(--white-color);
    border-radius: 0;
    text-align: right;
}

.media-style3 .media-icon {
    margin-right: 15px;
}

.media-style3 .media-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--vs-secondary-color);
    line-height: 1;
    margin: 0 0 15px 0;
}

.media-style3 .media-info {
    font-size: 18px;
    color: var(--title-color);
    margin: 0;
    line-height: 1;
}

.gallery-style1 .gallery-img {
    overflow: hidden;
    position: relative;
    border-radius: 30px;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.gallery-style1 .gallery-img img {
    width: 100%;
    transform: scale(1.001);
    transition: all ease 0.4s;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}

.gallery-style1 .gallery-img:after,
.gallery-style1 .gallery-img:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 40%;
    background-color: rgb(232 6 60 / 12%);
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.6s;
    z-index: 1;
}

.gallery-style1 .gallery-img:after {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
}

.banner-content4 {
    max-width: 610px;
    margin: 0 auto;
}

.gallery-style1 .gallery-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: var(--theme-color2);
    color: var(--title-color);
    border-radius: 50%;
    font-size: 24px;
    transform: translate(-50%, -50%);
    z-index: 3;
    opacity: 0;
    visibility: hidden;
}

.gallery-style1 .gallery-btn:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 2px;
    right: 2px;
    bottom: 2px;
    background-color: var(--vs-secondary-color);
    border-radius: inherit;
    z-index: -1;
    transition: all ease 0.4s;
    transform: scale(0.5);
    opacity: 0;
    visibility: hidden;
}

.gallery-style1 .gallery-btn:hover {
    color: var(--white-color);
}

.gallery-style1 .gallery-btn:hover:before {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.gallery-style1:hover .gallery-img:after,
.gallery-style1:hover .gallery-img:before {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

.gallery-style1:hover .gallery-img img {
    transform: scale(1.15);
}

.gallery-style1:hover .gallery-btn {
    opacity: 1;
    visibility: visible;
}

.gallery-style1.radius-2 .gallery-img {
    border-radius: 150px 150px 30px 30px;
}

.gallery-style1.radius-3 .gallery-img {
    border-radius: 30px 30px 150px 150px;
}

.gallery-style1.layout2 .gallery-btn {
    background-color: transparent;
    color: var(--white-color);
    font-size: 30px;
}

@media (max-width: 991px) {
    .media-style3 {
        padding: 15px 20px 15px 20px;
        text-align: center;
        align-items: center;
    }

    .timers .media-style3 {
        padding: 0px 20px 0px 20px;
        text-align: center;
        align-items: center;
    }

    .class-bar {
        background-color: var(--smoke-color);
        padding: 5px 25px 5px 20px;
        margin: 0 auto;
        border-radius: 25px;
        width: 35%;
    }

}

@media (max-width: 767px) {
    .class-bar {
        background-color: var(--smoke-color);
        padding: 5px 25px 5px 20px;
        margin: 0 auto;
        border-radius: 25px;
        width: 35%;
    }

    .class-style1 .class-btn {
        line-height: 40px;
        font-size: 16px;
        border-radius: 50%;
    }

    .class-bar {
        padding: 15px;
        border-radius: 20px;
    }

    .class-style2 {
        padding: 35px 20px 29px 20px;
    }

    .class-style2 .class-price {
        font-size: 34px;
        margin-top: 20px;
    }

    .class-style2 .class-info {
        font-size: 14px;
    }

    .lession-title.h1 {
        font-size: 28px;
    }

    .lession-price {
        font-size: 40px;
    }

    .class-bar {
        text-align: center;
    }

    .class-bar .info-title {
        font-size: 14px;
    }

    .class-bar .info-text {
        font-size: 16px;
    }

    .media-style3 {
        padding: 20px 15px 20px 15px;
        text-align: center;
        align-items: center;
    }

    .timers .media-style3 {
        padding: 0px 15px 0px 15px;
        text-align: center;
        align-items: center;
    }

}

.row.class-bar-row {
    display: flex;
    align-items: center;
}

.tl {
    text-align: left;
}

.team-style1 .team-img,
.team-style2 .team-img {
    overflow: hidden;
    border-radius: 30px;
    position: relative;
}

.team-style1 .team-img:before,
.team-style2 .team-img:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    bottom: 5px;
    right: 5px;
    border: 2px solid var(--theme-color);
    z-index: 1;
    border-radius: inherit;
    transform: scale(0.95);
    transition: all ease 0.4s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.team-style1 .team-img img,
.team-style2 .team-img img {
    transform: scale(1.001);
    transition: all ease 0.4s;
    border-radius: 30px;
}

.team-style1:hover .team-img:before,
.team-style2:hover .team-img:before {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.team-style1:hover .team-img img,
.team-style2:hover .team-img img {
    transform: scale(1.05);
}

.team-style1 {
    display: block;
    align-items: center;
    background-color: var(--white-color);
    padding: 15px;
    border-radius: 30px;
    margin-bottom: 0;
    transition: all ease 0.4s;
}

.team-style1.layout2 {
    border: 3px solid #D9D9D9;
}

.team-style1.layout2 .team-img:before {
    display: none;
}

.team-style1 .team-img {
    margin-right: 35px;
    width: 100%;
    border-radius: 30px;
}

.team-style1 .team-content {
    flex: 1;
}

.team-style1 .team-name {
    margin-bottom: 5px;
    margin-top: -0.22em;
}

.team-style1 .team-degi {
    font-size: 1.3rem;
    font-weight: bold;
    padding-bottom: 16px;
    color: #1765be;
    position: relative;
    text-transform: capitalize;
}

.team-style1 .team-number {
    font-size: 18px;
    color: var(--body-color);
    display: inline-block;
    margin-bottom: 13px;
}


/* Medium Large devices */
@media (max-width: 1399px) {

    .team-style1 {
        padding: 20px;
        border-radius: 30px;
    }

    .team-style1 .team-img {
        margin-right: 0px;
        margin-bottom: 10px
    }

    .team-style1 .team-name {
        font-size: 36px;
    }

    .team-style1 .team-img {
        width: 240px;
        margin-bottom: 10px
    }

    .team-style1 .team-degi {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .team-style1 .team-number {
        font-size: 16px;
    }

    .team-style2 .team-name {
        font-size: 20px;
        padding: 10px 0;
    }
}

/* Large devices */
@media (max-width: 1199px) {
    .about .sec-text {
        font-size: 15px;
        margin-top: 35px;
    }

    .team-style1 .team-img {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 10px
    }

    .team-style1 .team-name {
        font-size: 26px;
    }

    .team-style1 .team-degi {
        font-size: 16px;
    }

    .team-style1 .vs-social a {
        --icon-size: 40px;
        font-size: 14px;
    }
}

.grayscale {
    filter: grayscale(100%);
}

@media (max-width: 1199px) {
    .service-card3 .title {
        font-size: 25px;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 5px;
    }

    .about .sec-text {
        font-size: 15px;
        margin-top: 35px;
    }

    .vs-menu-toggle {
        display: none !important;
    }

    .banner-slide4 .mega-hover {
        display: none
    }

    .banner-slide4-content .col-lg-6 {
        width: 100%
    }

    .tm_grid_row {
        display: grid;
        grid-template-columns: auto auto auto auto auto;
    }

    .tm_grid_row_game {
        display: grid;
        grid-template-columns: auto auto auto auto auto auto;
    }
}



.woocommerce-cart-form {
    text-align: center;
    border: 1px solid var(--border-color);
    border-radius: 20px;
    margin-bottom: 45px;
}

.cart_table {
    margin-bottom: 0;
    border-radius: 20px;
    border: none;
}

.cart_table thead th {
    background-color: var(--vs-secondary-color);
    border: none !important;
    color: var(--white-color);
    font-size: 18px;
    font-family: var(--title-font);
    font-weight: 600;
}

.cart_table thead th:first-child {
    border-radius: 20px 0 0 0;
}

.cart_table thead th:last-child {
    border-radius: 0 20px 0 0;
}

.cart_table td:before,
.cart_table th {
    font-family: var(--title-font);
    color: var(--title-color);
    font-weight: 600;
    border: none;
    padding: 17px 15px;
}

.cart_table td:before {
    content: attr(data-title);
    position: absolute;
    left: 15px;
    top: 50%;
    vertical-align: top;
    padding: 0;
    transform: translateY(-50%);
    display: none;
}

.cart_table td {
    border: none;
    border-bottom: 1px solid var(--border-color);
    border-right: 1px solid var(--border-color);
    color: var(--body-color);
    padding: 13px 10px;
    position: relative;
    vertical-align: middle;
    line-height: 1;
}

.cart_table td:last-child {
    border-right: none;
}

.cart_table tr:last-child td {
    border-bottom: none;
}

.cart_table .product-quantity {
    color: var(--title-color);
}

.cart_table .product-quantity input {
    position: relative;
    top: -2px;
}

.cart_table .cart-productimage {
    border: 2px solid var(--theme-color2);
    display: inline-block;
    width: 100px;
    height: 85px;
    line-height: 85px;
    overflow: hidden;
    border-radius: 10px;
}

.cart_table .cart-productimage img {
    transform: scale(1.001);
    width: 100%;
    transition: all ease 0.4s;
}

.cart_table .cart-productimage:hover img {
    transform: scale(1.1);
}

.cart_table .amount {
    font-size: 20px;
    font-weight: 600;
    color: var(--theme-color);
    font-family: var(--title-font);
}

.cart_table .cart-productname {
    font-size: 18px;
    font-weight: 600;
    font-family: var(--title-font);
    color: var(--title-color);
}

.cart_table .cart-productname:hover {
    color: var(--theme-color);
}

.cart_table .remove {
    color: var(--theme-color);
    font-size: 18px;
}

.cart_table .remove:hover {
    color: var(--title-color);
}

.cart_table .quantity {
    width: max-content;
    display: inline-flex;
}

.cart_table .qty-input {
    height: 40px;
}

.cart_table .qty-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.cart_table .actions {
    text-align: right;
    vertical-align: middle;
    padding: 15px 30px;
}

.cart_table .actions>.vs-btn {
    font-size: 16px;
    padding: 17px 28px;
    margin-right: 15px;
    background-color: var(--vs-secondary-color);
}

.cart_table .actions>.vs-btn:last-child {
    margin-right: 0;
}

.cart_table .vs-cart-coupon {
    float: left;
    margin: 0;
    width: 500px;
    max-width: 100%;
    display: flex;
    border: 2px solid var(--vs-secondary-color);
    border-radius: 10px;
}

.cart_table .vs-cart-coupon input {
    height: 50px;
    color: var(--title-color);
    border: none;
    flex: 1;
    background-color: transparent;
    border-radius: 0;
}

.cart_table .vs-cart-coupon .vs-btn {
    font-size: 16px;
    padding: 17px 22px;
    width: max-content;
    margin: -2px;
    background-color: var(--vs-secondary-color);
}

.summary-title {
    position: relative;
    padding-bottom: 11px;
    margin-bottom: 30px;
}

.summary-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 24px;
    height: 3px;
    background-color: var(--theme-color2);
    display: inline-block;
}

.cart_totals {
    border: 1px solid var(--border-color);
}

.cart_totals th,
.cart_totals td {
    vertical-align: top;
    padding: 14px 20px;
    border: none;
    border-bottom: 1px solid var(--border-color);
    font-size: 14px;
    color: var(--title-color);
    width: 55%;
}

.cart_totals th:first-child,
.cart_totals td:first-child {
    width: 45%;
    background-color: var(--smoke-color);
    font-weight: 700;
    font-size: 14px;
    color: var(--title-color);
}

.cart_totals .shipping-calculator-button {
    display: inline-block;
    border-bottom: 1px solid;
    color: var(--title-color);
    font-weight: 700;
}

.cart_totals .shipping-calculator-button:hover {
    color: var(--theme-color);
}

.cart_totals .woocommerce-shipping-destination {
    margin-bottom: 10px;
}

.cart_totals .woocommerce-shipping-methods {
    margin-bottom: 0;
}

.cart_totals .shipping-calculator-form {
    display: none;
}

.cart_totals .shipping-calculator-form p:first-child {
    margin-top: 20px;
}

.cart_totals .shipping-calculator-form p:last-child {
    margin-bottom: 0;
}

.cart_totals .shipping-calculator-form .vs-btn {
    padding: 13px 30px;
}

.cart_totals .amount {
    font-weight: 700;
    font-size: 18px;
}

.cart_totals .order-total .amount {
    color: var(--theme-color);
}

.cart_totals input,
.cart_totals select {
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    background-position: right 20px center;
    font-size: 14px;
}

.navbar-toggler {
    padding: 10px 10px;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #eda851;
    border: 1px solid #eda851;
    border-radius: 50%;
    transition: box-shadow .15s ease-in-out;
}

.navbar li.nav-item {
    margin: 0 10px;
}

.navbar-light .container {
    padding: 0
}

.navbar-toggler.plyr-toggler {
    left: 100%;
    position: absolute;
    border: 0;
    border-radius: 0;
    border-bottom-right-radius: 0.325rem !important;
    border-top-right-radius: 0.325rem !important;
    opacity: 0.6;
}

.navbar-toggler.plyr-toggler:hover {
    opacity: 1;
}

.navbar-toggler.plyr-toggler[aria-expanded=true] {
    opacity: 1;
}

.navbar-toggler .navbar-toggler-animation {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-image: none;
    position: relative;
    height: 22px;
    width: 22px;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.navbar-toggler .navbar-toggler-animation span {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    height: 2px;
    background: var(--bs-gray-600);
    display: block;
    position: absolute;
    width: 100%;
    border-radius: 30px;
    background: #fff;
}

.navbar-toggler .navbar-toggler-animation span:nth-child(1) {
    top: 6%;
}

.navbar-toggler .navbar-toggler-animation span:nth-child(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.navbar-toggler .navbar-toggler-animation span:nth-child(3) {
    bottom: 10%;
}

.navbar-toggler[data-bs-toggle=collapse][aria-expanded=true] .navbar-toggler-animation span:nth-child(1) {
    -webkit-transform: rotateZ(-45deg) translateY(-50%);
    transform: rotateZ(-45deg) translateY(-50%);
    top: 50%;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    width: 100%;
}

.navbar-toggler[data-bs-toggle=collapse][aria-expanded=true] .navbar-toggler-animation span:nth-child(2) {
    visibility: hidden;
    -webkit-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}

.navbar-toggler[data-bs-toggle=collapse][aria-expanded=true] .navbar-toggler-animation span:nth-child(3) {
    -webkit-transform: rotateZ(45deg) translateY(-50%);
    transform: rotateZ(45deg) translateY(-50%);
    bottom: 42%;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    width: 100%;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgb(0 0 0);
}

.vs-btns-header {
    display: inline-block;
    width: -webkit-fill-available;
    text-align: end;
}

.about .sec-text {
    font-size: 24px;
    margin-top: 35px;
}

.container-fluid {
    padding: 0 40px;
}

.product-style1 {
    border: 3px solid #eee;
    background: #eee;
    margin-bottom: var(--bs-gutter-x, 30px);
    border-radius: 30px;
    transition: all ease 0.4s;
    overflow: hidden;
}

.product-style1 .product-content {
    padding: 20px 15px 20px 15px;
    text-align: center;
}

.product-style1 .actions {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px
}

.product-style1 .product-price {
    font-size: 22px;
    font-weight: 600;
    color: #640000;
    font-family: var(--title-font);
    display: block;
    line-height: 1;
}

.product-style1 .product-title {
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.links-game a {
    color: #ffffff;
    font-size: 12px;
    display: inline-flex;
    flex-direction: column;
    margin-top: 0;
    background: #252e2b;
    padding: 5px 15px;
    border-radius: 10px;
}

.links-game a:hover {
    background: #daa02b;
}

.footer-game .catrgory-block .radio {
    position: relative;
    border-radius: 15px;
    padding: 5px;
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    background: #c69c5b;
}

.team-section.footer {
    width: 95%;
    padding: 5px;
    margin: 5px;
    border-radius: 15px;
}

.footer-game .catrgory-block {
    width: calc(100% / 6 - 10px);
    color: #3d618b;
    height: auto;
    border-radius: 25px;
    margin-bottom: 0;
    transition: all 0.3s ease-in-out;
    position: relative;
    width: 100%;
    margin: 10px 0;
}

.registration-box {
    background-image: url(../images/reg-bg-1-1.png);
    border-radius: 75px;
}

.footer-game .catrgory-block input[type="radio"]:disabled~.radio {
    border: 5px solid #dc0404;
    background: #dc0404;
}

.footer-game .catrgory-block input[type="radio"]:checked~.radio.smile {
    border: 5px solid #19b441;
    background: #19b441;
}

.footer-game .catrgory-block input[type="radio"]:checked~.radio.smile h4 {
    /* border: 5px solid #19b441; */
    /* background: #19b441; */
    color: #fff;
}

.footer-game label {
    box-shadow: none;

    .registration-box {
        background: linear-gradient(to right, #4cbfbc, #52e28a);
        border-radius: 75px;
        padding: 75px 119px 90px 130px;
    }
}

.footer-game .quantity .qty-btn {
    border: 1px solid #252e2b;
    background-color: #252e2b;
    color: #ffffff;
    padding: 0;
    width: 55px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 10px;
    margin: 5px;
}

@media (max-width: 1199px) {
    .table-body {
        display: flex;
    }

    .service-style1 .service-img {
        border-radius: 30px 30px 0 0;
        overflow: hidden;
        height: 170px;
        width: 160px;
    }

    .quantity input {
        padding: 0 10px 0 10px;
        width: 100%;
        height: 35px;
        text-align: center;
        font-size: 14px;
        font-weight: 700;
        --body-color: var(--title-color);
        border: 1px solid var(--smoke-color);
        border-left: none;
        border-right: none;
        border-radius: 0;
        color: #000;
    }

    .vs-btns-header {
        display: inline-block;
        width: auto;
        text-align: end;
        position: absolute;
        top: 10px;
        left: 10px;
    }

    .navbar-collapse {
        align-items: center;
        width: 100%;
        border-top: 1px solid #ccc;
        margin-top: 10px;
    }

    .navbar a.vs-btn.style1 {
        padding: 15px;
    }

    .navbar a.vs-btn.style2 {
        padding: 16px 10px;
    }

    .navbar-brand {
        width: 80px;
        margin-left: 15px;
    }

    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none !important;
        background: #ffd600;
        border-color: #ffd600 !important;
    }

    .registration-content span {
        color: var(--white-color);
        font-size: 19px;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0;
        text-transform: uppercase;
        display: inline-block;
        margin-bottom: 15px;
        text-align: right;
    }

    .vs-btn {
        font-size: 15px;
        font-weight: 600;
        padding: 15px 20px 15px 20px;
    }

    vs-btns-header .vs-btn {
        font-size: 12px;
        font-weight: 600;
        padding: 15px 18px 15px 18px;
    }

    .footer-game .quantity .qty-btn {
        color: #ffffff;
        padding: 0;
        width: 55px;
        height: 30px;
        line-height: 32px;
        font-size: 16px;
        border-radius: 5px;
        margin: 5px 1px;
    }

    .game-item {
        padding: 0px;
    }

    .service-card3 span {
        font-size: 15px;
        font-weight: 400;
        line-height: 23px;
        display: block;
        margin-bottom: 22px;
    }

    .service-card3 span {
        width: 90%;
        margin: 0 auto;
    }
}

@media (max-width: 991px) {
    .col-md-4.ads {
        display: none;
    }

    .links-game a {
        color: #ffffff;
        font-size: 12px;
        display: inline-flex;
        flex-direction: column;
        margin-top: 0;
        margin: 0 5px;
        background: #252e2b;
        padding: 5px 10px;
        border-radius: 10px;
    }

    .navbar-light img {
        max-width: 55%;
    }

    .ads-game img {
        border-radius: 15px;
        margin-bottom: 15px;
        padding: 5px;
    }

    .footer-game h4 {
        font-size: 16px;
        color: #ffe381;
    }

    .footer-game .catrgory-block .radio {
        position: relative;
        border-radius: 10px;
        padding: 5px;
        display: block;
        text-align: center;
        width: 100%;
        height: 100%;
    }

    .about .sec-text {
        font-size: 18px;
        margin-top: 35px;
    }

    .table-body {
        display: flex;
    }

    .service-style1 .service-img {
        border-radius: 30px 30px 0 0;
        overflow: hidden;
        height: 170px;
        width: 160px;
    }


    .quantity input {
        padding: 0 10px 0 10px;
        width: 100%;
        height: 35px;
        text-align: center;
        font-size: 14px !important;
        font-weight: 700;
        --body-color: var(--title-color);
        border: 1px solid var(--smoke-color);
        border-left: none;
        border-right: none;
        border-radius: 0;
        color: #000;
    }

    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none !important;
        background: #ffd600;
        border-color: #ffd600 !important;
    }

    .vs-btns-header {
        display: inline-block;
        width: auto;
        text-align: end;
        position: absolute;
        top: 10px;
        left: 10px;
    }

    .navbar-collapse {
        align-items: center;
        width: 100%;
        border-top: 1px solid #ccc;
        margin-top: 10px;
    }

    .navbar a.vs-btn.style1 span {
        display: none;
    }

    .navbar a.vs-btn.style1 {
        padding: 15px;
    }

    .navbar a.vs-btn.style2 {
        padding: 16px 10px;
    }

    .navbar-brand {
        width: 80px;
        margin-left: 15px;
    }

    .registration-content span {
        color: var(--white-color);
        font-size: 19px;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0;
        text-transform: uppercase;
        display: inline-block;
        margin-bottom: 15px;
        text-align: right;
    }

    .container-fluid {
        padding: 0 16px;
    }

    .product-style1 .actions {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        align-items: center;
        justify-content: center;
        margin-top: 40px;
    }

    .vs-btn {
        font-size: 15px;
        font-weight: 600;
        padding: 15px 20px 15px 20px;
    }

    vs-btns-header .vs-btn {
        font-size: 12px;
        font-weight: 600;
        padding: 15px 18px 15px 18px;
    }

    .MuiBox-root {
        width: 100%;
    }

    .game-item {
        padding: 0px;
    }

    .service-card3 span {
        font-size: 15px;
        font-weight: 400;
        line-height: 23px;
        display: block;
        margin-bottom: 22px;
    }

    .service-card3 span {
        width: 90%;
        margin: 0 auto;
    }

    .about .sec-text {
        font-size: 18px;
        margin-top: 35px;
    }
}

.MuiBox-root {
    width: 100%;
}

button.btn-role {
    border: none;
    background: #252e2b;
    color: #ffffff;
}

@media (max-width: 767px) {
    .col-md-4.ads {
        display: none;
    }

    .links-game a {
        color: #ffffff;
        font-size: 12px;
        display: inline-flex;
        flex-direction: column;
        margin-top: 0;
        margin: 0 5px;
        background: #252e2b;
        padding: 5px 10px;
        border-radius: 10px;
    }

    .navbar-light img {
        max-width: 55%;
    }

    .ads-game img {
        border-radius: 15px;
        margin-bottom: 15px;
        padding: 5px;
    }

    .footer-game .catrgory-block .radio {
        position: relative;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        border-radius: 10px;
        padding: 5px;
        display: block;
        text-align: center;
        width: 100%;
        height: 100%;
    }

    .about .sec-text {
        font-size: 18px;
        margin-top: 35px;
    }

    .table-body {
        display: flex;
    }

    .service-style1 .service-img {
        border-radius: 30px 30px 0 0;
        overflow: hidden;
        height: 160px;
        width: 150px;
    }

    .service-card3 span {
        width: 90%;
        margin: 0 auto;
    }

    .service-card3 span {
        font-size: 15px;
        font-weight: 400;
        line-height: 23px;
        display: block;
        margin-bottom: 22px;
    }

    .footer-game .quantity .qty-btn {
        color: #ffffff;
        padding: 0;
        width: 55px;
        height: 30px;
        line-height: 32px;
        font-size: 16px;
        border-radius: 5px;
        margin: 5px 1px;
    }

    .quantity input {
        padding: 0 10px 0 10px;
        width: 100%;
        height: 35px;
        text-align: center;
        font-size: 14px;
        font-weight: 700;
        --body-color: var(--title-color);
        border: 1px solid var(--smoke-color);
        border-left: none;
        border-right: none;
        border-radius: 0;
        color: #000;
    }

    .MuiBox-root {
        width: 100%;
    }



    .table-style1 {
        margin-bottom: 10px;
    }

    .vs-btn {
        font-size: 12px;
        font-weight: 600;
        padding: 15px 20px 15px 20px;
    }

    vs-btns-header .vs-btn {
        font-size: 12px;
        font-weight: 600;
        padding: 15px 18px 15px 18px;
    }

    .product-style1 .actions {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        align-items: center;
        justify-content: center;
        margin-top: 40px;
    }

    .product-style1 .product-title {
        font-size: 14px;
        margin-bottom: 10px;
        text-transform: capitalize;
        line-height: 21px;
    }

    .registration-content span {
        color: var(--white-color);
        font-size: 19px;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0;
        text-transform: uppercase;
        display: inline-block;
        margin-bottom: 15px;
        text-align: right;
    }

    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none !important;
        background: #ffd600;
        border-color: #ffd600 !important;
    }

    .vs-btns-header {
        display: inline-block;
        width: auto;
        text-align: end;
        position: absolute;
        top: 10px;
        left: 10px;
    }

    .navbar-collapse {
        align-items: center;
        width: 100%;
        border-top: 1px solid #ccc;
        margin-top: 10px;
    }

    .container-fluid {
        padding: 0 16px;
    }

    .navbar a.vs-btn.style1 span {
        display: none;
    }

    .navbar a.vs-btn.style1 {
        padding: 15px;
    }

    .navbar a.vs-btn.style2 {
        padding: 15px 10px;
    }

    .navbar-brand {
        width: 80px;
        margin-left: 15px;
    }

    .game-item {
        padding: 0px;
    }
}


#orientation-message {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #640000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5em;
    text-align: center;
    z-index: 1000;
}

.main-panel {
    background-color: #f9f9f9;
    border: 20px solid #252e2b;
    border-radius: 35px;
    padding: 50px;
    position: relative;
    margin-bottom: 10px;
    margin-top: 20px;
    text-align: center;
}

.main-panel h2 {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.main-panel .timers-game {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #252e2b;
    color: white;
    border-radius: 10px;
    padding: 10px 5px;
    font-size: 1.5rem;
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    /* text-align: center; */
}

.main-panel .timers-game button {
    background: none;
    border: none;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    margin-left: 10px;
}

.m-auto {
    margin: 0 auto;
}

.main-panel .points {
    background-color: #b7002b;
    color: white;
    position: absolute;
    top: -35px;
    right: 10px;
    border-radius: 10px;
    padding: 10px 20px;
    font-weight: bold;
}



.main-panel .question {
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
    margin: 30px 0 20px 0;
    color: #0b0b0b;
}

.main-panel.answer .question {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin: 10px 0 10px 0;
    color: #0b0b0b;
}

.sidebar {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.team-section {
    border-radius: 10px;
    padding: 0px;
    margin: 10px;
    border: 2px solid #252e2b;
    text-align: center;
    background: #c69c5b;
}

.team-section h3 {
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
    background: #252e2b;
    border-radius: 10px 10px 0 0;
    padding: 10px 0;
}

.team-section span {
    color: #252e2b;
    font-size: 31px;
    font-weight: 700;
}

.help-icons {
    display: flex;
    justify-content: space-evenly;
    font-size: 1.5rem;
}


.team-section p {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000;
}

.help-icons i {
    position: relative;
    height: 45px;
    margin-bottom: 15px;
}

.help-way-title {
    font-size: 8px;
    font-weight: 600;
    /* margin-top: 5px; */
    color: #ffffff;
    /* background-color: #fff; */
    /* height: 0px; */
    /* border-radius: 30px; */
    text-shadow: 0px 0px 2px #000;  
}

.help-icons button {
    background: #fff;
    border: 2px solid #252e2b;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    /* padding: 7px; */
    /* margin-bottom: 10px; */
}

.main-panel .answer-button {
    background-color: #252e2b;
    color: white;
    font-size: 1rem;
    font-weight: bold;
    border: none;
    border-radius: 50px;
    padding: 10px 20px;
    cursor: pointer;
    display: block;
    margin: 20px auto;
    position: absolute;
    bottom: 0;
    left: 20px;
}

header.navbar-light.header-static.navbar-sticky {
    border-bottom: 1px solid #eda851;
}

.game-section {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    /* margin-bottom: 30px; */
    flex-direction: column;
}

.game-section .side-values {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    width: 50%;
}

.game-section .value {
    width: 100px;
    height: 35px;
    background-color: #dfe6ed;
    color: #4a90e2;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    border-radius: 30px;
    font-size: 20px;
}

/* Ø§Ù„Ù‚ÙŠÙ… Ø¹Ù„Ù‰ Ø§Ù„ÙŠÙ…ÙŠÙ† */
.game-section .right {
    margin-left: 10px;
}

/* Ø§Ù„Ù‚ÙŠÙ… Ø¹Ù„Ù‰ Ø§Ù„ÙŠØ³Ø§Ø± */
.game-section .left {
    margin-right: 10px;
}

.left .MuiBox-root.rtl-1o5megv {
    width: 100px;
    height: 35px;
    border-radius: 50px;
}

.right .MuiBox-root.rtl-1o5megv {
    width: 100%;
    height: 35px;
    border-radius: 50px;
}

.game-section .left a:hover,
.game-section .right a:hover {
    background: #c69c5b;
}

.game-section .right a.active {
    background: #ffce61;
}

.game-section .right a.active p {
    color: #000;
}

.game-section .left a:hover p,
.game-section .right a:hover p {
    color: #252e2b;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

/* Ø§Ù„Ù‚Ø³Ù… Ø§Ù„Ø£ÙˆØ³Ø· */
.game-section .center-box {
    background-color: #fff;
    max-width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px
}

.image-box {
    height: 75%;
    width: 100%;
    aspect-ratio: 1 / 1;
}

.game-section .image-box img {
    width: 100%;
    height: 100%;
    margin-bottom: 0px;
    object-fit: cover;
}

.game-section .label {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    padding: 0;
    border-radius: 10px;
    font-size: 13px;
}

.team-select.team-box {
    width: 100%;
    padding: 10px;
    border: 2px solid #252e2b;
    border-radius: 10px;
    cursor: pointer;
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.team-select.team-box span {
    color: #252e2b;
}

.team-select.team-box.active {
    border-color: #640000;
    background: #fff;
}

.team-select.team-box.active span {
    color: #640000;
    font-weight: 600
}

@media (max-width: 991px) {
    .game-section .side-values {
        gap: 5px;
    }

    .game-section .center-box {
        max-width: 80%;
    }

    .game-section .right {
        margin-left: 0px;
    }

    .game-section .left {
        margin-left: 0px;
    }

    .game-section .label {
        font-size: 12px;
        padding: 0;
    }

    .team-section {
        width: 95%
    }



    .service-card3 .title {
        font-size: 25px;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 5px;
    }

    .about .sec-text {
        font-size: 15px;
        margin-top: 35px;
    }

    .tm_flex_row_game {
        display: flex;
        flex-direction: row;
        -webkit-box-flex: 1;
        flex-grow: 1;
        height: 100%;
        width: 100%;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: space-between;
        /* padding: 8px; */
        gap: 4px;
        /* z-index: 10; */
        margin: 0 auto;
    }

    .tm_flex_row_game .title-score-page h4 {
        margin: 0;
        font-size: 13px;
    }

    .score-page .tm_flex_row_game .widget {
        padding: var(--widget-padding-y, 8px) var(--widget-padding-x, 8px);
        background-color: var(--smoke-color);
        position: relative;
        margin-bottom: 6px;
        border-radius: 10px;
    }

    .tm_flex_row_game .game-item {
        width: 16.6667%;
        height: 100%;
        flex: 1 1 0%;
        display: flex;
        flex-direction: column;
        border-radius: 16px;
        padding-bottom: 5px;
        -webkit-box-align: center;
        gap: 4px;
        align-items: stretch;
    }

    .title-score-page {
        padding: 8px;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        display: flex;
        border-radius: 20px;
        height: 20%;
        width: 100%;
        column-gap: 16px;
    }

    .rtl-1uycm67 {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        -webkit-box-align: center;
        align-items: center;
        width: 95%;
        height: 90%;
        gap: 4px;
    }

    .rtl-1o5megv {
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        height: 100%;
        width: 98%;
        padding: 0px;
        opacity: 1;
        border-radius: 8px;
        cursor: pointer;
    }

    .rtl-14p629g {
        margin: 0px;
        line-height: 1.25;
        font-size: 12px;
        font-weight: 800;
    }

    .tm_flex_row_game .title-score-page img {
        width: 25px;
    }

    .tm_flex_row_game .game-item {
        padding: 0px;
    }

    .vs-menu-toggle {
        display: inline-block !important;
    }

    .banner-slide4 {
        height: 65vh;
    }

    .banner-content4 .banner-title {
        color: var(--white-color);
        font-size: 35px;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 10px;
    }

    .banner-slide4 .mega-hover {
        display: none
    }

    .text-end {
        text-align: left !important;
    }

    .category-style2 .category-content {
        bottom: 0;
        width: 100%;
        padding: 15px 30px 15px 30px;
        transition: all ease 0.4s;
    }

    .col-6 {
        width: 50%
    }

    .vs-product-wrapper .col-6 {
        width: 25%;
    }

    .tm_grid_row {
        display: grid;
        grid-template-columns: auto auto auto auto;
    }

    .tm_grid_row_game {
        display: grid;
        grid-template-columns: auto auto auto auto auto auto;
    }

    .footer-game h4 {
        margin-bottom: 0px;
    }

    section.score-page {
        margin: 5px 0;
    }

    .logo-game img {
        width: 80%;
    }

    .result-game .icon-result {
        -webkit-box-align: center;
        align-items: center;
        justify-content: space-evenly;
        height: 100%;
        row-gap: 1px;
        display: flex;
        flex-direction: column;
        background-color: #ccc;
        padding: 4px;
        border-radius: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .ads-game {
        height: 100%;
        display: flex;
        align-items: center;
    }

    .widget_categories a {
        position: relative;
        display: block;
        padding: 15px 25px 15px 25px;
        margin: 0 0 10px 0;
        font-size: 16px;
        font-weight: 600;
        line-height: 1;
        color: var(--title-color);
        background-color: var(--white-color);
        font-family: var(--title-font);
        border-radius: 10px;
    }

    .table-style1 .th img {
        width: 24px;
        margin-left: 15px;
    }

    h3.team-name.h2 {
        font-size: 16px;
        width: 90%;
        margin: 0 auto;
        line-height: 26px;
    }

    .right .MuiBox-root.rtl-1o5megv {
        width: 100%;
    }

    .left .MuiBox-root.rtl-1o5megv {
        width: 55px;
        height: 45px;
    }

    .game-section .center-box {
        max-width: 80%;
    }

    .footer-game {
        padding: 0;
    }

    .main-panel {
        background-color: #f9f9f9;
        border: 6px solid #252e2b;
        border-radius: 35px;
        padding: 15px 50px;
        position: relative;
        margin-bottom: 10px;
        margin-top: 20px;
        text-align: center;
    }
}

/*
@media (max-width: 1200px) {
    .right .MuiBox-root.rtl-1o5megv {
        width: 75px;
        height: 50px;
    }

    .left .MuiBox-root.rtl-1o5megv {
        width: 75px;
        height: 50px;
    }
}
*/
.form-style3.layout2 {
    padding: 20px;
    border: none;
}

span.counter {
    background: #ffce61;
    border-radius: 50px;
    color: #000;
    font-size: 19px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .main-panel {
        background-color: #f9f9f9;
        border: 6px solid #252e2b;
        border-radius: 35px;
        padding: 15px 50px;
        position: relative;
        margin-bottom: 10px;
        margin-top: 20px;
        text-align: center;
    }

    .game-section .side-values {
        gap: 5px;
    }

    .game-section .center-box {
        max-width: 80%;
    }

    .rtl-14p629g {
        margin: 0px;
        line-height: 1.25;
        font-size: 12px;
        font-weight: 800;
    }

    .left .MuiBox-root.rtl-1o5megv {
        width: 55px;
        height: 45px;
    }

    .right .MuiBox-root.rtl-1o5megv {
        width: 100%;
    }

    .game-section .right {
        margin-left: 0px;
    }

    .game-section .left {
        margin-left: 0px;
    }

    .game-section .label {
        font-size: 12px;
        padding: 0;
    }

    .team-section {
        width: 95%
    }

    .team-section.footer {
        width: 95%;
        padding: 0px;
        margin: 5px;
        border-radius: 10px;
    }


    .service-card3 .title {
        font-size: 25px;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 5px;
    }

    .about .sec-text {
        font-size: 15px;
        margin-top: 35px;
    }

    h3.team-name.h2 {
        font-size: 16px;
        width: 90%;
        margin: 0 auto;
        line-height: 26px;
    }

    .table-style1 .th img {
        width: 24px;
        margin-left: 15px;
    }

    .widget_categories a {
        position: relative;
        display: block;
        padding: 15px 25px 15px 25px;
        margin: 0 0 10px 0;
        font-size: 16px;
        font-weight: 600;
        line-height: 1;
        color: var(--title-color);
        background-color: var(--white-color);
        font-family: var(--title-font);
        border-radius: 10px;
    }

    .ads-game {
        display: none
    }

    .result-game .icon-result {
        -webkit-box-align: center;
        align-items: center;
        justify-content: space-evenly;
        height: 100%;
        row-gap: 1px;
        display: flex;
        flex-direction: column;
        background-color: #ccc;
        padding: 4px;
        border-radius: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    section.score-page {
        margin: 5px 0;
    }

    .tm_flex_row_game {
        display: flex;
        flex-direction: row;
        -webkit-box-flex: 1;
        flex-grow: 1;
        height: 100%;
        width: 100%;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: space-between;
        /* padding: 8px; */
        gap: 4px;
        /* z-index: 10; */
        margin: 0 auto;
    }

    .tm_flex_row_game .title-score-page h4 {
        margin: 0;
        font-size: 13px;
    }

    .score-page .tm_flex_row_game .widget {
        padding: var(--widget-padding-y, 8px) var(--widget-padding-x, 8px);
        background-color: var(--smoke-color);
        position: relative;
        margin-bottom: 6px;
        border-radius: 10px;
    }

    .tm_flex_row_game .game-item {
        width: 16.6667%;
        height: 100%;
        flex: 1 1 0%;
        display: flex;
        flex-direction: column;
        border-radius: 16px;
        padding-bottom: 5px;
        -webkit-box-align: center;
        gap: 4px;
        align-items: stretch;
    }

    .title-score-page {
        padding: 8px;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        display: flex;
        border-radius: 20px;
        height: 20%;
        width: 100%;
        column-gap: 16px;
    }

    .rtl-1uycm67 {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        -webkit-box-align: center;
        align-items: center;
        width: 95%;
        height: 90%;
        gap: 4px;
    }

    .rtl-1o5megv {
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        height: 100%;
        width: 98%;
        padding: 0px;
        opacity: 1;
        border-radius: 8px;
        cursor: pointer;
    }

    .right .MuiBox-root.rtl-1o5megv {
        width: 100%;
    }

    .left .MuiBox-root.rtl-1o5megv {
        width: 60px;
        height: 50px;
    }

    .rtl-14p629g {
        margin: 0px;
        line-height: 1.25;
        font-size: 1.14543rem;
        font-weight: 800;
    }

    .tm_flex_row_game .title-score-page img {
        width: 25px;
    }

    .tm_flex_row_game .game-item {
        padding: 0px;
    }

    .tm_grid_row {
        display: grid;
        grid-template-columns: auto auto;
    }

    .tm_grid_row_game {
        display: grid;
        grid-template-columns: auto auto auto auto auto auto;
    }

    .col-6 {
        width: 50%
    }

    .vs-product-wrapper .col-6 {
        width: 50%;
    }


    .banner-slide4 {
        height: 65vh;
    }

    .banner-content4 .banner-title {
        color: var(--white-color);
        font-size: 35px;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 10px;
    }

    .text-end {
        text-align: left !important;
    }

    .banner-slide4 .mega-hover {
        display: none
    }

    .footer-game h4 {
        margin-bottom: 0px;
    }

    .logo-game img {
        width: 100%;
    }

    .about .sec-text {
        font-size: 16px;
        margin-top: 35px;
    }

    .footer-game {
        padding: 0;
    }
}

@media (max-width: 416px) {
    .footer-game {
        padding: 0;
    }

    .game-section .side-values {
        gap: 5px;
    }

    .ads-game {
        display: none
    }

    .game-section .right {
        margin-left: 0px;
    }

    .game-section .left {
        margin-left: 0px;
    }

    .game-section .label {
        font-size: 12px;
        padding: 0
    }

    .service-card3 .title {
        font-size: 18px;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 5px;
    }

    .about .sec-text {
        font-size: 15px;
        margin-top: 35px;
    }

    .tm_grid_row {
        display: grid;
        grid-template-columns: auto auto;
    }

    .tm_grid_row_game {
        display: grid;
        grid-template-columns: auto auto auto auto auto auto;
    }

    .col-6 {
        width: 50%
    }

    .vs-product-wrapper .col-6 {
        width: 50%;
    }

    .banner-slide4 {
        height: 65vh;
    }

    .text-end {
        text-align: left !important;
    }

    .banner-content4 .banner-title {
        color: var(--white-color);
        font-size: 30px;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 10px;
    }

    .banner-slide4 .mega-hover {
        display: none
    }
}


.slider-one_color-one {
    position: absolute;
    left: -60px;
    top: -50px;
    z-index: 1;
    width: 248px;
    height: 248px;
    opacity: 0.4;
    border-radius: 50%;
    background-color: #eebf1b;
}

.slider-one_color-two {
    position: absolute;
    right: 150px;
    bottom: 100px;
    z-index: 1;
    width: 248px;
    height: 248px;
    opacity: 0.4;
    border-radius: 50%;
    background-color: #eebf1b;
}

.slider-one_color-three {
    position: absolute;
    left: 25%;
    bottom: 10%;
    z-index: 1;
    width: 24px;
    height: 24px;
    opacity: 0.4;
    border-radius: 50%;
    background-color: #eebf1b;
}

.slider-one_color-four {
    position: absolute;
    left: 42%;
    top: 26%;
    z-index: 1;
    width: 31px;
    height: 31px;
    opacity: 0.4;
    border-radius: 50%;
    background-color: #eebf1b;
}


.question-info {
    margin-bottom: 10px;
    color: #ffffff;
    position: absolute;
    z-index: 2000;
    top: 5px;
    right: 15px;
}

.remaining-questions {
    font-size: 12px;
    font-weight: 700;
}

.catrgory-block input[type="checkbox"]:checked~.radio.smile .remaining-questions {
    color: #252e2b
}




/* Popup container */
.popup-celebrate {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    text-align: center;
    z-index: 1000;
    animation: fadeIn 1s ease-in-out;
}

.popup-celebrate h1 {
    font-size: 2rem;
    color: #640000;
    margin-bottom: 10px;
}

.popup-celebrate p {
    font-size: 1rem;
    color: #555;
}

/* Close button */
.popup-celebrate .popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ff5f5f;
    color: white;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    cursor: pointer;
    font-size: 1.2rem;
    line-height: 30px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.popup-celebrate .popup-close:hover {
    background: #ff2a2a;
}

/* Confetti effect */
.confetti {
    position: fixed;
    top: 0;
    width: 10px;
    height: 10px;
    background-color: #ff0;
    opacity: 0.8;
    z-index: 2000;
    animation: fall 4s infinite ease-in-out;
}

@keyframes fall {
    0% {
        transform: translateY(-100vh) rotate(0deg);
        opacity: 1;
    }

    100% {
        transform: translateY(100vh) rotate(360deg);
        opacity: 0;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translate(-50%, -60%);
    }

    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}


.box-result {
    margin: 0 auto;
    padding: 20px;
}

.box-result .subbox-result {
    background-color: #f9f9f9;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 20px;
}

.box-result .team {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.box-result .team span {
    font-weight: 600;
}

.box-result .team div {
    width: 45%;
    padding: 10px;
    border-radius: 8px;
    font-size: 18px;
}

.box-result .winner {
    background-color: #08b508;
    color: #ffffff;
}

.box-result .loser {
    background-color: #bb0a0a;
    color: #ffffff;
}

.box-result .result {
    font-size: 20px;
    color: #d39429;
    font-weight: 600;
}

.box-result .coupon {
    margin-top: 10px;
    font-weight: bold;
    color: #640000;
}

@media (max-width: 768px) {
    .box-result .team div {
        font-size: 16px;
    }
}

.full-height-box {
    height: 100vh;
    /* ÙŠØ¬Ø¹Ù„ Ø§Ù„Ø¹Ù†ØµØ± ÙŠØ£Ø®Ø° Ø§Ø±ØªÙØ§Ø¹ Ø§Ù„Ø´Ø§Ø´Ø© Ø¨Ø§Ù„ÙƒØ§Ù…Ù„ */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}


.flag {
    position: absolute;
    top: -35px;
    left: 20px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 100;
    background: #ffffff;
    border: 2px solid #252e2b;
    padding: 8px;
    border-radius: 50%;
}

.flag img {
    width: 100%;
    height: 100%;
}

.used {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 0, 0, 0.7);
    color: #fff !important;
    font-size: 20px !important;
    font-weight: bold !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}




.vs-btns-header .dropdown {
    display: inline-block;
    position: relative;
}

.vs-btns-header .dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    z-index: 1;
    width: 330px;
    z-index: 2000;
    margin-top: 5px;
}


.header-top {
    display: flex;
    justify-content: space-between;
}

.vs-btns-header .dropdown-content.active {
    display: block;
}

.vs-btns-header .dropdown-content img {
    max-width: 40px;
    margin-bottom: 10px;
}

.vs-btns-header .dropdown-content button {
    background-color: #eda851;
    color: #ffffff;
    border: none;
    padding: 5px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 10px;
    margin-bottom: 15px;
    width: 50%;
}


.vs-btns-header .box {
    background-color: #fef2c4;
    border-radius: 10px;
    padding: 20px;
    margin-top: 10px;
    text-align: center;
}

.vs-btns-header .box h3 {
    margin: 0 0 10px;
    color: #000;
    font-size: 18px;
}

.vs-btns-header .box p {
    font-size: 36px;
    color: #ff4500;
    font-weight: bold;
    margin: 0;
}


/* Ø§Ù„ØªØµÙ…ÙŠÙ… Ø§Ù„Ù…Ø®ØµØµ */
.vs-btns-header .custom-design {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    border-radius: 15px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    padding: 20px 10px;
    z-index: 2;
    width: 330px;
    z-index: 2000;
    margin-top: 5px;
}

.vs-btns-header .custom-design.active {
    display: block;
}

.vs-btns-header .custom-design .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f4f4f4;
    background-image: url(../images/games/g01-1.png);
    border-radius: 25px;
    padding: 10px 20px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}

.vs-btns-header .custom-design .item:first-child {
    background-image: url(../images/games/g01-2.png);
}

.vs-btns-header .custom-design .item span:first-child {
    color: white;
    padding: 5px 0px;
}

.vs-btns-header .custom-design .item span:last-child {
    color: white;
}

.vs-btns-header .custom-design .input-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.vs-btns-header .custom-design input {
    flex-grow: 1;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 0 25px 25px 0;
    margin-left: 0px;
    height: 45px;
}

.vs-btns-header .custom-design button {
    background-color: #640000;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 25px 0 0 25px;
    cursor: pointer;
}

.vs-btns-header .custom-design .pay-button {
    background-color: #fdcc8d;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 25px;
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
}

.custom-design .item label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    color: #fff;
    width: 100%;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin: 0;
}

/* Ø§Ù„ØªØ£Ø«ÙŠØ± Ø¹Ù†Ø¯ Ø§Ø®ØªÙŠØ§Ø± radio button */
.custom-design .item input[type="radio"]:checked+span {
    font-weight: bold;
    color: #f4c41b;
    transition: all 0.3s ease;
}

.custom-design .item input[type="radio"]:checked~span:last-child {
    font-weight: bold;
    color: #f4c41b;
    transition: all 0.3s ease;
}


.custom-design .input-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.custom-design input {
    flex-grow: 1;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 15px;
    margin-right: 10px;

}

a.forgot-psw {
    color: #ffffff;
}

a.forgot-psw:hover {
    color: #f4c41b;
}

@media (max-width: 768px) {

    .vs-btns-header .dropdown-content,
    .vs-btns-header .custom-design {
        transform: translateX(-30%);
        width: 250px;
    }

    .vs-btns-header .dropdown .header-top button {
        font-size: 12px;
        padding: 8px 16px;
        width: 55%
    }

    .vs-btns-header .custom-design .item {
        font-size: 14px
    }

    .vs-btns-header .box p {
        font-size: 28px;
    }

    .vs-btns-header .box h3 {
        font-size: 16px;
    }
}


@media (max-width: 991px) {
    .team-section p {
        font-size: 14px;
    }

    .help-icons i {
        position: relative;
        height: 30px;
        /* margin-bottom: 15px; */
    }

    .help-icons button {
        background: #fff;
        border: 2px solid #252e2b;
        border-radius: 50%;
        width: 35px;
        height: 35px;
        line-height: 15px;
        /* padding: 7px; */
        margin-bottom: 0px;
    }
}



.links-game-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    z-index: 1000;
}

.links-game-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
}

.links-game-popup button {
    margin: 10px;
    padding: 10px 50px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
}

.links-game-popup .confirm {
    background-color: #28a745;
    color: #fff;
}

.links-game-popup .cancel {
    background-color: #dc3545;
    color: #fff;
}

.answered {
    text-decoration: line-through;
    color: red;
    pointer-events: none;
    /* Ù„Ù…Ù†Ø¹ Ø§Ù„Ù†Ù‚Ø± Ø¹Ù„Ù‰ Ø§Ù„Ø¹Ù†ØµØ± Ù…Ø±Ø© Ø£Ø®Ø±Ù‰ */
}

.main-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}


.main-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* Ø§Ù„ØªÙˆØ³ÙŠØ· Ø§Ù„Ø¹Ù…ÙˆØ¯ÙŠ */
    text-align: center;
}

.footer-game {
    background-color: #252e2b;
    color: #fff;
    text-align: center;
    padding: 0 10px;
}
