@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
.fs-8 {
    font-size: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fw-100 {
    font-weight: 100;
}

.fw-200 {
    font-weight: 200;
}

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

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

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

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

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

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

.fw-900 {
    font-weight: 900;
}

.border-bottom-dashed {
    border-bottom-style: dashed !important;
}

.border-success {
    border-bottom-color: rgba(255, 255, 255, 0.2) !important;
}

img {
    max-width: 100%;
}

.rd-10 {
    border-radius: 10px;
}

.text-waring {
    color: #ffcb72 !important;
}

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

.btn-gradient {
    background: #f2c915 !important;
    border: none;
    color: #000 !important;
}
.btn-gradient:hover {
    opacity: 0.9;
}

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

.bg-1 {
    background: #201b17;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
    -webkit-appearance: textfield;
}

::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #fff !important;
}

body {
    font-family: "Inter", sans-serif;
}

.cursor-pointer {
    cursor: pointer;
}

.home_login_section {
    background: #305900 url("../images/bg_login.png") no-repeat top center/cover;
    position: relative;
}
.home_login_section::before {
    content: "";
    position: absolute;
    top: 190px;
    left: -190px;
    width: 570px;
    height: 570px;
    background: url("../images/after_bg2.png") no-repeat center/cover;
    z-index: 0;
    animation: animateDiv 12s linear infinite;
}
.home_login_section::after {
    content: "";
    position: absolute;
    top: 190px;
    right: -190px;
    width: 570px;
    height: 570px;
    background: url("../images/after_bg2.png") no-repeat center/cover;
    z-index: 0;
    animation: animateDiv3 12s linear infinite;
}
.home_login_section .container-lg {
    position: relative;
    z-index: 1;
}

.login_frm .form-control {
    background: #e9e9e9;
    border-color: #dcdcdc;
}

.otp-form .otp-field {
    display: inline-block;
    width: 21%;
    height: 60px;
    font-size: 24px;
    text-align: center;
    border: 1px solid #dcdcdc;
    outline: none;
    margin-right: 10px;
    background: #e9e9e9;
    border-radius: 10px;
    color: #464646;
    font-weight: 700;
}
.otp-form .otp-field:focus {
    transform: scale(1.02);
    transition: all 0.3s;
    border: 2px solid #464646;
}
.otp-form .otp-field:not(:-moz-placeholder) {
    border: 1px solid #464646;
    box-shadow: none;
    color: #464646;
}
.otp-form .otp-field:not(:placeholder-shown) {
    border: 1px solid #464646;
    box-shadow: none;
    color: #464646;
}
.otp-form .otp-field:nth-child(6) {
    margin-right: 0;
}

.base_image {
    margin-top: -36px;
    position: relative;
    z-index: 1;
}

/* Wheel area */
.pointer {
    margin-bottom: -64px;
    position: relative;
    z-index: 3;
}

