@font-face {
    font-family: "Archivo";
    font-style: normal;
    font-weight: 100;
    font-stretch: 100%;
    font-display: swap;
    src: url(../fonts/archivo_expanded/Archivo_Expanded-Thin.ttf);
}

@font-face {
    font-family: "Archivo";
    font-style: normal;
    font-weight: 200;
    font-stretch: 100%;
    font-display: swap;
    src: url(../fonts/archivo_expanded/Archivo_Expanded-ExtraLight.ttf);
}

@font-face {
    font-family: "Archivo";
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(../fonts/archivo_expanded/Archivo_Expanded-Light.ttf);
}

@font-face {
    font-family: "Archivo";
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(../fonts/archivo_expanded/Archivo_Expanded-Regular.ttf);
}

@font-face {
    font-family: "Archivo";
    font-style: normal;
    font-weight: 500;
    font-stretch: 100%;
    font-display: swap;
    src: url(../fonts/archivo_expanded/Archivo_Expanded-Medium.ttf);
}

@font-face {
    font-family: "Archivo";
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(../fonts/archivo_expanded/Archivo_Expanded-SemiBold.ttf);
}

@font-face {
    font-family: "Archivo";
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(../fonts/archivo_expanded/Archivo_Expanded-Bold.ttf);
}

@font-face {
    font-family: "Archivo";
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(../fonts/archivo_expanded/Archivo_Expanded-ExtraBold.ttf);
}

@font-face {
    font-family: "Archivo";
    font-style: normal;
    font-weight: 900;
    font-stretch: 100%;
    font-display: swap;
    src: url(../fonts/archivo_expanded/Archivo_Expanded-Black.ttf);
}

@font-face {
    font-family: "JISAZNRegular";
    src: url("../fonts/azn/jaznr.eot");
    src: url("../fonts/azn/jaznr.eot?#iefix") format("embedded-opentype"),
        url("../fonts/azn/jaznr.woff") format("woff"),
        url("../fonts/azn/jaznr.ttf") format("truetype"),
        url("../fonts/azn/jaznr.svg#jaznr") format("svg");
    font-weight: normal;
    font-style: normal;
}

span.azn {
    font-family: "JISAZNRegular";
}

.theme-one {
    color: #ff3653 !important;
}

.theme-one-bg {
    background: #ff3653 !important;
}

.theme-two {
    color: #18d39e !important;
}

.theme-two-bg {
    background: #18d39e !important;
}

.theme-three {
    color: #0c93d2 !important;
}

.theme-three-bg {
    background: #0c93d2 !important;
}

.theme-four {
    color: #f6a200 !important;
}

.theme-four-bg {
    background: #f6a200 !important;
}

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

.gradient-one {
    background: linear-gradient(
        top,
        #fdb125 45%,
        #e07e1e 48%,
        #fcb100 85%
    ) !important;
}

.style_two_bg {
    color: #fff !important;
    padding-left: 60px;
}

.style_two_bg:focus {
    color: #fff !important;
    background: #392f69 !important;
    border: 1px solid rgba(255, 200, 39, 0.6);
    outline: 0;
    box-shadow: none;
}

.gradient-two {
    background: linear-gradient(-40deg, #37ace2 19%, #03caae 81%) !important;
}

.gradient-three {
    background: linear-gradient(
        -40deg,
        #b31da3 9%,
        #d63f87 50%,
        #f9606a 88%
    ) !important;
}

.gradient-four {
    background: linear-gradient(
        -40deg,
        #7e2afc 39%,
        #903df7 70%,
        #a250f2 88%
    ) !important;
}

/* Text Color */
.text--primary {
    color: #ff5201 !important;
}

.text--secondary {
    color: #78818a !important;
}

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

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

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

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

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

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

.text--white {
    color: #fff !important;
}

/* Btn Color */
.border--white {
    border-color: rgba(255, 255, 255, 0.15) !important;
}

.border--dark {
    border-color: rgba(31, 31, 35, 0.15) !important;
}

.border--base {
    border-color: rgba(255, 200, 39, 0.15) !important;
}

.border--primary {
    border-color: rgba(255, 82, 1, 0.15) !important;
}

.border--secondary {
    border-color: rgba(120, 129, 138, 0.15) !important;
}

.btn--outline {
    border: 1px solid #ffc827 !important;
}

.btn--border {
    border: 1px solid #ffc827 !important;
}

.btn--round {
    border-radius: 35px !important;
}

.radius-0 {
    border-radius: 0 !important;
}

.radius-5 {
    border-radius: 5px !important;
}

.radius-50 {
    border-radius: 50% !important;
}

.btn--primary {
    color: #fff !important;
    background: #ff5201 !important;
    border-color: #ff5201 !important;
}

.btn--secondary {
    color: #fff !important;
    background: #78818a !important;
    border-color: #78818a !important;
}

.btn--base {
    color: #fff !important;
    background: #ffc827 !important;
    border-color: #ffc827 !important;
}

.btn--danger {
    color: #fff !important;
    background: #ea5455 !important;
    border-color: #ea5455 !important;
}

.btn--warning {
    color: #fff !important;
    background: #ff9f43 !important;
    border-color: #ff9f43 !important;
}

.btn--info {
    color: #fff !important;
    background: #1e9ff2 !important;
    border-color: #1e9ff2 !important;
}

.btn--success {
    color: #fff !important;
    background: #28c76f !important;
    border-color: #28c76f !important;
}

.btn--dark {
    color: #fff !important;
    background: #343a40 !important;
    border-color: #343a40 !important;
}

.badge--primary {
    color: #fff !important;
    background: #ff5201 !important;
    border-color: #ff5201 !important;
}

.badge--secondary {
    color: #fff !important;
    background: #78818a !important;
    border-color: #78818a !important;
}

.badge--base {
    color: #fff !important;
    background: #ffc827 !important;
    border-color: #ffc827 !important;
}

.badge--danger {
    color: #fff !important;
    background: #ea5455 !important;
    border-color: #ea5455 !important;
}

.badge--warning {
    color: #fff !important;
    background: #ff9f43 !important;
    border-color: #ff9f43 !important;
}

.badge--info {
    color: #fff !important;
    background: #1e9ff2 !important;
    border-color: #1e9ff2 !important;
}

.badge--success {
    color: #fff !important;
    background: #28c76f !important;
    border-color: #28c76f !important;
}

.badge--dark {
    color: #fff !important;
    background: #343a40 !important;
    border-color: #343a40 !important;
}

/* Background Color */
.bg--primary {
    background: #ff5201 !important;
}

.bg--secondary {
    background: #78818a !important;
}

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

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

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

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

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

.bg--dark {
    background: #343a40 !important;
}

.bg--white {
    background: #fff !important;
}

.bg--none {
    background: transparent !important;
}

.shadow--base {
    box-shadow: 0 0 25px rgba(255, 200, 39, 0.45) !important;
}

.shadow--primary {
    box-shadow: 0 0 25px rgba(255, 82, 1, 0.35) !important;
}

.shadow--secondary {
    box-shadow: 0 3px 15px rgba(120, 129, 138, 0.45) !important;
}

.facebook {
    color: #3b5998 !important;
    border: 1px solid rgba(59, 89, 152, 0.9) !important;
}

.facebook:hover {
    background: #3b5998 !important;
    color: #fff !important;
}

.twitter {
    color: #55acee !important;
    border: 1px solid rgba(85, 172, 238, 0.9) !important;
}

.twitter:hover {
    background: #55acee !important;
    color: #fff !important;
}

.vimeo {
    color: #1ab7ea !important;
    border: 1px solid rgba(26, 183, 234, 0.9) !important;
}

.vimeo:hover {
    background: #1ab7ea !important;
    color: #fff !important;
}

.instagram {
    color: #e4405f !important;
    border: 1px solid rgba(228, 64, 95, 0.9) !important;
}

.instagram:hover {
    background: #e4405f !important;
    color: #fff !important;
}

.youtube {
    color: #cd201f !important;
    border: 1px solid rgba(205, 32, 31, 0.9) !important;
}

.youtube:hover {
    background: #cd201f !important;
    color: #fff !important;
}

.facebook-bg {
    background: #3b5998 !important;
    border-color: transparent !important;
}

.facebook-bg:hover {
    background: #3b5998 !important;
    color: #fff !important;
}

.twitter-bg {
    background: #55acee !important;
    border-color: transparent !important;
}

.twitter-bg:hover {
    background: #55acee !important;
    color: #fff !important;
}

.vimeo-bg {
    background: #1ab7ea !important;
    border-color: transparent !important;
}

.vimeo-bg:hover {
    background: #1ab7ea !important;
    color: #fff !important;
}

.instagram-bg {
    background: #e4405f !important;
    border-color: transparent !important;
}

.instagram-bg:hover {
    background: #e4405f !important;
    color: #fff !important;
}

.youtube-bg {
    background: #cd201f !important;
    border-color: transparent !important;
}

.youtube-bg:hover {
    background: #cd201f !important;
    color: #fff !important;
}

.google-bg {
    background: #dd4b39 !important;
    border-color: transparent !important;
}

.google-bg:hover {
    background: #dd4b39 !important;
    color: #fff !important;
}

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

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

html {
    scroll-behavior: smooth;
}

body {
    padding: 0;
    margin: 0;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    font-family: "Archivo", sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
    background: #23003e;
}

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

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

h1 {
    font-size: 70px;
}

h2 {
    font-size: 50px;
    margin-top: -8px;
}

h3 {
    font-size: 26px;
    margin-top: -5px;
}

h4 {
    font-size: 24px;
    margin-top: -4px;
    font-weight: 500;
}

h5 {
    font-size: 20px;
    margin-top: -3px;
    font-weight: 500;
}

h6 {
    font-size: 18px;
    margin-top: -2px;
    font-weight: 500;
}

p {
    margin: 0;
    padding: 0;
}

a {
    display: inline-block;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

a:hover {
    color: #ffc827;
}

span,
sub,
sup {
    display: inline-block;
    line-height: 1.7;
}

ul {
    margin: -7px 0;
    padding: 0;
}

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

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

.bg_fixed {
    background-attachment: fixed !important;
}

form {
    background-color: transparent;
}

.card-body form {
    background-color: #30295fde !important;
}

.dropdown-item {
    color: #fff !important;
}

.form-label {
    font-size: 15px;
    color: #fff;
}

.form--control {
    height: 50px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.17);
    outline: 0;
    box-shadow: none;
    color: #30295f;
    background: #392f69;
}

.form--control:focus {
    color: #392f69;
    background: #fff;
    border: 1px solid rgba(255, 200, 39, 0.6);
    outline: 0;
    box-shadow: none;
}

.form--control[type="file"] {
    line-height: 25px;
    padding: 12px 25px;
}

.form--control[readonly] {
    background: #ffffffd4 !important;
    color: #30295f;
}

.form--control[readonly]:focus {
    border-color: rgba(255, 255, 255, 0.17);
    color: #30295f;
}

.form--control.style-two {
    background: #fff;
    color: #30295f;
}

select.lang-select {
    border: 0;
    background-color: transparent !important;
    color: #30295f;
}

::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8) !important;
}

