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 / 0.2);
}
.text.active .light-bg {
	background-color: rgb(21 113 90 / 0.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: 0.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: 0.2s;
}
.Accordion__tab__content {
	overflow: hidden;
	box-sizing: border-box;
	height: 100%;
	max-height: 0;
	transition: 0.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, 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 #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 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: 0.2;
		fill: #17183b;
	}
	36%,
	38%,
	40%,
	42%,
	44%,
	46%,
	48%,
	50% {
		opacity: 1;
		fill: #3aa39f;
	}
	51% {
		opacity: 0.2;
	}
}
@keyframes buyNowBtn {
	2%,
	4% {
		transform: scaleX(1) scaleY(1);
	}
	3% {
		transform: scaleX(0.8) scaleY(0.8);
	}
}
@keyframes cartCardBtn {
	14%,
	16% {
		transform: scaleX(1) scaleY(1);
	}
	15% {
		transform: scaleX(0.8) scaleY(0.8);
	}
}
@keyframes adressBtn {
	24%,
	26% {
		transform: scaleX(1) scaleY(1);
	}
	25% {
		transform: scaleX(0.8) scaleY(0.8);
	}
}
@keyframes methodBtn {
	40%,
	42% {
		transform: scaleX(1) scaleY(1);
	}
	41% {
		transform: scaleX(0.8) scaleY(0.8);
	}
}