.canva_outer {
    background: url("../images/borde_bg.png") no-repeat center/100% 100%;
    width: 560px;
    height: 560px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.wheel-wrap canvas {
    width: 494px;
    height: 494px;
    background: transparent;
    position: relative;
    z-index: 2;
    transform: rotate(-94deg);
}

.click_spin {
    padding: 0;
    border: 0;
    background: transparent;
    position: absolute;
    z-index: 2;
}

/* Wheel area end */
.wheeldv_outer {
    position: relative;
}
.wheeldv_outer::after {
    content: "";
    position: absolute;
    border-radius: 70px;
    background: linear-gradient(180deg, #043400 0%, #096102 100%);
    left: 0;
    right: 0;
    bottom: 22px;
    height: 300px;
}

.skip-btn {
    border-radius: 10px;
    background: linear-gradient(180deg, #ffc64d 2.72%, #a3490d 81.83%);
}

.deep_1 {
    bottom: 250px;
    z-index: 1;
    left: 10px;
}

.deep_2 {
    bottom: 250px;
    z-index: 1;
    right: 10px;
}

.modal-backdrop {
    opacity: 1 !important;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

footer {
    background: #343539;
}

.footer-section {
    color: #fff;
    font-weight: 300;
}

.footer-section a {
    color: #fff;
    text-decoration: none;
}

.footer-section a:hover {
    color: #efefef;
    text-decoration: none;
}

.footer-section .list-inline-item:not(:last-child) {
    margin-right: 1.5rem;
    position: relative;
}

.footer-section .list-inline-item:not(:last-child):after {
    content: "|";
    position: absolute;
    right: -0.75rem;
    top: 50%;
    font-size: 12px;
    transform: translateY(-50%);
    line-height: 1;
}

.footer-section ul + ul .list-inline-item:not(:last-child) {
    margin-right: 0.75rem;
}

.footer-section ul + ul .list-inline-item:not(:last-child):after {
    display: none;
}

.footer-section .border-bottom {
    border-bottom: 1px solid #888889 !important;
}

.home_listing_otr {
    border-radius: 14px;
    background: #36322e;
}

.nav_cstm .nav-item .nav-link {
    color: #fff;
    margin-right: 30px;
}
.nav_cstm .nav-item .nav-link .icon_dv {
    width: 70px;
    height: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #062704;
    border-radius: 50%;
}
.nav_cstm .nav-item .nav-link::after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    height: 4px;
    background: #ffc64d;
    z-index: 1;
    border-radius: 4px;
    display: none;
}
.nav_cstm .nav-item .nav-link.active {
    background: transparent;
    color: #ffc64d;
    z-index: 1;
}
.nav_cstm .nav-item .nav-link.active .icon_dv {
    background: url("../images/active.png") no-repeat center center/100% 100%;
}
.nav_cstm .nav-item .nav-link.active::after {
    display: block;
}
.nav_cstm .nav-item:last-child .nav-link {
    margin-right: 0;
}
.nav_cstm::after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    height: 1px;
    background: #151515;
}

.inner_list label {
    border: 1.5px solid #fff;
    background: linear-gradient(180deg, #ecd495 0%, #e0a93f 100%);
    box-shadow: 0 4px 13px 0 rgba(255, 255, 255, 0.25);
    border-radius: 22px;
}
/* .inner_list input {
    display: none;
} */

.inner_list .form-check-input:checked ~ label {
    background: #201b17;
}

.inner_list .form-check-input:checked ~ label .list_bg img {
    filter: brightness(0) invert(1);
}
.inner_list .form-check-input {
    background-color: transparent;
    border: 0;
    opacity: 1;
    position: absolute;
    right: 22px;
    top: 17px;
    z-index: 2;
    display: none;
}
.inner_list .form-check-input:checked[type="checkbox"] {
    background-image: url(../images/check.png);
    display: block;
}

.online_dv {
    background: rgba(241, 255, 239, 0.1);
    color: #1b8800;
    padding: 6px 10px 6px 26px;
    border-radius: 16px 16px 16px 0;
    top: 0;
    right: 0;
}
.online_dv::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: #1b8800;
    border-radius: 50%;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.online_dv::after {
    content: "";
    position: absolute;
    left: 13px;
    top: 13px;
    width: 6px;
    height: 3px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
}
.online_dv.offline_dv {
    color: #fda61e;
}
.online_dv.offline_dv::before {
    background: #fda61e;
}
.online_dv.offline_dv::after {
    display: none;
}
.online_dv.both_dv {
    color: #1ef2fd;
}
.online_dv.both_dv::before {
    background: #1ef2fd;
}
.online_dv.both_dv::after {
    display: none;
}

.logo_dv {
    position: relative;
    z-index: 1;
    border-radius: 20px 20px 4px 4px;
    border: 2px solid #f0f0f0;
}

.faq_outer {
    font-size: 13px;
}

.faq_outer h1,
.faq_outer h2,
.faq_outer h3,
.faq_outer h4,
.faq_outer h5,
.faq_outer h6 {
    font-size: 16px;
    font-weight: bold;
}

.faq_outer p,
.faq_outer li,
.faq_outer ul {
    font-size: 13px;
}

.impInstructions ul {
    margin: 0;
    padding-left: 0;
}

.impInstructions ul li {
    padding-left: 14px;
    margin-bottom: 10px;
    position: relative;
    font-size: 13px;
    list-style: none;
}
.impInstructions ul li a {
    color: #fff;
}
.impInstructions ul li::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: 0;
}

.address_outer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
}

.address_outer button {
    font-size: 14px;
    white-space: nowrap;
}

.address_outer h5 {
    font-size: 16px;
}

.address_outer p {
    font-size: 13px;
}

.howtomodal .owl-nav button.owl-prev {
    background: url("../images/prev.png") no-repeat center center/cover;
    width: 22px;
    height: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -22px;
}

.howtomodal .owl-nav button.owl-next {
    background: url("../images/prev.png") no-repeat center center/cover;
    width: 22px;
    height: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(-1);
    right: -22px;
}

.howtomodal .owl-nav button.disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.howtomodal .owl-nav button span {
    display: none;
}

.howtomodal .step_text {
    font-weight: 600;
    font-size: 14px;
}

.howtomodal .step_text::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #ffcb72;
    left: 0;
}

.howtomodal .min-h-con {
    font-size: 13px;
    text-align: center;
    overflow: hidden;
    overflow-y: auto;
    height: 60px;
}