.h-40 {
    height: 40px !important;
}

.h-45 {
    height: 45px !important;
}

.h-50 {
    height: 50px !important;
}

textarea.form--control {
    height: 150px;
    padding-top: 10px;
}

.title,
.name,
img {
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.section-bg {
    background: #4a3d88;
}

.custom--scrollbar ::-webkit-scrollbar {
    width: 5px !important;
    height: 5px;
}

.custom--scrollbar ::-webkit-scrollbar-thumb {
    background: rgba(255, 82, 1, 0.45) !important;
    border-radius: 5px !important;
}

.nice-select {
    width: auto;
    display: flex;
    align-items: center;
    line-height: 1;
    box-shadow: 3px 3px 10px 3px rgba(255, 82, 1, 0.05);
}

.nice-select:focus {
    border-color: rgba(255, 200, 39, 0.7);
}

.nice-select .list {
    max-height: 150px;
    overflow-y: auto;
    overflow-x: auto;
}

.nice-select .list li {
    min-height: 20px;
    max-height: 35px;
    display: flex;
    align-items: center;
}

.nice-select .list li::before {
    display: none;
}

.rtl {
    direction: rtl !important;
}

.form--check {
    display: flex;
    align-items: center;
}

.form--check label {
    line-height: 1;
    padding-left: 5px;
    font-size: 15px !important;
    cursor: pointer;
}

.form--check input[type="checkbox"] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    height: 15px;
    width: 15px;
    cursor: pointer;
    background: #fff;
    border-radius: 3px;
    display: inline-block;
    position: relative;
}

.form--check input[type="checkbox"]::after {
    position: absolute;
    font-weight: 900;
    font-size: 16px;
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-size: 10px;
    color: #fff;
    visibility: hidden;
    background: #ffc827;
    line-height: 1;
    border-radius: 3px;
    width: 15px;
    height: 15px;
    left: 0;
    top: 0;
    text-align: center;
    line-height: 1.4;
}

.form--check input[type="checkbox"]:checked {
    border: none !important;
}

.form--check input[type="checkbox"]:checked::after {
    visibility: visible;
}

.custom--radio {
    display: flex;
}

.custom--radio label {
    margin-bottom: -2px;
    padding-left: 7px;
    font-size: 16px !important;
}

.custom--radio input[type="radio"] {
    appearance: none;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 15px;
    width: 15px;
    cursor: pointer;
    background: #fff;
    border: 1px solid rgba(255, 82, 1, 0.4) !important;
    border-radius: 2px;
    margin-top: 4px;
    border-radius: 2px;
}

.custom--radio input[type="radio"]:checked {
    background: transparent;
    border-color: transparent !important;
}

.custom--radio input[type="radio"]::after {
    position: absolute;
    font-weight: 900;
    font-size: 16px;
    font-family: "Line Awesome Free";
    content: "\f14a";
    font-size: 18px;
    color: #ffc827;
    visibility: hidden;
    opacity: 0;
}

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

.scrollToTop {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 9999;
    bottom: 30px;
    right: 30px;
    font-size: 20px;
    position: fixed;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
    background: #ffc827;
    border-radius: 3px;
}

.scrollToTop:hover {
    color: #fff;
}

.scrollToTop.active {
    transform: translateY(0);
    animation: bounceInDown 2s;
}

.scrollToTop i {
    transform: rotate(-45deg);
}

i {
    line-height: 1;
}

@media (min-width: 1200px) {
    .padding-top {
        padding-top: 130px;
    }

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

@media (max-width: 1199px) {
    h2 {
        font-size: 52px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 16px;
    }

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

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

@media (max-width: 991px) {
    h3 {
        font-size: 22px;
    }

    h5 {
        font-size: 17px;
    }

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

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

@media (max-width: 767px) {
    h2 {
        font-size: 42px;
    }

    h4 {
        font-size: 20px;
    }

    h6 {
        font-size: 15px;
    }

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

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

@media (max-width: 575px) {
    h2 {
        font-size: 36px;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 17px;
    }

    h6 {
        font-size: 15px;
    }

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

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

    .container,
    .container-fluid {
        max-width: 460px !important;
    }

    p {
        font-size: 15px;
    }
}

.btn,
.cmn--btn {
    color: #1f1f23;
    padding: 12px 35px;
    font-size: 19px;
    font-weight: 500;
    font-family: "Archivo", sans-serif;
    cursor: pointer;
    outline: none;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    border-radius: 10px;
    z-index: 1;
    border: 0;
}

@media (max-width: 1199px) {
    .btn,
    .cmn--btn {
        font-size: 18px;
    }
}

.btn:hover,
.cmn--btn:hover {
    color: #fff;
    background-color: transparent;
    background: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.69) 0%,
            rgba(255, 255, 255, 0) 100%
        ),
        #6b379f;
    box-shadow: none;
}

.btn.btn--lg,
.cmn--btn.btn--lg {
    padding: 13px 35px !important;
    font-size: 24px;
}

@media (max-width: 991px) {
    .btn.btn--lg,
    .cmn--btn.btn--lg {
        font-size: 22px;
    }
}

@media (max-width: 575px) {
    .btn.btn--lg,
    .cmn--btn.btn--lg {
        font-size: 20px;
    }
}

.btn.btn--md,
.cmn--btn.btn--md {
    padding: 10px 15px !important;
    font-size: 12px;
}

.btn.btn--sm,
.cmn--btn.btn--sm {
    padding: 5px 15px !important;
    font-size: 14px;
}

.btn.btn--xs,
.cmn--btn.btn--xs {
    padding: 0px 10px !important;
    font-size: 13px;
}

.cmn--btn {
    position: relative;
    overflow: hidden;
}

.cmn--btn::before,
.cmn--btn::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
    top: 0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.cmn--btn::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    top: -5px;
    background: #ffc827;
}

.cmn--btn:hover::before,
.cmn--btn.active::before {
    top: -100%;
}

.video-button {
    width: 75px;
    height: 75px;
    z-index: 1;
    border-radius: 50%;
    position: relative;
    background: linear-gradient(0deg, #ff9c19 40%, #ffdd2d 110%);
    background-image: -moz-linear-gradient(123deg, #300c7a 0%, #780774 100%);
}

@media (max-width: 1199px) {
    .video-button {
        width: 65px;
        height: 65px;
    }
}

@media (max-width: 450px) {
    .video-button {
        width: 60px;
        height: 60px;
    }
}

.video-button::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    animation: play-button 2s linear infinite;
}

.video-button::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    animation: play-button 1.8s linear infinite;
    animation-delay: 0.5s;
}

.video-button i {
    font-size: 24px;
    color: #fff;
    z-index: 1;
}

@media (max-width: 1199px) {
    .video-button i {
        font-size: 20px;
    }
}

.overlay {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    min-height: 100%;
    background: transparent;
    z-index: -111;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 80%;
    mix-blend-mode: lighten;
}

@media (min-width: 1024px) {
    .overlay {
        background: none;
    }
}

.page-wrapper_bg_1 {
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 40%;
    margin-top: 59px;
    margin-bottom: 50px;
}

.page-wrapper_bg_2 {
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 40%;
    margin-top: 59px;
    margin-bottom: 50px;
}

.page-wrapper_bg_3 {
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 40%;
    margin-top: 59px;
    margin-bottom: 50px;
}

.page-wrapper_bg_4 {
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 40%;
    margin-top: 59px;
    margin-bottom: 50px;
}

.page-wrapper_bg_5 {
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 40%;
    margin-top: 59px;
    margin-bottom: 50px;
}

.overlay.active {
    z-index: 11;
}

.overlay.overlay-color {
    background: rgba(31, 31, 35, 0.4);
    z-index: 11;
}

.header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 11;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    border-bottom: 0px solid transparent;
    background: #380d59;
    height: 59px;
}

.header.sticky {
    background: #380d59;
    position: fixed;
    top: 0;
    border-bottom: 0px solid rgba(255, 200, 39, 0.1);
}

.header-bottom {
    width: 100%;
    padding: 8px 0;
}

@media (max-width: 991px) {
    .header-bottom {
        padding: 8px 0;
    }
}

.header-bottom-area {
    justify-content: space-between;
}

@media (max-width: 991px) {
    .header-bottom-area {
        justify-content: space-between;
    }
}

.logo img {
    max-width: 100%;
    max-height: 100%;
    width: 56px;
}

@media (max-width: 1199px) {
    .logo img {
        max-width: 56px;
    }
}

@media (max-width: 767px) {
    .logo img {
        max-width: 56px;
    }
}

@media (max-width: 575px) {
    .logo img {
        max-width: 56px;
        max-height: 100%;
    }

    .page-wrapper_bg_1,
    .page-wrapper_bg_2,
    .page-wrapper_bg_3,
    .page-wrapper_bg_4,
    .page-wrapper_bg_5 {
        margin-top: 56px;
        margin-bottom: 15px;
    }
}

.menu2 form {
    background: transparent !important;
}
.menu2 {
    align-items: center;
    margin: 0;
    position: relative;
}

.menu2 > .has-sub-menu {
    margin-right: 20px;
}

@media (max-width: 1199px) {
    .menu2 > .has-sub-menu {
        margin-right: 18px;
    }
}

@media (min-width: 992px) {
    .menu2 > .has-sub-menu.open .sub-menu {
        display: block !important;
    }
}

.menu2 .sub-menu li {
    width: 100%;
}

@media (min-width: 992px) {
    .menu2 .sub-menu {
        display: block !important;
    }
}

.menu2 li {
    position: relative;
}

.menu2 li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.menu2 li.has-sub-menu > a {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.menu2 li.has-sub-menu > a::after {
    position: absolute;
    font-weight: 900;
    font-size: 16px;
    font-family: "Line Awesome Free";
    content: "\f107";
    right: 0;
    top: 50%;
    transform: translate(8px, -50%);
    font-size: 14px;
}

.menu2 li a {
    display: block;
    font-size: 12px;
    padding: 4px 10px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Archivo", sans-serif;
    position: relative;
}

.menu2 li a:focus,
.menu2 li a:hover {
    color: #fff;
    /* background-color: transparent; */
    background: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.69) 0%,
            rgba(255, 255, 255, 0) 100%
        ),
        #6b379f;
    box-shadow: none;
}

.menu2 li a .badge {
    position: absolute;
    font-weight: 600;
    top: -12px;
    right: -8px;
    font-size: 9px;
    color: #1f1f23 !important;
    border-radius: 3px 3px 3px 0;
    line-height: 0.93;
    padding: 4px 5px 2px;
    z-index: 1;
}

.menu2 li a .badge::before {
    position: absolute;
    content: "";
    top: calc(100% - 1px);
    left: 0;
    background: #ffc827;
    width: 8px;
    height: 5px;
    clip-path: polygon(0 100%, 0 0, 100% 0);
}

.menu2 .btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
}

@media (max-width: 1399px) {
    .menu2 li a {
        font-size: 12px;
        padding: 4px 10px;
    }
}

