@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap";
.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-17 {
    font-size: 17px
}

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

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

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

.fs-21 {
    font-size: 21px
}

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

.fs-23 {
    font-size: 23px
}

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

.fs-25 {
    font-size: 25px
}

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

.fs-27 {
    font-size: 27px
}

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

.fs-29 {
    font-size: 29px
}

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

.fs-32 {
    font-size: 32px
}

.fs-34 {
    font-size: 34px
}

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

.fs-38 {
    font-size: 38px
}

.fs-40 {
    font-size: 40px
}

.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
}

.border_dashed_top {
    border-top: 1px dashed #cdcdcd
}

.cursor-pointer {
    cursor: pointer
}

.text-primary {
    color: #db9b58 !important
}

.btn-primary {
    border-color: #db9b58 !important;
    background: #db9b58 !important;
    padding-top: 8px;
    padding-bottom: 8px
}

.btn-outline-primary {
    border-color: #db9b58 !important;
    color: #db9b58 !important;
    padding-top: 8px;
    padding-bottom: 8px
}

.btn-outline-primary:hover {
    background: #db9b58 !important;
    color: #fff !important
}

.bg-dark {
    background: #1a1b20 !important
}

.text-primary {
    color: #db9b58 !important
}

.btn-primary {
    border-color: #db9b58 !important;
    background: #db9b58 !important;
    padding-top: 8px;
    padding-bottom: 8px
}

.btn-outline-primary {
    border-color: #db9b58 !important;
    color: #db9b58 !important;
    padding-top: 8px;
    padding-bottom: 8px
}

.btn-outline-primary:hover {
    background: #db9b58 !important;
    color: #fff !important
}

.bg-dark {
    background: #1a1b20 !important
}

img {
    max-width: 100%;
    transition: all .5s
}

a {
    text-decoration: none
}

.cursor-pointer {
    cursor: pointer
}

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
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: "";
    position: relative
}

select {
    background: #fff url("../images/select-d.png") no-repeat 98% center !important;
    padding-right: 20px !important
}

body {
    font-family: "Montserrat", sans-serif;
    background: #1a1b20
}

::-moz-placeholder {
    color: #fff !important;
    opacity: 1
}

::placeholder {
    color: #fff !important;
    opacity: 1
}

:-ms-input-placeholder {
    color: #fff !important
}

::-ms-input-placeholder {
    color: #fff !important
}

.border-dashed {
    border-bottom: 1px dashed #fff
}

.border-secondary {
    border-color: #888 !important
}

.bg_gredinet {
    background: #28284a url("../images/bg-des.png") no-repeat right center/cover !important
}

.bg_gredinet.home_bg {
    background: #1f1f39 !important
}

.main_outer {
    min-height: 100vh;
    position: relative;
    padding-bottom: 40px
}

.main_outer footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.navigation ul li {
    vertical-align: top
}

.navigation .nav-icon {
    width: 24px;
    transition: .2s ease-in-out;
    cursor: pointer;
    height: 14px;
    position: relative
}

.navigation .nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #db9b58;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .2s ease-in-out
}

.navigation .nav-icon span:nth-child(1) {
    top: 0px
}

.navigation .nav-icon span:nth-child(2) {
    top: 50%
}

.navigation .nav-icon span:nth-child(3) {
    top: 100%
}

.navigation .nav-icon:hover span:nth-child(2) {
    width: 70%;
    background: #fff
}

.navigation .cart_outer .cartQty {
    top: -2px;
    right: -5px;
    background: #db9b58;
    color: #fff;
    width: 16px;
    height: 16px;
    font-size: 14px;
    text-align: center;
    line-height: 16px;
    border-radius: 50%;
    font-size: 14px
}

.dropMenu {
    right: 0;
    top: 115%;
    z-index: 99;
    width: 300px;
    display: none;
    background: #454574;
    border: 1px solid rgba(69, 69, 116, .7);
    position: relative
}

.dropMenu a {
    display: block;
    width: 100%;
    color: #000;
    border-bottom: 1px solid rgba(255, 255, 255, .4);
    text-transform: uppercase;
    padding: 14px 0;
    font-size: 14px;
    font-weight: 500;
    color: #fff
}

.dropMenu a:last-child {
    border: 0
}

.dropMenu::after {
    content: "";
    position: absolute;
    right: 30px;
    top: -9px;
    width: 20px;
    height: 20px;
    background: #454574;
    border: 1px solid rgba(69, 69, 116, .7);
    transform: rotate(45deg);
    border-radius: 4px
}

