html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

input[type=text],
input[type=number],
input[type=email],
input[type=password],
input[type=tel],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none !important;
    outline-style: none;
}

input:focus-visible {
    outline-width: 0px;
}

textarea:focus-visible {
    outline-width: 0px;
}

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


/* ----------Styling---------- */

/* fonts poppins  */
@font-face {
    font-family: poppins;
    src: url(./font/Poppins/Poppins-Regular.ttf);
}

@font-face {
    font-family: poppins-semiBold;
    src: url(./font/Poppins/Poppins-SemiBold.ttf);
}

@font-face {
    font-family: poppins-bold;
    src: url(./font/Poppins/Poppins-Bold.ttf);
}

@font-face {
    font-family: Baloo;
    src: url(./font/Baloo_Bhaijaan_2/BalooBhaijaan2-VariableFont_wght.ttf);
}

@font-face {
    font-family: Open Sans;
    src: url(./font/OpenSans-VariableFont_wdth\,wght.ttf);
}

@font-face {
    font-family: Roboto;
    src: url(./font/Roboto-VariableFont_wdth\,wght.ttf);
}

/* ================================== */

/* {
    font-family:poppins;
    box-sizing:border-box;
} */

.container {
    width: 1285px;
    margin: 0px auto;
}