@media (max-width: 991px) {
    .menu2 li a {
        font-size: 12px;
        padding: 4px 10px;
        height: 27px;
        line-height: 18px;
    }

    .page-wrapper_bg_2 {
        margin-top: 56px;
        margin-bottom: 0px;
    }
}

@media (min-width: 992px) {
    .sub-menu {
        position: absolute;
        top: 100%;
        right: 0px;
        opacity: 0;
        visibility: hidden;
        min-width: 230px;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        transition: all ease 0.3s;
        transform: translateY(15px);
        box-shadow: 0 3px 12px 3px rgba(255, 82, 1, 0.1);
        overflow: hidden;
        z-index: 11;
        background: #392f69;
        border: 2px solid rgba(255, 200, 39, 0.4);
        padding: 10px;
    }

    .sub-menu li {
        padding: 0;
    }

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

    .sub-menu li a {
        font-size: 14px;
        color: #fff;
        padding: 7px 15px;
        display: block;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-line-clamp: 1;
    }

    .sub-menu li a:hover {
        padding-left: 20px;
        background: #ffc827;
        color: #1f1f23;
    }

    .sub-menu:hover {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }

    .sub-menu .sub-menu {
        visibility: hidden;
        opacity: 0;
        top: 5px;
        left: -100%;
        transform: translateY(20px);
    }

    .sub-menu.has-sub-menu > a::after {
        transform: translate(-20px, -50%);
    }
}

@media (max-width: 991px) {
    .menu2 > li:nth-last-child(1) {
        border-bottom: none;
    }

    .menu2 > li:nth-last-child(2) {
        border-bottom: none;
    }

    .menu2 > li:nth-last-child(3) {
        border-bottom: none;
    }

    /* .menu2 {
        position: absolute;
        top: 0;
        left: 0;
        padding: 50px 30px 50px;
        max-height: calc(100vh - 50px);
        min-width: 200px;
        width: 100%;
        visibility: hidden;
        transform-origin: top;
        transform: translateY(-100px) scaleY(0.6);
        opacity: 0;
        overflow-y: auto;
        -webkit-transition: all ease .3s;
        -moz-transition: all ease .3s;
        transition: all ease .3s;
    } */

    /* .menu2.active {
        background: #4a3d88;
        opacity: 1;
        transform: translateY(0) scaleY(1);
        visibility: visible;
        z-index: 9999;
        top: 0px;
    } */

    .menu2.active .cmn--btn {
        border-color: #fff;
    }

    .menu2 .has-sub-menu {
        margin-right: 0;
    }

    .menu2 .sub-menu {
        background: #4a3d88;
    }

    .menu2 .has-sub-menu > a::after {
        transform: translate(-20px, -50%) !important;
    }

    .menu2 li {
        padding: 3px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .menu2 li:nth-last-child(1) {
        border-bottom: none;
    }

    .menu2 li.has-sub-menu a::after {
        transform: translate(-20px, -50%) !important;
    }

    .sub-menu {
        display: none;
        padding-left: 25px;
        background: #fff;
    }
}

.header-trigger {
    cursor: pointer;
    margin-top: -10px;
}

.header-trigger.active span {
    background: none !important;
}

.header-trigger.active span::before {
    transform: rotate(-45deg) translate(-11px, 0px);
    background: #fff;
}

.header-trigger.active span::after {
    transform: rotate(45deg) translate(-11px, 0px);
    background: #fff;
}

.header-trigger span {
    width: 25px;
    height: 2px;
    background: #fff;
    position: relative;
    transition: all ease 0.3s;
}

.header-trigger span::after,
.header-trigger span::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    background: #fff;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.header-trigger span::after {
    bottom: -8px;
}

.header-trigger span::before {
    top: -8px;
}

.banner-section {
    padding: 160px 0 80px;
    position: relative;
}

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

.banner-section::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #4a3d88;
    opacity: 0.75;
}

.banner-section .container {
    position: relative;
    z-index: 1;
}

.banner-content {
    max-width: 700px;
    position: relative;
}

@media (max-width: 1399px) {
    .banner-content {
        max-width: 650px;
    }
}

@media (max-width: 1199px) {
    .banner-content {
        max-width: 550px;
    }
}

@media (max-width: 991px) {
    .banner-content {
        max-width: 100%;
        text-align: center;
    }
}

.banner-content .shape1 {
    position: absolute;
    top: -100px;
    left: -150px;
    max-width: 250px;
    opacity: 0.25;
    z-index: -1;
}

.banner-content__title {
    margin-bottom: 15px;
}

@media (max-width: 1399px) {
    .banner-content__title {
        font-size: 62px;
    }
}

@media (max-width: 1199px) {
    .banner-content__title {
        font-size: 56px;
    }
}

@media (max-width: 767px) {
    .banner-content__title {
        font-size: 46px;
    }
}

@media (max-width: 450px) {
    .banner-content__title {
        font-size: 32px;
    }
}

.banner-content__title span {
    text-shadow: 3px -4px 8px rgba(255, 200, 39, 0.3);
}

.banner-content__subtitle {
    font-size: 22px;
    max-width: 550px;
}

@media (max-width: 1199px) {
    .banner-content__subtitle {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .banner-content__subtitle {
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .banner-content__subtitle {
        font-size: 20px;
    }
}

@media (max-width: 450px) {
    .banner-content__subtitle {
        font-size: 18px;
    }
}

.banner-content .button-wrapper {
    margin: -5px -10px;
    margin-top: 50px;
}

@media (max-width: 767px) {
    .banner-content .button-wrapper {
        margin-top: 40px;
    }
}

.banner-content .button-wrapper .cmn--btn {
    margin: 5px 10px;
}

.banner-content .button-wrapper .cmn--btn i {
    font-size: 22px;
    line-height: 1;
    transform: translateY(2px);
}

.banner-thumb {
    max-width: 400px;
}

@media (max-width: 1399px) {
    .banner-thumb {
        max-height: 600px;
    }
}

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

@media (max-width: 991px) {
    .banner-thumb {
        max-width: 100%;
        margin-top: 50px;
    }

    .banner-thumb img {
        width: 100%;
    }
}

@media (max-width: 450px) {
    .banner-thumb {
        margin-top: 30px;
    }
}

.inner-banner {
    padding: 170px 0 110px;
    position: relative;
}

@media (max-width: 1199px) {
    .inner-banner {
        padding-top: 160px;
    }
}

@media (max-width: 991px) {
    .inner-banner {
        padding-top: 140px;
        padding-bottom: 80px;
    }
}

@media (max-width: 575px) {
    .inner-banner {
        padding-top: 120px;
        padding-bottom: 70px;
    }
}

.inner-banner::before {
    opacity: 0.75 !important;
}

.inner-banner .container {
    position: relative;
}

.breadcrumbs {
    margin: 0;
    font-size: 18px;
    font-weight: 300;
}

.breadcrumbs li {
    padding: 3px 10px;
}

.breadcrumbs li a {
    position: relative;
    padding-right: 35px;
}

.breadcrumbs li a::before {
    position: absolute;
    font-weight: 900;
    font-size: 16px;
    font-family: "Font Awesome 5 Free";
    content: "\f30b";
    font-size: 18px;
    right: 0;
    top: 2px;
    color: #fff;
}

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

    .table--responsive--md tbody tr {
        display: block;
    }

    .table--responsive--md tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.17);
    }
}

@media (max-width: 767px) and (max-width: 991px) {
    .table--responsive--md tbody tr td {
        font-size: 14px !important;
    }
}

@media (max-width: 767px) {
    .table--responsive--md tbody tr td:last-child {
        border: none;
    }

    .table--responsive--md tbody tr td::before {
        content: attr(data-label);
        font-family: "Archivo", sans-serif;
        font-size: 16px;
        color: #fff;
        font-weight: 500;
    }
}

@media (max-width: 767px) and (max-width: 575px) {
    .table--responsive--md tbody tr td::before {
        font-size: 15px;
    }
}

@media (max-width: 991px) {
    .table--responsive--lg thead {
        display: none;
    }

    .table--responsive--lg tbody tr {
        display: block;
    }

    .table--responsive--lg tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.17);
    }
}

@media (max-width: 991px) and (max-width: 991px) {
    .table--responsive--lg tbody tr td {
        font-size: 14px !important;
    }
}

@media (max-width: 991px) {
    .table--responsive--lg tbody tr td:last-child {
        border: none;
    }

    .table--responsive--lg tbody tr td::before {
        content: attr(data-label);
        font-family: "Archivo", sans-serif;
        font-size: 16px;
        color: #fff;
        font-weight: 500;
    }
}

@media (max-width: 991px) and (max-width: 575px) {
    .table--responsive--lg tbody tr td::before {
        font-size: 15px;
    }
}

@media (max-width: 1199px) {
    .table--responsive--xl thead {
        display: none;
    }

    .table--responsive--xl tbody tr {
        display: block;
    }

    .table--responsive--xl tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.17);
    }
}

@media (max-width: 1199px) and (max-width: 991px) {
    .table--responsive--xl tbody tr td {
        font-size: 14px !important;
    }
}

@media (max-width: 1199px) {
    .table--responsive--xl tbody tr td:last-child {
        border: none;
    }

    .table--responsive--xl tbody tr td::before {
        content: attr(data-label);
        font-family: "Archivo", sans-serif;
        font-size: 16px;
        color: #fff;
        font-weight: 500;
    }
}

@media (max-width: 1199px) and (max-width: 575px) {
    .table--responsive--xl tbody tr td::before {
        font-size: 15px;
    }
}

.table {
    margin: 0;
    border: none;
    width: 100%;
    border-collapse: collapse;
}

.table thead tr th {
    padding: 10px 15px;
    font-family: "Archivo", sans-serif;
    color: #fff;
    border: none;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 0.17);
}

.table tbody {
    font-size: 15px;
}

.table tbody tr:nth-child(odd) {
    background: #4a3d88;
}

.table tbody tr td {
    color: #fff;
    vertical-align: middle;
    padding: 10px 15px;
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.17);
}

.custom--card {
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 5px;
    background: #392f69;
}

.custom--card .card--header,
.custom--card .card--footer {
    background: #4a3d88;
    color: #1f1f23;
    text-align: center;
}

.custom--card .card--header .card-title,
.custom--card .card--footer .card-title {
    color: #fff;
    margin: 0;
}

.custom--card.card--primary .card--header,
.custom--card.card--primary .card--footer {
    background: #ff5201;
}

.custom--card.card--base .card--header,
.custom--card.card--base .card--footer {
    background: #ffc827;
}

.custom--card .card--header,
.custom--card .card--footer {
    padding: 15px 25px;
    border-color: rgba(255, 255, 255, 0.17) !important;
}

@media (max-width: 575px) {
    .custom--card .card--header,
    .custom--card .card--footer {
        padding: 10px 20px;
    }
}

@media (max-width: 575px) {
    .custom--card .card--header,
    .custom--card .card--footer {
        padding: 8px 15px;
    }
}

.custom--card .card--body {
    padding: 25px;
}

