/* latin */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfAZ9hiJ-Ck-8.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


@media screen and (max-width: 1070px) {
    .flexDirection {
        flex-direction: column;
    }

    .container {
        width: 90%;
    }

    .profileImgSmall {
        height: 3rem;
        width: 3rem;
    }

    .flexPadding {
        padding: 1rem 2rem 0rem 2rem;
    }

    .headingPadding {
        padding: 1rem 1rem 0rem 1rem;
    }
}

@media screen and (max-width: 500px) {
    .flexPadding {
        padding: 1rem 2rem 0rem 2rem;
    }

    .profilePara {
        font-size: 0.8rem;
    }

    .profilePara2 {
        font-size: 0.7rem;
    }

    .profileInfo h1,
    p {
        font-size: 1rem;
    }

    .headingPadding {
        padding: 1rem 1rem 0rem 1rem;
    }

    .inputPadding {
        padding: 1rem;
    }

    .creditCard {
        position: absolute;
        right: 31px;
        bottom: 27px;
    }

    .creditCard h1 {
        font-size: 0.7rem;
    }

    .inputSize input {
        font-size: 0.7rem;
    }



}

@media screen and (min-width: 500px) {
    .creditCard {
        position: absolute;
        right: 55px;
        bottom: 10px;
    }
}

@media screen and (min-width:1070px) {
    .headingPadding {
        padding: 1rem;
    }

    .flexPadding {
        padding: 2.2rem 2rem 0rem 2rem;
    }
}

@media screen and (max-width: 975px) {
    .navHeading {
        font-size: 0.8rem;
    }

    .navPara {
        font-size: 0.7rem;
    }

    .navImg {
        height: 2.5rem;
        width: 2.5rem;
    }

    .navHeadingProfile {
        padding: 0 1rem;
    }
}

@media screen and (max-width: 424px) {
    .cardContent {
        position: absolute;
        bottom: 20px;
        left: 20px;
    }

    .cardContent h2 {
        font-size: 1rem;
        margin-bottom: -.1rem;
    }

    .cardContent p {
        font-size: .7rem;
    }

}

@media screen and (min-width: 425px) {

    .cardContent {
        position: absolute;
        bottom: 30px;
        left: 40px;
    }
}

@media screen and (min-width: 1000px) {
    .footerData {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        gap: 2rem;
    }
}

/*! CSS Used from: http://127.0.0.1:5501/css/profile.css */
@media screen and (max-width: 1070px) {
    .flexDirection {
        flex-direction: column;
    }

    .container {
        width: 90%;
    }

    .profileImgSmall {
        height: 3rem;
        width: 3rem;
    }

    .flexPadding {
        padding: 1rem 2rem 0rem 2rem;
    }

    .headingPadding {
        padding: 1rem 1rem 0rem 1rem;
    }
}

@media screen and (max-width: 500px) {
    .flexPadding {
        padding: 1rem 2rem 0rem 2rem;
    }

    .profilePara {
        font-size: 0.8rem;
    }

    .profilePara2 {
        font-size: 0.7rem;
    }

    .profileInfo h1,
    p {
        font-size: 1rem;
    }

    .headingPadding {
        padding: 1rem 1rem 0rem 1rem;
    }

    .inputPadding {
        padding: 1rem;
    }

    .creditCard {
        position: absolute;
        right: 31px;
        bottom: 27px;
    }

    .creditCard h1 {
        font-size: 0.7rem;
    }

    .inputSize input {
        font-size: 0.7rem;
    }
}

@media screen and (min-width: 500px) {
    .creditCard {
        position: absolute;
        right: 55px;
        bottom: 10px;
    }
}

@media screen and (min-width:1070px) {
    .headingPadding {
        padding: 1rem;
    }

    .flexPadding {
        padding: 2.2rem 2rem 0rem 2rem;
    }
}

