@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap");
@import url("../css/icons.css");

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

.activeBurger,
.modal-open {
    overflow: hidden;
}

body {
    font-family: "Lexend", sans-serif;
    color: #fafafa;
    font-size: 1rem;
    padding: 0;
    margin: 0;
    font-weight: 400;
    position: relative;
    line-height: 1.7;
    background-color: #13120e;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    overflow-x: hidden;
}

body.page-trns-active {
    position: relative;
}

body.page-trns-active::after {
    position: absolute;
    content: "\f110";
    font-family: "Line Awesome Free";
    font-weight: 900;
    color: #ffffff;
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    left: 0;
    font-size: 4.5rem;
    z-index: 999;
    -webkit-animation: spinRoll 1s infinite linear;
    animation: spinRoll 1s infinite linear;
}

body.page-trns-active::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #20204e;
    z-index: 99;
    opacity: 0.65;
}

@-webkit-keyframes spinRoll {
    from {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinRoll {
    from {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

img {
    max-width: 100%;
    height: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

select {
    cursor: pointer;
}

ul,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

button {
    cursor: pointer;
}

*:focus {
    outline: none;
}

button {
    border: none;
}

button:focus {
    outline: none;
}

span {
    display: inline-block;
}

a:hover {
    color: #ba8521;
}

.text--primary {
    color: #7367f0 !important;
}

.text--secondary {
    color: #868e96 !important;
}

.text--success {
    color: #28c76f !important;
}

.text--danger {
    color: #ea5455 !important;
}

.text--warning {
    color: #ff9f43 !important;
}

.text--info {
    color: #1e9ff2 !important;
}

.text--dark {
    color: #10163a !important;
}

.text--muted {
    color: #ccc !important;
}

.text--base {
    color: #ba8521 !important;
}

.text--dark {
    color: #131340 !important;
}

.bg--primary {
    background-color: #7367f0 !important;
}

.bg--secondary {
    background-color: #868e96 !important;
}

.bg--success {
    background-color: #28c76f !important;
}

.bg--danger {
    background-color: #ea5455 !important;
}

.bg--warning {
    background-color: #ff9f43 !important;
}

.bg--info {
    background-color: #1e9ff2 !important;
}

.bg--dark {
    background-color: #10163a !important;
}

.bg--light {
    background-color: #eef4ff !important;
}

.bg--base {
    background-color: #ba8521 !important;
}

.pt-25 {
    padding-top: 1.5625rem;
}

.pb-25 {
    padding-bottom: 1.5625rem;
}

.pt-50 {
    padding-top: 3.125rem;
}

.pb-50 {
    padding-bottom: 3.125rem;
}

.pt-65 {
    padding-top: 4.0625rem;
}

.pt-100 {
    padding-top: 6.25rem;
}

@media (max-width: 47.9375rem) {
    .pt-100 {
        padding-top: 1.5625rem;
    }

    .pt-65 {
        padding-top: 1.5625rem;
    }

    .pt-50 {
        padding-top: 1.5625rem;
    }

    .pb-50 {
        padding-bottom: 1.5625rem;
    }
}

.pb-100 {
    padding-bottom: 6.25rem;
}

@media (max-width: 47.9375rem) {
    .pb-100 {
        padding-bottom: 1.5625rem;
    }
}

.text-xs {
    font-size: 0.75rem;
    font-weight: 300;
}

.text-md {
    font-size: 0.875rem;
    font-weight: 300;
}

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

.text-lightyellow {
    color: #ffb81c;
}

.text-lightgray {
    color: #999999;
}

.text-white80 {
    color: rgb(255 255 255 / 80%);
}

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

.section--bg {
    background-color: #20204e;
}

.section-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.opacity-20 {
    opacity: 0.2;
}

.dark--overlay {
    position: relative;
    z-index: 1;
}

.dark--overlay::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #20204e;
    opacity: 0.4;
    z-index: -1;
}

.dark--overlay-two {
    position: relative;
    z-index: 1;
}

.dark--overlay-two::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #20204e;
    opacity: 0.8;
    z-index: -1;
}

.text-shadow--base {
    text-shadow: 0 0 0.3125rem #ba8521;
}

.bg--one {
    background-color: #131340;
}

.slick-arrow {
    cursor: pointer;
}

.z-index-2 {
    z-index: 2;
}

.main-wrapper {
    position: relative;
    padding-top: 8.625rem;
}

@media (max-width: 74.9375rem) {
    .main-wrapper {
        padding-top: 6.75rem;
    }
}

.section-header {
    margin-bottom: 2.5rem;
}

@media (max-width: 47.9375rem) {
    .section-header {
        margin-bottom: 1.25rem;
    }
}

.section-title {
    font-size: 1.875rem;
    font-weight: 600;
}

.section-description {
    font-size: 0.875rem;
    font-weight: 300;
    color: #999999;
    max-width: 29.5625rem;
    margin: auto;
}

@media (max-width: 47.9375rem) {
    .section-title {
        font-size: 1.5rem;
    }
}

.section-subtitle {
    font-family: "Lexend", sans-serif;
    font-size: 1rem;
    font-weight: 500;
}

.section-subtitle.border-left {
    padding-left: 2.1875rem;
    position: relative;
    z-index: 1;
}

.section-subtitle.border-left::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 1.5625rem;
    height: 0.125rem;
    background-color: #ba8521;
    margin-top: -0.0625rem;
}

a.text-white:hover {
    color: #ba8521 !important;
}

.text-white-50 {
    color: rgb(255 255 255 / 50%);
}

.text--link {
    text-decoration: underline;
}

.text--link:hover {
    text-decoration: underline;
}

.has--link {
    position: relative;
}

.has--link .item--link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.custom--dropdown .dropdown-toggle.no-arrow::after {
    display: none;
}

.custom--dropdown .dropdown-toggle::after {
    content: "\f107";
    border: none;
    font-family: "Line Awesome Free";
    font-weight: 900;
    -webkit-transform: translateY(0.1875rem);
    -ms-transform: translateY(0.1875rem);
    transform: translateY(0.1875rem);
}

.custom--dropdown .dropdown-menu {
    border-color: #e5e5e5;
    -webkit-box-shadow: 0 0.3125rem 0.625rem rgba(0, 0, 0, 0.05);
    box-shadow: 0 0.3125rem 0.625rem rgba(0, 0, 0, 0.05);
}

.custom--dropdown .dropdown-menu li {
    border-bottom: 0.0625rem dashed #e5e5e5;
}

.custom--dropdown .dropdown-menu li:last-child {
    border-bottom: none;
}

.custom--dropdown .dropdown-menu li .dropdown-item {
    color: #fafafa;
    font-size: 0.875rem;
}

.custom--dropdown .dropdown-menu li .dropdown-item:hover {
    color: #ba8521;
    background-color: rgba(55, 245, 249, 0.05);
}

.cumtom--nav-tabs {
    border-bottom: none;
    background: #13120e 0% 0% no-repeat padding-box;
    -webkit-box-shadow: inset 0rem 0.0625rem 1.5625rem #ffb81c8a;
    box-shadow: inset 0rem 0.0625rem 1.5625rem #ffb81c8a;
    border: 0.0625rem solid #ba8521;
    border-radius: 1.5625rem;
    padding: 0.3125rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 1.875rem;
}

.cumtom--nav-tabs .nav-item {
    min-width: 9.375rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.cumtom--nav-tabs .nav-item .nav-link {
    background-color: transparent;
    border: none;
    color: #ffffff;
    border-radius: 1.4375rem;
    width: 100%;
    padding: 0.375rem 0.75rem;
}

.cumtom--nav-tabs .nav-item .nav-link.active {
    background-color: #ba8521;
}

.tab-content .tab-pane p {
    font-size: 0.875rem;
    font-weight: 300;
    color: rgb(255 255 255 / 80%);
}

.custom--accordion .accordion-item+.accordion-item {
    margin-top: 1.25rem;
}

.custom--accordion .accordion-item {
    border: 0.0625rem solid #333333 !important;
    border-radius: 2.1875rem;
    -webkit-border-radius: 2.1875rem;
    -moz-border-radius: 2.1875rem;
    -ms-border-radius: 2.1875rem;
    -o-border-radius: 2.1875rem;
    background-color: #13120e;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.custom--accordion .accordion-item:first-child .accordion-button {
    border-top: none;
}

.custom--accordion .accordion-item:last-child .accordion-button {
    border-bottom: none;
}

.custom--accordion .accordion-item:has(.accordion-collapse.show) {
    border-color: #ffb81c !important;
    border-radius: 1.25rem;
}

.custom--accordion .accordion-item:has(.accordion-collapse.collapsing) {
    border-color: #ffb81c !important;
    border-radius: 1.25rem;
}

.custom--accordion .accordion-button {
    padding: 1.563rem;
    background-color: #13120e;
    font-size: 0.875rem;
    font-weight: 400;
    position: relative;
    text-align: left;
    color: #ffffff;
    border-radius: 2.1875rem !important;
}

.custom--accordion .accordion-button::after {
    position: absolute;
    top: 1.25rem;
    right: 0.8125rem;
    font-size: 1.0625rem;
    content: "\f107";
    font-family: "Line Awesome Free";
    font-weight: 900;
    background-image: none;
    color: #ffb81c;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.custom--accordion .accordion-button:not(.collapsed)::after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.custom--accordion .accordion-button:not(.collapsed) {
    background: transparent -o-linear-gradient(left,
            #ffb81c66 0%,
            #13120e00 100%) 0% 0% no-repeat padding-box !important;
    background: transparent -o-linear-gradient(left, #ffb81c66 0%, #13120e00 100%) 0% 0% no-repeat padding-box !important;
    background: transparent -webkit-gradient(linear, left top, right top, from(#ffb81c66), to(#13120e00)) 0% 0% no-repeat padding-box !important;
    background: transparent linear-gradient(90deg, #ffb81c66 0%, #13120e00 100%) 0% 0% no-repeat padding-box !important;
    color: #ffffff;
    border-radius: 1.25rem 1.25rem 0 0 !important;
    border-bottom: 0.0625rem solid #ffb81c !important;
}

.custom--accordion .accordion-button:not(.collapsed)::after {
    color: #ffb81c;
}

.custom--accordion .accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border-color: transparent;
}

.custom--accordion .accordion-body {
    padding: 1.5rem 2.5rem 2.25rem 1.5rem;
    font-weight: 300;
    color: #999999;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.custom--accordion .accordion-collapse {
    border: 0.0625rem solid transparent;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-top: none;
    -webkit-box-shadow: inset 0rem 0.375rem 1.5625rem #f9bf0059;
    box-shadow: inset 0rem 0.375rem 1.5625rem #f9bf0059;
    border-radius: 0 0 1.25rem 1.25rem !important;
}

@media (max-width: 61.9375rem) {

    .custom--accordion .accordion-button,
    .custom--accordion .accordion-body {
        padding: 1rem;
    }

    .custom--accordion .accordion-button::after {
        top: auto;
    }
}

/* .page-breadcrumb {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: .9375rem;
}

.page-breadcrumb li {
    color: rgba(255, 255, 255, 0.8);
    text-transform: capitalize;
}

.page-breadcrumb li::after {
    content: '-';
    color: #ffffff;
    margin: 0 .3125rem;
}

.page-breadcrumb li:first-child::before {
    content: "\f015";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #BA8521;
    margin-right: .375rem;
}

.page-breadcrumb li:last-child::after {
    display: none;
}

.page-breadcrumb li a {
    color: #ffffff;
    text-transform: capitalize;
}

.page-breadcrumb li a:hover {
    color: #BA8521;
} */

.breadcrumb {
    margin-bottom: 1.875rem;
    padding-bottom: 1.25rem;
    border-bottom: 0.0625rem solid rgb(255 255 255 / 30%);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

.breadcrumb .breadcrumb-item {
    font-size: 0.875rem;
    line-height: normal;
}

.breadcrumb .breadcrumb-item.active {
    color: #ba8521;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item {
    padding-left: 0.9375rem;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    padding-right: 0.9375rem;
    color: #ffffff;
    content: "\f105";
    font-family: "Line Awesome Free";
    font-size: 1.1875rem;
    font-weight: 900;
}

@media (max-width: 47.9375rem) {
    .breadcrumb {
        margin-bottom: 1.25rem;
    }

    .breadcrumb .breadcrumb-item+.breadcrumb-item {
        padding-left: 0.375rem;
    }

    .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
        padding-right: 0.375rem;
        font-size: 1.0625rem;
    }
}

.cmn-list li+li {
    margin-top: 0.9375rem;
}

.cmn-list li {
    position: relative;
    padding-left: 2.1875rem;
}

.cmn-list li::before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Line Awesome Free";
    font-weight: 900;
    content: "\f058";
    font-size: 1.75rem;
    color: #ba8521;
    margin-right: 0.5rem;
    line-height: 1;
}

.cmn-list-two li {
    padding: 0.375rem 0.9375rem;
    font-size: 0.875rem;
}

.cmn-list-two li:nth-child(even) {
    background-color: #19193c;
}

.number-list {
    list-style: decimal;
    padding-left: 1.125rem;
}

.number-list li+li {
    margin-top: 0.625rem;
}

.disc-list li+li {
    margin-top: 0.625rem;
}

.disc-list li {
    position: relative;
    padding-left: 0.9375rem;
}

.disc-list li::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 0.375rem;
    height: 0.375rem;
    margin-top: -0.1875rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #bdbdbd;
}

.square-list li+li {
    margin-top: 0.625rem;
}

.square-list li {
    padding-left: 1.5625rem;
    position: relative;
}

.square-list li::before {
    position: absolute;
    content: "";
    top: 0.3125rem;
    left: 0;
    width: 0.875rem;
    height: 0.875rem;
    background-color: #e6e6e6;
}

.square-list li::after {
    position: absolute;
    content: "";
    top: 0.5625rem;
    left: 0.25rem;
    width: 0.875rem;
    height: 0.875rem;
    background-color: rgba(55, 245, 249, 0.45);
}

.caption-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.625rem 0;
    font-size: 0.9375rem;
    border-bottom: 0.0625rem dashed #33287a;
}

.caption-list li:first-child {
    padding-top: 0;
}

.caption-list li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.caption-list li .caption {
    width: 30%;
    font-family: "Lexend", sans-serif;
    font-weight: 700;
    font-size: 0.875rem;
    position: relative;
}

@media (max-width: 30rem) {
    .caption-list li .caption {
        width: 35%;
    }
}

.caption-list li .caption::after {
    position: absolute;
    content: ":";
    top: 0;
    right: 0;
}

.caption-list li .value {
    width: 70%;
    padding-left: 0.9375rem;
}

@media (max-width: 30rem) {
    .caption-list li .value {
        width: 65%;
    }
}

.caption-list-two {
    padding: 0 1.25rem;
    /* background-color: rgba(55, 245, 249, 0.1);
    border-radius: 0.3125rem;
    -webkit-border-radius: 0.3125rem;
    -moz-border-radius: 0.3125rem;
    -ms-border-radius: 0.3125rem;
    -o-border-radius: 0.3125rem; */
}

.caption-list-two li {
    font-family: "Lexend", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #ffffff;
    padding: 1rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0.5rem;
    border-bottom: 0.0625rem dashed rgb(255 255 255 / 20%);
}

.caption-list-two li:first-child {
    padding-top: 0;
}

.caption-list-two li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.object-fit--cover {
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
}

.pagination {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 0.625rem;
}

.pagination .page-item {
    margin: 0 0.313rem;
}

.pagination .page-item.separator .page-link {
    background-color: transparent;
    font-size: 0;
    position: relative;
}

.pagination .page-item.separator .page-link::before {
    content: "¡¤¡¤¡¤";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 1.875rem;
    color: #727272;
}

.pagination .page-item.active {
    pointer-events: none;
}

.pagination .page-item.active .page-link {
    border-color: #ba8521;
    background-color: transparent;
    color: #ffffff;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
    border-color: #ffb81c;
    color: #ffb81c;
    background-color: transparent;
    font-size: 0;
}

.pagination .page-item:first-child .page-link {
    position: relative;
}

.pagination .page-item:first-child .page-link::before,
.pagination .page-item:last-child .page-link::before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "\f104";
    font-family: "Line Awesome Free";
    font-weight: 900;
    font-size: 1.125rem;
}

.pagination .page-item:last-child .page-link::before {
    content: "\f105";
}

.pagination .page-item .page-link {
    width: 1.75rem;
    height: 1.75rem;
    padding: 0.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0.875rem;
    -webkit-border-radius: 0.875rem;
    -moz-border-radius: 0.875rem;
    -ms-border-radius: 0.875rem;
    -o-border-radius: 0.875rem;
    background-color: #000000;
    border: 0.0625rem solid transparent;
    color: #727272;
    font-size: 0.75rem;
    font-weight: 400;
}

.pagination .page-item .page-link:hover {
    background-color: #ba8521;
    color: #ffffff;
}

.pagination .page-item .page-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.pagination-md .page-item .page-link {
    width: 1.5rem;
    height: 1.5rem;
}

.pagination-sm .page-item .page-link {
    width: 1.25rem;
    height: 1.25rem;
    font-size: 0.875rem;
}

.shake {
    -webkit-animation: shake 0.5s 1 linear;
    animation: shake 0.5s 1 linear;
}

@-webkit-keyframes shake {

    0%,
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-0.625rem);
        -ms-transform: translateX(-0.625rem);
        transform: translateX(-0.625rem);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(0.625rem);
        -ms-transform: translateX(0.625rem);
        transform: translateX(0.625rem);
    }
}

@keyframes shake {

    0%,
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-0.625rem);
        -ms-transform: translateX(-0.625rem);
        transform: translateX(-0.625rem);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(0.625rem);
        -ms-transform: translateX(0.625rem);
        transform: translateX(0.625rem);
    }
}

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

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

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

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

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

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

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

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

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-1.25rem);
        -ms-transform: translateX(-1.25rem);
        transform: translateX(-1.25rem);
    }

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

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-1.25rem);
        -ms-transform: translateX(-1.25rem);
        transform: translateX(-1.25rem);
    }

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

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

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(1.25rem);
        -ms-transform: translateX(1.25rem);
        transform: translateX(1.25rem);
    }

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

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(1.25rem);
        -ms-transform: translateX(1.25rem);
        transform: translateX(1.25rem);
    }

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

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

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-125rem);
        transform: translateX(-125rem);
    }

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

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-125rem);
        transform: translateX(-125rem);
    }

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

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

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes preloader-inside-white {
    0% {
        -webkit-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        transform: scale(0, 0);
    }

    100% {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@keyframes preloader-inside-white {
    0% {
        -webkit-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        transform: scale(0, 0);
    }

    100% {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@-webkit-keyframes preloader-inside-red {
    0% {
        -webkit-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        transform: scale(0, 0);
    }

    30% {
        -webkit-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        transform: scale(0, 0);
    }

    100% {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@keyframes preloader-inside-red {
    0% {
        -webkit-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        transform: scale(0, 0);
    }

    30% {
        -webkit-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        transform: scale(0, 0);
    }

    100% {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

.scroll-to-top {
    height: 3.75rem;
    width: 3.75rem;
    position: fixed;
    bottom: 5%;
    right: 5%;
    display: none;
    z-index: 99999;
    cursor: pointer;
    text-align: center;
    border-radius: 50%;
    background-color: #8d15de;
    line-height: 4.8125rem;
    -webkit-box-shadow: 0 0.3125rem 0.9375rem 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0.3125rem 0.9375rem 0 rgba(0, 0, 0, 0.25);
    border: 0.0625rem solid #ba8521;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.scroll-to-top:hover {
    background: #13120e;
}

.scroll-to-top .scroll-icon {
    font-size: 1.9375rem;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    margin-top: 0.25rem;
}

.scroll-to-top .scroll-icon i {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.inline-social-links li a:hover {
    color: #ffffff;
    background-color: transparent !important;
    border-color: #ffffff;
}

.custom--table thead,
.button-nav-tabs .nav-item .nav-link.active {
    background-color: #13120e;
}

.custom--table tbody {
    padding: 0.3125rem 1.25rem;
}

.custom--table tbody tr,
.game-card,
.stat-card,
.feature-card,
.winner-card,
.testimonial-item,
.dashboard-card,
.footer,
.account-wrapper,
.contact-info-card,
.contact-wrapper {
    background-color: #13120e;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.overview-card__icon,
.inline-menu li a:hover,
.contact-info i,
.contact-info p a:hover {
    color: #ba8521;
}

.table-game,
.overview-card,
.stat-card__header,
.winner-card,
.market-card__header,
.market-card__header .left,
.market-card__body {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

body,
.btn--base.btn--custom,
.custom--checkbox label::before,
.header .main-menu li.menu_has_children>a::before,
.header .main-menu li .sub-menu,
.header .main-menu li .sub-menu li a,
.game-card,
.stat-card,
.feature-card,
.winner-card,
.testimonial-item,
.inline-social-links li a,
.market-card,
.market-card::after {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.winner-card__thumb img,
.testimonial-item .client-details .thumb img,
.about-thumb img {
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
}

.market-card,
.button-nav-tabs,
.mini-input input {
    border-radius: 0.3125rem;
    -webkit-border-radius: 0.3125rem;
    -moz-border-radius: 0.3125rem;
    -ms-border-radius: 0.3125rem;
    -o-border-radius: 0.3125rem;
}

.preloader {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #13120e;
    text-align: center;
}

.preloader .preloader-container {
    display: inline-block;
    width: 6.25rem;
    height: 6.25rem;
    margin: auto;
    position: absolute;
    top: 44%;
    left: 0;
    position: relative;
}

.preloader .preloader-container .animated-preloader {
    display: inline-block;
    width: 6.25rem;
    height: 6.25rem;
    position: absolute;
    top: 0;
    left: 0;
    background: #ba8521;
    border-radius: 50em;
}

.preloader .preloader-container .animated-preloader:after {
    content: "";
    display: inline-block;
    width: 6.25rem;
    height: 6.25rem;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50em;
    background: #13120e;
    -webkit-animation: preloader-inside-white 1s ease-in-out infinite;
    animation: preloader-inside-white 1s ease-in-out infinite;
}

.preloader .preloader-container .animated-preloader:before {
    content: "";
    display: inline-block;
    width: 6.25rem;
    height: 6.25rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    border-radius: 50em;
    background: #ba8521;
    -webkit-animation: preloader-inside-red 1s ease-in-out infinite;
    animation: preloader-inside-red 1s ease-in-out infinite;
}

h1 {
    font-size: 3.875rem;
}

h2 {
    font-size: 2rem;
}

@media (max-width: 61.9375rem) {
    h2 {
        font-size: 1.875rem;
    }
}

@media (max-width: 35.9375rem) {
    h2 {
        font-size: 1.75rem;
    }
}

h3 {
    font-size: 1.5rem;
}

h4 {
    font-size: 1.375rem;
}

@media (max-width: 47.9375rem) {
    h4 {
        font-size: 1.25rem;
    }
}

h5 {
    font-size: 1.25rem;
}

@media (max-width: 47.9375rem) {
    h5 {
        font-size: 1.125rem;
    }
}

h6 {
    font-size: 1.125rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lexend", sans-serif;
    color: #ffffff;
    font-weight: 400;
    margin: 0;
    line-height: 1.3;
    word-break: break-word;
}

h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a {
    font-family: "Lexend", sans-serif;
    color: #ffffff;
    font-weight: 400;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.3;
    word-break: break-word;
}

p,
li,
span {
    margin: 0;
}

a {
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover {
    text-decoration: none;
}

.fs--18px {
    font-size: 1.125rem;
}

.fs--16px {
    font-size: 1rem;
}

.fs--14px {
    font-size: 0.875rem;
}

.fs--12px {
    font-size: 0.75rem;
}

.h--font {
    font-family: "Lexend", sans-serif;
}

.p--font {
    font-family: "Lexend", sans-serif;
}

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

.contents {
    display: contents;
}

@media (min-width: 36rem) {
    .text-sm-left {
        text-align: left !important;
    }

    .w-sm-auto {
        width: auto !important;
    }
}

button:focus,
.btn-check:focus+.btn,
.btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn {
    padding: 0.65625rem 1.65625rem;
}

.btn--primary {
    background-color: #7367f0;
}

.btn--primary:hover {
    background-color: #5e50ee;
}

.btn--secondary {
    background-color: #868e96;
}

.btn--secondary:hover {
    background-color: #78818a;
}

.btn--success {
    background-color: #28c76f;
}

.btn--success:hover {
    background-color: #24b263;
}

.btn--danger {
    background-color: #ea5455;
}

.btn--danger:hover {
    background-color: #e73d3e;
}

.btn--warning {
    background-color: #ff9f43;
}

.btn--warning:hover {
    background-color: #ff922a;
}

.btn--info {
    background-color: #1e9ff2;
}

.btn--info:hover {
    background-color: #0d93e9;
}

.btn--light {
    background-color: #eef4ff;
}

.btn--light:hover {
    background-color: #d5e4ff;
}

.btn--dark {
    background-color: #13120e;
    color: #fff !important;
    -webkit-box-shadow: inset 0rem 0.375rem 1.5625rem #f9bf0059;
    box-shadow: inset 0rem 0.375rem 1.5625rem #f9bf0059;
    font-size: 0.875rem;
    font-weight: 500;
}

.btn--dark:hover {
    background-color: #b8821a;
    color: #fff !important;
}

.btn--link {
    color: #7367f0;
}

.btn--base {
    background: transparent -o-linear-gradient(top,
            #ffcc00 0%,
            #ba841a 54%,
            #6b3616 100%) 0% 0% no-repeat padding-box;
    background: transparent -o-linear-gradient(top, #ffcc00 0%, #ba841a 54%, #6b3616 100%) 0% 0% no-repeat padding-box;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#ffcc00), color-stop(54%, #ba841a), to(#6b3616)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #ffcc00 0%, #ba841a 54%, #6b3616 100%) 0% 0% no-repeat padding-box;
    -webkit-box-shadow: inset 0rem 0.375rem 1.5625rem #ffffff29;
    box-shadow: inset 0rem 0.375rem 1.5625rem #ffffff29;
    color: #fff !important;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn--base:hover {
    background: transparent -o-linear-gradient(left,
            #ffcc00 0%,
            #ba841a 54%,
            #6b3616 100%) 0% 0% no-repeat padding-box !important;
    background: transparent -o-linear-gradient(left, #ffcc00 0%, #ba841a 54%, #6b3616 100%) 0% 0% no-repeat padding-box !important;
    background: transparent -webkit-gradient(linear, left top, right top, from(#ffcc00), color-stop(54%, #ba841a), to(#6b3616)) 0% 0% no-repeat padding-box !important;
    background: transparent linear-gradient(90deg, #ffcc00 0%, #ba841a 54%, #6b3616 100%) 0% 0% no-repeat padding-box !important;
}

.btn--base.btn--custom {
    outline: 0.125rem solid rgba(255, 255, 255, 0.7);
    outline-offset: -0.375rem;
}

.btn--base.btn--custom:hover {
    outline-offset: 0;
    outline: 0.125rem solid rgba(255, 255, 255, 0);
}

.btn--pink-gradient {
    background: transparent -o-linear-gradient(top, #ee3131 0%, #910d0d 100%) 0% 0% no-repeat padding-box;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#ee3131), to(#910d0d)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #ee3131 0%, #910d0d 100%) 0% 0% no-repeat padding-box;
    -webkit-box-shadow: inset 0rem 0.375rem 1.5625rem #ffffff29;
    box-shadow: inset 0rem 0.375rem 1.5625rem #ffffff29;
    color: #fff !important;
    padding: 0.65625rem 1rem;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn--pink-gradient:hover {
    background: transparent -o-linear-gradient(left, #ee3131 0%, #910d0d 100%) 0% 0% no-repeat padding-box;
    background: transparent -webkit-gradient(linear, left top, right top, from(#ee3131), to(#910d0d)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(90deg, #ee3131 0%, #910d0d 100%) 0% 0% no-repeat padding-box;
}

.btn--icon {
    border: 0.0625rem solid #BA8521;
    border-radius: 50%;
    color: #BA8521;
    font-size: 1.25rem;
    padding: 0;
    width: 2.125rem;
    height: 2.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.close-button {
    padding: 0;
    width: 1.625rem;
    height: 1.625rem;
    border: 0.0625rem solid #BA8521;
    border-radius: 50%;
    color: #BA8521;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.75rem;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn--icon:hover,
.close-button:hover {
    color: #fff;
    border-color: #fff;
}

@media(max-width: 61.9375rem) {
    .btn--icon {
        margin-left: auto;
    }
}

.text-btn {
    padding: 0;
    color: #fafafa;
    background-color: transparent;
}

.btn-outline--primary {
    color: #7367f0;
    border-color: #7367f0;
}

.btn-outline--primary:hover {
    background-color: #7367f0;
    color: #ffffff;
}

.btn-outline--secondary {
    color: #868e96;
    border-color: #868e96;
}

.btn-outline--secondary:hover {
    background-color: #868e96;
    color: #ffffff;
}

.btn-outline--success {
    color: #28c76f;
    border-color: #28c76f;
}

.btn-outline--success:hover {
    background-color: #28c76f;
    color: #ffffff;
}

.btn-outline--danger {
    color: #ea5455;
    border-color: #ea5455;
}

.btn-outline--danger:hover {
    background-color: #ea5455;
    color: #ffffff;
}

.btn-outline--warning {
    color: #ff9f43;
    border-color: #ff9f43;
}

.btn-outline--warning:hover {
    background-color: #ff9f43;
    color: #ffffff;
}

.btn-outline--info {
    color: #1e9ff2;
    border-color: #1e9ff2;
}

.btn-outline--info:hover {
    background-color: #1e9ff2;
    color: #ffffff;
}

.btn-outline--light {
    color: #eef4ff;
    border-color: #eef4ff;
}

.btn-outline--light:hover {
    background-color: #eef4ff;
    color: #ffffff;
}

.btn-outline--dark {
    color: #10163a;
    border-color: #10163a;
}

.btn-outline--dark:hover {
    background-color: #10163a;
    color: #ffffff;
}

.btn-outline--base {
    color: #ba8521;
    border: 0.0625rem solid #ba8521;
}

.btn-outline--base:hover {
    background-color: #ba8521;
    color: #131340;
}

.btn-shadow--primary {
    -webkit-box-shadow: 0 0 0.375rem 0.0625rem rgba(115, 103, 240, 0.35);
    box-shadow: 0 0 0.375rem 0.0625rem rgba(115, 103, 240, 0.35);
}

.btn-shadow--secondary {
    -webkit-box-shadow: 0 0 0.375rem 0.0625rem rgba(134, 142, 150, 0.35);
    box-shadow: 0 0 0.375rem 0.0625rem rgba(134, 142, 150, 0.35);
}

.btn-shadow--success {
    -webkit-box-shadow: 0 0 0.375rem 0.0625rem rgba(40, 199, 111, 0.35);
    box-shadow: 0 0 0.375rem 0.0625rem rgba(40, 199, 111, 0.35);
}

.btn-shadow--danger {
    -webkit-box-shadow: 0 0 0.375rem 0.0625rem rgba(234, 84, 85, 0.35);
    box-shadow: 0 0 0.375rem 0.0625rem rgba(234, 84, 85, 0.35);
}

.btn-shadow--warning {
    -webkit-box-shadow: 0 0 0.375rem 0.0625rem rgba(255, 159, 67, 0.35);
    box-shadow: 0 0 0.375rem 0.0625rem rgba(255, 159, 67, 0.35);
}

.btn-shadow--info {
    -webkit-box-shadow: 0 0 0.375rem 0.0625rem rgba(30, 159, 242, 0.35);
    box-shadow: 0 0 0.375rem 0.0625rem rgba(30, 159, 242, 0.35);
}

.btn-shadow--light {
    -webkit-box-shadow: 0 0 0.375rem 0.0625rem rgba(238, 244, 255, 0.35);
    box-shadow: 0 0 0.375rem 0.0625rem rgba(238, 244, 255, 0.35);
}

.btn-shadow--dark {
    -webkit-box-shadow: 0 0 0.375rem 0.0625rem rgba(16, 22, 58, 0.35);
    box-shadow: 0 0 0.375rem 0.0625rem rgba(16, 22, 58, 0.35);
}

.btn-shadow--base {
    -webkit-box-shadow: 0 0 0.375rem 0.0625rem rgba(55, 245, 249, 0.35);
    box-shadow: 0 0 0.375rem 0.0625rem rgba(55, 245, 249, 0.35);
}

.btn--capsule {
    border-radius: 62.4375rem;
    -webkit-border-radius: 62.4375rem;
    -moz-border-radius: 62.4375rem;
    -ms-border-radius: 62.4375rem;
    -o-border-radius: 62.4375rem;
}

.icon-btn {
    width: 1.5625rem;
    height: 1.5625rem;
    background-color: #ba8521;
    color: #ffffff;
    border-radius: 0.1875rem;
    -webkit-border-radius: 0.1875rem;
    -moz-border-radius: 0.1875rem;
    -ms-border-radius: 0.1875rem;
    -o-border-radius: 0.1875rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.icon-btn:hover {
    color: #ffffff;
}

.link {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: normal;
    color: #ffb81c;
    text-decoration: underline;
}

.btn--group {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
}

.btn--group *[class*="btn"] {
    margin: 0.3125rem 0.625rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn--group *[class*="btn"].d-flex {
    padding: 0.5rem 2.1875rem;
}

.btn--group.style--two {
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
}

.btn--group.style--two *[class*="btn"] {
    margin: 0.1875rem 0.3125rem;
}

[class*="btn"].btn-md {
    padding: 0.656rem 1.531rem;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.02625rem;
    border-radius: 1.5625rem;
}

[class*="btn"].btn-sm {
    padding: 0.375rem 0.625rem;
}

.badge {
    font-size: 0.875rem;
    font-weight: 400;
    border-radius: 1.5625rem;
    padding: 0.625rem 1rem;
    min-width: 5.625rem;
}

.badge--primary {
    background-color: rgba(115, 103, 240, 0.15);
    border: 0.0625rem solid #7367f0;
    color: #7367f0;
}

.badge--secondary {
    background-color: rgba(134, 142, 150, 0.15);
    border: 0.0625rem solid #868e96;
    color: #868e96;
}

.badge--success {
    -webkit-box-shadow: inset 0rem 0.375rem 1.5625rem #34792878;
    box-shadow: inset 0rem 0.375rem 1.5625rem #34792878;
    border: 0.0625rem solid #347928;
}

.badge--danger {
    -webkit-box-shadow: inset 0rem 0.375rem 1.5625rem #ee313166;
    box-shadow: inset 0rem 0.375rem 1.5625rem #ee313166;
    border: 0.0625rem solid #ee3131;
}

.badge--warning {
    -webkit-box-shadow: inset 0rem 0.375rem 1.5625rem #ffb81c5c;
    box-shadow: inset 0rem 0.375rem 1.5625rem #ffb81c5c;
    border: 0.0625rem solid #ffb81c;
}

.badge--info {
    background-color: rgba(30, 159, 242, 0.15);
    border: 0.0625rem solid #1e9ff2;
    color: #1e9ff2;
}

.badge--light {
    background-color: rgba(238, 244, 255, 0.15);
    border: 0.0625rem solid #eef4ff;
    color: #eef4ff;
}

.badge--dark {
    background-color: rgba(16, 22, 58, 0.15);
    border: 0.0625rem solid #10163a;
    color: #10163a;
}

.badge--base {
    background-color: rgba(55, 245, 249, 0.15);
    border: 0.0625rem solid #ba8521;
    color: #ba8521;
}

.custom--table {
    margin: 0;
    font-size: 0.9375rem;
    border-spacing: 0;
    border-collapse: separate;
}

@media (min-width: 75rem) {
    .lottery-calendar {
        position: relative;
    }

    .lottery-calendar::after {
        content: "";
        background: url("../../../images/frontend/lottery-calendar/lottery-calendar.png") no-repeat;
        left: 0;
        top: auto;
        bottom: -40%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        display: inline-block;
        width: 4.875rem;
        height: 10.375rem;
        z-index: -1;
    }
}

.custom--table.white-space-nowrap th {
    white-space: nowrap;
}

.custom--table thead th {
    border-top: none;
    padding: 1.188rem 1.25rem;
    color: #999999;
    background-color: transparent;
    border: none;
    font-size: 0.875rem;
    line-height: 1.125rem;
    /* text-transform: uppercase; */
    font-weight: 300;
    text-align: center;
    border: 0.0625rem solid #333333;
    border-right: none;
    border-left: none;
}

@media (min-width: 61.9375rem) {
    .custom--table tbody tr:first-child td:first-child {
        border-radius: 0.75rem 0 0 0;
    }

    .custom--table tbody tr:first-child td:last-child {
        border-radius: 0 0.75rem 0 0;
    }

    .custom--table tbody tr:last-child td:last-child {
        border-radius: 0 0 0.75rem 0;
    }

    .custom--table tbody tr:last-child td:first-child {
        border-radius: 0 0 0 0.75rem;
    }

    .custom--table tbody tr:last-child td {
        border-color: #333333;
    }

    .custom--table tbody tr td:first-child {
        border-bottom: 0;
        border-top: 0;
        padding-top: 0;
        padding-right: 0;
    }

    .custom--table tbody tr td:first-child>div {
        border-top: 0.0625rem solid rgb(255 255 255 / 12%);
        padding-top: 0.9375rem;
        padding-right: 1.25rem;
        min-height: 4.875rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .custom--table tbody tr:first-child td:first-child>div {
        border-top: 0;
    }

    .custom--table tbody tr:first-child td {
        border-top: 0;
        border-bottom: 0;
    }

    .custom--table tbody tr td:last-child {
        border-bottom: 0;
        border-top: 0;
        padding-top: 0;
        padding-left: 0;
    }

    .custom--table tbody tr td:last-child>div {
        border-top: 0.0625rem solid rgb(255 255 255 / 12%);
        padding-top: 0.9375rem;
        padding-left: 1.25rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 4.875rem;
    }

    .custom--table tbody tr:first-child td:last-child>div {
        border-top: 0;
    }

    .custom--table.only-data tbody tr td:first-child>div,
    .custom--table.only-data tbody tr td:last-child>div {
        min-height: 2.6875rem;
    }
}

.custom--table thead th:first-child {
    border-radius: 0.75rem 0 0 0.75rem;
    -webkit-border-radius: 0.75rem 0 0 0.75rem;
    -moz-border-radius: 0.75rem 0 0 0.75rem;
    -ms-border-radius: 0.75rem 0 0 0.75rem;
    -o-border-radius: 0.75rem 0 0 0.75rem;
    text-align: left;
    border-left: 0.0625rem solid #333333;
}

.custom--table thead th:last-child {
    border-radius: 0 0.75rem 0.75rem 0;
    -webkit-border-radius: 0 0.75rem 0.75rem 0;
    -moz-border-radius: 0 0.75rem 0.75rem 0;
    -ms-border-radius: 0 0.75rem 0.75rem 0;
    -o-border-radius: 0 0.75rem 0.75rem 0;
    text-align: right;
    border-right: 0.0625rem solid #333333;
}

.table> :not(:first-child) {
    border-top: transparent;
}

.custom--table tbody td {
    border-top: none;
    border-bottom: 0.0625rem solid #333333;
    padding: 0.9375rem 1.25rem;
    color: #ffffff;
    vertical-align: middle;
    font-size: 0.875rem;
    font-weight: 400;
    text-align: center;
    border: 0.0625rem solid #333333;
    border-right: none;
    border-left: none;
}

.custom--table tbody td:not(:last-child) {
    border-bottom: 0;
}

@media (max-width: 61.9375rem) {
    .custom--table tbody td {
        border-left: 0.0625rem solid #333333;
        border-right: 0.0625rem solid #333333;
    }
}

.custom--table tbody td:first-child {
    text-align: left;
    border-left: 0.0625rem solid #333333;
}

.custom--table tbody td:last-child {
    text-align: right;
    border-right: 0.0625rem solid #333333;
}

.custom--table tbody td .btn-danger {
    border-radius: 1.5625rem;
    background-color: #ee3131;
    border-color: #ee3131;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: normal;
    padding: 0.5rem 1.1875rem;
}

.custom--table tbody td .btn-danger:hover {
    background-color: #f30f0f;
}

.custom--table tbody td .btn-disabled {
    border-radius: 1.5625rem;
    color: #ffffff;
    background-color: #3e3e3e;
    border-color: #3e3e3e;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: normal;
    padding: 0.5rem 1.1875rem;
    opacity: 1;
}

.btn-danger:focus,
.btn-danger:focus-within {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/* .custom--table tbody tr td {
    border-bottom: 0.0625rem solid #20e85e;
} */
/* .custom--table tbody tr:hover {
    background-color: rgba(0, 0, 0, 1);
} */

.custom--table tbody tr:last-child td {
    border-bottom: 0.0625rem solid rgb(255 255 255 / 12%);
}

.custom--table tbody td.no-data {
    padding-top: 0.9375rem !important;
    border-radius: 0.75rem !important;
}

.lottery--progress {
    height: 0.625rem;
}

.lottery--progress .progress-bar {
    background-color: #06c0c4;
}

.table-game {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: nowrap !important;
}

.table-game .table-game-inner {
    width: 2.625rem;
    height: 2.625rem;
    border-radius: 50%;
    background-color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.table-game img {
    max-width: 1.625rem;
}

.table-game.buy img {
    max-width: none;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.table-game .icon-crown {
    padding-right: 0.8125rem;
    color: #ffb81c;
    font-size: 1rem;
}

.table-game .name {
    padding-left: 0.875rem;
    font-size: 1rem;
}

[data-label] {
    position: relative;
}

[data-label]::before {
    position: absolute;
    content: attr(data-label);
    font-weight: 300;
    color: #ffffff;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 0.625rem;
    display: none;
    font-size: 0.875rem;
}

@media (max-width: 61.9375rem) {
    .table-responsive--md thead {
        display: none;
    }

    .table-responsive--md tbody tr:nth-child(odd) {
        background-color: rgba(255, 255, 255, 0.2);
    }

    .table-responsive--md tr th,
    .table-responsive--md tr td {
        display: block;
        padding: 0.625rem;
        text-align: right !important;
    }

    .table-responsive--md tr td.no-data {
        text-align: center !important;
    }

    .table-responsive--md [data-label]::before {
        display: block;
        max-width: 50%;
        text-align: left;
    }
    .custom--table tbody tr td:first-child>div,
    .custom--table tbody tr td:last-child>div{
        max-width: 50%;
        margin-left: auto;
    }

    .table-game {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
    }

    .custom--table tbody tr td,
    .custom--table tbody tr:last-child td {
        border-bottom: none;
    }

    .custom--table tbody tr:last-child td:last-child {
        border-bottom: 0.0625rem solid #333333;
    }

    /* .custom--table tbody td:last-child {
        padding-right: 1.25rem;
    } */
}

@media (max-width: 47.9375rem) {
    .table-responsive--sm thead {
        display: none;
    }

    .table-responsive--sm tbody tr:nth-child(odd) {
        background-color: #272760;
    }

    .table-responsive--sm tr th,
    .table-responsive--sm tr td {
        display: block;
        padding-left: 45% !important;
        text-align: right !important;
        border-top: 0.0625rem solid rgba(0, 0, 0, 0.08) !important;
    }

    .table-responsive--sm tr th:first-child,
    .table-responsive--sm tr td:first-child {
        border-top: none !important;
    }

    .table-responsive--sm [data-label]::before {
        display: block;
    }

    .table-game {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
    }
}

@media (max-width: 74.9375rem) {

    *[class*="table-responsive--"].data-label--none tr th,
    *[class*="table-responsive--"].data-label--none tr td {
        padding-left: 0.75rem;
    }
}

.form-group {
    margin-bottom: 1.5rem;
}

@media (max-width: 61.9375rem) {
    .form-group {
        margin-bottom: 0.75rem;
    }
}

.form--control {
    padding: 0.5rem 1.25rem;
    border: 0.063rem solid #ffb81c;
    width: 100%;
    background: transparent;
    border-radius: 1.438rem;
    -webkit-border-radius: 1.438rem;
    -moz-border-radius: 1.438rem;
    -ms-border-radius: 1.438rem;
    -o-border-radius: 1.438rem;
    color: #ffffff;
    height: 2.875rem;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 61.9375rem) {
    .form--control {
        height: 2.625rem;
    }
}

.form--control::-webkit-input-placeholder {
    color: rgb(255 255 255 / 50%);
    font-size: 0.875rem;
    font-weight: 300;
    line-height: normal;
}

.form--control::-moz-placeholder {
    color: rgb(255 255 255 / 50%);
    font-size: 0.875rem;
    font-weight: 300;
    line-height: normal;
}

.form--control:-ms-input-placeholder {
    color: rgb(255 255 255 / 50%);
    font-size: 0.875rem;
    font-weight: 300;
    line-height: normal;
}

.form--control:-moz-placeholder {
    color: rgb(255 255 255 / 50%);
    font-size: 0.875rem;
    font-weight: 300;
    line-height: normal;
}

/* .form--control[type='password']::-webkit-input-placeholder {
    font-size: 1.6875rem;
    line-height: normal;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    left: 1.25rem;
    vertical-align: middle;
}

@media (max-width: 74.9375rem) {
    .form--control[type='password']::-webkit-input-placeholder {
        font-size: 0.875rem;
    }
} */

.custom-date-picker {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
}

.custom-date-picker::-webkit-calendar-picker-indicator {
    opacity: 0;
    display: block;
    position: absolute;
    right: 1rem;
    width: 1.25rem;
    height: 100%;
    cursor: pointer;
}

.custom-date-picker::before {
    font-family: "icomoon" !important;
    content: "\e906";
    position: absolute;
    right: 1rem;
    top: 0.625rem;
    pointer-events: none;
    color: rgb(255 255 255 / 50%);
}

.custom-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
}

select option {
    color: #000000;
}

.custom-select-container::after {
    content: "\f107";
    font-family: "Line Awesome Free";
    font-weight: 900;
    position: absolute;
    right: 1rem;
    top: 0.625rem;
    font-size: 1rem;
    pointer-events: none;
    color: #ffb81c;
}

@media (max-width: 61.9375rem) {
    .custom-select-container::after {
        top: 0.5rem;
    }
}

.user-profile {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.user-profile picture,
.user-profile picture img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.user-profile a {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffb81c;
    border: 0.125rem solid #13120e;
    position: absolute;
    bottom: -0.1875rem;
    right: -0.1875rem;
}

.user-profile a i {
    font-size: 0.75rem;
    color: #13120e;
}

.user-profile a .file-upload,
.user-profile a .kyc-file-upload {
    display: none;
}

@media (max-width: 63.9375rem) {
    .user-profile {
        width: 4.375rem;
        height: 4.375rem;
    }
}

.form-group .addFile {
    padding: 0;
    background: transparent;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.875rem;
    font-weight: 300;
    margin-bottom: 0.75rem;
}

.form-group .addFile i {
    font-size: 1rem;
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 0.9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #13120E;
    background-color: #ffb81c;
    margin-right: 0.6875rem;
}

.view-ticket .message-fields-area {
    padding: 1.25rem;
    background: #000000;
    border: 0.0625rem solid #333333;
    border-radius: 0.5rem;
    max-height: 12.5rem;
    overflow: auto;
    margin-bottom: 1.25rem;
}

@media (min-width: 75rem) {

    .view-ticket .message-fields-area .message-fields-area__admin,
    .view-ticket .message-fields-area .message-fields-area__user {
        max-width: 75%;
    }
}

.view-ticket .message-fields-area .message-fields-area__user {
    text-align: right;
    margin-left: auto;
}

.view-ticket .message-fields-area .message-fields-area__user .message-fields-area__user__text {
    margin-left: auto;
}

.view-ticket .message-fields-area .message-fields-area__admin .message-fields-area__admin__text,
.view-ticket .message-fields-area .message-fields-area__user .message-fields-area__user__text {
    color: #FFFFFF;
    background: transparent;
    border: 0.0625rem solid #FFB81C;
    border-radius: 1.4375rem 1.4375rem 1.4375rem 0rem;
    font-size: 0.75rem;
    font-weight: 300;
    padding: 0.75rem;
    margin-bottom: 0.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.view-ticket .message-fields-area .message-fields-area__admin .message-fields-area__admin__text:last-of-type,
.view-ticket .message-fields-area .message-fields-area__user .message-fields-area__user__text:last-of-type {
    margin-bottom: 0;
}

.view-ticket .message-fields-area .message-fields-area__user .message-fields-area__user__text {
    background: #BA8521;
    border-radius: 1.4375rem 1.4375rem 0rem 1.4375rem;
    text-align: left;
}

.view-ticket .message-fields-area .message-fields-area__admin .message-fields-area__admin__time,
.view-ticket .message-fields-area .message-fields-area__user .message-fields-area__user__time {
    font-size: 0.75rem;
    font-weight: 300;
    color: #999999;
    margin-top: 0.375rem;
    display: block;
}

.view-ticket .ticket-info {
    padding-top: 1.25rem;
    margin-top: 1.25rem;
    border-top: 0.0625rem solid rgba(57, 55, 52, 0.7);
}

.terms-wrapper.form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    visibility: hidden;
    cursor: pointer;
    position: absolute;
}

.terms-wrapper.form-group label {
    position: relative;
    cursor: pointer;
    padding-left: 1.875rem;
    line-height: 1.375rem;
}

.terms-wrapper.form-group label:before {
    content: "";
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: 0.125rem solid #ffb81c;
    border-radius: 0.375rem;
    padding: 0.5625rem;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    vertical-align: middle;
    cursor: pointer;
    margin-top: 0.25rem;
}

.terms-wrapper.form-group label:after {
    display: contents;
}

.terms-wrapper.form-group input:checked+label:before {
    background-color: #ffb81c;
}

.terms-wrapper.form-group input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 0.5rem;
    left: 0.375rem;
    width: 0.375rem;
    height: 0.6875rem;
    border: solid #ffffff;
    border-width: 0 0.125rem 0.125rem 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 0.125rem;
}

textarea::-webkit-input-placeholder {
    vertical-align: middle;
    line-height: normal;
    margin: 0;
    padding: 0;
    -webkit-transform: translateY(0.3125rem);
    transform: translateY(0.3125rem);
}

textarea::-moz-placeholder {
    vertical-align: middle;
    line-height: normal;
    margin: 0;
    padding: 0;
    transform: translateY(0.3125rem);
}

textarea:-ms-input-placeholder {
    vertical-align: middle;
    line-height: normal;
    margin: 0;
    padding: 0;
    -ms-transform: translateY(0.3125rem);
    transform: translateY(0.3125rem);
}

textarea::-ms-input-placeholder {
    vertical-align: middle;
    line-height: normal;
    margin: 0;
    padding: 0;
    -ms-transform: translateY(0.3125rem);
    transform: translateY(0.3125rem);
}

textarea::placeholder {
    vertical-align: middle;
    line-height: normal;
    margin: 0;
    padding: 0;
    -webkit-transform: translateY(0.3125rem);
    -ms-transform: translateY(0.3125rem);
    transform: translateY(0.3125rem);
}

.form--control:focus {
    border-color: #ba8521;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form--control[readonly] {
    background-color: transparent;
    color: #ffffff;
}

.form--control[disabled] {
    background-color: #3a3a3a;
    color: #7d7d7d;
    cursor: not-allowed;
}

.form--control.style--two {
    border-width: 0 0 0.0625rem 0;
    padding: 0.625rem 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    font-family: "Lexend", sans-serif;
    border-bottom-color: #999;
}

.form--control.style--two:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form--control.form-control-sm {
    height: 2.1875rem;
}

.select {
    padding: 0.625rem 1.25rem;
    width: 100%;
    border: 0.0625rem solid #2b2267;
    cursor: pointer;
    color: #fafafa;
    background-color: #ffffff;
    height: 3.125rem;
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
    -o-border-radius: 0.25rem;
}

.select option {
    padding: 0.625rem 0;
    display: block;
    border-top: 0.0625rem solid #e5e5e5;
}

.select.style--trans {
    background-color: transparent;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.5);
}

.select.style--trans option {
    color: #363636;
}

.select.select-sm {
    height: 2.1875rem;
    font-size: 0.875rem;
    padding: 0.3125rem;
}

textarea {
    min-height: 9.375rem !important;
    resize: none;
    width: 100%;
}

label {
    color: #ffffff;
    margin-bottom: 0.625rem;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: normal;
}

.input-group>.form--control,
.input-group>.select {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
}

.input-group select {
    background-color: transparent;
    border: none;
}

.custom-radio {
    position: relative;
    padding-left: 0;
}

.custom-radio input[type="radio"] {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    cursor: pointer;
}

.custom-radio input[type="radio"]:checked~label::before {
    border-width: 0.125rem;
    border-color: #ba8521;
}

.custom-radio input[type="radio"]:checked~label::after {
    opacity: 1;
}

.custom-radio label {
    margin-bottom: 0;
    position: relative;
    padding-left: 1.25rem;
    font-size: 0.9375rem;
}

.custom-radio label::before {
    position: absolute;
    content: "";
    top: 0.0625rem;
    left: 0;
    width: 0.9375rem;
    height: 0.9375rem;
    border: 0.0625rem solid #888888;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.custom-radio label::after {
    position: absolute;
    content: "";
    top: 0.3125rem;
    left: 0.25rem;
    width: 0.4375rem;
    height: 0.4375rem;
    background-color: #ba8521;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.custom-radio.style--two label::before {
    top: 0.3125rem;
}

.custom-radio.style--two label::after {
    top: 0.5625rem;
}

.radio-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.radio-group .radio-group__inner {
    position: relative;
    margin-bottom: 0.4375rem;
}

.radio-group .radio-group__inner .radio-label {
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.625rem 1.25rem;
    margin-bottom: 0;
    background: -o-linear-gradient(left, rgba(51, 51, 51, 0.6) 0%, rgba(19, 18, 14, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(51, 51, 51, 0.6)), to(rgba(19, 18, 14, 0)));
    background: linear-gradient(90deg, rgba(51, 51, 51, 0.6) 0%, rgba(19, 18, 14, 0) 100%);
    min-height: 4.5rem;
    border-left: 0.3125rem solid #333333;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.radio-group .radio-group__inner .radio-label picture {
    margin-left: auto;
    min-width: 5.3125rem;
    text-align: center;
}

.radio-group .radio-group__inner .radio-input {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.radio-group .radio-group__inner .radio-input:checked+.radio-label {
    background: -o-linear-gradient(left, rgba(255, 184, 28, 0.6) 0%, rgba(19, 18, 14, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 184, 28, 0.6)), to(rgba(19, 18, 14, 0)));
    background: linear-gradient(90deg, rgba(255, 184, 28, 0.6) 0%, rgba(19, 18, 14, 0) 100%);
    border-color: #FFB81C;
}

.radio-group .radio-group__inner .radio-label .radio-inner-circle {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border: 0.0625rem solid #333333;
    background-color: #13120E;
    border-radius: 50%;
    margin-right: 0.5625rem;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
}

.radio-group .radio-group__inner .radio-input:checked+.radio-label .radio-inner-circle {
    border-color: #13120E;
}

.radio-group .radio-group__inner .radio-input:checked+.radio-label .radio-inner-circle::after {
    content: '';
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    background-color: #FFB81C;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.amount-group-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
    border-bottom: 0.0625rem solid #333333;
    padding-bottom: 1rem;
    margin-bottom: 0;
}

.button-group {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: auto;
    position: relative;
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.button-group input[type="radio"] {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.button-group label {
    display: inline-block;
    padding: 0.5rem;
    cursor: pointer;
    background-color: #13120E;
    border: 0.0625rem solid #FFB81C;
    border-radius: 1.125rem;
    color: white;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    width: 100%;
    font-size: 0.875rem;
    font-weight: 400;
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.button-group:hover label,
.button-group input[type="radio"]:checked+label {
    background-color: #BA8521;
}

@media (max-width: 47.9375rem) {
    .radio-group .radio-group__inner .radio-label {
        min-height: 3.75rem;
    }

    .radio-group .radio-group__inner .radio-label picture {
        min-width: auto;
    }

    .radio-group .radio-group__inner .radio-label picture img {
        max-width: 80%;
    }
}

.custom--checkbox {
    padding-left: 1.5625rem;
}

.custom--checkbox input {
    display: none;
}

.custom--checkbox input:checked~label::before {
    content: "\f14a";
    color: #ba8521;
}

.custom--checkbox label {
    position: relative;
    font-size: 0.9375rem;
    font-weight: 400;
    cursor: pointer;
    margin-bottom: 0;
}

.custom--checkbox label::before {
    position: absolute;
    content: "\f04d";
    font-family: "Line Awesome Free";
    font-weight: 900;
    top: 0.1875rem;
    left: -1.5625rem;
    font-size: 1.25rem;
    line-height: 1;
}

.custom--field {
    position: relative;
}

.custom--field .form--control {
    padding-right: 2.8125rem;
}

@supports (-webkit-appearance: none) and (not (-webkit-overflow-scrolling: touch)) {
    .custom-date-picker.form-control {
      padding-right: 0;
    }
  }

.custom--field .form--control:-moz-placeholder-shown~i {
    color: rgb(255 255 255 / 50%);
}

.custom--field .form--control:-ms-input-placeholder~i {
    color: rgb(255 255 255 / 50%);
}

.custom--field .form--control:placeholder-shown~i {
    color: rgb(255 255 255 / 50%);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: #fff !important;
}

.custom--field i {
    position: absolute;
    top: 0.9375rem;
    right: 1rem;
    z-index: 1;
    font-size: 1rem;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: rgb(255 255 255 / 50%);
}

/* .custom--field textarea {
    padding-top: 1rem;
} */

.custom--field span.text-danger,
.custom--field small.text-danger,
.input-group span.text-danger,
#g-recaptcha-error .text-danger,
.custom--field label.error {
    font-size: 0.875rem;
    font-weight: 400;
    margin: 0;
}

.input-group.has-code .form--control {
    border-radius: 0 1.438rem 1.438rem 0 !important;
    width: 100%;
    position: relative;
    border-radius: 60px !important;
    -webkit-border-radius: 60px !important;
    -moz-border-radius: 60px !important;
    -ms-border-radius: 60px !important;
    -o-border-radius: 60px !important;
}

.form--control[type="file"]{
    height: auto;
}

.right-btn{
    position: relative;
}

.input-group input button .input-group-text{
    position: absolute;
}

button.input-group-text.btn--danger.remove-btn{
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
}

.input-group.has-code.right-btn .form--control {
    border-radius: 1.438rem 0 0 1.438rem;
}

.custom--card {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
    border-radius: 0.3125rem;
    -webkit-border-radius: 0.3125rem;
    -moz-border-radius: 0.3125rem;
    -ms-border-radius: 0.3125rem;
    -o-border-radius: 0.3125rem;
}

.custom--card .card-header {
    background-color: #ffffff;
    padding: 0.625rem 0.9375rem;
}

.custom--card .card-body {
    padding: 0.9375rem;
}

.header.menu-fixed .header__top {
    display: none;
}

.header.menu-fixed .header__bottom {
    background-color: #13120e;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

header.header {
    /* position: sticky;
    top: 0;
    z-index: 9;
    background-color: transparent; */
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-backdrop-filter: blur(0.25rem);
    backdrop-filter: blur(0.25rem);
    background: rgba(0, 0, 0, 0.4);
}

@media (max-width: 74.9375rem) {
    header.header {
        background-color: #13120e;
    }
}

/* .header.menu-fixed {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
} */

.header__top {
    padding: 0.625rem 0;
    background-color: rgba(32, 32, 78, 0.5);
}

.header__bottom {
    padding: 0.625rem 0;
}

.header .site-logo img {
    max-width: 6.25rem;
}

@media (max-width: 74.9375rem) {
    .header .site-logo {
        margin-right: auto;
    }

    .header .site-logo img {
        max-width: 4.375rem;
    }
}

.header .main-menu {
    margin: auto;
}

@media (max-width: 74.9375rem) {
    .header .main-menu {
        margin-left: 0;
        padding: 0.9375rem 0;
    }
}

.header .main-menu li {
    position: relative;
}

@media (max-width: 74.9375rem) {
    .header .main-menu>li {
        border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.15);
    }
}

.header .main-menu li:last-child a {
    padding-right: 0;
}

.header .main-menu li.menu_has_children {
    position: relative;
}

.header .main-menu li.menu_has_children.open .sub-menu {
    display: block;
}

.header .main-menu li.menu_has_children>a {
    padding-right: 1.375rem;
}

@media (max-width: 74.9375rem) {
    .header .main-menu li.menu_has_children>a {
        display: block;
    }
}

.header .main-menu li.menu_has_children>a::before {
    position: absolute;
    content: "\f107";
    font-family: "Line Awesome Free";
    font-weight: 900;
    top: 0.9375rem;
    right: 0;
    color: #ba8521;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 74.9375rem) {
    .header .main-menu li.menu_has_children>a::before {
        display: block;
        top: 0.5625rem;
    }
}

.header .main-menu li.menu_has_children.open>a::before {
    content: "\f106";
}

@media (min-width: 75rem) {
    .header .main-menu li.menu_has_children.open>a::before {
        content: "\f107";
    }

    .header .main-menu li.menu_has_children:hover>a::before {
        content: "\f106";
    }
}

.header .main-menu li a {
    font-family: "Lexend", sans-serif;
    font-weight: 300;
    padding: 0.9375rem 0.9375rem 0.9375rem 0;
    font-size: 0.875rem;
    color: #ffffff;
}

.header .main-menu li a.active {
    color: #20e85e !important;
}

.header .main-menu ul li ul li a.active {
    color: #20e85e !important;
}

@media (max-width: 74.9375rem) {
    .header .main-menu li a {
        color: #ffffff;
        padding: 0.5rem 0;
        display: block;
    }
}

.header .main-menu li a:hover,
.header .main-menu li a:focus {
    color: #ba8521;
}

.header .main-menu li.menu_has_children>a:hover {
    color: #ffffff;
}

.header .main-menu li .sub-menu {
    position: absolute;
    width: 13.1875rem;
    top: 105%;
    right: 0;
    z-index: 9999;
    background-color: #13120e;
    padding: 0.5rem 0;
    opacity: 0;
    visibility: hidden;
    border: 0.0625rem solid #333333;
    border-radius: 0.9375rem;
}

@media (max-width: 74.9375rem) {
    .header .main-menu li .sub-menu {
        opacity: 1;
        visibility: visible;
        display: none;
        position: static;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        width: 100%;
        padding: 0;
        margin-bottom: 0.625rem;
    }
}

.header .main-menu li .sub-menu li a {
    display: block;
    color: #999999;
    position: relative;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin: 0 1.875rem;
    padding: 0.75rem 0;
}

@media (max-width: 47.9375rem) {
    .header .main-menu li .sub-menu li a {
        margin: 0 1.25rem;
        padding: 0.625rem 0;
    }
}

.header .main-menu li .sub-menu li:not(:last-child) a {
    border-bottom: 0.0625rem solid #6666661a;
}

.header .main-menu li .sub-menu li a:hover {
    color: #ba8521;
}

.header .main-menu li .sub-menu li+li {
    margin-left: 0;
}

.header .main-menu li:hover .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.header .main-menu li+li {
    margin-left: 2.1875rem;
}

.header .main-menu.has-children-menu li+li {
    margin-left: 1.6875rem;
}

.header .main-menu.has-children-menu>li:not(.menu_has_children) a {
    padding-right: 0;
}

@media (max-width: 74.9375rem) {

    .header .main-menu li+li,
    .header .main-menu.has-children-menu li+li {
        margin-left: 0;
    }
}

.header .nav-right {
    padding-left: 3.125rem;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 74.9375rem) {
    .header .nav-right {
        padding-left: 0;
    }
}

.language-select {
    background-color: transparent;
    color: #ffffff;
    height: 2.1875rem;
    padding: 0.625rem;
    border: none;
    border-radius: 0.1875rem;
    -webkit-border-radius: 0.1875rem;
    -moz-border-radius: 0.1875rem;
    -ms-border-radius: 0.1875rem;
    -o-border-radius: 0.1875rem;
    color: #ffffff;
    font-size: 0.875rem;
    padding: 0;
}

.language-select option {
    background-color: #20204e;
    color: #ffffff;
}

@media (max-width: 74.9375rem) {
    .navbar-collapse {
        margin-top: 1.25rem !important;
        opacity: 1;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .navbar-collapse.show+.navbar__right {
        display: none;
        opacity: 0;
    }
}

@media (max-width: 47.9375rem) {
    .navbar-collapse {
        max-height: 90vh;
        overflow-y: auto;
    }
}

.navbar-toggler {
    padding: 0;
    border: none;
}

.navbar-toggler:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Style for the menu toggle when the menu is closed */
.menu-toggle {
    margin: 0.625rem 0;
    position: relative;
    display: block;
    width: 2.1875rem;
    height: 1.25rem;
    cursor: pointer;
    background: transparent;
    border-top: 0.125rem solid;
    border-bottom: 0.125rem solid;
    color: #ffffff;
    font-size: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}

.menu-toggle:before,
.menu-toggle:after {
    content: "";
    display: block;
    width: 100%;
    height: 0.125rem;
    position: absolute;
    top: 50%;
    left: 50%;
    background: currentColor;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    transition: -webkit-transform 0.25s ease-in-out;
    -o-transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

/* Transformations when menu is open */
.navbar-toggler[aria-expanded="true"] .menu-toggle:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    /* Rotate top line */
}

.navbar-toggler[aria-expanded="true"] .menu-toggle:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    /* Rotate bottom line */
}

.navbar-toggler[aria-expanded="true"] .menu-toggle {
    background: transparent;
    border-top: none;
    border-bottom: none;
}

/* Style for the menu toggle when the menu is closed (default state) */
@media (max-width: 74.9375rem) {

    .menu-toggle:before,
    .menu-toggle:after {
        background-color: #ffffff;
    }
}

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

/* .fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-1.25rem);
        transform: translateY(-1.25rem);
    }

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

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-1.25rem);
        transform: translateY(-1.25rem);
    }

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

@-ms-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-1.25rem);
        transform: translateY(-1.25rem);
    }

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

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-1.25rem);
        transform: translateY(-1.25rem);
    }

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

.hero {
    position: relative;
    z-index: 1;
    background: none !important;
}

.hero__title {
    color: #ffffff;
    font-size: 3.688rem;
    font-weight: 800;
    margin: 3.75rem 0 1.25rem;
}

.hero__title .heading {
    font-size: 3.125rem;
    font-weight: 500;
}

@media (max-width: 74.9375rem) {
    .hero__title {
        margin: 1.25rem 0;
    }
}

@media (max-width: 61.9375rem) {
    .hero__title {
        font-size: 3rem;
    }

    .hero__title .heading {
        font-size: 2.75rem;
    }
}

@media (max-width: 47.9375rem) {
    .hero__title {
        font-size: 2.625rem;
    }

    .hero__title .heading {
        font-size: 2.375rem;
    }
}

@media (max-width: 35.9375rem) {
    .hero__title {
        font-size: 2.25rem;
    }

    .hero__title .heading {
        font-size: 2rem;
    }
}

@media (max-width: 30rem) {
    .hero__title {
        font-size: 2rem;
    }

    .hero__title .heading {
        font-size: 1.75rem;
    }
}

.hero__description {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 47.9375rem) {
    .hero__description {
        width: 100%;
    }
}

.inner-hero {
    position: relative;
    z-index: 1;
    padding: 1.625rem 0 3.375rem;
}

.inner-hero .page-title {
    font-weight: 600;
    color: #ffffff;
    line-height: normal;
}

.inner-hero-custom {
    padding: 1.5rem 0;
    position: relative;
    background-color: #13120e;
}

@media (min-width: 64rem) {
    .inner-hero-custom {
        padding-top: 4.0625rem;
    }
}

.inner-hero-custom::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2.75rem;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent -o-linear-gradient(bottom,
            #ffb81c 0%,
            #13120e00 100%) 0% 0% no-repeat padding-box;
    background: transparent -o-linear-gradient(bottom, #ffb81c 0%, #13120e00 100%) 0% 0% no-repeat padding-box;
    background: transparent -webkit-gradient(linear, left bottom, left top, from(#ffb81c), to(#13120e00)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(360deg, #ffb81c 0%, #13120e00 100%) 0% 0% no-repeat padding-box;
    opacity: 0.1;
    z-index: 0;
}

.inner-hero-custom img {
    border-radius: 1.5625rem;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (min-width: 48rem) {
    .inner-hero-custom .row {
        max-width: 65.625rem;
        margin: auto;
    }

    .inner-hero-custom .row .custom-hero-img {
        max-width: 26.25rem;
    }

    .inner-hero-custom .row .custom-hero-content {
        max-width: 39.375rem;
    }

    .inner-hero-custom img {
        min-height: 17.4375rem;
    }

    .inner-hero-custom::after {
        height: 9rem;
    }
}

.inner-hero-custom .post__category {
    font-size: 1rem;
    line-height: normal;
    color: #ba8521;
    margin-bottom: 0.875rem;
}

.inner-hero-custom .post__date {
    font-size: 0.875rem;
    line-height: normal;
    color: #727272;
}

.inner-hero-custom .blog-details__title {
    font-size: 1.625rem;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    z-index: 1;
    margin-bottom: 0.75rem;
}

@media (max-width: 47.9375rem) {
    .inner-hero-custom .blog-details__title {
        font-size: 1.375rem;
    }

    .inner-hero-custom .post__category {
        margin-bottom: 0.5rem;
    }
}

.overview-section {
    margin-top: -0.9375rem;
    position: relative;
    z-index: 2;
}

.overview-card {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-backdrop-filter: blur(1.875rem);
    backdrop-filter: blur(1.875rem);
    background: rgba(255, 255, 255, 0.2);
    border-radius: 1.8125rem;
    max-width: 19.5rem;
    margin: auto;
}

@media (max-width: 61.9375rem) {
    .overview-card {
        text-align: center;
    }
}

.overview-card__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5625rem;
    background-color: #ffb81c;
    border-radius: 1.8125rem;
    padding: 0.75rem;
}

.overview-card__icon i {
    font-size: 1.188rem;
    line-height: 1;
    color: #13120e;
}

.overview-card__icon p {
    font-size: 0.938rem;
    font-weight: 600;
    line-height: 1.625rem;
    color: #13120e;
}

.overview-card__content {
    margin: auto;
}

.overview-card .amount {
    font-size: 1.75rem;
    font-weight: 800;
    color: #ffffff;
    -webkit-filter: drop-shadow(0rem 0rem 0.4375rem #ffb300);
    filter: drop-shadow(0rem 0rem 0.4375rem #ffb300);
}

@media (max-width: 61.9375rem) {
    .overview-card .amount {
        font-size: 1.5rem;
    }
}

@media (max-width: 47.9375rem) {
    .overview-card .amount {
        font-size: 1.375rem;
    }
}

.faq-thumb img {
    max-height: 31.25rem;
}

@media (max-width: 47.9375rem) {
    .faq-thumb img {
        max-height: 18.75rem;
    }
}

.game-card {
    padding: 2.5rem 1.875rem;
    -webkit-box-shadow: inset 0 0 0.9375rem rgba(55, 245, 249, 0.85);
    box-shadow: inset 0 0 0.9375rem rgba(55, 245, 249, 0.85);
    border: 0.125rem solid transparent;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.game-card:hover {
    -webkit-box-shadow: 0 0.3125rem 0.9375rem rgba(55, 245, 249, 0.25),
        inset 0 0 0.9375rem rgba(55, 245, 249, 0.85);
    box-shadow: 0 0.3125rem 0.9375rem rgba(55, 245, 249, 0.25),
        inset 0 0 0.9375rem rgba(55, 245, 249, 0.85);
    border-color: #ba8521;
}

.game-card__thumb img {
    max-height: 6.875rem;
}

.game-card__price {
    font-size: 1.5rem;
    font-weight: 500;
    font-family: "Lexend", sans-serif;
}

.game-card__price span {
    font-size: 2.25rem;
    font-weight: 700;
}

.game-card__price small {
    font-size: 1.25rem;
}

.game-card.disabled {
    -webkit-box-shadow: inset 0 0 0.9375rem rgba(234, 84, 85, 0.85);
    box-shadow: inset 0 0 0.9375rem rgba(234, 84, 85, 0.85);
}

.game-card.disabled:hover {
    -webkit-box-shadow: inset 0 0 0.9375rem rgba(234, 84, 85, 0.85);
    box-shadow: inset 0 0 0.9375rem rgba(234, 84, 85, 0.85);
    border-color: transparent;
}

.game-card.disabled .btn {
    display: none;
}

.game-card.disabled .game-card__clock {
    color: #ea5455 !important;
    font-size: 1.375rem;
}

.how-work-item {
    position: relative;
}

.how-work-item:last-child::after {
    display: none;
}

.how-work-item::after {
    position: absolute;
    content: "";
    top: 2.1875rem;
    right: -1.5625rem;
    width: 3.125rem;
    height: 3.125rem;
    background-image: url("../images/right-arrow.svg");
    background-size: 3.125rem;
    background-repeat: no-repeat;
    opacity: 0.85;
}

@media (max-width: 61.9375rem) {
    .how-work-item::after {
        display: none;
    }
}

.how-work-item:nth-of-type(2n + 2) .how-work-card__step::before {
    top: auto;
    right: auto;
    left: -4.4375rem;
    bottom: -3.875rem;
}

.how-work-card {
    text-align: center;
}

.how-work-card-img {
    height: 11.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1.875rem;
}

@media (max-width: 47.9375rem) {
    .how-work-card-img {
        margin-bottom: 1rem;
        height: 9.375rem;
    }
}

.how-work-card .title {
    font-size: 1rem;
    font-weight: 500;
    background: -o-linear-gradient(left,
            rgba(186, 133, 33, 0.6) 0%,
            transparent 85%);
    background: -webkit-gradient(linear,
            left top, right top,
            from(rgba(186, 133, 33, 0.6)),
            color-stop(85%, transparent));
    background: linear-gradient(to right,
            rgba(186, 133, 33, 0.6) 0%,
            transparent 85%);
    border-radius: 1.875rem;
    padding: 0.75rem 2.625rem;
    max-width: 12.875rem;
    margin: auto;
}

.how-work-card-item:nth-child(2) .how-work-card .title {
    background: -o-linear-gradient(left,
            rgba(238, 49, 49, 0.6) 0%,
            transparent 85%);
    background: -webkit-gradient(linear,
            left top, right top,
            from(rgba(238, 49, 49, 0.6)),
            color-stop(85%, transparent));
    background: linear-gradient(to right,
            rgba(238, 49, 49, 0.6) 0%,
            transparent 85%);
}

.how-work-card-item:nth-child(3) .how-work-card .title {
    background: -o-linear-gradient(left,
            rgba(255, 184, 28, 0.6) 0%,
            transparent 85%);
    background: -webkit-gradient(linear,
            left top, right top,
            from(rgba(255, 184, 28, 0.6)),
            color-stop(85%, transparent));
    background: linear-gradient(to right,
            rgba(255, 184, 28, 0.6) 0%,
            transparent 85%);
}

.how-work-card-item:last-child .how-work-card .title {
    background: -o-linear-gradient(left,
            rgba(52, 121, 40, 0.6) 0%,
            transparent 85%);
    background: -webkit-gradient(linear,
            left top, right top,
            from(rgba(52, 121, 40, 0.6)),
            color-stop(85%, transparent));
    background: linear-gradient(to right,
            rgba(52, 121, 40, 0.6) 0%,
            transparent 85%);
}

.how-work-card .description {
    font-size: 0.875rem;
    font-weight: 300;
    color: #999999;
    max-width: 15.25rem;
    margin: 1.25rem auto 0;
}

.how-work-card__step {
    width: 7.5rem;
    height: 7.5rem;
    background-color: #20204e;
    font-size: 2.25rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-box-shadow: 0 0 0.625rem rgba(55, 245, 249, 0.55);
    box-shadow: 0 0 0.625rem rgba(55, 245, 249, 0.55);
}

.how-work-card__step::before {
    position: absolute;
    content: "";
    top: -1.25rem;
    right: -5.625rem;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #ba8521;
    z-index: -2;
}

.how-work-card__step::after {
    position: absolute;
    content: "";
    top: 0.125rem;
    right: 0.125rem;
    width: calc(100% - 0.25rem);
    height: calc(100% - 0.25rem);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: transparent;
    border: 0.375rem solid #20204e;
    z-index: -1;
}

.stat-card {
    padding: 1.25rem 1.25rem 1.5625rem;
    -webkit-box-shadow: inset 0rem 0.0625rem 1.5625rem #ffffff87 !important;
    box-shadow: inset 0rem 0.0625rem 1.5625rem #ffffff87 !important;
    background: #13120e;
    border: 0.125rem solid transparent;
    height: 100%;
    border-radius: 1.875rem;
}

@media (max-width: 35.9375rem) {
    .stat-card {
        padding: 1.25rem;
    }
}

.stat-card__header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.stat-card__header .thumb {
    width: 4.0625rem;
    height: 4.0625rem;
    border-radius: 50%;
    background-color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.stat-card__header .thumb img {
    max-width: 2.25rem;
}

.stat-card__header .content {
    width: calc(100% - 4.0625rem);
    padding-left: 0.938rem;
}

.stat-card__header .content .title {
    font-size: 1.25rem;
    font-weight: 400;
    color: #ffffff;
}

.why-trust {
    position: relative;
    background-color: #000000;
    margin: 6.4375rem 0;
    padding: 4.25rem 0;
}

.why-trust::before,
.why-trust::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 6.4375rem;
    left: 0;
    right: 0;
    top: -6.4375rem;
    background: url("../../../images/frontend/feature/why-trust.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 0;
}

.why-trust::after {
    top: auto;
    bottom: -6.4375rem;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (max-width: 47.9375rem) {
    .why-trust {
        margin: 3.125rem 0;
        padding: 3.125rem 0;
    }

    .why-trust::before,
    .why-trust::after {
        height: 3.125rem;
        top: -3.125rem;
    }

    .why-trust::after {
        top: auto;
        bottom: -3.125rem;
    }
}

.feature-card {
    padding: 1.75rem;
    -webkit-box-shadow: inset 0rem 0.375rem 1.5625rem #f9bf0059;
    box-shadow: inset 0rem 0.375rem 1.5625rem #f9bf0059;
    border: 0.0625rem solid #ffb81c;
    border-radius: 1.5625rem;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
}

.feature-card:hover {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-color: #fdb00a !important;
    -webkit-transform: translateY(-0.9375rem);
    -ms-transform: translateY(-0.9375rem);
    transform: translateY(-0.9375rem);
}

.feature-card__icon {
    font-size: 2.5rem;
    line-height: 1;
    position: absolute;
    top: 2.1875rem;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-100%);
    -ms-transform: translateX(-50%) translateY(-100%);
    transform: translateX(-50%) translateY(-100%);
    background-color: #ffb81c;
    color: #13120e;
    border-radius: 50%;
    width: 4.375rem;
    height: 4.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.feature-card__icon .las.la-certificate::before {
    content: url("../../../images/frontend/feature/best-lottery-platform.svg");
}

.feature-card__icon .las.la-wallet::before {
    content: url("../../../images/frontend/feature/quick-deposit.svg");
}

.feature-card__icon .lar.la-credit-card::before {
    content: url("../../../images/frontend/feature/quick-withdraw.svg");
}

.feature-card .feature-card__content .title {
    font-size: 1.25rem;
    font-weight: 500;
    color: #ffffff;
}

.feature-card .feature-card__content .description {
    font-size: 0.875rem;
    font-weight: 300;
    color: #999999;
    max-width: 15.375rem;
    margin: auto;
}

.winner-card {
    padding: 1.25rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    border: 0.0625rem solid rgba(55, 245, 249, 0.45);
    -webkit-box-shadow: inset 0 0 0.625rem rgba(55, 245, 249, 0.85);
    box-shadow: inset 0 0 0.625rem rgba(55, 245, 249, 0.85);
}

.winner-card:hover {
    -webkit-box-shadow: 0 0.3125rem 0.9375rem rgba(55, 245, 249, 0.25),
        inset 0 0 0.9375rem rgba(55, 245, 249, 0.85);
    box-shadow: 0 0.3125rem 0.9375rem rgba(55, 245, 249, 0.25),
        inset 0 0 0.9375rem rgba(55, 245, 249, 0.85);
    border-color: #ba8521;
}

.winner-card__thumb {
    width: 5.625rem;
    height: 5.625rem;
}

@media (max-width: 47.9375rem) {
    .winner-card__thumb {
        width: 4.6875rem;
        height: 4.6875rem;
    }
}

@media (max-width: 35.9375rem) {
    .winner-card__thumb {
        width: 5.625rem;
        height: 5.625rem;
    }
}

.winner-card__thumb img {
    width: inherit;
    height: inherit;
}

.winner-card__content {
    width: calc(100% - 5.625rem);
    padding-left: 1.25rem;
}

@media (max-width: 47.9375rem) {
    .winner-card__content {
        width: calc(100% - 4.6875rem);
        padding-left: 0.9375rem;
    }
}

@media (max-width: 35.9375rem) {
    .winner-card__content {
        width: calc(100% - 5.625rem);
        padding-left: 1.25rem;
    }
}

.winner-card__content .amount {
    font-size: 1.375rem;
}

@media (max-width: 47.9375rem) {
    .winner-card__content .amount {
        font-size: 1.125rem;
    }
}

@media (max-width: 35.9375rem) {
    .winner-card__content .amount {
        font-size: 1.375rem;
    }
}

.testimonial-item .testimonial-item-content .ratings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.25rem;
    -webkit-box-shadow: inset 0rem 0.375rem 1.5625rem #f9bf0059;
    box-shadow: inset 0rem 0.375rem 1.5625rem #f9bf0059;
    border: 0.0625rem solid #ffb81c;
    border-radius: 2.0625rem;
    padding: 0.4375rem 0.75rem;
    max-width: 4.375rem;
    margin-top: auto;
}

.testimonial-item .testimonial-item-content .ratings p {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: normal;
    color: #ffffff;
}

.testimonial-item {
    padding: 3.125rem 1.25rem 0 0;
    border-top: 0.0625rem solid #ffb81c;
    border-right: 0.0625rem solid #ffb81c;
    border-top-right-radius: 4rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.875rem;
}

@media (max-width: 62rem) {
    .testimonial-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 1.25rem 1.25rem 0 0;
    }
}

.testimonial-item::after {
    content: "";
    position: absolute;
    top: -0.4375rem;
    right: -0.4375rem;
    border-top: 0.75rem solid #ffb81c;
    border-right: 0.75rem solid #ffb81c;
    border-radius: 0 4rem 0 0;
    width: 4rem;
    height: 4rem;
}

.testimonial-item:hover {
    /* box-shadow: 0 0 1.25rem rgba(55, 245, 249, 0.45); */
}

.testimonial-item .client-details .thumb {
    width: 16.25rem;
    height: 16.25rem;
    border-radius: 8.1875rem;
    -webkit-box-shadow: 0rem 0.625rem 1.875rem #ffb81c4d;
    box-shadow: 0rem 0.625rem 1.875rem #ffb81c4d;
    overflow: hidden;
}

@media (max-width: 62rem) {
    .testimonial-item .client-details .thumb {
        width: 12.5rem;
        height: 12.5rem;
    }
}

.testimonial-item .client-details .thumb img {
    width: 100%;
    height: 100%;
}

.testimonial-item .testimonial-item-content {
    max-width: 18.4375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.testimonial-item .testimonial-item-content .section-description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

@media (max-width: 47.9375rem) {
    .testimonial-item .client-details {
        margin: auto;
    }
}

.testimonial-item .testimonial-item-content .name {
    font-size: 1.25rem;
    font-weight: 500;
    color: #ffffff;
}

.testimonial-slider .slick-track {
    padding: 0.9375rem 0 1.875rem;
}

.testimonial-slider .single-slide {
    margin-right: 1.25rem;
}

.testimonial-slider .slick-arrow {
    position: absolute;
    top: -4.625rem;
    width: 3rem;
    height: 3rem;
    padding: 0;
    border: 0.0625rem solid #ffb81c;
    border-radius: 50%;
    font-size: 0;
    background: transparent;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.testimonial-slider .slick-arrow::before {
    font-family: "Line Awesome Free";
    font-weight: 900;
    font-size: 1.625rem;
    line-height: 1;
    color: #ffb81c;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 47.9375rem) {
    .testimonial-item .testimonial-item-content .section-description {
        margin-bottom: 0.625rem;
    }

    .testimonial-slider .slick-arrow {
        top: -3.4375rem;
        width: 2.375rem;
        height: 2.375rem;
    }

    .testimonial-slider .slick-arrow::before {
        font-size: 1rem;
    }
}

.testimonial-slider .slick-arrow:hover {
    border-color: #ffffff;
}

.testimonial-slider .slick-arrow:hover::before {
    color: #ffffff;
}

.testimonial-slider .slick-prev {
    left: 0;
}

.testimonial-slider .slick-prev::before {
    content: "\f104";
}

.testimonial-slider .slick-next {
    right: 0;
}

.testimonial-slider .slick-next::before {
    content: "\f105";
}

.payment-slider .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.brand-item {
    background: #ffffff;
    border-radius: 0.375rem;
    width: 6.25rem;
    height: 3.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0.125rem solid #c7d1d9;
}

.brand-item img {
    display: inline-block;
    /* max-height: 2.5rem; */
}

.subscribe-wrapper {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin-bottom: 2.5rem;
}

.subscribe-wrapper .title {
    font-family: "Lexend", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 35.9375rem) {
    .subscribe-wrapper {
        margin-bottom: 1.25rem;
    }
}

.subscribe-form {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1rem;
    position: relative;
}

.subscribe-form button {
    position: absolute;
    right: 0.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 47.9375rem) {
    .subscribe-form button {
        position: unset;
        margin: 0.75rem auto 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@media (max-width: 26.25rem) {
    .subscribe-form {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.subscribe-form .form--control {
    background-color: #13120e;
    border: none !important;
    padding: 0.5rem 0.5rem 0.5rem 1.875rem;
    border-radius: 2.625rem;
    -webkit-border-radius: 2.625rem;
    -moz-border-radius: 2.625rem;
    -ms-border-radius: 2.625rem;
    -o-border-radius: 2.625rem;
    color: rgba(255, 255, 255, 0.8);
    min-height: 3.75rem;
    padding-right: 9.875rem;
}

.subscribe-form .form--control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.subscribe-form .form--control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.subscribe-form .form--control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.subscribe-form .form--control:-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 47.9375rem) {
    .subscribe-form .form--control {
        padding-right: 1.875rem;
    }
}

@media (max-width: 26.25rem) {
    .subscribe-form .form--control {
        width: 100%;
        min-height: auto;
    }
}

.subscribe-form .form--control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ba8521;
}

.subscribe-form .subscribe-btn {
    width: 7.0625rem;
}

.about-content {
    padding: 3.125rem 1.375rem 3.875rem 2.5rem;
    -webkit-box-shadow: inset 0rem 0.375rem 1.5625rem #ffffff59;
    box-shadow: inset 0rem 0.375rem 1.5625rem #ffffff59;
    border-radius: 1.875rem 1.875rem 0rem 1.875rem;
    max-width: 42rem;
    position: relative;
}

.about-content::before {
    content: "";
    position: absolute;
    top: -60%;
    left: -25%;
    background: transparent -o-radial-gradient(50% 50%,
            closest-side,
            #ffb81c 0%,
            #13120e00 100%) 0% 0% no-repeat padding-box;
    background: transparent -o-radial-gradient(50% 50%, closest-side, #ffb81c 0%, #13120e00 100%) 0% 0% no-repeat padding-box;
    background: transparent radial-gradient(closest-side at 50% 50%, #ffb81c 0%, #13120e00 100%) 0% 0% no-repeat padding-box;
    opacity: 0.5;
    z-index: 1;
    width: 28.125rem;
    height: 28.125rem;
    -webkit-filter: blur(1.25rem);
    filter: blur(1.25rem);
}

.about-content::after {
    content: url("../../../images/frontend/about/about-arrow-down.png");
    position: absolute;
    right: -1.375rem;
    bottom: -1.8125rem;
}

.about-content .section-title {
    font-size: 2rem;
    margin-bottom: 1rem;
    z-index: 2;
    position: relative;
}

.about-content .section-description {
    max-width: none;
    color: rgb(255 255 255 / 80%);
    z-index: 2;
    position: relative;
}

.about-thumb {
    height: 100%;
    max-width: 26.875rem;
    margin-right: 2.8125rem;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.circle-container {
    position: relative;
}

.center-image {
    background: #13120e;
    height: 18.75rem;
    width: 18.75rem;
    min-width: 18.75rem;
    border-radius: 50%;
}

@media screen and (max-width: 47.9375rem) {
    .center-image {
        height: 12.5rem;
        width: 12.5rem;
        min-width: 12.5rem;
    }
}

.center-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-filter: drop-shadow(0rem 0rem 3.125rem #ffb81c7a);
    filter: drop-shadow(0rem 0rem 3.125rem #ffb81c7a);
    border-radius: 50%;
}

.roted-image {
    position: absolute;
    top: -1.25rem;
    left: -1.25rem;
    animation: rotateAnimation 10s linear infinite;
    -webkit-animation: rotateAnimation 10s linear infinite;
}

@media screen and (max-width: 47.9375rem) {
    .roted-image {
        top: -0.625rem;
        left: -0.625rem;
        height: 13.75rem;
        width: 13.75rem;
        min-width: 13.75rem;
    }
}

@-webkit-keyframes rotateAnimation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

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

@keyframes rotateAnimation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

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

/* .about-thumb img {
    width: 100%;
    height: 100%;
} */

.about-wrapper .row:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about-wrapper .row:nth-child(even) .about-content {
    border-radius: 1.875rem 1.875rem 1.875rem 0rem;
    margin-left: auto;
}

@media screen and (max-width: 61.9375rem) {
    .about-wrapper .row:nth-child(even) .about-content {
        margin-bottom: 1.875rem;
    }
}

@media screen and (max-width: 47.9375rem) {
    .about-wrapper .row:nth-child(even) .about-content {
        margin-bottom: 1.25rem;
    }
}

.about-wrapper .row:nth-child(even) .about-content::before {
    left: auto;
    right: -25%;
}

.about-wrapper .row:nth-child(even) .about-content::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    left: -1.625rem;
    bottom: -1.625rem;
    right: auto;
}

.about-wrapper .row:nth-child(even) .about-thumb {
    max-width: 21.25rem;
    margin-left: 4.5625rem;
    margin-right: auto;
}

@media (max-width: 74.9375rem) {

    .about-thumb,
    .about-wrapper .row:nth-child(even) .about-thumb {
        margin: auto;
    }

    .about-content {
        padding: 1.875rem;
    }

    .about-content::before {
        top: -50%;
        width: 21.875rem;
        height: 21.875rem;
    }
}

@media screen and (max-width: 47.9375rem) {
    .about-wrapper .row:nth-child(even) .about-thumb {
        max-width: 12.5rem;
    }
}

@media (max-width: 37.5rem) {
    .about-content .section-title {
        font-size: 1.5rem;
    }

    .about-content {
        padding: 1.25rem;
    }

    .about-content,
    .about-wrapper .row:nth-child(even) .about-content {
        border-radius: 1.875rem;
    }

    .about-content::before {
        top: -30%;
        width: 18.75rem;
        height: 18.75rem;
    }

    .about-content::after {
        display: none;
    }
}

.lottery-details-timer {
    padding: 0.625rem 0 1.625rem;
    text-align: center;
    position: relative;
    /* -webkit-animation: shadowGlow 2s infinite ease;
    animation: shadowGlow 2s infinite ease;
    --shadow-1: rgba(55, 245, 249, 0.25);
    --shadow-2: rgba(55, 245, 249, 0.35);
    --shadow-3: rgba(55, 245, 249, 0.45);
    -webkit-box-shadow: 0 0 0.9375rem;
    box-shadow: 0 0 0.9375rem; */
}

.lottery-details-timer .thumb {
    margin: auto;
    width: 6.25rem;
    height: 6.25rem;
    border-radius: 50%;
    background-color: #000000;
    margin-bottom: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.lottery-details-timer .thumb img {
    max-width: 3.875rem;
}

.lottery-details-timer .content {
    max-width: 28rem;
    margin: auto;
}

.lottery-details-timer .content .game-name {
    font-size: 2.625rem;
}

@media (max-width: 47.9375rem) {
    .lottery-details-timer .content .game-name {
        font-size: 2.25rem;
    }
}

@media (max-width: 35.9375rem) {
    .lottery-details-timer .content .game-name {
        font-size: 2rem;
    }
}

.lottery-details-timer .content .clock.disabled {
    color: #ba8521;
    font-size: 1.5rem;
}

.lottery-details-timer .content .clock>div {
    width: calc(25% - 0.75rem);
}

.lottery-details-timer .content .clock>div span {
    font-size: 1.875rem;
    font-weight: 600;
    color: #ffffff;
    padding: 2.1875rem 1.375rem 1.375rem;
    background: transparent -o-linear-gradient(top, #13120e00 0%, #212121 100%) 0% 0% no-repeat padding-box;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#13120e00), to(#212121)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #13120e00 0%, #212121 100%) 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0rem 0.1875rem 0rem #999999;
    box-shadow: 0rem 0.1875rem 0rem #999999;
    border-radius: 0.625rem;
    width: 100%;
    -webkit-animation: corner-glow 2s ease-in-out infinite;
    animation: corner-glow 2s ease-in-out infinite;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 47.9375rem) {
    /* .lottery-details-timer {
        padding-bottom: 1.5625rem;
    } */

    .lottery-details-timer .thumb {
        width: 5rem;
        height: 5rem;
    }

    .lottery-details-timer .thumb img {
        max-width: 3.125rem;
    }

    .lottery-details-timer .content .clock>div span {
        font-size: 1.25rem;
        padding: 1rem;
    }
}

@-webkit-keyframes corner-glow {
    0% {
        -webkit-box-shadow: 0rem 0.1875rem 0rem #999999,
            0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0rem 0.1875rem 0rem #999999, 0 0 0 0 rgba(255, 255, 255, 0);
    }

    50% {
        -webkit-box-shadow: 0rem 0.1875rem 0rem #999999,
            0.125rem 0.125rem 0.75rem 0.125rem rgba(255, 255, 255, 0.2),
            -0.125rem -0.125rem 0.75rem 0.125rem rgba(255, 255, 255, 0.2),
            0.125rem -0.125rem 0.75rem 0.125rem rgba(255, 255, 255, 0.2),
            -0.125rem 0.125rem 0.75rem 0.125rem rgba(255, 255, 255, 0.2);
        box-shadow: 0rem 0.1875rem 0rem #999999,
            0.125rem 0.125rem 0.75rem 0.125rem rgba(255, 255, 255, 0.2),
            -0.125rem -0.125rem 0.75rem 0.125rem rgba(255, 255, 255, 0.2),
            0.125rem -0.125rem 0.75rem 0.125rem rgba(255, 255, 255, 0.2),
            -0.125rem 0.125rem 0.75rem 0.125rem rgba(255, 255, 255, 0.2);
    }

    100% {
        -webkit-box-shadow: 0rem 0.1875rem 0rem #999999,
            0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0rem 0.1875rem 0rem #999999, 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes corner-glow {
    0% {
        -webkit-box-shadow: 0rem 0.1875rem 0rem #999999,
            0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0rem 0.1875rem 0rem #999999, 0 0 0 0 rgba(255, 255, 255, 0);
    }

    50% {
        -webkit-box-shadow: 0rem 0.1875rem 0rem #999999,
            0.125rem 0.125rem 0.75rem 0.125rem rgba(255, 255, 255, 0.2),
            -0.125rem -0.125rem 0.75rem 0.125rem rgba(255, 255, 255, 0.2),
            0.125rem -0.125rem 0.75rem 0.125rem rgba(255, 255, 255, 0.2),
            -0.125rem 0.125rem 0.75rem 0.125rem rgba(255, 255, 255, 0.2);
        box-shadow: 0rem 0.1875rem 0rem #999999,
            0.125rem 0.125rem 0.75rem 0.125rem rgba(255, 255, 255, 0.2),
            -0.125rem -0.125rem 0.75rem 0.125rem rgba(255, 255, 255, 0.2),
            0.125rem -0.125rem 0.75rem 0.125rem rgba(255, 255, 255, 0.2),
            -0.125rem 0.125rem 0.75rem 0.125rem rgba(255, 255, 255, 0.2);
    }

    100% {
        -webkit-box-shadow: 0rem 0.1875rem 0rem #999999,
            0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0rem 0.1875rem 0rem #999999, 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.lottery-details-timer .content .clock>div p {
    font-size: 0.875rem;
    font-weight: 300;
    margin-top: 0.625rem;
    text-transform: capitalize;
}

.clock {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.clock span {
    font-family: "Lexend", sans-serif;
    color: #ffffff;
    font-size: 1.375rem;
    line-height: 1;
}

.lottery-details-body {
    margin-bottom: 1.875rem;
}

.lottery-details-body.authenticated {
    padding: 1.25rem 1.25rem 0.875rem;
    background: #13120e;
    -webkit-box-shadow: 0rem 0rem 0.375rem #ffb81c66;
    box-shadow: 0rem 0rem 0.375rem #ffb81c66;
    border-radius: 0.9375rem;
}

.lottery-details-body .top-part {
    padding-bottom: 0.75rem;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 0.0625rem solid rgba(186, 133, 33, 0.2);
}

.lottery-details-body .top-part .left {
    width: 30%;
}

@media (max-width: 47.9375rem) {
    .lottery-details-body {
        margin-bottom: 0.9375rem;
    }
}

@media (max-width: 35.9375rem) {
    .lottery-details-body .top-part .left {
        width: 100%;
        text-align: center;
    }
}

.lottery-details-body .top-part .middle {
    width: 40%;
    text-align: center;
}

@media (max-width: 35.9375rem) {
    .lottery-details-body .top-part .middle {
        width: 100%;
        margin-top: 0.9375rem;
    }
}

.lottery-details-body .top-part .middle .balance {
    font-family: "Lexend", sans-serif;
    font-size: 2rem;
    color: #ba8521;
}

@media (max-width: 61.9375rem) {
    .lottery-details-body .top-part .middle .balance {
        font-size: 1.75rem;
    }
}

.lottery-details-body .top-part .right {
    width: 30%;
    text-align: right;
}

@media (max-width: 35.9375rem) {
    .lottery-details-body .top-part .right {
        text-align: center;
        width: 100%;
        margin-top: 1.25rem;
    }
}

.lottery-details-body .body-part {
    padding: 1.25rem 0;
    margin-bottom: 1.25rem;
    border-bottom: 0.0625rem solid rgba(186, 133, 33, 0.2);
}

.lottery-details-body .footer-part {
    background: -o-linear-gradient(left,
            rgba(255, 184, 28, 0.6) 0%,
            rgba(19, 18, 14, 0) 100%) no-repeat padding-box;
    background: -webkit-gradient(linear,
            left top, right top,
            from(rgba(255, 184, 28, 0.6)),
            to(rgba(19, 18, 14, 0))) no-repeat padding-box;
    background: linear-gradient(90deg,
            rgba(255, 184, 28, 0.6) 0%,
            rgba(19, 18, 14, 0) 100%) no-repeat padding-box;
    border: 0.0625rem solid #ba8521;
    border-radius: 1.25rem;
    padding: 1.125rem 2.375rem 1.125rem 2.0625rem;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.lottery-details-body .footer-part::before {
    content: url("../../../images/frontend/buy-ticket/lottery-ticket.png");
    position: absolute;
    left: 2.0625rem;
    bottom: -0.25rem;
    line-height: normal;
}

.lottery-details-body .footer-part .middle {
    max-width: 21.9375rem;
    margin-left: auto;
    font-size: 1.625rem;
    font-weight: 600;
    color: #ffffff;
    margin-right: 1.375rem;
}

@media (max-width: 63.9375rem) {
    .lottery-details-body .footer-part {
        padding: 1rem;
    }

    .lottery-details-body .footer-part::before {
        left: 0;
        bottom: -0.625rem;
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }

    .lottery-details-body .footer-part .middle {
        margin-right: 0;
        font-size: 1.375rem;
    }
}

@media (max-width: 47.9375rem) {
    .lottery-details-body .footer-part {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .lottery-details-body .footer-part::before {
        display: none;
    }

    .lottery-details-body .footer-part .middle {
        font-size: 1.375rem;
        text-align: center;
        margin: auto;
    }
}

.available-tickets {
    max-width: 31.5625rem;
    margin: 1.25rem auto 3.125rem;
    background: url("../../../images/frontend/buy-ticket/available-ticket.png") no-repeat center;
    padding: 1.875rem;
    min-height: 14.75rem;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.available-tickets .left,
.available-tickets .right {
    font-size: 1rem;
    font-weight: 400;
}

.available-tickets .left span,
.available-tickets .right span {
    font-size: 2.5rem;
    font-weight: 700;
    display: block;
    margin-top: 0.6875rem;
}

.available-tickets .left {
    width: 40%;
    color: #ffffff;
}

.available-tickets .left span {
    color: #ffb81c;
}

.available-tickets .right {
    width: 60%;
    text-align: right;
    color: #13120e;
}

@media (max-width: 47.9375rem) {
    .available-tickets {
        padding: 0.9375rem;
        min-height: 13.125rem;
        border-radius: 0.75rem;
        margin-top: 0;
        margin-bottom: 1.5625rem;
    }

    .available-tickets .left span,
    .available-tickets .right span {
        font-size: 1.75rem;
    }

    .available-tickets .left span,
    .available-tickets .right span {
        margin-top: 0;
    }
}

.lottery-details-instruction {
    margin-top: 0.625rem;
}

.ticket-card {
    text-align: center;
    background-color: #13120e;
    border-radius: 1.875rem;
    -webkit-border-radius: 1.875rem;
    -moz-border-radius: 1.875rem;
    -ms-border-radius: 1.875rem;
    -o-border-radius: 1.875rem;
    position: relative;
    border: 0.0625rem solid #ffb81c;
}

.ticket-card .ticket-card-del {
    position: absolute;
    top: 0.875rem;
    right: 0.875rem;
    width: 1.625rem;
    height: 1.625rem;
    background-color: transparent;
    color: #ba8521;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 0.0625rem solid #ba8521;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.8125rem;
    padding: 0;
    padding-left: 0.0625rem;
}

.ticket-card__header {
    padding: 1.0625rem;
    background: transparent -o-linear-gradient(left,
            #ffb81c66 0%,
            #13120e00 100%) 0% 0% no-repeat padding-box;
    background: transparent -o-linear-gradient(left, #ffb81c66 0%, #13120e00 100%) 0% 0% no-repeat padding-box;
    background: transparent -webkit-gradient(linear, left top, right top, from(#ffb81c66), to(#13120e00)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(90deg, #ffb81c66 0%, #13120e00 100%) 0% 0% no-repeat padding-box;
    border-bottom: 0.0625rem solid #ffb81c;
    border-radius: 1.875rem 1.875rem 0 0;
}

.ticket-card .ticket-card__header .ticket-card__header__text {
    font-size: 0.875rem;
    font-weight: 300;
    color: #ffffff;
}

.ticket-card__body {
    padding: 1.25rem;
}

.ticket-card__body .numbers {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #2b250f 0% 0% no-repeat padding-box;
    border-radius: 1.4375rem;
    padding: 0.8125rem;
}

.ticket-card__body .numbers span {
    /* width: calc((100% / 10) - 0.125rem); */
    font-family: "Lexend", sans-serif;
    color: #ffffff26;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25rem;
    letter-spacing: 0.5rem;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.ticket-card__body .numbers.active span {
    color: #ba8521;
}

.deposit-balance,
.final-amount__values {
    background: #13120e 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0rem 0rem 0.375rem #ffb81c66;
    box-shadow: 0rem 0rem 0.375rem #ffb81c66;
    border-radius: 0.9375rem;
}

.deposit-balance {
    width: 100%;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1.25rem;
}

.deposit-balance .deposit-balance__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0.625rem;
    padding-bottom: 0.75rem;
    border-bottom: 0.0625rem solid rgba(112, 112, 112, 0.3);
    margin-bottom: 1rem;
}

.deposit-balance .deposit-balance__header .deposit-balance__header__title {
    font-size: 1rem;
}

.deposit-balance .deposit-balance__header .deposit-balance__header__icon {
    background: #ffb81c;
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #13120e;
}

.deposit-balance .deposit-balance__body .deposit-balance__body__amount {
    font-size: 1.25rem;
    line-height: normal;
}

.deposit-balance .deposit-balance__body .deposit-balance__body__insufficient {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 0.0625rem solid rgba(112, 112, 112, 0.3);
}

.deposit-balance .deposit-balance__body .deposit-balance__body__insufficient .deposit-balance__body__insufficient__text {
    color: #ffb81c;
    font-size: 1rem;
    margin-bottom: 1.25rem;
}

.final-amount {
    width: 100%;
}

.final-amount__values {
    padding: 1.25rem 1.875rem 0.625rem 1.25rem;
    margin-bottom: 1.875rem;
}

.final-amount__values .final-amount__values__text {
    font-size: 0.875rem;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.625rem;
}

.final-amount__values .final-amount__values__text:not(:last-child) {
    margin-bottom: 1.25rem;
}

.final-amount__values .final-amount__values__text:last-child {
    padding-top: 1.25rem;
    border-top: 0.0625rem solid rgba(255, 255, 255, 0.3);
}

.final-amount__values .final-amount__values__text span {
    margin-left: auto;
}

@media (min-width: 48rem) {
    .deposit-balance {
        width: 18.4375rem;
        margin-right: 1.25rem;
        margin-bottom: 0;
    }

    .final-amount {
        width: calc(100% - 19.6875rem);
    }

    .deposit-balance,
    .final-amount__values {
        min-height: 9.125rem;
    }

    .deposit-balance .deposit-balance__body .deposit-balance__body__amount {
        font-size: 1.5rem;
    }
}

.referral {
    position: absolute;
    top: -1.5625rem;
    z-index: 1;
    max-width: 39.375rem;
}

.referral.search-bar {
    max-width: 28.75rem;
}

.referral .form-group {
    margin-bottom: 0;
}

.referral .form-group .input-group .form--control {
    border-radius: 1.625rem !important;
    -webkit-backdrop-filter: blur(0.625rem);
    backdrop-filter: blur(0.625rem);
    width: 100%;
    height: 3.1875rem;
    border: none;
    background: rgba(255, 255, 255, 0.2);
    font-size: 0.875rem;
}

.referral.search-bar .form-group .input-group .form--control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 1);
    font-weight: 300;
}

@media (max-width: 61.9375rem) {
    .referral .form-group .input-group .form--control {
        height: 2.625rem;
        padding-right: 3.125rem;
    }
}

.referral .form-group .input-group .input-group-text,
.referral-page .input-group .input-group-text {
    background-color: #ffb81c;
    border-radius: 50% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 0.25rem;
    top: 0.25rem;
    width: 2.6875rem;
    height: 2.6875rem;
    color: #13120e;
    cursor: pointer;
    font-size: 1.25rem;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.referral .form-group .input-group .input-group-text:hover,
.referral-page .input-group .input-group-text:hover {
    background: transparent;
    border-color: #ffb81c;
    color: #fff;
}

@media (max-width: 61.9375rem) {
    .referral .form-group .input-group .input-group-text {
        width: 2.125rem;
        height: 2.125rem;
        font-size: 1rem;
    }
}

.referral-page .input-group .input-group-text {
    width: 2.375rem;
    height: 2.375rem;
}

.referral-page .input-group .form--control {
    border-radius: 1.625rem !important;
    width: 100%;
    font-size: 0.875rem;
    padding-right: 3.125rem;
    color: rgba(255, 255, 255, .5);
}

@media (max-width: 61.9375rem) {
    .referral-page .input-group .input-group-text {
        width: 2.125rem;
        height: 2.125rem;
    }
}

.kyc-detail {
    background: #13120e;
    -webkit-box-shadow: 0rem 0rem 0.625rem #ffb81c66;
    box-shadow: 0rem 0rem 0.625rem #ffb81c66;
    border: 0.0625rem solid #333333;
    border-radius: 1.5rem;
    padding: 0.9375rem 1.25rem;
    margin-top: 0.375rem;
}

.kyc-detail .kyc-detail__title {
    font-size: 1.25rem;
    line-height: normal;
    color: #ffffff;
    margin-bottom: 0.75rem;
    border-bottom: 0.0625rem solid rgb(255 255 255 / 12%);
    padding-bottom: 0.75rem;
}

.kyc-detail .kyc-detail__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.25rem;
}

.dashboard-card-wrapper {
    padding: 5.625rem 0 1.875rem;
}

.dashboard-card {
    padding: 1.25rem 1.875rem;
    border-radius: 0.3125rem;
    -webkit-border-radius: 0.3125rem;
    -moz-border-radius: 0.3125rem;
    -ms-border-radius: 0.3125rem;
    -o-border-radius: 0.3125rem;
    position: relative;
    overflow: hidden;
}

.dashboard-card .number {
    font-size: 2.25rem;
    color: #ba8521;
    margin-top: 0.625rem;
}

.dashboard-card .icon {
    position: absolute;
    color: #ba8521;
    font-size: 6.25rem;
    bottom: -0.9375rem;
    right: 0;
    opacity: 0.2;
}

.dashboard-card .view--btn {
    padding: 0.25rem 0.625rem;
    font-size: 0.75rem;
    border: 0.0625rem solid rgba(255, 255, 255, 0.5);
    float: right;
    color: #ffffff;
    border-radius: 62.4375rem;
    -webkit-border-radius: 62.4375rem;
    -moz-border-radius: 62.4375rem;
    -ms-border-radius: 62.4375rem;
    -o-border-radius: 62.4375rem;
    margin-top: -0.625rem;
    background-color: #0d0d31;
    margin-right: -0.9375rem;
}

.balance-card {
    padding: 0.875rem;
    border-radius: 2.8125rem;
    -webkit-backdrop-filter: blur(0.625rem);
    backdrop-filter: blur(0.625rem);
    background: rgba(255, 255, 255, 0.2);
    min-height: 11.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.balance-card__img {
    position: absolute;
    top: -2.1875rem;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    min-height: 4.375rem;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
}

.balance-card .number {
    font-size: 2.25rem;
    font-weight: 800;
    -webkit-filter: drop-shadow(0rem 0rem 0.4375rem #ffb300);
    filter: drop-shadow(0rem 0rem 0.4375rem #ffb300);
}

.balance-card .balance-card__bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.balance-card .balance-card__bottom__title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 1rem;
    line-height: normal;
    color: #ffffff;
}

@media (max-width: 61.9375rem) {
    .dashboard-card-wrapper {
        padding-top: 3.125rem;
    }

    .balance-card {
        border-radius: 2.1875rem;
    }

    .balance-card .number {
        font-size: 1.75rem;
    }

    .balance-card .balance-card__bottom__title {
        font-size: 0.875rem;
    }
}

@media (max-width: 47.9375rem) {
    .balance-card {
        min-height: 9.375rem;
    }
}

.footer {
    padding-top: 3.75rem;
    padding-bottom: 1.28125rem;
}

.footer hr {
    background-color: rgba(255, 255, 255, 0.3);
    margin: 1.25rem 0;
}

.footer-logo img {
    min-height: 5.3125rem;
    -webkit-filter: drop-shadow(0rem 0.625rem 3.125rem #ff990033);
    filter: drop-shadow(0rem 0.625rem 3.125rem #ff990033);
}

.inline-menu {
    margin: -0.1875rem -0.625rem;
}

.inline-menu li {
    padding: 0.3125rem 1.25rem;
}

@media (max-width: 26.25rem) {
    .footer {
        padding-top: 0rem;
    }

    .inline-menu li {
        padding: 0.3125rem 0.75rem;
    }
}

.inline-menu li a {
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 300;
}

.inline-menu li a.active {
    color: #ba8521;
    font-weight: 500;
}

.inline-social-links {
    margin: -0.1875rem -0.4375rem;
}

.inline-social-links li {
    padding: 0.1875rem 0.219rem;
}

.inline-social-links li a {
    width: 2.5rem;
    height: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0.0625rem solid #ffb81c;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: #ffb81c;
    font-size: 1rem;
}

.account-wrapper {
    margin: auto;
    padding: 1.875rem;
    border: none;
    border-radius: 1.375rem;
    -webkit-border-radius: 1.375rem;
    -moz-border-radius: 1.375rem;
    -ms-border-radius: 1.375rem;
    -o-border-radius: 1.375rem;
    background: #13120e 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0rem 0rem 0.375rem #ffb81c66;
    box-shadow: 0rem 0rem 0.375rem #ffb81c66;
    position: relative;
    z-index: 2;
}

.account-wrapper.deposit {
    padding: 0.75rem 1.25rem 1.25rem;
}

.account-wrapper.deposit .input-group {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-width: 14.375rem;
    margin-left: auto;
    background: #2B250F;
    border-radius: 1.4375rem;
}

.account-wrapper.deposit .input-group .input-group-text {
    width: auto;
    background: transparent;
    color: #FFB81C;
    border-color: #ffb81c;
    border-right: 0;
    border-radius: 1.438rem 0 0 1.438rem;
    font-size: 0.875rem;
    line-height: normal;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding-left: 1.0625rem;
}

.account-wrapper.deposit .input-group .form--control::-webkit-inner-spin-button,
.account-wrapper.deposit .input-group .form--control::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

.account-wrapper.deposit .input-group .form--control {
    border-left: 0;
    font-size: 0.875rem;
    padding-left: 1.0625rem;
    padding-right: 1.0625rem;
    text-align: right;
    height: 3rem;
    -moz-appearance: textfield !important;
}

.account-wrapper.deposit .input-group .form--control:focus {
    border-color: #ffb81c;
}

.account-wrapper.deposit .crypto_currency {
    max-width: 14.625rem;
    text-align: center;
    margin: 1rem auto 0;
}

@media (max-width: 35.9375rem) {
    .account-wrapper {
        padding: 1.875rem;
    }
}

@media (max-width: 27.5rem) {
    .account-wrapper {
        padding: 1.25rem;
    }
}

.account-wrapper.form-lg {
    max-width: 61.5rem;
}

.account-wrapper.form-md {
    max-width: 40.625rem;
}

.account-wrapper.form-sm {
    max-width: 28.75rem;
}

.account-thumb-area {
    margin-bottom: 2.5rem;
}

.account-thumb-area .title {
    font-size: 2rem;
}

@media (max-width: 27.5rem) {
    .account-thumb-area .title {
        font-size: 1.75rem;
    }
}

.account-thumb-area .account-thumb {
    width: 6.25rem;
    height: 6.25rem;
    border: 0.0625rem solid #ba8521;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: #ba8521;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 3.5rem;
    background-color: #20204e;
    -webkit-box-shadow: 0 0.1875rem 0.625rem 0.125rem rgba(55, 245, 249, 0.35);
    box-shadow: 0 0.1875rem 0.625rem 0.125rem rgba(55, 245, 249, 0.35);
    margin-left: auto;
    margin-right: auto;
    margin-top: -3.125rem;
}

/* @-webkit-keyframes shadowGlow {
    0% {
        -webkit-box-shadow: 0 0 0.9375rem var(--shadow-1);
        box-shadow: 0 0 0.9375rem var(--shadow-1);
    }

    25% {
        -webkit-box-shadow: 0 0 1.5625rem var(--shadow-2);
        box-shadow: 0 0 1.5625rem var(--shadow-2);
    }

    50% {
        -webkit-box-shadow: 0 0 2.1875rem var(--shadow-3);
        box-shadow: 0 0 2.1875rem var(--shadow-3);
    }

    75% {
        -webkit-box-shadow: 0 0 1.5625rem var(--shadow-2);
        box-shadow: 0 0 1.5625rem var(--shadow-2);
    }

    100% {
        -webkit-box-shadow: 0 0 0.9375rem var(--shadow-1);
        box-shadow: 0 0 0.9375rem var(--shadow-1);
    }
}

@keyframes shadowGlow {
    0% {
        -webkit-box-shadow: 0 0 0.9375rem var(--shadow-1);
        box-shadow: 0 0 0.9375rem var(--shadow-1);
    }

    25% {
        -webkit-box-shadow: 0 0 1.5625rem var(--shadow-2);
        box-shadow: 0 0 1.5625rem var(--shadow-2);
    }

    50% {
        -webkit-box-shadow: 0 0 2.1875rem var(--shadow-3);
        box-shadow: 0 0 2.1875rem var(--shadow-3);
    }

    75% {
        -webkit-box-shadow: 0 0 1.5625rem var(--shadow-2);
        box-shadow: 0 0 1.5625rem var(--shadow-2);
    }

    100% {
        -webkit-box-shadow: 0 0 0.9375rem var(--shadow-1);
        box-shadow: 0 0 0.9375rem var(--shadow-1);
    }
} */

/* div[class*="ball-"] {
    position: absolute;
}

div[class*="ball-"] img {
    width: 15%;
}

.ball-1 {
    bottom: 15%;
    left: 10%;
}

.ball-2 {
    bottom: 10%;
    right: 20%;
}

.ball-3 {
    top: 5%;
    right: 10%;
} */
.auth-wrapper {
    padding-top: 2.5rem;
    padding-bottom: 5.5625rem;
}

.auth-text {
    font-size: 0.875rem;
    font-weight: 300;
    color: rgb(255 255 255 / 50%);
}

@media (min-width: 75rem) {
    .auth-wrapper {
        min-height: 36.25rem;
        position: relative;
    }

    .auth-wrapper::after {
        position: absolute;
        right: 0;
        bottom: -0.5rem;
        content: url("../../../images/frontend/breadcrumb/auth-img.png");
        z-index: -1;
    }
}

@media (max-width: 47.9375rem) {
    .auth-wrapper {
        padding-bottom: 2.5rem;
    }
}

.inner-wrapper {
    padding-top: 1.25rem;
    padding-bottom: 3.125rem;
}

@media (min-width: 75rem) {
    .inner-wrapper {
        padding-bottom: 6.4375rem;
    }
}

/* .contact-info-card {
    padding: 1.25rem;
}

.contact-info i {
    font-size: 1.75rem;
    width: 2.8125rem;
}

.contact-info p {
    width: calc(100% - 2.8125rem);
}

.contact-info p a {
    color: #fafafa;
} */

.market-card {
    background-color: #ffffff;
    padding: 1.25rem;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.035);
    box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.035);
    z-index: 1;
}

.market-card::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    background: -o-linear-gradient(bottom, #ba8521, #fff);
    background: -webkit-gradient(linear, left bottom, left top, from(#ba8521), to(#fff));
    background: linear-gradient(to top, #ba8521, #fff);
    z-index: -1;
    opacity: 0;
}

.market-card:hover {
    -webkit-box-shadow: 0 0.1875rem 1.5625rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.1875rem 1.5625rem rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-0.1875rem);
    -ms-transform: translateY(-0.1875rem);
    transform: translateY(-0.1875rem);
}

.market-card:hover::after {
    opacity: 0.15;
}

.market-card__header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.market-card__header .left {
    width: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.market-card__header .left .name {
    padding-left: 0.625rem;
}

.market-card__header .thumb {
    width: 2.1875rem;
}

.market-card__header .right {
    width: 50%;
    text-align: right;
}

.market-card__body {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.market-card__body .left {
    width: 60%;
}

.market-card__body .right {
    width: 40%;
    text-align: right;
}

.market-card__body .right .chart-img {
    display: inline-block;
    max-height: 2rem;
}

.trade-section {
    background-color: #20204e;
}

.tradingview-widget-container>div {
    height: 37.5rem;
}

@media (max-width: 74.9375rem) {
    .tradingview-widget-container>div {
        height: 28.125rem;
    }
}

@media (max-width: 35.9375rem) {
    .tradingview-widget-container>div {
        height: 21.875rem;
    }
}

.button-nav-tabs {
    border-bottom: none;
    overflow: hidden;
}

.button-nav-tabs .nav-item {
    width: 50%;
}

.button-nav-tabs .nav-item .nav-link {
    font-size: 0.875rem;
    background-color: #222c40;
    color: #6c757d;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    width: 100%;
}

.button-nav-tabs .nav-item .nav-link.active {
    color: #ffffff;
}

.mini-input {
    position: relative;
}

.mini-input .left,
.mini-input .right {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0.875rem;
}

.mini-input .left {
    left: 0.625rem;
}

.mini-input .right {
    right: 0.625rem;
}

.mini-input input {
    width: 100%;
    background-color: #1d2535;
    border: 0.0625rem solid rgba(255, 255, 255, 0.15);
    text-align: right;
    color: #ffffff;
    padding-left: 4.375rem;
    padding-right: 3.75rem;
    height: 2.1875rem;
}

.mini-input input:focus {
    border-color: #ba8521;
}

.scroll--active {
    padding-right: 0.3125rem;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #6c757d #1a1a1a;
}

.scroll--active::-webkit-scrollbar {
    width: 0.25rem;
}

.scroll--active::-webkit-scrollbar-track {
    background: #1a1a1a;
    -webkit-box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
    border-radius: 0.25rem;
}

.scroll--active::-webkit-scrollbar-thumb {
    background-color: #6c757d;
    border-radius: 0.625rem;
    border: 0.125rem solid #1a1a1a;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}

.scroll--active::-webkit-scrollbar-thumb:hover {
    background-color: #ffb81c;
}

.update-price-list {
    width: 100%;
}

.update-price-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.update-price-list span {
    font-size: 0.75rem;
    text-align: center;
    width: calc(100% / 3);
}

.update-price-list span:first-child {
    text-align: left;
}

.update-price-list span:last-child {
    text-align: right;
}

.update-price-list .update-price-header {
    color: #6c757d;
    margin-bottom: 0.3125rem;
}

.update-price-list .update-price-main-list {
    color: #ffffff;
    max-height: 14.375rem;
}

.update-price-list .update-price-main-list span {
    font-size: 0.6875rem;
}

.update-price-list .update-price-main-list li+li {
    margin-top: 0.1875rem;
}

.input-group-text {
    background-color: #ba8521;
    border-color: #ba8521;
    color: #ffffff;
    width: 4.5rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 1.438rem;
}

/* .custom__bg {
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
    background-color: #20204e;
    -webkit-box-shadow: 0 0 0.625rem rgb(55 245 249 / 50%);
    box-shadow: 0 0 0.625rem rgb(55 245 249 / 50%);
} */

.bg--transparent {
    background: transparent;
}

/* Custom file upload*/
.custom--file-upload {
    line-height: 2.5rem;
}

.custom--file-upload~label {
    position: absolute;
    top: 0.25rem;
    left: -0.0625rem;
    width: 7.5625rem;
    height: 3.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ba8521;
    color: #ffffff;
    border-radius: 0.3125rem 0 0 0.3125rem;
}

.btn-disabled {
    opacity: 0.5;
    cursor: no-drop !important;
}

.profile-thumb {
    position: relative;
    width: 11.25rem;
    height: 11.25rem;
    border-radius: 0.9375rem;
    -webkit-border-radius: 0.9375rem;
    -moz-border-radius: 0.9375rem;
    -ms-border-radius: 0.9375rem;
    -o-border-radius: 0.9375rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: -6.25rem;
}

.profile-thumb .profilePicPreview {
    width: 11.25rem;
    height: 11.25rem;
    border-radius: 0.9375rem;
    -webkit-border-radius: 0.9375rem;
    -moz-border-radius: 0.9375rem;
    -ms-border-radius: 0.9375rem;
    -o-border-radius: 0.9375rem;
    display: block;
    border: 0.1875rem solid #ffffff;
    -webkit-box-shadow: 0 0 0.3125rem 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 0.3125rem 0 rgba(0, 0, 0, 0.25);
    background-size: cover;
    background-position: center;
}

.profile-thumb .profilePicUpload {
    font-size: 0;
    opacity: 0;
}

.profile-thumb .avatar-edit {
    position: absolute;
    right: 35%;
    bottom: -1.875rem;
}

.profile-thumb .avatar-edit input {
    width: 0;
}

.profile-thumb .avatar-edit label {
    width: 2.8125rem;
    height: 2.8125rem;
    background-color: #1ef4f8;
    border-radius: 50%;
    text-align: center;
    line-height: 2.8125rem;
    border: 0.125rem solid #ffffff;
    font-size: 1.125rem;
    cursor: pointer;
    color: #000000;
}

/* profile section css end */

/* blog section css start */
.category-listing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.375rem;
    margin-bottom: 1.875rem;
}

.category-listing .category-listing__item {
    padding: 0.625rem 1.0625rem;
    font-size: 0.875rem;
    line-height: normal;
    color: #ffffff;
    border: 0.0625rem solid #707070;
    border-radius: 1.25rem;
}

.category-listing .category-listing__item:hover,
.category-listing .category-listing__item.active {
    border-color: #ffb81c;
}

@media (max-width: 47.9375rem) {
    .category-listing {
        margin-bottom: 1.25rem;
    }
}

.blog-card {
    padding: 0.5625rem 0.5625rem 1.25rem;
    border-radius: 1.25rem;
    -webkit-border-radius: 1.25rem;
    -moz-border-radius: 1.25rem;
    -ms-border-radius: 1.25rem;
    -o-border-radius: 1.25rem;
    background-color: #13120e;
    border: 0.0625rem solid #707070;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

/* .feature-card:hover {
    box-shadow: 0 0.3125rem 0.9375rem #BA852140, inset 0 0 0.9375rem #BA8521d9;
    border-color: #BA8521;
} */

.blog-card__thumb img {
    width: 100%;
    border-radius: 0.6875rem;
    -webkit-border-radius: 0.6875rem;
    -moz-border-radius: 0.6875rem;
    -ms-border-radius: 0.6875rem;
    -o-border-radius: 0.6875rem;
    height: 10.9375rem;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-card__content {
    padding: 1.0625rem 0.4375rem 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.blog-card__content .blog-card__title {
    font-size: 1.25rem;
    font-weight: 500;
    color: #ffffff;
}

.blog-card__content .blog-card__title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.blog-card__content .blog-card__description {
    font-size: 0.875rem;
    font-weight: 300;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.blog-card__category {
    border: 0.0625rem solid #ffb81c;
    border-radius: 1rem;
    font-size: 0.875rem;
    line-height: normal;
    padding: 0.375rem 0.625rem;
}

.blog-card__meta li {
    font-size: 0.875rem;
    font-weight: 400;
    color: #727272;
}

.blog-card__meta li i {
    color: #ba8521;
    font-size: 1.125rem;
}

.blog-card__meta li a {
    color: #ba8521;
}

/* blog section css end */
/* blog-details-section css start */
.blog-details__thumb {
    position: relative;
    max-height: 31.25rem;
    overflow: hidden;
}

.blog-details__thumb img {
    width: 100%;
}

.blog-details__thumb .post__date {
    position: absolute;
    top: 0;
    left: 0;
    width: 4.6875rem;
    text-align: center;
}

.blog-details__thumb .post__date .date {
    font-size: 1.875rem;
    font-weight: 700;
    color: #ffffff;
    background-color: #ba8521;
    padding: 0.625rem 0.3125rem;
    width: 100%;
    line-height: 1;
}

.blog-details__thumb .post__date .month {
    background-color: #000000;
    text-transform: uppercase;
    padding: 0.25rem 0.3125rem;
    width: 100%;
    line-height: 1;
    font-size: 1.125rem;
}

.blog-details__content {
    color: rgb(255 255 255 / 80%);
    font-size: 0.875rem;
    font-weight: 300;
}

.blog-details__content *,
.terms .row * {
    font-family: "Lexend", sans-serif !important;
    margin-top: 0 !important;
    background: none !important;
    color: #fff !important;
    display: inline !important;
}

.blog-details__content p {
    font-size: 0.875rem;
    margin-bottom: 1rem;
}

.blog-details__content .blog-details__title {
    font-size: 1.5rem;
}

.blog-details__content blockquote {
    margin-top: 1.875rem;
    margin-bottom: 0;
}

blockquote {
    font-size: 1.125rem;
    color: #ffffff;
    font-style: italic;
    text-align: center;
    padding: 3.125rem 3.75rem;
    background-color: #ba8521;
}

@media (max-width: 35.9375rem) {
    blockquote {
        padding: 1.875rem 2.5rem;
        font-size: 1rem;
    }
}

.blog-details__footer {
    text-align: center;
    padding: 3.125rem 0;
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.25);
}

.blog-details__footer .caption {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
}

.blog-details__footer .social__links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blog-details__footer .social__links li a {
    width: 1.875rem;
    height: 1.875rem;
    text-align: center;
    line-height: 1.875rem;
    color: #ffffff;
}

.blog-details__footer .social__links li a:hover {
    background-color: #ba8521;
    color: #ffffff;
}

.comments-area {
    margin-top: 6.25rem;
    margin-right: 1.875rem;
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
}

.comments-area .title {
    text-transform: capitalize;
    margin-bottom: 1.25rem;
    font-size: 1.5rem;
}

.comments-list .single-comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1.25rem 0;
    border: none;
}

.comments-list .single-comment:first-child {
    padding-top: 0;
}

.comments-list .single-comment:last-child {
    padding-bottom: 0;
}

.comments-list .single-comment__thumb {
    width: 6.25rem;
    height: 6.25rem;
    overflow: hidden;
}

.comments-list .single-comment__content {
    width: calc(100% - 6.25rem);
    padding-left: 1.25rem;
}

@media (max-width: 30rem) {
    .comments-list .single-comment__content {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        margin-top: 0.9375rem;
    }
}

.comments-list .single-comment__content .name {
    text-transform: capitalize;
}

.comments-list .single-comment__content .date {
    font-size: 0.875rem;
    font-style: italic;
}

.comments-list .single-comment__content p {
    margin-top: 0.3125rem;
}

.reply-btn {
    width: 1.75rem;
    height: 1.75rem;
    background-color: #ba8521;
    color: #ffffff;
    text-align: center;
    line-height: 1.75rem;
    font-size: 0.8125rem;
    float: right;
    margin-top: -1.875rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.reply-btn:hover {
    background-color: #ba8521;
    color: #ffffff;
}

.reply-btn i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.comment-form-area {
    margin-top: 4.375rem;
    margin-right: 1.875rem;
}

.comment-form-area .title {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
}

/* blog-details-section css end */

/* sidebar css start */
.search-from .custom-input-field {
    position: relative;
}

.search-from .custom-input-field input {
    width: 100%;
    height: 3.75rem;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.search-from .custom-input-field input:focus {
    border-color: #cca354;
}

.search-from .custom-input-field i {
    position: absolute;
    top: 1.3125rem;
    right: 1.25rem;
    color: #cca354;
    font-size: 1.125rem;
}

@media (max-width: 61.9375rem) {
    .sidebar {
        margin-top: 1.875rem;
    }
}

.sidebar .widget+.widget {
    margin-top: 3.125rem;
}

@media (max-width: 61.9375rem) {
    .sidebar .widget+.widget {
        margin-top: 2.5rem;
    }
}

.sidebar .widget-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.9375rem;
}

.sidebar .category-list {
    margin-top: -0.4375rem;
}

.sidebar .category-list li {
    padding: 0.625rem 0;
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.2);
}

.sidebar .category-list li:first-child {
    padding-top: 0;
}

.sidebar .category-list li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.sidebar .category-list li a {
    text-transform: capitalize;
    display: block;
    color: #ffffff;
}

.sidebar .category-list li a:hover {
    color: #cca354;
}

.sidebar .destination-filter-widget {
    padding: 3.125rem 1.875rem;
    background-color: #eaf1fd;
    border: 0.0625rem solid rgba(0, 0, 0, 0.1);
}

.sidebar .destination-filter-widget .widget-title {
    margin-bottom: 1.3125rem;
    padding-left: 0;
}

.sidebar .destination-filter-widget .widget-title::before {
    display: none;
}

.sidebar .destination-filter-widget .form-group,
.sidebar .destination-filter-widget .nice-select {
    margin-bottom: 1.25rem;
}

.sidebar .destination-filter-widget .nice-select,
.sidebar .destination-filter-widget input {
    background-color: #f5f8fe;
}

.sidebar .destination-filter-widget label {
    font-weight: 500;
}

.sidebar .destination-filter-widget .cmn-btn {
    padding: 0.625rem 1.5625rem;
    font-size: 0.875rem;
}

.sidebar .sidebar-destination-form .ui-widget {
    background-color: #b2cdfb;
    border: none;
    height: 0.1875rem;
}

.sidebar .sidebar-destination-form .ui-widget .ui-slider-range {
    background-color: #cca354;
}

.sidebar .sidebar-destination-form span.ui-slider-handle {
    width: 0.875rem;
    height: 0.875rem;
    background-color: #cca354;
    border: none;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.sidebar .sidebar-destination-form span.ui-slider-handle:first-child {
    display: none;
}

.sidebar .sidebar-destination-form .filter-price-result {
    margin-top: -2.9375rem;
}

.sidebar .sidebar-destination-form .filter-price-result input {
    background-color: transparent;
    border: none;
    height: auto;
    padding: 0;
    text-align: right;
}

.sidebar .sidebar-destination-form .cmn-btn-border {
    margin-top: 1.875rem;
}

.sidebar .tag-list {
    margin: -0.1875rem -0.0625rem;
}

.sidebar .tag-list a {
    padding: 0.625rem 1.25rem;
    border: 0.0625rem solid rgba(255, 255, 255, 0.2);
    font-weight: 500;
    text-transform: capitalize;
    margin: 0.1875rem 0.0625rem;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.sidebar .tag-list a:hover {
    background-color: #cca354;
    color: #ffffff;
    border-color: #cca354;
}

.sidebar .help-widget {
    padding: 3.125rem 1.875rem;
    background-color: #eaf1fd;
    border: 0.0625rem solid rgba(0, 0, 0, 0.1);
}

.sidebar .help-widget .widget-title {
    margin-bottom: 1.25rem;
    padding-left: 0;
}

.sidebar .help-widget .widget-title::before {
    display: none;
}

.sidebar .help-widget .cmn-btn {
    padding: 0.625rem 1.5625rem;
    font-size: 0.875rem;
    margin-top: 1.25rem;
}

.small-post-list .small-post-single {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 0.75rem;
    background: -o-linear-gradient(bottom,
            rgba(255, 184, 28, 0.6) 0%,
            rgba(19, 18, 14, 0.6) 50%) no-repeat padding-box;
    background: -webkit-gradient(linear,
            left bottom, left top,
            from(rgba(255, 184, 28, 0.6)),
            color-stop(50%, rgba(19, 18, 14, 0.6))) no-repeat padding-box;
    background: linear-gradient(360deg,
            rgba(255, 184, 28, 0.6) 0%,
            rgba(19, 18, 14, 0.6) 50%) no-repeat padding-box;
    border-radius: 1.25rem;
}

.small-post-list .small-post-single:not(:last-child) {
    margin-bottom: 0.9375rem;
}

.small-post-list .small-post-single .thumb img {
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
    width: 100%;
    height: 100%;
    border-radius: 1.25rem;
}

.small-post-list .small-post-single .content .post-title a {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    margin-bottom: 0.875rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.small-post-list .small-post-single .content .post__date {
    font-size: 0.875rem;
    font-weight: 400;
    color: #ffffff;
}

@media (min-width: 48rem) {
    .small-post-list .small-post-single {
        padding: 1rem 1.1875rem 1rem 0;
        gap: 0;
        border-radius: 0rem 1.25rem 1.25rem 0rem;
        background: -o-linear-gradient(right,
                rgba(255, 184, 28, 0.6) 0%,
                rgba(19, 18, 14, 0.6) 50%) no-repeat padding-box;
        background: -webkit-gradient(linear,
                right top, left top,
                from(rgba(255, 184, 28, 0.6)),
                color-stop(50%, rgba(19, 18, 14, 0.6))) no-repeat padding-box;
        background: linear-gradient(270deg,
                rgba(255, 184, 28, 0.6) 0%,
                rgba(19, 18, 14, 0.6) 50%) no-repeat padding-box;
    }

    .small-post-list .small-post-single .thumb {
        width: 11.875rem;
        height: 8.75rem;
    }

    .small-post-list .small-post-single .content {
        width: calc(100% - 11.875rem);
        padding-left: 1.25rem;
    }

    .small-post-list .small-post-single .content .post__date {
        color: #727272;
    }
}

/* sidebar css end */

/* .header .main-menu li a:active {
    color: red;
}


body.page-trns-active::after {

} */

.cookie__wrapper {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background: #20204e;
    padding: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 10vh;
    font-size: 1.125rem;
    z-index: 99999;
}

@media only screen and (max-width: 61.9375rem) {
    .cookie__wrapper {
        padding: 1.25rem;
    }
}

.cookie__wrapper .txt {
    max-width: 45rem;
    margin-right: 1.25rem;
    font-size: 0.875rem;
}

.cookie__wrapper .txt a {
    margin-top: 0.625rem;
}

/* required */
label.required:after {
    content: "*";
    color: #dc3545 !important;
    margin-left: 0.125rem;
}

/* Modal body redesign */
.modal {
    z-index: 999999;
}

.modal .modal-dialog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: auto;
    max-width: 26.875rem;
    padding: 0.625rem;
}

.modal-backdrop.show {
    background: transparent;
    opacity: 1;
    backdrop-filter: blur(0.625rem);
    -webkit-backdrop-filter: blur(0.625rem);
}

.modal-header,
.modal-body,
.modal-footer {
    padding: 0;
    border: none;
}

.modal-header {
    margin-bottom: 0.3125rem;
}

.modal-body {
    margin-bottom: 1rem;
}

.modal-body .question {
    max-width: 12.125rem;
    margin: auto;
    text-align: center;
    line-height: 1.4375rem;
}

.modal-content {
    background: #13120E;
    -webkit-box-shadow: 0rem 0rem 0.375rem #FFB81C66;
    box-shadow: 0rem 0rem 0.375rem #FFB81C66;
    border-radius: 1rem;
    padding: 1rem 1rem 1.875rem;
}

.modal-footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.875rem;
}

@media(min-width: 48rem) {
    .modal-body {
        margin-bottom: 1.875rem;
    }

    .modal-content {
        padding-bottom: 2.5rem;
    }
}

@media screen and (min-width: 47.9375rem) {
    .form-in-width {
        max-width: 50%;
    }
}

.form-control {
    line-height: 2.2 !important;
    background-color: #131340 !important;
    color: #fff !important;
    /* border: 0.0625rem solid #20e85e !important; */
}

.list-group-item {
    font-size: 0.875rem;
    color: #ffffff;
    background-color: #13120e;
    border-bottom: 0.0625rem solid #333333;
    padding: 1.0625rem 0;
}

.card {
    background: transparent;
    border: none;
    border-radius: 0;
    margin-bottom: 1.875rem;
    max-width: 59.0625rem;
    margin: 0 auto 1.875rem;
}

.card.transaction {
    max-width: 65.625rem;
}

.card-header {
    border-bottom: 0.0625rem solid #20e85e !important;
}

.card .card-body {
    padding: 0;
}

.card .card-body form>div {
    gap: 1.25rem;
}

.card .card-body form .filter-field {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
}

.card .card-body form .trx-filter-field {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
}

.input-group.country-code-group input{
    padding-left: 80px;
}

.input-group.country-code-group span.input-group-text{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    max-height: 2.875rem;
}
@media (max-width: 61.9375rem){
    .input-group.country-code-group span.input-group-text{
        max-height: 2.625rem;
    }
}

@media (min-width: 48rem) {
    .card .card-body form .filter-field {
        -ms-flex-preferred-size: 13.75rem;
        flex-basis: 13.75rem;
        -webkit-box-flex: inherit;
        -ms-flex-positive: inherit;
        flex-grow: inherit;
    }
}

@media (min-width: 62rem) {
    .card .card-body form .trx-filter-field {
        -ms-flex-preferred-size: 15.625rem;
        flex-basis: 15.625rem;
        -webkit-box-flex: inherit;
        -ms-flex-positive: inherit;
        flex-grow: inherit;
    }
}

@media (min-width: 64rem) {
    .card .card-body form .filter-field {
        -ms-flex-preferred-size: 18.75rem;
        flex-basis: 18.75rem;
    }
}

@media (min-width: 75rem) {
    .card .card-body form .filter-field {
        -ms-flex-preferred-size: 25rem;
        flex-basis: 25rem;
    }

    .card .card-body form .trx-filter-field {
        -ms-flex-preferred-size: 18.4375rem;
        flex-basis: 18.4375rem;
    }
}

@media screen and (max-width: 767px) {
    .iziToast.iziToast-color-red{
        background: rgb(255 175 180) !important;
    }
}

.faq-page-section .faq-warp{
    max-width: 900px;
    margin: 0 auto;
}