@media (max-width: 575px) {
    .custom--card .card--body {
        padding: 20px;
    }
}

@media (max-width: 450px) {
    .custom--card .card--body {
        padding: 15px;
    }
}

.custom--card.card--lg .card--header,
.custom--card.card--lg .card--footer {
    padding: 20px 35px;
}

@media (max-width: 767px) {
    .custom--card.card--lg .card--header,
    .custom--card.card--lg .card--footer {
        padding: 15px 25px;
    }
}

@media (max-width: 575px) {
    .custom--card.card--lg .card--header,
    .custom--card.card--lg .card--footer {
        padding: 10px 20px;
    }
}

@media (max-width: 450px) {
    .custom--card.card--lg .card--header,
    .custom--card.card--lg .card--footer {
        padding: 8px 15px;
    }
}

.custom--card.card--lg .card--body {
    padding: 35px;
}

@media (max-width: 767px) {
    .custom--card.card--lg .card--body {
        padding: 25px;
    }
}

@media (max-width: 575px) {
    .custom--card.card--lg .card--body {
        padding: 20px;
    }
}

@media (max-width: 450px) {
    .custom--card.card--lg .card--body {
        padding: 15px;
    }
}

.custom--card.card--md .card--header,
.custom--card.card--md .card--footer {
    padding: 10px 20px;
}

.custom--card.card--md .card--body {
    padding: 20px 20px;
}

.badge {
    color: #fff;
    border-radius: 5px;
    line-height: 1;
    margin: 10px 0 0 12px;
    background-color: #ff1493 !important;
    padding: 3px 10px;
    font-size: 10px;
}

.badge:hover {
    color: #fff;
}

.badge.badge--sm {
    padding: 3px 10px;
    font-size: 12px;
}

.badge.badge--xs {
    padding: 2px 8px;
    font-size: 11px;
}

.badge.badge--lg {
    padding: 7px 15px;
    font-size: 15px;
}

.badge.badge--cap {
    border-radius: 15px;
    padding: 5px 15px;
}

.badge.badge--round {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 7px;
    line-height: 0.75;
    font-size: 14px;
    font-weight: 500;
}

.custom--modal .modal--footer,
.custom--modal .modal--body,
.custom--modal .modal--header {
    border-color: rgba(255, 255, 255, 0.17);
    background: #4a3d88;
    border-color: rgba(255, 255, 255, 0.17) !important;
}

.custom--modal .modal--footer .modal-title,
.custom--modal .modal--header .modal-title {
    margin: 0;
    color: #fff;
}

.custom--modal .modal--footer .btn-close,
.custom--modal .modal--header .btn-close {
    background: transparent;
    font-size: 20px;
    line-height: 1;
    color: #ea5455;
    opacity: 1;
}

.custom--modal .modal-content {
    border: none;
    color: #fff;
    background: #380d59;
}

.footer-section {
    position: relative;
    padding: 40px 0 35px;
}

.footer-section .shape1 {
    position: absolute;
    max-width: 220px;
    right: 0;
    bottom: 0;
}

@media (max-width: 1700px) {
    .footer-section .shape1 {
        max-width: 150px;
    }
}

@media (max-width: 1199px) {
    .footer-section .shape1 {
        display: none;
    }
}

.footer-section::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #4a3d88;
    opacity: 0.9;
}

.footer-section .container {
    position: relative;
    z-index: 1;
}

.footer-links li {
    padding: 3px 10px;
}

.footer-links li a {
    color: #fff;
}

.footer-links li a:hover {
    color: #ffc827;
}

.social-links li {
    padding: 5px !important;
}

.social-links li a {
    border: 0 !important;
}

.footer-bottom {
    padding-top: 25px;
    margin-top: 20px;
    border-top: 1px solid rgba(255, 200, 39, 0.1);
    position: relative;
}

.pagination {
    margin: 0;
    margin-top: 55px;
    justify-content: center;
}

@media (max-width: 575px) {
    .pagination {
        margin-top: 30px;
    }
}

.pagination .page-item {
    text-align: center;
    padding: 3px;
}

.pagination .page-item a,
.pagination .page-item span {
    font-weight: 600;
    width: 45px;
    height: 45px;
    color: #ffc827;
    line-height: 45px;
    padding: 0;
    border-radius: 50% !important;
    border-color: rgba(255, 200, 39, 0.1);
    background: #392f69;
    box-shadow: none;
    outline: 0;
}

.pagination .page-item span {
    border: none;
}

.pagination .page-item.active span,
.pagination .page-item.active a,
.pagination .page-item:hover span,
.pagination .page-item:hover a {
    background: #ffc827;
    color: #1f1f23;
    border-color: #ffc827;
}

.pagination .page-item.disabled {
    cursor: no-drop !important;
}

.pagination .page-item.disabled span,
.pagination .page-item.disabled a {
    background: rgba(255, 255, 255, 0.05);
    border: none;
    color: #fff;
}

.account-section {
    min-height: 100vh;
    overflow-y: auto;
    margin-bottom: 50px;
}