@media screen and (max-width: 975px) {
    .navHeading {
        font-size: 0.8rem;
    }

    .navPara {
        font-size: 0.7rem;
    }

    .navImg {
        height: 2.5rem;
        width: 2.5rem;
    }

    .navHeadingProfile {
        padding: 0 1rem;
    }
}

@media screen and (max-width: 424px) {
    .cardContent {
        position: absolute;
        bottom: 20px;
        left: 20px;
    }

    .cardContent h2 {
        font-size: 1rem;
        margin-bottom: -.1rem;
    }

    .cardContent p {
        font-size: .7rem;
    }
}

@media screen and (min-width: 425px) {
    .cardContent {
        position: absolute;
        bottom: 30px;
        left: 40px;
    }
}

@media screen and (min-width: 1000px) {
    .footerData {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        gap: 2rem;
    }
}

/*! CSS Used from: http://127.0.0.1:5501/css/classlist2.css */
body {
    margin: 0;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

a {
    background-color: transparent;
}

img {
    border-style: none;
}

button,
input {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button {
    text-transform: none;
}

h1,
h2,
p {
    margin: 0;
}

button {
    background-color: transparent;
    background-image: none;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

*,
::after,
::before {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e2e8f0;
}

img {
    border-style: solid;
}

input::placeholder {
    color: #a0aec0;
}

button {
    cursor: pointer;
}

table {
    border-collapse: collapse;
}

h1,
h2 {
    font-size: inherit;
    font-weight: inherit;
}

a {
    color: inherit;
    text-decoration: inherit;
}

button,
input {
    padding: 0;
    line-height: inherit;
    color: inherit;
}

img,
svg {
    display: block;
    vertical-align: middle;
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    width: 100%;
}

@media (min-width:640px) {
    .container {
        max-width: 640px;
    }
}

@media (min-width:768px) {
    .container {
        max-width: 768px;
    }
}

@media (min-width:1024px) {
    .container {
        max-width: 1024px;
    }
}

@media (min-width:1280px) {
    .container {
        max-width: 1280px;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.bg-gray-300 {
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
}

.hover\:bg-gray-100:hover {
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
}

.border-gray-100 {
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
}

.border-gray-200 {
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
}

.border-gray-300 {
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
}

.focus\:border-blue-500:focus {
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
}

.rounded {
    border-radius: .25rem;
}

.rounded-lg {
    border-radius: .5rem;
}

.border {
    border-width: 1px;
}

.border-b {
    border-bottom-width: 1px;
}

.block {
    display: block;
}

.flex {
    display: flex;
}

.inline-flex {
    display: inline-flex;
}

.hidden {
    display: none;
}

.flex-col {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.items-center {
    align-items: center;
}

.justify-evenly {
    justify-content: space-evenly;
}

.font-medium {
    font-weight: 500;
}

.h-6 {
    height: 1.5rem;
}

.text-xs {
    font-size: .75rem;
}

.text-sm {
    font-size: .875rem;
}

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

.text-2xl {
    font-size: 1.5rem;
}

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

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.mr-2 {
    margin-right: .5rem;
}

.mb-2 {
    margin-bottom: .5rem;
}

.mt-3 {
    margin-top: .75rem;
}

.mr-3 {
    margin-right: .75rem;
}

.ml-3 {
    margin-left: .75rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mr-4 {
    margin-right: 1rem;
}

.mt-5 {
    margin-top: 1.25rem;
}

.mb-5 {
    margin-bottom: 1.25rem;
}

.mb-10 {
    margin-bottom: 2.5rem;
}

.mt-16 {
    margin-top: 4rem;
}

.mb-16 {
    margin-bottom: 4rem;
}

.mb-20 {
    margin-bottom: 5rem;
}

.max-w-screen-xl {
    max-width: 1280px;
}

.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.overflow-x-auto {
    overflow-x: auto;
}

.p-2 {
    padding: .5rem;
}

.p-4 {
    padding: 1rem;
}

.p-8 {
    padding: 2rem;
}

.p-10 {
    padding: 2.5rem;
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.pl-3 {
    padding-left: .75rem;
}

.pr-4 {
    padding-right: 1rem;
}

.pr-5 {
    padding-right: 1.25rem;
}

.pb-5 {
    padding-bottom: 1.25rem;
}

.pt-10 {
    padding-top: 2.5rem;
}

.pr-10 {
    padding-right: 2.5rem;
}

.pl-10 {
    padding-left: 2.5rem;
}

.pointer-events-none {
    pointer-events: none;
}

.relative {
    position: relative;
}

.shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
}

.shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
}

.text-left {
    text-align: left;
}

.text-black {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
}

.text-gray-500 {
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
}

.text-gray-700 {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
}

.text-gray-900 {
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
}

.text-blue-500 {
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
}

.uppercase {
    text-transform: uppercase;
}

.hover\:underline:hover {
    text-decoration: underline;
}

.w-6 {
    width: 1.5rem;
}

.w-full {
    width: 100%;
}

@media (min-width:640px) {
    .sm\:rounded-lg {
        border-radius: .5rem;
    }

    .sm\:mt-0 {
        margin-top: 0;
    }

    .sm\:text-center {
        text-align: center;
    }
}

@media (min-width:768px) {
    .md\:space-x-8>:not(template)~:not(template) {
        --space-x-reverse: 0;
        margin-right: calc(2rem * var(--space-x-reverse));
        margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
    }

    .md\:bg-white {
        --bg-opacity: 1;
        background-color: #fff;
        background-color: rgba(255, 255, 255, var(--bg-opacity));
    }

    .md\:border-0 {
        border-width: 0;
    }

    .md\:block {
        display: block;
    }

    .md\:hidden {
        display: none;
    }

    .md\:flex-row {
        flex-direction: row;
    }

    .md\:mt-0 {
        margin-top: 0;
    }

    .md\:mr-6 {
        margin-right: 1.5rem;
    }

    .md\:p-0 {
        padding: 0;
    }

    .md\:p-8 {
        padding: 2rem;
    }

    .md\:w-auto {
        width: auto;
    }
}

*,
:after,
:before {
    border: 0 solid #e5e7eb;
    box-sizing: border-box;
}

:after,
:before {
    --tw-content: "";
}

body {
    line-height: inherit;
    margin: 0;
}

h1,
h2 {
    font-size: inherit;
    font-weight: inherit;
}

a {
    color: inherit;
    text-decoration: inherit;
}

table {
    border-collapse: collapse;
    border-color: inherit;
    text-indent: 0;
}

button,
input {
    color: inherit;
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
}

button {
    text-transform: none;
}

[type=button],
button {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
}

h1,
h2,
p {
    margin: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

input::placeholder {
    color: #9ca3af;
    opacity: 1;
}

button {
    cursor: pointer;
}

:disabled {
    cursor: default;
}

img,
svg {
    display: block;
    vertical-align: middle;
}

img {
    height: auto;
    max-width: 100%;
}

[type=text] {
    --tw-shadow: 0 0 #0000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border-color: #6b7280;
    border-radius: 0;
    border-width: 1px;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: .5rem .75rem;
}

[type=text]:focus {
    --tw-ring-inset: var(--tw-empty, );
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #1c64f2;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    border-color: #1c64f2;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    outline: 2px solid transparent;
    outline-offset: 2px;
}

input::placeholder {
    color: #6b7280;
    opacity: 1;
}

*,
:after,
:before {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-scroll-snap-strictness: proximity;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(63, 131, 248, .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
}

.container {
    width: 100%;
}

@media (min-width:640px) {
    .container {
        max-width: 640px;
    }
}

@media (min-width:768px) {
    .container {
        max-width: 768px;
    }
}

@media (min-width:1024px) {
    .container {
        max-width: 1024px;
    }
}

@media (min-width:1280px) {
    .container {
        max-width: 1280px;
    }
}

@media (min-width:1536px) {
    .container {
        max-width: 1536px;
    }
}

.sr-only {
    clip: rect(0, 0, 0, 0);
    border-width: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.pointer-events-none {
    pointer-events: none;
}

.relative {
    position: relative;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.mb-10 {
    margin-bottom: 2.5rem;
}

.mb-2 {
    margin-bottom: .5rem;
}

.mb-5 {
    margin-bottom: 1.25rem;
}

.ml-3 {
    margin-left: .75rem;
}

.mr-2 {
    margin-right: .5rem;
}

.mr-3 {
    margin-right: .75rem;
}

.mr-4 {
    margin-right: 1rem;
}

.mt-3 {
    margin-top: .75rem;
}

.mt-4 {
    margin-top: 1rem;
}

.block {
    display: block;
}

.flex {
    display: flex;
}

.inline-flex {
    display: inline-flex;
}

.hidden {
    display: none;
}

.h-6 {
    height: 1.5rem;
}

.w-44 {
    width: 11rem;
}

.w-6 {
    width: 1.5rem;
}

.w-full {
    width: 100%;
}

.max-w-screen-xl {
    max-width: 1280px;
}

.flex-col {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.items-center {
    align-items: center;
}

.overflow-x-auto {
    overflow-x: auto;
}

.whitespace-nowrap {
    white-space: nowrap;
}

.rounded {
    border-radius: .25rem;
}

.rounded-lg {
    border-radius: .5rem;
}

.border {
    border-width: 1px;
}

.border-b {
    border-bottom-width: 1px;
}

.border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgb(243 244 246/var(--tw-border-opacity));
}

.border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235/var(--tw-border-opacity));
}

.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219/var(--tw-border-opacity));
}

.bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219/var(--tw-bg-opacity));
}

.bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251/var(--tw-bg-opacity));
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
}

.p-2 {
    padding: .5rem;
}

.p-2\.5 {
    padding: .625rem;
}

.p-4 {
    padding: 1rem;
}

.p-8 {
    padding: 2rem;
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.py-2 {
    padding-bottom: .5rem;
    padding-top: .5rem;
}

.py-2\.5 {
    padding-bottom: .625rem;
    padding-top: .625rem;
}

.py-3 {
    padding-bottom: .75rem;
    padding-top: .75rem;
}

.py-4 {
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.pb-5 {
    padding-bottom: 1.25rem;
}

.pl-10 {
    padding-left: 2.5rem;
}

.pl-3 {
    padding-left: .75rem;
}

.pr-4 {
    padding-right: 1rem;
}

.pt-10 {
    padding-top: 2.5rem;
}

.text-left {
    text-align: left;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

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

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem;
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.text-xs {
    font-size: .75rem;
    line-height: 1rem;
}

.font-medium {
    font-weight: 500;
}

.uppercase {
    text-transform: uppercase;
}

.text-blue-500 {
    --tw-text-opacity: 1;
    color: rgb(63 131 248/var(--tw-text-opacity));
}

.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128/var(--tw-text-opacity));
}

.text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(55 65 81/var(--tw-text-opacity));
}

.text-gray-900 {
    --tw-text-opacity: 1;
    color: rgb(17 24 39/var(--tw-text-opacity));
}

.shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
}

.shadow {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
}

.shadow-md {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246/var(--tw-bg-opacity));
}