.dropMenu::before {
    content: "";
    position: absolute;
    right: 25px;
    top: 0px;
    width: 30px;
    height: 20px;
    background: #454574;
    z-index: 1
}

.openNav .dropMenu {
    display: block
}

.openNav .nav-icon:after {
    content: "";
    position: fixed;
    left: 0;
    top: 0px;
    right: 0;
    bottom: 0;
    z-index: 1
}

.openNav .nav-icon span:nth-child(1) {
    transform: rotate(40deg);
    top: 10px;
    background: #db9b58
}

.openNav .nav-icon span:nth-child(2) {
    opacity: 0
}

.openNav .nav-icon span:nth-child(3) {
    transform: rotate(-40deg);
    top: 64%;
    background: #db9b58
}

.downArrow:after {
    content: "";
    position: absolute;
    right: 0;
    height: 10px;
    width: 10px;
    border-style: solid;
    border-width: 0px 1px 1px 0px;
    transition: border-width 150ms ease-in-out;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    border-color: #fff
}

.otp-form {
    display: flex;
    justify-content: space-between
}

.otp-form .otp-field {
    display: inline-block;
    width: 21%;
    height: 50px;
    font-size: 24px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .3) !important;
    outline: none;
    margin-right: 10px;
    background: rgba(0, 0, 0, 0);
    border-radius: 8px
}

.otp-form .otp-field:focus {
    transform: scale(1.1);
    transition: all .3s;
    border: 1px solid #fff !important;
    color: #db9b58
}

.otp-form .otp-field:not(:-moz-placeholder-shown) {
    border: 1px solid #db9b58 !important;
    box-shadow: none;
    color: #fff
}

.otp-form .otp-field:not(:placeholder-shown) {
    border: 1px solid #db9b58 !important;
    box-shadow: none;
    color: #fff
}

.login_mid .login_main_row {
    min-height: 80vh;
    padding: 50px 0
}

.login_mid .right_image .card_cirle_1 {
    position: absolute;
    bottom: 0;
    left: 16%
}

.login_mid .right_image .card_cirle_2 {
    position: absolute;
    bottom: 0;
    right: 0
}

.login_mid .right_image .card_cirle_3 {
    position: absolute;
    top: 28%;
    right: 9%
}

.login_mid .right_image .card_ic {
    position: absolute;
    left: 10%;
    bottom: 26%;
    right: 22%
}

.login_mid .card_move {
    animation: mover .6s infinite alternate
}

@keyframes mover {
    0% {
        transform: translateY(0)
    }
    100% {
        transform: translateY(-10px)
    }
}

.login_mid .wobble {
    animation: wobble 12s ease infinite
}

@keyframes wobble {
    0% {
        transform: translateX(0%)
    }
    15% {
        transform: translateX(-8%) rotate(-5deg)
    }
    30% {
        transform: translateX(7%) rotate(3deg)
    }
    45% {
        transform: translateX(-5%) rotate(-3deg)
    }
    60% {
        transform: translateX(3%) rotate(2deg)
    }
    75% {
        transform: translateX(-2%) rotate(-1deg)
    }
    100% {
        transform: translateX(0%)
    }
}

.login_mid .grow-1 {
    animation: grow-1 7s ease-in-out alternate
}