.account__main__wrapper {
    display: flex;
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (max-width: 991px) {
    .account__main__wrapper {
        flex-wrap: wrap;
    }
}

.account__form__wrapper {
    text-align: center;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    padding: 100px 60px;
    border-radius: 25px;
    overflow-y: auto;
    position: relative;
    background: rgba(53, 11, 45, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.17);
    backdrop-filter: blur(15px);
}

@media (max-width: 767px) {
    .account__form__wrapper {
        padding: 60px 0;
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 575px) {
    .account__form__wrapper {
        padding: 40px 0;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 450px) {
    .account__form__wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.account__form__wrapper .logo {
    margin-bottom: 50px;
    position: relative;
}

@media (max-width: 450px) {
    .account__form__wrapper .logo {
        margin-bottom: 40px;
    }
}

.account__form__wrapper .logo img {
    max-width: 170px;
}

.account__form__wrapper.sign-up {
    padding-left: 50px;
    padding-right: 50px;
    max-width: 700px;
    width: 100%;
}

@media (max-width: 1199px) {
    .account__form__wrapper.sign-up {
        padding: 50px 30px;
    }
}

@media (max-width: 767px) {
    .account__form__wrapper.sign-up {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 575px) {
    .account__form__wrapper.sign-up {
        padding: 40px 30px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 450px) {
    .account__form__wrapper.sign-up {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.account__form {
    position: relative;
}

.account__form .cmn--btn,
.account__form .btn {
    padding: 10px 25px;
}

.account__form .forgot-pass {
    font-size: 14px;
}

.account__content__wrapper {
    padding-top: 0px;
    display: flex;
    align-items: center;
    width: calc(100% - 40%);
    position: relative;
}

@media (max-width: 991px) {
    .account__content__wrapper {
        width: calc(100%);
    }
}

.account__content__wrapper .content {
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    padding: 0px 30px;
}

@media (max-width: 575px) {
    .account__content__wrapper .content {
        padding: 0 15px;
    }
}

.account__content__wrapper .content .title {
    font-size: 32px;
}

@media (max-width: 450px) {
    .account__content__wrapper .content .title {
        font-size: 26px;
    }
}

.form--control.style--two style_two_bg {
    padding-left: 65px;
    background: transparent;
}

select.form--control {
    color: rgba(255, 255, 255, 0.8);
}

select.form--control option {
    color: rgba(255, 255, 255, 0.8);
    background: #392f69;
}

select.form--control option:hover {
    color: #1f1f23 !important;
}

.input-group-text {
    border-color: rgba(255, 255, 255, 0.17);
    background: linear-gradient(0deg, #ff9c19 40%, #ffdd2d 100%);
    color: #fff;
    border-right: none;
}

.input-group-text.style--two style_two_bg {
    position: relative;
}

.input-group-text.style--two style_two_bg::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background: rgba(255, 200, 39, 0.1);
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    clip-path: polygon(0 0, 0 100%, 42% 50%);
}

.input-group .form--control {
    padding-left: 20px;
}

.input-group .form--control.style--two style_two_bg {
    border-left: 0;
}

.form-group {
    position: relative;
}

.input-pre-icon {
    position: absolute;
    left: 1px;
    top: 1px;
    bottom: 1px;
    border-radius: 5px 0 0 5px;
    color: #ffc827;
    padding: 10px 15px;
    background: #392f69;
    background: rgba(255, 200, 39, 0.1);
    width: 46px;
    height: 48px;
}

.input-pre-icon::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background: rgba(255, 200, 39, 0.1);
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    clip-path: polygon(0 0, 0 100%, 42% 50%);
}

.contact-wrapper {
    padding: 60px 40px;
    position: relative;
    overflow: hidden;
}

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

.contact-wrapper::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    left: 300px;
    background: #4a3d88;
}

@media (max-width: 767px) {
    .contact-wrapper::before {
        display: none;
    }
}

.contact-form {
    position: relative;
    z-index: 1;
}

.contact-wrapper {
    position: relative;
}

.contact-info {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.contact-info-wrapper {
    padding: 60px 40px;
    border: 1px solid rgba(255, 200, 39, 0.3);
    background: #392f69;
    position: relative;
    z-index: 1;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .contact-info-wrapper {
        padding: 40px 25px;
    }
}

@media (max-width: 1199px) and (max-width: 575px) {
    .contact-info-wrapper {
        padding: 40px 25px;
    }
}

@media (max-width: 1199px) and (max-width: 450px) {
    .contact-info-wrapper {
        padding: 30px 15px;
    }
}

.contact-info-list {
    font-size: 17px;
}

@media (max-width: 575px) {
    .contact-info-list {
        font-size: 16px;
    }
}

.contact-info-list li {
    display: flex;
    padding: 10px 0;
}

.contact-info-list li i {
    color: #ffc827;
    font-size: 24px;
    margin-right: 5px;
    margin-top: 5px;
}

.dashboard__card {
    background: #392f69;
    padding: 30px;
    border-radius: 10px;
    justify-content: space-between;
    position: relative;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.dashboard__card::before {
    position: absolute;
    content: "";
    left: -2px;
    right: -2px;
    bottom: -2px;
    top: -2px;
    background: linear-gradient(0deg, #ff9c19 40%, #ffdd2d 110%);
    border-radius: 10px;
    z-index: -1;
    opacity: 0.8;
}

@media (max-width: 1399px) and (min-width: 1200px) {
    .dashboard__card {
        padding: 25px;
    }
}

.dashboard__card-content .price {
    font-family: "Archivo", sans-serif;
    font-size: 36px;
    color: #fff;
}

@media (max-width: 1399px) {
    .dashboard__card-content .price {
        font-size: 32px;
    }
}

.dashboard__card-content .info {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
}

@media (max-width: 1399px) and (min-width: 1200px) {
    .dashboard__card-content .info {
        font-size: 13px;
    }
}

.dashboard__card-icon {
    color: #fff;
    background: linear-gradient(0deg, #ff9c19 40%, #ffdd2d 110%);
    font-size: 36px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

@media (max-width: 1399px) and (min-width: 992px) {
    .dashboard__card-icon {
        width: 65px;
        height: 65px;
        font-size: 24px;
    }
}

@media (max-width: 1399px) and (max-width: 450px) {
    .dashboard__card-icon {
        width: 65px;
        height: 65px;
        font-size: 24px;
    }
}

.dashboard__card .view-btn {
    margin-top: 17px;
    padding: 2px 12px;
    border-radius: 5px;
    color: #1f1f23;
    background: linear-gradient(0deg, #ff9c19 40%, #ffdd2d 110%);
    font-size: 13px;
    font-weight: 500;
}

.method-card {
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 10px;
    background: #4a3d88;
}

.method-card-info {
    font-size: 14px;
    margin: 0;
}

.method-card-info li {
    padding: 5px 0;
}

.deposit-group {
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    font-size: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.deposit-group .title {
    font-size: 17px;
    font-weight: 500;
}

.custom--card {
    border-radius: 10px;
    overflow: hidden;
}

.profile__thumb__edit {
    max-width: 450px;
    margin: 0 auto;
}

@media (max-width: 450px) {
    .profile__thumb__edit {
        padding: 25px 15px;
    }
}

@media (min-width: 1400px) {
    .profile__thumb__edit {
        margin-right: 15px;
    }
}

.profile__thumb__edit .thumb {
    max-width: 300px;
    width: 100%;
    height: 320px;
    margin: 0 auto;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 25px;
}

.profile__thumb__edit .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.copybtn {
    font-size: 20px !important;
    padding: 0 18px !important;
    line-height: 45px;
}

.ticket-box {
    background: #392f69;
    border-radius: 10px;
}

@media (max-width: 991px) {
    .ticket-box .btn,
    .ticket-box .cmn--btn {
        padding: 10px 20px;
        font-size: 16px;
    }
}

.reset-header .icon {
    width: 75px;
    height: 75px;
    margin: 0 auto 15px;
    background: linear-gradient(0deg, #ff9c19 40%, #ffdd2d 110%);
    font-size: 30px;
    border-radius: 50%;
    color: #1f1f23;
}

.dashboard-sidebar {
    background: #4a3d88;
    position: relative;
}

.dashboard-sidebar .close-dashboard {
    font-size: 42px;
    right: 10px;
    top: 10px;
    position: absolute;
    cursor: pointer;
}

@media (max-width: 991px) {
    .dashboard-sidebar {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999;
        height: 100vh;
        overflow-y: auto;
        max-width: 300px;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        transform: translateX(-100px);
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }

    .dashboard-sidebar.active {
        opacity: 1;
        visibility: visible;
        transform: translateX(0px);
    }
}

@media (max-width: 991px) {
    .user-dashboard {
        padding-top: 0 !important;
    }
}

.user-toggler-wrapper {
    width: 100%;
    padding: 10px 25px;
    background: linear-gradient(0deg, #ff9c19 40%, #ffdd2d 110%);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
}

.user-toggler-wrapper .title {
    color: #1f1f23;
}

@media (max-width: 767px) {
    .user-toggler-wrapper .title {
        font-size: 18px !important;
    }
}

.user-toggler-wrapper .user-toggler {
    line-height: 1;
    border-radius: 50%;
    overflow: hidden;
    font-size: 36px;
    color: #1f1f23;
}

@media (max-width: 575px) {
    .user-toggler-wrapper .user-toggler {
        font-size: 36px;
    }
}

.dashboard-user {
    text-align: center;
    padding: 25px;
    padding-bottom: 35px;
    padding-top: 60px;
}

@media (max-width: 1199px) {
    .dashboard-user {
        padding-top: 40px;
    }
}

.dashboard-user .user-thumb {
    width: 100px;
    height: 100px;
    margin: 0 auto 15px;
    border-radius: 50%;
    border: 2px solid #ffc827;
    overflow: hidden;
}

.dashboard-user .user-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dashboard-user .user-content span {
    margin-bottom: 5px;
}

.dashboard-user .user-content .name {
    margin-bottom: 15px;
}

.dashboard-user .user-content .user-option {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.dashboard-user .user-content .user-option li a {
    width: 40px;
    height: 40px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(0deg, #ff9c19 40%, #ffdd2d 110%);
    margin: 5px;
    border-radius: 50%;
}

.user-dashboard-tab {
    margin: 0;
    font-size: 17px;
}

.user-dashboard-tab li {
    padding: 0;
    border-bottom: 1px dashed rgba(255, 200, 39, 0.15);
}

.user-dashboard-tab li a {
    padding: 10px 40px;
    display: block;
}

@media (max-width: 1199px) {
    .user-dashboard-tab li a {
        padding: 7px 20px;
        font-size: 16px;
    }
}

.user-dashboard-tab li a:hover,
.user-dashboard-tab li a.active {
    background: #ffc827;
    color: #1f1f23;
}

.user-dashboard-tab li:last-child {
    border: none;
}

.shape {
    position: absolute;
}

.bg_img {
    position: relative;
}

.bg_img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /* background: #4a3d88;
    opacity: 0.9; */
}

.bg_img .container {
    position: relative;
}

.about-section {
    position: relative;
}

.about-section .shape1 {
    top: 30px;
    opacity: 0.1;
    left: 50px;
    max-width: 300px;
    z-index: -1;
}

@media (max-width: 991px) {
    .section-thumb {
        max-width: 100%;
        margin: 0;
        margin-top: 50px;
    }

    .section-thumb img {
        width: 100%;
    }
}

@media (max-width: 450px) {
    .section-thumb {
        margin-top: 40px;
    }
}

.top_game_box {
    background-image: url(./../images/game/top_game_bg.png),
        linear-gradient(180deg, #1c1442 0%, #151442 51.56%, #261e58 100%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 14px;
    border: 2px solid #ff1493;
}

.provider_name_color {
    color: #ff1493;
}

.top_game_img img {
    border-radius: 0 14px 14px 0;
    mix-blend-mode: lighten;
}

.provider_img {
    border-radius: 5px;
    opacity: 1;
    cursor: pointer;
    padding: 5px 12px;
    background: #380d59;
    border: 1px solid #380d59;
    transition: border-color 0.5s ease;
}

.provider_img_footer {
    border-radius: 0px;
    opacity: 1;
    cursor: pointer;
    padding: 0px;
    background: transparent;
    border: 0px;
    transition: border-color 0.5s ease;
}

.provider_img:hover,
.provider_img:focus {
    border: 1px solid #fff;
}

.selected-provider {
    border: 1px solid #fff;
}

.top_game_box h4.title {
    text-align: left;
    padding: 15px 10px 0 10px;
    min-height: 50px;
    font-size: 16px;
    margin-bottom: 0px;
}

.top_game_box a {
    height: 40px;
    line-height: 20px;
    text-transform: uppercase;
    border-radius: 10px;
    margin-left: 10px;
    width: 100%;
    max-width: 100px;
    text-align: center;
}

.game-item {
    text-align: center;
    padding: 0px;
    border-radius: 5px;
    background: linear-gradient(
        180deg,
        #392f69 0%,
        #2b2961 51.56%,
        #261e58 100%
    );
    position: relative;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    overflow: hidden;
    z-index: 1;
}

.game-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;

    border-radius: 10px;
    z-index: -1;
    overflow: hidden;
}

@media (max-width: 1399px) {
    .game-item {
        padding: 0;
    }
}

.game-item .ball {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    transform: rotate(45deg);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.game-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #392f69;
    opacity: 0.9;
}

.game-item:hover .ball {
    width: 45px;
    height: 45px;
}

.game-item .game-inner {
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.game-item__thumb {
    width: 100%;
    margin: 0 auto 0px;
    border: 0;
    border-radius: 7px;
    background: #261e58;
    padding: 0px;
}

@media (max-width: 1399px) {
    .game-item__thumb {
        height: 103px;
    }
}

@media (max-width: 767px) {
    /* for mobile */
    .game-item__thumb {
        height: 80px;
    }

    .game-item__content .cmn--btn {
        height: 25px !important;
        line-height: 3px !important;
    }

    .game-item__content .demo {
        margin: 5px auto 0 auto !important;
    }
}

.game-item__thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    /* mix-blend-mode: lighten; */
}

.game-item__content {
    background: url(./../images/game/game_bg.png) #261e58b5;
    background-size: contain;
    background-repeat: repeat-x;
    position: absolute;
    display: block;
    height: 100%;
    top: 0;
    width: 100%;
}

.game-item__content .title {
    margin-bottom: 0px;
    text-align: center;
    padding: 10px 3px 0 3px;
    font-size: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 767px) {
    .game-item__content .title {
        margin-bottom: 5px;
    }
}

.game-item__content p {
    font-size: 18px;
}

@media (max-width: 767px) {
    .game-item__content p {
        font-size: 16px;
    }
}

.game-item__content .invest-info {
    text-transform: uppercase;
}

.game-item__content .invest-amount {
    color: #ffc827;
}

.game-item__content .cmn--btn {
    height: 30px;
    width: calc(100% - 14px);
    margin: 0;
    background: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.69) 0%,
            rgba(255, 255, 255, 0) 100%
        ),
        #6b379f;
    background-blend-mode: overlay, normal;
    border-radius: 5px;
    font-weight: 500;
    font-size: 10px;
    line-height: 8px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
}

.game-item__content .demo:hover,
.game-item__content .demo:focus {
    background: #c786e9;
}

.game-item__content .cmn--btn:hover,
.game-item__content .cmn--btn:focus {
    background: #ffffff;
    color: #6b379f;
}

.game-item__content .demo {
    width: 105px;
    background: transparent;
    background-blend-mode: overlay, normal;
    font-weight: 300;
    font-size: 8px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px;
    height: 15px;
    line-height: 13px;
    border: 1px solid #c786e9;
    margin: 18px auto 0 auto;
}

.transection-section {
    position: relative;
}

.transection-section .shape1 {
    top: 0;
    left: 0;
    opacity: 0.1;
    z-index: -1;
}

.tab-menu {
    margin-bottom: 40px;
}

.tab-menu li {
    padding: 3px 8px;
}

.tab-menu li .cmn--btn {
    color: #ffc827;
    background: transparent;
}

.tab-menu li .cmn--btn::before {
    visibility: hidden;
    opacity: 0;
}

.tab-menu li .cmn--btn.active {
    color: #1f1f23;
}

.table thead tr th {
    color: #1f1f23;
    font-size: 18px;
}

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

.table tbody tr .amount {
    color: #ffc827;
}

.why-section {
    position: relative;
}

.why-section .shape1 {
    left: -100px;
    top: 50px;
    z-index: -1;
    opacity: 0.1;
}

.why-item {
    max-width: 350px;
}

.why-item__thumb {
    color: #1f1f23;
    border: 6px solid #392f69;
    font-size: 34px;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .why-item__thumb {
        margin-bottom: 15px;
    }
}

.why-item__content .title {
    margin-bottom: 7px;
    font-size: 26px;
}

@media (max-width: 1199px) {
    .why-item__content .title {
        font-size: 22px;
    }
}

.how-section {
    position: relative;
}

.how-section::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #4a3d88;
    opacity: 0.9;
}

.how-section .container {
    position: relative;
    z-index: 1;
}

div[class*="col"]:last-child .how-item::before {
    display: none;
}

.how-item {
    text-align: center;
    padding: 0 25px;
    position: relative;
}

.how-item:hover .title,
.how-item.active .title {
    color: #ffc827;
}

.how-item:hover .how-item__thumb,
.how-item.active .how-item__thumb {
    color: #1f1f23;
}

.how-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    border: 1px dashed rgba(255, 200, 39, 0.7);
    top: 60px;
}

@media (max-width: 767px) {
    .how-item::before {
        display: none;
    }
}

.how-item__thumb {
    width: 120px;
    height: 120px;
    background: #392f69;
    border-radius: 50%;
    font-size: 46px;
    margin: 0 auto 30px;
    position: relative;
}

@media (max-width: 991px) {
    .how-item__thumb {
        width: 100px;
        height: 100px;
        font-size: 36px;
    }
}

@media (max-width: 575px) {
    .how-item__thumb {
        margin-bottom: 15px;
    }
}

.how-item__thumb .badge {
    position: absolute;
    right: -10px;
    top: 10px;
    width: 30px;
    height: 30px;
    color: #1f1f23 !important;
}

.how-item__thumb img {
    max-width: 70px;
}

.how-item__content .title {
    margin-bottom: 5px;
}

@media (max-width: 991px) {
    .how-item__content .title {
        font-size: 20px;
    }
}

.how-item__content .continue-button {
    margin-top: 25px;
}

.continue-button {
    padding: 10px 30px;
    border-radius: 35px;
    text-align: center;
    font-size: 24px;
    line-height: 1;
}

.faq-section {
    position: relative;
}

.faq-section .shape1 {
    position: absolute;
    right: 0px;
    top: 50px;
    max-width: 500px;
    z-index: -1;
    opacity: 0.15;
}

.faq-item {
    height: auto;
    padding: 10px 25px;
    background: #4a3d88;
    border: 1px solid rgba(255, 200, 39, 0.15);
}

.faq-item:not(.faq-item:last-child) {
    margin-bottom: 10px;
}

.faq-item.open .faq-item__title .title {
    color: #ffc827;
}

.faq-item.open .faq-item__title::before {
    transform: translateY(-50%) rotate(180deg);
    color: #ffc827;
}

.faq-item__title {
    padding: 10px 0;
    cursor: pointer;
    position: relative;
}

.faq-item__title::before {
    position: absolute;
    font-weight: 900;
    font-size: 16px;
    font-family: "Line Awesome Free";
    content: "\f107";
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.faq-item__title .title {
    font-weight: 400;
}

.faq-item__content {
    display: none;
    padding-bottom: 10px;
}

div[class*="col"]:nth-child(even) > .faq-item {
    padding-left: 25px;
}

.top-section {
    position: relative;
}

.top-section::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #4a3d88;
    opacity: 0.9;
}

.top-section .container {
    position: relative;
    z-index: 1;
}

.top-section .part-title {
    font-size: 20px;
    text-align: center;
}

.top-investor-slider .slick-list {
    padding: 15px 0 !important;
}

.investor-item,
.winner-item {
    text-align: center;
}

.investor-item__thumb,
.winner-item__thumb {
    width: 100px;
    height: 100px;
    margin: 0 auto 25px;
    border-radius: 50%;
    position: relative;
}

@media (max-width: 1199px) {
    .investor-item__thumb,
    .winner-item__thumb {
        width: 80px;
        height: 80px;
    }
}

.investor-item__thumb img,
.winner-item__thumb img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    background: #ffc827;
}

@media (max-width: 1199px) {
    .investor-item__thumb img,
    .winner-item__thumb img {
        width: 65px;
        height: 65px;
    }
}

.investor-item__content .name,
.winner-item__content .name {
    font-size: 16px;
    font-weight: 400;
}

@media (max-width: 1199px) {
    .investor-item__content .name,
    .winner-item__content .name {
        font-size: 14px;
    }
}

.investor-item .amount,
.winner-item .amount {
    position: absolute;
    padding: 0px 10px;
    border-radius: 20px;
    font-size: 13px;
    top: calc(100% - 15px);
    left: 50%;
    transform: translateX(-50%);
    color: #1f1f23;
    font-weight: 600;
}

.cla-wrapper {
    max-width: 250px;
    margin: 0 auto;
    position: relative;
}

.cla-wrapper .title {
    font-size: 28px;
}

.cla-wrapper .thumb {
    margin-top: 25px;
}

.cla-wrapper .thumb::before {
    position: absolute;
    content: "";
    box-shadow: 0 0 50px 50px rgba(255, 200, 39, 0.7);
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transform: translateY(50px);
}

.cla-wrapper .thumb img {
    width: 100%;
}

.testimonial-section {
    position: relative;
}

.testimonial-section .shape1 {
    left: -100px;
    top: 50px;
    z-index: -1;
    opacity: 0.1;
}

.testimonial-slider .slick-list {
    padding: 15px 0 !important;
}

.testimonial-slider .single-slide {
    margin: 0 12px;
}

.testimonial-item {
    text-align: center;
    padding: 30px;
    position: relative;
}

@media (max-width: 1199px) {
    .testimonial-item {
        padding: 30px 15px;
    }
}

.testimonial-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #4a3d88;
    opacity: 0.95;
}

.testimonial-item .testimonial-inner {
    position: relative;
    z-index: 1;
}

.testimonial-item .quote-icon {
    font-size: 52px;
    line-height: 1;
    background: linear-gradient(0deg, #ff9c19 40%, #ffdd2d 110%);
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    margin-bottom: 10px;
}

.testimonial-item__content {
    margin-bottom: 25px;
}

.testimonial-item .thumb-wrapper {
    align-items: center;
    justify-content: center;
}

.testimonial-item .thumb {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    overflow: hidden;
    background: #ffc827;
}

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

.testimonial-item .content {
    padding-left: 15px;
    text-align: left;
}

.testimonial-item .content .designation {
    font-size: 13px;
    color: #ffc827;
}

.blog-section {
    position: relative;
}

.blog-section::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #4a3d88;
    opacity: 0.9;
}

.blog-section .container {
    position: relative;
    z-index: 1;
}

.blog-item {
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid rgba(255, 200, 39, 0.15);
    background: #392f69;
    padding: 20px;
}

.blog-item__thumb {
    overflow: hidden;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}

.blog-item__thumb img {
    width: 100%;
}

.blog-item__content {
    padding: 5px;
    padding-top: 25px;
    padding-bottom: 0;
}

@media (max-width: 1199px) {
    .blog-item__content {
        padding: 15px;
    }
}

.blog-item__content .title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.blog-item:hover .blog-item__thumb img {
    transform: scale(1.1);
}

.blog__meta {
    font-size: 14px;
}

.blog__meta i {
    color: #ffc827;
    font-size: 16px;
}

.blog-details-wrapper {
    padding-right: 40px;
}

@media (max-width: 1199px) {
    .blog-details-wrapper {
        padding-right: 0;
    }
}

.blog-details-wrapper .details-thumb img {
    width: 100%;
}

.blog-details-wrapper .details-content {
    padding: 40px 0;
}

.blog-details-wrapper .details-content .meta-post {
    align-items: center;
    padding: 15px 0;
    padding-bottom: 25px;
    font-size: 15px;
}

.blog-details-wrapper .details-content .meta-post li {
    margin-right: 25px;
}

.blog-details-wrapper .details-content .meta-post li i {
    margin-right: 5px;
    font-size: 17px;
}

.blog-details-wrapper .details-content .meta-post li a {
    color: #ffc827;
}

.blog-details-wrapper .details-content .meta-post li:last-child {
    margin-right: 0;
}

.blog-details-wrapper .details-content .details-inner {
    padding: 12px 0;
}

.blog-details-wrapper .details-content .details-inner .subtitle {
    margin-bottom: 10px;
}

.comment__area {
    padding: 30px 30px 35px;
    background: #4a3d88;
    border-radius: 5px;
}

@media (max-width: 575px) {
    .comment__area {
        padding: 25px 20px;
    }
}

.comment__area-title {
    margin-bottom: 25px;
}

.comment__area .poster__item .thumb {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
}

@media (max-width: 450px) {
    .comment__area .poster__item .thumb {
        width: 50px;
        height: 50px;
    }
}

.comment__area .poster__item .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.comment__area .poster__item .content {
    width: calc(100% - 70px);
    padding-left: 20px;
}

@media (max-width: 450px) {
    .comment__area .poster__item .content {
        width: calc(100% - 50px);
        padding-left: 15px;
    }
}

.comment__area .poster__item .content .date {
    font-weight: 500;
    color: #fff;
    margin-top: 3px;
    font-size: 15px;
}

@media (max-width: 767px) {
    .comment__area .poster__item .content .date {
        font-size: 14px;
    }
}

.comment__area .comment__item {
    padding: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.comment__area .comment__item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.comment__area .comment__item .comment__body {
    margin-top: 20px;
    padding-left: 90px;
}

@media (max-width: 767px) {
    .comment__area .comment__item .comment__body {
        padding-left: 0;
    }
}

.write__comment__area {
    padding: 30px 30px 35px;
    background: #4a3d88;
    border-radius: 5px;
}

@media (max-width: 575px) {
    .write__comment__area {
        padding: 25px 20px;
    }
}

.write__comment__area-title {
    margin-bottom: 25px;
}

.blog-sidebar {
    position: sticky;
    top: 20px;
    padding: 35px 25px;
    background: #4a3d88;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .blog-sidebar {
        padding: 0;
        background: transparent;
    }
}

@media (max-width: 1199px) and (max-width: 450px) {
    .blog-sidebar {
        padding: 0;
        background: transparent;
    }
}

.recent-post-item {
    align-items: center;
    margin-bottom: 20px;
}

.recent-post-item:hover .hover-line a {
    background-size: 100% 2px !important;
}

.recent-post-item:last-child {
    margin-bottom: 0;
}

.recent-post-item .thumb {
    width: 110px;
    height: 80px;
}

.recent-post-item .thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.recent-post-item .content {
    width: calc(100% - 110px);
    padding-left: 15px;
}

.recent-post-item .content .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    font-size: 16px;
}

.recent-post-item .content .hover-line a {
    position: relative;
    display: inline;
    background: linear-gradient(to right, currentColor 0%, currentColor 100%);
    background-size: 0px 2px;
    background-position: 0 95%;
    transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    padding: 0.1% 0;
    background-repeat: no-repeat;
    width: 100%;
    color: inherit;
}

.recent-post-item .content .date {
    font-size: 13px;
}

.recent-post-item .content .date i {
    color: #ffc827;
    margin-right: 4px;
    font-size: 15px;
}

.info__list li {
    width: 50%;
    position: relative;
    padding-left: 20px;
    font-weight: 500;
}

@media (max-width: 450px) {
    .info__list li {
        width: 100%;
    }
}

.info__list li::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ffc827;
    left: 0;
    top: 16px;
}

.sidebar__item {
    margin-bottom: 35px;
}

.search__form .form-group {
    position: relative;
}

.search__form .form-group .btn,
.search__form .form-group .cmn--btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding: 0 25px;
}

@media (max-width: 575px) {
    .search__form .form-group .btn,
    .search__form .form-group .cmn--btn {
        padding: 12px 25px;
        font-size: 15px;
    }
}

@media (max-width: 450px) {
    .search__form .form-group .btn,
    .search__form .form-group .cmn--btn {
        position: relative;
        width: 100%;
        margin-top: 10px;
    }
}

.cate-list li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.17);
    font-weight: 500;
}

.cate-list li a:hover {
    color: #ffc827;
}

.cate-list li:last-child {
    border: none;
}

.privacy-policy {
    overflow: initial !important;
}

.privacy-policy-sidebar-menu {
    position: sticky;
    top: 20px;
}

.privacy-policy-sidebar-menu li {
    width: 100%;
    padding: 0;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.17);
}

.privacy-policy-sidebar-menu li:last-child {
    border: 0;
}

.privacy-policy-sidebar-menu li a {
    padding: 12px 0;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.privacy-policy-sidebar-menu li a::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 0;
    background: #ffc827;
    right: 0;
    top: 0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.privacy-policy-sidebar-menu li a.active {
    color: #ffc827;
}

.privacy-policy-sidebar-menu li a.active::before {
    height: 100%;
    transform-origin: bottom;
}

.privacy-policy-sidebar-menu li a:hover {
    color: #ffc827;
}

.privacy-policy-content {
    padding-left: 40px;
}

@media (max-width: 1199px) {
    .privacy-policy-content {
        padding-left: 20px;
    }
}

@media (max-width: 991px) {
    .privacy-policy-content {
        padding-left: 0px;
    }
}

.privacy-policy-content .content-item {
    margin-bottom: 40px;
}

.privacy-policy-content .content-item:last-child {
    margin-bottom: 0;
}

.privacy-policy-content .content-item .title {
    margin-bottom: 15px;
}

.privacy-policy-content .content-item .info-list {
    margin-top: 15px;
}

.privacy-policy-content .content-item .info-list li {
    padding-left: 25px;
    position: relative;
}

.privacy-policy-content .content-item .info-list li::before {
    position: absolute;
    font-weight: 900;
    font-size: 16px;
    font-family: "Line Awesome Free";
    content: "\f101";
    left: 0;
    top: 6px;
    color: #ffc827;
}

.game-details-left {
    padding: 50px;
    background-color: #4a3d88;
    border-radius: 8px;
    min-height: 100%;
}

.game-details-right {
    padding: 50px;
    background: #4a3d88;
    border-radius: 8px;
}

@media (max-width: 575px) {
    .game-details-right {
        padding: 25px;
    }
}

@media (max-width: 440px) {
    .game-details-right {
        padding: 30px 15px;
    }
}

.single-select {
    padding: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    border-radius: 8px;
    width: 200px;
    height: 200px;
    position: relative;
}

@media (max-width: 1199px) {
    .single-select {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 450px) {
    .single-select {
        width: 110px;
        height: 110px;
    }
}

.single-select.active {
    position: relative;
    border-color: #e6a25d;
}

.single-select img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.single-select.active::after {
    position: absolute;
    font-weight: 900;
    font-size: 16px;
    font-family: "Line Awesome Free";
    font-size: 14px;
    content: "\f00c";
    top: -8px;
    right: -10px;
    width: 25px;
    height: 25px;
    background-color: #28c76f;
    color: #fff;
    border-radius: 50%;
}

.coins-wrapper {
    position: relative;
    transform-style: preserve-3d;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    width: 300px;
    height: 300px;
    animation: coin-rotate 2s linear infinite;
}

.coins-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 1199px) {
    .coins-wrapper {
        width: 250px;
        height: 250px;
    }
}

@media (max-width: 767px) {
    .coins-wrapper {
        width: 200px;
        height: 200px;
    }
}

@media (max-width: 450px) {
    .coins-wrapper {
        width: 150px;
        height: 150px;
    }
}

.coins-wrapper:hover {
    transform: rotateY(180deg);
}

.coins-wrapper .front {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.coins-wrapper .back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    transform: rotateY(180deg);
}

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

    100% {
        transform: rotateY(360deg);
    }
}

/* game details css end */
.header-bottom-area,
.menu2,
.pagination,
.dashboard__card,
.deposit-group,
.testimonial-item .thumb-wrapper,
.blog-details-wrapper .details-content .meta-post,
.recent-post-item,
.social-links,
.rating {
    display: flex;
    flex-wrap: wrap;
}

.video-button,
.account-section,
.input-pre-icon,
.dashboard__card-icon,
.reset-header .icon,
.why-item__thumb,
.how-item__thumb,
.investor-item__thumb,
.winner-item__thumb,
.game-details-left,
.single-select.active::after,
.social-links li a,
.preloader {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashboard__card:hover,
.why-item__thumb,
.how-item__thumb,
.investor-item__thumb,
.winner-item__thumb,
.investor-item .amount,
.winner-item .amount {
    box-shadow: -4.828px -4.828px 12px 0px rgba(255, 200, 39, 0.4),
        3px 5px 15px 0px rgba(255, 82, 1, 0.2);
}

.btn:hover,
.cmn--btn:hover {
    background-color: transparent;
    background: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.69) 0%,
            rgba(255, 255, 255, 0) 100%
        ),
        #6b379f;
    box-shadow: none;
}

.btn,
.cmn--btn,
.banner-content .button-wrapper .cmn--btn,
.tab-menu li .cmn--btn.active,
.table thead tr th,
.why-item__thumb,
.how-item:hover .how-item__thumb,
.how-item.active .how-item__thumb,
.how-item__thumb .badge,
.investor-item .amount,
.winner-item .amount {
    /* background: linear-gradient(0deg, #ff9c19 40%, #ffdd2d 110%); */
    /* background: linear-gradient(0deg, #ff9c19 40%, #ffdd2d 100%); */
    /* background: #6b379f;
    border: 1.5px solid #000000;
    border-radius: 10px; */
    color: #fff;
    background: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.69) 0%,
            rgba(255, 255, 255, 0) 100%
        ),
        #6b379f;
    background-blend-mode: overlay, normal;
    border-radius: 4px;
    border: 1px solid #c786e9;
}

.social-links {
    align-items: center;
}

.social-links li {
    padding: 3px;
}

.social-links li a {
    width: 40px;
    height: 40px;
    font-size: 22px;
    color: #ffc827;
    border: 1px solid rgba(255, 200, 39, 0.6);
    border-radius: 50%;
}

.social-links li a:hover {
    color: #fff;
    background: #ffc827;
    border-color: #ffc827;
}

.slick-dots {
    left: 0;
}

.slick-dots li {
    height: auto;
    width: auto;
}

.slick-dots li.slick-active button {
    background: #ff1493;
}

.slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 5px !important;
    background: rgba(255, 200, 39, 0.2);
}