.hover\:underline:hover {
    text-decoration-line: underline;
}

.focus\:border-blue-500:focus {
    --tw-border-opacity: 1;
    border-color: rgb(63 131 248/var(--tw-border-opacity));
}

.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.focus\:ring-2:focus {
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
}

.focus\:ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(63 131 248/var(--tw-ring-opacity));
}

.focus\:ring-gray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(229 231 235/var(--tw-ring-opacity));
}

.focus\:ring-gray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(209 213 219/var(--tw-ring-opacity));
}

@media (min-width:640px) {
    .sm\:mt-0 {
        margin-top: 0;
    }

    .sm\:rounded-lg {
        border-radius: .5rem;
    }

    .sm\:text-center {
        text-align: center;
    }
}

@media (min-width:768px) {
    .md\:mr-6 {
        margin-right: 1.5rem;
    }

    .md\:mt-0 {
        margin-top: 0;
    }

    .md\:block {
        display: block;
    }

    .md\:hidden {
        display: none;
    }

    .md\:w-auto {
        width: auto;
    }

    .md\:flex-row {
        flex-direction: row;
    }

    .md\:space-x-8>:not([hidden])~:not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-left: calc(2rem*(1 - var(--tw-space-x-reverse)));
        margin-right: calc(2rem*var(--tw-space-x-reverse));
    }

    .md\:border-0 {
        border-width: 0;
    }

    .md\:bg-white {
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255/var(--tw-bg-opacity));
    }

    .md\:p-0 {
        padding: 0;
    }

    .md\:p-8 {
        padding: 2rem;
    }
}