@keyframes grow-1 {
    0% {
        opacity: 0
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.login_mid .grow-2 {
    animation: grow-2 14s ease
}

@keyframes grow-2 {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.login_mid .grow-3 {
    animation: grow-3 12s ease-in-out alternate
}

@keyframes grow-3 {
    0% {
        opacity: 0
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

footer ul li {
    position: relative
}

footer ul li::after {
    content: "";
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 70%;
    background: #fff
}

footer ul li:last-child::after {
    display: none
}

footer ul li a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    padding: 8px 10px
}

.home_listing .banner_home img {
    border-radius: 14px
}

.home_listing .left_rd {
    background-position: center center;
    background-size: cover;
    border-radius: 14px 0 0 14px
}

.home_listing .wlcm_list::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    height: 100%;
    width: 1px;
    background: #fff
}

.home_listing .main_outer_list .list_inner {
    border-radius: 0px 0px 14px 14px;
    position: relative;
    background: #454574;
    padding-top: 20px !important
}
.left_rd img {
    border-radius: 14px 14px 0 0;
}
.home_listing .main_outer_list .list_inner::before,
.home_listing .main_outer_list .list_inner::after {
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    width: 20px;
    height: 20px;
    background: #121224;
    border-radius: 50%
}

.home_listing .main_outer_list .list_inner::after {
    left: initial;
    right: -10px;
}

.home_listing .main_outer_list .angle_dv {
    position: relative
}

.home_listing .main_outer_list .angle_dv::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 20px;
    width: 50px;
    height: 50px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    transition: all .5s
}

.home_listing .main_outer_list .angle_dv::after {
    content: "";
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transition: all .5s
}

.home_listing .main_outer_list_inr:hover .angle_dv::before,
.home_listing .main_outer_list_inr:hover .angle_dv::after {
    width: calc(100% - 40px);
    height: calc(100% - 40px)
}

.tc_dv {
    background: #db9b58;
    position: absolute;
    right: 0;
    top: 16px;
    padding: 1px 5px 1px 2px;
    z-index: 1
}

.tc_dv:before {
    height: 0;
    width: 0;
    left: -11px;
    top: 0px;
    position: absolute;
    border-top: 11px solid #db9b58;
    border-bottom: 10.5px solid #db9b58;
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 8px solid #db9b58;
    content: "";
    z-index: -1
}

.dosts_custom .owl-dots {
    text-align: center
}

.dosts_custom .owl-dots .owl-dot {
    width: 20px;
    height: 10px;
    background: #fff;
    border-radius: 4px;
    margin-right: 4px;
    transition: all .5s
}

.dosts_custom .owl-dots .owl-dot.active {
    background: #db9b58;
    width: 40px
}

.dosts_custom .owl-dots .owl-dot span {
    display: none
}

.faq_outer {
    font-size: 14px
}

.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: 14px
}

.impInstructions li {
    padding-left: 20px !important;
    margin-bottom: 10px !important;
    position: relative;
    font-size: 14px
}

.impInstructions li strong {
    color: #fff
}

.impInstructions li.not strong {
    color: #db9b58
}

.impInstructions li::after {
    content: "";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 300;
    position: absolute;
    color: #fff;
    font-size: 20px;
    top: -5px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    line-height: 36px;
    left: 0;
    z-index: 1;
    font-size: 14px
}

.impInstructions li.not::after {
    content: "";
    top: -8px;
    color: #db9b58
}

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

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

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

.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: .6;
    cursor: not-allowed
}

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

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

.brand_list {
    max-height: 190px;
    overflow: hidden;
    overflow-y: auto
}