.slick-dots li button::before {
    display: none;
}

.slick-arrow {
    position: absolute;
    cursor: pointer;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    color: #fff;
    border-radius: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.slick-arrow.arrow-left {
    left: -11px;
    z-index: 1;
    background: #ff1493;
}

.slick-arrow.arrow-right {
    right: -11px;
    z-index: 1;
    background: #ff1493;
}

iframe {
    margin-bottom: -8px;
}

.section-header {
    margin-bottom: 55px;
}

@media (max-width: 767px) {
    .section-header {
        margin-bottom: 45px;
    }
}

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

.section-header.text-center::before {
    left: 50%;
    transform: translateX(-50%);
}

.section-header.color-white * {
    color: #fff;
}

.section-header__title {
    display: inline-block;
    color: #fff;
    margin-bottom: 0px;
    position: relative;
}

@media (max-width: 767px) {
    .section-header__title {
        margin-bottom: 10px;
    }
}

@keyframes moveab {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-100%);
        left: 100%;
    }

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

.section-header p {
    margin-bottom: 15px;
    font-size: 19px;
    line-height: 16px;
    font-size: 12px;
    color: #ffffff;
}

@media (max-width: 1199px) {
    .section-header p {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .section-header p {
        font-size: 14px;
    }
}

.rating li {
    padding: 0 3px;
}

.preloader {
    width: 100%;
    height: 100%;
    background: #4a3d88;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    text-align: center;
    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;
}

.scene .cube__face--left i:nth-child(1) {
    grid-area: 1 / 1 / 1 / 1;
}
.scene .cube__face--left i:nth-child(2) {
    grid-area: 2 / 1 / 2 / 1;
}
.scene .cube__face--left i:nth-child(3) {
    grid-area: 3 / 1 / 3 / 1;
}
.scene .cube__face--left i:nth-child(4) {
    grid-area: 1 / 3 / 1 / 3;
}
.scene .cube__face--left i:nth-child(5) {
    grid-area: 2 / 3 / 2 / 3;
}
.scene .cube__face--left i:nth-child(6) {
    grid-area: 3 / 3 / 3 / 3;
}
.scene .cube__face--right i:nth-child(1) {
    grid-area: 1 / 1 / 1 / 1;
}
.scene .cube__face--right i:nth-child(2) {
    grid-area: 3 / 1 / 3 / 1;
}
.scene .cube__face--right i:nth-child(3) {
    grid-area: 2 / 2 / 2 / 2;
}
.scene .cube__face--right i:nth-child(4) {
    grid-area: 1 / 3 / 1 / 3;
}
.scene .cube__face--right i:nth-child(5) {
    grid-area: 3 / 3 / 3 / 3;
}
.scene .cube__face--bottom i:nth-child(1) {
    grid-area: 1 / 1 / 1 / 1;
}
.scene .cube__face--bottom i:nth-child(2) {
    grid-area: 3 / 1 / 3 / 1;
}
.scene .cube__face--bottom i:nth-child(3) {
    grid-area: 1 / 3 / 1 / 3;
}
.scene .cube__face--bottom i:nth-child(4) {
    grid-area: 3 / 3 / 3 / 3;
}
.scene .cube__face--top i:nth-child(1) {
    grid-area: 1 / 1 / 1 / 1;
}
.scene .cube__face--top i:nth-child(2) {
    grid-area: 2 / 2 / 2 / 2;
}
.scene .cube__face--top i:nth-child(3) {
    grid-area: 3 / 3 / 3 / 3;
}
.scene .cube__face--back i:nth-child(1) {
    grid-area: 1 / 1 / 1 / 1;
}
.scene .cube__face--back i:nth-child(2) {
    grid-area: 3 / 3 / 3 / 3;
}
.scene .cube__face--front i:nth-child(1) {
    grid-area: 2 / 2 / 2 / 2;
}
.scene:after,
.scene .cube__face i:after {
    display: block;
    content: "";
    position: absolute;
}
.roll {
    margin-bottom: 100px;
    min-height: 30px;
}
.roll:hover .roll__three-d-box,
.roll:focus .roll__three-d-box {
    transform: translateZ(-25px) rotateX(90deg);
}
.roll__three-d-box {
    transition: all 0.3s ease-out;
    transform: translateZ(-25px);
    transform-style: preserve-3d;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.roll__three-d-box--front {
    transform: rotatex(0deg) translatez(14px);
}
.roll__three-d-box--back {
    transform: rotatex(-90deg) translatez(14px);
    background-color: #c0392b !important;
}
.roll:hover ~ div {
    transform: scale(0.7);
}
.roll:hover ~ div > div {
    animation-duration: 0.5s;
}
.scene {
    width: 37.5px;
    height: 37.5px;
    perspective: 150px;
    transition: 1.5s;
}
.scene:after {
    width: 250px;
    height: 30px;
    background: #c0392b;
    border-radius: 50%;
    filter: blur(40px);
    position: relative;
    top: 112px;
    left: 35px;
    z-index: 50;
    opacity: 0.4;
}
.scene input {
    display: none;
}
.scene input:checked + div {
    animation-play-state: paused;
    animation-duration: 0.5s;
}
.scene .cube {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transform: translateZ(-100px);
    animation: roll 8s linear infinite alternate;
}
.scene .cube__face {
    display: grid;
    grid-template: repeat(3, 11.25px) / repeat(3, 11.25px);
    border: 1px solid #4a3d88;
    background: #4b0e40;
    position: absolute;
    width: 50px;
    height: 50px;
    padding: 8.125px;
}
.scene .cube__face--front i::after {
    background: #e74c3c;
}
.scene .cube__face--back i::after {
    background: #1abc9c;
}
.scene .cube__face--top i::after {
    background: #2980b9;
}
.scene .cube__face--bottom i::after {
    background: #f1c40f;
}
.scene .cube__face--right i::after {
    background: #27ae60;
}
.scene .cube__face--left i::after {
    background: #9b59b6;
}
.scene .cube__face--front {
    transform: rotateY(0deg) translateZ(25px);
}
.scene .cube__face--back {
    transform: rotateY(90deg) translateZ(25px);
}
.scene .cube__face--left {
    transform: rotateY(180deg) translateZ(25px);
}
.scene .cube__face--right {
    transform: rotateY(-90deg) translateZ(25px);
}
.scene .cube__face--top {
    transform: rotateX(90deg) translateZ(25px);
}
.scene .cube__face--bottom {
    transform: rotateX(-90deg) translateZ(25px);
}
.scene .cube__face i {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}
.scene .cube__face i:after {
    width: 6.1px;
    height: 6.1px;
    border-radius: 50%;
}
/*# sourceMappingURL=application.css.map */
@keyframes redlight {
    from {
        color: red;
    }
    to {
        color: black;
    }
}
@keyframes roll {
    from,
    to {
        transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    }
    16% {
        transform: rotateY(-90deg);
    }
    33% {
        transform: rotateY(-90deg) rotateZ(90deg);
    }
    50% {
        transform: rotateY(-180deg) rotateZ(90deg);
    }
    66% {
        transform: rotateY(-270deg) rotateX(90deg);
    }
    83% {
        transform: rotateX(90deg);
    }
}

/*# sourceMappingURL=main.css.map */

.footer {
    background-color: #380d59;
    height: 65px;
    border-radius: 14px 14px 0px 0px;
    position: fixed;
    height: 60px;
    bottom: 0;
    width: 100%;
    padding-top: 10px;
    z-index: 100000;
}

.footer_menu_icon_box a {
    color: #fff;
    line-height: 35px;
    text-decoration: none;
}

.footer_menu_icon_box__active a {
    color: #ffca00;
}
.footer_menu_icon_box a:hover,
.footer_menu_icon_box a:active {
    color: #ffca00;
    cursor: pointer;
    text-decoration: none;
}

.footer_menu_icon_box span {
    font-size: 10px;
    display: block;
    font-family: "Archivo", sans-serif;
}

.footer_menu_icon_box i {
    font-size: 20px;
}

.whatsapp {
    position: fixed;
    bottom: 70px;
    right: 11px;
    z-index: 9999;
}

.filter_button {
    background: transparent;
    text-transform: uppercase;
    color: #ffffff;
    width: 100%;
    border: 0px !important;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 30px;
    height: 30px;
    border-radius: 5px;
    cursor: pointer;
}

.filter_bg_col {
    margin: 4px 0;
}

.filter_button:hover,
.filter_button:active {
    color: #ffffff;
    text-decoration: none;
}

.filter_button_active {
    background: #9c54c1;
}

.alert,
.success {
    text-align: center;
    background: #fff;
    top: 30px;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive-16by9 {
    padding-bottom: 70.87%; /* 16:9 aspect ratio */
}

.embed-responsive-16by9_desc {
    padding-bottom: 30.87%;
    margin-top: 0px;
}

.embed-responsive-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    object-fit: cover;
}

/* Make the video full width */
.full-width-video {
    width: 100%;
}

/* Style for the full-screen video */
.full-screen-video {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
}

/* Additional style to ensure video is full width */
video.embed-responsive-item {
    width: 100%;
}

@media (max-width: 991px) {
    .footer_menu_icon_box span {
        font-size: 10px !important;
    }

    .footer_menu_icon_box i {
        font-size: 18px !important;
    }

    .footer {
        height: 64px;
    }
}

.game-item.active .game-item__content {
    display: block;
}

.back_link {
    cursor: pointer;
    color: #fff;
    font-size: 16px;
}

.back_link:focus,
.back_link:hover {
    color: #fff;
}

.person_icon {
    height: 20px;
    margin-left: 8px;
    margin-bottom: 3px;
}

.back_icon {
    height: 12px;
    margin-left: 2px;
    margin-bottom: 2px;
}

.top_text {
    font-weight: 500;
    font-size: 18px;
    color: #ffffff;
    height: 35px;
    line-height: 35px;
}

.star_icon {
    height: 25px;
}

.new_icon {
    height: 20px;
    position: relative;
    top: -1.5px;
}

.search_icon {
    height: 20px;
    position: relative;
    bottom: 2px;
}

.search_button {
    height: 35px;
    width: 35px;
    padding: 0;
    line-height: 36px;
}

.game-section {
    position: relative;
    bottom: 0px;
}

.search_providers_button {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    padding: 0 10px;
    background: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.69) 0%,
            rgba(255, 255, 255, 0) 100%
        ),
        #6b379f;
    background-blend-mode: overlay, normal;
    color: #fff;
    border: 0px;
    border-radius: 5px;
}

