@charset "UTF-8";
/* ************************ CSS table of content ************************
 *
 * 1)  reset css
 * 2)  global css
 * 3)  header 
 * 4)  hero
 * 5)  inner-hero-section
 * 6)  about section
 * 7)  next-draw-section 
 * 8)  how to play section
 * 9)  contest section
 * 10) contest slider section
 * 11) contest feature section.mini-amount
 * 12) winner section
 * 13) winner details section
 * 14) latest winner section
 * 15) overview section
 * 16) features section
 * 17) team section
 * 18) testimonial section
 * 19) support section
 * 20) counter section
 * 21) contest-details-section
 * 22) lottery-details
 * 23) cart section
 * 24) checkout section
 * 25) affiliate single section
 * 26) how it work section
 * 27) affiliate partner section
 * 28) top affiliate section
 * 29) video section
 * 30) buy ticket section
 * 31) client section
 * 32) faq section
 * 33) blog section
 * 34) blog single section
 * 35) contact section
 * 36) login
 * 37) user section
 * 38) error-section
 * 39) sidebar
 * 40) footer section
 *
 * **************************************************************** */
/* reset css start */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zalando+Sans:ital,wght@0,200..900;1,200..900&display=swap');


.zalando-sans-regular {
    font-family: "Zalando Sans", sans-serif;
    font-weight: 400;
}

.zalando-sans-medium {
    font-family: "Zalando Sans", sans-serif;
    font-weight: 500;
}

.zalando-sans-semibold {
    font-family: "Zalando Sans", sans-serif;
    font-weight: 600;
}

.zalando-sans-bold {
    font-family: "Zalando Sans", sans-serif;
    font-weight: 700;
}

.zalando-sans-extrabold {
    font-family: "Zalando Sans", sans-serif;
    font-weight: 800;
}

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Poppins", sans-serif;

    font-size: 18px;
    padding: 0;
    margin: 0;
    font-weight: 400;
    position: relative;
    background-color: #0f0232;
}
input,
textarea,
select,
button {
  font-size: 16px !important;        
  line-height: 1.4 !important;
  -webkit-text-size-adjust: 100% !important;  
}
img {
    max-width: 100%;
    height: auto;
}

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

button {
    cursor: pointer;
}

*:focus {
    outline: none;
}

button {
    border: none;
}

button:focus {
    outline: none;
}

input:not([type=radio]),
textarea {
    padding: 10px 20px;
    border: 1px solid #37394e;
    width: 100%;
    background-color: #2a2e45;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    color: #fff;
}

input:not([type=radio])::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #fff;
}

input:not([type=radio])::-moz-placeholder,
textarea::-moz-placeholder {
    color: #9aace5;
}

input:not([type=radio]):-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #9aace5;
}

input:not([type=radio]):-moz-placeholder,
textarea:-moz-placeholder {
    color: #9aace5;
}

select {
    padding: 10px 20px;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
    color: #c4cbf9;
    background-color: transparent;
    height: 50px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

textarea {
    min-height: 150px;
    resize: none;
    width: 100%;
}

span {
    display: inline-block;
}

a:hover {
    color: #ffb200;
}

/* reset css end */
/* global css strat */
.mb-30 {
    margin-bottom: 30px;
}

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

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

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

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

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

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

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

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

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

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

@media (max-width: 991px) {
    .pt-120 {
        padding-top: 90px;
    }
}

@media (max-width: 575px) {
    .pt-120 {
        padding-top: 80px;
    }
}

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

@media (max-width: 991px) {
    .pb-120 {
        padding-bottom: 90px;
    }
}

@media (max-width: 575px) {
    .pb-120 {
        padding-bottom: 80px;
    }
}

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

@media (max-width: 991px) {
    .pt-150 {
        padding-top: 90px;
    }
}

@media (max-width: 575px) {
    .pt-150 {
        padding-top: 80px;
    }
}

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

@media (max-width: 991px) {
    .pb-150 {
        padding-bottom: 90px;
    }
}

@media (max-width: 575px) {
    .pb-150 {
        padding-bottom: 80px;
    }
}

.form-group {
    margin-bottom: 20px;
}

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

.mt-minus-100 {
    margin-top: -100px;
    position: relative;
}

.mt-minus-150 {
    margin-top: -150px;
    position: relative;
}

.mt-minus-270 {
    margin-top: -270px;
    position: relative;
}

.mt-minus-300 {
    margin-top: -300px;
    position: relative;
}

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

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

.bg--one {
    background-color: #0f0232 !important;
}

.bg--two {
    background-color: #02014a !important;
}

.curve-shape {
    position: relative;
    z-index: 9;
}

.curve-shape::after {
    position: absolute;
    content: "";
    top: -85px;
    left: 0;
    width: 100%;
    height: 150px;
    background-color: #0f0232;
    -webkit-clip-path: ellipse(55% 75% at 50% 75%);
    clip-path: ellipse(55% 75% at 50% 75%);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: -1;
}

@media (max-width: 1199px) {
    .curve-shape::after {
        display: none;
    }
}

.slice-shape-two {
    clip-path: polygon(50% 10%, 100% 0, 100% 100%, 0 100%, 0 0);
}

.overlay-one {
    position: relative;
    z-index: 9;
}

.overlay-one::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #02014a;
    opacity: 0.95;
    z-index: -1;
}

.slice-shape {
    clip-path: polygon(0 0, 100% 8%, 100% 100%, 0% 100%);
}

@media (max-width: 1199px) {
    .slice-shape {
        clip-path: polygon(0 0, 100% 5%, 100% 100%, 0% 100%);
    }
}

@media (max-width: 991px) {
    .slice-shape {
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    }
}

select option {
    background-color: #02014a;
}

label {
    color: #ffffff;
    /* margin-bottom: 13px; */
}

input {
    min-height: 50px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.nice-select {
    width: 100%;
    min-height: 50px;
    line-height: 50px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.nice-select .list {
    width: 100%;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
}

.section-bg {
    background-color: #0f0232;
}

.section-bg-two {
    background-color: #02014a;
}

.section-header {
    margin-bottom: 70px;
    margin-top: -8px;
}

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

.section-header p {
    margin-top: 10px;
    font-size: 18px;
    color: #f1f3ff;
}

.section-sub-title {
    font-size: 24px;
    font-family: "Josefin Sans", sans-serif;
    color: #ffb200;
    margin-bottom: 13px;
}

@media (max-width: 767px) {
    .section-sub-title {
        font-size: 20px;
    }
}

.section-title {
    font-size: 60px;
    background: linear-gradient(45deg, #ffd700, #ffed4e, #ffa500, #ff8c00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-transform: uppercase;
}

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

@media (max-width: 991px) {
    .section-title {
        font-size: 48px;
    }
}

@media (max-width: 767px) {
    .section-title {
        font-size: 36px;
    }
}

@media (max-width: 575px) {
    .section-title {
        font-size: 32px;
        margin-top: 51px;
    }
}

.section-title.style--two {
    text-transform: unset;
}

.border-radius-100 {
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
}

.hover--effect-1 {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.hover--effect-1:hover {
    -webkit-transform: translateY(-5px) scale(1.05);
    -ms-transform: translateY(-5px) scale(1.05);
    transform: translateY(-5px) scale(1.05);
}

.has-link {
    position: relative;
}

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

.video-button {
    width: 105px;
    height: 105px;
    color: #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
    background-color: #ffb200;
    text-align: center;
    line-height: 125px;
    animation: pulse 2000ms linear infinite;
    -webkit-animation: pulse 2000ms linear infinite;
    -moz-animation: pulse 2000ms linear infinite;
}

.video-button::before,
.video-button::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 74px;
    background-color: #ffb200;
    opacity: 0.15;
    z-index: -10;
}

.video-button::before {
    z-index: -10;
    animation: inner-ripple 2000ms linear infinite;
    -webkit-animation: inner-ripple 2000ms linear infinite;
    -moz-animation: inner-ripple 2000ms linear infinite;
}

.video-button::after {
    z-index: -10;
    animation: outer-ripple 2000ms linear infinite;
    -webkit-animation: outer-ripple 2000ms linear infinite;
    -moz-animation: outer-ripple 2000ms linear infinite;
}

.video-button i {
    margin-left: 10px;
    font-size: 36px;
}

@-webkit-keyframes outer-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    80% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(2.5);
        -ms-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 0;
    }
}

@-moz-keyframes outer-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    80% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(2.5);
        -ms-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 0;
    }
}

@-ms-keyframes outer-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    80% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(2.5);
        -ms-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 0;
    }
}

@keyframes outer-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    80% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(2.5);
        -ms-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 0;
    }
}

@-webkit-keyframes inner-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    30% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

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

@-moz-keyframes inner-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    30% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

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

@-ms-keyframes inner-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    30% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

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

@keyframes inner-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    30% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

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

.d-pagination {
    margin-top: 50px;
}

.d-pagination .pagination {
    margin: -5px;
}

.d-pagination .pagination li {
    margin: 5px 5px;
}

.d-pagination .pagination li.active a {
    background-color: #ffb200;
    color: #ffffff;
}

.d-pagination .pagination li.active a:hover {
    background-color: #ffb200;
    color: #ffffff;
}

.d-pagination .pagination li a {
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
    color: #c4cbf9;
    font-weight: 500;
    width: 45px;
    height: 45px;
    border: 1px solid #e񞗥;
    text-align: center;
    line-height: 28px;
}

.d-pagination .pagination li a:hover {
    color: #ffb200;
    background-color: transparent;
    border-color: #ffb200;
}

.cmn-list {
    margin-top: 20px;
}

.cmn-list li+li {
    margin-top: 15px;
}

.cmn-list li {
    position: relative;
    padding-left: 40px;
}

.cmn-list li::before {
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    width: 20px;
    height: 10px;
    border-left: 1px solid #ffb200;
    border-bottom: 1px solid #ffb200;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cmn-list-2 {
    margin-top: 20px;
}

.cmn-list-2 li+li {
    margin-top: 10px;
}

.cmn-list-2 li {
    position: relative;
    padding-left: 45px;
}

.cmn-list-2 li:nth-last-of-type(3n+3)::before {
    border-color: #a22546;
}

.cmn-list-2 li:nth-last-of-type(3n+2)::before {
    border-color: #f7a139;
}

.cmn-list-2 li:nth-last-of-type(3n+1)::before {
    border-color: #3097d1;
}

