a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
button,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
select,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

strong {
    font-weight: 700
}

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

.font-baloo {
    font-family: "Baloo Bhaina", cursive;
}

.font-muli {
    font-family: Muli, sans-serif;
}

.font-roboto {
    font-family: Roboto, sans-serif;
}

.ladi-image-background {
    opacity: 0;
    background-image: url('./images/combo2in1.png');
}

.hand {
    animation: tada 1s 1s infinite;
}

.ladi-button {
    animation: pulse 1s 1s infinite;
}

.swiper-button-prev,
.swiper-button-next {
    display: none;
}

.bonus {
    background-image: url('./images/background.png');
}

.form {
    background-image: url('./images/group.png');
}

.icon-media {
    animation: bounce 1s 1s infinite;
}

.box-shadow-custom {
    box-shadow: 3px -2px 21px #c9c9c9;
}

.bg-price {
    background-image: url('./images/background-price.webp');
}

/* .text-2xl {
    font-size: 1.25rem;
} */

.text-3xl {
    font-size: 1.875rem;
}

.bg-gradient-to-br-1 {
    background: linear-gradient(to bottom right, #32a852, #247d3c);
}

.bg-gradient-to-br-2 {
    background: linear-gradient(to bottom right, #7c2d12, #ea580c);
}

.fixed-padding-bottom {
    padding-bottom: 4rem;
}

.bg-backgroud {
    background-color: #003366;
}

.sub-text {
    color: #0057FF;
}

.text-yellow {
    color: #FFC300;
}

.bg-primary {
    background-color: #0057FF;
}