body {
    background-color: #f8f8f8;
}

.container {
    width: 80%;
    margin: 4rem auto 0 auto;
}

@media screen and (max-width:373px) {
    .imgResponsive {
        height: 4rem;
        width: 14rem;
    }
}

@media screen and (min-width:374px) and (max-width: 700px) {
    .imgResponsive {
        height: 4rem;
        width: 14rem;
    }
}

@media screen and (min-width:701px) and (max-width: 1492px) {
    .imgResponsive {
        height: 4rem;
        width: 14rem;
    }
}

@media screen and (min-width: 768px) and (max-width:1162px) {
    .imgResponsive {
        height: 3rem;
        width: 10rem;
    }
}

@media screen and (min-width: 1000px) {
    .footerData {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        gap: 2rem;
    }
}

@media screen and (max-width: 1070px) {
    .flexDirection {
        flex-direction: column;
    }

    .container {
        width: 90%;
    }

    .profileImgSmall {
        height: 3rem;
        width: 3rem;
    }

    .flexPadding {
        padding: 1rem 2rem 0rem 2rem;
    }

    .headingPadding {
        padding: 1rem 1rem 0rem 1rem;
    }
}

@media screen and (max-width: 500px) {
    .flexPadding {
        padding: 1rem 2rem 0rem 2rem;
    }

    .profilePara {
        font-size: 0.8rem;
    }

    .profilePara2 {
        font-size: 0.7rem;
    }

    .profileInfo h1,
    p {
        font-size: 1rem;
    }

    .headingPadding {
        padding: 1rem 1rem 0rem 1rem;
    }

    .inputPadding {
        padding: 1rem;
    }

    .creditCard {
        position: absolute;
        right: 31px;
        bottom: 27px;
    }

    .creditCard h1 {
        font-size: 0.7rem;
    }

    .inputSize input {
        font-size: 0.7rem;
    }
}

@media screen and (min-width: 500px) {
    .creditCard {
        position: absolute;
        right: 55px;
        bottom: 10px;
    }
}

@media screen and (min-width:1070px) {
    .headingPadding {
        padding: 1rem;
    }

    .flexPadding {
        padding: 2.2rem 2rem 0rem 2rem;
    }
}

@media screen and (max-width: 975px) {
    .navHeading {
        font-size: 0.8rem;
    }

    .navPara {
        font-size: 0.7rem;
    }

    .navImg {
        height: 2.5rem;
        width: 2.5rem;
    }

    .navHeadingProfile {
        padding: 0 1rem;
    }
}

@media screen and (max-width: 424px) {
    .cardContent {
        position: absolute;
        bottom: 20px;
        left: 20px;
    }

    .cardContent h2 {
        font-size: 1rem;
        margin-bottom: -.1rem;
    }

    .cardContent p {
        font-size: .7rem;
    }
}

@media screen and (min-width: 425px) {
    .cardContent {
        position: absolute;
        bottom: 30px;
        left: 40px;
    }
}

@media screen and (min-width: 1000px) {
    .footerData {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        gap: 2rem;
    }
}