.search_providers_button::before,
.search_providers_button::after {
    content: "";
    position: absolute;
    left: -2px;
    top: -2px;
    background: linear-gradient(
        45deg,
        #9c54c1,
        #e566aa,
        #7d12ff,
        #ee0a84,
        #1685f8,
        #9c54c1,
        #e566aa,
        #7d12ff,
        #ee0a84,
        #1685f8
    );
    background-size: auto;
    background-size: 400%;
    width: calc(100% + 3px);
    height: calc(100% + 3px);
    border-radius: 5px;
    z-index: -1;
    animation: steam 20s linear infinite;
}

@keyframes steam {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 400% 0;
    }
    to {
        background-position: 0 0;
    }
}

.slick-slide {
    margin-right: 7.5px;
}
/* 
.slick-list [data-slick-index="0"] {
    margin-left: 0;
} */

.filter_bg {
    background-color: #380d59;
    border-radius: 8px;
}

.search_bar {
    background-color: #380d59;
    border-radius: 5px;
    color: #fff !important;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    border: 0px;
    height: 49px;
}

.search_bar::placeholder {
    color: #ffffff;
    opacity: 0.5;
}

.search_bar::-ms-input-placeholder {
    color: #ffffff;
    opacity: 0.5;
}

.search_bar:focus,
.search_bar:hover {
    background-color: #380d59;
    outline: none !important;
    box-shadow: none;
    border-color: none;
}