.price_list {
    height: 54px;
}
.price_list li {
    width: 50%;
    margin-right: -3px !important;
    padding: 0 2px;
}

/* Denomination row: match gyftr14birthday-edit `.price_list` radio + label (scoped so `.inner_list label` card rule does not win). */
.inner_list_brand .price_list .form-check-label {
    display: block;
    width: 100%;
    margin: 0;
    padding: 4px 0;
    border: 1px solid #36322e;
    border-radius: 4px;
    background: #36322e;
    color: #fff;
    font-size: inherit;
    font-weight: 500;
    line-height: 1.25;
    text-align: center;
    cursor: pointer;
}

.inner_list_brand
    .price_list
    .form-check-input:checked[type="radio"]
    ~ .form-check-label {
    background-color: #fff;
    color: #36322e;
}

.inner_list_brand .price_list .price-denom-chip-radio.form-check-input {
    border: 0;
    position: absolute;
    right: 3px;
    top: 5px;
    background-color: transparent;
    box-shadow: none !important;
    border: 0 !important;
    display: block;
    opacity: 1;
    z-index: 2;
    margin: 0;
}

.inner_list_brand .price_list .price-denom-chip-radio.form-check-input:focus {
    box-shadow: none !important;
}

.inner_list_brand
    .price_list
    .price-denom-chip-radio.form-check-input:checked[type="radio"] {
    background: url("../images/check.png") no-repeat center center/100% 100%;
}

.redm_ur_pay .btn-gradient {
    border-bottom: 2px solid #ff6200 !important;
}

@media (min-width: 992px) {
    .imp_ins {
        margin-top: -60px;
    }
}
@media (max-width: 1399px) {
    .home_login_section:before {
        left: -228px;
        width: 500px;
        height: 500px;
    }
    .home_login_section::after {
        right: -228px;
        width: 500px;
        height: 500px;
    }
}
@media (max-width: 1399px) {
    .home_login_section:before {
        left: -200px;
        width: 400px;
        height: 400px;
    }
    .home_login_section::after {
        right: -200px;
        width: 400px;
        height: 400px;
    }
    .deep_1,
    .deep_2 {
        bottom: 270px;
    }
    .deep_1 img,
    .deep_2 img {
        width: 160px;
    }
}

@media (max-width: 991px) {
    .login_modal_content .btn-gradient.fs-22 {
        font-size: 20px;
    }

    .login_modal_content .fs-24,
    .login_modal_content .fs-18 {
        font-size: 16px;
    }
    .otp-form .otp-field {
        height: 50px;
    }
    .home_page .fs-26 {
        font-size: 14px;
    }
    .home_listing_otr {
        border-radius: 14px;
    }
    .nav_cstm {
        border-bottom: 1px solid #062704 !important;
    }
    .nav_cstm .nav-item .nav-link {
        font-size: 14px;
    }
    .nav_cstm .nav-item .icon_dv {
        width: 46px;
        height: 46px;
    }
    .nav_cstm:after {
        display: none;
    }
    .inner_list {
        border-radius: 14px !important;
    }
    .inner_list .logo_dv {
        margin-top: 18px;
        border-radius: 10px !important;
    }
    .inner_list .btn-gradient {
        font-size: 14px;
        padding: 10px 0px !important;
        margin-top: 10px;
    }
    .online_dv {
        font-size: 10px;
        padding: 4px 10px 4px 26px;
    }
    .online_dv:after {
        top: 10px;
    }
    .imp_ins {
        display: none;
    }
    .show_tc_mob {
        padding-bottom: 60px !important;
    }
    .show_tc_mob .imp_ins {
        display: block;
        border: 0;
        padding: 0px !important;
        margin: 0px !important;
        position: absolute;
        bottom: 9px;
        left: 0;
        right: 0;
    }
    .show_tc_mob .know_more {
        display: none;
    }
    .qty_outer .form-select {
        padding: 10px 40px 10px 78px;
    }
    .qty_outer .fs-16 {
        margin-left: 5px !important;
        font-size: 12px;
    }
    .qty_outer .form-select {
        padding: 10px 32px 10px 64px !important;
        font-size: 14px;
        text-align: center;
    }

    header .fs-20 {
        font-size: 17px;
    }
    .redm_ur_pay {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #201b17;
        padding: 14px;
        z-index: 9;
    }
}
.imp_ins li {
    width: 33.333%;
    margin-right: -4px !important;
    text-align: center;
}

.imp_ins img {
    width: 40px;
}

.qty_outer .form-select {
    background-color: #100b08;
    padding: 10px 10px 10px 100px;
    background-image: url(../images/down_ic.svg);
    background-size: 9px;
    background-position: 98% 18px;
    font-size: 12px;
    color: #d2d2d2;
}

