div#main_hero_added svg {
    width: 100%
}

div#main_hero_added #adress_btn,
div#main_hero_added #buy_now_btn,
div#main_hero_added #cart_card_btn,
div#main_hero_added #method_btn {
    transform-origin: center;
    transform-box: fill-box
}

.image.active {
    display: flex
}

.image {
    display: none
}

.text.active h2 {
    font-weight: 700
}

.text {
    font-weight: 400
}

.text .light-bg {
    background-color: rgb(21 113 90 / .2)
}

.text.active .light-bg {
    background-color: rgb(21 113 90 / .5)
}

html {
    scroll-behavior: smooth
}

.error {
    color: #f46a6a
}

.parsley-error {
    border-color: #f46a6a
}

.parsley-errors-list {
    display: none;
    margin: 0;
    padding: 0
}

.parsley-errors-list.filled {
    display: block
}

.parsley-errors-list>li {
    font-size: 12px;
    list-style: none;
    color: #f46a6a;
    margin-top: 5px
}

input.error {
    border: 2px solid red !important
}

.Accordion__tab__headline .icon::after,
.Accordion__tab__headline .icon::before {
    display: block;
    position: absolute;
    content: "";
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    border-radius: .25rem
}

label.error {
    color: red !important
}

.Accordion__tab__headline .icon {
    display: flex;
    width: 30px;
    height: 30px;
    position: relative
}

.Accordion__tab__headline .icon::before {
    top: 10px;
    left: 6px;
    width: 20px;
    height: 4px
}

.Accordion__tab__headline .icon::after {
    top: 2px;
    left: 14px;
    width: 4px;
    height: 20px;
    transition: .2s
}

.Accordion__tab__content {
    overflow: hidden;
    box-sizing: border-box;
    height: 100%;
    max-height: 0;
    transition: .4s
}

.Accordion__tab--open .Accordion__tab__headline .icon::after {
    transform: scaleY(0)
}

@media (min-width:1024px) {
    ::-webkit-scrollbar-track {
        border-radius: 5px;
        background-color: #fff
    }
    ::-webkit-scrollbar {
        width: 4px;
        background-color: #f5f5f5
    }
    ::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
        background-color: #e5e7eb
    }
}

.last_step {
    opacity: 0
}

div#main_hero_added #cart_card {
    animation: 20s linear infinite cartCard
}

div#main_hero_added #adress_card {
    animation: 20s linear infinite adressCard
}

div#main_hero_added #method_card {
    animation: 20s linear infinite methodCard
}

div#main_hero_added #method_upi #method_border {
    animation: 20s linear infinite methodBorder;
    fill: inherit
}

div#main_hero_added #loading_card {
    animation: 20s linear infinite loadingCard
}

div#main_hero_added #loading_card #loading_spiner {
    animation: 20s linear infinite loadingCardSpinner;
    transform-origin: center;
    transform-box: fill-box
}

div#main_hero_added #final_step {
    animation: 20s linear infinite finalStep
}

div#main_hero_added #success_card {
    animation: 20s linear infinite successCard
}

div#main_hero_added #qr_card {
    animation: 20s linear infinite qrCard
}

div#main_hero_added #qr_card #down_scanner {
    animation: 20s linear infinite qrCardDownScanner
}

div#main_hero_added #qr_card #up_scanner {
    animation: 20s linear infinite qrCardUpScanner
}

div#main_hero_added #buy_now_btn {
    animation: 20s linear infinite buyNowBtn
}

div#main_hero_added #cart_card_btn {
    animation: 20s linear infinite cartCardBtn
}

div#main_hero_added #adress_btn {
    animation: 20s linear infinite adressBtn
}

div#main_hero_added #method_btn {
    animation: 20s linear infinite methodBtn
}

@keyframes cartCard {
    0%,
    100%,
    20%,
    8% {
        opacity: 0
    }
    10%,
    18% {
        opacity: 1
    }
}

@keyframes adressCard {
    0%,
    100%,
    18%,
    28.5%,
    30% {
        opacity: 0
    }
    20%,
    28% {
        opacity: 1
    }
}

@keyframes methodCard {
    0%,
    100%,
    28%,
    76% {
        opacity: 0
    }
    29.5%,
    74% {
        opacity: 1
    }
}

@keyframes qrCard {
    0%,
    100%,
    42%,
    68% {
        opacity: 0
    }
    44%,
    66% {
        opacity: 1
    }
}

@keyframes qrCardDownScanner {
    0%,
    46%,
    56%,
    96% {
        opacity: 0
    }
    48% {
        opacity: 1;
        transform: translateY(0)
    }
    50%,
    53% {
        opacity: 1
    }
    54%,
    98% {
        opacity: 0;
        transform: translateY(-25rem)
    }
    100% {
        opacity: 0;
        transform: translateY(0)
    }
}

@keyframes qrCardUpScanner {
    0%,
    52%,
    62%,
    96% {
        opacity: 0
    }
    54% {
        opacity: 1;
        transform: translateY(0)
    }
    56%,
    59% {
        opacity: 1
    }
    60%,
    98% {
        opacity: 0;
        transform: translateY(25rem)
    }
    100% {
        opacity: 0;
        transform: translateY(0)
    }
}

@keyframes successCard {
    0%,
    100%,
    66%,
    82% {
        opacity: 0
    }
    68%,
    80% {
        opacity: 1
    }
}

@keyframes loadingCard {
    0%,
    100%,
    26%,
    30%,
    74%,
    84% {
        opacity: 0
    }
    28%,
    29.5%,
    76%,
    82% {
        opacity: 1
    }
}

@keyframes loadingCardSpinner {
    0%,
    100%,
    74%,
    88% {
        opacity: 0
    }
    76% {
        opacity: 1;
        transform: rotate(0)
    }
    80% {
        opacity: 1;
        transform: rotate(360deg)
    }
    84% {
        opacity: 1;
        transform: rotate(720deg)
    }
    86% {
        opacity: 1;
        transform: rotate(900deg)
    }
}

@keyframes finalStep {
    0%,
    100%,
    82%,
    98% {
        opacity: 0
    }
    84%,
    96% {
        opacity: 1
    }
}

@keyframes methodBorder {
    35% {
        opacity: .2;
        fill: #17183b
    }
    36%,
    38%,
    40%,
    42%,
    44%,
    46%,
    48%,
    50% {
        opacity: 1;
        fill: #3aa39f
    }
    51% {
        opacity: .2
    }
}

@keyframes buyNowBtn {
    2%,
    4% {
        transform: scaleX(1) scaleY(1)
    }
    3% {
        transform: scaleX(.8) scaleY(.8)
    }
}

@keyframes cartCardBtn {
    14%,
    16% {
        transform: scaleX(1) scaleY(1)
    }
    15% {
        transform: scaleX(.8) scaleY(.8)
    }
}

@keyframes adressBtn {
    24%,
    26% {
        transform: scaleX(1) scaleY(1)
    }
    25% {
        transform: scaleX(.8) scaleY(.8)
    }
}

@keyframes methodBtn {
    40%,
    42% {
        transform: scaleX(1) scaleY(1)
    }
    41% {
        transform: scaleX(.8) scaleY(.8)
    }
}