.custom_bdy {
    background: #171717;
    background: linear-gradient(158deg, #262647 10%, #454574 100%);
    border: 1px solid #4d5779 !important
}

.check_valid .form-control {
    padding-right: 20px !important
}

.check_valid .show_succes {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center
}

.promoCodeFrmOuter .form-control {
    background: rgba(0, 0, 0, 0) !important;
    border: 1px solid rgba(0, 0, 0, 0);
    border-bottom: 1px solid #fff;
    border-radius: 0;
    color: #fff
}

.promoCodeFrmOuter .form-control:is(:focus,
:active,
:hover) {
    border-bottom: 1px solid #db9b58;
    box-shadow: none
}

.promoCodeFrmOuter .form-control:not(:-moz-placeholder-shown) {
    border-bottom: 1px solid #db9b58;
    box-shadow: none
}

.promoCodeFrmOuter .form-control:not(:placeholder-shown) {
    border-bottom: 1px solid #db9b58;
    box-shadow: none
}

.floatingInner label {
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0px;
    top: 10px;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all;
    font-size: 15px;
    width: 100%;
    display: block;
    padding-left: 6px
}

.floatingInput:focus~.floatingLabel {
    top: -10px !important;
    font-size: 12px !important;
    height: auto;
    width: auto;
    left: 0;
    text-transform: uppercase;
    font-weight: 200;
    padding-left: 0
}

.floatingInput:not(:-moz-placeholder-shown)~.floatingLabel {
    top: -10px !important;
    font-size: 12px !important;
    height: auto;
    width: auto;
    left: 0;
    text-transform: uppercase;
    padding-left: 0
}

.floatingInput:not(:placeholder-shown)~.floatingLabel {
    top: -10px !important;
    font-size: 12px !important;
    height: auto;
    width: auto;
    left: 0;
    text-transform: uppercase;
    padding-left: 0
}
.claimed {
    position: relative;
    filter: blur(1px);
}

.claimed:after {
    content: "";
    position: absolute;
    left: 8px;
    top: 8px;
    right: 8px;
    bottom: 8px;
    z-index: 9;
    cursor: not-allowed;
    background: rgba(0,0,0, .3);
}

@media(min-width: 768px){
    .angle_dv{
        background-image: none;
    }
}
@media(max-width: 1199px) {
    .login_mid .fs-30 {
        font-size: 20px
    }
    .login_mid .fs-18 {
        font-size: 14px
    }
    .login_mid .right_image .card_cirle_1 {
        position: absolute;
        bottom: 5%;
        left: 7%
    }
    .login_mid .right_image .card_cirle_3 {
        position: absolute;
        top: 32%;
        right: -1%
    }
    .login_mid .right_image .card_cirle_1 img,
    .login_mid .right_image .card_cirle_2 img,
    .login_mid .right_image .card_cirle_3 img {
        max-width: 70%
    }
}

@media(max-width: 991px) {
    .login_mid .right_image .card_cirle_1 img,
    .login_mid .right_image .card_cirle_2 img,
    .login_mid .right_image .card_cirle_3 img {
        max-width: 70%
    }
    .home_listing .wlcm_list::after {
        display: none
    }
}

@media(max-width: 767px) {
    .login_mid .fs-34 {
        font-size: 30px
    }
    .login_mid .fs-16 {
        font-size: 14px
    }
    .otp-form {
        display: flex;
        justify-content: space-between
    }
    .otp-form .otp-field {
        height: 50px;
        border-radius: 10px
    }
    .main_outer {
        padding-bottom: 86px
    }
    .home_listing .fs-17 {
        font-size: 14px
    }
    .home_listing .main_outer_list .list_inner.dot_dir_change {
        border-radius: 0 14px 14px 0
    }
    .transaction_page .fs-30 {
        font-size: 26px
    }
    .transaction_page .fs-15 {
        font-size: 12px
    }
    .wlcm_list .fs-14 {
        font-size: 12px
    }
    .wlcm_list br {
        display: none
    }
    .left_rd img{
        display: none;
    }
    .home_listing .main_outer_list .list_inner::after {
        left: -10px;
        top: initial;
        bottom: -10px;
    }
    .tc_dv {
        top: 8px;
    }
    .main_outer_list_inr {
    background: #121224;
    padding: 10px;
    border-radius: 14px;
    height: 100%;
}
}

@media(max-width: 567px) {
    .login_mid .right_image .card_cirle_1 img,
    .login_mid .right_image .card_cirle_2 img,
    .login_mid .right_image .card_cirle_3 img {
        max-width: 50%
    }
    .home_listing .main_outer_list .list_inner .fs-14 {
        font-size: 12px
    }
}

@media(max-width: 360px) {
    .home_listing .main_outer_list .list_inner .fs-14 {
        font-size: 10px
    }
    .navigation ul li .fs-12 {
        font-size: 10px
    }
}

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

.parentFormlognform.formError {
    position: absolute !important;
    left: 0 !important;
    width: 100%;
    top: 60px !important;
    color: red;
}
.main_outer_list_inr {
    background: #121224;
    padding: 14px;
    border-radius: 14px;
    height: 100%;
}
.otpresponse {
    text-align: center;
}

.option_choose {
    background: #121224;
    border-radius: 14px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.option_choose .col-md-6:nth-child(1) {
    padding-right: 0;
}
.option_choose .col-md-6:nth-child(2) {
    padding-left: 0px;
}
.option_choose .col-md-6:nth-child(2) .main_outer_list_inr {
    padding-left: 6px;
}
.option_choose .col-md-6:nth-child(1) .angle_dv {
    border-radius: 14px 14px 0 0px;
}
.option_choose .col-md-6:nth-child(2) .angle_dv {
    border-radius: 14px 14px 0 0px;
}
@media (max-width: 767px){
    .option_choose .col-md-6:nth-child(1) {
        padding-left: 0px;
    }
    .option_choose .col-md-6:nth-child(2) {
        padding-left: 14px;
        padding-right: 0;
    }
    .option_choose {
        margin: 0;
    }  
    .option_choose .col-md-6:nth-child(1) .angle_dv {
        border-radius: 14px 0px 0 14px;
    }
    .option_choose .col-md-6:nth-child(2) .angle_dv {
        border-radius: 14px 0px 0 14px;
    }  
}