.input-group-text {
    background: #380d59;
    color: #fff;
    height: 49px;
    border: 0;
}

.footer_menu_icon_small {
    width: 30px;
}

.footer_menu_icon_big {
    width: 70px;
    position: relative;
    bottom: 7px;
}

.search_icon_bg {
    background: url("/front/asset/images/icons/search_bg.png") center/160px
        160px no-repeat fixed #23003e;
}

.add-to-favorites {
    cursor: pointer;
    z-index: 100;
    padding: 0px;
    text-decoration: none;
    color: #fff;
    display: block;
    font-size: 18px;
    width: 18px;
    margin: 0 auto;
}

.add-to-favorites:hover,
.add-to-favorites:focus {
    color: red;
}

.added-to-favorites {
    color: red;
}

.demo-modal-close-button {
    height: 30px;
    margin: 0;
    background: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.69) 0%,
            rgba(255, 255, 255, 0) 100%
        ),
        #6b379f;
    background-blend-mode: overlay, normal;
    border-radius: 5px;
    font-weight: 500;
    font-size: 10px;
    line-height: 5px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    padding: 12px 12px;
}

.demo-modal-close-button:hover,
.demo-modal-close-button:focus {
    height: 30px;
    margin: 0;
    background: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.69) 0%,
            rgba(255, 255, 255, 0) 100%
        ),
        #6b379f;
    background-blend-mode: overlay, normal;
    border-radius: 5px;
    font-weight: 500;
    font-size: 10px;
    line-height: 5px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    padding: 12px 12px;
}

.demo-modal-close-button-no-bg-border {
    background: transparent !important;
}
.custom--modal .modal-header {
    border-bottom: 0px;
}

.custom--modal .modal-footer {
    border-top: 0px;
}

.custom--modal .btn-close {
    color: #fff;
    background: transparent
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
        center/1em auto no-repeat;
    opacity: 1;
}

.custom--modal p {
    font-size: 12px;
}

.custom--modal p.orange {
    color: #ffca00;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.show {
    opacity: 0.7;
}

.demo_icon {
    width: 72px;
    text-align: center;
    position: absolute;
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
}

.signBtn {
    padding: 8px 16px !important;
    color: #fcfcfc;
    font-size: 12px !important;
    font-weight: 500 !important;
    text-transform: capitalize !important;
    border-radius: 28px;
    background: var(
        --primary-yellow-c-77126,
        linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%),
        #c77126
    );
    line-height: 11px !important;
    background-blend-mode: overlay, normal;
    border: none;
}

.loginBtn {
    padding: 8px 16px !important;
    color: #fcfcfc;
    font-size: 12px !important;
    text-transform: capitalize !important;
    font-weight: 500;
    border-radius: 28px;
    background: var(
        --primary-red-b-32-a-2-e,
        linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%),
        #b32a2e
    );
    line-height: 11px !important;
    background-blend-mode: overlay, normal;
    border: none;
}

.signBtn:hover,
.signBtn:focus {
    background: var(
        --primary-yellow-c-77126,
        linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%),
        #c77126
    ) !important;
}

.loginBtn:hover,
.loginBtn:focus {
    background: var(
        --primary-red-b-32-a-2-e,
        linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%),
        #b32a2e
    ) !important;
}