.cong_imge {
    margin-bottom: -50px;
}
.cong_imge img {
    width: 260px;
}

.login_modal_body {
    border: 1px solid #403126;
    background: #201b17;
}

.home_bg {
    background: #080a11 url("../images/home_bg_d.png") no-repeat center
        bottom/100% auto;
}

.wnat_button {
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(42, 29, 21, 1) 37%,
        rgba(20, 15, 12, 1) 54%,
        rgba(42, 29, 21, 1) 64%,
        rgba(255, 255, 255, 0.1) 100%
    );
    padding: 4px 0;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 6;
}

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

.list_del {
    border-color: #2c2c2c !important;
}

.delivery_frm .form-control {
    background: #e9e9e9 !important;
    border-color: #dcdcdc !important;
}

.voucha_int_d {
    background: #100b08;
    color: #d2d2d2;
    padding: 6px 6px;
    border-radius: 4px;
}

.bg-danger-2 {
    background: #362623;
}

.voucha_details {
    background: #463a31;
    border: 1px solid #463a31;
}

.voucha_details .border-end {
    border-color: #463a31 !important;
}

.voucha_details .fs-20 {
    color: #201b17;
}

#deliveryCong .cong_imge {
    margin-bottom: 0;
}

#deliveryCong .cong_imge img {
    width: 100px;
    max-width: 100px;
    height: auto;
}

.cart_dv_qty {
    right: -8px;
    top: -8px;
    background: #f2c915;
    font-size: 9px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

@media (min-width: 360px) {
    .cstm_modl_wid .modal-dialog {
        width: 318px;
        margin: auto;
    }
}

@media (max-width: 991px) {
    header .fs-16 {
        font-size: 14px;
    }
    .home_bg .fs-36 {
        font-size: 21px;
    }
    .wnat_button {
        margin-top: 10px;
        background: unset;
        position: relative;
    }
    .step_mrg {
        margin-top: 0;
    }
    .home_bg {
        background: #0e0a07 url("../images/home_bg_m.png") no-repeat center
            bottom/100% auto;
    }
    .inc_dv .fs-24 {
        font-size: 18px;
    }
    .inc_dv .fs-18 {
        font-size: 10px;
    }
}

@media (max-width: 767px) {
    .wheeldv_outer:after {
        bottom: 20px;
        left: 30px;
        top: -24px;
        right: 30px;
        height: auto;
        border-radius: 40px;
    }
    .deep_1 {
        bottom: unset;
        top: -62px;
        left: -10px;
    }
    .deep_1 img {
        width: 110px;
    }
    .deep_2 {
        bottom: unset;
        top: -62px;
        right: -10px;
    }
    .deep_2 img {
        width: 110px;
    }
    .home_login_section {
        background: #305900 url("../images/bg_login_m.png") no-repeat top
            center/cover;
        position: relative;
    }
    .home_login_section::before,
    .home_login_section::after {
        top: 28px;
        width: 280px;
        height: 280px;
    }
    .home_login_section .fs-54 {
        font-size: 34px;
    }
    .canva_outer {
        width: 460px;
        height: 460px;
    }
    .wheel-wrap canvas {
        width: 406px;
        height: 406px;
    }
    .footer-section .list-inline-item:not(:last-child) {
        margin-right: 1rem;
    }
    .footer-section .list-inline-item:not(:last-child):after {
        right: -0.5rem;
        font-size: 10px;
    }
    .footer-section .border-bottom-mobile {
        border-bottom: 1px solid #888889;
    }
    .footer-section {
        font-size: 14px;
    }
    .footer-section .list-inline-item:not(:last-child) {
        margin-right: 1rem;
    }
    .footer-section .list-inline-item:not(:last-child):after {
        right: -0.5rem;
        font-size: 10px;
    }
    .click_spin img {
        width: 70px;
    }
    .login_modal_body .fs-28 {
        font-size: 20px;
    }
    .login_modal_body .fs-18 {
        font-size: 14px;
    }
    .login_modal_body .fs-22 {
        font-size: 20px;
    }
    .login_modal_body .fs-16 {
        font-size: 14px;
    }
}
@media (max-width: 576px) {
    .canva_outer {
        width: 340px;
        height: 340px;
    }
    .wheel-wrap canvas {
        width: 300px;
        height: 300px;
    }
    .base_image img {
        width: 80%;
    }
    .click_spin img {
        width: 50px;
    }
}
@media (max-width: 400px) {
    .canva_outer {
        width: 290px;
        height: 290px;
    }
    .wheel-wrap canvas {
        width: 256px;
        height: 256px;
    }
} /*# sourceMappingURL=style.css.map */