.cmn-list-2 li::before {
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    width: 20px;
    height: 10px;
    border-left: 1px solid red;
    border-bottom: 1px solid red;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.number-list--style {
    list-style-type: decimal;
    padding-left: 15px;
}

.number-list--style li span {
    font-weight: 500;
    color: #ffb200;
}

.pagination {
    margin-top: 50px;
}

.pagination li+li {
    margin-left: 10px;
}

.pagination li.active a {
    background-color: #ffb200;
    border-color: #ffb200;
    color: #ffffff;
}

.pagination li a {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    -o-border-radius: 3px !important;
    padding: 12px 25px;
    background-color: transparent;
    color: #c4cbf9;
    font-weight: 700;
}

.pagination li a:hover {
    background-color: #ffb200;
    border-color: #ffb200;
    color: #ffffff;
}

.cmn-accordion .card+.card {
    margin-top: 20px;
}

.cmn-accordion .card {
    border: none;
    background-color: #683df5;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    -ms-border-radius: 20px !important;
    -o-border-radius: 20px !important;
}

.cmn-accordion .card-header {
    background-color: #683df5;
    padding: 0;
    margin-bottom: 0 !important;
    border: none;
}

.cmn-accordion .card-header .btn-link {
    padding: 25px 0;
    display: block;
    width: 100%;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    text-align: left;
    padding-right: 20px;
    font-size: 22px;
    color: #ffffff;
}

@media (max-width: 767px) {
    .cmn-accordion .card-header .btn-link {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .cmn-accordion .card-header .btn-link {
        font-size: 16px;
    }
}

.cmn-accordion .card-header .btn-link.collapsed::after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.cmn-accordion .card-header .btn-link::after {
    position: absolute;
    content: "\f107";
    right: 0;
    top: 25px;
    font-family: "Line Awesome Free";
    font-weight: 900;
    color: #918fde;
    font-size: 20px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.cmn-accordion .card-header .btn-link:focus,
.cmn-accordion .card-header .btn-link:hover {
    outline: none;
    text-decoration: none;
    box-shadow: none;
}

.cmn-accordion .card-body {
    padding: 30px 0;
    border-top: 1px solid #9a80e5;
}

@media (max-width: 575px) {
    .cmn-accordion .card-body p {
        font-size: 16px;
    }
}

.cmn-tabs {
    border: none;
}

.cmn-tabs .nav-item .nav-link {
    padding: 14px 35px;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    border-radius: 999px !important;
    -webkit-border-radius: 999px !important;
    -moz-border-radius: 999px !important;
    -ms-border-radius: 999px !important;
    -o-border-radius: 999px !important;
    background-image: -moz-linear-gradient(45deg, rgb(215, 61, 245) 0%, rgb(143, 61, 245) 100%);
    background-image: -webkit-linear-gradient(45deg, rgb(215, 61, 245) 0%, rgb(143, 61, 245) 100%);
    background-image: -ms-linear-gradient(45deg, rgb(215, 61, 245) 0%, rgb(143, 61, 245) 100%);
    box-shadow: -1.113px 7.922px 16px 0px rgba(143, 61, 245, 0.63);
    border: none !important;
    text-transform: capitalize;
}

@media (max-width: 575px) {
    .cmn-tabs .nav-item .nav-link {
        padding: 12px 25px;
        font-size: 16px;
    }
}

.cmn-tabs .nav-item .nav-link.active {
    background-image: -moz-linear-gradient(86deg, rgb(236, 3, 139) 0%, rgb(251, 100, 104) 44%, rgb(251, 185, 54) 100%);
    background-image: -webkit-linear-gradient(86deg, rgb(236, 3, 139) 0%, rgb(251, 100, 104) 44%, rgb(251, 185, 54) 100%);
    background-image: -ms-linear-gradient(86deg, rgb(236, 3, 139) 0%, rgb(251, 100, 104) 44%, rgb(251, 185, 54) 100%);
    box-shadow: 0px 17px 40px 0px rgba(124, 78, 25, 0.35);
    color: #ffffff !important;
}

blockquote p {
    font-weight: 700;
    font-size: 24px;
    color: #ffffff;
}

input:focus,
textarea:focus,
.nice-select.open {
    border-color: #ffb200;
}

.page-breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 15px;
}

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

.page-breadcrumb li::after {
    content: "-";
    color: #ffffff;
    margin: 0 5px;
}

.page-breadcrumb li:first-child::before {
    content: "\f102";
    font-family: "Flaticon";
    color: #ef428c;
    margin-right: 6px;
}

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

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

@-webkit-keyframes customBounce {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    25% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    50% {
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    75% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }

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

@-moz-keyframes customBounce {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    25% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    50% {
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    75% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }

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

@-ms-keyframes customBounce {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    25% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    50% {
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    75% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }

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

@keyframes customBounce {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    25% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    50% {
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    75% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }

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

.scroll-to-top {
    height: 60px;
    width: 60px;
    position: fixed;
    bottom: 5%;
    right: 5%;
    display: none;
    z-index: 99999;
    cursor: pointer;
    text-align: center;
    border-radius: 50%;
    background-image: -moz-linear-gradient(7deg, rgb(236, 19, 121) 0%, rgb(108, 0, 146) 100%);
    background-image: -webkit-linear-gradient(7deg, rgb(236, 19, 121) 0%, rgb(108, 0, 146) 100%);
    background-image: -ms-linear-gradient(7deg, rgb(236, 19, 121) 0%, rgb(108, 0, 146) 100%);
    line-height: 77px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25);
}

.scroll-to-top .scroll-icon {
    font-size: 36px;
    color: #ffffff;
    display: inline-block;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: -moz-linear-gradient(7deg, rgb(236, 19, 121) 0%, rgb(108, 0, 146) 100%);
    background-image: -webkit-linear-gradient(7deg, rgb(236, 19, 121) 0%, rgb(108, 0, 146) 100%);
    background-image: -ms-linear-gradient(7deg, rgb(236, 19, 121) 0%, rgb(108, 0, 146) 100%);
    z-index: 999;
    overflow: hidden;
}

.preloader svg {
    width: 100%;
    height: 100%;
    visibility: hidden;
}

/* global css end */
/* theme-switcher css start */
.theme-switcher {
    position: fixed;
    top: 20%;
    right: -190px;
    z-index: 99999;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 1199px) {
    .theme-switcher {
        top: auto;
        bottom: 10%;
    }
}

.theme-switcher.active {
    right: 0;
}

.theme-switcher__icon {
    width: 45px;
    height: 45px;
    background-color: #ffffff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.theme-switcher__icon i {
    animation: spin 3s infinite linear;
}

.theme-switcher__body {
    padding: 20px;
    background-color: #ffffff;
    overflow: hidden;
    border-radius: 8px 0 0 8px;
    -webkit-border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0 8px;
    -ms-border-radius: 8px 0 0 8px;
    -o-border-radius: 8px 0 0 8px;
}

.theme-switcher__body .single {
    width: 150px;
    height: 100px;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.theme-switcher__body .single.dark {
    background-color: #000000;
}

.theme-switcher__body .single.light {
    background-image: -moz-linear-gradient(7deg, rgb(236, 19, 121) 0%, rgb(108, 0, 146) 100%);
    background-image: -webkit-linear-gradient(7deg, rgb(236, 19, 121) 0%, rgb(108, 0, 146) 100%);
    background-image: -ms-linear-gradient(7deg, rgb(236, 19, 121) 0%, rgb(108, 0, 146) 100%);
}

.theme-switcher__body .single.active {
    position: relative;
}

.theme-switcher__body .single.active::after {
    position: absolute;
    top: -8px;
    right: -6px;
    width: 25px;
    height: 25px;
    background-color: #5039fb;
    font-size: 14px;
    text-align: center;
    line-height: 25px;
    color: #ffffff;
    content: "\f00c";
    font-family: "Line Awesome Free";
    font-weight: 900;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.theme-switcher__body a {
    width: 100%;
    height: 100%;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

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

@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

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

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

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

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

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

/* theme-switcher css end */
h1 {
    font-size: 62px;
}

h2 {
    font-size: 40px;
}

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

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

h3 {
    font-size: 24px;
}

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

h4 {
    font-size: 22px;
}

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

h5 {
    font-size: 20px;
}

@media (max-width: 767px) {
    h5 {
        font-size: 18px;
    }
}

h6 {
    font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Josefin Sans", sans-serif;
    color: #ffffff;
    font-weight: 600;
    margin: 0;
    line-height: 1.3;
}

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

.nice-select {
    line-height: 28px !important;
}

/* p,
li {
    font-size: 16px;
    color: #c4cbf9;
    line-height: 1.7;
    margin: 0;
} */
li {
    color: #202020;
}

p {
    font-size: 18px;
}

a {
    text-decoration: none;
    display: inline-block;
    font-family: "Josefin Sans", sans-serif;
    color: #ffffff;
}

a:hover {
    text-decoration: none;
}

/* button css start */
.cmn-btn {
    padding: 15px 35px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
    background-image: -moz-linear-gradient(86deg, rgb(236, 3, 139) 0%, rgb(251, 100, 104) 44%, rgb(251, 185, 54) 100%);
    background-image: -webkit-linear-gradient(86deg, rgb(236, 3, 139) 0%, rgb(251, 100, 104) 44%, rgb(251, 185, 54) 100%);
    background-image: -ms-linear-gradient(86deg, rgb(236, 3, 139) 0%, rgb(251, 100, 104) 44%, rgb(251, 185, 54) 100%);
    box-shadow: 0px 17px 40px 0px rgba(124, 78, 25, 0.35);
    -webkit-transition: background-size 0.3s;
    -o-transition: background-size 0.3s;
    transition: background-size 0.3s;
    color: #ffffff;
}

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

@media (max-width: 767px) {
    .cmn-btn {
        font-size: 14px;
    }
}

.cmn-btn:hover {
    background-size: 300%;
    color: #ffffff;
}

.cmn-btn.style--two {
    background-image: -moz-linear-gradient(45deg, rgb(215, 61, 245) 0%, rgb(143, 61, 245) 100%);
    background-image: -webkit-linear-gradient(45deg, rgb(215, 61, 245) 0%, rgb(143, 61, 245) 100%);
    background-image: -ms-linear-gradient(45deg, rgb(215, 61, 245) 0%, rgb(143, 61, 245) 100%);
    box-shadow: -1.113px 7.922px 16px 0px rgba(143, 61, 245, 0.63);
}

.cmn-btn.style--three {
    background-image: -moz-linear-gradient(7deg, rgb(236, 19, 121) 0%, rgb(108, 0, 146) 100%);
    background-image: -webkit-linear-gradient(7deg, rgb(236, 19, 121) 0%, rgb(108, 0, 146) 100%);
    background-image: -ms-linear-gradient(7deg, rgb(236, 19, 121) 0%, rgb(108, 0, 146) 100%);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}

.cmn-btn.btn--sm {
    padding: 10px 22px;
    font-size: 14px;
}

.btn-border {
    padding: 12px 35px;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: #c4cbf9;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.btn-grp {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -10px;
    margin-right: -10px;
}

.btn-grp *[class*=btn] {
    margin: 5px 10px;
    align-items: center;
}

.btn-grp *[class*=btn].d-flex {
    padding: 8px 35px;
}

*[class*=btn] .btn-sm {
    padding: 6px 20px;
}

/* button css end */
/* form css start */
.form-control:focus {
    background-color: transparent;
    box-shadow: none;
    border-color: #ffb200;
}

input:focus,
input:active,
textarea:focus,
textarea:active {
    border-color: #ffb200;
}

.custom-checkbox {
    padding-left: 30px;
    position: relative;
    overflow: hidden;
}

.custom-checkbox label {
    font-size: 14px !important;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: capitalize !important;
}

.custom-checkbox .checkbox {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-image: -moz-linear-gradient(-45deg, rgb(193, 101, 221) 0%, rgb(92, 39, 254) 100%);
    background-image: -webkit-linear-gradient(-45deg, rgb(193, 101, 221) 0%, rgb(92, 39, 254) 100%);
    background-image: -ms-linear-gradient(-45deg, rgb(193, 101, 221) 0%, rgb(92, 39, 254) 100%);
}

.custom-checkbox .checkbox::before {
    position: absolute;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ffffff;
    font-size: 8px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.1, 1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1, 1.1);
    transform: translate(-50%, -50%) scale(1.1, 1.1);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.custom-checkbox input[type=checkbox] {
    position: absolute;
    left: -100px;
    width: auto;
}

.custom-checkbox input[type=checkbox]:checked+label~.checkbox {
    background-image: -moz-linear-gradient(-45deg, rgb(193, 101, 221) 0%, rgb(92, 39, 254) 100%);
    background-image: -webkit-linear-gradient(-45deg, rgb(193, 101, 221) 0%, rgb(92, 39, 254) 100%);
    background-image: -ms-linear-gradient(-45deg, rgb(193, 101, 221) 0%, rgb(92, 39, 254) 100%);
}

.custom-checkbox input[type=checkbox]:checked+label~.checkbox::before {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
    -ms-transform: translate(-50%, -50%) scale(1, 1);
    transform: translate(-50%, -50%) scale(1, 1);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

/* form css end*/
/* keyframes css start */
@-webkit-keyframes rifaRounded {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        -ms-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-moz-keyframes rifaRounded {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        -ms-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-ms-keyframes rifaRounded {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        -ms-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes rifaRounded {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        -ms-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-webkit-keyframes rifaPulse {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }

    25% {
        -webkit-transform: translate(-50%, -50%) scale(1.05);
        -ms-transform: translate(-50%, -50%) scale(1.05);
        transform: translate(-50%, -50%) scale(1.05);
    }

    50% {
        -webkit-transform: translate(-50%, -50%) scale(1.1);
        -ms-transform: translate(-50%, -50%) scale(1.1);
        transform: translate(-50%, -50%) scale(1.1);
    }

    75% {
        -webkit-transform: translate(-50%, -50%) scale(1.05);
        -ms-transform: translate(-50%, -50%) scale(1.05);
        transform: translate(-50%, -50%) scale(1.05);
    }

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

@-moz-keyframes rifaPulse {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }

    25% {
        -webkit-transform: translate(-50%, -50%) scale(1.05);
        -ms-transform: translate(-50%, -50%) scale(1.05);
        transform: translate(-50%, -50%) scale(1.05);
    }

    50% {
        -webkit-transform: translate(-50%, -50%) scale(1.1);
        -ms-transform: translate(-50%, -50%) scale(1.1);
        transform: translate(-50%, -50%) scale(1.1);
    }

    75% {
        -webkit-transform: translate(-50%, -50%) scale(1.05);
        -ms-transform: translate(-50%, -50%) scale(1.05);
        transform: translate(-50%, -50%) scale(1.05);
    }

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

@-ms-keyframes rifaPulse {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }

    25% {
        -webkit-transform: translate(-50%, -50%) scale(1.05);
        -ms-transform: translate(-50%, -50%) scale(1.05);
        transform: translate(-50%, -50%) scale(1.05);
    }

    50% {
        -webkit-transform: translate(-50%, -50%) scale(1.1);
        -ms-transform: translate(-50%, -50%) scale(1.1);
        transform: translate(-50%, -50%) scale(1.1);
    }

    75% {
        -webkit-transform: translate(-50%, -50%) scale(1.05);
        -ms-transform: translate(-50%, -50%) scale(1.05);
        transform: translate(-50%, -50%) scale(1.05);
    }

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

@keyframes rifaPulse {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }

    25% {
        -webkit-transform: translate(-50%, -50%) scale(1.05);
        -ms-transform: translate(-50%, -50%) scale(1.05);
        transform: translate(-50%, -50%) scale(1.05);
    }

    50% {
        -webkit-transform: translate(-50%, -50%) scale(1.1);
        -ms-transform: translate(-50%, -50%) scale(1.1);
        transform: translate(-50%, -50%) scale(1.1);
    }

    75% {
        -webkit-transform: translate(-50%, -50%) scale(1.05);
        -ms-transform: translate(-50%, -50%) scale(1.05);
        transform: translate(-50%, -50%) scale(1.05);
    }

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

@-webkit-keyframes rifaLight {
    0% {
        opacity: 1;
    }

    25% {
        opacity: 0.6;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 0.6;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes rifaLight {
    0% {
        opacity: 1;
    }

    25% {
        opacity: 0.6;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 0.6;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes rifaLight {
    0% {
        opacity: 1;
    }

    25% {
        opacity: 0.6;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 0.6;
    }

    100% {
        opacity: 1;
    }
}

@keyframes rifaLight {
    0% {
        opacity: 1;
    }

    25% {
        opacity: 0.6;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 0.6;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes colorFlow {
    0% {
        background-size: 100%;
        opacity: 1;
    }

    25% {
        background-size: 150%;
        opacity: 0.5;
    }

    50% {
        background-size: 300%;
        opacity: 0.9;
    }

    75% {
        background-size: 150%;
        opacity: 0.5;
    }

    100% {
        background-size: 100%;
        opacity: 1;
    }
}

@-moz-keyframes colorFlow {
    0% {
        background-size: 100%;
        opacity: 1;
    }

    25% {
        background-size: 150%;
        opacity: 0.5;
    }

    50% {
        background-size: 300%;
        opacity: 0.9;
    }

    75% {
        background-size: 150%;
        opacity: 0.5;
    }

    100% {
        background-size: 100%;
        opacity: 1;
    }
}

@-ms-keyframes colorFlow {
    0% {
        background-size: 100%;
        opacity: 1;
    }

    25% {
        background-size: 150%;
        opacity: 0.5;
    }

    50% {
        background-size: 300%;
        opacity: 0.9;
    }

    75% {
        background-size: 150%;
        opacity: 0.5;
    }

    100% {
        background-size: 100%;
        opacity: 1;
    }
}

@keyframes colorFlow {
    0% {
        background-size: 100%;
        opacity: 1;
    }

    25% {
        background-size: 150%;
        opacity: 0.5;
    }

    50% {
        background-size: 300%;
        opacity: 0.9;
    }

    75% {
        background-size: 150%;
        opacity: 0.5;
    }

    100% {
        background-size: 100%;
        opacity: 1;
    }
}

/* keyframes css end */
/* header start */
.header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9;
}

.header.menu-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}

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

.header.menu-fixed .header__bottom {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    /* background-color: #070B28; */
    background: linear-gradient(135deg, #7c2d12 0%, #f59e0b 50%, #d97706 100%);
    padding: 0px 0;
}

.header.menu-fixed .header__bottom .main-menu li a {
    padding: 30px 15px 30px 0;
}

@media (max-width: 1199px) {
    .header.menu-fixed .header__bottom .main-menu li a {
        padding: 10px 0;
    }
}

.header.menu-fixed .header__bottom .main-menu li .sub-menu li a {
    padding: 8px 20px;
}

.header__top {
    padding: 10px 0;
    border-bottom: 1px solid rgba(90, 75, 204, 0.502);
}

@media (max-width: 1199px) {
    .header__top {
        padding: 8px 0;
    }
}

@media (max-width: 575px) {
    .header__top .left {
        justify-content: center;
    }
}

.header__top .left a {
    font-size: 16px;
}

@media (max-width: 1199px) {
    .header__top .left a {
        font-size: 14px;
    }
}

.header__top .left .language {
    margin-left: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.header__top .left .language i {
    color: #ffffff;
    font-size: 18px;
    margin-right: 5px;
}

@media (max-width: 1199px) {
    .header__top .left .language i {
        font-size: 15px;
    }
}

.header__top .left .language .nice-select {
    width: auto;
    background-color: transparent;
    padding-left: 0;
    padding-right: 10px;
    min-height: 40px;
    line-height: 47px;
    border: none;
}

.header__top .left .language .nice-select::after {
    right: 0;
    margin-top: -2px;
}

.header__top .left .language .nice-select .list {
    background-color: transparent;
    background-image: -moz-linear-gradient(7deg, rgb(236, 19, 121) 0%, rgb(108, 0, 146) 100%);
    background-image: -webkit-linear-gradient(7deg, rgb(236, 19, 121) 0%, rgb(108, 0, 146) 100%);
    background-image: -ms-linear-gradient(7deg, rgb(236, 19, 121) 0%, rgb(108, 0, 146) 100%);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    width: 75px;
}

.header__top .left .language .nice-select .option {
    background-color: transparent;
    padding-left: 10px;
    padding-right: 10px;
    color: #ffffff;
}

@media (max-width: 1199px) {
    .header__top .left .language .nice-select .current {
        font-size: 14px;
    }
}

.header__top .right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

@media (max-width: 575px) {
    .header__top .right {
        justify-content: center;
    }
}

.header__top .right .product__cart {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.header__top .right .total__amount {
    background-color: #2c0341;
    padding: 5px 18px;
    color: #ffffff;
    font-size: 12px;
}

@media (max-width: 1199px) {
    .header__top .right .total__amount {
        padding: 4px 10px;
        font-size: 14px;
    }
}

.header__top .right .amount__btn {
    background-color: transparent;
    margin-left: 15px;
    position: relative;
    padding-top: 7px;
}

.header__top .right .amount__btn i {
    color: #ffffff;
    font-size: 30px;
}

@media (max-width: 1199px) {
    .header__top .right .amount__btn i {
        font-size: 24px;
    }
}

.header__top .right .amount__btn .cart__num {
    position: absolute;
    top: -2px;
    right: -8px;
    min-width: 22px;
    min-height: 22px;
    font-size: 12px;
    line-height: 22px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-image: -moz-linear-gradient(135deg, rgb(135, 57, 230) 0%, rgb(84, 150, 255) 100%);
    background-image: -webkit-linear-gradient(135deg, rgb(135, 57, 230) 0%, rgb(84, 150, 255) 100%);
    background-image: -ms-linear-gradient(135deg, rgb(135, 57, 230) 0%, rgb(84, 150, 255) 100%);
    box-shadow: 0px 19px 56px 0px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.header__top .right .user__btn {
    margin-left: 38px;
    width: 40px;
    height: 40px;
    background-color: #5a4bcc;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    line-height: 48px;
}

@media (max-width: 1199px) {
    .header__top .right .user__btn {
        width: 30px;
        height: 30px;
        line-height: 36px;
    }
}

.header__top .right .user__btn i {
    font-size: 24px;
}

@media (max-width: 1199px) {
    .header__top .right .user__btn i {
        font-size: 20px;
    }
}

.header__bottom {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 1199px) {
    .header__bottom {
        padding: 10px 0;
    }
}

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

@media (max-width: 1199px) {
    .header .main-menu {
        padding: 10px 0;
    }
}

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

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

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

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

.header .main-menu li.menu_has_children>a::before {
    position: absolute;
    content: "\f107";
    font-family: "Line Awesome Free";
    font-size: 16px;
    font-weight: 900;
    top: 0;
    right: 0;
    color: #c4cbf9;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: none;
}

@media (max-width: 1199px) {
    .header .main-menu li.menu_has_children>a::before {
        display: block;
        top: 9px;
    }
}

.header .main-menu li.menu_has_children:hover>a::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #ffb200;
}

.header .main-menu li a {
    padding: 42px 15px 42px 0;
    text-transform: uppercase;
   font-family: "Poppins", sans-serif;
    color: #fff;
    font-size: 13px;
    position: relative;
    color: #ffd700;
    font-weight: 600;
}

@media (max-width: 1199px) {
    .header .main-menu li a {
        padding: 8px 0;
        display: block;
        font-family: "Poppins", sans-serif;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
}

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

.header .main-menu li .sub-menu {
    position: absolute;
    width: 220px;
    top: 105%;
    left: -20px;
    z-index: 999;
    background-image: -moz-linear-gradient(7deg, rgb(236, 19, 121) 0%, rgb(108, 0, 146) 100%);
    background-image: -webkit-linear-gradient(7deg, rgb(236, 19, 121) 0%, rgb(108, 0, 146) 100%);
    background-image: -ms-linear-gradient(7deg, rgb(236, 19, 121) 0%, rgb(108, 0, 146) 100%);
    padding: 10px 0;
    -webkit-box-shadow: 0px 18px 54px -8px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 18px 54px -8px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 1199px) {
    .header .main-menu li .sub-menu {
        opacity: 1;
        visibility: visible;
        display: none;
        position: static;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        width: 100%;
    }
}

.header .main-menu li .sub-menu li a {
    padding: 8px 20px;
    display: block;
    color: #ffffff;
    font-size: 14px;
}

@media (max-width: 1199px) {
    .header .main-menu li .sub-menu li a {
        font-size: 16px;
    }
}

.header .main-menu li .sub-menu li a:hover {
    background-color: rgba(38, 174, 97, 0.05);
    color: #ffffff;
    text-decoration: underline;
}

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

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

.header .main-menu li+li {
    margin-left: 20px;
}

@media (max-width: 1199px) {
    .header .main-menu li+li {
        margin-left: 0;
    }
}

.header .nav-right {
    margin-left: 30px;
}

@media (max-width: 1199px) {
    .header .nav-right {
        margin-left: 0;
    }
}

.header .nav-right .cmn-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

@media (max-width: 1199px) {
    .header .nav-right .cmn-btn {
        display: inline-block;
        margin-bottom: 15px;
    }
}

.header .nav-right .cmn-btn i {
    margin-right: 6px;
    font-size: 22px;
    color: #ffb200;
}

@media (max-width: 1199px) {
    .navbar-collapse {
        padding: 0 20px;
        background: linear-gradient(135deg, #7c2d12 0%, #f59e0b 50%, #d97706 100%);
    }
}

@media (max-width: 1199px) {
    .navbar-collapse {
        max-height: 550px;
        overflow: auto;
    }
}

@media (max-width: 767px) {
    .navbar-collapse {
        max-height: 365px;
        overflow: auto;
    }
}

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

.navbar-toggler:focus {
    border: none;
    outline: none;
}

.menu-toggle {
    margin: 10px 0;
    position: relative;
    display: block;
    width: 35px;
    height: 20px;
    cursor: pointer;
    background: transparent;
    border-top: 2px solid;
    border-bottom: 2px solid;
    color: #000000;
    font-size: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}

@media (max-width: 1199px) {
    .menu-toggle {
        color: #ffffff;
    }
}

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

@media (max-width: 1199px) {

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

span.is-active {
    border-color: transparent;
}

span.is-active:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

span.is-active:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

span.menu-toggle:hover {
    color: #000000;
}

@media (max-width: 1199px) {
    span.menu-toggle:hover {
        color: #ffffff;
    }
}

span.is-active {
    border-color: transparent;
}

span.is-active:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

span.is-active:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

/* header end */
/* hero css start */
.hero {
    position: relative;
    padding-top: 303px;
    padding-bottom: 253px;
    background-image: -moz-linear-gradient(90deg, rgb(232, 42, 122) 0%, rgb(54, 3, 84) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(232, 42, 122) 0%, rgb(54, 3, 84) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(232, 42, 122) 0%, rgb(54, 3, 84) 100%);
    z-index: 1;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .hero {
        padding-top: 285px;
        padding-bottom: 215px;
    }
}

@media (max-width: 991px) {
    .hero {
        padding-top: 240px;
        padding-bottom: 450px;
    }
}

@media (max-width: 767px) {
    .hero {
        padding-bottom: 385px;
    }
}

@media (max-width: 575px) {
    .hero {
        padding-top: 250px;
    }
}

.hero__shape {
    position: absolute;
    left: 0;
    bottom: -5px;
    z-index: -1;
}

.hero__element {
    position: absolute;
    bottom: -75px;
    left: -24px;
    width: 62%;
    z-index: -1;
}

.hero__element img {
    width: 100%;
}

@media (max-width: 991px) {
    .hero__content {
        text-align: center;
    }
}

.hero__content p {
    color: #ffffff;
    font-size: 24px;
}

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

@media (max-width: 575px) {
    .hero__content p {
        font-size: 16px;
    }
}

.hero__subtitle {
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffb200;
    margin-bottom: 10px;
}

@media (max-width: 1350px) {
    .hero__subtitle {
        font-size: 24px;
    }
}

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

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

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

.hero__title {
    font-size: 120px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1;
}

@media (max-width: 1350px) {
    .hero__title {
        font-size: 102px;
    }
}

@media (max-width: 1199px) {
    .hero__title {
        font-size: 90px;
    }
}

@media (max-width: 991px) {
    .hero__title {
        font-size: 72px;
    }
}

@media (max-width: 767px) {
    .hero__title {
        font-size: 56px;
    }
}

@media (max-width: 575px) {
    .hero__title {
        font-size: 48px;
    }
}

@media (max-width: 380px) {
    .hero__title {
        font-size: 36px;
    }
}

.hero__btn {
    margin-top: 30px;
}

@media (max-width: 480px) {
    .hero__btn {
        display: inline-grid;
        display: -moz-inline-grid;
        display: -ms-inline-grid;
    }
}

@media (max-width: 480px) {
    .hero__btn .cmn-btn {
        margin-bottom: 45px;
    }
}

.hero__btn .video-btn {
    margin-left: 30px;
}

@media (max-width: 480px) {
    .hero__btn .video-btn {
        margin: 0 auto;
    }
}

.hero__thumb {
    display: none;
}

.hero__car {
    width: 1150px;
    height: 725px;
    position: absolute;
    right: 0;
    top: 15%;
    overflow: hidden;
}

@media (max-width: 991px) {
    .hero__car {
        height: 475px;
        top: auto;
        bottom: 0;
    }
}

@media (max-width: 767px) {
    .hero__car {
        height: 345px;
    }
}

@media (max-width: 575px) {
    .hero__car {
        bottom: 3%;
    }
}

.hero__car img {
    position: absolute;
    top: 50%;
    left: 55%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 1700px) {
    .hero__car img {
        max-width: 60%;
        left: 65%;
    }
}

@media (max-width: 1350px) {
    .hero__car img {
        max-width: 50%;
        left: 70%;
    }
}

@media (max-width: 1199px) {
    .hero__car img {
        max-width: 40%;
        left: 78%;
    }
}

@media (max-width: 991px) {
    .hero__car img {
        left: 65%;
    }
}

@media (max-width: 767px) {
    .hero__car img {
        max-width: 30%;
        left: 70%;
    }
}

@media (max-width: 575px) {
    .hero__car img {
        left: 80%;
    }
}

@media (max-width: 480px) {
    .hero__car img {
        max-width: 25%;
        left: 85%;
    }
}

.hero__car .car-ray {
    animation: rifaRounded 20s infinite linear;
    z-index: -2;
}

.hero__car .car-light {
    animation: rifaLight 2s infinite linear;
    z-index: -1;
}

.hero__car .car-star {
    animation: rifaLight 2s infinite linear;
}

.hero .hero__shape-left {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    z-index: -1;
}

.hero .hero__shape-left img {
    height: 100%;
}

.hero.style--two {
    padding-bottom: 365px;
    overflow: hidden;
}

.hero.style--two .hero__title {
    font-size: 110px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1;
}

@media (max-width: 1750px) {
    .hero.style--two .hero__title {
        font-size: 76px;
    }
}

@media (max-width: 1199px) {
    .hero.style--two .hero__title {
        font-size: 62px;
    }
}

@media (max-width: 575px) {
    .hero.style--two .hero__title {
        font-size: 48px;
    }
}

@media (max-width: 380px) {
    .hero.style--two .hero__title {
        font-size: 36px;
    }
}

@media (max-width: 1650px) {
    .hero.style--two .hero__content p {
        font-size: 22px;
    }
}

@media (max-width: 1199px) {
    .hero.style--two .hero__content p {
        font-size: 18px;
    }
}

.hero.style--two .hero__shape {
    bottom: -2px;
    left: 0;
    z-index: 1;
}

.hero.style--two *[class*=hero-e] {
    position: absolute;
    z-index: -1;
}

.hero.style--two .hero-e1 {
    left: 0;
    bottom: 0;
}

.hero.style--two .hero-e2 {
    top: 0;
    right: 0;
}

.hero.style--two .hero-e3 {
    top: 23%;
    left: 14%;
    opacity: 0.25;
}

.hero.style--two .hero-e4 {
    top: 28%;
    left: 42%;
}

.hero.style--two .hero-e5 {
    top: 15%;
    left: 28%;
    opacity: 0.2;
}

.hero.style--two .hero-car {
    position: absolute;
    width: 765px;
    height: 620px;
    top: 20%;
    right: 0;
}

@media (max-width: 1450px) {
    .hero.style--two .hero-car {
        height: 475px;
        right: -85px;
        top: 25%;
    }
}

@media (max-width: 1199px) {
    .hero.style--two .hero-car {
        width: 715px;
        height: 425px;
        right: -18%;
        top: 20%;
    }
}

@media (max-width: 991px) {
    .hero.style--two .hero-car {
        display: none;
    }
}

.hero.style--two .hero-car div[class*=el] {
    position: absolute;
}

@media (max-width: 1450px) {
    .hero.style--two .hero-car div[class*=el] img {
        width: 75%;
    }
}

@media (max-width: 1199px) {
    .hero.style--two .hero-car div[class*=el] img {
        width: 60%;
    }
}

.hero.style--two .hero-car .el-car {
    left: 0;
    bottom: 5%;
}

@media (max-width: 1350px) {
    .hero.style--two .hero-car .el-car {
        text-align: center;
    }
}

.hero.style--two .hero-car .el-girl {
    bottom: 0;
    right: 5%;
}

@media (max-width: 1350px) {
    .hero.style--two .hero-car .el-girl {
        right: 3%;
    }
}

@media (max-width: 1199px) {
    .hero.style--two .hero-car .el-girl {
        right: 22%;
    }
}

@media (max-width: 1199px) {
    .hero.style--two .hero-car .el-girl img {
        width: 55% !important;
    }
}

.hero.style--two .hero-car .el-star {
    top: 10%;
    left: 40%;
}

.hero.style--two .hero-car .el-star-2 {
    top: 25%;
    left: 25%;
}

.hero.style--two .hero-car-main {
    position: absolute;
    top: 20%;
    right: 0;
    text-align: right;
}

@media (max-width: 1450px) {
    .hero.style--two .hero-car-main {
        top: 25%;
    }
}

@media (max-width: 991px) {
    .hero.style--two .hero-car-main {
        display: none;
    }
}

@media (max-width: 1650px) {
    .hero.style--two .hero-car-main img {
        width: 80%;
    }
}

@media (max-width: 1450px) {
    .hero.style--two .hero-car-main img {
        width: 70%;
    }
}

@media (max-width: 1199px) {
    .hero.style--two .hero-car-main img {
        width: 60%;
    }
}

.hero.style--three {
    background-color: transparent;
    background-image: none;
    padding-bottom: 405px;
}

@media (max-width: 991px) {
    .hero.style--three {
        padding-bottom: 200px;
    }
}

@media (max-width: 767px) {
    .hero.style--three {
        padding-bottom: 150px;
    }
}

@media (max-width: 767px) {
    .hero.style--three {
        padding-bottom: 30px;
    }
}

.hero.style--three .hero__circle,
.hero.style--three .hero__obj,
.hero.style--three .hero__car-left,
.hero.style--three .hero__bike,
.hero.style--three .hero__car-right {
    position: absolute;
    z-index: -1;
}

.hero.style--three .hero__circle {
    top: -27px;
}

.hero.style--three .hero__obj {
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.hero.style--three .hero__bike {
    bottom: 0;
    left: 40%;
}

@media (max-width: 991px) {
    .hero.style--three .hero__bike {
        display: none;
    }
}

.hero.style--three .hero__bike img {
    width: 90%;
}

@media (max-width: 1650px) {
    .hero.style--three .hero__bike img {
        width: 70%;
    }
}

@media (max-width: 1450px) {
    .hero.style--three .hero__bike img {
        width: 60%;
    }
}

@media (max-width: 1199px) {
    .hero.style--three .hero__bike img {
        width: 50%;
    }
}

.hero.style--three .hero__car-left {
    bottom: 2%;
    left: 1%;
    text-align: left;
}

@media (max-width: 991px) {
    .hero.style--three .hero__car-left {
        display: none;
    }
}

@media (max-width: 1650px) {
    .hero.style--three .hero__car-left img {
        width: 80%;
    }
}

@media (max-width: 1450px) {
    .hero.style--three .hero__car-left img {
        width: 70%;
    }
}

@media (max-width: 1199px) {
    .hero.style--three .hero__car-left img {
        width: 50%;
    }
}

.hero.style--three .hero__car-right {
    bottom: 6%;
    right: 3%;
    text-align: right;
}

@media (max-width: 991px) {
    .hero.style--three .hero__car-right {
        display: none;
    }
}

@media (max-width: 1650px) {
    .hero.style--three .hero__car-right img {
        width: 80%;
    }
}

@media (max-width: 1450px) {
    .hero.style--three .hero__car-right img {
        width: 60%;
    }
}

@media (max-width: 1199px) {
    .hero.style--three .hero__car-right img {
        width: 45%;
    }
}

.video-btn {
    width: 37px;
    height: 37px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    background-image: -moz-linear-gradient(45deg, rgb(215, 61, 245) 0%, rgb(143, 61, 245) 100%);
    background-image: -webkit-linear-gradient(45deg, rgb(215, 61, 245) 0%, rgb(143, 61, 245) 100%);
    background-image: -ms-linear-gradient(45deg, rgb(215, 61, 245) 0%, rgb(143, 61, 245) 100%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: relative;
    z-index: 1;
}

.video-btn::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 57px;
    height: 54px;
    background-image: -moz-linear-gradient(45deg, rgb(215, 61, 245) 0%, rgb(143, 61, 245) 100%);
    background-image: -webkit-linear-gradient(45deg, rgb(215, 61, 245) 0%, rgb(143, 61, 245) 100%);
    background-image: -ms-linear-gradient(45deg, rgb(215, 61, 245) 0%, rgb(143, 61, 245) 100%);
    opacity: 0.6;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 27% 33% 15% 48%/21% 47% 35% 51%;
    -webkit-border-radius: 27% 33% 15% 48%/21% 47% 35% 51%;
    -moz-border-radius: 27% 33% 15% 48%/21% 47% 35% 51%;
    -ms-border-radius: 27% 33% 15% 48%/21% 47% 35% 51%;
    -o-border-radius: 27% 33% 15% 48%/21% 47% 35% 51%;
    animation: flowRubber 5s infinite linear;
    animation-delay: 0.5s;
}

.video-btn::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 73px;
    height: 74px;
    background-image: -moz-linear-gradient(45deg, rgb(215, 61, 245) 0%, rgb(143, 61, 245) 100%);
    background-image: -webkit-linear-gradient(45deg, rgb(215, 61, 245) 0%, rgb(143, 61, 245) 100%);
    background-image: -ms-linear-gradient(45deg, rgb(215, 61, 245) 0%, rgb(143, 61, 245) 100%);
    opacity: 0.4;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 20% 38% 25% 53%/12% 47% 35% 51%;
    -webkit-border-radius: 20% 38% 25% 53%/12% 47% 35% 51%;
    -moz-border-radius: 20% 38% 25% 53%/12% 47% 35% 51%;
    -ms-border-radius: 20% 38% 25% 53%/12% 47% 35% 51%;
    -o-border-radius: 20% 38% 25% 53%/12% 47% 35% 51%;
    animation: flowRubber 5s infinite linear;
}

@-webkit-keyframes flowRubber {
    0% {
        border-radius: 20% 38% 25% 53%/12% 47% 35% 51%;
        -webkit-border-radius: 20% 38% 25% 53%/12% 47% 35% 51%;
        -moz-border-radius: 20% 38% 25% 53%/12% 47% 35% 51%;
        -ms-border-radius: 20% 38% 25% 53%/12% 47% 35% 51%;
        -o-border-radius: 20% 38% 25% 53%/12% 47% 35% 51%;
    }

    25% {
        border-radius: 84% 43% 59% 45%/62% 38% 67% 49%;
        -webkit-border-radius: 84% 43% 59% 45%/62% 38% 67% 49%;
        -moz-border-radius: 84% 43% 59% 45%/62% 38% 67% 49%;
        -ms-border-radius: 84% 43% 59% 45%/62% 38% 67% 49%;
        -o-border-radius: 84% 43% 59% 45%/62% 38% 67% 49%;
    }

    50% {
        border-radius: 69% 70% 59% 86%/80% 77% 67% 49%;
        -webkit-border-radius: 69% 70% 59% 86%/80% 77% 67% 49%;
        -moz-border-radius: 69% 70% 59% 86%/80% 77% 67% 49%;
        -ms-border-radius: 69% 70% 59% 86%/80% 77% 67% 49%;
        -o-border-radius: 69% 70% 59% 86%/80% 77% 67% 49%;
    }

    75% {
        border-radius: 35% 70% 24% 94%/64% 61% 67% 49%;
        -webkit-border-radius: 35% 70% 24% 94%/64% 61% 67% 49%;
        -moz-border-radius: 35% 70% 24% 94%/64% 61% 67% 49%;
        -ms-border-radius: 35% 70% 24% 94%/64% 61% 67% 49%;
        -o-border-radius: 35% 70% 24% 94%/64% 61% 67% 49%;
    }

    100% {
        border-radius: 20% 38% 25% 53%/12% 47% 35% 51%;
        -webkit-border-radius: 20% 38% 25% 53%/12% 47% 35% 51%;
        -moz-border-radius: 20% 38% 25% 53%/12% 47% 35% 51%;
        -ms-border-radius: 20% 38% 25% 53%/12% 47% 35% 51%;
        -o-border-radius: 20% 38% 25% 53%/12% 47% 35% 51%;
    }
}

@-moz-keyframes flowRubber {
    0% {
        border-radius: 20% 38% 25% 53%/12% 47% 35% 51%;
        -webkit-border-radius: 20% 38% 25% 53%/12% 47% 35% 51%;
        -moz-border-radius: 20% 38% 25% 53%/12% 47% 35% 51%;
        -ms-border-radius: 20% 38% 25% 53%/12% 47% 35% 51%;
        -o-border-radius: 20% 38% 25% 53%/12% 47% 35% 51%;
    }

    25% {
        border-radius: 84% 43% 59% 45%/62% 38% 67% 49%;
        -webkit-border-radius: 84% 43% 59% 45%/62% 38% 67% 49%;
        -moz-border-radius: 84% 43% 59% 45%/62% 38% 67% 49%;
        -ms-border-radius: 84% 43% 59% 45%/62% 38% 67% 49%;
        -o-border-radius: 84% 43% 59% 45%/62% 38% 67% 49%;
    }

    50% {
        border-radius: 69% 70% 59% 86%/80% 77% 67% 49%;
        -webkit-border-radius: 69% 70% 59% 86%/80% 77% 67% 49%;
        -moz-border-radius: 69% 70% 59% 86%/80% 77% 67% 49%;
        -ms-border-radius: 69% 70% 59% 86%/80% 77% 67% 49%;
        -o-border-radius: 69% 70% 59% 86%/80% 77% 67% 49%;
    }

    75% {
        border-radius: 35% 70% 24% 94%/64% 61% 67% 49%;
        -webkit-border-radius: 35% 70% 24% 94%/64% 61% 67% 49%;
        -moz-border-radius: 35% 70% 24% 94%/64% 61% 67% 49%;
        -ms-border-radius: 35% 70% 24% 94%/64% 61% 67% 49%;
        -o-border-radius: 35% 70% 24% 94%/64% 61% 67% 49%;
    }

    100% {
        border-radius: 20% 38% 25% 53%/12% 47% 35% 51%;
        -webkit-border-radius: 20% 38% 25% 53%/12% 47% 35% 51%;
        -moz-border-radius: 20% 38% 25% 53%/12% 47% 35% 51%;
        -ms-border-radius: 20% 38% 25% 53%/12% 47% 35% 51%;
        -o-border-radius: 20% 38% 25% 53%/12% 47% 35% 51%;
    }
}

@-ms-keyframes flowRubber {
    0% {
        border-radius: 20% 38% 25% 53%/12% 47% 35% 51%;
        -webkit-border-radius: 20% 38% 25% 53%/12% 47% 35% 51%;
        -moz-border-radius: 20% 38% 25% 53%/12% 47% 35% 51%;
        -ms-border-radius: 20% 38% 25% 53%/12% 47% 35% 51%;
        -o-border-radius: 20% 38% 25% 53%/12% 47% 35% 51%;
    }

    25% {
        border-radius: 84% 43% 59% 45%/62% 38% 67% 49%;
        -webkit-border-radius: 84% 43% 59% 45%/62% 38% 67% 49%;
        -moz-border-radius: 84% 43% 59% 45%/62% 38% 67% 49%;
        -ms-border-radius: 84% 43% 59% 45%/62% 38% 67% 49%;
        -o-border-radius: 84% 43% 59% 45%/62% 38% 67% 49%;
    }

    50% {
        border-radius: 69% 70% 59% 86%/80% 77% 67% 49%;
        -webkit-border-radius: 69% 70% 59% 86%/80% 77% 67% 49%;
        -moz-border-radius: 69% 70% 59% 86%/80% 77% 67% 49%;
        -ms-border-radius: 69% 70% 59% 86%/80% 77% 67% 49%;
        -o-border-radius: 69% 70% 59% 86%/80% 77% 67% 49%;
    }

    75% {
        border-radius: 35% 70% 24% 94%/64% 61% 67% 49%;
        -webkit-border-radius: 35% 70% 24% 94%/64% 61% 67% 49%;
        -moz-border-radius: 35% 70% 24% 94%/64% 61% 67% 49%;
        -ms-border-radius: 35% 70% 24% 94%/64% 61% 67% 49%;
        -o-border-radius: 35% 70% 24% 94%/64% 61% 67% 49%;
    }

    100% {
        border-radius: 20% 38% 25% 53%/12% 47% 35% 51%;
        -webkit-border-radius: 20% 38% 25% 53%/12% 47% 35% 51%;
        -moz-border-radius: 20% 38% 25% 53%/12% 47% 35% 51%;
        -ms-border-radius: 20% 38% 25% 53%/12% 47% 35% 51%;
        -o-border-radius: 20% 38% 25% 53%/12% 47% 35% 51%;
    }
}

@keyframes flowRubber {
    0% {
        border-radius: 20% 38% 25% 53%/12% 47% 35% 51%;
        -webkit-border-radius: 20% 38% 25% 53%/12% 47% 35% 51%;
        -moz-border-radius: 20% 38% 25% 53%/12% 47% 35% 51%;
        -ms-border-radius: 20% 38% 25% 53%/12% 47% 35% 51%;
        -o-border-radius: 20% 38% 25% 53%/12% 47% 35% 51%;
    }

    25% {
        border-radius: 84% 43% 59% 45%/62% 38% 67% 49%;
        -webkit-border-radius: 84% 43% 59% 45%/62% 38% 67% 49%;
        -moz-border-radius: 84% 43% 59% 45%/62% 38% 67% 49%;
        -ms-border-radius: 84% 43% 59% 45%/62% 38% 67% 49%;
        -o-border-radius: 84% 43% 59% 45%/62% 38% 67% 49%;
    }

    50% {
        border-radius: 69% 70% 59% 86%/80% 77% 67% 49%;
        -webkit-border-radius: 69% 70% 59% 86%/80% 77% 67% 49%;
        -moz-border-radius: 69% 70% 59% 86%/80% 77% 67% 49%;
        -ms-border-radius: 69% 70% 59% 86%/80% 77% 67% 49%;
        -o-border-radius: 69% 70% 59% 86%/80% 77% 67% 49%;
    }

    75% {
        border-radius: 35% 70% 24% 94%/64% 61% 67% 49%;
        -webkit-border-radius: 35% 70% 24% 94%/64% 61% 67% 49%;
        -moz-border-radius: 35% 70% 24% 94%/64% 61% 67% 49%;
        -ms-border-radius: 35% 70% 24% 94%/64% 61% 67% 49%;
        -o-border-radius: 35% 70% 24% 94%/64% 61% 67% 49%;
    }

    100% {
        border-radius: 20% 38% 25% 53%/12% 47% 35% 51%;
        -webkit-border-radius: 20% 38% 25% 53%/12% 47% 35% 51%;
        -moz-border-radius: 20% 38% 25% 53%/12% 47% 35% 51%;
        -ms-border-radius: 20% 38% 25% 53%/12% 47% 35% 51%;
        -o-border-radius: 20% 38% 25% 53%/12% 47% 35% 51%;
    }
}

/* hero css end */
/* inner-hero-section css start */
.inner-hero-section {
    padding-top: 70px;
    padding-bottom: 375px;
    background-image: -moz-linear-gradient(90deg, rgb(232, 42, 122) 0%, rgb(54, 3, 84) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(232, 42, 122) 0%, rgb(54, 3, 84) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(232, 42, 122) 0%, rgb(54, 3, 84) 100%);
    position: relative;
    overflow: hidden;
}

.inner-hero-section .bg-shape {
    position: absolute;
    left: 0;
    bottom: -5px;
}

.inner-hero-section .inner-page-content {
    text-align: center;
}

.inner-hero-section .inner-page-content .title {
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
}

@media (max-width: 1199px) {
    .inner-hero-section .inner-page-content .title {
        font-size: 56px;
    }
}

@media (max-width: 991px) {
    .inner-hero-section .inner-page-content .title {
        font-size: 48px;
    }
}

@media (max-width: 767px) {
    .inner-hero-section .inner-page-content .title {
        font-size: 36px;
    }
}

@media (max-width: 575px) {
    .inner-hero-section .inner-page-content .title {
        font-size: 32px;
    }
}

.inner-hero-section .inner-page-content p {
    color: #e4e3fc;
}

.inner-hero-section.style--two {
    padding-bottom: 150px;
}

.inner-hero-section.style--three {
    padding-bottom: 190px;
}

.inner-hero-section.style--four {
    padding-bottom: 250px;
}

.inner-hero-section.style--five {
    padding-bottom: 150px;
}

.inner-hero-section.style--six {
    padding-bottom: 350px;
}

.page-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px -15px;
}

@media (max-width: 575px) {
    .page-list {
        padding-left: 15px;
    }
}

.page-list li {
    padding: 5px 15px;
    position: relative;
    text-transform: capitalize;
    color: #ffffff;
}

.page-list li:first-child::before {
    display: none;
}

.page-list li::before {
    position: absolute;
    content: "\f30b";
    font-family: "Line Awesome Free";
    font-weight: 900;
    color: #ffffff;
    left: -8px;
}

.page-list li a {
    text-transform: capitalize;
}

/* inner-hero-section css end */
/* about section css start */
.about-wrapper {
    padding: 120px 50px 200px 50px;
    background-image: -moz-linear-gradient(120deg, rgb(59, 38, 219) 1%, rgb(123, 25, 203) 100%);
    background-image: -webkit-linear-gradient(120deg, rgb(59, 38, 219) 1%, rgb(123, 25, 203) 100%);
    background-image: -ms-linear-gradient(120deg, rgb(59, 38, 219) 1%, rgb(123, 25, 203) 100%);
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    position: relative;
}

@media (max-width: 991px) {
    .about-wrapper {
        padding-bottom: 150px;
    }
}

@media (max-width: 767px) {
    .about-wrapper {
        padding: 30px 30px 120px 30px;
    }
}

.about-wrapper__header {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

@media (max-width: 575px) {
    .about-wrapper__header {
        width: 100%;
    }
}

.about-wrapper__title-top {
    font-size: 24px;
    font-weight: 600;
    color: #ffb200;
    margin-bottom: 10px;
}

.about-wrapper__title {
    font-size: 60px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
}

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

@media (max-width: 991px) {
    .about-wrapper__title {
        font-size: 48px;
    }
}

@media (max-width: 767px) {
    .about-wrapper__title {
        font-size: 36px;
    }
}

@media (max-width: 575px) {
    .about-wrapper__title {
        font-size: 32px;
    }
}

.about-wrapper__content p+p {
    margin-top: 20px;
}

/* about section css end */
/* next-draw-section css start */
.next-draw-area {
    padding: 50px 50px;
    background-color: #0f0233;
    border: 1px solid rgba(92, 82, 172, 0.4);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1199px) {
    .next-draw-area {
        padding: 30px;
    }
}

.next-draw-area .left {
    width: 26%;
}

@media (max-width: 1199px) {
    .next-draw-area .left {
        width: 32%;
    }
}

@media (max-width: 991px) {
    .next-draw-area .left {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
}

.next-draw-area .left .title {
    font-size: 40px;
}

@media (max-width: 575px) {
    .next-draw-area .left .title {
        font-size: 32px;
    }
}

.next-draw-area .middle {
    width: 43%;
}

@media (max-width: 1199px) {
    .next-draw-area .middle {
        width: 45%;
    }
}

@media (max-width: 991px) {
    .next-draw-area .middle {
        width: 60%;
    }
}

@media (max-width: 767px) {
    .next-draw-area .middle {
        width: 100%;
    }
}

.next-draw-area .middle p {
    color: #22b868;
    font-size: 24px;
    text-align: center;
}

.next-draw-area .middle .clock2 {
    justify-content: center;
    margin: 0;
}

.next-draw-area .middle .clock2 div {
    width: 25%;
    margin: 0;
    position: relative;
    justify-content: center;
}

.next-draw-area .middle .clock2 div:last-child::after {
    display: none;
}

.next-draw-area .middle .clock2 div::after {
    position: absolute;
    content: "";
    top: 9px;
    right: 0;
    width: 3px;
    height: 35px;
    background-color: #444781;
}

@media (max-width: 440px) {
    .next-draw-area .middle .clock2 div::after {
        height: 25px;
        top: 5px;
    }
}

.next-draw-area .middle .clock2 span,
.next-draw-area .middle .clock2 p {
    font-size: 36px;
    font-weight: 500;
    color: #ffffff;
}

@media (max-width: 440px) {

    .next-draw-area .middle .clock2 span,
    .next-draw-area .middle .clock2 p {
        font-size: 24px;
    }
}

@media (max-width: 380px) {

    .next-draw-area .middle .clock2 span,
    .next-draw-area .middle .clock2 p {
        font-size: 22px;
    }
}

.next-draw-area .right {
    width: 16%;
    text-align: right;
}

@media (max-width: 1199px) {
    .next-draw-area .right {
        width: 20%;
    }
}

@media (max-width: 991px) {
    .next-draw-area .right {
        width: 30%;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .next-draw-area .right {
        width: 100%;
        margin-top: 15px;
    }
}

/* next-draw-section css end */
/* how to play section css start */
.z-index-two {
    z-index: 1;
}

.play-elements {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    z-index: -1;
}

@media (max-width: 575px) {
    .play-elements {
        display: none;
    }
}

@media (max-width: 1199px) {
    .play-elements img {
        width: 60%;
    }
}

@media (max-width: 767px) {
    .play-elements img {
        width: 45%;
    }
}

.play-card {
    padding: 30px 25px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.play-card:hover {
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.play-card:hover .play-card__icon::after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}

.play-card__icon {
    position: relative;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    margin: 0 auto;
    background-color: rgb(53, 40, 130);
    box-shadow: 0px 13px 21px 0px rgba(215, 38, 116, 0.6), inset 0px 0px 15px 5px #fd4099;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 1;
}

.play-card__icon::after {
    position: absolute;
    content: "";
    top: -15px;
    left: -15px;
    width: 130px;
    height: 130px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.play-card__icon .play-card__number {
    position: absolute;
    bottom: -6px;
    right: -21px;
    width: 40px;
    height: 40px;
    background-image: -moz-linear-gradient(-45deg, rgb(193, 101, 221) 0%, rgb(92, 39, 254) 100%);
    background-image: -webkit-linear-gradient(-45deg, rgb(193, 101, 221) 0%, rgb(92, 39, 254) 100%);
    background-image: -ms-linear-gradient(-45deg, rgb(193, 101, 221) 0%, rgb(92, 39, 254) 100%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    line-height: 44px;
    font-size: 22px;
    color: #ffffff;
}

.play-card__content {
    text-align: center;
    margin-top: 50px;
}

.play-card__content p {
    margin-top: 10px;
}

.play-card__title {
    text-transform: uppercase;
}

/* how to play section css end */
/* contest section css start */
.bg-el {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.bg-el img {
    height: 100%;
}

.nav-tabs:not(.winner-tab-nav) li {
    margin: 5px 15px;
}

.nav-tabs:not(.winner-tab-nav) .nav-item .cmn-btn.active {
    background-image: -moz-linear-gradient(86deg, rgb(236, 3, 139) 0%, rgb(251, 100, 104) 44%, rgb(251, 185, 54) 100%);
    background-image: -webkit-linear-gradient(86deg, rgb(236, 3, 139) 0%, rgb(251, 100, 104) 44%, rgb(251, 185, 54) 100%);
    background-image: -ms-linear-gradient(86deg, rgb(236, 3, 139) 0%, rgb(251, 100, 104) 44%, rgb(251, 185, 54) 100%);
    box-shadow: 0px 17px 40px 0px rgba(124, 78, 25, 0.3490196078);
}

.contest-card {
    background-color: #4939c1;
    position: relative;
    z-index: 1;
}

.contest-card:hover .contest-card__thumb img {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

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

.contest-card__thumb {
    position: relative;
    height: 260px;
    padding: 15px;
    background-color: #5a4bcc;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.contest-card__thumb img {
    max-height: 260px;
}

.contest-card__thumb .action-icon {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-image: -moz-linear-gradient(86deg, rgb(236, 3, 139) 0%, rgb(251, 100, 104) 44%, rgb(251, 185, 54) 100%);
    background-image: -webkit-linear-gradient(86deg, rgb(236, 3, 139) 0%, rgb(251, 100, 104) 44%, rgb(251, 185, 54) 100%);
    background-image: -ms-linear-gradient(86deg, rgb(236, 3, 139) 0%, rgb(251, 100, 104) 44%, rgb(251, 185, 54) 100%);
    box-shadow: 0px 6px 5px 0px rgba(243, 42, 126, 0.43);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.contest-card__thumb .action-icon:hover {
    color: #ffffff;
}

.contest-card__thumb .contest-num {
    position: absolute;
    bottom: -40px;
    left: 50%;
    width: 85px;
    height: 85px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: -moz-linear-gradient(7deg, rgb(236, 19, 121) 0%, rgb(108, 0, 146) 100%);
    background-image: -webkit-linear-gradient(7deg, rgb(236, 19, 121) 0%, rgb(108, 0, 146) 100%);
    background-image: -ms-linear-gradient(7deg, rgb(236, 19, 121) 0%, rgb(108, 0, 146) 100%);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.contest-card__thumb .contest-num span {
    color: #ffffff;
    text-transform: capitalize;
    font-size: 12px;
}

.contest-card__thumb .contest-num .number {
    text-transform: uppercase;
}

.contest-card__content {
    padding: 30px 30px 20px 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

@media (max-width: 575px) {
    .contest-card__content {
        padding-top: 65px;
    }
}

.contest-card__content .left {
    width: 50%;
    padding-right: 25px;
}

@media (max-width: 575px) {
    .contest-card__content .left {
        padding-right: 0;
        width: 100%;
        text-align: center;
    }
}

.contest-card__content .right {
    width: 50%;
    padding-left: 15px;
    text-align: right;
}

@media (max-width: 575px) {
    .contest-card__content .right {
        padding-left: 0;
        width: 100%;
        text-align: center;
    }
}

.contest-card__content .right p {
    text-transform: capitalize;
}

.contest-card__price {
    font-size: 28px;
    font-weight: 600;
    color: #22b868;
    line-height: 1.4;
}

.contest-card__footer {
    padding: 15px 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.contest-card__meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contest-card__meta li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.contest-card__meta li:first-child {
    width: 30%;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.contest-card__meta li:last-child {
    width: 60%;
}

@media (max-width: 340px) {
    .contest-card__meta li:last-child {
        width: 70%;
        padding-left: 15px;
    }
}

.contest-card__meta li i {
    font-size: 24px;
    margin-right: 8px;
}

.contest-card__meta li span {
    font-size: 18px;
    color: #ffb200;
    line-height: 1.2;
}

.contest-card__meta li p {
    font-size: 14px;
    margin-left: 5px;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@-moz-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@-ms-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

.contest-wrapper {
    position: relative;
}

.contest-wrapper__header {
    background-color: #5a4bcc;
}

.contest-wrapper__title {
    font-size: 60px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    margin-bottom: 30px;
}

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

@media (max-width: 991px) {
    .contest-wrapper__title {
        font-size: 48px;
    }
}

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

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

.contest-wrapper .contest-filter-wrapper .nice-select {
    background-color: transparent;
    border-color: #271c48;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
    padding-left: 20px;
    padding-right: 15px;
}

.contest-wrapper .contest-filter-wrapper .nice-select::after {
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #6e6bad;
    border-right: 1px solid #6e6bad;
    right: 18px;
    margin-top: -7px;
}

.contest-wrapper .contest-filter-wrapper .nice-select span,
.contest-wrapper .contest-filter-wrapper .nice-select li {
    font-size: 14px;
}

.contest-wrapper .contest-filter-wrapper .nice-select .current {
    color: #ffffff;
}

.contest-wrapper .contest-filter-wrapper .nice-select .list {
    background-color: #5a4bcc;
}

.contest-wrapper .contest-filter-wrapper .nice-select .list .option {
    color: #fafafa;
}

.contest-wrapper .contest-filter-wrapper .nice-select .list .option.selected,
.contest-wrapper .contest-filter-wrapper .nice-select .list .option:hover {
    background-color: #4838c6;
}

.contest-wrapper .contest-search-form {
    position: relative;
}

.contest-wrapper .contest-search-form input {
    width: 100%;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
    border-color: #271c48;
    font-size: 14px;
}

.contest-wrapper .contest-search-form input::-webkit-input-placeholder {
    color: #6775a8;
}

.contest-wrapper .contest-search-form input::-moz-placeholder {
    color: #6775a8;
}

.contest-wrapper .contest-search-form input:-ms-input-placeholder {
    color: #6775a8;
}

.contest-wrapper .contest-search-form input:-moz-placeholder {
    color: #6775a8;
}

.contest-wrapper .contest-search-form button {
    position: absolute;
    top: 13px;
    right: 16px;
    color: #a2aae4;
    background: transparent;
    font-size: 20px;
}

.contest-wrapper .rang-slider .caption {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    margin-bottom: 12px;
}

.contest-wrapper .rang-slider .ui-widget.ui-widget-content {
    background-color: #5a4bcc;
    border: none;
    height: 4px;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
}

.contest-wrapper .rang-slider .ui-state-default,
.contest-wrapper .rang-slider .ui-widget-content .ui-state-default {
    width: 24px;
    height: 24px;
    background-image: -moz-linear-gradient(7deg, rgb(236, 19, 121) 0%, rgb(108, 0, 146) 100%);
    background-image: -webkit-linear-gradient(7deg, rgb(236, 19, 121) 0%, rgb(108, 0, 146) 100%);
    background-image: -ms-linear-gradient(7deg, rgb(236, 19, 121) 0%, rgb(108, 0, 146) 100%);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: none;
    top: -10px;
    cursor: pointer;
}

.contest-wrapper .rang-slider .ui-state-default::before,
.contest-wrapper .rang-slider .ui-widget-content .ui-state-default::before {
    position: absolute;
    content: "\f104";
    color: #ffffff;
    font-family: "Line Awesome Free";
    font-weight: 900;
    font-size: 15px;
    left: 0px;
}

.contest-wrapper .rang-slider .ui-state-default::after,
.contest-wrapper .rang-slider .ui-widget-content .ui-state-default::after {
    position: absolute;
    content: "\f105";
    color: #ffffff;
    font-family: "Line Awesome Free";
    font-weight: 900;
    font-size: 15px;
    right: 1px;
}

.contest-wrapper .rang-slider .ui-widget-header {
    background-image: -moz-linear-gradient(7deg, rgb(236, 19, 121) 0%, rgb(108, 0, 146) 100%);
    background-image: -webkit-linear-gradient(7deg, rgb(236, 19, 121) 0%, rgb(108, 0, 146) 100%);
    background-image: -ms-linear-gradient(7deg, rgb(236, 19, 121) 0%, rgb(108, 0, 146) 100%);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}

.contest-wrapper .rang-slider .amount-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 5px;
}

.contest-wrapper .rang-slider .amount-wrapper .min-amount {
    color: #ffffff;
    font-size: 16px;
}

.contest-wrapper .rang-slider .amount-wrapper input {
    min-height: auto;
    padding: 0;
    border: none;
    width: 100px;
    text-align: right;
    font-size: 16px;
    color: #ffffff;
}

.contest-wrapper .action-btn-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin: -5px -10px;
}

.contest-wrapper .action-btn {
    width: 30px;
    height: 30px;
    background-color: #5a4bcc;
    font-size: 20px;
    color: #aeaef1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 10px;
}

/* contest section css end */
/* contest slider section css start */
.contest-slider-section {
    margin-top: -200px;
    position: relative;
    z-index: 2;
}

.contest-slider .slick-list {
    margin: 0 -15px;
}

.contest-slider .contest-card {
    margin: 0 15px;
}

.contest-slider .slick-arrow {
    position: absolute;
    top: -50px;
    right: 0;
    z-index: 2;
    color: #ffffff;
    width: 50px;
    height: 26px;
    font-size: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-image: -moz-linear-gradient(7deg, rgb(236, 19, 121) 0%, rgb(108, 0, 146) 100%);
    background-image: -webkit-linear-gradient(7deg, rgb(236, 19, 121) 0%, rgb(108, 0, 146) 100%);
    background-image: -ms-linear-gradient(7deg, rgb(236, 19, 121) 0%, rgb(108, 0, 146) 100%);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}

.contest-slider .slick-arrow.prev {
    right: 65px;
}

.contest-slider .slick-arrow.slick-disabled {
    background-image: none;
    background-color: #7b6fd6;
    box-shadow: none;
}

.contest-slider.style--two .slick-arrow {
    top: 50%;
    right: auto;
    left: -25px;
}

@media (max-width: 575px) {
    .contest-slider.style--two .slick-arrow {
        left: 10px;
    }
}

.contest-slider.style--two .slick-arrow.next {
    right: -25px;
    left: auto;
}

@media (max-width: 575px) {
    .contest-slider.style--two .slick-arrow.next {
        right: 10px;
    }
}

/* contest slider section css end */
/* contest feature section css start */
.icon-item2 {
    text-align: center;
}

.icon-item2__content {
    margin-top: 30px;
}

.icon-item2__content .title {
    color: #ffffff;
    text-transform: capitalize;
}

.icon-item2__content p {
    margin-top: 10px;
}

/* contest feature section css end */
/* winner section start */
.winner-wrapper {
    background-image: -moz-linear-gradient(90deg, #e82a7a 0%, #360354 100%);
    background-image: -webkit-linear-gradient(90deg, #e82a7a 0%, #360354 100%);
    background-image: -ms-linear-gradient(90deg, #e82a7a 0%, #360354 100%);
    padding-right: 30px;
    padding-top: 30px;
    margin-bottom: 75px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (max-width: 575px) {
    .winner-wrapper {
        padding-left: 30px;
    }
}

.winner-wrapper .left {
    width: 75%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-end;
}

@media (max-width: 1199px) {
    .winner-wrapper .left {
        width: 65%;
    }
}

@media (max-width: 767px) {
    .winner-wrapper .left {
        width: 60%;
    }
}

@media (max-width: 575px) {
    .winner-wrapper .left {
        display: none;
    }
}

.winner-wrapper .left .winner-prize-thumb {
    margin-left: -65px;
    margin-bottom: -100px;
    -webkit-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px);
}

@media (max-width: 1350px) {
    .winner-wrapper .left .winner-prize-thumb {
        margin-left: -25px;
    }
}

@media (max-width: 1199px) {
    .winner-wrapper .left .winner-prize-thumb {
        margin-bottom: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.winner-wrapper .right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    width: 25%;
}

@media (max-width: 991px) {
    .winner-wrapper .right {
        width: 30%;
    }
}

@media (max-width: 767px) {
    .winner-wrapper .right {
        width: 35%;
    }
}

@media (max-width: 575px) {
    .winner-wrapper .right {
        width: 100%;
    }
}

.winner-wrapper .right .winner-slider {
    width: 100%;
}

.winner-slide-item {
    position: relative;
}

.winner-slide-item .winner-thumb {
    text-align: center;
}

.winner-slide-item .winner-thumb img {
    display: inline-block;
}

.winner-slide-item .winner-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 15px 30px;
    text-align: center;
    border-radius: 20px 20px 0 0;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    -ms-border-radius: 20px 20px 0 0;
    -o-border-radius: 20px 20px 0 0;
}

.winner-slide-item .winner-content .winner-name {
    font-size: 18px;
    text-transform: capitalize;
}

.winner-slide-item .winner-content p {
    font-size: 15px;
    color: #0f0233;
}

.winner-slide-item .winner-content .draw-date {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.4;
}

.winner-slider .slick-arrow {
    position: absolute;
    bottom: -70px;
    right: -30px;
    cursor: pointer;
}

.winner-slider .slick-arrow:hover i {
    color: #ff0000;
}

.winner-slider .slick-arrow i {
    color: #57538e;
    font-size: 70px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.winner-slider .slick-arrow.prev {
    right: 75px;
}

/* winner section edn */
/* winner details section css start */
.winner-details-wrapper {
    padding: 50px 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-end;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    position: relative;
}

@media (max-width: 575px) {
    .winner-details-wrapper {
        padding: 30px 20px;
    }
}

.winner-details-wrapper .left {
    width: 25%;
}

@media (max-width: 1199px) {
    .winner-details-wrapper .left {
        width: 20%;
    }
}

@media (max-width: 991px) {
    .winner-details-wrapper .left {
        display: none;
    }
}

.winner-details-wrapper .body {
    width: 50%;
    text-align: center;
    padding: 0 20px;
}

@media (max-width: 1199px) {
    .winner-details-wrapper .body {
        width: 60%;
    }
}

@media (max-width: 991px) {
    .winner-details-wrapper .body {
        width: 100%;
    }
}

.winner-details-wrapper .body p,
.winner-details-wrapper .body span {
    font-size: 16px;
    color: #ffffff;
}

.winner-details-wrapper .body .contest-date span {
    color: #27ff5a;
}

.winner-details-wrapper .body .line {
    width: 215px;
    height: 3px;
    background-color: #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 25px auto;
}

.winner-details-wrapper .body .title {
    font-weight: 400;
    margin-bottom: 15px;
}

.winner-details-wrapper .body .numbers {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .winner-details-wrapper .body .numbers {
        justify-content: center;
    }
}

.winner-details-wrapper .body .numbers li {
    padding: 10px 10px;
    width: calc(14.2857142857% - 10px);
    background-image: -moz-linear-gradient(86deg, rgb(236, 3, 139) 0%, rgb(251, 100, 104) 44%, rgb(251, 185, 54) 100%);
    background-image: -webkit-linear-gradient(86deg, rgb(236, 3, 139) 0%, rgb(251, 100, 104) 44%, rgb(251, 185, 54) 100%);
    background-image: -ms-linear-gradient(86deg, rgb(236, 3, 139) 0%, rgb(251, 100, 104) 44%, rgb(251, 185, 54) 100%);
    box-shadow: 0px 17px 40px 0px rgba(243, 42, 126, 0.35);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: 38px;
    color: #ffffff;
    line-height: 1;
}

@media (max-width: 767px) {
    .winner-details-wrapper .body .numbers li {
        font-size: 32px;
        width: auto;
        margin: 3px;
    }
}

.winner-details-wrapper .body .btn-border {
    color: #ffffff;
    padding: 10px 35px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.winner-details-wrapper .body .btn-border:hover {
    background-color: #ffb200;
}

.winner-details-wrapper .right {
    width: 25%;
}

@media (max-width: 1199px) {
    .winner-details-wrapper .right {
        width: 20%;
    }
}

@media (max-width: 991px) {
    .winner-details-wrapper .right {
        display: none;
    }
}

/* winner details section css end */
/* latest winner section css start */
.latest-winner-section {
    z-index: 1;
}

.latest-winner-section .el-1,
.latest-winner-section .el-2,
.latest-winner-section .el-3 {
    position: absolute;
    z-index: -1;
}

.latest-winner-section .el-1 {
    top: 0;
    left: 10%;
}

.latest-winner-section .el-2 {
    top: 4%;
    left: 39%;
}

.latest-winner-section .el-3 {
    top: 0;
    right: 12%;
}

.number-check-wrapper {
    position: sticky;
    top: 100px;
    padding: 30px;
    background-color: #4939c1;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.check-number-form .number-list-wrapper p {
    color: #ffffff;
}

.check-number-form .number-list-wrapper .number-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .check-number-form .number-list-wrapper .number-list {
        justify-content: flex-start;
    }
}

.check-number-form .number-list-wrapper .number-list input {
    width: 36px;
    min-height: 36px;
    background-image: -moz-linear-gradient(135deg, rgb(177, 34, 230) 0%, rgb(255, 99, 222) 100%);
    background-image: -webkit-linear-gradient(135deg, rgb(177, 34, 230) 0%, rgb(255, 99, 222) 100%);
    background-image: -ms-linear-gradient(135deg, rgb(177, 34, 230) 0%, rgb(255, 99, 222) 100%);
    box-shadow: 0px 19px 56px 0px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 18px;
    color: #c4cbf9;
    border: none;
    padding: 5px;
    text-align: center;
    margin-bottom: 10px;
    color: #ffffff;
}

@media (max-width: 991px) {
    .check-number-form .number-list-wrapper .number-list input {
        margin-right: 15px;
    }
}

@media (max-width: 1199px) {
    .check-number-form button.cmn-btn {
        padding: 12px 30px;
    }
}

.check-number-form .form-control {
    min-height: 48px;
    background-color: #392ba6;
    border: none;
    color: #ffffff;
    padding: 10px 30px;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
}

.check-number-form .form-control::-webkit-input-placeholder {
    color: #897edb;
}

.check-number-form .form-control::-moz-placeholder {
    color: #897edb;
}

.check-number-form .form-control:-ms-input-placeholder {
    color: #897edb;
}

.check-number-form .form-control:-moz-placeholder {
    color: #897edb;
}

.check-number-form .nice-select {
    min-height: 48px;
    background-color: #392ba6;
    border: none;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
    padding: 0 30px;
}

.check-number-form .nice-select::after {
    border-bottom: 1px solid #9fa2e4;
    border-right: 1px solid #9fa2e4;
    width: 10px;
    height: 10px;
    right: 30px;
    top: 43%;
}

.check-number-form .nice-select .current {
    color: #897edb;
}

.check-number-form .nice-select .list {
    background-image: -moz-linear-gradient(7deg, rgb(236, 19, 121) 0%, rgb(108, 0, 146) 100%);
    background-image: -webkit-linear-gradient(7deg, rgb(236, 19, 121) 0%, rgb(108, 0, 146) 100%);
    background-image: -ms-linear-gradient(7deg, rgb(236, 19, 121) 0%, rgb(108, 0, 146) 100%);
}

.check-number-form .nice-select .option {
    font-weight: 400;
}

.check-number-form .nice-select .option.selected,
.check-number-form .nice-select .option.focus,
.check-number-form .nice-select .option:hover {
    background-color: rgba(0, 0, 0, 0.1);
    font-weight: 600;
    color: #ffffff;
}

.winner-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-image: -moz-linear-gradient(90deg, rgb(193, 101, 221) 0%, rgb(92, 39, 254) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(193, 101, 221) 0%, rgb(92, 39, 254) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(193, 101, 221) 0%, rgb(92, 39, 254) 100%);
}

.winner-card__thumb {
    padding: 30px 10px;
    width: 30%;
    background-image: -moz-linear-gradient(90deg, rgb(232, 42, 122) 0%, rgb(54, 3, 84) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(232, 42, 122) 0%, rgb(54, 3, 84) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(232, 42, 122) 0%, rgb(54, 3, 84) 100%);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

@media (max-width: 767px) {
    .winner-card__thumb {
        width: 100%;
        justify-content: center;
    }
}

.winner-card__content {
    width: 70%;
    position: relative;
}

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

.winner-card__content .winner-thumb {
    position: absolute;
    top: 50%;
    left: -46px;
    width: 86px;
    height: 86px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
    margin-top: -43px;
}

@media (max-width: 767px) {
    .winner-card__content .winner-thumb {
        top: 0;
        left: 50%;
        margin-left: -43px;
    }
}

.winner-card__content .content-top {
    padding: 30px 30px 30px 50px;
    border-bottom: 1px solid #c4a1f8;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .winner-card__content .content-top {
        padding: 65px 20px 20px 20px;
    }
}

.winner-card__content .content-top .left {
    width: 50%;
    padding-right: 50px;
}

@media (max-width: 767px) {
    .winner-card__content .content-top .left {
        width: 100%;
        text-align: center;
        padding-right: 0;
    }
}

.winner-card__content .content-top .right {
    width: 50%;
    text-align: center;
}

@media (max-width: 767px) {
    .winner-card__content .content-top .right {
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }
}

.winner-card__content .content-top .right span {
    color: #27ff5a;
}

.winner-card__content .content-bottom {
    padding: 30px 30px 30px 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .winner-card__content .content-bottom {
        text-align: center;
        padding: 20px;
    }
}

.winner-card__content .content-bottom .number-list-wrapper {
    width: 75%;
}

@media (max-width: 767px) {
    .winner-card__content .content-bottom .number-list-wrapper {
        width: 100%;
    }
}

.winner-card__content .content-bottom .number-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-right: 30px;
}

@media (max-width: 1199px) {
    .winner-card__content .content-bottom .number-list {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .winner-card__content .content-bottom .number-list {
        justify-content: center;
    }
}

.winner-card__content .content-bottom .number-list li,
.winner-card__content .content-bottom .number-list input {
    width: 36px;
    min-height: 36px;
    height: 36px;
    background-image: -moz-linear-gradient(86deg, rgb(236, 3, 139) 0%, rgb(251, 100, 104) 44%, rgb(251, 185, 54) 100%);
    background-image: -webkit-linear-gradient(86deg, rgb(236, 3, 139) 0%, rgb(251, 100, 104) 44%, rgb(251, 185, 54) 100%);
    background-image: -ms-linear-gradient(86deg, rgb(236, 3, 139) 0%, rgb(251, 100, 104) 44%, rgb(251, 185, 54) 100%);
    box-shadow: 0px 17px 40px 0px rgba(243, 42, 126, 0.35);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 20px;
    color: #ffffff;
    border: none;
    padding: 2px;
    text-align: center;
    margin-top: 10px;
}

@media (max-width: 767px) {

    .winner-card__content .content-bottom .number-list li,
    .winner-card__content .content-bottom .number-list input {
        margin-right: 15px;
    }
}

.winner-card__content .content-bottom .right {
    width: 25%;
    text-align: center;
}

@media (max-width: 767px) {
    .winner-card__content .content-bottom .right {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: center;
        margin-top: 15px;
        justify-content: center;
    }
}

.winner-card__content .content-bottom .right p {
    color: #ffffff;
}

.winner-card__content .content-bottom .right .contest-num {
    color: #ffffff;
    font-size: 28px;
}

@media (max-width: 767px) {
    .winner-card__content .content-bottom .right .contest-num {
        margin-left: 15px;
    }
}

.winner-tab-nav {
    border-bottom: 1px solid #2d246d;
}

@media (max-width: 575px) {
    .winner-tab-nav {
        justify-content: center;
    }
}

.winner-tab-nav .nav-item {
    width: 20%;
    text-align: center;
}

@media (max-width: 575px) {
    .winner-tab-nav .nav-item {
        width: auto;
    }
}

.winner-tab-nav .nav-item .nav-link {
    background-color: transparent;
    border-color: transparent !important;
    border-bottom: 4px solid transparent;
    width: 100%;
}

.winner-tab-nav .nav-item .nav-link.active,
.winner-tab-nav .nav-item .nav-link:hover {
    background-color: transparent !important;
    border-color: transparent !important;
    border-bottom: 4px solid #ff5800 !important;
}

.winner-tab-nav .nav-item .nav-link .icon-thumb {
    height: 75px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

@media (max-width: 575px) {
    .winner-tab-nav .nav-item .nav-link .icon-thumb {
        width: 50px;
        height: 50px;
        margin: auto;
    }
}

.winner-tab-nav .nav-item .nav-link .icon-thumb::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    background-color: rgba(75, 61, 186, 0.2);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-top: -40px;
    margin-left: -40px;
    z-index: -1;
}

@media (max-width: 575px) {
    .winner-tab-nav .nav-item .nav-link .icon-thumb::before {
        width: 40px;
        height: 40px;
        margin-top: -20px;
        margin-left: -20px;
    }
}

.winner-tab-nav .nav-item .nav-link span {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 20px;
    color: #ffffff;
    padding-bottom: 10px;
}

@media (max-width: 991px) {
    .winner-tab-nav .nav-item .nav-link span {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .winner-tab-nav .nav-item .nav-link span {
        font-size: 14px;
    }
}

/* latest winner section css end */
/* overview section css start */
.overview-section {
    position: relative;
    z-index: 1;
}

.overview-section::before {
    position: absolute;
    content: "";
    bottom: 65px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #270d6f;
    z-index: -1;
}

.overview-section .map-el {
    position: absolute;
    bottom: 65px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    z-index: -2;
}

@media (max-width: 1199px) {
    .overview-section .map-el {
        bottom: 16%;
    }
}

@media (max-width: 991px) {
    .overview-section .map-el {
        bottom: 37%;
    }
}

@media (max-width: 767px) {
    .overview-section .map-el {
        bottom: 49%;
    }
}

@media (max-width: 575px) {
    .overview-section .map-el {
        bottom: 65%;
    }
}

.overview-section [class*=obj-] {
    position: absolute;
}

.overview-section .obj-1 {
    top: 0;
    left: 0;
}

.overview-section .obj-2 {
    top: 2%;
    right: 3%;
}

.overview-section .obj-3 {
    top: 5%;
    right: 30%;
}

.overview-section .obj-4 {
    top: 5%;
    right: 5%;
}

.map-pointer {
    height: 285px;
    position: relative;
}

.map-pointer .pointer {
    position: absolute;
}

.map-pointer .pointer.num-1 {
    top: 48%;
    left: 13%;
}

.map-pointer .pointer.num-2 {
    top: -30px;
    left: 23%;
}

@media (max-width: 1199px) {
    .map-pointer .pointer.num-2 {
        top: 55px;
    }
}

.map-pointer .pointer.num-3 {
    top: 55%;
    left: 25%;
}

.map-pointer .pointer.num-4 {
    top: 5%;
    left: 38%;
}

.map-pointer .pointer.num-5 {
    top: 55%;
    left: 48%;
}

.map-pointer .pointer.num-6 {
    top: 35%;
    left: 53%;
}

.map-pointer .pointer.num-7 {
    top: 7%;
    left: 71%;
}

.map-pointer .pointer.num-8 {
    top: 27%;
    left: 81%;
}

.map-pointer .pointer.num-9 {
    top: 60%;
    right: 10%;
}

.pointer {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
    background-color: #04aecd;
    animation: pulse 2000ms linear infinite;
    -webkit-animation: pulse 2000ms linear infinite;
    -moz-animation: pulse 2000ms linear infinite;
    z-index: 1;
}

.pointer::before,
.pointer::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 74px;
    background-color: #04aecd;
    opacity: 0.15;
}

.pointer::before {
    animation: inner-ripple 2000ms linear infinite;
    -webkit-animation: inner-ripple 2000ms linear infinite;
    -moz-animation: inner-ripple 2000ms linear infinite;
}

.pointer::after {
    animation: outer-ripple 2000ms linear infinite;
    -webkit-animation: outer-ripple 2000ms linear infinite;
    -moz-animation: outer-ripple 2000ms linear infinite;
}

@-webkit-keyframes outer-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.2;
    }

    50% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(2.5);
        -ms-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 0;
    }
}

@-moz-keyframes outer-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.2;
    }

    50% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(2.5);
        -ms-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 0;
    }
}

@-ms-keyframes outer-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.2;
    }

    50% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(2.5);
        -ms-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 0;
    }
}

@keyframes outer-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.2;
    }

    50% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(2.5);
        -ms-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 0;
    }
}

@-webkit-keyframes inner-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.3;
    }

    50% {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0.7;
    }

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

@-moz-keyframes inner-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.3;
    }

    50% {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0.7;
    }

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

@-ms-keyframes inner-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.3;
    }

    50% {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0.7;
    }

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

@keyframes inner-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.3;
    }

    50% {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0.7;
    }

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

.overview-card {
    padding: 30px 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    background-image: -moz-linear-gradient(90deg, rgb(193, 101, 221) 0%, rgb(92, 39, 254) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(193, 101, 221) 0%, rgb(92, 39, 254) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(193, 101, 221) 0%, rgb(92, 39, 254) 100%);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

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

.overview-card__icon {
    width: 82px;
}

@media (max-width: 767px) {
    .overview-card__icon {
        margin-left: auto;
        margin-right: auto;
    }
}

.overview-card__content {
    width: calc(100% - 82px);
    padding-left: 30px;
}

@media (max-width: 767px) {
    .overview-card__content {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
}

.overview-card__content .number {
    font-size: 36px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.3;
}

.overview-card__content p {
    font-size: 18px;
}

/* overview section css end */
/* features section css start */
.feature-card {
    padding: 30px 30px;
    text-align: center;
    background-image: -moz-linear-gradient(45deg, rgb(215, 61, 245) 0%, rgb(143, 61, 245) 100%);
    background-image: -webkit-linear-gradient(45deg, rgb(215, 61, 245) 0%, rgb(143, 61, 245) 100%);
    background-image: -ms-linear-gradient(45deg, rgb(215, 61, 245) 0%, rgb(143, 61, 245) 100%);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.feature-card__icon {
    margin-bottom: 25px;
}

.feature-card__content p {
    color: #f4f5ff;
    margin-top: 8px;
}

.feature-card.style--two {
    padding: 0 30px;
    background: transparent;
}

.feature-card.style--two:hover .feature-card__icon .inner {
    box-shadow: inset 0 0px 50px 2px rgba(236, 19, 121, 0.6392156863);
}

.feature-card.style--two .feature-card__icon {
    width: 165px;
    height: 165px;
    background-color: #170543;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.feature-card.style--two .feature-card__icon .inner {
    width: 135px;
    height: 135px;
    background-image: -moz-linear-gradient(-45deg, rgb(193, 101, 221) 0%, rgb(92, 39, 254) 100%);
    background-image: -webkit-linear-gradient(-45deg, rgb(193, 101, 221) 0%, rgb(92, 39, 254) 100%);
    background-image: -ms-linear-gradient(-45deg, rgb(193, 101, 221) 0%, rgb(92, 39, 254) 100%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0px 19px 2px rgba(236, 19, 121, 0.3294117647);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.feature-car {
    position: absolute;
    top: 35%;
    right: 0;
    text-align: right;
}

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

@media (max-width: 1650px) {
    .feature-car img {
        width: 80%;
    }
}

@media (max-width: 1450px) {
    .feature-car img {
        width: 70%;
    }
}

/* features section css end */
/* team section css start */
.team-card {
    text-align: center;
}

.team-card:hover .team-card__thumb .obj {
    width: 100px;
    height: 91px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.team-card__thumb {
    width: 167px;
    height: 167px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    display: inline-block;
    position: relative;
}

.team-card__thumb .obj {
    position: absolute;
    top: 0;
    left: -23px;
    width: 200px;
    height: 182px;
    z-index: -1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.team-card__content {
    margin-top: 50px;
}

.team-card__content .name {
    text-transform: capitalize;
}

.team-card__content .designation {
    color: #22b868;
}

/* team section css end */
/* testimonial section css start */
.has-bg--shape {
    position: relative;
    z-index: 1;
}

.has-bg--shape .bg-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 690px;
    background-image: -moz-linear-gradient(90deg, rgb(232, 42, 122) 0%, rgb(54, 3, 84) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(232, 42, 122) 0%, rgb(54, 3, 84) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(232, 42, 122) 0%, rgb(54, 3, 84) 100%);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    z-index: -1;
    overflow: hidden;
    z-index: -1;
}

.has-bg--shape .bg-shape .round-shape {
    margin-bottom: -1px;
}

.has-bg--shape .bg-shape .shape-1,
.has-bg--shape .bg-shape .shape-2,
.has-bg--shape .bg-shape .shape-3,
.has-bg--shape .bg-shape .shape-4,
.has-bg--shape .bg-shape .shape-5,
.has-bg--shape .bg-shape .shape-6 {
    position: absolute;
    z-index: -2;
    background-color: #ffffff;
    opacity: 0.102;
}

.has-bg--shape .bg-shape .shape-1 {
    bottom: -14%;
    left: -1%;
    width: 420px;
    height: 420px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.has-bg--shape .bg-shape .shape-2 {
    top: 14%;
    left: 25%;
    width: 75px;
    height: 75px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
}

.has-bg--shape .bg-shape .shape-3 {
    top: 3%;
    right: 38%;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.has-bg--shape .bg-shape .shape-4 {
    top: 13%;
    right: 27%;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.has-bg--shape .bg-shape .shape-5 {
    top: 47%;
    right: 14%;
    width: 155px;
    height: 145px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
}

.has-bg--shape .bg-shape .shape-6 {
    top: -18%;
    right: -10%;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.testimonial-area {
    padding: 50px 50px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

@media (max-width: 575px) {
    .testimonial-area {
        padding: 30px 30px;
    }
}

.testimonial-single {
    text-align: center;
}

.testimonial-single__thumb {
    width: 90px;
    height: 90px;
    display: inline-block;
}

.testimonial-single__thumb img {
    display: inline-block;
    width: 90px;
    height: 90px;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.testimonial-single__content {
    padding: 0 50px;
    margin-top: 30px;
}

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

.testimonial-single__content .client-name {
    margin-bottom: 10px;
}

.testimonial-single__content p {
    color: #f1f3ff;
}

.testimonial-single__content .ratings {
    background-color: rgba(38, 56, 169, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.4);
    display: inline-block;
    padding: 6px 15px;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
    margin-top: 15px;
}

.testimonial-single__content .ratings i {
    font-size: 14px;
    color: #ffffff;
}

/* testimonial section css end */
/* support section css start */
.support-card {
    background-image: -moz-linear-gradient(90deg, rgb(193, 101, 221) 0%, rgb(92, 39, 254) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(193, 101, 221) 0%, rgb(92, 39, 254) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(193, 101, 221) 0%, rgb(92, 39, 254) 100%);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    padding: 30px 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.support-card__thumb {
    width: 140px;
    height: 190px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

@media (max-width: 1199px) {
    .support-card__thumb {
        margin-left: auto;
        margin-right: auto;
    }
}

.support-card__content {
    width: calc(100% - 140px);
    padding-left: 30px;
}

@media (max-width: 1199px) {
    .support-card__content {
        width: 100%;
        padding-left: 0;
        margin-top: 25px;
        text-align: center;
    }
}

.support-card__content p {
    color: #f1f3ff;
}

.support-card__title {
    margin-bottom: 10px;
}

/* support section css end */
/* counter section css start */
.counter-section {
    margin-top: -140px;
}

@media (max-width: 767px) {
    .counter-section {
        margin-top: -185px;
    }
}

@media (max-width: 575px) {
    .counter-section {
        margin-top: -230px;
    }
}

.counter-wrapper {
    padding: 45px 40px 10px 40px;
    background-color: rgb(53, 40, 130);
    box-shadow: inset 0 -3px 8px 3px rgba(236, 19, 121, 0.3294117647), 0px 10px 21px 0px rgba(53, 40, 130, 0.6);
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
    position: relative;
    z-index: 3;
}

@media (max-width: 991px) {
    .counter-wrapper {
        border-radius: 25px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -ms-border-radius: 25px;
        -o-border-radius: 25px;
    }
}

.counter-wrapper.style--two {
    padding: 30px 30px;
    margin: -80px 60px 0 60px;
}

@media (max-width: 480px) {
    .counter-wrapper.style--two {
        margin: -80px 30px 0 30px;
    }
}

.counter-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.counter-item__icon {
    width: 95px;
}

@media (max-width: 1199px) {
    .counter-item__icon {
        width: 65px;
    }
}

@media (max-width: 767px) {
    .counter-item__icon {
        width: 100%;
        text-align: center;
    }
}

.counter-item__content {
    width: calc(100% - 95px);
    padding-left: 15px;
}

@media (max-width: 1199px) {
    .counter-item__content {
        width: calc(100% - 65px);
    }
}

@media (max-width: 767px) {
    .counter-item__content {
        width: 100%;
        text-align: center;
        padding-left: 0;
        margin-top: 15px;
    }
}

.counter-item__content span {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 600;
    font-size: 60px;
    line-height: 1;
    color: #ffffff;
}

@media (max-width: 1199px) {
    .counter-item__content span {
        font-size: 42px;
    }
}

.counter-item__content p {
    color: #22b868;
}

.counter-item.style--two .counter-item__content {
    width: 100%;
}

.counter-item.style--three {
    padding: 25px;
    background-color: rgb(15, 2, 51);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.counter-item.style--three .counter-item__content {
    width: 100%;
}

/* counter section css end */
/* contest-details-section css start */
.clock-wrapper {
    background-color: rgba(255, 255, 255, 0.2);
    padding: 15px 30px;
    border-radius: 25px 25px 0 0;
    -webkit-border-radius: 25px 25px 0 0;
    -moz-border-radius: 25px 25px 0 0;
    -ms-border-radius: 25px 25px 0 0;
    -o-border-radius: 25px 25px 0 0;
    text-align: center;
}

.clock-wrapper>p {
    color: #eceafe;
}

.clock-wrapper .clock {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.clock-wrapper .clock div {
    width: 25%;
}

.clock-wrapper .clock div span {
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
    color: #ffb200;
    text-shadow: 0px 7px 4px rgba(87, 74, 179, 0.65);
}

@media (max-width: 575px) {
    .clock-wrapper .clock div span {
        font-size: 32px;
    }
}

.clock-wrapper .clock div p {
    font-size: 14px;
    text-transform: capitalize;
}

.contest-cart {
    background-color: #12023e;
    padding: 30px 30px 120px 30px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contest-cart__left {
    width: 50%;
    padding-right: 15px;
}

@media (max-width: 991px) {
    .contest-cart__left {
        width: 100%;
        padding-right: 0;
    }
}

.contest-cart__thumb-slider {
    height: 500px;
    background-color: #5a4bcc;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

@media (max-width: 575px) {
    .contest-cart__thumb-slider {
        height: 285px;
    }
}

.contest-cart__thumb-slider .single-slide {
    text-align: center;
}

.contest-cart__thumb-slider .single-slide img {
    width: 100%;
}

.contest-cart__nav-slider {
    margin-top: 30px;
    padding: 0 60px;
}

.contest-cart__nav-slider .slick-list {
    margin: 0 -10px;
}

.contest-cart__nav-slider .single-slide {
    height: 120px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #5a4bcc;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    text-align: center;
    margin: 0 10px;
}

.contest-cart__nav-slider .single-slide img {
    display: inline-block;
}

.contest-cart__nav-slider .slick-arrow {
    width: 40px;
    height: 40px;
    background-color: #5a4bcc;
    color: #ffffff;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    position: absolute;
    top: 60px;
    left: 0;
    margin-top: -20px;
    cursor: pointer;
}

.contest-cart__nav-slider .slick-arrow:hover {
    background-image: -moz-linear-gradient(7deg, rgb(236, 19, 121) 0%, rgb(108, 0, 146) 100%);
    background-image: -webkit-linear-gradient(7deg, rgb(236, 19, 121) 0%, rgb(108, 0, 146) 100%);
    background-image: -ms-linear-gradient(7deg, rgb(236, 19, 121) 0%, rgb(108, 0, 146) 100%);
}

.contest-cart__nav-slider .slick-arrow.next {
    left: auto;
    right: 0;
}

.contest-cart__right {
    width: 50%;
    padding-left: 15px;
}

@media (max-width: 991px) {
    .contest-cart__right {
        width: 100%;
        padding-left: 0;
        margin-top: 50px;
    }
}

.contest-cart__right .subtitle {
    color: #ffb200;
    margin-bottom: 15px;
}

.contest-cart__right .contest-name {
    font-size: 36px;
    margin-bottom: 45px;
}

.contest-cart__right .contest-num {
    color: #ffffff;
    text-transform: capitalize;
    margin-top: 15px;
    margin-bottom: 30px;
}

.contest-cart__right .contest-num span {
    color: #ec1379;
}

.contest-cart__right .ticket-amount {
    margin-top: 20px;
}

.contest-cart__right .ticket-amount .left {
    font-weight: 600;
    color: #ffffff;
}

.contest-cart__right .ticket-amount .right {
    float: right;
    font-weight: 600;
    color: #ffffff;
}

.contest-cart__right .ticket-amount p {
    font-size: 14px;
    margin-top: 10px;
}

.contest-cart__right .progressbar {
    position: relative;
    display: block;
    width: 100%;
    height: 10px;
    background-color: #200e54;
    margin-top: 10px;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
}

.contest-cart__right .progressbar .bar {
    position: absolute;
    width: 0px;
    height: 100%;
    top: 0;
    left: 0;
    background: #ec6624;
    overflow: hidden;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
}

.contest-cart__right .ticket-price {
    margin-top: 25px;
    margin-bottom: 25px;
}

.contest-cart__right .ticket-price .amount {
    color: #ffffff;
    font-weight: 600;
    font-size: 36px;
}

.contest-cart__right .ticket-price small {
    font-size: 14px;
    margin-left: 15px;
    color: #c4cbf9;
    text-transform: capitalize;
}

.contest-cart__right .select-quantity {
    width: 53%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

@media (max-width: 767px) {
    .contest-cart__right .select-quantity {
        width: 58%;
    }
}

@media (max-width: 575px) {
    .contest-cart__right .select-quantity {
        width: 100%;
    }
}

.contest-cart__right .caption {
    color: #ffffff;
    margin-right: 15px;
}

.contest-cart__right .quantity {
    position: relative;
    width: 170px;
    height: 60px;
}

.contest-cart__right .quantity input {
    border: none;
    text-align: center;
    padding: 0;
    font-size: 28px;
    font-weight: 600;
    color: #ffffff;
    height: 60px;
    padding-left: 15px;
}

.contest-cart__right .quantity-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
    justify-content: space-between;
    align-items: center;
    padding: 0px 10px;
}

.contest-cart__right .quantity-nav .quantity-button {
    width: 40px;
    height: 40px;
    background-color: #20115a;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: #c4cbf9;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    cursor: pointer;
}

.contest-cart__right .quantity-nav .quantity-button.quantity-up {
    background-color: #5a4bcc;
}

.contest-description {
    margin-top: -35px;
    position: relative;
}

.contest-description .nav-tabs .nav-item .cmn-btn {
    background-color: #5a4bcc;
    background-image: none;
    box-shadow: none;
}

.contest-description .nav-tabs .nav-item .cmn-btn.active {
    background-image: -moz-linear-gradient(7deg, rgb(236, 19, 121) 0%, rgb(108, 0, 146) 100%);
    background-image: -webkit-linear-gradient(7deg, rgb(236, 19, 121) 0%, rgb(108, 0, 146) 100%);
    background-image: -ms-linear-gradient(7deg, rgb(236, 19, 121) 0%, rgb(108, 0, 146) 100%);
}

.content-block .title {
    margin-bottom: 20px;
    font-size: 28px;
}

.content-block+.content-block {
    margin-top: 45px;
}

.icon-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px;
    background-color: #170943;
}

.icon-item__thumb {
    width: 65px;
}

.icon-item__content {
    padding-left: 25px;
    width: calc(100% - 65px);
}

.icon-item__content p {
    color: #22b868;
}

.icon-item__content span {
    color: #ffffff;
    font-size: 24px;
    line-height: 1.5;
}

.contest-details__thumb-slider {
    background-color: #5a4bcc;
    min-height: 585px;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

@media (max-width: 767px) {
    .contest-details__thumb-slider {
        min-height: 440px;
    }
}

@media (max-width: 480px) {
    .contest-details__thumb-slider {
        min-height: 350px;
    }
}

.contest-details__thumb-slider .single-slide {
    text-align: center;
}

.contest-details__thumb-slider .single-slide img {
    display: inline-block;
}

.contest-details__nav-slider {
    margin-top: 30px;
    padding: 0 60px;
}

.contest-details__nav-slider .slick-list {
    margin: 0 -10px;
}

.contest-details__nav-slider .single-slide {
    height: 120px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #5a4bcc;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    text-align: center;
    margin: 0 10px;
}

.contest-details__nav-slider .single-slide img {
    display: inline-block;
}

.contest-details__nav-slider .slick-arrow {
    width: 40px;
    height: 40px;
    background-color: #5a4bcc;
    color: #ffffff;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    position: absolute;
    top: 60px;
    left: 0;
    margin-top: -20px;
    cursor: pointer;
}

.contest-details__nav-slider .slick-arrow:hover {
    background-image: -moz-linear-gradient(7deg, rgb(236, 19, 121) 0%, rgb(108, 0, 146) 100%);
    background-image: -webkit-linear-gradient(7deg, rgb(236, 19, 121) 0%, rgb(108, 0, 146) 100%);
    background-image: -ms-linear-gradient(7deg, rgb(236, 19, 121) 0%, rgb(108, 0, 146) 100%);
}

.contest-details__nav-slider .slick-arrow.next {
    left: auto;
    right: 0;
}

.contest-details-content .subtitle {
    font-size: 24px;
    font-weight: 600;
    color: #ffb200;
    margin-bottom: 10px;
}

.contest-details-content .contest-name {
    font-size: 50px;
}

@media (max-width: 767px) {
    .contest-details-content .contest-name {
        font-size: 42px;
    }
}

@media (max-width: 575px) {
    .contest-details-content .contest-name {
        font-size: 32px;
    }
}

.contest-details-content .contest-details-meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
}

.contest-details-content .contest-details-meta ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px -15px;
}

.contest-details-content .contest-details-meta ul li {
    padding: 5px 15px;
    position: relative;
}

.contest-details-content .contest-details-meta ul li:first-child::before {
    display: none;
}

.contest-details-content .contest-details-meta ul li::before {
    position: absolute;
    content: "";
    top: 50%;
    left: -1px;
    width: 2px;
    height: 18px;
    background-color: #ada8f7;
    margin-top: -11px;
}

.contest-details-content .contest-details-meta span {
    color: #ec1379;
}

.contest-details-content .contest-description {
    border-top: 1px solid #1e1659;
    margin-top: 15px;
    padding-top: 40px;
}

.contest-sidebar__cart {
    padding: 30px 30px;
    background-color: #4939c0;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.contest-sidebar__cart .clock-wrapper {
    padding: 0;
    background-color: transparent;
    margin-bottom: 30px;
}

.contest-sidebar__cart .clock-wrapper p {
    color: #c4cbf9;
}

.contest-sidebar__cart .clock-wrapper .clock div span {
    font-weight: 600;
    color: #ec6624;
}

.contest-sidebar .title {
    color: #eceafe;
}

.contest-sidebar .ticket-amount {
    margin-top: 10px;
}

.contest-sidebar .ticket-amount .left {
    font-weight: 600;
    color: #ffffff;
}

.contest-sidebar .ticket-amount .right {
    float: right;
    font-weight: 600;
    color: #ffffff;
}

.contest-sidebar .ticket-amount p {
    font-size: 14px;
    margin-top: 10px;
}

.contest-sidebar .progressbar {
    position: relative;
    display: block;
    width: 100%;
    height: 10px;
    background-color: #3b2bb1;
    margin-top: 5px;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
}

.contest-sidebar .progressbar .bar {
    position: absolute;
    width: 0px;
    height: 100%;
    top: 0;
    left: 0;
    background: #ec6624;
    overflow: hidden;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
}

.contest-sidebar .ticket-price {
    margin-top: 25px;
    margin-bottom: 25px;
}

.contest-sidebar .ticket-price .amount {
    color: #ffffff;
    font-weight: 600;
    font-size: 36px;
}

.contest-sidebar .ticket-price small {
    font-size: 14px;
    margin-left: 15px;
    color: #c4cbf9;
    text-transform: capitalize;
}

.contest-sidebar .select-quantity {
    text-align: center;
}

.contest-sidebar .caption {
    color: #ffffff;
    margin-right: 15px;
}

.contest-sidebar .quantity {
    position: relative;
    width: 170px;
    height: 60px;
    display: inline-block;
}

.contest-sidebar .quantity input {
    border: none;
    text-align: center;
    padding: 0;
    font-size: 28px;
    font-weight: 600;
    color: #ffffff;
    height: 60px;
    padding-left: 15px;
}

.contest-sidebar .quantity-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
    justify-content: space-between;
    align-items: center;
    padding: 0px 10px;
}

.contest-sidebar .quantity-nav .quantity-button {
    width: 40px;
    height: 40px;
    background-color: rgba(90, 75, 204, 0.3);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: #c4cbf9;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    cursor: pointer;
}

.contest-sidebar .quantity-nav .quantity-button.quantity-up {
    background-color: #5a4bcc;
}

.contest-sidebar .bottom {
    text-align: center;
    margin-bottom: -50px;
    margin-top: 30px;
}

.contest-sidebar .social-links {
    margin-top: 50px;
}

/* contest-details-section css end */
/* lottery-details css start */
.lottery-wrapper {
    padding: 100px 30px 50px 30px;
    background-color: #12023e;
    position: relative;
}

@media (max-width: 991px) {
    .lottery-wrapper {
        padding: 90px 30px 50px 30px;
    }
}

@media (max-width: 575px) {
    .lottery-wrapper {
        padding: 70px 30px 50px 30px;
    }
}

.lottery-wrapper__title {
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin-bottom: 5px;
}

@media (max-width: 991px) {
    .lottery-wrapper__title {
        font-size: 48px;
    }
}

@media (max-width: 767px) {
    .lottery-wrapper__title {
        font-size: 36px;
    }
}

@media (max-width: 575px) {
    .lottery-wrapper__title {
        font-size: 32px;
    }
}

.lottery-wrapper p {
    text-align: center;
}

.lottery-wrapper__btn {
    text-align: center;
    margin-top: 45px;
}

.lottery-wrapper.style--two {
    padding: 0;
    background-color: transparent;
}

.lottery-wrapper .action-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    padding: 50px 40px;
    background-color: #5a4bcc;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

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

.lottery-wrapper .action-header .left {
    width: 50%;
}

@media (max-width: 1199px) {
    .lottery-wrapper .action-header .left {
        width: 41%;
    }
}

@media (max-width: 991px) {
    .lottery-wrapper .action-header .left {
        width: 100%;
    }
}

.lottery-wrapper .action-header .left ul {
    margin: -5px -10px;
}

.lottery-wrapper .action-header .left ul li {
    display: inline-block;
    margin: 5px 10px;
}

.lottery-wrapper .action-header .right {
    width: 50%;
}

@media (max-width: 1199px) {
    .lottery-wrapper .action-header .right {
        width: 59%;
    }
}

@media (max-width: 991px) {
    .lottery-wrapper .action-header .right {
        width: 100%;
        margin-top: 15px;
    }
}

.lottery-wrapper .action-header .right ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px -10px;
    justify-content: flex-end;
}

@media (max-width: 991px) {
    .lottery-wrapper .action-header .right ul {
        justify-content: flex-start;
    }
}

.lottery-wrapper .action-header .right ul li {
    display: flex;
    margin: 5px 10px;
}

.lottery-wrapper .action-header .right ul li i {
    color: #ffffff;
    font-size: 28px;
    padding-right: 10px;
}

.lottery-wrapper .action-header .right ul li button {
    background-color: transparent;
    display: flex;
    align-items: center;
}

.lottery-wrapper .action-header .right ul li button span {
    color: #ffffff;
}

.clock2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin: -5px -8px;
}

.clock2 div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin: 5px 8px;
}

.clock2 div span {
    color: #ffffff;
}

.clock2 div p {
    color: #ffffff;
}

.lottery-single {
    background-color: #5a4bcc;
    position: relative;
}

.lottery-single:hover .lottery-single__close {
    opacity: 1;
    visibility: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.lottery-single__close {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #5a4bcc;
    color: #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -15px;
    right: -15px;
    opacity: 0;
    visibility: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.lottery-single__header {
    background-color: #4939c1;
    padding: 20px 20px;
}

.lottery-single__header .titcket-number {
    color: #ffffff;
    margin-bottom: 10px;
}

.lottery-single__header .top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #6d62c7;
}

.lottery-single__header .top .titcket-number {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
}

.lottery-single__header .top ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.lottery-single__header .top ul li button {
    background-color: transparent;
    display: flex;
    align-items: center;
}

.lottery-single__header .top ul li button span {
    color: #ffffff;
}

.lottery-single__header .top ul li button i {
    font-size: 28px;
    color: #ffffff;
}

.lottery-single__selected-number {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -3px;
}

.lottery-single__selected-number li {
    width: 36px;
    height: 36px;
    background-image: -moz-linear-gradient(135deg, rgb(177, 34, 230) 0%, rgb(255, 99, 222) 100%);
    background-image: -webkit-linear-gradient(135deg, rgb(177, 34, 230) 0%, rgb(255, 99, 222) 100%);
    background-image: -ms-linear-gradient(135deg, rgb(177, 34, 230) 0%, rgb(255, 99, 222) 100%);
    box-shadow: 0px 19px 56px 0px rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.4);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 3px;
}

.lottery-single__selected-number li.active {
    background-image: -moz-linear-gradient(86deg, rgb(236, 3, 139) 0%, rgb(251, 100, 104) 44%, rgb(251, 185, 54) 100%);
    background-image: -webkit-linear-gradient(86deg, rgb(236, 3, 139) 0%, rgb(251, 100, 104) 44%, rgb(251, 185, 54) 100%);
    background-image: -ms-linear-gradient(86deg, rgb(236, 3, 139) 0%, rgb(251, 100, 104) 44%, rgb(251, 185, 54) 100%);
    box-shadow: 0px 17px 40px 0px rgba(124, 78, 25, 0.35);
    border: none;
    color: #ffffff;
}

.lottery-single__number {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -3px;
    justify-content: center;
}

.lottery-single__number li {
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    cursor: pointer;
    margin: 4px 3px;
}

.lottery-single__number li.active {
    background-image: -moz-linear-gradient(86deg, rgb(236, 3, 139) 0%, rgb(251, 100, 104) 44%, rgb(251, 185, 54) 100%);
    background-image: -webkit-linear-gradient(86deg, rgb(236, 3, 139) 0%, rgb(251, 100, 104) 44%, rgb(251, 185, 54) 100%);
    background-image: -ms-linear-gradient(86deg, rgb(236, 3, 139) 0%, rgb(251, 100, 104) 44%, rgb(251, 185, 54) 100%);
    box-shadow: 0px 17px 40px 0px rgba(124, 78, 25, 0.35);
    border: none;
}

.lottery-single__body {
    padding: 20px 20px;
}

.lottery-single__footer {
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px 0 30px 0;
    border-top: 1px solid #7d73cd;
}

.lottery-single.style--two .lottery-single__number {
    justify-content: flex-start;
    margin: -4px;
}

@media (max-width: 575px) {
    .lottery-single.style--two .lottery-single__number {
        justify-content: center;
    }
}

.lottery-single.style--two .lottery-single__number li {
    margin: 4px 4px;
}

.buy-lottery-ticket {
    border: 1px solid #201456;
    padding: 30px 30px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.buy-lottery-ticket .left {
    width: 35%;
}

@media (max-width: 991px) {
    .buy-lottery-ticket .left {
        width: 60%;
    }
}

@media (max-width: 767px) {
    .buy-lottery-ticket .left {
        width: 100%;
    }
}

.buy-lottery-ticket .right {
    width: 65%;
    text-align: right;
}

@media (max-width: 991px) {
    .buy-lottery-ticket .right {
        width: 40%;
    }
}

@media (max-width: 767px) {
    .buy-lottery-ticket .right {
        width: 100%;
        margin-top: 30px;
        text-align: center;
    }
}

.buy-lottery-ticket .sub-total-price,
.buy-lottery-ticket .total-price {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.buy-lottery-ticket .sub-total-price span,
.buy-lottery-ticket .total-price span {
    font-size: 18px;
}

.buy-lottery-ticket .sub-total-price {
    padding-bottom: 20px;
}

.buy-lottery-ticket .total-price {
    padding-top: 20px;
    border-top: 1px solid #201456;
}

.buy-lottery-ticket .total-price p,
.buy-lottery-ticket .total-price span {
    color: #ffffff;
}

.pick-lottery-package .title {
    color: #ffffff;
    font-weight: 700;
    font-size: 60px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .pick-lottery-package .title {
        font-size: 48px;
    }
}

@media (max-width: 767px) {
    .pick-lottery-package .title {
        font-size: 36px;
    }
}

@media (max-width: 575px) {
    .pick-lottery-package .title {
        font-size: 32px;
    }
}

.lottery-package-list {
    text-align: center;
    margin: -10px -15px;
}

.lottery-package-list a {
    padding: 20px 20px;
    background-image: -moz-linear-gradient(0deg, rgb(233, 56, 142) 0%, rgb(185, 33, 122) 43%, rgb(136, 9, 101) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(233, 56, 142) 0%, rgb(185, 33, 122) 43%, rgb(136, 9, 101) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(233, 56, 142) 0%, rgb(185, 33, 122) 43%, rgb(136, 9, 101) 100%);
    color: #ffffff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin: 10px 15px;
}

.lottery-package-list a:hover {
    background-image: -moz-linear-gradient(86deg, rgb(236, 3, 139) 0%, rgb(251, 100, 104) 44%, rgb(251, 185, 54) 100%);
    background-image: -webkit-linear-gradient(86deg, rgb(236, 3, 139) 0%, rgb(251, 100, 104) 44%, rgb(251, 185, 54) 100%);
    background-image: -ms-linear-gradient(86deg, rgb(236, 3, 139) 0%, rgb(251, 100, 104) 44%, rgb(251, 185, 54) 100%);
    box-shadow: 0px 17px 40px 0px rgba(124, 78, 25, 0.35);
}

/* lottery-details css end */
/* cart section css start */
.cart-wrapper {
    padding: 120px 30px 60px 30px;
    background-color: #12023e;
}

@media (max-width: 991px) {
    .cart-wrapper {
        padding-top: 90px;
    }
}

@media (max-width: 575px) {
    .cart-wrapper {
        padding-top: 80px;
    }
}

.cart-wrapper__title {
    font-weight: 700;
    font-size: 60px;
    text-align: center;
    margin-bottom: 50px;
}

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

@media (max-width: 991px) {
    .cart-wrapper__title {
        font-size: 48px;
    }
}

@media (max-width: 767px) {
    .cart-wrapper__title {
        font-size: 36px;
    }
}

.ticket-wrapper__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #4939c1;
    padding: 30px 20px;
}

.ticket-wrapper__header button {
    font-size: 14px;
    text-transform: uppercase;
    background-color: transparent;
    color: #ffffff;
}

.ticket-wrapper__body {
    background-color: #5a4bcc;
    padding: 20px 20px;
}

.ticket-wrapper__body .single-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #8a80d9;
}

.ticket-wrapper__body .single-row:first-child {
    padding-top: 0;
}

.ticket-wrapper__body .single-row:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.ticket-wrapper__body .single-row .numbers {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -3px;
}

@media (max-width: 575px) {
    .ticket-wrapper__body .single-row .numbers {
        width: 100%;
        justify-content: center;
    }
}

.ticket-wrapper__body .single-row .numbers li {
    margin: 3px;
    width: 36px;
    height: 36px;
    background-image: -moz-linear-gradient(86deg, rgb(236, 3, 139) 0%, rgb(251, 100, 104) 44%, rgb(251, 185, 54) 100%);
    background-image: -webkit-linear-gradient(86deg, rgb(236, 3, 139) 0%, rgb(251, 100, 104) 44%, rgb(251, 185, 54) 100%);
    background-image: -ms-linear-gradient(86deg, rgb(236, 3, 139) 0%, rgb(251, 100, 104) 44%, rgb(251, 185, 54) 100%);
    box-shadow: 0px 17px 40px 0px rgba(124, 78, 25, 0.35);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}

.ticket-wrapper__body .single-row .action-btns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px -10px;
}

@media (max-width: 575px) {
    .ticket-wrapper__body .single-row .action-btns {
        width: 100%;
        margin-top: 15px;
        justify-content: center;
    }
}

.ticket-wrapper__body .single-row .action-btns button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 22px;
    margin: 5px 10px;
}

.ticket-wrapper__body .single-row .action-btns button:hover {
    background-position: 120% 50%;
}

.ticket-wrapper__body .single-row .action-btns .edit-btn {
    background-image: -moz-linear-gradient(7deg, rgb(236, 19, 121) 0%, rgb(108, 0, 146) 100%);
    background-image: -webkit-linear-gradient(7deg, rgb(236, 19, 121) 0%, rgb(108, 0, 146) 100%);
    background-image: -ms-linear-gradient(7deg, rgb(236, 19, 121) 0%, rgb(108, 0, 146) 100%);
    box-shadow: 0px 7px 7px 0px rgba(163, 15, 110, 0.35);
}

.ticket-wrapper__body .single-row .action-btns .del-btn {
    background-image: -moz-linear-gradient(-45deg, rgb(193, 101, 221) 0%, rgb(209, 15, 126) 100%);
    background-image: -webkit-linear-gradient(-45deg, rgb(193, 101, 221) 0%, rgb(209, 15, 126) 100%);
    background-image: -ms-linear-gradient(-45deg, rgb(193, 101, 221) 0%, rgb(209, 15, 126) 100%);
    box-shadow: 0px 7px 7px 0px rgba(209, 15, 126, 0.35);
}

.checkout-wrapper {
    position: sticky;
    top: 110px;
}

.checkout-wrapper__header {
    padding: 30px 20px 30px 20px;
    background-color: #4939c1;
}

.checkout-wrapper__body {
    padding: 20px;
    background-color: #5a4bcc;
}

.checkout-wrapper__body .price li {
    padding: 30px 0;
    border-bottom: 1px solid #867cd5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.checkout-wrapper__body .price li:first-child {
    padding-top: 0;
}

.checkout-wrapper__body .price li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.checkout-wrapper__body .price li .caption+span {
    color: #24e980;
    font-size: 15px;
}

.checkout-wrapper__body .price li .price {
    font-size: 22px;
    color: #ffffff;
}

.checkout-wrapper__btn {
    text-align: center;
    margin-bottom: -40px;
    margin-top: 50px;
}

/* cart section css end */
/* checkout section css start */
.checkout-area {
    padding: 50px 30px;
    background-color: #12023e;
}

@media (max-width: 575px) {
    .checkout-area {
        padding: 30px 15px;
    }
}

.checkout-form-area .top {
    padding: 30px;
    background-color: #5a4bcc;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 575px) {
    .checkout-form-area .top .right {
        width: 100%;
        margin-top: 15px;
    }
}

.checkout-form-area .top .right a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.checkout-form-area .top .right a i {
    width: 40px;
    height: 40px;
    color: #ffffff;
    font-size: 28px;
    background-image: -moz-linear-gradient(7deg, rgb(236, 19, 121) 0%, rgb(108, 0, 146) 100%);
    background-image: -webkit-linear-gradient(7deg, rgb(236, 19, 121) 0%, rgb(108, 0, 146) 100%);
    background-image: -ms-linear-gradient(7deg, rgb(236, 19, 121) 0%, rgb(108, 0, 146) 100%);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.checkout-form-area .top .right a span {
    color: #ffffff;
    padding-left: 8px;
    font-size: 16px;
}

.checkout-form-area .personal-details {
    padding: 30px;
    background-color: #5a4bcc;
}

.checkout-form-area .personal-details .title {
    padding-bottom: 15px;
    border-bottom: 1px dashed #9387e9;
    margin-bottom: 30px;
}

.checkout-form-area .payment-details {
    padding: 30px;
    background-color: #5a4bcc;
}

.checkout-form-area .payment-details .title {
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #9387e9;
}

.checkout-form-area .info-text {
    font-size: 14px;
    margin-top: 10px;
}

.checkout-form-area .info-text a {
    color: #07ff7b;
}

.personal-details-form .form-row {
    margin: -10px -15px;
}

.personal-details-form .form-group {
    padding: 10px 15px;
}

.personal-details-form input {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 5px;
    min-height: auto;
    font-size: 14px;
    border: none;
    border-bottom: 1px solid #8991d3;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    color: #ffffff;
}

.personal-details-form input::-webkit-input-placeholder {
    color: #9aace5;
}

.personal-details-form input::-moz-placeholder {
    color: #9aace5;
}

.personal-details-form input:-ms-input-placeholder {
    color: #9aace5;
}

.personal-details-form input:-moz-placeholder {
    color: #9aace5;
}

.personal-details-form button {
    text-transform: capitalize;
    padding: 9px 30px;
    width: 160px;
    font-size: 16px;
}

.payment-form .payment-methods {
    margin: -15px;
}

.payment-form .payment-methods button {
    background-color: transparent;
    padding: 5px 15px;
    border: 1px solid #6472d9;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin: 15px;
}

.payment-form .payment-methods button.checked {
    border-color: #06bcdd;
    position: relative;
}

.payment-form .payment-methods button.checked::before {
    position: absolute;
    content: "\f00c";
    font-family: "Line Awesome Free";
    font-weight: 900;
    width: 33px;
    height: 33px;
    background-color: #06bcdd;
    color: #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    top: -15px;
    right: -15px;
    border: 3px solid #5a4bcc;
}

.payment-form .payment-methods button i {
    color: #b2c8ff;
    font-size: 36px;
    line-height: 1;
}

.payment-form .payment-methods button span {
    display: block;
    color: #ffffff;
    text-transform: capitalize;
    font-size: 12px;
}

.payment-form__title {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.payment-form label {
    font-size: 16px;
}

.payment-form input {
    height: 60px;
    font-size: 15px;
}

.payment-form button {
    font-size: 16px;
    text-transform: capitalize;
    padding: 10px 35px;
    margin-top: 20px;
}

.payment-form .form-row {
    margin-left: -15px;
    margin-right: -15px;
}

.payment-form .form-group {
    padding-left: 15px;
    padding-right: 15px;
}

/* checkout section css end */
/* affiliate single section css start */
.affiliate-single-wrapper {
    position: relative;
    padding-left: 65px;
    padding-right: 65px;
    background-image: -moz-linear-gradient(120deg, rgb(59, 38, 219) 1%, rgb(123, 25, 203) 100%);
    background-image: -webkit-linear-gradient(120deg, rgb(59, 38, 219) 1%, rgb(123, 25, 203) 100%);
    background-image: -ms-linear-gradient(120deg, rgb(59, 38, 219) 1%, rgb(123, 25, 203) 100%);
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

@media (max-width: 991px) {
    .affiliate-single-wrapper {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (max-width: 575px) {
    .affiliate-single-wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.affiliate-single-wrapper__obj {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
}

@media (max-width: 991px) {
    .affiliate-single-wrapper__obj img {
        width: 70%;
    }
}

/* affiliate single section css end */
/* how it work section css start */
.work-card {
    padding: 0 30px;
    background: transparent;
}

.work-card:hover .work-card__icon .inner {
    box-shadow: inset 0 0px 50px 2px rgba(236, 19, 121, 0.6392156863);
}

.work-card__icon {
    width: 165px;
    height: 165px;
    background-color: #170543;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.work-card__icon .inner {
    width: 135px;
    height: 135px;
    background-image: -moz-linear-gradient(-45deg, rgb(193, 101, 221) 0%, rgb(92, 39, 254) 100%);
    background-image: -webkit-linear-gradient(-45deg, rgb(193, 101, 221) 0%, rgb(92, 39, 254) 100%);
    background-image: -ms-linear-gradient(-45deg, rgb(193, 101, 221) 0%, rgb(92, 39, 254) 100%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0px 19px 2px rgba(236, 19, 121, 0.3294117647);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.work-card__content {
    margin-top: 30px;
}

.work-card__content p {
    margin-top: 10px;
}

.work-card__title {
    text-transform: uppercase;
}

/* how it work section css end */
/* affiliate partner section css start */
.affiliate-card {
    padding: 40px 30px;
    background-image: -moz-linear-gradient(90deg, rgb(193, 101, 221) 0%, rgb(92, 39, 254) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(193, 101, 221) 0%, rgb(92, 39, 254) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(193, 101, 221) 0%, rgb(92, 39, 254) 100%);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    text-align: center;
    overflow: hidden;
}

.affiliate-card:hover {
    background-image: -moz-linear-gradient(90deg, rgb(232, 42, 122) 0%, rgb(54, 3, 84) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(232, 42, 122) 0%, rgb(54, 3, 84) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(232, 42, 122) 0%, rgb(54, 3, 84) 100%);
}

.affiliate-card__content {
    margin-top: 25px;
}

.affiliate-card__content p {
    margin-top: 8px;
    color: #ffffff;
}

.affiliate-card__title {
    text-transform: capitalize;
    color: #ffffff;
}

/* affiliate partner section css end */
/* top affiliate section css start */
.top-affiliate-card {
    text-align: center;
    text-align: center;
}

.top-affiliate-card:hover .top-affiliate-card__thumb::before {
    top: 0;
}

.top-affiliate-card__thumb {
    width: 267px;
    height: 328px;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.top-affiliate-card__thumb::before {
    position: absolute;
    content: "";
    left: 0;
    top: 12px;
    width: 100%;
    height: 100%;
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    background-color: #e22979;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.top-affiliate-card__thumb .inner {
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}

.top-affiliate-card__thumb img {
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
}

.top-affiliate-card__content {
    margin-top: 50px;
}

.top-affiliate-card__content .name {
    text-transform: capitalize;
}

.top-affiliate-card__content .amount {
    color: #22b868;
    margin-top: 8px;
}

/* top affiliate section css end */
/* video section css start */
.video-wrapper {
    padding: 30px 30px;
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    min-height: 490px;
    position: relative;
}

@media (max-width: 991px) {
    .video-wrapper {
        min-height: 400px;
    }
}

.video-wrapper .cmn-btn {
    padding: 25px 45px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 575px) {
    .video-wrapper .cmn-btn {
        padding: 15px 35px;
        display: inline-block;
        white-space: nowrap;
    }
}

/* video section css end */
/* buy ticket section css start */
.buy-ticket-section {
    position: relative;
    padding-top: 310px;
    padding-bottom: 140px;
}

@media (max-width: 1450px) {
    .buy-ticket-section {
        padding-top: 215px;
    }
}

@media (max-width: 1199px) {
    .buy-ticket-section {
        padding-top: 110px;
    }
}

.winner-obj {
    position: absolute;
    top: 60px;
    right: 0;
    width: 54%;
}

@media (max-width: 1650px) {
    .winner-obj {
        width: 40%;
    }
}

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

.buy-btn-wrapper {
    position: relative;
    display: inline-block;
}

.buy-btn-wrapper .arrow {
    position: absolute;
    top: 10%;
    left: 240px;
}

.buy-btn-wrapper span {
    display: block;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
}

.winner-stat-wrapper {
    margin-top: 265px;
}

@media (max-width: 1650px) {
    .winner-stat-wrapper {
        margin-top: 185px;
    }
}

@media (max-width: 1199px) {
    .winner-stat-wrapper {
        margin-top: 110px;
    }
}

.winner-stat-wrapper__title {
    margin-bottom: 30px;
    color: #c4cbf9;
}

/* buy ticket section css end */
/* client section css start */
.client-wrapper__title {
    font-weight: 600;
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 45px;
    color: #dfe2fa;
}

.client-slider {
    padding: 50px 80px;
    background-image: -moz-linear-gradient(0deg, rgb(15, 90, 224) 0%, rgb(116, 0, 186) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(15, 90, 224) 0%, rgb(116, 0, 186) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(15, 90, 224) 0%, rgb(116, 0, 186) 100%);
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
}

.client-slider .slick-track {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.client-slider .client-single {
    text-align: center;
}

.client-slider .client-single img {
    display: inline-block;
}

/* client section css end */
/* faq section css start */
.faq-el {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

@media (max-width: 1550px) {
    .faq-el {
        width: 40%;
        top: 20%;
    }
}

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

.btn-link {
    text-decoration: none;
}

.faq-top-wrapper {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 30px;
    background-image: -moz-linear-gradient(120deg, rgb(59, 38, 219) 1%, rgb(123, 25, 203) 100%);
    background-image: -webkit-linear-gradient(120deg, rgb(59, 38, 219) 1%, rgb(123, 25, 203) 100%);
    background-image: -ms-linear-gradient(120deg, rgb(59, 38, 219) 1%, rgb(123, 25, 203) 100%);
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

@media (max-width: 575px) {
    .faq-top-wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.faq-body-wrapper {
    margin-top: 40px;
}

/* faq section css end */
/* blog section css start */
.blog-card__thumb {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden;
}

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

.blog-card__content {
    padding: 40px 60px;
    margin-left: 40px;
    margin-right: 40px;
    margin-top: -105px;
    background-color: #683df5;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    position: relative;
    z-index: 1;
}

@media (max-width: 1199px) {
    .blog-card__content {
        margin-left: 30px;
        margin-right: 30px;
        padding: 30px;
    }
}

@media (max-width: 575px) {
    .blog-card__content {
        margin-left: 0;
        margin-right: 0;
        margin-top: -30px;
    }
}

.blog-card__content p {
    color: #ffffff;
    margin-top: 20px;
}

.blog-card__title {
    font-size: 36px;
    margin-bottom: 10px;
}

@media (max-width: 1199px) {
    .blog-card__title {
        font-size: 32px;
    }
}

@media (max-width: 991px) {
    .blog-card__title {
        font-size: 28px;
    }
}

.blog-card__meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px -15px;
}

.blog-card__meta li {
    margin: 5px 15px;
}

.blog-card__meta li i {
    font-size: 14px;
    color: #31d7a9;
    margin-right: 3px;
}

.blog-card__meta li span {
    font-size: 14px;
}

.blog-card__footer {
    border-top: 1px solid #8380f7;
    margin-top: 30px;
    padding-top: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.blog-card__footer .left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.blog-card__footer .left span {
    font-size: 14px;
}

.blog-card__footer .left .name {
    color: #31d7a9;
    padding-left: 10px;
}

.blog-card__footer .left .post-author {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 20px;
}

@media (max-width: 575px) {
    .blog-card__footer .left .post-author {
        margin-left: 8px;
    }
}

.blog-card__footer .left .post-author img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.blog-card__footer .right .read-btn {
    color: #31d7a9;
}

.blog-card__footer .right .read-btn i {
    font-size: 24px;
}

.blog-card.style--two {
    background-color: #683df5;
    padding: 10px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blog-card.style--two .blog-card__thumb {
    width: 36%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

@media (max-width: 767px) {
    .blog-card.style--two .blog-card__thumb {
        width: 100%;
    }
}

.blog-card.style--two .blog-card__thumb img {
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
}

.blog-card.style--two .blog-card__content {
    width: 64%;
    padding: 20px 25px;
    margin: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

@media (max-width: 767px) {
    .blog-card.style--two .blog-card__content {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .blog-card.style--two .blog-card__content {
        padding: 20px 15px;
    }
}

.blog-card.style--two .blog-card__title {
    font-size: 28px;
}

@media (max-width: 575px) {
    .blog-card.style--two .blog-card__title {
        font-size: 24px;
    }
}

/* blog section css end */
/* blog single section css start */
.blog-single__title {
    font-size: 50px;
}

@media (max-width: 1199px) {
    .blog-single__title {
        font-size: 42px;
    }
}

@media (max-width: 991px) {
    .blog-single__title {
        font-size: 36px;
    }
}

@media (max-width: 575px) {
    .blog-single__title {
        font-size: 32px;
    }
}

.blog-single__meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.blog-single__meta .left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.blog-single__meta .left span {
    font-size: 14px;
    color: #ffffff;
}

.blog-single__meta .left .name {
    padding-left: 10px;
}

.blog-single__meta .left .post-author {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 20px;
}

.blog-single__meta .left .post-author img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.blog-single__meta .right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 767px) {
    .blog-single__meta .right {
        margin-top: 15px;
    }
}

.blog-single__meta .right>span {
    margin-right: 15px;
    color: #ffffff;
}

.blog-single__meta .right .social-link-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px -7px;
}

.blog-single__meta .right .social-link-list li {
    margin: 5px 7px;
}

.blog-single__meta .right .social-link-list li a {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.blog-single__meta .right .social-link-list li a:hover {
    border: none;
    background-image: -moz-linear-gradient(86deg, rgb(236, 3, 139) 0%, rgb(251, 100, 104) 44%, rgb(251, 185, 54) 100%);
    background-image: -webkit-linear-gradient(86deg, rgb(236, 3, 139) 0%, rgb(251, 100, 104) 44%, rgb(251, 185, 54) 100%);
    background-image: -ms-linear-gradient(86deg, rgb(236, 3, 139) 0%, rgb(251, 100, 104) 44%, rgb(251, 185, 54) 100%);
    box-shadow: 0px 17px 40px 0px rgba(124, 78, 25, 0.35);
}

.blog-single__body {
    margin-top: 30px;
    padding: 50px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    background-color: rgb(15, 2, 51);
    box-shadow: 0px 9px 50px 0px rgba(49, 65, 156, 0.15);
}

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

.blog-single__body .title {
    font-size: 40px;
    margin-bottom: 20px;
}

@media (max-width: 1199px) {
    .blog-single__body .title {
        font-size: 36px;
    }
}

@media (max-width: 991px) {
    .blog-single__body .title {
        font-size: 32px;
    }
}

.blog-single__body .title~.title {
    margin-top: 20px;
}

.blog-single__body img {
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
    width: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin: 30px 0;
}

/* blog single section css end */
/* contact section css start */
.contact-wrapper {
    background-image: -moz-linear-gradient(120deg, rgb(59, 38, 219) 1%, rgb(123, 25, 203) 100%);
    background-image: -webkit-linear-gradient(120deg, rgb(59, 38, 219) 1%, rgb(123, 25, 203) 100%);
    background-image: -ms-linear-gradient(120deg, rgb(59, 38, 219) 1%, rgb(123, 25, 203) 100%);
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

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

.contact-form-wrapper {
    padding: 50px 0 50px 50px;
}

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

.contact-form-wrapper .title {
    font-size: 28px;
    margin-bottom: 30px;
}

.contact-form .form-group {
    margin-bottom: 0;
}

.contact-form .form-group+.form-group {
    margin-top: 30px;
}

.contact-form label {
    font-size: 16px;
    text-transform: capitalize;
}

.contact-form label sup {
    color: #f1481f;
    font-size: 100%;
    top: 0;
    right: 3px;
}

.contact-form input,
.contact-form textarea {
    height: 60px;
    background-color: rgba(0, 18, 50, 0.102);
    font-size: 16px;
    color: #ffffff;
    border-color: #7279cd;
    padding: 20px;
}

.contact-form input::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
    color: #8b99d7;
}

.contact-form input::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
    color: #8b99d7;
}

.contact-form input:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
    color: #8b99d7;
}

.contact-form input:-moz-placeholder,
.contact-form textarea:-moz-placeholder {
    color: #8b99d7;
}

.contact-form input:focus,
.contact-form input:checked,
.contact-form textarea:focus,
.contact-form textarea:checked {
    border-color: #989dda;
}

.contact-form button {
    padding: 14px 30px;
    font-size: 16px;
}

.contact-info-wrapper {
    padding-top: 150px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
}

@media (max-width: 991px) {
    .contact-info-wrapper {
        padding-top: 100px;
    }
}

.contact-info {
    width: calc(50% - 15px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

@media (max-width: 575px) {
    .contact-info {
        width: 100%;
        margin-top: 20px;
    }
}

.contact-info:last-child::after {
    display: none;
}

.contact-info::after {
    position: absolute;
    content: "";
    top: 6px;
    right: 0;
    width: 1px;
    height: 48px;
    background-color: #516184;
}

@media (max-width: 575px) {
    .contact-info::after {
        display: none;
    }
}

.contact-info__icon {
    width: 60px;
}

.contact-info__content {
    width: calc(100% - 60px);
    padding-left: 15px;
}

.contact-info__content p {
    color: #ffffff;
    text-transform: uppercase;
}

.contact-info__content span {
    font-size: 16px;
    color: #31d7a9;
}

.contact-thumb {
    align-self: flex-end;
    width: 100%;
    text-align: center;
}

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

.contact-thumb img {
    width: 70%;
}

.social-card {
    text-align: center;
    background-color: #0f0233;
    padding: 20px;
    border: 1px solid rgba(84, 67, 160, 0.59);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.social-card:hover {
    background-image: -moz-linear-gradient(120deg, rgb(59, 38, 219) 1%, rgb(123, 25, 203) 100%);
    background-image: -webkit-linear-gradient(120deg, rgb(59, 38, 219) 1%, rgb(123, 25, 203) 100%);
    background-image: -ms-linear-gradient(120deg, rgb(59, 38, 219) 1%, rgb(123, 25, 203) 100%);
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.3);
}

.social-card__icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    color: #ffffff;
    font-size: 28px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    background-image: -moz-linear-gradient(86deg, rgb(236, 3, 139) 0%, rgb(251, 100, 104) 44%, rgb(251, 185, 54) 100%);
    background-image: -webkit-linear-gradient(86deg, rgb(236, 3, 139) 0%, rgb(251, 100, 104) 44%, rgb(251, 185, 54) 100%);
    background-image: -ms-linear-gradient(86deg, rgb(236, 3, 139) 0%, rgb(251, 100, 104) 44%, rgb(251, 185, 54) 100%);
    box-shadow: 0px 17px 40px 0px rgba(124, 78, 25, 0.35);
}

.social-card__content {
    margin-top: 25px;
}

.social-card__content span {
    font-size: 16px;
    text-transform: capitalize;
    color: #31d7a9;
    margin-top: 5px;
}

/* contact section css end */
/* login css start */
.modal {
    background-color: rgba(0, 0, 0, 0.5);
}

.modal .modal-content {
    background-color: transparent;
}

.modal .modal-body {
    padding: 0;
}

.account-form-area {
    padding: 30px 20px 20px 20px;
    background-color: rgb(90, 75, 204);
    box-shadow: 0px 0px 29.4px 0.6px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    position: relative;
}

.account-form-area .close-btn {
    position: absolute;
    top: 27px;
    right: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 20px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.account-form-area .title {
    font-size: 28px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}

.account-form-area .account-form-wrapper {
    background-color: rgb(78, 64, 185);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 30px;
}

.account-form-area form .form-group {
    margin-bottom: 0;
}

.account-form-area form .form-group+.form-group {
    margin-top: 30px;
}

.account-form-area form label {
    text-transform: uppercase;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
}

.account-form-area form label sup {
    color: #f1481f;
    font-size: 100%;
    top: 0;
    right: 3px;
}

.account-form-area form input {
    padding: 0;
    padding-bottom: 10px;
    min-height: auto;
    font-size: 16px;
    color: #ffffff;
    border: none;
    border-bottom: 1px solid #766bcb;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.account-form-area form input::-webkit-input-placeholder {
    color: #94a1dc;
}

.account-form-area form input::-moz-placeholder {
    color: #94a1dc;
}

.account-form-area form input:-ms-input-placeholder {
    color: #94a1dc;
}

.account-form-area form input:-moz-placeholder {
    color: #94a1dc;
}

.account-form-area form .link {
    color: #c4cbf9;
    font-size: 14px;
    margin-top: 3px;
    color: #00ffb8;
}

.account-form-area form .cmn-btn {
    width: 200px;
    display: inline-block;
}

.account-form-area p {
    font-size: 16px;
}

.account-form-area p a {
    color: #31d7a9;
    font-size: 16px;
    text-transform: uppercase;
}

.account-form-area .divider {
    position: relative;
    z-index: 1;
    margin-top: 10px;
    text-align: center;
}

.account-form-area .divider::after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    border-radius: 50%;
    background-color: rgba(189, 189, 189, 0.502);
    z-index: -1;
}

.account-form-area .divider span {
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    padding: 5px 30px;
    background-color: #4e40b9;
}

.account-form-area .social-link-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}

.account-form-area .social-link-list li {
    margin: 0 10px;
}

.account-form-area .social-link-list li a {
    width: 50px;
    height: 50px;
    background-color: rgba(12, 18, 32, 0);
    border: 1px solid #655dca;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

.account-form-area .social-link-list li a:hover {
    color: #ffffff;
    background-image: -moz-linear-gradient(86deg, rgb(236, 3, 139) 0%, rgb(251, 100, 104) 44%, rgb(251, 185, 54) 100%);
    background-image: -webkit-linear-gradient(86deg, rgb(236, 3, 139) 0%, rgb(251, 100, 104) 44%, rgb(251, 185, 54) 100%);
    background-image: -ms-linear-gradient(86deg, rgb(236, 3, 139) 0%, rgb(251, 100, 104) 44%, rgb(251, 185, 54) 100%);
    box-shadow: 0px 9px 4px 0px rgba(124, 78, 25, 0.35);
}

/* login css end */
/* user section css start */
.user-card {
    padding: 50px 30px;
    background-image: -moz-linear-gradient(120deg, rgb(123, 25, 203) 0%, rgb(59, 38, 219) 99%);
    background-image: -webkit-linear-gradient(120deg, rgb(123, 25, 203) 0%, rgb(59, 38, 219) 99%);
    background-image: -ms-linear-gradient(120deg, rgb(123, 25, 203) 0%, rgb(59, 38, 219) 99%);
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    text-align: center;
    position: relative;
}

.user-card__name {
    font-size: 28px;
    text-transform: uppercase;
    margin-top: 40px;
}

.user-card__id {
    color: #22b868;
    font-size: 18px;
    margin-top: 3px;
}

.avatar-upload {
    position: relative;
    max-width: 160px;
    margin: auto;
}

.avatar-upload .obj-el {
    position: absolute;
    top: 0;
    left: 0;
    width: 124%;
    height: 124%;
    margin-left: -14%;
    margin-top: -5%;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 6px;
    z-index: 1;
    bottom: 0;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 50%;
    background-image: -moz-linear-gradient(135deg, rgb(177, 34, 230) 0%, rgb(255, 99, 222) 100%);
    background-image: -webkit-linear-gradient(135deg, rgb(177, 34, 230) 0%, rgb(255, 99, 222) 100%);
    background-image: -ms-linear-gradient(135deg, rgb(177, 34, 230) 0%, rgb(255, 99, 222) 100%);
    box-shadow: 0px 19px 56px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input+label:after {
    content: "\f030";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ffffff;
    position: absolute;
    top: 3px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.avatar-upload .avatar-preview {
    width: 160px;
    height: 160px;
    position: relative;
    border-radius: 100%;
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.user-action-card {
    padding: 10px 0;
    margin-top: 20px;
    background-image: -moz-linear-gradient(120deg, rgb(59, 38, 219) 1%, rgb(123, 25, 203) 100%);
    background-image: -webkit-linear-gradient(120deg, rgb(59, 38, 219) 1%, rgb(123, 25, 203) 100%);
    background-image: -ms-linear-gradient(120deg, rgb(59, 38, 219) 1%, rgb(123, 25, 203) 100%);
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.user-action-list li.active a {
    background: #3b26db;
    background: -webkit-linear-gradient(to right, #ad1f83, rgba(108, 0, 146, 0.25), rgba(59, 38, 219, 0.001));
    background: linear-gradient(to right, #ad1f83, rgba(108, 0, 146, 0.25), rgba(59, 38, 219, 0.001));
    border-color: #ff002a;
}

.user-action-list li a {
    font-size: 18px;
    text-transform: capitalize;
    padding: 12px 30px;
    display: block;
    border-left: 2px solid transparent;
}

.user-action-list li a .badge {
    float: right;
    padding: 4px 8px;
    color: #ffffff;
    background-color: #7368f5;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
}

.upcoming-draw-wrapper {
    background-color: #5a4bcc;
    padding: 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    position: relative;
}

.upcoming-draw-wrapper .title {
    font-size: 28px;
    margin-bottom: 25px;
}

.draw-single-ticket {
    border: 2px solid rgba(255, 255, 255, 0.2);
    padding: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    position: relative;
    background-origin: #5a4bcc;
}

.draw-single-ticket::before {
    position: absolute;
    content: "";
    top: 39%;
    left: -19px;
    width: 34px;
    height: 34px;
    background-color: #5a4bcc;
    border: 2px solid #7b6fd6;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.draw-single-ticket::after {
    position: absolute;
    content: "";
    top: 39%;
    right: -19px;
    width: 34px;
    height: 34px;
    background-color: #5a4bcc;
    border: 2px solid #7b6fd6;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.draw-single-ticket__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.draw-single-ticket__header .left {
    font-size: 22px;
    color: #ffffff;
}

.draw-single-ticket__header .right {
    font-size: 14px;
    color: #ffffff;
}

.draw-single-ticket .circle-divider {
    text-align: center;
    margin: 10px 0;
}

.draw-single-ticket .circle-divider img {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}

.draw-single-ticket .ticket-numbers-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -2px;
}

@media (max-width: 1199px) {
    .draw-single-ticket .ticket-numbers-list {
        justify-content: flex-start;
    }
}

.draw-single-ticket .ticket-numbers-list.active li {
    background-image: -moz-linear-gradient(86deg, rgb(236, 3, 139) 0%, rgb(251, 100, 104) 44%, rgb(251, 185, 54) 100%);
    background-image: -webkit-linear-gradient(86deg, rgb(236, 3, 139) 0%, rgb(251, 100, 104) 44%, rgb(251, 185, 54) 100%);
    background-image: -ms-linear-gradient(86deg, rgb(236, 3, 139) 0%, rgb(251, 100, 104) 44%, rgb(251, 185, 54) 100%);
    box-shadow: 0px 17px 40px 0px rgba(124, 78, 25, 0.35);
    border: none;
}

.draw-single-ticket .ticket-numbers-list li {
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background-color: #5a4bcc;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #ffffff;
    margin: 2px;
}

@media (max-width: 575px) {
    .draw-ticket-slider {
        padding-bottom: 50px;
    }
}

.draw-ticket-slider .slick-list {
    margin: 0 -5px;
}

.draw-ticket-slider .draw-single-ticket {
    margin: 0 5px;
}

.draw-ticket-slider .slick-arrow {
    position: absolute;
    top: -50px;
    right: 0;
    width: 50px;
    height: 26px;
    color: #ffffff;
    background-image: -moz-linear-gradient(7deg, rgb(236, 19, 121) 0%, rgb(108, 0, 146) 100%);
    background-image: -webkit-linear-gradient(7deg, rgb(236, 19, 121) 0%, rgb(108, 0, 146) 100%);
    background-image: -ms-linear-gradient(7deg, rgb(236, 19, 121) 0%, rgb(108, 0, 146) 100%);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
    text-align: center;
    line-height: 26px;
    font-size: 24px;
    cursor: pointer;
}

@media (max-width: 575px) {
    .draw-ticket-slider .slick-arrow {
        top: auto;
        bottom: 0;
    }
}

.draw-ticket-slider .slick-arrow.prev {
    right: 65px;
}

.draw-ticket-slider .slick-arrow.slick-disabled {
    background-color: rgb(115, 104, 245);
    background-image: none;
    box-shadow: none;
}

.past-draw-wrapper {
    background-color: #5a4bcc;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-top: 30px;
    padding-top: 30px;
}

.past-draw-wrapper .title {
    font-size: 28px;
    margin-bottom: 15px;
    padding-left: 30px;
}

.past-draw-wrapper table {
    width: 100%;
}

.past-draw-wrapper table th {
    font-size: 14px;
    font-weight: 600;
    color: #b0bbde;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 30px;
    border-bottom: 1px solid #9186e6;
}

.past-draw-wrapper table th:first-child {
    text-align: left;
}

.past-draw-wrapper table th:last-child {
    text-align: right;
}

.past-draw-wrapper table tbody {
    background-color: #4c3eb9;
}

.past-draw-wrapper table tbody tr+tr td {
    border-top: 1px solid #6a5ec3;
}

.past-draw-wrapper table td {
    padding: 15px;
    text-align: center;
}

.past-draw-wrapper table td:first-child {
    text-align: left;
    padding-left: 30px;
}

.past-draw-wrapper table td:last-child {
    text-align: right;
    padding-right: 30px;
}

.past-draw-wrapper table td span {
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
}

.past-draw-wrapper table td .number-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin: -4px;
}

@media (max-width: 1199px) {
    .past-draw-wrapper table td .number-list {
        justify-content: flex-start;
    }
}

.past-draw-wrapper table td .number-list.win-list li {
    border: none;
    background-image: -moz-linear-gradient(86deg, rgb(236, 3, 139) 0%, rgb(251, 100, 104) 44%, rgb(251, 185, 54) 100%);
    background-image: -webkit-linear-gradient(86deg, rgb(236, 3, 139) 0%, rgb(251, 100, 104) 44%, rgb(251, 185, 54) 100%);
    background-image: -ms-linear-gradient(86deg, rgb(236, 3, 139) 0%, rgb(251, 100, 104) 44%, rgb(251, 185, 54) 100%);
    box-shadow: 0px 17px 40px 0px rgba(124, 78, 25, 0.35);
}

.past-draw-wrapper table td .number-list li {
    width: 35px;
    height: 35px;
    font-size: 18px;
    color: #ffffff;
    background-color: #5a4bcc;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 4px;
}

.past-draw-wrapper table td .win {
    color: #ff0000;
}

.past-draw-wrapper .load-more {
    border-top: 2px solid #6a5ec3;
}

.past-draw-wrapper .load-more button {
    background-color: transparent;
    color: #b2acf2;
    width: 100%;
    font-size: 16px;
    padding: 25px;
}

.user-info-card+.user-info-card {
    margin-top: 30px;
}

.user-info-card {
    background-color: rgb(90, 75, 204);
    padding: 30px 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

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

.user-info-card__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.user-info-card__header button {
    background-color: transparent;
    color: #ada3f7;
}

.user-info-card__header button i {
    font-size: 22px;
}

.user-info-card__list {
    margin-top: 30px;
}

.user-info-card__list li+li {
    margin-top: 8px;
}

@media (max-width: 530px) {
    .user-info-card__list li+li {
        margin-top: 15px;
    }
}

.user-info-card__list li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.user-info-card__list li span {
    color: #ffffff;
    font-size: 18px;
}

@media (max-width: 575px) {
    .user-info-card__list li span {
        font-size: 14px;
    }
}

.user-info-card__list li .caption {
    width: 20%;
    position: relative;
    text-align: right;
    padding-right: 20px;
}

@media (max-width: 991px) {
    .user-info-card__list li .caption {
        width: 25%;
    }
}

@media (max-width: 767px) {
    .user-info-card__list li .caption {
        width: 30%;
    }
}

@media (max-width: 575px) {
    .user-info-card__list li .caption {
        text-align: left;
        width: 42%;
    }
}

.user-info-card__list li .caption::after {
    position: absolute;
    content: ":";
    right: 0;
    top: -3%;
}

.user-info-card__list li .value {
    width: 70%;
    padding-left: 25px;
}

@media (max-width: 991px) {
    .user-info-card__list li .value {
        width: 60%;
    }
}

@media (max-width: 575px) {
    .user-info-card__list li .value {
        width: 58%;
        padding-left: 15px;
    }
}

.user-info-card__list li .value.user-password {
    padding-top: 10px;
}

.user-info-card__list li .value.status-active {
    font-size: 14px;
    position: relative;
    padding-left: 45px;
}

.user-info-card__list li .value.status-active::before {
    position: absolute;
    content: "\f058";
    top: 0;
    left: 25px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #22b455;
}

.transaction-balance-wrapper {
    padding: 65px 30px;
    background-color: #5a4bcc;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

@media (max-width: 767px) {
    .transaction-balance-wrapper {
        padding: 30px;
    }
}

.transaction-balance-wrapper .left {
    width: 50%;
}

@media (max-width: 767px) {
    .transaction-balance-wrapper .left {
        width: 100%;
        text-align: center;
    }
}

.transaction-balance-wrapper .transaction-balance {
    padding: 30px 50px;
    background-color: #4c3eb9;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.transaction-balance-wrapper .transaction-balance .balance {
    font-size: 28px;
}

.transaction-balance-wrapper .transaction-balance span {
    font-size: 18px;
    color: #22b868;
    margin-top: 5px;
}

.transaction-balance-wrapper .right {
    width: 50%;
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 767px) {
    .transaction-balance-wrapper .right {
        width: 100%;
        justify-content: center;
        margin-top: 20px;
    }
}

.transaction-balance-wrapper .transaction-action-btn {
    width: 120px;
    height: 115px;
    background-color: #4c3eb9;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 15px 0;
}

.transaction-balance-wrapper .transaction-action-btn span {
    width: 100%;
    font-size: 18px;
    color: #22b868;
}

.all-transaction {
    background-color: #5a4bcc;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-top: 30px;
    padding-top: 30px;
}

.all-transaction__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    margin-bottom: 20px;
}

.all-transaction__header .date-range {
    width: 320px;
    position: relative;
}

@media (max-width: 767px) {
    .all-transaction__header .date-range {
        margin-top: 20px;
    }
}

.all-transaction__header .date-range i {
    position: absolute;
    top: 10px;
    right: 30px;
    color: #e5e2ff;
    font-size: 32px;
}

.all-transaction__header .date-range input {
    border-color: #9c93e0;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
    padding: 10px 30px;
    font-size: 14px;
    color: #ffffff;
}

.all-transaction__header .title {
    font-size: 28px;
    width: calc(100% - 320px);
}

@media (max-width: 767px) {
    .all-transaction__header .title {
        width: 100%;
    }
}

.all-transaction table {
    width: 100%;
}

.all-transaction table th {
    font-size: 14px;
    font-weight: 600;
    color: #b0bbde;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 30px;
    border-bottom: 1px solid #9186e6;
    white-space: nowrap;
}

.all-transaction table th:first-child {
    text-align: left;
}

.all-transaction table th:last-child {
    text-align: right;
}

.all-transaction table tbody {
    background-color: #4c3eb9;
}

.all-transaction table tbody tr+tr td {
    border-top: 1px solid #6a5ec3;
}

.all-transaction table td {
    padding: 20px;
    text-align: center;
    white-space: nowrap;
}

.all-transaction table td:first-child {
    text-align: left;
    padding-left: 30px;
}

.all-transaction table td:last-child {
    text-align: right;
    padding-right: 30px;
}

.all-transaction table td span {
    font-size: 12px;
}

.all-transaction table p {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.4;
    text-transform: uppercase;
}

.all-transaction table .date span {
    display: block;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    color: #d5daf1;
}

.all-transaction table .amount {
    font-size: 16px;
}

.all-transaction table .amount.minus-amount {
    color: #eb6623;
}

.all-transaction table .amount.plus-amount {
    color: #22b868;
}

.all-transaction table .status-pending i {
    color: #ffc107;
}

.all-transaction table .status-success i {
    color: #22b868;
}

.all-transaction .load-more {
    border-top: 2px solid #6a5ec3;
}

.all-transaction .load-more button {
    background-color: transparent;
    color: #b2acf2;
    width: 100%;
    font-size: 16px;
    padding: 25px;
}

.referral-link-wrapper {
    padding: 30px;
    background-color: #5a4bcc;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.referral-link-wrapper .title {
    font-size: 28px;
    margin-bottom: 30px;
}

.copy-link {
    border: 1px solid #7b6fd6;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
    position: relative;
    height: 60px;
    background-color: #4c3eb9;
    overflow: hidden;
}

.copy-link .copy-link-icon {
    position: absolute;
    top: 4px;
    left: 5px;
    width: 50px;
    height: 50px;
    color: #ffffff;
    background-color: #5351fb;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 26px;
}

.copy-link .label {
    font-size: 18px;
    color: #ffffff;
    position: absolute;
    left: 75px;
    top: 15px;
}

.copy-link input {
    border: none;
}

.copy-link input[data-click-select-all] {
    padding-right: 160px;
    padding-left: 200px;
    height: 60px;
    color: #00cca2;
    font-size: 16px;
}

.copy-link input[type=submit] {
    position: absolute;
    top: 4px;
    right: 5px;
    width: auto;
    color: #ffffff;
    padding: 10px 35px;
    background-image: -moz-linear-gradient(-103deg, rgb(239, 119, 76) 0%, rgb(237, 104, 79) 35%, rgb(232, 67, 81) 76%, rgb(231, 51, 81) 100%);
    background-image: -webkit-linear-gradient(-103deg, rgb(239, 119, 76) 0%, rgb(237, 104, 79) 35%, rgb(232, 67, 81) 76%, rgb(231, 51, 81) 100%);
    background-image: -ms-linear-gradient(-103deg, rgb(239, 119, 76) 0%, rgb(237, 104, 79) 35%, rgb(232, 67, 81) 76%, rgb(231, 51, 81) 100%);
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
}

.referral-overview {
    padding: 30px;
    background-color: #5a4bcc;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.referral-crad {
    padding: 30px;
    background-color: #4c3eb9;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.referral-crad__icon {
    width: 60px;
}

@media (max-width: 1199px) {
    .referral-crad__icon {
        width: 100%;
        text-align: center;
    }
}

.referral-crad__content {
    width: calc(100% - 60px);
    padding-left: 15px;
}

@media (max-width: 1199px) {
    .referral-crad__content {
        width: 100%;
        text-align: center;
        padding-left: 0;
        margin-top: 15px;
    }
}

.referral-crad__content .number {
    font-size: 28px;
}

.referral-crad__content span {
    color: #22b868;
}

.referral-transaction {
    background-color: #5a4bcc;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-top: 30px;
    padding-top: 30px;
}

.referral-transaction__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    margin-bottom: 20px;
}

.referral-transaction__header .date-range {
    width: 320px;
    position: relative;
}

.referral-transaction__header .date-range i {
    position: absolute;
    top: 10px;
    right: 30px;
    color: #e5e2ff;
    font-size: 32px;
}

.referral-transaction__header .date-range input {
    border-color: #9c93e0;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
    padding: 10px 30px;
    font-size: 14px;
    color: #ffffff;
}

.referral-transaction__header .title {
    font-size: 28px;
    width: calc(100% - 320px);
}

.referral-transaction table {
    width: 100%;
}

.referral-transaction table th {
    font-size: 14px;
    font-weight: 600;
    color: #b0bbde;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 30px;
    border-bottom: 1px solid #9186e6;
}

.referral-transaction table th:first-child {
    text-align: left;
}

.referral-transaction table th:last-child {
    text-align: right;
}

.referral-transaction table tbody {
    background-color: #4c3eb9;
}

.referral-transaction table tbody tr+tr td {
    border-top: 1px solid #6a5ec3;
}

.referral-transaction table td {
    padding: 15px 20px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
}

.referral-transaction table td:first-child {
    text-align: left;
}

.referral-transaction table td:last-child {
    text-align: right;
    padding-right: 30px;
}

.referral-transaction table .date span {
    display: block;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    color: #d5daf1;
}

.referral-transaction table .date .month {
    font-size: 12px;
}

.referral-transaction .load-more {
    border-top: 2px solid #6a5ec3;
}

.referral-transaction .load-more button {
    background-color: transparent;
    color: #b2acf2;
    width: 100%;
    font-size: 16px;
    padding: 25px;
}

/* user section css end */
/* error-section start */
.error-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
    min-height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.error-wrapper__inner {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
}

.error-wrapper__inner::after {
    position: absolute;
    content: "";
    bottom: 9px;
    left: 0;
    width: 100%;
    height: 80%;
    background-image: -moz-linear-gradient(120deg, rgb(59, 38, 219) 1%, rgb(123, 25, 203) 100%);
    background-image: -webkit-linear-gradient(120deg, rgb(59, 38, 219) 1%, rgb(123, 25, 203) 100%);
    background-image: -ms-linear-gradient(120deg, rgb(59, 38, 219) 1%, rgb(123, 25, 203) 100%);
    z-index: -1;
    animation: colorFlow 5s infinite linear;
}

.error-wrapper__content {
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.error-wrapper__content .cmn-btn {
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    margin-top: 20px;
}

.error-wrapper__content .cmn-btn i {
    margin-left: 6px;
    font-size: 32px;
}

/* error-section end */
/* sidebar css start */
@media (max-width: 991px) {
    .sidebar {
        margin-top: 50px;
    }
}

.sidebar .widget+.widget {
    margin-top: 40px;
}

.sidebar .widget {
    padding: 30px 30px;
    background-color: #683df5;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.sidebar .widget__title {
    text-transform: capitalize;
    margin-bottom: 30px;
}

.sidebar .sidebar-search input {
    border: none;
    border-bottom: 1px solid #8380f7;
    padding-left: 0;
    padding-top: 0;
    font-size: 14px;
    color: #ffffff;
    border-radius: 0;
}

.sidebar .sidebar-search input::-webkit-input-placeholder {
    color: #9face8;
}

.sidebar .sidebar-search input::-moz-placeholder {
    color: #9face8;
}

.sidebar .sidebar-search input:-ms-input-placeholder {
    color: #9face8;
}

.sidebar .sidebar-search input:-moz-placeholder {
    color: #9face8;
}

.sidebar .sidebar-search button {
    margin-top: 30px;
    background-image: -moz-linear-gradient(86deg, rgb(236, 3, 139) 0%, rgb(251, 100, 104) 44%, rgb(251, 185, 54) 100%);
    background-image: -webkit-linear-gradient(86deg, rgb(236, 3, 139) 0%, rgb(251, 100, 104) 44%, rgb(251, 185, 54) 100%);
    background-image: -ms-linear-gradient(86deg, rgb(236, 3, 139) 0%, rgb(251, 100, 104) 44%, rgb(251, 185, 54) 100%);
    text-transform: uppercase;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 40px;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
}

.sidebar .sidebar-search button i {
    margin-right: 5px;
    color: rgba(255, 255, 255, 0.7);
}

.sidebar .social-link-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px -7px;
}

.sidebar .social-link-list li {
    margin: 5px 7px;
}

.sidebar .social-link-list li a {
    width: 40px;
    height: 40px;
    border: 1px solid #7b98e0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.sidebar .social-link-list li a:hover {
    border: none;
    background-image: -moz-linear-gradient(86deg, rgb(236, 3, 139) 0%, rgb(251, 100, 104) 44%, rgb(251, 185, 54) 100%);
    background-image: -webkit-linear-gradient(86deg, rgb(236, 3, 139) 0%, rgb(251, 100, 104) 44%, rgb(251, 185, 54) 100%);
    background-image: -ms-linear-gradient(86deg, rgb(236, 3, 139) 0%, rgb(251, 100, 104) 44%, rgb(251, 185, 54) 100%);
    box-shadow: 0px 17px 40px 0px rgba(124, 78, 25, 0.35);
}

.sidebar .category-list li:first-child a {
    padding-top: 0;
}

.sidebar .category-list li:last-child a {
    padding-bottom: 0;
    border-bottom: none;
}

.sidebar .category-list li a {
    display: block;
    color: #c4cbf9;
    padding: 10px 0;
    border-bottom: 1px dashed #213a68;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.sidebar .category-list li a:hover {
    color: #ffffff;
    padding-left: 10px;
}

.sidebar .category-list li a:hover span {
    color: #ffffff;
}

.sidebar .category-list li a span {
    float: right;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.sidebar .tags {
    margin: -5px -4px;
}

.sidebar .tags a {
    margin: 5px 4px;
    font-size: 14px;
    color: #c4cbf9;
    padding: 11px 30px;
    border: 1px solid rgba(234, 234, 234, 0.1);
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.sidebar .tags a:hover {
    border-color: #fb6468;
    background-image: -moz-linear-gradient(86deg, rgb(236, 3, 139) 0%, #fb6468 44%, rgb(251, 185, 54) 100%);
    background-image: -webkit-linear-gradient(86deg, rgb(236, 3, 139) 0%, rgb(251, 100, 104) 44%, rgb(251, 185, 54) 100%);
    background-image: -ms-linear-gradient(86deg, rgb(236, 3, 139) 0%, rgb(251, 100, 104) 44%, rgb(251, 185, 54) 100%);
    box-shadow: 0px 17px 40px 0px rgba(124, 78, 25, 0.35);
}

.small-post__thumb img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    height: 200px;
    width: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
}

.small-post__content {
    margin-top: 30px;
}

.small-post__title {
    margin-bottom: 10px;
}

.small-post-slider .slick-arrow {
    position: absolute;
    top: -57px;
    right: 0;
    width: 20px;
    height: 20px;
    box-shadow: 0px 2px 5px 0px rgba(0, 18, 50, 0.2);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: #ffffff;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-image: -moz-linear-gradient(86deg, rgb(236, 3, 139) 0%, rgb(251, 100, 104) 44%, rgb(251, 185, 54) 100%);
    background-image: -webkit-linear-gradient(86deg, rgb(236, 3, 139) 0%, rgb(251, 100, 104) 44%, rgb(251, 185, 54) 100%);
    background-image: -ms-linear-gradient(86deg, rgb(236, 3, 139) 0%, rgb(251, 100, 104) 44%, rgb(251, 185, 54) 100%);
}

.small-post-slider .slick-arrow.slick-disabled {
    background-color: #7b6fd6;
    background-image: none;
}

.small-post-slider .slick-arrow.prev {
    right: 30px;
}

/* sidebar css end */
/* footer section css start */
.footer-section {
    position: relative;
    background-color: #2d0865;
    z-index: 1;
}

.footer-section hr {
    margin: 0;
    border-color: rgba(104, 111, 197, 0.4) !important;
}

.bg-shape--top {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    margin-top: -3px;
    z-index: -1;
}

.subscribe-area {
    padding: 50px 50px;
    background-image: -moz-linear-gradient(135deg, rgb(84, 150, 255) 0%, rgb(135, 57, 230) 100%);
    background-image: -webkit-linear-gradient(135deg, rgb(84, 150, 255) 0%, rgb(135, 57, 230) 100%);
    background-image: -ms-linear-gradient(135deg, rgb(84, 150, 255) 0%, rgb(135, 57, 230) 100%);
    box-shadow: 0px 19px 56px 0px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

@media (max-width: 480px) {
    .subscribe-area {
        padding: 30px;
    }
}

.subscribe-area .left {
    width: 50%;
}

@media (max-width: 991px) {
    .subscribe-area .left {
        width: 100%;
        text-align: center;
    }
}

.subscribe-area .left .subtitle {
    font-size: 24px;
    font-weight: 600;
    color: #ffb200;
    margin-bottom: 10px;
}

@media (max-width: 460px) {
    .subscribe-area .left .subtitle {
        font-size: 18px;
    }
}

.subscribe-area .left .title {
    color: #ffffff;
    font-size: 32px;
}

@media (max-width: 460px) {
    .subscribe-area .left .title {
        font-size: 24px;
    }
}

.subscribe-area .right {
    width: 50%;
}

@media (max-width: 991px) {
    .subscribe-area .right {
        width: 100%;
        margin-top: 30px;
    }
}

.subscribe-area .subscribe-form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -45px;
}

@media (max-width: 575px) {
    .subscribe-area .subscribe-form {
        margin-right: 0;
    }
}

.subscribe-area .subscribe-form input {
    background-color: rgba(255, 255, 255, 0.102);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
    width: calc(100% - 160px);
    min-height: 60px;
    padding-left: 25px;
    padding-right: 40px;
    color: #fff;
}

@media (max-width: 575px) {
    .subscribe-area .subscribe-form input {
        width: 100%;
    }
}

.subscribe-area .subscribe-form button {
    background-image: -moz-linear-gradient(86deg, rgb(236, 3, 139) 0%, rgb(251, 100, 104) 44%, rgb(251, 185, 54) 100%);
    background-image: -webkit-linear-gradient(86deg, rgb(236, 3, 139) 0%, rgb(251, 100, 104) 44%, rgb(251, 185, 54) 100%);
    background-image: -ms-linear-gradient(86deg, rgb(236, 3, 139) 0%, rgb(251, 100, 104) 44%, rgb(251, 185, 54) 100%);
    box-shadow: 0px 17px 40px 0px rgba(124, 78, 25, 0.35);
    color: #ffffff;
    width: 160px;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
    margin-left: -45px;
}

@media (max-width: 575px) {
    .subscribe-area .subscribe-form button {
        margin-left: 0;
        min-height: 55px;
        width: 100%;
        margin-top: 15px;
    }
}

.social-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px;
}

.social-links li {
    margin: 5px;
}

.social-links li a {
    width: 40px;
    height: 40px;
    background-color: rgba(10, 30, 94, 0);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: #ffffff;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.social-links li a:hover {
    background-color: rgb(238, 71, 48);
    box-shadow: 0px 5px 9px 0px rgba(238, 71, 48, 0.54);
}

.app-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px -7px;
}

@media (max-width: 991px) {
    .app-btn {
        justify-content: center;
        margin-bottom: 20px;
    }
}

.app-btn li {
    margin: 5px 7px;
}

.short-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -5px;
    margin-bottom: -5px;
}

.short-links li:first-child a {
    padding-left: 0;
}

.short-links li:first-child a::before {
    display: none;
}

.short-links li:last-child a {
    padding-right: 0;
}

.short-links li a {
    padding: 5px 30px;
    color: #d2d5fc;
    position: relative;
    font-size: 18px;
}

.short-links li a::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 3px;
    height: 18px;
    background-color: #686fc5;
    margin-top: -9px;
}

/* footer section css end */
/*# sourceMappingURL=main.css.map */
.stepper {
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: 760px;
    /* adjust as needed */
    margin: 0 auto;
    padding: 12px 0 20px;
}

/* Each step block (circle + label) */
.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* width: 88px; keeps items aligned */
    position: relative;
    z-index: 2;
}

/* Circle style */
.step .circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-weight: 700;
    font-size: 16px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

/* active / completed / upcoming states */
.step .circle.active {
    background: #ffd200;
    /* yellow active */
    color: #111;
    box-shadow: 0 0 15px 5px rgba(255, 210, 0, 0.7);

}

.step .circle.upcoming {
    background: rgba(255, 255, 255, 0.06);
    border: 2px solid rgba(255, 255, 255, 0.06);
    color: #c7c7c7;
}

/* connector between steps (dashed-like) */
.connector {
    flex: 1;
    height: 6px;
    position: relative;
    top: -2px;
    background-color: gray;
    /* dashed effect using repeating-linear-gradient */
    /* background-image: repeating-linear-gradient(to right,
            rgba(255, 255, 255, 0.14) 0 8px,
            rgba(255, 255, 255, 0.04) 8px 16px); */
    border-radius: 4px;
    z-index: 1;
}

/* Step label text */
.step-label {
    margin-top: 10px;
    font-weight: 800;
    font-size: 18px;
    letter-spacing: 0.1px;
    /* color: #ffd200; */
    background: linear-gradient(90deg, #ecd56c, #ff8c00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* same yellow for main line */
    margin-bottom: 25px;
    text-align: center;
    width: 100%;
}

/* small subtext (optional) */
.step-sub {
    margin-top: 6px;
    font-weight: 600;
    font-size: 13px;
    color: #9aa0a6;
}

/* Dark-ish background similar to image. Remove if your page is white. */
.stepper-wrap {
    background: linear-gradient(135deg, #1f2441, #111425);
    /* dark area to mimic the image */
    border-radius: 10px;
    padding: 20px;
}


/* Responsive tweak */
@media (max-width: 576px) {
    
    .stepper {
        /* gap: 10px; */
        gap: 0px;
    }

    .step {
        width: 72px;
    }

    .step-label {
        font-size: 18px;
    }
}

.fx-card {
    /* background: #0e1320; */
    /* dark panel */
    border-radius: 14px;
    padding: 20px;
    color: #e6eef8;
    /* max-width: 420px; */
    margin-bottom: 25px;
}

.label-title {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 8px;
    color: #e8f0ff;
}

.input-box {
    position: relative;
    margin-bottom: 25px;
}

.input-field {
    width: 100%;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    padding: 18px 54px 18px 16px;
    /* space for right badge */
    color: #cfe6ff;
    font-size: 16px;
    outline: none;
}

.input-field::placeholder {
    color: rgba(255, 255, 255, 0.28);
}

/* right badge inside input */
.input-badge {
    position: absolute;
    right: 12px;
    top: 37%;
    transform: translateY(-50%);
    background: transparent;
    color: #00d36a;
    /* green */
    font-weight: 800;
    letter-spacing: 0.6px;
    font-size: 13px;
}

.small-note {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 12px;
    margin-top: 6px;
}

/* Receive box */
.receive-box {
    background-color: #2a2e45;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    margin-bottom: 8px;
}

.rupee {
    font-size: 18px;
    background: linear-gradient(90deg, #ecd56c, #ff8c00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* golden rupee */
    margin-left: 8px;
}

.fixed-rate {
    margin-top: 6px;
    font-size: 11px;
    font-weight: 700;
    color: #00d36a;
    /* green */
}

/* responsive smaller */
@media (max-width: 480px) {
    .fx-card {
        padding: 16px;
        max-width: 360px;
    }

    .input-field {
        padding: 14px 48px 14px 12px;
        font-size: 13px;
    }

    .receive-box {
        font-size: 18px;
    }
}

.pc-card {
    /* background: linear-gradient(180deg, #0f1630 0%, #0b1022 100%); */
    /* background-image: -webkit-linear-gradient(7deg, rgb(236, 19, 121) 0%, rgb(108, 0, 146) 100%); */
    /* background: linear-gradient(135deg, #1d2352, #14183c); */
    background-color: #1b204d;
    border-radius: 16px;
    padding: 20px;
    color: #f0f6ff;

    box-shadow: 0 10px 30px rgba(6, 10, 22, 0.6);
    /* border: 1px solid rgba(255, 255, 255, 0.03); */

}

.pc-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 800;
    color: #ffd23a;
    font-size: 20px;
    margin-bottom: 18px;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}

.label-small {
    /* color: rgba(255, 255, 255, 0.9); */
    color: #fff;
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 14px;
}

.pc-input-wrap {
    position: relative;
    margin-bottom: 8px;
}

.pc-input {
    width: 100%;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 12px;
    padding: 16px 58px 16px 14px;
    color: #fff;
    font-size: 13px;
    outline: none;
}

.pc-input::placeholder {
    color: rgba(255, 255, 255, 0.28);
}

.pc-badge-usdt {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    /* background: linear-gradient(90deg, #a76cff, #e7a6ff);
    background: linear-gradient(90deg, #8e712d, rgb(251, 185, 54)); */
    padding: 6px 10px;
    border-radius: 8px;
    font-weight: 800;
    font-size: 13px;
    color: #a76cff;
    /* box-shadow: 0 2px 8px rgba(167, 108, 255, 0.16); */
    letter-spacing: 0.4px;
}

.pc-hint {
    font-size: 12px;
    color: rgb(255 255 255 / 62%);
    margin-bottom: 14px;
}

.pc-input:focus {
    border: 2px solid #a76cff !important;
}

.selling-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(180deg, rgb(36 255 189 / 12%), #1987544a);
    /* border: 1px solid rgba(2, 120, 76, 0.16); */
    border-radius: 12px;
    padding: 12px 14px;
    color: #dfffe8;
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 8px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.selling-rupee {
    display: flex;
    align-items: center;
    gap: 8px;
}

.selling-rupee .amt {
    font-size: 16px;
    color: #00d36a;
}

.selling-fixed {
    /* background: rgba(0, 200, 100, 0.12);
    border: 1px solid rgba(0, 200, 100, 0.22); */
    color: #00d36a;
    padding: 6px 10px;
    border-radius: 8px;
    font-weight: 800;
    font-size: 13px;
}

.small-legal {
    font-size: 12px;
    color: #00d36a;
    margin-top: 4px;
    margin-bottom: 25px;
}

/* @media (max-width:480px) {
    .pc-card {
        padding: 16px;
        max-width: 360px;
    }

    .pc-title {
        font-size: 18px
    }

    .pc-input {
        padding: 12px 50px 12px 12px
    }
} */

.profit-card {
    /* background: linear-gradient(180deg,#0f1724 0%, #0b1220 100%);
    border-radius: 12px;
    padding: 18px;
    max-width: 420px;
    color: #e6eef8;
    margin: 0 auto;
    border: 1px solid rgba(255,255,255,0.03); */
}

.profit-title {
    font-weight: 800;
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 10px;
}

.profit-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgb(251 185 54 / 19%);
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 12px;
    padding: 12px 14px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.profit-amount {
    font-weight: 900;
    font-size: 16px;
    color: #f5d76a;
    /* gold-ish */
    display: flex;
    align-items: center;
    gap: 8px;
}

.profit-badge {
    /* background: linear-gradient(90deg, #ffd200, #ffb347); */
    color: #ffb347;
    font-weight: 800;
    padding: 7px 12px;
    border-radius: 10px;
    font-size: 14px;
    /* box-shadow: 0 6px 18px rgba(255, 178, 0, 0.08); */
}

.profit-sub {
    margin-top: 8px;
    font-size: 12px;
    color: #ffd200;
    font-weight: 700;
}

/* responsive */
@media (max-width:480px) {
    .profit-card {
        /* padding: 14px;
        max-width: 360px; */
    }

    .profit-amount {
        /* font-size: 18px; */
    }

    .profit-badge {
        font-size: 13px;
        padding: 7px 10px;
    }
}

.summary-card {

    padding: 22px;
    border-radius: 14px;
    background-color: #ffb2000f;
    border: 1px solid rgb(251 185 54 / 46%);
    box-shadow: 0 10px 30px rgba(6, 10, 22, 0.6);
    color: #dfeefe;
    font-family: "Zalando Sans", sans-serif;

}

/* soft inner rounded border to mimic image */
.summary-card::before {
    content: "";
    position: absolute;
    pointer-events: none;
}

.summary-row {
    text-align: center;
    padding: 10px 6px;
}

.summary-label {
    display: block;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.55);

    margin-bottom: 6px;
}

.summary-value {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 6px;
    letter-spacing: 0.4px;
}

.value-invest {
    color: #ffffff;
}

/* Total Investment */
.value-revenue {
    color: #00d36a;
}

/* green for revenue */
.value-profit {
    color: #ffd23a;
}

/* yellow for profit */

.profit-amounts {
    font-size: 20px;
    font-weight: 900;
    background: linear-gradient(90deg, #ecd56c, #ff8c00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 6px 18px rgba(255, 178, 0, 0.06);
}

.margin-value {
    font-size: 20px;
    font-weight: 900;
    color: #ffd23a;
    margin-top: 6px;
}

/* card inner rounded border look */
.summary-inner {
    /* border-radius: 12px;
    padding: 12px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
    border: 1px solid rgba(255, 255, 255, 0.02); */
}

@media (max-width:480px) {


    .summary-value {
        font-size: 20px;
    }



    .margin-value {
        font-size: 18px;
    }
}

.suggestions-wrap {

    /* margin: 0 auto;
    padding: 24px;
    background: linear-gradient(180deg, #0b0f1a 0%, #0e0920 100%);
    border-radius: 16px; */
}

.profit-suggestions {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.suggestion {
    border-radius: 14px;
    padding: 18px 16px;
    position: relative;
    color: #fff;
    min-height: 92px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(6, 10, 22, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.04);
    font-family: "Zalando Sans", sans-serif;

}

/* subtle inner glass */
.suggestion::before {

    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 14px;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.015));
}

.hint {
    font-size: 13px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 6px;
}

.big-amount {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.2px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 8px;
}

.big-amount .amt {
    font-size: 22px;
}

.small-margin {
    margin-top: 6px;
    font-size: 12px;
    font-weight: 500;
    color: rgb(175 126 237 / 62%);
}

/* specific gradients / colors for three cards */
.s-1 {
    background-color: #2f3679a6;

    border: 1px solid rgb(253 253 253 / 18%);
}

.s-1 .big-amount .amt {
    color: #fff;
}

/* gold amount */
.s-1 .hint {
    color: #82b0f4f7;
}

.s-2 {
    background: linear-gradient(180deg, rgb(36 255 189 / 12%), #1987544a);
    border: 1px solid rgba(6, 200, 125, 0.18);
}

.sm2 {
    color: rgb(98 197 136 / 73%) !important;
}

.sm3 {}

.s-2 .big-amount .amt {
    color: #fff;
}

/* green amount */
.s-2 .hint {
    color: #00d36aad;
}

.s-3 {
    background: linear-gradient(180deg, rgb(143 61 245 / 74%), rgb(66 54 81));
    border: 1px solid rgba(167, 108, 255, 0.16);
}

.s-3 .big-amount .amt {
    color: #fff;
}

/* light purple */
.s-3 .hint {
    color: rgb(176 112 255);
}

/* make cards a bit rounded and spaced on small screens */
@media (max-width:480px) {
    /* .suggestions-wrap {
        padding: 16px;
    } */

    .suggestion {
        padding: 14px;
        min-height: 80px;
    }

    .big-amount {
        font-size: 18px;
    }

    .big-amount .amt {
        font-size: 15px;
    }
}

.bank-card {

    padding: 28px 20px;
    border-radius: 14px;
    background: linear-gradient(180deg, #2e145f 0%, #1a0d3a 100%);
    color: #eef6ff;
    box-shadow: 0 10px 30px rgba(8, 6, 20, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.03);
    position: relative;

}

/* Yellow circular icon at top */
.bank-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(180deg, #ffd23a, #ffb238);
    display: grid;
    place-items: center;
    margin: 45px auto;
    box-shadow: 0 0 15px 5px rgba(255, 210, 0, 0.7);

}

.bank-icon svg {
    width: 18px;
    height: 18px;
    color: #111;
}

.bank-title {
    text-align: left;
    font-weight: 800;
    font-size: 15px;
    margin-bottom: 14px;
    color: #ffffff;
}

/* input style (translucent rounded like screenshot) */
.bank-input {
    width: 100%;
    background-color: rgb(143 61 245 / 31%) !important;
    border: 1px solid #5b4abf !important;
    padding: 14px 16px;
    border-radius: 12px;
    color: #b3a8e5 !important;


    font-size: 13px !important;
    font-weight: 400 !important;
    outline: none;
    margin-bottom: 12px;
}

.bank-input::placeholder {
    color: #b3a8e5 !important;

    font-weight: 500;
}

.bank-input:focus {
    border-color: #ffb200 !important;
}

/* subtle inner ring like screenshot */
.bank-card .inner-glass {
    border-radius: 12px;

    background: linear-gradient(180deg, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.005));
    border: 1px solid rgba(255, 255, 255, 0.01);
}

@media (max-width:480px) {
    .bank-card {
        padding: 22px 14px;
        
    }

    .bank-title {
        font-size: 15px;
    }

    .bank-input {
        padding: 12px 12px;
        font-size: 14px;
    }
}

.steps-card {
    margin-top: 30px;
    padding: 22px;
    border-radius: 14px;
    background-image: -webkit-linear-gradient(7deg, rgb(236, 19, 121) 0%, rgb(108, 0, 146) 100%);
    color: #e9f0ff;
    box-shadow: 0 10px 30px rgba(6, 10, 22, 0.6);

    position: relative;

}

/* subtle inner glass border (rounded inner area) */


.steps-title {
    font-weight: 800;
    color: #4da1ff;
    /* bluish title as in image */
    font-size: 18px;
    margin-bottom: 12px;
}

.steps-list {
    margin: 0;
    padding-left: 18px;
    color: rgba(255, 255, 255, 0.92);
    font-weight: 700;
    line-height: 1.7;
    font-size: 14px;
}

/* make numbers bold and slightly larger */
.steps-list li {
    margin-bottom: 8px;
    color: #fff;
}

.steps-list li::marker {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 900;
    font-size: 14px;
}

/* faint rounded card outline like screenshot corners */
.steps-card:after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 14px;
    pointer-events: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.01);
}

@media (max-width:600px) {
    .steps-card {
        padding: 16px;
        max-width: 100%;
    }

    .steps-inner {
        padding: 14px;
    }

    .steps-title {
        font-size: 16px;
    }

    .steps-list {
        font-size: 13px;
    }
}

.wallet-btn {
    background: linear-gradient(to right, #facc15, #eab308, #ca8a04);
    color: #000;
    font-weight: 900;
    font-size: 1.5rem;
    padding: 1.5rem 3rem;
    border: none;
    border-radius: 1rem;
    font-family: "Poppins", sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
    transform: scale(1);
    box-shadow: 0 0 20px rgba(255, 221, 0, 0.4);
    animation: pulse-diamond 2s infinite ease-in-out;
}

.wallet-btn:hover {
    background: linear-gradient(to right, #eab308, #ca8a04, #a16207);
    transform: scale(1.05);
    box-shadow: 0 0 30px rgba(255, 215, 0, 0.7);
}

/* 🔷 Diamond Glow Effect */
@keyframes pulse-diamond {

    0%,
    100% {
        box-shadow: 0 0 15px rgba(255, 221, 0, 0.4),
            0 0 30px rgba(255, 221, 0, 0.2),
            inset 0 0 10px rgba(255, 221, 0, 0.3);
    }

    50% {
        box-shadow: 0 0 25px rgba(255, 221, 0, 0.8),
            0 0 40px rgba(255, 221, 0, 0.5),
            inset 0 0 20px rgba(255, 221, 0, 0.5);
    }
}

/* .wallet-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(255, 178, 0, 0.25), 0 4px 12px rgba(0, 0, 0, 0.35);
    color: #111;
}

.wallet-btn:active {
    transform: translateY(0);
    box-shadow: 0 4px 10px rgba(255, 178, 0, 0.15);
} */

@media (max-width:480px) {
    .wallet-btn {
        font-size: 15px;
        padding: 12px 18px;
    }
}

.order-summary {

    margin: 0 auto;
    padding: 18px;
    border-radius: 12px;
    background: linear-gradient(180deg, rgb(36 255 189 / 12%), #1987544a);
    border: 1px solid rgba(6, 200, 125, 0.18);
    /* border: 1px solid rgba(255, 255, 255, 0.03); */
    color: #dfeefe;
    box-shadow: 0 10px 30px rgba(6, 10, 22, 0.6);

}

.os-title {
    font-weight: 900;
    color: #2fe39a;
    /* green title */
    font-size: 15px;
    margin-bottom: 12px;
}

.os-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 12px;
    align-items: start;
    padding-bottom: 8px;
}

.os-left,
.os-right {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.os-label {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.72);

}

.os-value {
    font-weight: 900;
    font-size: 13px;
    color: #fff;
}

.os-value.usdt {
    color: #fff;
}

.os-value.inr {
    background: linear-gradient(90deg, #ecd56c, #ff8c00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* yellow for amount */

.os-sub {
    font-size: 13px;
    color: #fff;
    font-weight: 700;
}

.rate-row {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.processing {
    font-weight: 800;
    color: #fff;
    font-size: 13px;
}

/* Timer area */
.timer-wrap {
    margin-top: 12px;
    text-align: center;
}

.timer-label {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 6px;
}

.timer {
    font-weight: 900;
    font-size: 40px;
    background: linear-gradient(90deg, #ecd56c, #ff8c00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 1px;
    text-shadow: 0 6px 18px rgba(255, 178, 0, 0.06);
}

@media (max-width:480px) {
    .order-summary {
        padding: 14px;
        max-width: 360px;
    }

    .timer {
        font-size: 16px;
    }
}

< !-- Paste inside your layout (.col-lg-12 etc.) --><style>.wallet-card {
    max-width: 720px;
    margin: 18px auto;
    text-align: center;
    font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial;
}

.wallet-label {
    background: linear-gradient(90deg, #ffee9f, #ff8c00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    font-size: 15px;
    margin-bottom: 12px;
    text-align: center;
}

.wallet-box {
    position: relative;
    background: transparent;
    border-radius: 12px;
    padding: 10px;
    border: 2px solid #ffd23a;
    /* yellow border */
    display: flex;
    align-items: center;

    min-height: 66px;
    gap: 12px;
}

.wallet-address {
    font-weight: 800;
    color: #ffd23a;
    /* address color */
    font-size: 12px;
    line-height: 1.45;
    word-break: break-word;
    /* white-space: pre-wrap; */
    /* allow manual line breaks */
    max-width: calc(100% - 110px);
    /* leave room for copy button */
    text-align: left;
}

.copy-btn {
    position: absolute;
    right: 12px;
    top: 12px;
    background: #ffd23a;
    color: #111;
    font-weight: 800;
    border: none;
    padding: 4px 12px;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 6px 18px rgba(255, 178, 0, 0.12);
    transition: transform .12s ease;
}

.copy-btn:active {
    transform: translateY(1px);
}

.network {
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.55);

    font-size: 13px;
    text-align: center;
}

/* small responsive tweak */
@media (max-width:480px) {
    .wallet-address {
        font-size: 14px;
        max-width: calc(100% - 96px);
    }

    .copy-btn {
        padding: 7px 10px;
        font-size: 13px;
        right: 10px;
        top: 10px;
    }
}

.notice-wrap {

    margin: 18px auto;
    /* padding: 0 12px; */

}

/* Warning box */
.warn-box {
    background: linear-gradient(180deg, rgba(255, 115, 115, 0.07), rgba(255, 115, 115, 0.03));
    border: 1px solid rgba(255, 115, 115, 0.14);
    color: #ffb8b8;
    border-radius: 12px;
    padding: 14px 16px;
    display: flex;
    gap: 12px;
    align-items: flex-start;
    box-shadow: 0 6px 20px rgba(10, 10, 20, 0.4);
}

.warn-icon {
    min-width: 36px;
    min-height: 36px;
    background: linear-gradient(180deg, #ffd23a, #ffb238);
    color: #111;
    display: grid;
    place-items: center;
    border-radius: 50%;
    font-weight: 800;
    box-shadow: 0 0 15px 5px rgba(255, 210, 0, 0.7);
}

.warn-text {
    flex: 1;
}

.warn-text .title {
    color: #ff9b9b;

    font-size: 12px;
    margin-bottom: 6px;
}

.warn-text .desc {
    color: #ff9b9b;

    font-size: 11px;
    line-height: 1.2;
}

/* Instructions card */
.instr-card {
    margin-top: 18px;
    border-radius: 14px;
    padding: 18px;
    background: linear-gradient(180deg, rgb(59 38 219 / 51%), rgb(69 49 211 / 40%));
    border: 1px solid rgba(255, 255, 255, 0.03);
    color: #e9f2ff;
    box-shadow: 0 10px 30px rgba(6, 10, 22, 0.6);
}

.instr-title {
    color: #6fb8ff;
    /* bluish title */
    font-weight: 900;
    font-size: 15px;
    margin-bottom: 12px;
}

.instr-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.instr-item {
    display: flex;
    gap: 12px;
    align-items: center;
}

.instr-bullet {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #3aabf9;
    color: #fff;
    font-weight: 900;
    display: grid;
    place-items: center;
    flex: 0 0 34px;
    box-shadow: 0 6px 18px rgba(77, 161, 255, 0.08);
    font-size: 14px;
}

.instr-text {
    color: rgb(186 186 186 / 95%);

    font-size: 13px;
    line-height: 1.35;
}

/* Emphasized inline highlights (e.g., amount or wallet) */
.muted {}

.highlight {
    color: #ffd23a;
    font-weight: 900;
}

@media (max-width:520px) {
    .warn-box {
        padding: 12px;
        gap: 10px;
    }

    .warn-icon {
        min-width: 32px;
        min-height: 32px;
    }

    .instr-card {
        padding: 14px;
    }

    .instr-bullet {
        width: 30px;
        height: 30px;
        font-size: 13px;
    }

    .instr-text {
        font-size: 13px;
    }
}

.tx-card {

    padding: 22px;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(255, 115, 115, 0.07), rgb(255 115 115 / 32%));
    border: 1px solid rgba(255, 115, 115, 0.14);
    color: #eef6ff;
    box-shadow: 0 12px 34px rgba(6, 10, 22, 0.6);

}

.tx-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 900;
    color: #ffb86b;
    font-size: 18px;
    margin-bottom: 12px;
}

.tx-subtitle {
    font-weight: 800;
    color: #fff;
    margin-bottom: 6px;
    font-size: 14px;
}

.tx-input {
    width: 100%;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.04);
    color: #dfeeff;
    padding: 14px 14px;
    border-radius: 12px;
    font-weight: 500;
    letter-spacing: 0.2px;
    outline: none;
    margin-bottom: 8px;
    font-size: 12px;
}

.tx-input::placeholder {
    color: rgba(255, 255, 255, 0.32);
    font-weight: 500;
}

.hint-small {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 14px;
    font-weight: 700;
}

/* instructions blue box */
.howto-box {
    border-radius: 12px;
    padding: 14px;
    background: linear-gradient(180deg, rgba(77, 161, 255, 0.06), rgba(77, 161, 255, 0.03));
    border: 1px solid rgba(77, 161, 255, 0.12);
    color: #dff0ff;
    font-weight: 700;
    margin-bottom: 18px;
}

.howto-title {
    color: #7fc8ff;
    font-weight: 900;
    margin-bottom: 8px;
    font-size: 15px;
}

.howto-list {
    margin: 0;

    font-size: 13px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.92);
}

.howto-list li {
    font-size: 12px;
    font-weight: 500 !important;

}

/* Buttons */
.btn-row {
    display: flex;
    gap: 12px;
    margin-top: 6px;
}

.btn-submit {
    flex: 1;
    background: linear-gradient(180deg, #15d14a, #0da53a);
    color: #fff;
    font-weight: 900;
    border-radius: 10px;
    padding: 12px 12px;
    border: 0;
    box-shadow: 0 10px 30px rgba(6, 160, 90, 0.12);
    cursor: pointer;
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    transition: all 0.3s ease;
    transform: scale(1);
    animation: pulse-diamonds 2s infinite ease-in-out;
}

/* Hover Effect */
.btn-submit:hover {
    background: linear-gradient(180deg, #0da53a, #0a8430);
    transform: scale(1.05);
    box-shadow: 0 0 25px rgba(21, 209, 74, 0.6);
}

/* 💎 Diamond Glow Animation */
@keyframes pulse-diamonds {

    0%,
    100% {
        box-shadow: 0 0 10px rgba(21, 209, 74, 0.4),
            0 0 20px rgba(21, 209, 74, 0.2),
            inset 0 0 10px rgba(21, 209, 74, 0.3);
    }

    50% {
        box-shadow: 0 0 20px rgba(21, 209, 74, 0.8),
            0 0 30px rgba(21, 209, 74, 0.5),
            inset 0 0 15px rgba(21, 209, 74, 0.5);
    }
}


.btn-cancel {
    flex: 1;
    background-image: -webkit-linear-gradient(7deg, rgb(236, 19, 121) 0%, rgb(108, 0, 146) 100%);
    color: #fff;
    font-weight: 800;
    border-radius: 10px;
    padding: 12px 12px;
    border: 1px solid rgba(255, 255, 255, 0.03);
    cursor: pointer;
    font-size: 13px;
}

.small-muted {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.46);
    margin-top: 10px;
    font-weight: 700;
}

/* toast */
.tx-toast {
    position: fixed;
    right: 18px;
    bottom: 18px;
    background: #0b1220;
    color: #dfffe8;
    padding: 12px 16px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.03);
    font-weight: 800;
    display: none;
    z-index: 9999;
}

@media (max-width:480px) {
    .tx-card {
        padding: 18px;

    }

    .tx-title {
        font-size: 16px;
    }
}

.confirm-wrap {

    /* margin: 40px auto; */
    padding: 28px 20px;
    border-radius: 16px;
    background: linear-gradient(180deg, rgb(74 107 208 / 75%), rgba(8, 16, 34, 0.55));
    text-align: center;
    color: #eaf6ff;

    box-shadow: 0 20px 60px rgba(6, 10, 22, 0.6);
}

/* The big check circle */
.check-circle {
    width: 112px;
    height: 112px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: linear-gradient(180deg, #18d26a, #0ea554);
    /* green gradient */
    display: grid;
    place-items: center;
    position: relative;
    box-shadow: 0 10px 30px rgba(10, 140, 70, 0.16);
    /* pulsing halo animation (glow + scale) */
    animation: pulseGlow 1.7s infinite ease-in-out;
}

/* inner white check */
.check-circle svg {
    width: 44px;
    height: 44px;
    filter: drop-shadow(0 6px 18px rgba(24, 210, 106, 0.18));
}

/* separate halo layer for stronger outer glow */
.check-circle::after {
    content: "";
    position: absolute;
    inset: -12px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(24, 210, 106, 0.18) 0%, rgba(24, 210, 106, 0.06) 30%, rgba(24, 210, 106, 0.00) 60%);
    z-index: -1;
    animation: haloBlink 1.7s infinite ease-in-out;
    pointer-events: none;
}

/* Title & subtitle */
.confirm-title {
    font-size: 22px;
    font-weight: 900;
    background: linear-gradient(90deg, #ecd56c, #ff8c00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 6px 18px rgba(255, 178, 0, 0.06);
    margin-bottom: 8px;
}

.confirm-sub {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.78);
    /* font-weight: 700; */
    line-height: 1.5;
}

/* small accent line under title (optional) */
.confirm-accent {
    height: 8px;
    width: 48px;
    border-radius: 6px;
    background: linear-gradient(90deg, #ffd23a, #ffb347);
    margin: 14px auto 4px;
    opacity: 0.95;
}

/* animations */
@keyframes pulseGlow {
    0% {
        transform: scale(1);
        box-shadow: 0 10px 30px rgba(10, 140, 70, 0.12);
    }

    50% {
        transform: scale(1.04);
        box-shadow: 0 18px 46px rgba(10, 140, 70, 0.22);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 10px 30px rgba(10, 140, 70, 0.12);
    }
}

@keyframes haloBlink {
    0% {
        transform: scale(0.98);
        opacity: 0.9;
    }

    50% {
        transform: scale(1.06);
        opacity: 1;
    }

    100% {
        transform: scale(0.98);
        opacity: 0.9;
    }
}

/* smaller screens */
@media (max-width:480px) {
    .confirm-wrap {
        /* margin: 24px 12px; */
        padding: 20px;
    }

    .check-circle {
        width: 92px;
        height: 92px;
        margin-bottom: 12px;
    }

    .confirm-title {
        font-size: 20px;
    }

    .confirm-sub {
        font-size: 13px;
    }
}

.payment-card {

    margin: 24px auto;
    padding: 22px;
    border-radius: 14px;
    background: linear-gradient(180deg, rgb(36 255 189 / 12%), #1987544a);
    color: #e7f3ff;
    box-shadow: 0 18px 48px rgba(6, 10, 22, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.03);

}

.pd-title {
    text-align: center;
    font-weight: 900;
    color: #5be08a;
    /* greenish title */
    font-size: 20px;
    margin-bottom: 18px;
    text-shadow: 0 6px 18px rgba(11, 120, 70, 0.06);
}

.pd-row {
    margin: 25px 0;
}

.pd-label {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.65);
    /* font-weight: 700; */
    margin-bottom: 6px;
}

.pd-value {
    font-weight: 900;
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 0.2px;
}

.pd-value.usdt {
    color: #dff6ff;
    font-size: 15px;
}

.pd-value.inr {
    color: #ffd23a;
    font-size: 15px;
    text-shadow: 0 6px 18px rgba(255, 178, 0, 0.06);
}

.pd-muted {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 700;
}

.pd-expected {
    color: #45a55d;
    font-weight: 900;
    font-size: 14px;
}

/* verified box */
.verified-box {
    margin-top: 14px;
    border-radius: 12px;
    padding: 14px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
    border: 1px solid rgba(255, 255, 255, 0.03);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.01);
    color: #dfffe8;
    font-weight: 700;
}

.verified-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.check-circle-small {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: linear-gradient(180deg, #15d14a, #0ca53a);
    display: grid;
    place-items: center;
    box-shadow: 0 6px 18px rgba(15, 180, 80, 0.12);
    flex: 0 0 28px;
    animation: pulseSmall 1.6s infinite ease-in-out;
}

.check-circle-small svg {
    width: 14px;
    height: 14px;
    stroke: #04210b;
    stroke-width: 2;
}

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

    50% {
        transform: scale(1.06);
    }

    100% {
        transform: scale(1);
    }
}

.verified-title {
    color: #7fffa0;
    font-weight: 900;
    font-size: 14px;
}

.hash-text {
    font-size: 12px;
    color: #cfeee2;
    font-weight: 700;
    margin-top: 6px;
    word-break: break-word;
    line-height: 1.45;
    background: rgba(255, 255, 255, 0.01);
    padding: 8px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.02);
}

.verified-sub {
    margin-top: 8px;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.62);
    font-weight: 700;
    text-align: center;
}

/* responsive */
@media (max-width:480px) {
    .payment-card {
        padding: 18px;
        max-width: 360px;
    }

    .pd-title {
        font-size: 18px;
    }

    .pd-value.inr {
        font-size: 20px;
    }
}

/* .ws-overlay {
    position: fixed;
    inset: 0;
    background: rgba(3,6,12,0.55);
    display: grid;
    place-items: center;
    z-index: 9999;
    padding: 24px;
  } */

.ws-card {
    width: 100%;
    max-width: 420px;
    margin: auto;
    border-radius: 18px;
    background: #ffffff;
    padding: 28px 22px;
    box-shadow: 0 30px 80px rgba(5, 8, 20, 0.6);
    text-align: center;

    color: #163047;

}

/* green check badge */
.ws-badge {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    margin: 0 auto 12px;
    display: grid;
    place-items: center;
    background: linear-gradient(180deg, #2bd07c, #16a86b);
    box-shadow: 0 14px 40px rgba(22, 160, 110, 0.14);

    overflow: visible;
}


.ws-badge svg {
    width: 38px;
    height: 38px;
    fill: none;
    stroke: #fff;
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ws-title {
    font-size: 22px;
    font-weight: 900;
    color: #1aa389;
    /* teal */
    margin: 6px 0 6px;
}

.ws-sub {
    font-size: 14px;
    color: #687b88;
    font-weight: 700;
    margin-bottom: 18px;
    line-height: 1.4;
}

/* pale green info box */
.ws-info {
    margin: 12px auto 18px;
    border-radius: 12px;
    padding: 14px 16px;
    text-align: left;
    background: linear-gradient(180deg, rgba(17, 153, 78, 0.03), rgba(17, 153, 78, 0.01));
    border: 1px solid rgba(17, 153, 78, 0.12);
    color: #163047;
}

.ws-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    font-weight: 800;
}

.ws-label {
    color: #4f6573;
    font-weight: 800;
    font-size: 13px;
}

.ws-value {
    color: #0b2a2a;
    font-weight: 900;
    font-size: 16px;
}

.ws-value.usd {
    color: #0b2a2a;
    font-weight: 900;
    font-size: 16px;
}

.ws-value.inr {
    color: #d48f00;
    /* yellow/orange for money */
    font-size: 18px;
    font-weight: 900;
    text-shadow: 0 6px 18px rgba(212, 143, 0, 0.06);
}

/* Remaining balance block (two-line, bold) */
.ws-balance {
    margin-top: 12px;
    padding-top: 8px;
    border-top: 1px dashed rgba(6, 10, 20, 0.04);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    font-weight: 900;
}

.ws-balance .label {
    color: #29424a;
    font-size: 14px;
    font-weight: 900;
}

.ws-balance .value {
    color: #1aa389;
    font-size: 18px;
    font-weight: 900;
}

/* big gradient button */
.ws-btn {
    display: inline-block;
    margin-top: 18px;
    padding: 12px 18px;
    border-radius: 12px;
    font-weight: 900;
    font-size: 15px;
    color: white;
    text-decoration: none;
    background: linear-gradient(90deg, #5ee7d6, #34a8ff);
    box-shadow: 0 12px 32px rgba(52, 168, 255, 0.16);
    border: none;
    cursor: pointer;
}

/* subtle mobile adjustments */
@media (max-width:420px) {
    .ws-card {
        padding: 20px 16px;
    }

    .ws-badge {
        width: 74px;
        height: 74px;
    }

    .ws-title {
        font-size: 20px;
    }

    .ws-info {
        padding: 10px 12px;
    }

    .ws-row {
        padding: 6px 0;
    }
}

.wm-wrap {
    max-width: 420px;
    margin: 18px auto;
    background: #fff;
    padding: 20px;
    border-radius: 14px;
    box-shadow: 0 12px 36px rgba(10, 8, 20, 0.06);

}

/* Header / hero */
.wm-hero {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 10px;
}

.wm-icon {
    width: 54px;
    height: 54px;
    border-radius: 12px;
    background: linear-gradient(180deg, #ffd7f2, #ffb1e0);
    display: grid;
    place-items: center;
    font-weight: 800;
    color: #6b1844;
    font-size: 22px;
}

.wm-title {
    margin: 0;
    font-size: 20px;
    color: #e03b93;
    font-weight: 900;
}

.wm-subtitle {
    margin: 2px 0 0;
    color: #9aa0a6;
    font-weight: 700;
    font-size: 13px;
}

/* Labels & inputs */
.wm-field-label {
    font-weight: 800;
    color: #30404a;
    margin-top: 12px;
    margin-bottom: 8px;
    font-size: 13px;
}

.wm-input-wrap {
    position: relative;
}

.wm-amount-input {
    width: 100%;
    padding: 16px 72px 16px 14px;
    border-radius: 12px;
    border: 1.6px solid rgba(255, 90, 140, 0.14);
    background: #ffffff;
    font-weight: 800;
    font-size: 15px;
    outline: none;
    color: #22303a;
}

.wm-amount-input::placeholder {
    color: #bdbdbd;
    font-weight: 700;
}

.wm-input-currency {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    padding: 4px 8px;
    font-weight: 900;
    color: #6b6b6b;
    border-radius: 8px;
}

.wm-small-note {
    font-size: 12px;
    color: #9aa0a6;
    margin-top: 6px;
    font-weight: 700;
}

/* Select */
.wm-select {
    width: 100%;

    border-radius: 12px;
    border: 1.6px solid rgba(255, 90, 140, 0.14);
    background: #ffffff;
    font-weight: 800;
    color: #202020;
    margin-bottom: 8px;

}

/* Summary box */
.wm-summary {
    margin-top: 12px;
    border-radius: 12px;
    padding: 14px;
    background: linear-gradient(180deg, rgba(255, 240, 250, 0.9), rgba(255, 255, 255, 0.98));
    border: 1.5px solid rgba(255, 90, 140, 0.06);
    box-shadow: 0 6px 20px rgba(12, 10, 20, 0.03);
}

.wm-summary-title {
    margin: 0 0 10px 0;
    font-size: 15px;
    font-weight: 900;
    color: #333;
}

.wm-s-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    font-weight: 800;
    color: #334a52;
}

.wm-s-muted {
    color: #8a9aa1;
    font-weight: 800;
    font-size: 13px;
}

.wm-s-value {
    color: blue;
    font-weight: 900;
}

.wm-s-value-inr {
    color: #00a86b;
    font-weight: 900;
}

.wm-fee {
    color: #e43b5a;
    font-weight: 900;
}

/* CTA */
.wm-cta-wrap {
    margin-top: 18px;
    display: flex;
    gap: 10px;
}

.wm-btn-primary {
    flex: 1;
    padding: 14px;
    border-radius: 12px;
    border: none;
    background: linear-gradient(90deg, #ff6fbf, #ff9ac7);
    color: white;
    font-weight: 900;
    font-size: 15px;
    cursor: pointer;
    box-shadow: 0 12px 34px rgba(255, 100, 180, 0.15);
}

.wm-btn-primary[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
}

.wm-helper {
    margin-top: 10px;
    font-size: 13px;
    color: #9aa0a6;
    font-weight: 700;
    text-align: center;
}

/* Responsive */
@media (max-width:420px) {
    .wm-wrap {
        padding: 18px;
        border-radius: 14px;
    }

    .wm-title {
        font-size: 18px;
    }

    .wm-amount-input {
        padding: 14px 70px 14px 12px;
    }
}

.nice-select wm-select span {
    color: red !important;
}

.ns-wrap {

    margin: 0 auto;
    padding: 22px;
    border-radius: 14px;
    background: linear-gradient(180deg, #5a4bccb0, rgb(159 143 230 / 28%));
    color: #e9f0ff;
    box-shadow: 0 10px 30px rgba(6, 10, 22, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.03);

}

.ns-list li {
    font-size: 13px;
    font-weight: 500;
}

.ns-title {
    font-weight: 800;
    color: #4da1ff;
    /* bluish title (same color) */
    font-size: 18px;
    margin-bottom: 12px;
}

.ns-list {
    margin: 0;

    color: rgba(255, 255, 255, 0.92);
    font-weight: 700;
    line-height: 1.7;
    font-size: 14px;
}

.ns-list li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 6px;
    color: #bdbdbd;
}

/* custom numbered bullets to match the screenshot style */
.ns-list li::marker {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 900;
    font-size: 14px;
}

/* faint inner shadow / rounded corners like screenshot */
.ns-wrap::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

@media (max-width:600px) {


    .ns-title {
        font-size: 16px;
    }

    .ns-list {
        font-size: 13px;
    }
}

.steps-row-wrap {
    padding: 48px 12px;
    background: linear-gradient(120deg, #0b2742 0%, #3a1b5e 100%);
    /* dark gradient like screenshot */
    color: #dfeefe;
    border-radius: 6px;

}

/* Each column card */
.step-item {
    text-align: center;
    padding: 12px 14px;
}

/* Circle */
.step-circle {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    display: inline-grid;
    place-items: center;
    font-weight: 900;
    font-size: 20px;
    color: #fff;
    margin: 0 auto 14px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

/* colored circles */
.c-1 {
    background: linear-gradient(180deg, #5aa6ff, #2f6fff);
    box-shadow: 0 12px 40px rgba(50, 110, 255, 0.15);
}

.c-2 {
    background: linear-gradient(180deg, #28d27c, #07b85a);
    box-shadow: 0 12px 40px rgba(20, 200, 120, 0.12);
}

.c-3 {
    background: linear-gradient(180deg, #c58cff, #8f5bff);
    box-shadow: 0 12px 40px rgba(150, 90, 255, 0.12);
}

.c-4 {
    background: linear-gradient(180deg, #ff8b3b, #ff6a13);
    box-shadow: 0 12px 40px rgba(255, 120, 50, 0.12);
}

.c-5 {
    background: linear-gradient(180deg, #ffd23a, #f2b200);
    box-shadow: 0 12px 40px rgba(255, 190, 0, 0.12);
}

/* soft halo/glow around circles */
.step-circle::after {
    content: "";
    position: absolute;
    inset: -14px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.00));
    z-index: -1;
    filter: blur(10px);
    opacity: 0.9;
}

/* Step title (yellow bold) */
.step-title {
    font-size: 18px;
    font-weight: 900;
    color: #ffd23a;
    /* yellow */
    margin-bottom: 10px;
    text-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
}

/* Step description (muted) */
.step-desc {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 700;
    font-size: 13px;
    line-height: 1.5;
    max-width: 220px;
    margin: 0 auto;
}

/* Responsive tweaks */
@media (max-width: 991.98px) {
    .step-circle {
        width: 72px;
        height: 72px;
        font-size: 18px;
        margin-bottom: 12px;
    }

    .step-title {
        font-size: 16px;
    }

    .step-desc {
        font-size: 13px;
        max-width: 200px;
    }
}

@media (max-width:575.98px) {
    .steps-row-wrap {
        padding: 28px 8px;
    }

    .step-item {
        margin-bottom: 18px;
    }

    .step-desc {
        max-width: 100%;
        padding: 0 12px;
    }
}

.dp-wrapper {

    margin: 18px auto;
    padding: 20px;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
    box-shadow: 0 18px 48px rgba(6, 10, 22, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.02);

    color: #f0f8ff;
}

.dp-note {
    border-radius: 12px;

    text-align: center;

    margin-bottom: 18px;
}

.dp-note .dp-title {
    color: #ffd23a;
    /* yellow title */
    font-weight: 900;
    font-size: 16px;
    margin-bottom: 8px;
    text-shadow: 0 6px 18px rgba(255, 178, 0, 0.06);
}

.dp-note .dp-sub {
    color: rgb(255 255 255);
    font-weight: 700;
    font-size: 13px;
    line-height: 1.35;
}

.dp-buttons {
    display: flex;
    gap: 14px;
    justify-content: center;
    align-items: center;
}

.dp-btn {
    flex: 1;
    padding: 14px 12px;
    border-radius: 12px;
    font-weight: 900;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
    border: 0;
    min-width: 120px;
    transition: transform .12s ease, box-shadow .12s ease;
}

.dp-btn:active {
    transform: translateY(1px);
}

.dp-btn-blue {
    background: linear-gradient(180deg, #5aa8ff, #2f6fff);
    color: #fff;
    box-shadow: 0 12px 34px rgba(47, 111, 255, 0.14);
    font-family: "Poppins", sans-serif;
    box-shadow: 0 0 15px 5px rgba(255, 210, 0, 0.7);
}

.dp-btn-yellow {
    background: linear-gradient(180deg, #ffd23a, #f2b200);
    color: #111;
    box-shadow: 0 12px 34px rgba(255, 190, 0, 0.14);
    font-family: "Poppins", sans-serif;
    box-shadow: 0 0 15px 5px rgba(255, 210, 0, 0.7);
}

/* subtle hover glows */
.dp-btn-blue:hover {
    box-shadow: 0 18px 44px rgba(47, 111, 255, 0.22);
}

.dp-btn-yellow:hover {
    box-shadow: 0 18px 44px rgba(255, 190, 0, 0.22);
}

/* layout for small screens */
@media (max-width:520px) {


    .dp-note .dp-title {
        font-size: 14px;
    }

    .dp-btn {
        padding: 18px;
        font-size: 14px;
    }

}


/* container */
.status-tiles {}

.status-card {
    border-radius: 12px;
    padding: 18px;
    background: linear-gradient(180deg, rgb(4 4 5 / 75%), rgb(39 39 39 / 85%));
    border: 1px solid rgba(255, 255, 255, 0.03);

    color: #e7f3ff;
    box-shadow: 0 0 15px 5px rgba(255, 210, 0, 0.7);
}

.status-inner {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: nowrap;
}

.status-icon {
    width: 56px;
    height: 56px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    flex: 0 0 56px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.35);
}

.icon-money {
    background: linear-gradient(180deg, #2d6bff, #2149b8);
}

/* blue */
.icon-chart {
    background: linear-gradient(180deg, #c58cff, #8f5bff);
}

/* purple */
.icon-complete {
    background: linear-gradient(180deg, #0fb96d, #0b8f52);
}

/* green */
.icon-processing {
    background: linear-gradient(180deg, #f0c84a, #d79b10);
}

/* orange */

.status-meta {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.status-number {
    font-weight: 900;
    font-size: 28px;
    color: #ffd23a;
    /* yellow for numbers */
    text-shadow: 0 6px 18px rgba(255, 178, 0, 0.06);
}

.status-number.processing {
    color: #ffd23a;
    /* keep same color to match screenshot */
}

.status-label {
    font-weight: 700;
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
}

/* smaller subtitle */
.status-sub {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.48);
    font-weight: 700;
}

/* Icon SVG styles */
.status-icon svg {
    width: 20px;
    height: 20px;
    stroke: #05120a;
    stroke-width: 2;
}

@media (max-width:576px) {
    .status-inner {
        gap: 12px;
    }

    .status-number {
        font-size: 24px;
    }

    .status-icon {
        width: 52px;
        height: 52px;
        flex: 0 0 52px;
    }
}

.recent-orders {

    margin: 30px auto;
    padding: 25px;
    border-radius: 14px;
    background: linear-gradient(180deg, #1a1830 0%, #3a1b5e 100%);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.05);

}

.ro-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}

.ro-title {
    font-size: 20px;
    font-weight: 800;
    color: #ffd23a;
}

.new-order-btn {
    background: linear-gradient(180deg, #ffd23a, #f2b200);
    border: none;
    color: #111;
    font-weight: 800;
    padding: 8px 16px;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 5px 20px rgba(255, 210, 58, 0.2);
}

.table-dark-custom {
    width: 100%;
    border-collapse: collapse;
    color: #fff;
    font-size: 14px;
}

.table-dark-custom th {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 700;
    font-size: 13px;
    padding: 12px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.table-dark-custom td {
    padding: 14px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    vertical-align: middle;
}

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

.ro-orderid {
    color: #b9dcff;
    font-weight: 700;
}

.ro-date {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    display: block;
}

.ro-usdt {
    color: #c8eaff;
    font-weight: 700;
}

.ro-rate {
    color: #ffd23a;
    font-weight: 700;
}

.ro-inr {
    color: #49f19d;
    font-weight: 700;
}

.status-badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 700;
    color: #111;
}

.status-complete {
    background: linear-gradient(180deg, #7fffb0, #0fb96d);
}

.status-processing {
    background: linear-gradient(180deg, #ffd88a, #d79b10);
}

/* ✅ Responsive scroll for small screens */
.table-responsive {
    border-radius: 8px;
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.1) transparent;
}

.bs-login-modal .modal-dialog {
    max-width: 460px;
}

.bs-login-modal .modal-content {
    border-radius: 14px;
    background: linear-gradient(180deg, rgb(0 5 29 / 88%), rgb(45 45 45 / 92%));
    border: 1px solid rgba(255, 255, 255, 0.03);
    box-shadow: 0 30px 90px rgba(6, 10, 22, 0.7);
    color: #e9f3ff;
    overflow: hidden;
}

/* Close (top-right) */
.bs-login-modal .btn-close {
    color: rgba(255, 255, 255, 0.9);
    opacity: 1;
    /* filter: none; */
}

/* card inner padding */
.bs-login-modal .modal-body {
    padding: 26px 22px 20px;
    position: relative;
}

/* badge / lock */
.bs-login-modal .lg-badge {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    margin: 0 auto 10px;
    display: grid;
    place-items: center;
    background: linear-gradient(180deg, #1b3b39, #0f2b2a);
    box-shadow: 0 10px 40px rgba(24, 210, 106, 0.06);
    position: relative;
}

.bs-login-modal .lg-badge::after {
    content: "";
    position: absolute;
    inset: -12px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 215, 59, 0.06) 0%, rgba(255, 215, 59, 0.00) 40%);
    filter: blur(8px);
    pointer-events: none;
}

.bs-login-modal .lg-lock {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(180deg, #444957, #000000);
    display: grid;
    place-items: center;
    /* box-shadow: 0 8px 30px rgba(10, 140, 70, 0.12); */
    box-shadow: 0 0 21px 12px rgba(255, 210, 0, 0.7);
}

/* title + subtitle */
.bs-login-modal .lg-title {
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #ffd23a;
    margin: 8px 0 6px;
}

.bs-login-modal .lg-sub {
    text-align: center;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 700;
    margin-bottom: 18px;
}

/* inputs */
.bs-login-modal .lg-field {
    width: 100%;
    padding: 12px 14px;
    border-radius: 12px;
    background: rgb(80 80 81 / 28%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #eaf6ff;
    font-weight: 500;
    margin-bottom: 12px;
    outline: none;
    font-size: 13px;
    box-sizing: border-box;
}

.bs-login-modal .lg-field::placeholder {
    color: rgba(255, 255, 255, 0.28);
    font-weight: 700;
}

/* button */
.bs-login-modal .lg-btn {
    width: 100%;
    padding: 12px 14px;
    border-radius: 12px;
    border: none;
    background: linear-gradient(90deg, #ffd23a, #f2b200);
    color: #111;
    font-weight: 900;
    font-size: 16px;
    box-shadow: 0 12px 34px rgba(242, 178, 0, 0.12);
    cursor: pointer;
    margin-top: 6px;
}

/* register link */
.bs-login-modal .lg-register {
    margin-top: 12px;
    display: block;
    text-align: center;
    color: #ffd23a;
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    text-decoration: none;
}

/* responsive tweaks */
@media (max-width:480px) {
    .bs-login-modal .modal-dialog {
        margin: 1.75rem 1rem;
    }

    .bs-login-modal .lg-badge {
        width: 66px;
        height: 66px;
    }

    .bs-login-modal .lg-title {
        font-size: 20px;
        font-family: "Poppins", sans-serif;
    }
}

.form-label {
    font-size: 13px;
    text-align: left !important;
}

.glass-ultra {
    background: rgb(19 52 98);
    backdrop-filter: blur(25px);
    border-radius: 60px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    /* width: 100%;
        max-width: 255px;
        margin: auto;
        margin-bottom: 25px; */
}

.premium-gold {
    background: linear-gradient(45deg, #ffd700, #ffed4e, #ffa500, #ff8c00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 800;
}

.elite-shadow {
    box-shadow: 0 35px 70px -15px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.diamond-glow {
    box-shadow: 0 0 30px rgba(255, 215, 0, 0.4), 0 0 60px rgba(255, 215, 0, 0.2), inset 0 0 20px rgba(255, 255, 255, 0.1);
}

.floating-luxury {
    animation: luxuryFloat 10s ease-in-out infinite;
}

@keyframes luxuryFloat {

    0%,
    100% {
        transform: translateY(0px) rotate(0deg) scale(1);
    }

    25% {
        transform: translateY(-15px) rotate(0.5deg) scale(1.02);
    }

    50% {
        transform: translateY(-8px) rotate(-0.5deg) scale(1.01);
    }

    75% {
        transform: translateY(-12px) rotate(0.3deg) scale(1.015);
    }
}

.pulse-diamond {
    animation: pulseDiamond 4s infinite;
}

@keyframes pulseDiamond {

    0%,
    100% {
        box-shadow: 0 0 20px rgba(255, 215, 0, 0.3);
        transform: scale(1);
    }

    50% {
        box-shadow: 0 0 50px rgba(255, 215, 0, 0.8), 0 0 80px rgba(255, 215, 0, 0.4);
        transform: scale(1.05);
    }
}

.text-shimmer {
    background: linear-gradient(90deg, #fff 0%, #ffd700 25%, #fff 50%, #ffd700 75%, #fff 100%);
    background-size: 200% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: shimmer 3s linear infinite;
}

@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }

    100% {
        background-position: 200% 0;
    }
}

.sidebar-ultra {
    transform: translateX(-100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.sidebar-visible {
    transform: translateX(0);
}

.content-shift {
    margin-left: 0;
    transition: margin-left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-particles {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

.particle {
    position: absolute;
    background: radial-gradient(circle, rgba(255, 215, 0, 0.8) 0%, transparent 70%);
    border-radius: 50%;
    animation: particleFloat 15s linear infinite;
}

@keyframes particleFloat {
    0% {
        transform: translateY(100vh) rotate(0deg);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        transform: translateY(-100vh) rotate(360deg);
        opacity: 0;
    }
}

.countdown-timer {
    font-family: 'Courier New', monospace;
    font-size: 2rem;
    font-weight: bold;
    color: #ffd700;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

.wallet-address {
    font-family: 'Courier New', monospace;
    background: rgba(0, 0, 0, 0.3);
    border: 2px solid #ffd700;
    border-radius: 12px;
    padding: 16px;
    word-break: break-all;
    position: relative;
}

.copy-button {
    position: absolute;
    top: 8px;
    right: 8px;
    background: #ffd700;
    color: black;
    border: none;
    border-radius: 6px;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s;
}

.copy-button:hover {
    background: #ffed4e;
    transform: scale(1.05);
}

.step-indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-weight: bold;
    font-size: 18px;
}

.step-active {
    background: linear-gradient(45deg, #ffd700, #ffed4e);
    color: black;
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.5);
}

.step-completed {
    background: #10b981;
    color: white;
}

.step-pending {
    background: rgba(255, 255, 255, 0.1);
    color: #9ca3af;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.progress-bar {
    height: 4px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #ffd700, #ffed4e);
    border-radius: 2px;
    transition: width 0.5s ease;
}

.glow-wrap {
    display: flex;
    /* justify-content: center;
  align-items: center; */
    gap: 20px;
    padding: 20px 0;
    font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial;
}

/* Common button style */
.glow-btn {
    padding: 18px 34px;
    border-radius: 50px;
    font-weight: 800;
    font-size: 15px;
    border: none;
    outline: none;
    background: rgba(22, 27, 53, 0.85);
    color: #fff;
    position: relative;
    cursor: default;
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.08);
    transition: all 0.3s ease-in-out;
}

/* Orange Glow (Minimum) */
.glow-min {
    background: linear-gradient(45deg, #ffd700, #ffed4e, #ffa500, #ff8c00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

    text-shadow: 0 0 8px rgba(255, 180, 0, 0.7);
    box-shadow: 0 0 20px rgba(255, 174, 0, 0.25);
    animation: orangeGlow 2s infinite alternate;
}

/* Green Glow (Processing) */
.glow-proc {
    color: #53f7a5;
    text-shadow: 0 0 8px rgba(100, 255, 180, 0.7);
    box-shadow: 0 0 20px rgba(100, 255, 180, 0.25);
    animation: greenGlow 2s infinite alternate;
}

/* Orange animation */
@keyframes orangeGlow {
    0% {
        box-shadow: 0 0 8px rgba(255, 174, 0, 0.3), 0 0 20px rgba(255, 174, 0, 0.4);
    }

    100% {
        box-shadow: 0 0 20px rgba(255, 174, 0, 0.6), 0 0 40px rgba(255, 174, 0, 0.8);
    }
}

/* Green animation */
@keyframes greenGlow {
    0% {
        box-shadow: 0 0 8px rgba(100, 255, 180, 0.3), 0 0 20px rgba(100, 255, 180, 0.4);
    }

    100% {
        box-shadow: 0 0 20px rgba(100, 255, 180, 0.6), 0 0 40px rgba(100, 255, 180, 0.8);
    }
}

.ultra-gradient {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 15%, #16213e 30%, #0f3460 45%, #533483 60%, #2d1b69 75%, #0f0f23 100%);
}

.glass-ultra {
    background: rgb(19 52 98);
    backdrop-filter: blur(25px);
    border-radius: 60px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    /* width: 100%;
        max-width: 255px;
        margin: auto;
        margin-bottom: 25px; */
}

.premium-gold {
    background: linear-gradient(45deg, #ffd700, #ffed4e, #ffa500, #ff8c00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 800;
}

.elite-shadow {
    box-shadow: 0 35px 70px -15px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.diamond-glow {
    box-shadow: 0 0 30px rgba(255, 215, 0, 0.4), 0 0 60px rgba(255, 215, 0, 0.2), inset 0 0 20px rgba(255, 255, 255, 0.1);
}

.floating-luxury {
    animation: luxuryFloat 10s ease-in-out infinite;
}

@keyframes luxuryFloat {

    0%,
    100% {
        transform: translateY(0px) rotate(0deg) scale(1);
    }

    25% {
        transform: translateY(-15px) rotate(0.5deg) scale(1.02);
    }

    50% {
        transform: translateY(-8px) rotate(-0.5deg) scale(1.01);
    }

    75% {
        transform: translateY(-12px) rotate(0.3deg) scale(1.015);
    }
}

.pulse-diamond {
    animation: pulseDiamond 4s infinite;
}

@keyframes pulseDiamond {

    0%,
    100% {
        box-shadow: 0 0 20px rgba(255, 215, 0, 0.3);
        transform: scale(1);
    }

    50% {
        box-shadow: 0 0 50px rgba(255, 215, 0, 0.8), 0 0 80px rgba(255, 215, 0, 0.4);
        transform: scale(1.05);
    }
}

.text-shimmer {
    background: linear-gradient(90deg, #fff 0%, #ffd700 25%, #fff 50%, #ffd700 75%, #fff 100%);
    background-size: 200% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: shimmer 3s linear infinite;
}

@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }

    100% {
        background-position: 200% 0;
    }
}

.sidebar-ultra {
    transform: translateX(-100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.sidebar-visible {
    transform: translateX(0);
}

.content-shift {
    margin-left: 0;
    transition: margin-left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-particles {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

.particle {
    position: absolute;
    background: radial-gradient(circle, rgba(255, 215, 0, 0.8) 0%, transparent 70%);
    border-radius: 50%;
    animation: particleFloat 15s linear infinite;
}

@keyframes particleFloat {
    0% {
        transform: translateY(100vh) rotate(0deg);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        transform: translateY(-100vh) rotate(360deg);
        opacity: 0;
    }
}

.countdown-timer {
    font-family: 'Courier New', monospace;
    font-size: 2rem;
    font-weight: bold;
    color: #ffd700;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

.wallet-address {
    font-family: 'Courier New', monospace;
    background: rgba(0, 0, 0, 0.3);
    border: 2px solid #ffd700;
    border-radius: 12px;
    padding: 16px;
    word-break: break-all;
    position: relative;
}

.copy-button {
    position: absolute;
    top: 8px;
    right: 8px;
    background: #ffd700;
    color: black;
    border: none;
    border-radius: 6px;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s;
}

.copy-button:hover {
    background: #ffed4e;
    transform: scale(1.05);
}

.step-indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-weight: bold;
    font-size: 18px;
}

.step-active {
    background: linear-gradient(45deg, #ffd700, #ffed4e);
    color: black;
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.5);
}

.step-completed {
    background: #10b981;
    color: white;
}

.step-pending {
    background: rgba(255, 255, 255, 0.1);
    color: #9ca3af;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.progress-bar {
    height: 4px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #ffd700, #ffed4e);
    border-radius: 2px;
    transition: width 0.5s ease;
}

.glow-wrap {
    display: flex;
    /* justify-content: center;
  align-items: center; */
    gap: 20px;
    padding: 20px 0;
    font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial;
}

/* Common button style */
.glow-btn {
    padding: 18px 34px;
    border-radius: 50px;
    font-weight: 800;
    font-size: 15px;
    border: none;
    outline: none;
    background: rgba(22, 27, 53, 0.85);
    color: #fff;
    position: relative;
    cursor: default;
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.08);
    transition: all 0.3s ease-in-out;
}

/* Orange Glow (Minimum) */
.glow-min {
    background: linear-gradient(45deg, #ffd700, #ffed4e, #ffa500, #ff8c00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

    text-shadow: 0 0 8px rgba(255, 180, 0, 0.7);
    box-shadow: 0 0 20px rgba(255, 174, 0, 0.25);
    animation: orangeGlow 2s infinite alternate;
}

/* Green Glow (Processing) */
.glow-proc {
    color: #53f7a5;
    text-shadow: 0 0 8px rgba(100, 255, 180, 0.7);
    box-shadow: 0 0 20px rgba(100, 255, 180, 0.25);
    animation: greenGlow 2s infinite alternate;
}

/* Orange animation */
@keyframes orangeGlow {
    0% {
        box-shadow: 0 0 8px rgba(255, 174, 0, 0.3), 0 0 20px rgba(255, 174, 0, 0.4);
    }

    100% {
        box-shadow: 0 0 20px rgba(255, 174, 0, 0.6), 0 0 40px rgba(255, 174, 0, 0.8);
    }
}

/* Green animation */
@keyframes greenGlow {
    0% {
        box-shadow: 0 0 8px rgba(100, 255, 180, 0.3), 0 0 20px rgba(100, 255, 180, 0.4);
    }

    100% {
        box-shadow: 0 0 20px rgba(100, 255, 180, 0.6), 0 0 40px rgba(100, 255, 180, 0.8);
    }
}

/******************************************************/
.swiper-wrap {
    max-width: 980px;
    margin: 0px auto;
    padding: 8px 12px;
    box-sizing: border-box;

}

/* style each slide card (example) */


/* example content inside a slide */



/* swiper navigation button override */
.swiper-button-next,
.swiper-button-prev {
    color: #fff;
    filter: drop-shadow(0 6px 18px rgba(0, 0, 0, 0.45));
    --swiper-navigation-size: 38px;
}

/* pagination bullets */
.swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.28);
    width: 10px;
    height: 10px;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #ffd23a;
    width: 12px;
    height: 12px;
}

/* responsive tweaks */
@media (max-width: 600px) {

    .slide-title {
        font-size: 16px;
    }
}

.marquee-container {
    background: #360329;
    overflow: hidden;
    white-space: nowrap;
    padding: 4px 0;
    margin-top: -47px;
}
.marquee-container i{
    padding-left: 10px !important;
}
 
.marquee-text {
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-size: 58px;
    text-transform: uppercase;
    background: linear-gradient(90deg, #ffd23a, #fff2b0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 2px;
    margin-right: 60px;
    animation: scrollMarquee 10s linear infinite;
}



.account-runnung {
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    /* font-family: "Poppins", sans-serif; */
    color: #fff;
    font-size: 28px;
    margin-top: 5px;
}

/* animation */
@keyframes scrollMarquee {
    0% {
        transform: translateX(100%);
    }

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

/* optional subtle glow effect */
.marquee-text::after {
    content: '';
    position: absolute;
    inset: 0;
    filter: blur(12px);
    opacity: 0.3;
}

@media (max-width: 600px) {
    .marquee-text {
        font-size: 20px;
    }
}

.dashboard-card {
    border-radius: 12px !important;
    font-size: 13px;
    padding: 20px 0px;
    text-align: center;
    white-space: nowrap;
    height: 93px;

}

.wallet-card-sc {
    border-radius: 15px;
    padding: 20px 10px;
    margin-bottom: 20px;
    background: linear-gradient(120deg, #0b2742 0%, #3a1b5e 100%);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.05);
    font-family: "Poppins", sans-serif !important;
    box-shadow: 0 0 15px 5px rgba(255, 210, 0, 0.7);
}




.wallet-icon-sc {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    font-weight: 700;
}

.wallet-icon-sc.usdt-sc {
    background: linear-gradient(180deg, #033096, #0071f5);
}

.wallet-icon-sc.inr-sc {
    background: linear-gradient(180deg, #00c85f, #00a94b);
}

.wallet-icon-sc.game-sc {
    background: linear-gradient(180deg, #b86aff, #c58cff);
}

.wallet-title-sc {

    font-family: "Poppins", sans-serif !important;
    font-size: 16px;
    margin-bottom: 0;
}

.wallet-sub-sc {
    font-size: 12px;
    color: #d8d8d8;
    font-weight: 600;
}

.wallet-balance-sc {
    text-align: end;
}

.wallet-balance-sc .amount-sc {
    font-size: 26px;
    font-weight: 900;

    color: #f3c00f;
}

.wallet-balance-sc .small-sc {

    font-weight: 700;
    font-size: 13px;
    color: #d7efff;
}

.btn-sc {
    border-radius: 10px;
    font-size: 14px;
    padding: 10px 15px;
    border: none;
    color: #fff;
    width: 100%;
    text-align: center;

}

.btn-deposit-sc {
    background: linear-gradient(180deg, #ffb200, #5aa6ff);

}

.btn-withdraw-sc {
    background: linear-gradient(180deg, rgb(108, 0, 146), #00a94b);
}

.btn-transfer-sc {
    background: linear-gradient(180deg, #c58cff, #8f5bff);
}

@media (max-width: 768px) {}

.account-type-row-sc {
    /* display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px; */
    background: #3a1970;
    border-radius: 10px;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 15px;
}

.radio-option-sc {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fff;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    padding: 8px 8px;
    transition: all 0.3s ease;
    cursor: pointer;
    font-weight: 600;
    font-size: 11px;
    margin-bottom: 12px;
}

.radio-option-sc input[type="radio"] {
    accent-color: #9b5dff;
    width: 16px;
    height: 16px;
}

.radio-option-sc:hover {
    background: rgba(155, 93, 255, 0.1);
}

.radio-option-sc input[type="radio"]:checked+label {
    color: #facc15;
    margin-bottom: 0px;
}

.mini-row-scroll {
    display: flex;
    gap: 16px;
    padding: 12px 6px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    /* Firefox */
    background: transparent;
}

/* hide default scrollbar for WebKit while keeping scroll */
.mini-row-scroll::-webkit-scrollbar {
    height: 8px;
}

.mini-row-scroll::-webkit-scrollbar-track {
    background: transparent;
}

.mini-row-scroll::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.06);
    border-radius: 999px;
}

/* each card should not shrink, fixed width for line-of-3 on wide screens */
.mini-card {
    flex: 0 0 31%;
    /* aim: 3 cards per row on wide view */
    min-width: 240px;
    /* allow scroll on smaller screens */
    max-width: 360px;
    scroll-snap-align: start;
    /* snap behavior */
    border-radius: 14px;
    padding: 18px 12px;
    min-height: 110px;
    color: #fff;
    position: relative;
    overflow: hidden;
    transition: transform .18s ease, box-shadow .18s ease;
    box-sizing: border-box;
}

/* keep your color variants (copied from your original) */
.card-purple {
    background: rgba(22, 27, 53, 0.85);
    box-shadow: 0 0 15px 5px rgba(255, 210, 0, 0.12);
}

.card-blue {
    background: linear-gradient(135deg, #305b99 0%, #276181 45%, rgba(85, 195, 255, 0.85) 100%);
    box-shadow: 0 0 15px 5px rgba(255, 210, 0, 0.12);
}

.card-green {
    background: linear-gradient(to right, #facc15, #eab308, #ca8a04);
    box-shadow: 0 0 15px 5px rgba(255, 210, 0, 0.12);
}

/* rest of styles kept from your original (icons, texts, spark) */
.mini-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
}

.mini-amount {
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
    color: #fff;
}

.spark-wrap {
    position: absolute;
    right: 14px;
    bottom: 14px;
    width: 140px;
    height: 46px;
    pointer-events: none;
    opacity: 0.95;
}

.icon-circle {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.02);
    flex-shrink: 0;
}

.mini-sub {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.65);
    margin-top: 6px;
}

.mini-title {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    color: rgba(255, 255, 255, 0.95);
}

/* hover lift (subtle) */
.mini-card:hover {
    /* transform: translateY(-6px);
  box-shadow: 0 18px 48px rgba(6,10,22,0.25); */
}

/* responsive: make sure on small screens cards fit and allow swipe */
@media (max-width: 1000px) {
    .mini-card {
        flex: 0 0 46%;
    }

    /* two cards visible on medium screens */
}

@media (max-width: 640px) {
    .mini-card {
        min-width: 190px;
    }

    .spark-wrap {
        display: none;
        width: 90px;
        height: 36px;
        right: 10px;
        bottom: 10px;
    }

    .mini-amount {
        font-size: 11px;
    }
}

.market-heading {
    font-family: "Poppins", sans-serif;
}

/*********************************************/

/* card */
.wd-card {
    width: 100%;
    max-width: 400px;
    margin: auto;
    border-radius: 16px;
    /* background: linear-gradient(180deg, #ffffff, #fbfbfb); */
    background: linear-gradient(135deg, #1f2441, #111425);
    padding: 22px;
    box-shadow: 0 30px 80px rgba(6, 10, 22, 0.6);
    position: relative;
    overflow: hidden;
}

/* top icon circle */
.wd-icon-wrap {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background: linear-gradient(180deg, #34d59d, #09b67a);
    display: grid;
    place-items: center;
    margin: 0 auto 10px;
    box-shadow: 0 0 21px 12px rgba(255, 210, 0, 0.7);
}

.wd-icon-wrap .sym {
    font-size: 26px;
    color: #ffffff;
    font-weight: 800;
}

/* title */
.wd-title {
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    background: linear-gradient(90deg, #0ea56b, #1587c8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
}

/* subtitle space */
.wd-sub {
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 700;
    margin-bottom: 16px;
    font-size: 14px;
}

.small {
    font-size: 13px;
    color: #fff
}

/* form fields */
.wd-label {
    font-size: 13px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 8px;
    display: block;
}

.wd-input {
    width: 100%;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid rgba(15, 23, 42, 0.06);
    background: #fff;

    font-weight: 500;
    font-size: 13px;
    color: #0b1b2a;
    margin-bottom: 10px;
    box-sizing: border-box;
}

/* small hint under input */
.wd-hint {
    font-size: 12px;
    color: #ffd23a;
    margin-bottom: 25px;
}

/* warning box */
.wd-warning {
    border-radius: 10px;
    padding: 10px 12px;
    background: linear-gradient(180deg, rgb(255 220 109 / 90%), rgba(255, 250, 235, 0.9));
    border: 1px solid rgba(255, 200, 50, 0.18);
    color: #7a4c00;
    font-weight: 800;
    display: flex;
    gap: 8px;
    align-items: flex-start;
    margin-bottom: 16px;
    box-shadow: 0 6px 18px rgba(250, 180, 40, 0.06);
    font-size: 13px;
}

/* buttons row */
.wd-actions {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
}

/* cancel button gray */
.wd-cancel {
    flex: 1;
    padding: 12px;
    border-radius: 12px;
    background-image: -webkit-linear-gradient(7deg, rgb(236, 19, 121) 0%, rgb(108, 0, 146) 100%);
    color: #fff;
    font-weight: 900;
    border: none;
    cursor: pointer;
    box-shadow: 0 0 15px 5px rgba(255, 210, 0, 0.1);
    font-size: 13px;
}

/* withdraw button gradient green */
.wd-submit {
    flex: 1;
    padding: 12px;
    border-radius: 12px;
    background: linear-gradient(90deg, #00c98a, #00a3ff);
    color: #fff;
    font-weight: 900;
    border: none;
    cursor: pointer;
    box-shadow: 0 0 15px 5px rgba(255, 210, 0, 0.3);
    transform: translateZ(0);
    font-size: 13px;
}

/* small responsive tweaks */
@media (max-width:400px) {
    .wd-card {
        padding: 16px;
    }

    .wd-actions {
        flex-direction: column-reverse;
        gap: 8px;
    }

    .wd-cancel,
    .wd-submit {
        width: 100%;
    }
}

/********************************************/
.services-wrap {
    max-width: 760px;
    margin: 20px auto;

    font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, Arial;
}

/* Card base */
.service-card-sc {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
    padding: 18px;
    border-radius: 12px;
    background: linear-gradient(180deg, #071133 0%, #0b1a4a 100%);
    color: #eaf3ff;
    border: 1px solid rgba(80, 120, 255, 0.08);
    box-shadow: inset 1px 1px 6px 2px #ffb200;
    transition: transform .16s ease, box-shadow .16s ease;
    overflow: hidden;
}

/* subtle neon border glow */
.service-card-sc::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 12px;
    padding: 1px;
    pointer-events: none;
    box-shadow: 0 0 22px rgba(50, 110, 255, 0.08);
}

/* Icon circle */
.service-icon-sc {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    flex: 0 0 66px;
    font-size: 28px;
    font-weight: 900;
    color: #071133;
    background: linear-gradient(180deg, #8ee8b2, #06c37a);
    box-shadow: 0 8px 28px rgba(6, 195, 122, 0.08);
}

/* Content left */
.service-content-sc {
    flex: 1 1 auto;
    min-width: 0;
}

.service-title-sc {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 4px;
}

.service-sub-sc {
    margin: 0;
    font-size: 11px;
   color: #9ee8c6;
    font-weight: 700;
}

/* Right amounts column */
.service-amounts-sc {
    text-align: right;
    min-width: 120px;
}

.service-usdt-sc {
    font-weight: 900;
    color: #fbe24a;
    /* yellow */
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    margin-bottom: 4px;
}

.service-inr-sc {
    color: #9ee8c6;
    /* light green */
    font-weight: 900;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
}

/* hover */
.service-card-sc:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 60px rgba(6, 10, 40, 0.6);
}

/* small accent stripe on left */
.service-card-sc .accent-stripe {
    position: absolute;
    left: 10px;
    top: 10px;
    bottom: 10px;
    width: 6px;
    border-radius: 6px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
    opacity: 0.06;
    pointer-events: none;
}

/* individual color variants */
.card-silver-sc .service-icon-sc {
    background: linear-gradient(180deg, #58f0c5, #18d28e);
    box-shadow: 0 8px 28px rgba(24, 220, 160, 0.08);
}

.card-gold-sc .service-icon-sc {
    background: linear-gradient(180deg, #ffd86a, #ffb33b);
    box-shadow: 0 8px 28px rgba(255, 180, 60, 0.08);
    color: #0b1422;
}

.card-diamond-sc .service-icon-sc {
    background: linear-gradient(180deg, #a9baff, #6b8dff);
    box-shadow: 0 8px 28px rgba(100, 120, 255, 0.08);
}

/* responsiveness: stack single column on xs */
@media (max-width: 575.98px) {
    .service-card-sc {
        flex-direction: row;
        gap: 12px;
        padding: 14px;
    }

    .service-amounts-sc {
        min-width: 100px;
        text-align: right;
    }
}






























.deposit-card {
    width: 380px;
    max-width: calc(100% - 32px);
    margin: 22px auto;
    padding: 22px;
    border-radius: 14px;
    background: linear-gradient(180deg, #0f1530 0%, #241635 100%);
    color: #e6eef8;
    box-shadow: 0 30px 80px rgba(6, 10, 22, 0.7);
    font-family: Inter, "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, Arial;
}

/* top badge */
.deposit-badge {
    width: 72px;
    height: 72px;
    margin: 0 auto 8px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: linear-gradient(180deg, #2dd79a, #06b57a);
    box-shadow: 0 12px 36px rgba(45, 215, 154, 0.12), 0 0 36px rgba(255, 190, 0, 0.06);
    position: relative;
}

.deposit-badge::after {
    content: "";
    position: absolute;
    inset: -10px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 210, 0, 0.10), transparent 30%);
    filter: blur(8px);
    pointer-events: none;
}

.deposit-badge .sym {
    font-weight: 900;
    color: #fff;
    font-size: 28px;
}

/* headings */
.deposit-title {
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    margin: 6px 0;
    color: #2fd1a0;
}

.deposit-sub {
    text-align: center;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 14px;
}

/* label + input */
.field-label {
    color: #fff;
    font-weight: 800;
    font-size: 13px;
    margin-bottom: 6px;
    display: block;
}

.input-field {
    width: 100%;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.02);
    color: #eaf6ff;
    font-weight: 700;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.input-field::placeholder {
    color: rgba(255, 255, 255, 0.42);
    font-weight: 700;
}

/* toggle row (UPI / Bank) */
.pay-toggle {
    display: flex;
    gap: 10px;
    margin: 10px 0 14px;
}

.pay-option {
    font-size: 13px;
    flex: 1;
    text-align: center;
    padding: 8px 10px;
    border-radius: 10px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.02);
    color: rgba(255, 255, 255, 0.9);
    font-weight: 800;
    border: 1px solid rgba(255, 255, 255, 0.03);
    transition: all .18s ease;
}

.pay-option.active {
    background: linear-gradient(90deg, #ffd23a, #f2b200);
    color: #07121a;
    box-shadow: 0 12px 30px rgba(242, 178, 0, 0.12);
}

/* UPI panel (QR) */
.upi-panel {
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 12px;
}

.qr-box {
    width: 160px;
    height: 160px;
    margin: 8px auto 6px;
    background: #fff;
    border-radius: 8px;
    display: grid;
    place-items: center;
    overflow: hidden;
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.25);
}

.upi-id {
    font-weight: 900;
    color: #fff;
    font-size: 13px;
    margin-top: 6px;
}

/* Bank panel */
.bank-panel {
    padding: 6px 0 12px;
    border-radius: 8px;
}

/* small hint row */
.hint-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    color: rgba(255, 255, 255, 0.65);
    font-weight: 800;
    font-size: 12px;
    margin-bottom: 12px;
}

/* buttons */
.btn-row {
    display: flex;
    gap: 12px;
    margin-top: 6px;
}

.btn-cancel {
    flex: 1;
    padding: 10px;
    border-radius: 12px;
    font-weight: 900;
    border: none;
    background: linear-gradient(90deg, #ff5fa0, #a63cff);
    color: #fff;
    box-shadow: 0 10px 30px rgba(166, 60, 255, 0.09);
}

.btn-deposit {
    flex: 1;
    padding: 10px;
    border-radius: 12px;
    font-weight: 900;
    border: none;
    background: linear-gradient(90deg, #01d08c, #02a9ff);
    color: #05121a;
    box-shadow: 0 18px 44px rgba(2, 160, 140, 0.12);
}

/* responsive */
@media (max-width:420px) {
    .deposit-card {
        padding: 16px;
        width: 92%;
    }

    .qr-box {
        width: 140px;
        height: 140px;
    }
}

.gold-gradient {
    background: linear-gradient(135deg, #d4af37 0%, #ffd700 25%, #ffed4e 50%, #d4af37 75%, #b8860b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/*************************************************************************************************/
.lt-wrap {
  
  margin: 28px auto;
  padding: 18px;
  border-radius: 12px;
  background: linear-gradient(180deg, #2c3238 0%, #1d2429 18%, #172028 100%);
  color: #e6eef2;
  box-shadow: 0 20px 60px rgba(8,10,12,0.6);
  border: 1px solid rgba(255,255,255,0.03);
  
  overflow: hidden;
}

/* Header */
.lt-header {
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:12px;
  padding: 25px 18px;
  border-bottom: 1px solid rgba(255,255,255,0.02);
  margin-bottom: 12px;
  background: #343937;
  border-radius: 12px;
}
.lt-title {
  font-size:28px;
  font-weight:800;
  letter-spacing:0.6px;
  color:#f4f7f9;
  margin:0;
  font-family: 'Playfair Display', serif;
  
}
.lt-sub {
  margin:4px 0 0;
  font-size:13px;
  color: rgba(230,238,242,0.55);
  font-weight:700;
}

/* Live indicator */
.lt-live {
  display:flex;
  align-items:center;
  gap:10px;
  color: #98f7a8;
  font-weight:800;
  font-size:13px;
}
.lt-dot {
  width:10px;
  height:10px;
  border-radius:50%;
  background: #13b34a;
  box-shadow: 0 0 14px rgba(19,179,74,0.35);
  animation: pulse 1.6s infinite;
}
@keyframes pulse {
  0% { transform: scale(1); opacity: 1; }
  70% { transform: scale(1.6); opacity: 0.45; }
  100% { transform: scale(1); opacity: 1; }
}

/* List */
.lt-list {
  display:flex;
  flex-direction:column;
  gap:14px;
  padding: 6px 2px 12px;
}

/* Item */
.lt-item {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding: 18px;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255,255,255,0.01), rgba(255,255,255,0.005));
  border: 1px solid rgba(255,255,255,0.02);
  min-height:86px;
  transition: transform .12s ease, box-shadow .12s ease;
}
.lt-item:hover { transform: translateY(-6px); box-shadow: 0 18px 50px rgba(6,10,22,0.36); }

/* left area */
.lt-left {
  display:flex;
  gap:14px;
  align-items:center;
  min-width: 0;
}
.lt-icon {
  width:56px;
  height:56px;
  border-radius:12px;
  display:grid;
  place-items:center;
  background:linear-gradient(180deg,#4aa6ff,#1f68ff);
  color:#fff;
  flex:0 0 56px;
  box-shadow: 0 10px 30px rgba(20,40,80,0.25);
}
.lt-icon.orange { background:linear-gradient(180deg,#ffb24a,#ff8b1f); }
.lt-icon.green  { background:linear-gradient(180deg,#39d98f,#08b36a); }
.lt-icon.yellow { background:linear-gradient(180deg,#ffd23a,#f2b200); color:#111; }

/* text */
.lt-text {
  min-width: 0;
}
.lt-name {
  font-weight:800;
  font-size:16px;
  color:#f6f9fb;
  margin:0 0 6px;
}
.lt-meta {
  margin:0;
  font-size:12px;
  color:rgba(230,238,242,0.55);
  font-weight:700;
}

/* right area: amount + status */
.lt-right {
  text-align:right;
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:6px;
  min-width:120px;
  flex:0 0 180px;
}
.lt-amount {
  font-weight:900;
  font-size:20px;
  font-family: 'Playfair Display', serif;
  color:#4aa6ff; /* default blue */
  margin:0;
}
.lt-amount.green { color:#39d98f; }   /* completed */
.lt-amount.yellow { color:#ffd23a; }  /* pending */

/* status badge */
.lt-status {
  display:flex;
  align-items:center;
  gap:8px;
  font-weight:800;
  color: rgba(234,242,255,0.85);
  font-size:13px;
}
.status-dot {
  width:10px;height:10px;border-radius:50%;flex:0 0 10px;
}
.status-completed { background:#13b34a; box-shadow: 0 6px 18px rgba(19,179,74,0.08);}
.status-processing { background:#2f6fff; box-shadow: 0 6px 18px rgba(47,111,255,0.08);}
.status-pending { background:#ffd23a; box-shadow: 0 6px 18px rgba(255,210,0,0.08); color:#111; }

/* divider subtle */
.lt-item + .lt-item { border-top: 1px dashed rgba(255,255,255,0.02); }

/* responsive: amounts move below on small screens */
@media (max-width: 780px) {
  .lt-item { flex-direction: column; align-items:flex-start; gap:12px; height: 21vh; padding:14px; }
  .lt-right { align-items:flex-start; flex-direction:row; gap:12px; min-width:0; }
  .lt-amount { font-size:18px; }
  .lt-status{margin-top: 6px;}
}

/**************************************************************************/


/* plan card base */
.plan-card {
  border-radius: 18px;
  overflow: hidden;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 18px 50px rgba(6,10,22,0.6), inset 0 1px 0 rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.03);
}

/* top gradient area */
.plan-top {
  padding: 35px 22px;
  color: #fff;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
}

/* green/orange/blue tops (match colors) */
.top-green { background: linear-gradient(135deg, #2d5016 0%, #4ade80 50%, #16a34a 100%); }
.top-orange { background: linear-gradient(135deg, #7c2d12 0%, #f59e0b 50%, #d97706 100%); }
.top-blue   { background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 50%, #1d4ed8 100%); }

/* title and left column */
.plan-title {
  font-size: 24px;
  font-weight: 800;
  font-family: 'Playfair Display', serif;
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin: 0;
  color: #fff;
  text-shadow: 0 1px 0 rgba(255,255,255,0.05);
}

/* little pill badge */
.plan-pill {
  display:inline-block;
  background: rgba(255,255,255,0.92);
  color:#222;
  padding:6px 12px;
  border-radius:999px;
  font-weight:800;
  font-size:12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  margin-top:8px;
  background: linear-gradient(135deg, #e5e4e2 0%, #c0c0c0 25%, #a8a8a8 50%, #808080 75%, #696969 100%);
}

/* right column: big limit */
.plan-limit {
  text-align: right;
 
}
.plan-limit .amt {
  font-weight:900;
  font-size:28px;
  color: rgba(255,255,255,0.96);
  text-shadow: 0 1px 0 rgba(0,0,0,0.15);
   font-family: 'Playfair Display', serif;
  
}
.plan-limit .sub {
  display:block;
  font-weight:700;
  font-size:13px;
  color: rgba(255,255,255,0.92);
  margin-top:6px;
}

/* lower dark area */
.plan-body {
  background-color: rgb(55 61 70);
  padding: 22px;
  color: rgba(255,255,255,0.92);
  flex:1;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  gap:10px;
}

/* rows inside body */
.body-row {
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255,255,255,0.02);
}
.body-row:last-child { border-bottom: none; padding-bottom:0; }

/* labels & values */
.body-label { color: rgba(255,255,255,0.75); font-weight:700;font-size: 14px; }
.body-value { color: #fff; font-weight:900; font-size:18px;font-family: 'Playfair Display', serif; }

/* status text color variants */
.status-activee { color:#2fd07f; font-weight:900;font-family: "Poppins", sans-serif;font-size: 13px; }
.status-high { color:#ff9b2b; font-weight:900;font-family: "Poppins", sans-serif;font-size: 13px; }
.status-prem { color:#5eaaff; font-weight:900;font-family: "Poppins", sans-serif;font-size: 13px; }

/* progress bar style */
.progress-track {
  height: 12px;
  background: rgba(255,255,255,0.04);
  border-radius: 999px;
  overflow:hidden;
}
.progress-fill {
  height:100%;
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.25) inset;
}

/* individual fills */
.fill-green { background: linear-gradient(90deg,#2bb673,#55e08d); }
.fill-orange { background: linear-gradient(90deg,#d46e09,#f7b53a); }
.fill-blue { background: linear-gradient(90deg,#2f6fff,#66a8ff); }

/* progress percent right */
.progress-right { font-weight:900; color: rgba(255,255,255,0.95);font-size: 14px; }

/* responsive tweaks */
@media (max-width: 991.98px) {
  .plan-top { padding: 20px; }
  .plan-body { padding:16px; }
 
}

@media (max-width: 767.98px) {
  .plan-card { min-height: auto; }
  .plan-top { flex-direction:column; align-items:flex-start; gap:12px; }
  .plan-limit { text-align:left; width:100%; }
  .body-row { flex-direction:column; align-items:flex-start; gap:6px; }
  .progress-right { margin-top:6px; }
}
/************************************************************************/
.gstp-card {
  background: #fff;
  /* border-radius: 22px; */
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
  padding: 36px 32px 40px;
  position: relative;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
/* .gstp-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 60px rgba(0,0,0,0.1);
} */

.gstp-badge {
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(90deg, #a3a3a3, #575757);
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  padding: 6px 16px;
  border-bottom-left-radius: 10px;
  /* border-top-right-radius: 22px; */
  letter-spacing: 0.5px;
}

.gstp-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: linear-gradient(135deg, #2bb673, #5ef08d);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 8px 16px rgba(43,182,115,0.3);
  margin-bottom: 20px;
}
.gstp-icon i {
  width: 32px;
  height: 32px;
}

.gstp-title {
  font-weight: 800;
  color: #1b1e21;
  font-size: 26px;
  margin-bottom: 10px;
  font-family: 'Playfair Display', serif;
}

.gstp-percent {
  font-weight: 800;
  color: #15a44d;
  font-size: 36px;
  margin: 10px 0 0;
}

.gstp-sub {
  font-weight: 700;
  font-size: 14px;
  color: #28323c;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.gstp-desc {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  margin-top: 16px;
  margin-bottom: 22px;
}

.gstp-list {
  list-style: none;
  padding: 0;
  margin: 0 0 26px;
}
.gstp-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: #28323c;
  margin-bottom: 10px;
}
.gstp-list li::before {
  content: "•";
  color: #f9cc00;
  font-size: 22px;
  line-height: 1;
}

.gstp-btn {
  background: linear-gradient(90deg, #ffde32, #f9b700);
  color: #000;
  font-weight: 800;
  font-size: 15px;
  border: none;
  border-radius: 999px;
  padding: 12px 28px;
  transition: all 0.2s ease;
}
.gstp-btn:hover {
  background: linear-gradient(90deg, #f9b700, #ffde32);
  transform: translateY(-2px);
}

.gstp-list li{
    font-size: 13px;
}

.scb-card {
  background-image: -webkit-linear-gradient(7deg, rgb(236, 19, 121) 0%, rgb(108, 0, 146) 100%);
  border-radius: 12px;
  padding: 14px;
  color: #eaf6ff;
  font-weight: 700;
  box-shadow: 0 8px 30px rgba(2,6,18,0.45);
  border: 1px solid rgba(255,255,255,0.03);
  max-width: 560px;
}

.scb-row {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255,255,255,0.00), rgba(255,255,255,0.01));
  margin-bottom: 12px;
}

.scb-label {
  color: rgba(255,255,255,0.72);
  font-size: 13px;
  min-width: 140px;
}

.scb-value {
  color: #fff;
  font-weight: 900;
  font-size: 13px;
  display:flex;
  align-items:center;
  gap:10px;
  min-width: 0;
  justify-content:flex-end;
}

.scb-value .scb-val {
  background: rgba(255,255,255,0.02);
  padding: 8px 10px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.03);
  color: #eaf6ff;
  font-weight:800;
  font-size:13px;
  max-width: 320px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-shadow: 0 0 21px 12px rgba(255, 210, 0, 0.4);
}

.scb-copy-btn {
  display:inline-grid;
  place-items:center;
  width:36px;
  height:36px;
  border-radius:8px;
  background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01));
  border: 1px solid rgba(255,255,255,0.04);
  color: #dbeffd;
  cursor: pointer;
  transition: transform .12s ease, background .12s ease;
  flex: 0 0 36px;
}
.scb-copy-btn:hover { background: rgba(255,255,255,0.05); }
.scb-copy-btn:active { transform: translateY(1px); }

.scb-tooltip {
  position: absolute;
  background: #0b1720;
  color: #c7ffd9;
  padding: 6px 8px;
  border-radius: 6px;
  font-size: 12px;
  font-weight:800;
  box-shadow: 0 6px 20px rgba(0,0,0,0.6);
  transform-origin: bottom right;
  opacity: 0;
  pointer-events: none;
  transition: opacity .16s ease, transform .16s ease;
  z-index: 50;
}

.scb-inner {
  position: relative;
  width:100%;
  display:flex;
  gap:12px;
  align-items:center;
  justify-content:space-between;
}

.scb-note {
  font-size: 12px;
  color: rgba(255,255,255,0.6);
  margin-top: 8px;
}

@media (max-width:520px){
  .scb-row { flex-direction: column; align-items:flex-start; gap:8px; }
  .scb-label { min-width: auto; width:100%; }
  .scb-value { width:100%; justify-content:flex-start; }
  .scb-value .scb-val { max-width: calc(100% - 52px); }
}

.customer-support-heading{
    font-family: "Poppins", sans-serif;
    font-size: 14px;
}
.customer-support-wp{
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
}
.customer-support-card{
    background-color: #ffb20094;
    padding: 10px 10px;
    border-radius: 12px;
    width: max-content;
}
/***********************************************************************/
/* Unique scoped classes prefixed with svc- */
.svc-section { padding: 20px 14px; margin: 0 auto; background-color: #0a1741;border-radius: 16px; }

/* Section title */
.svc-title { font-size: 20px; font-weight: 700; margin: 18px 10px; color: #ff8c00;font-family: "Poppins", sans-serif; }

/* icon grid container */
.svc-grid { padding: 8px 6px 22px; }

/* each item */
.svc-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  text-align: center;
  cursor: pointer;
  padding: 6px;
}

/* bubble */
.svc-bubble {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;              /* pale background like screenshot */
  box-shadow: 0 8px 18px rgba(16,24,40,0.06);
  position: relative;
  transition: transform .14s ease, box-shadow .14s ease;
}

/* small badge (promo) */
.svc-badge {
  position: absolute;
  top: -8px;
  left: 6px;
  background: #9de07f;
  color: #06421b;
  font-weight:800;
  font-size: 8px;
  padding: 4px 8px;
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(11, 88, 22, 0.06);
}

/* label under icon */
.svc-label {
  font-size: 13px;
  background: linear-gradient(90deg, #ecd56c, #ff8c00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  font-weight: 600;
  white-space: nowrap;
}

/* collapsed arrow row */
.svc-toggle-row {
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding: 4px 8px 2px;
  margin-bottom: 6px;
  font-family: "Poppins", sans-serif;
}

/* chevron */
.svc-chev {
  font-size: 18px;
  color: #111827;
  cursor: pointer;
}

/* hover */
.svc-item:hover .svc-bubble { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(16,24,40,0.12); }

/* responsive: ensure good spacing on small screens */
@media (max-width: 576px) {
  .svc-bubble { width:64px; height:64px; }
  .svc-label { font-size:12px; font-family: "Poppins", sans-serif; }
}

.glass-ultra {
        background: rgb(19 52 98);
        backdrop-filter: blur(25px);
        border-radius: 60px;
        border: 1px solid rgba(255, 255, 255, 0.08);
        /* width: 100%;
        max-width: 255px;
        margin: auto;
        margin-bottom: 25px; */
    }

    .premium-gold {
        background: linear-gradient(45deg, #ffd700, #ffed4e, #ffa500, #ff8c00);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        font-weight: 800;
    }

    .elite-shadow {
        box-shadow: 0 35px 70px -15px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(255, 255, 255, 0.05);
    }

    .diamond-glow {
        box-shadow: 0 0 30px rgba(255, 215, 0, 0.4), 0 0 60px rgba(255, 215, 0, 0.2), inset 0 0 20px rgba(255, 255, 255, 0.1);
    }

    .floating-luxury {
        animation: luxuryFloat 10s ease-in-out infinite;
    }

    @keyframes luxuryFloat {

        0%,
        100% {
            transform: translateY(0px) rotate(0deg) scale(1);
        }

        25% {
            transform: translateY(-15px) rotate(0.5deg) scale(1.02);
        }

        50% {
            transform: translateY(-8px) rotate(-0.5deg) scale(1.01);
        }

        75% {
            transform: translateY(-12px) rotate(0.3deg) scale(1.015);
        }
    }

    .pulse-diamond {
        animation: pulseDiamond 4s infinite;
    }

    @keyframes pulseDiamond {

        0%,
        100% {
            box-shadow: 0 0 20px rgba(255, 215, 0, 0.3);
            transform: scale(1);
        }

        50% {
            box-shadow: 0 0 50px rgba(255, 215, 0, 0.8), 0 0 80px rgba(255, 215, 0, 0.4);
            transform: scale(1.05);
        }
    }

    .text-shimmer {
        background: linear-gradient(90deg, #fff 0%, #ffd700 25%, #fff 50%, #ffd700 75%, #fff 100%);
        background-size: 200% 100%;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        animation: shimmer 3s linear infinite;
    }

    @keyframes shimmer {
        0% {
            background-position: -200% 0;
        }

        100% {
            background-position: 200% 0;
        }
    }

    .sidebar-ultra {
        transform: translateX(-100%);
        transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .sidebar-visible {
        transform: translateX(0);
    }

    .content-shift {
        margin-left: 0;
        transition: margin-left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .hero-particles {
        position: absolute;
        width: 100%;
        height: 100%;
        overflow: hidden;
        pointer-events: none;
    }

    .particle {
        position: absolute;
        background: radial-gradient(circle, rgba(255, 215, 0, 0.8) 0%, transparent 70%);
        border-radius: 50%;
        animation: particleFloat 15s linear infinite;
    }

    @keyframes particleFloat {
        0% {
            transform: translateY(100vh) rotate(0deg);
            opacity: 0;
        }

        10% {
            opacity: 1;
        }

        90% {
            opacity: 1;
        }

        100% {
            transform: translateY(-100vh) rotate(360deg);
            opacity: 0;
        }
    }

    .countdown-timer {
        font-family: 'Courier New', monospace;
        font-size: 2rem;
        font-weight: bold;
        color: #ffd700;
        text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
    }

    .wallet-address {
        font-family: 'Courier New', monospace;
        background: rgba(0, 0, 0, 0.3);
        border: 2px solid #ffd700;
        border-radius: 12px;
        padding: 16px;
        word-break: break-all;
        position: relative;
    }

    .copy-button {
        position: absolute;
        top: 8px;
        right: 8px;
        background: #ffd700;
        color: black;
        border: none;
        border-radius: 6px;
        padding: 4px 8px;
        font-size: 12px;
        font-weight: bold;
        cursor: pointer;
        transition: all 0.3s;
    }

    .copy-button:hover {
        background: #ffed4e;
        transform: scale(1.05);
    }

    .step-indicator {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        font-weight: bold;
        font-size: 18px;
    }

    .step-active {
        background: linear-gradient(45deg, #ffd700, #ffed4e);
        color: black;
        box-shadow: 0 0 20px rgba(255, 215, 0, 0.5);
    }

    .step-completed {
        background: #10b981;
        color: white;
    }

    .step-pending {
        background: rgba(255, 255, 255, 0.1);
        color: #9ca3af;
        border: 2px solid rgba(255, 255, 255, 0.2);
    }

    .progress-bar {
        height: 4px;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 2px;
        overflow: hidden;
    }

    .progress-fill {
        height: 100%;
        background: linear-gradient(90deg, #ffd700, #ffed4e);
        border-radius: 2px;
        transition: width 0.5s ease;
    }

    .glow-wrap {
        display: flex;
        /* justify-content: center;
  align-items: center; */
        gap: 20px;
        padding: 20px 0;
        font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial;
    }

    /* Common button style */
    .glow-btn {
        padding: 18px 34px;
        border-radius: 50px;
        font-weight: 800;
        font-size: 15px;
        border: none;
        outline: none;
        background: rgba(22, 27, 53, 0.85);
        color: #fff;
        position: relative;
        cursor: default;
        box-shadow: 0 0 12px rgba(255, 255, 255, 0.08);
        transition: all 0.3s ease-in-out;
    }

    /* Orange Glow (Minimum) */
    .glow-min {
        background: linear-gradient(45deg, #ffd700, #ffed4e, #ffa500, #ff8c00);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;

        text-shadow: 0 0 8px rgba(255, 180, 0, 0.7);
        box-shadow: 0 0 20px rgba(255, 174, 0, 0.25);
        animation: orangeGlow 2s infinite alternate;
    }

    /* Green Glow (Processing) */
    .glow-proc {
        color: #53f7a5;
        text-shadow: 0 0 8px rgba(100, 255, 180, 0.7);
        box-shadow: 0 0 20px rgba(100, 255, 180, 0.25);
        animation: greenGlow 2s infinite alternate;
    }

    /* Orange animation */
    @keyframes orangeGlow {
        0% {
            box-shadow: 0 0 8px rgba(255, 174, 0, 0.3), 0 0 20px rgba(255, 174, 0, 0.4);
        }

        100% {
            box-shadow: 0 0 20px rgba(255, 174, 0, 0.6), 0 0 40px rgba(255, 174, 0, 0.8);
        }
    }

    /* Green animation */
    @keyframes greenGlow {
        0% {
            box-shadow: 0 0 8px rgba(100, 255, 180, 0.3), 0 0 20px rgba(100, 255, 180, 0.4);
        }

        100% {
            box-shadow: 0 0 20px rgba(100, 255, 180, 0.6), 0 0 40px rgba(100, 255, 180, 0.8);
        }
    }

    .ultra-gradient {
        background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 15%, #16213e 30%, #0f3460 45%, #533483 60%, #2d1b69 75%, #0f0f23 100%);
    }

    .glass-ultra {
        background: rgb(19 52 98);
        backdrop-filter: blur(25px);
        border-radius: 60px;
        border: 1px solid rgba(255, 255, 255, 0.08);
        /* width: 100%;
        max-width: 255px;
        margin: auto;
        margin-bottom: 25px; */
    }

    .premium-gold {
        background: linear-gradient(45deg, #ffd700, #ffed4e, #ffa500, #ff8c00);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        font-weight: 800;
    }

    .elite-shadow {
        box-shadow: 0 35px 70px -15px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(255, 255, 255, 0.05);
    }

    .diamond-glow {
        box-shadow: 0 0 30px rgba(255, 215, 0, 0.4), 0 0 60px rgba(255, 215, 0, 0.2), inset 0 0 20px rgba(255, 255, 255, 0.1);
    }

    .floating-luxury {
        animation: luxuryFloat 10s ease-in-out infinite;
    }

    @keyframes luxuryFloat {

        0%,
        100% {
            transform: translateY(0px) rotate(0deg) scale(1);
        }

        25% {
            transform: translateY(-15px) rotate(0.5deg) scale(1.02);
        }

        50% {
            transform: translateY(-8px) rotate(-0.5deg) scale(1.01);
        }

        75% {
            transform: translateY(-12px) rotate(0.3deg) scale(1.015);
        }
    }

    .pulse-diamond {
        animation: pulseDiamond 4s infinite;
    }

    @keyframes pulseDiamond {

        0%,
        100% {
            box-shadow: 0 0 20px rgba(255, 215, 0, 0.3);
            transform: scale(1);
        }

        50% {
            box-shadow: 0 0 50px rgba(255, 215, 0, 0.8), 0 0 80px rgba(255, 215, 0, 0.4);
            transform: scale(1.05);
        }
    }

    .text-shimmer {
        background: linear-gradient(90deg, #fff 0%, #ffd700 25%, #fff 50%, #ffd700 75%, #fff 100%);
        background-size: 200% 100%;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        animation: shimmer 3s linear infinite;
    }

    @keyframes shimmer {
        0% {
            background-position: -200% 0;
        }

        100% {
            background-position: 200% 0;
        }
    }

    .sidebar-ultra {
        transform: translateX(-100%);
        transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .sidebar-visible {
        transform: translateX(0);
    }

    .content-shift {
        margin-left: 0;
        transition: margin-left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .hero-particles {
        position: absolute;
        width: 100%;
        height: 100%;
        overflow: hidden;
        pointer-events: none;
    }

    .particle {
        position: absolute;
        background: radial-gradient(circle, rgba(255, 215, 0, 0.8) 0%, transparent 70%);
        border-radius: 50%;
        animation: particleFloat 15s linear infinite;
    }

    @keyframes particleFloat {
        0% {
            transform: translateY(100vh) rotate(0deg);
            opacity: 0;
        }

        10% {
            opacity: 1;
        }

        90% {
            opacity: 1;
        }

        100% {
            transform: translateY(-100vh) rotate(360deg);
            opacity: 0;
        }
    }

    .countdown-timer {
        font-family: 'Courier New', monospace;
        font-size: 2rem;
        font-weight: bold;
        color: #ffd700;
        text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
    }

    .wallet-address {
        font-family: 'Courier New', monospace;
        background: rgba(0, 0, 0, 0.3);
        border: 2px solid #ffd700;
        border-radius: 12px;
        padding: 16px;
        word-break: break-all;
        position: relative;
    }

    .copy-button {
        position: absolute;
        top: 8px;
        right: 8px;
        background: #ffd700;
        color: black;
        border: none;
        border-radius: 6px;
        padding: 4px 8px;
        font-size: 12px;
        font-weight: bold;
        cursor: pointer;
        transition: all 0.3s;
    }

    .copy-button:hover {
        background: #ffed4e;
        transform: scale(1.05);
    }

    .step-indicator {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        font-weight: bold;
        font-size: 18px;
    }

    .step-active {
        background: linear-gradient(45deg, #ffd700, #ffed4e);
        color: black;
        box-shadow: 0 0 20px rgba(255, 215, 0, 0.5);
    }

    .step-completed {
        background: #10b981;
        color: white;
    }

    .step-pending {
        background: rgba(255, 255, 255, 0.1);
        color: #9ca3af;
        border: 2px solid rgba(255, 255, 255, 0.2);
    }

    .progress-bar {
        height: 4px;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 2px;
        overflow: hidden;
    }

    .progress-fill {
        height: 100%;
        background: linear-gradient(90deg, #ffd700, #ffed4e);
        border-radius: 2px;
        transition: width 0.5s ease;
    }

    .glow-wrap {
        display: flex;
        /* justify-content: center;
  align-items: center; */
        gap: 20px;
        padding: 20px 0;
        font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial;
    }

    /* Common button style */
    .glow-btn {
        padding: 18px 34px;
        border-radius: 50px;
        font-weight: 800;
        font-size: 15px;
        border: none;
        outline: none;
        background: rgba(22, 27, 53, 0.85);
        color: #fff;
        position: relative;
        cursor: default;
        box-shadow: 0 0 12px rgba(255, 255, 255, 0.08);
        transition: all 0.3s ease-in-out;
    }

    /* Orange Glow (Minimum) */
    .glow-min {
        background: linear-gradient(45deg, #ffd700, #ffed4e, #ffa500, #ff8c00);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;

        text-shadow: 0 0 8px rgba(255, 180, 0, 0.7);
        box-shadow: 0 0 20px rgba(255, 174, 0, 0.25);
        animation: orangeGlow 2s infinite alternate;
    }

    /* Green Glow (Processing) */
    .glow-proc {
        color: #53f7a5;
        text-shadow: 0 0 8px rgba(100, 255, 180, 0.7);
        box-shadow: 0 0 20px rgba(100, 255, 180, 0.25);
        animation: greenGlow 2s infinite alternate;
    }

    /* Orange animation */
    @keyframes orangeGlow {
        0% {
            box-shadow: 0 0 8px rgba(255, 174, 0, 0.3), 0 0 20px rgba(255, 174, 0, 0.4);
        }

        100% {
            box-shadow: 0 0 20px rgba(255, 174, 0, 0.6), 0 0 40px rgba(255, 174, 0, 0.8);
        }
    }

    /* Green animation */
    @keyframes greenGlow {
        0% {
            box-shadow: 0 0 8px rgba(100, 255, 180, 0.3), 0 0 20px rgba(100, 255, 180, 0.4);
        }

        100% {
            box-shadow: 0 0 20px rgba(100, 255, 180, 0.6), 0 0 40px rgba(100, 255, 180, 0.8);
        }
    }
    
    .lang-modal {
   background: linear-gradient(120deg, #0b2742 0%, #3a1b5e 100%) !important;
    border-radius: 12px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.5);
    width: 520px;
    max-width: 95%;
}

@media (max-width: 420px) {
    .lang-option {
        height: 46px;
        font-size: 15px;
    }
}

.lang-option {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    border-radius: 8px;
    border: 1.5px solid #4a5a77;
    background: transparent;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 0 12px;
    transition: 0.2s;
}

.lang-option:hover {
    border-color: #ffb74d;
}

/* Hide default radio */
.lang-option input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Custom square "checkbox" at right */
.checkmark {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    border: 2px solid #ffb74d;
    border-radius: 4px;
    background: transparent;
    transition: all .12s ease;
}

/* When radio is checked show filled orange + white tick */
.lang-option input:checked~.checkmark {
    background-color: #ffb74d;
    border-color: #ffb74d;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.lang-option input:checked~.checkmark:after {
    display: block;
}

.lang-option .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.btn-continue {
    background: linear-gradient(90deg, #2b32b2, #1488cc);
    border: none;
    color: #fff;
    padding: 12px 18px;
    border-radius: 10px;
    font-weight: 600;
}

@media (max-width:420px) {
    .lang-option {
        height: 46px;
        font-size: 15px;
    }
}


