@charset "UTF-8"; /*!
 * Bootstrap  v5.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme="light"] {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, hsla(0, 0%, 100%, 0.15), hsla(0, 0%, 100%, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545;
}
[data-bs-theme="dark"] {
    color-scheme: dark;
    --bs-body-color: #dee2e6;
    --bs-body-color-rgb: 222, 226, 230;
    --bs-body-bg: #212529;
    --bs-body-bg-rgb: 33, 37, 41;
    --bs-emphasis-color: #fff;
    --bs-emphasis-color-rgb: 255, 255, 255;
    --bs-secondary-color: rgba(222, 226, 230, 0.75);
    --bs-secondary-color-rgb: 222, 226, 230;
    --bs-secondary-bg: #343a40;
    --bs-secondary-bg-rgb: 52, 58, 64;
    --bs-tertiary-color: rgba(222, 226, 230, 0.5);
    --bs-tertiary-color-rgb: 222, 226, 230;
    --bs-tertiary-bg: #2b3035;
    --bs-tertiary-bg-rgb: 43, 48, 53;
    --bs-primary-text-emphasis: #6ea8fe;
    --bs-secondary-text-emphasis: #a7acb1;
    --bs-success-text-emphasis: #75b798;
    --bs-info-text-emphasis: #6edff6;
    --bs-warning-text-emphasis: #ffda6a;
    --bs-danger-text-emphasis: #ea868f;
    --bs-light-text-emphasis: #f8f9fa;
    --bs-dark-text-emphasis: #dee2e6;
    --bs-primary-bg-subtle: #031633;
    --bs-secondary-bg-subtle: #161719;
    --bs-success-bg-subtle: #051b11;
    --bs-info-bg-subtle: #032830;
    --bs-warning-bg-subtle: #332701;
    --bs-danger-bg-subtle: #2c0b0e;
    --bs-light-bg-subtle: #343a40;
    --bs-dark-bg-subtle: #1a1d20;
    --bs-primary-border-subtle: #084298;
    --bs-secondary-border-subtle: #41464b;
    --bs-success-border-subtle: #0f5132;
    --bs-info-border-subtle: #087990;
    --bs-warning-border-subtle: #997404;
    --bs-danger-border-subtle: #842029;
    --bs-light-border-subtle: #495057;
    --bs-dark-border-subtle: #343a40;
    --bs-heading-color: inherit;
    --bs-link-color: #6ea8fe;
    --bs-link-hover-color: #8bb9fe;
    --bs-link-color-rgb: 110, 168, 254;
    --bs-link-hover-color-rgb: 139, 185, 254;
    --bs-code-color: #e685b5;
    --bs-border-color: #495057;
    --bs-border-color-translucent: hsla(0, 0%, 100%, 0.15);
    --bs-form-valid-color: #75b798;
    --bs-form-valid-border-color: #75b798;
    --bs-form-invalid-color: #ea868f;
    --bs-form-invalid-border-color: #ea868f;
}
*,
:after,
:before {
    box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}
body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: 0.25;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color);
}
.h1,
h1 {
    font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
    .h1,
    h1 {
        font-size: 2.5rem;
    }
}
.h2,
h2 {
    font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
    .h2,
    h2 {
        font-size: 2rem;
    }
}
.h3,
h3 {
    font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
    .h3,
    h3 {
        font-size: 1.75rem;
    }
}
.h4,
h4 {
    font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
    .h4,
    h4 {
        font-size: 1.5rem;
    }
}
.h5,
h5 {
    font-size: 1.25rem;
}
.h6,
h6 {
    font-size: 1rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
ol,
ul {
    padding-left: 2rem;
}
dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
b,
strong {
    font-weight: bolder;
}
.small,
small {
    font-size: 0.875em;
}
.mark,
mark {
    padding: 0.1875em;
    background-color: var(--bs-highlight-bg);
}
sub,
sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: underline;
}
a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}
code,
kbd,
pre,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
}
pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em;
}
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}
code {
    font-size: 0.875em;
    color: var(--bs-code-color);
    word-wrap: break-word;
}
a > code {
    color: inherit;
}
kbd {
    padding: 0.1875rem 0.375rem;
    font-size: 0.875em;
    color: var(--bs-body-bg);
    background-color: var(--bs-body-color);
    border-radius: 0.25rem;
}
kbd kbd {
    padding: 0;
    font-size: 1em;
}
figure {
    margin: 0 0 1rem;
}
img,
svg {
    vertical-align: middle;
}
table {
    caption-side: bottom;
    border-collapse: collapse;
}
caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: var(--bs-secondary-color);
    text-align: left;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
    border: 0 solid;
    border-color: inherit;
}
label {
    display: inline-block;
}
button {
    border-radius: 0;
}
button:focus:not(:focus-visible) {
    outline: 0;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
select {
    text-transform: none;
}
[role="button"] {
    cursor: pointer;
}
select {
    word-wrap: normal;
}
select:disabled {
    opacity: 1;
}
[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
    display: none !important;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
textarea {
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit;
}
@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem;
    }
}
legend + * {
    clear: left;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0;
}
::-webkit-inner-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
    padding: 0;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
::file-selector-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
iframe {
    border: 0;
}
summary {
    display: list-item;
    cursor: pointer;
}
progress {
    vertical-align: baseline;
}
[hidden] {
    display: none !important;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .display-1 {
        font-size: 5rem;
    }
}
.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .display-2 {
        font-size: 4.5rem;
    }
}
.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .display-3 {
        font-size: 4rem;
    }
}
.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .display-4 {
        font-size: 3.5rem;
    }
}
.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .display-5 {
        font-size: 3rem;
    }
}
.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .display-6 {
        font-size: 2.5rem;
    }
}
.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline-item {
    display: inline-block;
}
.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}
.initialism {
    font-size: 0.875em;
    text-transform: uppercase;
}
.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}
.blockquote > :last-child {
    margin-bottom: 0;
}
.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: 0.875em;
    color: #6c757d;
}
.blockquote-footer:before {
    content: "— ";
}
.img-fluid,
.img-thumbnail {
    max-width: 100%;
    height: auto;
}
.img-thumbnail {
    padding: 0.25rem;
    background-color: var(--bs-body-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
}
.figure {
    display: inline-block;
}
.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}
.figure-caption {
    font-size: 0.875em;
    color: var(--bs-secondary-color);
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}
:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}
.col {
    flex: 1 0;
}
.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
}
.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
}
.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
}
.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
}
.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
}
.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
}
.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
}
.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}
.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}
.col-3 {
    flex: 0 0 auto;
    width: 25%;
}
.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}
.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}
.col-6 {
    flex: 0 0 auto;
    width: 50%;
}
.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}
.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}
.col-9 {
    flex: 0 0 auto;
    width: 75%;
}
.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}
.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}
.offset-1 {
    margin-left: 8.33333333%;
}
.offset-2 {
    margin-left: 16.66666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.33333333%;
}
.offset-5 {
    margin-left: 41.66666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.33333333%;
}
.offset-8 {
    margin-left: 66.66666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.33333333%;
}
.offset-11 {
    margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
    --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
    --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
    --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
    --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
    --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
    --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
    .col-sm {
        flex: 1 0;
    }
    .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333333%;
    }
    .offset-sm-2 {
        margin-left: 16.66666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333333%;
    }
    .offset-sm-5 {
        margin-left: 41.66666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333333%;
    }
    .offset-sm-8 {
        margin-left: 66.66666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333333%;
    }
    .offset-sm-11 {
        margin-left: 91.66666667%;
    }
    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0;
    }
    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0;
    }
    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem;
    }
    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem;
    }
    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem;
    }
    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 768px) {
    .col-md {
        flex: 1 0;
    }
    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333333%;
    }
    .offset-md-2 {
        margin-left: 16.66666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333333%;
    }
    .offset-md-5 {
        margin-left: 41.66666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333333%;
    }
    .offset-md-8 {
        margin-left: 66.66666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333333%;
    }
    .offset-md-11 {
        margin-left: 91.66666667%;
    }
    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0;
    }
    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0;
    }
    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem;
    }
    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem;
    }
    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem;
    }
    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 992px) {
    .col-lg {
        flex: 1 0;
    }
    .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333333%;
    }
    .offset-lg-2 {
        margin-left: 16.66666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333333%;
    }
    .offset-lg-5 {
        margin-left: 41.66666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333333%;
    }
    .offset-lg-8 {
        margin-left: 66.66666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333333%;
    }
    .offset-lg-11 {
        margin-left: 91.66666667%;
    }
    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0;
    }
    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0;
    }
    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem;
    }
    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem;
    }
    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem;
    }
    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        flex: 1 0;
    }
    .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xl-11 {
        margin-left: 91.66666667%;
    }
    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0;
    }
    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0;
    }
    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem;
    }
    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem;
    }
    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem;
    }
    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 1400px) {
    .col-xxl {
        flex: 1 0;
    }
    .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-xxl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xxl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xxl-0 {
        margin-left: 0;
    }
    .offset-xxl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xxl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xxl-3 {
        margin-left: 25%;
    }
    .offset-xxl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xxl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xxl-6 {
        margin-left: 50%;
    }
    .offset-xxl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xxl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xxl-9 {
        margin-left: 75%;
    }
    .offset-xxl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xxl-11 {
        margin-left: 91.66666667%;
    }
    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0;
    }
    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0;
    }
    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem;
    }
    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem;
    }
    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem;
    }
    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem;
    }
}
.table {
    --bs-table-color-type: initial;
    --bs-table-bg-type: initial;
    --bs-table-color-state: initial;
    --bs-table-bg-state: initial;
    --bs-table-color: var(--bs-body-color);
    --bs-table-bg: var(--bs-body-bg);
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-body-color);
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: var(--bs-body-color);
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: var(--bs-body-color);
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    vertical-align: top;
    border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
    padding: 0.5rem;
    color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
    background-color: var(--bs-table-bg);
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
    vertical-align: inherit;
}
.table > thead {
    vertical-align: bottom;
}
.table-group-divider {
    border-top: calc(var(--bs-border-width) * 2) solid;
}
.caption-top {
    caption-side: top;
}
.table-sm > :not(caption) > * > * {
    padding: 0.25rem;
}
.table-bordered > :not(caption) > * {
    border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
    border-width: 0 var(--bs-border-width);
}
.table-borderless > :not(caption) > * > * {
    border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
    border-top-width: 0;
}
.table-striped-columns > :not(caption) > tr > :nth-child(2n),
.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: var(--bs-table-striped-bg);
}
.table-active {
    --bs-table-color-state: var(--bs-table-active-color);
    --bs-table-bg-state: var(--bs-table-active-bg);
}
.table-hover > tbody > tr:hover > * {
    --bs-table-color-state: var(--bs-table-hover-color);
    --bs-table-bg-state: var(--bs-table-hover-bg);
}
.table-primary {
    --bs-table-color: #000;
    --bs-table-bg: #cfe2ff;
    --bs-table-border-color: #bacbe6;
    --bs-table-striped-bg: #c5d7f2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bacbe6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfd1ec;
    --bs-table-hover-color: #000;
}
.table-primary,
.table-secondary {
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}
.table-secondary {
    --bs-table-color: #000;
    --bs-table-bg: #e2e3e5;
    --bs-table-border-color: #cbccce;
    --bs-table-striped-bg: #d7d8da;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbccce;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d1d2d4;
    --bs-table-hover-color: #000;
}
.table-success {
    --bs-table-color: #000;
    --bs-table-bg: #d1e7dd;
    --bs-table-border-color: #bcd0c7;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000;
}
.table-info,
.table-success {
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}
.table-info {
    --bs-table-color: #000;
    --bs-table-bg: #cff4fc;
    --bs-table-border-color: #badce3;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000;
}
.table-warning {
    --bs-table-color: #000;
    --bs-table-bg: #fff3cd;
    --bs-table-border-color: #e6dbb9;
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece1be;
    --bs-table-hover-color: #000;
}
.table-danger,
.table-warning {
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}
.table-danger {
    --bs-table-color: #000;
    --bs-table-bg: #f8d7da;
    --bs-table-border-color: #dfc2c4;
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5c7ca;
    --bs-table-hover-color: #000;
}
.table-light {
    --bs-table-color: #000;
    --bs-table-bg: #f8f9fa;
    --bs-table-border-color: #dfe0e1;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000;
}
.table-dark,
.table-light {
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}
.table-dark {
    --bs-table-color: #fff;
    --bs-table-bg: #212529;
    --bs-table-border-color: #373b3e;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
}
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
    .table-responsive-sm {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
@media (max-width: 767.98px) {
    .table-responsive-md {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
@media (max-width: 991.98px) {
    .table-responsive-lg {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
@media (max-width: 1199.98px) {
    .table-responsive-xl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
@media (max-width: 1399.98px) {
    .table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
.form-label {
    margin-bottom: 0.5rem;
}
.col-form-label {
    padding-top: calc(0.375rem + var(--bs-border-width));
    padding-bottom: calc(0.375rem + var(--bs-border-width));
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}
.col-form-label-lg {
    padding-top: calc(0.5rem + var(--bs-border-width));
    padding-bottom: calc(0.5rem + var(--bs-border-width));
    font-size: 1.25rem;
}
.col-form-label-sm {
    padding-top: calc(0.25rem + var(--bs-border-width));
    padding-bottom: calc(0.25rem + var(--bs-border-width));
    font-size: 0.875rem;
}
.form-text {
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: var(--bs-secondary-color);
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}
.form-control[type="file"] {
    overflow: hidden;
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
    cursor: pointer;
}
.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
    min-width: 85px;
    height: 1.5em;
    margin: 0;
}
.form-control::-webkit-datetime-edit {
    display: block;
    padding: 0;
}
.form-control::placeholder {
    color: var(--bs-secondary-color);
    opacity: 1;
}
.form-control:disabled {
    background-color: var(--bs-secondary-bg);
    opacity: 1;
}
.form-control::-webkit-file-upload-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.75rem;
    color: var(--bs-body-color);
    background-color: var(--bs-tertiary-bg);
    pointer-events: none;
    border: 0 solid;
    border-color: inherit;
    border-inline-end-width: var(--bs-border-width);
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.75rem;
    color: var(--bs-body-color);
    background-color: var(--bs-tertiary-bg);
    pointer-events: none;
    border: 0 solid;
    border-color: inherit;
    border-inline-end-width: var(--bs-border-width);
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none;
    }
    .form-control::file-selector-button {
        transition: none;
    }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: var(--bs-secondary-bg);
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: var(--bs-secondary-bg);
}
.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: transparent;
    border: solid transparent;
    border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
    outline: 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0;
}
.form-control-sm {
    min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::-webkit-file-upload-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
    margin-inline-end: 0.5rem;
}
.form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
    margin-inline-end: 0.5rem;
}
.form-control-lg {
    min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::-webkit-file-upload-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
}
.form-control-lg::file-selector-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
}
textarea.form-control {
    min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
    min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}
.form-control-color {
    width: 3rem;
    height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
    padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer;
}
.form-control-color::-moz-color-swatch {
    border: 0 !important;
    border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
    border: 0 !important;
    border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
    height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
    height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}
.form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-select {
        transition: none;
    }
}
.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none;
}
.form-select:disabled {
    background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 var(--bs-body-color);
}
.form-select-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
    border-radius: var(--bs-border-radius-sm);
}
.form-select-lg {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
    border-radius: var(--bs-border-radius-lg);
}
[data-bs-theme="dark"] .form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}
.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}
.form-check-reverse {
    padding-right: 1.5em;
    padding-left: 0;
    text-align: right;
}
.form-check-reverse .form-check-input {
    float: right;
    margin-right: -1.5em;
    margin-left: 0;
}
.form-check-input {
    --bs-form-check-bg: var(--bs-body-bg);
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
}
.form-check-input[type="checkbox"] {
    border-radius: 0.25em;
}
.form-check-input[type="radio"] {
    border-radius: 50%;
}
.form-check-input:active {
    filter: brightness(90%);
}
.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.form-check-input:checked[type="checkbox"] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type="radio"] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type="checkbox"]:indeterminate {
    background-color: #0d6efd;
    border-color: #0d6efd;
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
    cursor: default;
    opacity: 0.5;
}
.form-switch {
    padding-left: 2.5em;
}
.form-switch .form-check-input {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    width: 2em;
    margin-left: -2.5em;
    background-image: var(--bs-form-switch-bg);
    background-position: 0;
    border-radius: 2em;
    transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-switch .form-check-input {
        transition: none;
    }
}
.form-switch .form-check-input:focus {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
    background-position: 100%;
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
    padding-right: 2.5em;
    padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
    margin-right: -2.5em;
    margin-left: 0;
}
.form-check-inline {
    display: inline-block;
    margin-right: 1rem;
}
.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.btn-check:disabled + .btn,
.btn-check[disabled] + .btn {
    pointer-events: none;
    filter: none;
    opacity: 0.65;
}
[data-bs-theme="dark"] .form-switch .form-check-input:not(:checked):not(:focus) {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}
.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
}
.form-range:focus {
    outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
    border: 0;
}
.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    -webkit-appearance: none;
    appearance: none;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none;
    }
}
.form-range::-webkit-slider-thumb:active {
    background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: var(--bs-tertiary-bg);
    border-color: transparent;
    border-radius: 1rem;
}
.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    -moz-appearance: none;
    appearance: none;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none;
    }
}
.form-range::-moz-range-thumb:active {
    background-color: #b6d4fe;
}
.form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: var(--bs-tertiary-bg);
    border-color: transparent;
    border-radius: 1rem;
}
.form-range:disabled {
    pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
    background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
    background-color: var(--bs-secondary-color);
}
.form-floating {
    position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
    height: calc(3.5rem + calc(var(--bs-border-width) * 2));
    min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
    line-height: 1.25;
}
.form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    padding: 1rem 0.75rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: var(--bs-border-width) solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-floating > label {
        transition: none;
    }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
    padding: 1rem 0.75rem;
}
.form-floating > .form-control-plaintext::placeholder,
.form-floating > .form-control::placeholder {
    color: transparent;
}
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown),
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}
.form-floating > .form-control-plaintext:-webkit-autofill,
.form-floating > .form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}
.form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
    color: rgba(var(--bs-body-color-rgb), 0.65);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label:after,
.form-floating > .form-control:focus ~ label:after,
.form-floating > .form-control:not(:placeholder-shown) ~ label:after,
.form-floating > .form-select ~ label:after {
    position: absolute;
    inset: 1rem 0.375rem;
    z-index: -1;
    height: 1.5em;
    content: "";
    background-color: var(--bs-body-bg);
    border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:-webkit-autofill ~ label {
    color: rgba(var(--bs-body-color-rgb), 0.65);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
    border-width: var(--bs-border-width) 0;
}
.form-floating > .form-control:disabled ~ label,
.form-floating > :disabled ~ label {
    color: #6c757d;
}
.form-floating > .form-control:disabled ~ label:after,
.form-floating > :disabled ~ label:after {
    background-color: var(--bs-secondary-bg);
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.input-group > .form-control,
.input-group > .form-floating,
.input-group > .form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-floating:focus-within,
.input-group > .form-select:focus {
    z-index: 5;
}
.input-group .btn {
    position: relative;
    z-index: 2;
}
.input-group .btn:focus {
    z-index: 5;
}
.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-tertiary-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
}
.input-group-lg > .btn,
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: var(--bs-border-radius-lg);
}
.input-group-sm > .btn,
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: var(--bs-border-radius-sm);
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
    padding-right: 3rem;
}
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-select,
.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select,
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: calc(var(--bs-border-width) * -1);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: var(--bs-form-valid-color);
}
.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: var(--bs-success);
    border-radius: var(--bs-border-radius);
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
    display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: var(--bs-form-valid-border-color);
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: var(--bs-form-valid-border-color);
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.form-select.is-valid,
.was-validated .form-select:valid {
    border-color: var(--bs-form-valid-border-color);
}
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
    --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    padding-right: 4.125rem;
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
    border-color: var(--bs-form-valid-border-color);
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.form-control-color.is-valid,
.was-validated .form-control-color:valid {
    width: calc(3rem + calc(1.5em + 0.75rem));
}
.form-check-input.is-valid,
.was-validated .form-check-input:valid {
    border-color: var(--bs-form-valid-border-color);
}
.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
    background-color: var(--bs-form-valid-color);
}
.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
    color: var(--bs-form-valid-color);
}
.form-check-inline .form-check-input ~ .valid-feedback {
    margin-left: 0.5em;
}
.input-group > .form-control:not(:focus).is-valid,
.input-group > .form-floating:not(:focus-within).is-valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-control:not(:focus):valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.was-validated .input-group > .form-select:not(:focus):valid {
    z-index: 3;
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: var(--bs-form-invalid-color);
}
.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: var(--bs-danger);
    border-radius: var(--bs-border-radius);
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
    display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: var(--bs-form-invalid-border-color);
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: var(--bs-form-invalid-border-color);
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.form-select.is-invalid,
.was-validated .form-select:invalid {
    border-color: var(--bs-form-invalid-border-color);
}
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
    --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    padding-right: 4.125rem;
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
    border-color: var(--bs-form-invalid-border-color);
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.form-control-color.is-invalid,
.was-validated .form-control-color:invalid {
    width: calc(3rem + calc(1.5em + 0.75rem));
}
.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
    border-color: var(--bs-form-invalid-border-color);
}
.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
    background-color: var(--bs-form-invalid-color);
}
.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
    color: var(--bs-form-invalid-color);
}
.form-check-inline .form-check-input ~ .invalid-feedback {
    margin-left: 0.5em;
}
.input-group > .form-control:not(:focus).is-invalid,
.input-group > .form-floating:not(:focus-within).is-invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-control:not(:focus):invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.was-validated .input-group > .form-select:not(:focus):invalid {
    z-index: 4;
}
.btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: var(--bs-border-radius);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), 0.5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}
.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
    color: var(--bs-btn-color);
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check) + .btn:active:focus-visible {
    box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity);
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
}
.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5c636a;
    --bs-btn-hover-border-color: #565e64;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #565e64;
    --bs-btn-active-border-color: #51585e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d;
}
.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #157347;
    --bs-btn-hover-border-color: #146c43;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #146c43;
    --bs-btn-active-border-color: #13653f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #198754;
    --bs-btn-disabled-border-color: #198754;
}
.btn-info {
    --bs-btn-color: #000;
    --bs-btn-bg: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #31d2f2;
    --bs-btn-hover-border-color: #25cff2;
    --bs-btn-focus-shadow-rgb: 11, 172, 204;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #3dd5f3;
    --bs-btn-active-border-color: #25cff2;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #0dcaf0;
    --bs-btn-disabled-border-color: #0dcaf0;
}
.btn-warning {
    --bs-btn-color: #000;
    --bs-btn-bg: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffca2c;
    --bs-btn-hover-border-color: #ffc720;
    --bs-btn-focus-shadow-rgb: 217, 164, 6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffcd39;
    --bs-btn-active-border-color: #ffc720;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ffc107;
    --bs-btn-disabled-border-color: #ffc107;
}
.btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #bb2d3b;
    --bs-btn-hover-border-color: #b02a37;
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b02a37;
    --bs-btn-active-border-color: #a52834;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #dc3545;
    --bs-btn-disabled-border-color: #dc3545;
}
.btn-light {
    --bs-btn-color: #000;
    --bs-btn-bg: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #d3d4d5;
    --bs-btn-hover-border-color: #c6c7c8;
    --bs-btn-focus-shadow-rgb: 211, 212, 213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #c6c7c8;
    --bs-btn-active-border-color: #babbbc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f8f9fa;
    --bs-btn-disabled-border-color: #f8f9fa;
}
.btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #424649;
    --bs-btn-hover-border-color: #373b3e;
    --bs-btn-focus-shadow-rgb: 66, 70, 73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4d5154;
    --bs-btn-active-border-color: #373b3e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #212529;
    --bs-btn-disabled-border-color: #212529;
}
.btn-outline-primary {
    --bs-btn-color: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0d6efd;
    --bs-btn-hover-border-color: #0d6efd;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0d6efd;
    --bs-btn-active-border-color: #0d6efd;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0d6efd;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0d6efd;
    --bs-gradient: none;
}
.btn-outline-secondary {
    --bs-btn-color: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6c757d;
    --bs-btn-hover-border-color: #6c757d;
    --bs-btn-focus-shadow-rgb: 108, 117, 125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6c757d;
    --bs-btn-active-border-color: #6c757d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #6c757d;
    --bs-gradient: none;
}
.btn-outline-success {
    --bs-btn-color: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #198754;
    --bs-btn-hover-border-color: #198754;
    --bs-btn-focus-shadow-rgb: 25, 135, 84;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #198754;
    --bs-btn-active-border-color: #198754;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #198754;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #198754;
    --bs-gradient: none;
}
.btn-outline-info {
    --bs-btn-color: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #0dcaf0;
    --bs-btn-hover-border-color: #0dcaf0;
    --bs-btn-focus-shadow-rgb: 13, 202, 240;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #0dcaf0;
    --bs-btn-active-border-color: #0dcaf0;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0dcaf0;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0dcaf0;
    --bs-gradient: none;
}
.btn-outline-warning {
    --bs-btn-color: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffc107;
    --bs-btn-hover-border-color: #ffc107;
    --bs-btn-focus-shadow-rgb: 255, 193, 7;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffc107;
    --bs-btn-active-border-color: #ffc107;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ffc107;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ffc107;
    --bs-gradient: none;
}
.btn-outline-danger {
    --bs-btn-color: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #dc3545;
    --bs-btn-hover-border-color: #dc3545;
    --bs-btn-focus-shadow-rgb: 220, 53, 69;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #dc3545;
    --bs-btn-active-border-color: #dc3545;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #dc3545;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #dc3545;
    --bs-gradient: none;
}
.btn-outline-light {
    --bs-btn-color: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f8f9fa;
    --bs-btn-hover-border-color: #f8f9fa;
    --bs-btn-focus-shadow-rgb: 248, 249, 250;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f8f9fa;
    --bs-btn-active-border-color: #f8f9fa;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f8f9fa;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f8f9fa;
    --bs-gradient: none;
}
.btn-outline-dark {
    --bs-btn-color: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #212529;
    --bs-btn-hover-border-color: #212529;
    --bs-btn-focus-shadow-rgb: 33, 37, 41;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #212529;
    --bs-btn-active-border-color: #212529;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #212529;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #212529;
    --bs-gradient: none;
}
.btn-link {
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--bs-link-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-link-hover-color);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: var(--bs-link-hover-color);
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: 0 0 0 #000;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    text-decoration: underline;
}
.btn-link:focus-visible {
    color: var(--bs-btn-color);
}
.btn-link:hover {
    color: var(--bs-btn-hover-color);
}
.btn-group-lg > .btn,
.btn-lg {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.25rem;
    --bs-btn-border-radius: var(--bs-border-radius-lg);
}
.btn-group-sm > .btn,
.btn-sm {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: var(--bs-border-radius-sm);
}
.fade {
    transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}
.fade:not(.show) {
    opacity: 0;
}
.collapse:not(.show) {
    display: none;
}
.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}
.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing.collapse-horizontal {
        transition: none;
    }
}
.dropdown,
.dropdown-center,
.dropend,
.dropstart,
.dropup,
.dropup-center {
    position: relative;
}
.dropdown-toggle {
    white-space: nowrap;
}
.dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: var(--bs-body-color);
    --bs-dropdown-bg: var(--bs-body-bg);
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: var(--bs-border-radius);
    --bs-dropdown-border-width: var(--bs-border-width);
    --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-dropdown-link-color: var(--bs-body-color);
    --bs-dropdown-link-hover-color: var(--bs-body-color);
    --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: var(--bs-dropdown-spacer);
}
.dropdown-menu-start {
    --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0;
}
.dropdown-menu-end {
    --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto;
}
@media (min-width: 576px) {
    .dropdown-menu-sm-start {
        --bs-position: start;
    }
    .dropdown-menu-sm-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-sm-end {
        --bs-position: end;
    }
    .dropdown-menu-sm-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}
@media (min-width: 768px) {
    .dropdown-menu-md-start {
        --bs-position: start;
    }
    .dropdown-menu-md-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-md-end {
        --bs-position: end;
    }
    .dropdown-menu-md-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}
@media (min-width: 992px) {
    .dropdown-menu-lg-start {
        --bs-position: start;
    }
    .dropdown-menu-lg-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-lg-end {
        --bs-position: end;
    }
    .dropdown-menu-lg-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}
@media (min-width: 1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start;
    }
    .dropdown-menu-xl-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xl-end {
        --bs-position: end;
    }
    .dropdown-menu-xl-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}
@media (min-width: 1400px) {
    .dropdown-menu-xxl-start {
        --bs-position: start;
    }
    .dropdown-menu-xxl-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xxl-end {
        --bs-position: end;
    }
    .dropdown-menu-xxl-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}
.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropend .dropdown-toggle:after {
    vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    display: none;
}
.dropstart .dropdown-toggle:before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropstart .dropdown-toggle:before {
    vertical-align: 0;
}
.dropdown-divider {
    height: 0;
    margin: var(--bs-dropdown-divider-margin-y) 0;
    overflow: hidden;
    border-top: 1px solid var(--bs-dropdown-divider-bg);
    opacity: 1;
}
.dropdown-item {
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active,
.dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled,
.dropdown-item:disabled {
    color: var(--bs-dropdown-link-disabled-color);
    pointer-events: none;
    background-color: transparent;
}
.dropdown-menu.show {
    display: block;
}
.dropdown-header {
    display: block;
    padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
    margin-bottom: 0;
    font-size: 0.875rem;
    color: var(--bs-dropdown-header-color);
    white-space: nowrap;
}
.dropdown-item-text {
    display: block;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    color: var(--bs-dropdown-link-color);
}
.dropdown-menu-dark {
    --bs-dropdown-color: #dee2e6;
    --bs-dropdown-bg: #343a40;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-box-shadow: ;
    --bs-dropdown-link-color: #dee2e6;
    --bs-dropdown-link-hover-color: #fff;
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-link-hover-bg: hsla(0, 0%, 100%, 0.15);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-header-color: #adb5bd;
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
    position: relative;
    flex: 1 1 auto;
}
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
    z-index: 1;
}
.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.btn-toolbar .input-group {
    width: auto;
}
.btn-group {
    border-radius: var(--bs-border-radius);
}
.btn-group > .btn-group:not(:first-child),
.btn-group > :not(.btn-check:first-child) + .btn {
    margin-left: calc(var(--bs-border-width) * -1);
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}
.dropdown-toggle-split:after,
.dropend .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
    margin-left: 0;
}
.dropstart .dropdown-toggle-split:before {
    margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}
.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
    width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
    margin-top: calc(var(--bs-border-width) * -1);
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn ~ .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .nav-link {
        transition: none;
    }
}
.nav-link:focus,
.nav-link:hover {
    color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.nav-link.disabled,
.nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default;
}
.nav-tabs {
    --bs-nav-tabs-border-width: var(--bs-border-width);
    --bs-nav-tabs-border-color: var(--bs-border-color);
    --bs-nav-tabs-border-radius: var(--bs-border-radius);
    --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
    --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
    --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
    --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
    margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav-pills {
    --bs-nav-pills-border-radius: var(--bs-border-radius);
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
    border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg);
}
.nav-underline {
    --bs-nav-underline-gap: 1rem;
    --bs-nav-underline-border-width: 0.125rem;
    --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
    gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
    padding-right: 0;
    padding-left: 0;
    border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:focus,
.nav-underline .nav-link:hover {
    border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
    font-weight: 700;
    color: var(--bs-nav-underline-link-active-color);
    border-bottom-color: currentcolor;
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
    flex: 1 1 auto;
    text-align: center;
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
    width: 100%;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
    --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
    --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
    --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-padding-y: 0.3125rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.25rem;
    --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-nav-link-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 1.25rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
    --bs-navbar-toggler-border-radius: var(--bs-border-radius);
    --bs-navbar-toggler-focus-width: 0.25rem;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}
.navbar-brand {
    padding-top: var(--bs-navbar-brand-padding-y);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    margin-right: var(--bs-navbar-brand-margin-end);
    font-size: var(--bs-navbar-brand-font-size);
    color: var(--bs-navbar-brand-color);
    text-decoration: none;
    white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
    color: var(--bs-navbar-brand-hover-color);
}
.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
    position: static;
}
.navbar-text {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:focus,
.navbar-text a:hover {
    color: var(--bs-navbar-active-color);
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}
.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
        transition: none;
    }
}
.navbar-toggler:hover {
    text-decoration: none;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
}
.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto;
}
@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x);
    }
    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
    .navbar-expand-sm .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none;
    }
    .navbar-expand-sm .offcanvas .offcanvas-header {
        display: none;
    }
    .navbar-expand-sm .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}
@media (min-width: 768px) {
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x);
    }
    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
    .navbar-expand-md .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none;
    }
    .navbar-expand-md .offcanvas .offcanvas-header {
        display: none;
    }
    .navbar-expand-md .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x);
    }
    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
    .navbar-expand-lg .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none;
    }
    .navbar-expand-lg .offcanvas .offcanvas-header {
        display: none;
    }
    .navbar-expand-lg .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}
@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x);
    }
    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
    .navbar-expand-xl .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none;
    }
    .navbar-expand-xl .offcanvas .offcanvas-header {
        display: none;
    }
    .navbar-expand-xl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}
@media (min-width: 1400px) {
    .navbar-expand-xxl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-xxl .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x);
    }
    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-xxl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-xxl .navbar-toggler {
        display: none;
    }
    .navbar-expand-xxl .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none;
    }
    .navbar-expand-xxl .offcanvas .offcanvas-header {
        display: none;
    }
    .navbar-expand-xxl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}
.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.navbar-expand .navbar-nav {
    flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
    overflow: visible;
}
.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}
.navbar-expand .navbar-toggler {
    display: none;
}
.navbar-expand .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
    display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
}
.navbar-dark,
.navbar[data-bs-theme="dark"] {
    --bs-navbar-color: hsla(0, 0%, 100%, 0.55);
    --bs-navbar-hover-color: hsla(0, 0%, 100%, 0.75);
    --bs-navbar-disabled-color: hsla(0, 0%, 100%, 0.25);
    --bs-navbar-active-color: #fff;
    --bs-navbar-brand-color: #fff;
    --bs-navbar-brand-hover-color: #fff;
    --bs-navbar-toggler-border-color: hsla(0, 0%, 100%, 0.1);
}
.navbar-dark,
.navbar[data-bs-theme="dark"],
[data-bs-theme="dark"] .navbar-toggler-icon {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-title-color: ;
    --bs-card-subtitle-color: ;
    --bs-card-border-width: var(--bs-border-width);
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: var(--bs-border-radius);
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: var(--bs-body-bg);
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    color: var(--bs-body-color);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
}
.card > hr {
    margin-right: 0;
    margin-left: 0;
}
.card > .list-group {
    border-top: inherit;
    border-bottom: inherit;
}
.card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
    border-top: 0;
}
.card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
}
.card-title {
    margin-bottom: var(--bs-card-title-spacer-y);
    color: var(--bs-card-title-color);
}
.card-subtitle {
    margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
    color: var(--bs-card-subtitle-color);
}
.card-subtitle,
.card-text:last-child {
    margin-bottom: 0;
}
.card-link + .card-link {
    margin-left: var(--bs-card-spacer-x);
}
.card-header {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    margin-bottom: 0;
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
    border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}
.card-footer {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
    border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}
.card-header-tabs {
    margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
    margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
    margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
    border-bottom: 0;
}
.card-header-tabs .nav-link.active {
    background-color: var(--bs-card-bg);
    border-bottom-color: var(--bs-card-bg);
}
.card-header-pills {
    margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
    margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: var(--bs-card-img-overlay-padding);
    border-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-bottom,
.card-img-top {
    width: 100%;
}
.card-img,
.card-img-top {
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-bottom {
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card-group > .card {
    margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap;
    }
    .card-group > .card {
        flex: 1 0;
        margin-bottom: 0;
    }
    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-header,
    .card-group > .card:not(:last-child) .card-img-top {
        border-top-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-footer,
    .card-group > .card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-header,
    .card-group > .card:not(:first-child) .card-img-top {
        border-top-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-footer,
    .card-group > .card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0;
    }
}
.accordion {
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-bg: var(--bs-body-bg);
    --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: var(--bs-border-width);
    --bs-accordion-border-radius: var(--bs-border-radius);
    --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23052c65'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-border-color: #86b7fe;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: var(--bs-primary-text-emphasis);
    --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}
.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
    .accordion-button {
        transition: none;
    }
}
.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed):after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button:after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
    .accordion-button:after {
        transition: none;
    }
}
.accordion-button:hover {
    z-index: 2;
}
.accordion-button:focus {
    z-index: 3;
    border-color: var(--bs-accordion-btn-focus-border-color);
    outline: 0;
    box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}
.accordion-header {
    margin-bottom: 0;
}
.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
    border-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
    border-top: 0;
}
.accordion-item:last-of-type {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
    border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}
.accordion-flush .accordion-collapse {
    border-width: 0;
}
.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
    border-top: 0;
}
.accordion-flush .accordion-item:last-child {
    border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 0;
}
[data-bs-theme="dark"] .accordion-button:after {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.breadcrumb {
    --bs-breadcrumb-padding-x: 0;
    --bs-breadcrumb-padding-y: 0;
    --bs-breadcrumb-margin-bottom: 1rem;
    --bs-breadcrumb-bg: ;
    --bs-breadcrumb-border-radius: ;
    --bs-breadcrumb-divider-color: var(--bs-secondary-color);
    --bs-breadcrumb-item-padding-x: 0.5rem;
    --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
    margin-bottom: var(--bs-breadcrumb-margin-bottom);
    font-size: var(--bs-breadcrumb-font-size);
    list-style: none;
    background-color: var(--bs-breadcrumb-bg);
    border-radius: var(--bs-breadcrumb-border-radius);
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item:before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "/");
}
.breadcrumb-item.active {
    color: var(--bs-breadcrumb-item-active-color);
}
.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: var(--bs-link-color);
    --bs-pagination-bg: var(--bs-body-bg);
    --bs-pagination-border-width: var(--bs-border-width);
    --bs-pagination-border-color: var(--bs-border-color);
    --bs-pagination-border-radius: var(--bs-border-radius);
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: var(--bs-tertiary-bg);
    --bs-pagination-hover-border-color: var(--bs-border-color);
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: var(--bs-secondary-bg);
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #0d6efd;
    --bs-pagination-active-border-color: #0d6efd;
    --bs-pagination-disabled-color: var(--bs-secondary-color);
    --bs-pagination-disabled-bg: var(--bs-secondary-bg);
    --bs-pagination-disabled-border-color: var(--bs-border-color);
    display: flex;
    padding-left: 0;
    list-style: none;
}
.page-link {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: var(--bs-pagination-color);
    text-decoration: none;
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .page-link {
        transition: none;
    }
}
.page-link:hover {
    z-index: 2;
    color: var(--bs-pagination-hover-color);
    background-color: var(--bs-pagination-hover-bg);
    border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
    z-index: 3;
    color: var(--bs-pagination-focus-color);
    background-color: var(--bs-pagination-focus-bg);
    outline: 0;
    box-shadow: var(--bs-pagination-focus-box-shadow);
}
.active > .page-link,
.page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-border-color);
}
.disabled > .page-link,
.page-link.disabled {
    color: var(--bs-pagination-disabled-color);
    pointer-events: none;
    background-color: var(--bs-pagination-disabled-bg);
    border-color: var(--bs-pagination-disabled-border-color);
}
.page-item:not(:first-child) .page-link {
    margin-left: calc(var(--bs-border-width) * -1);
}
.page-item:first-child .page-link {
    border-top-left-radius: var(--bs-pagination-border-radius);
    border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
    border-top-right-radius: var(--bs-pagination-border-radius);
    border-bottom-right-radius: var(--bs-pagination-border-radius);
}
.pagination-lg {
    --bs-pagination-padding-x: 1.5rem;
    --bs-pagination-padding-y: 0.75rem;
    --bs-pagination-font-size: 1.25rem;
    --bs-pagination-border-radius: var(--bs-border-radius-lg);
}
.pagination-sm {
    --bs-pagination-padding-x: 0.5rem;
    --bs-pagination-padding-y: 0.25rem;
    --bs-pagination-font-size: 0.875rem;
    --bs-pagination-border-radius: var(--bs-border-radius-sm);
}
.badge {
    --bs-badge-padding-x: 0.65em;
    --bs-badge-padding-y: 0.35em;
    --bs-badge-font-size: 0.75em;
    --bs-badge-font-weight: 700;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: var(--bs-border-radius);
    display: inline-block;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    color: var(--bs-badge-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.alert {
    --bs-alert-bg: transparent;
    --bs-alert-padding-x: 1rem;
    --bs-alert-padding-y: 1rem;
    --bs-alert-margin-bottom: 1rem;
    --bs-alert-color: inherit;
    --bs-alert-border-color: transparent;
    --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
    --bs-alert-border-radius: var(--bs-border-radius);
    --bs-alert-link-color: inherit;
    position: relative;
    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    margin-bottom: var(--bs-alert-margin-bottom);
    color: var(--bs-alert-color);
    background-color: var(--bs-alert-bg);
    border: var(--bs-alert-border);
    border-radius: var(--bs-alert-border-radius);
}
.alert-heading {
    color: inherit;
}
.alert-link {
    font-weight: 700;
    color: var(--bs-alert-link-color);
}
.alert-dismissible {
    padding-right: 3rem;
}
.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem;
}
.alert-primary {
    --bs-alert-color: var(--bs-primary-text-emphasis);
    --bs-alert-bg: var(--bs-primary-bg-subtle);
    --bs-alert-border-color: var(--bs-primary-border-subtle);
    --bs-alert-link-color: var(--bs-primary-text-emphasis);
}
.alert-secondary {
    --bs-alert-color: var(--bs-secondary-text-emphasis);
    --bs-alert-bg: var(--bs-secondary-bg-subtle);
    --bs-alert-border-color: var(--bs-secondary-border-subtle);
    --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}
.alert-success {
    --bs-alert-color: var(--bs-success-text-emphasis);
    --bs-alert-bg: var(--bs-success-bg-subtle);
    --bs-alert-border-color: var(--bs-success-border-subtle);
    --bs-alert-link-color: var(--bs-success-text-emphasis);
}
.alert-info {
    --bs-alert-color: var(--bs-info-text-emphasis);
    --bs-alert-bg: var(--bs-info-bg-subtle);
    --bs-alert-border-color: var(--bs-info-border-subtle);
    --bs-alert-link-color: var(--bs-info-text-emphasis);
}
.alert-warning {
    --bs-alert-color: var(--bs-warning-text-emphasis);
    --bs-alert-bg: var(--bs-warning-bg-subtle);
    --bs-alert-border-color: var(--bs-warning-border-subtle);
    --bs-alert-link-color: var(--bs-warning-text-emphasis);
}
.alert-danger {
    --bs-alert-color: var(--bs-danger-text-emphasis);
    --bs-alert-bg: var(--bs-danger-bg-subtle);
    --bs-alert-border-color: var(--bs-danger-border-subtle);
    --bs-alert-link-color: var(--bs-danger-text-emphasis);
}
.alert-light {
    --bs-alert-color: var(--bs-light-text-emphasis);
    --bs-alert-bg: var(--bs-light-bg-subtle);
    --bs-alert-border-color: var(--bs-light-border-subtle);
    --bs-alert-link-color: var(--bs-light-text-emphasis);
}
.alert-dark {
    --bs-alert-color: var(--bs-dark-text-emphasis);
    --bs-alert-bg: var(--bs-dark-bg-subtle);
    --bs-alert-border-color: var(--bs-dark-border-subtle);
    --bs-alert-link-color: var(--bs-dark-text-emphasis);
}
@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem;
    }
}
.progress,
.progress-stacked {
    --bs-progress-height: 1rem;
    --bs-progress-font-size: 0.75rem;
    --bs-progress-bg: var(--bs-secondary-bg);
    --bs-progress-border-radius: var(--bs-border-radius);
    --bs-progress-box-shadow: var(--bs-box-shadow-inset);
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: #0d6efd;
    --bs-progress-bar-transition: width 0.6s ease;
    display: flex;
    height: var(--bs-progress-height);
    overflow: hidden;
    font-size: var(--bs-progress-font-size);
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius);
}
.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: var(--bs-progress-bar-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-progress-bar-bg);
    transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
    }
}
.progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
    background-size: var(--bs-progress-height) var(--bs-progress-height);
}
.progress-stacked > .progress {
    overflow: visible;
}
.progress-stacked > .progress > .progress-bar {
    width: 100%;
}
.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        animation: none;
    }
}
.list-group {
    --bs-list-group-color: var(--bs-body-color);
    --bs-list-group-bg: var(--bs-body-bg);
    --bs-list-group-border-color: var(--bs-border-color);
    --bs-list-group-border-width: var(--bs-border-width);
    --bs-list-group-border-radius: var(--bs-border-radius);
    --bs-list-group-item-padding-x: 1rem;
    --bs-list-group-item-padding-y: 0.5rem;
    --bs-list-group-action-color: var(--bs-secondary-color);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
    --bs-list-group-action-active-color: var(--bs-body-color);
    --bs-list-group-action-active-bg: var(--bs-secondary-bg);
    --bs-list-group-disabled-color: var(--bs-secondary-color);
    --bs-list-group-disabled-bg: var(--bs-body-bg);
    --bs-list-group-active-color: #fff;
    --bs-list-group-active-bg: #0d6efd;
    --bs-list-group-active-border-color: #0d6efd;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: var(--bs-list-group-border-radius);
}
.list-group-numbered {
    list-style-type: none;
    counter-reset: section;
}
.list-group-numbered > .list-group-item:before {
    content: counters(section, ".") ". ";
    counter-increment: section;
}
.list-group-item-action {
    width: 100%;
    color: var(--bs-list-group-action-color);
    text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: var(--bs-list-group-action-hover-color);
    text-decoration: none;
    background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:active {
    color: var(--bs-list-group-action-active-color);
    background-color: var(--bs-list-group-action-active-bg);
}
.list-group-item {
    position: relative;
    display: block;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    color: var(--bs-list-group-color);
    text-decoration: none;
    background-color: var(--bs-list-group-bg);
    border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
    color: var(--bs-list-group-disabled-color);
    pointer-events: none;
    background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
    z-index: 2;
    color: var(--bs-list-group-active-color);
    background-color: var(--bs-list-group-active-bg);
    border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
    border-top-width: 0;
}
.list-group-item + .list-group-item.active {
    margin-top: calc(-1 * var(--bs-list-group-border-width));
    border-top-width: var(--bs-list-group-border-width);
}
.list-group-horizontal {
    flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
    margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
}
@media (min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction: row;
    }
    .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0;
    }
    .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-sm > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0;
    }
    .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width);
    }
}
@media (min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction: row;
    }
    .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0;
    }
    .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-md > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0;
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width);
    }
}
@media (min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction: row;
    }
    .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0;
    }
    .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-lg > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0;
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width);
    }
}
@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        flex-direction: row;
    }
    .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0;
    }
    .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-xl > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0;
    }
    .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width);
    }
}
@media (min-width: 1400px) {
    .list-group-horizontal-xxl {
        flex-direction: row;
    }
    .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0;
    }
    .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-xxl > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0;
    }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width);
    }
}
.list-group-flush {
    border-radius: 0;
}
.list-group-flush > .list-group-item {
    border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
    border-bottom-width: 0;
}
.list-group-item-primary {
    --bs-list-group-color: var(--bs-primary-text-emphasis);
    --bs-list-group-bg: var(--bs-primary-bg-subtle);
    --bs-list-group-border-color: var(--bs-primary-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
    --bs-list-group-active-color: var(--bs-primary-bg-subtle);
    --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}
.list-group-item-secondary {
    --bs-list-group-color: var(--bs-secondary-text-emphasis);
    --bs-list-group-bg: var(--bs-secondary-bg-subtle);
    --bs-list-group-border-color: var(--bs-secondary-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
    --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
    --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}
.list-group-item-success {
    --bs-list-group-color: var(--bs-success-text-emphasis);
    --bs-list-group-bg: var(--bs-success-bg-subtle);
    --bs-list-group-border-color: var(--bs-success-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
    --bs-list-group-active-color: var(--bs-success-bg-subtle);
    --bs-list-group-active-bg: var(--bs-success-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}
.list-group-item-info {
    --bs-list-group-color: var(--bs-info-text-emphasis);
    --bs-list-group-bg: var(--bs-info-bg-subtle);
    --bs-list-group-border-color: var(--bs-info-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
    --bs-list-group-active-color: var(--bs-info-bg-subtle);
    --bs-list-group-active-bg: var(--bs-info-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}
.list-group-item-warning {
    --bs-list-group-color: var(--bs-warning-text-emphasis);
    --bs-list-group-bg: var(--bs-warning-bg-subtle);
    --bs-list-group-border-color: var(--bs-warning-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
    --bs-list-group-active-color: var(--bs-warning-bg-subtle);
    --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}
.list-group-item-danger {
    --bs-list-group-color: var(--bs-danger-text-emphasis);
    --bs-list-group-bg: var(--bs-danger-bg-subtle);
    --bs-list-group-border-color: var(--bs-danger-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
    --bs-list-group-active-color: var(--bs-danger-bg-subtle);
    --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}
.list-group-item-light {
    --bs-list-group-color: var(--bs-light-text-emphasis);
    --bs-list-group-bg: var(--bs-light-bg-subtle);
    --bs-list-group-border-color: var(--bs-light-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
    --bs-list-group-active-color: var(--bs-light-bg-subtle);
    --bs-list-group-active-bg: var(--bs-light-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}
.list-group-item-dark {
    --bs-list-group-color: var(--bs-dark-text-emphasis);
    --bs-list-group-bg: var(--bs-dark-bg-subtle);
    --bs-list-group-border-color: var(--bs-dark-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
    --bs-list-group-active-color: var(--bs-dark-bg-subtle);
    --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}
.btn-close {
    --bs-btn-close-color: #000;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    --bs-btn-close-opacity: 0.5;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em;
    background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
    border: 0;
    border-radius: 0.375rem;
    opacity: var(--bs-btn-close-opacity);
}
.btn-close,
.btn-close:hover {
    color: var(--bs-btn-close-color);
}
.btn-close:hover {
    text-decoration: none;
    opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
    outline: 0;
    box-shadow: var(--bs-btn-close-focus-shadow);
    opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close.disabled,
.btn-close:disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: var(--bs-btn-close-disabled-opacity);
}
.btn-close-white,
[data-bs-theme="dark"] .btn-close {
    filter: var(--bs-btn-close-white-filter);
}
.toast {
    --bs-toast-zindex: 1090;
    --bs-toast-padding-x: 0.75rem;
    --bs-toast-padding-y: 0.5rem;
    --bs-toast-spacing: 1.5rem;
    --bs-toast-max-width: 350px;
    --bs-toast-font-size: 0.875rem;
    --bs-toast-color: ;
    --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
    --bs-toast-border-width: var(--bs-border-width);
    --bs-toast-border-color: var(--bs-border-color-translucent);
    --bs-toast-border-radius: var(--bs-border-radius);
    --bs-toast-box-shadow: var(--bs-box-shadow);
    --bs-toast-header-color: var(--bs-secondary-color);
    --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
    --bs-toast-header-border-color: var(--bs-border-color-translucent);
    width: var(--bs-toast-max-width);
    max-width: 100%;
    font-size: var(--bs-toast-font-size);
    color: var(--bs-toast-color);
    pointer-events: auto;
    background-color: var(--bs-toast-bg);
    background-clip: padding-box;
    border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
    box-shadow: var(--bs-toast-box-shadow);
    border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
    opacity: 0;
}
.toast:not(.show) {
    display: none;
}
.toast-container {
    --bs-toast-zindex: 1090;
    position: absolute;
    z-index: var(--bs-toast-zindex);
    width: max-content;
    max-width: 100%;
    pointer-events: none;
}
.toast-container > :not(:last-child) {
    margin-bottom: var(--bs-toast-spacing);
}
.toast-header {
    display: flex;
    align-items: center;
    padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
    color: var(--bs-toast-header-color);
    background-color: var(--bs-toast-header-bg);
    background-clip: padding-box;
    border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
    border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
    border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
    margin-right: calc(-0.5 * var(--bs-toast-padding-x));
    margin-left: var(--bs-toast-padding-x);
}
.toast-body {
    padding: var(--bs-toast-padding-x);
    word-wrap: break-word;
}
.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color: ;
    --bs-modal-bg: var(--bs-body-bg);
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: var(--bs-border-width);
    --bs-modal-border-radius: var(--bs-border-radius-lg);
    --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: var(--bs-border-width);
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: var(--bs-border-width);
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none;
}
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translateY(-50px);
}
@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}
.modal.show .modal-dialog {
    transform: none;
}
.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}
.modal-dialog-scrollable {
    height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}
.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
}
.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity);
}
.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
    margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}
.modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height);
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding);
}
.modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
    background-color: var(--bs-modal-footer-bg);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
    margin: calc(var(--bs-modal-footer-gap) * 0.5);
}
@media (min-width: 576px) {
    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    }
    .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto;
    }
    .modal-sm {
        --bs-modal-width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        --bs-modal-width: 800px;
    }
}
@media (min-width: 1200px) {
    .modal-xl {
        --bs-modal-width: 1140px;
    }
}
.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}
.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}
.modal-fullscreen .modal-footer,
.modal-fullscreen .modal-header {
    border-radius: 0;
}
.modal-fullscreen .modal-body {
    overflow-y: auto;
}
@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-sm-down .modal-footer,
    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto;
    }
}
@media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-md-down .modal-footer,
    .modal-fullscreen-md-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto;
    }
}
@media (max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-lg-down .modal-footer,
    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto;
    }
}
@media (max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-xl-down .modal-footer,
    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto;
    }
}
@media (max-width: 1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-xxl-down .modal-footer,
    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto;
    }
}
.tooltip {
    --bs-tooltip-zindex: 1080;
    --bs-tooltip-max-width: 200px;
    --bs-tooltip-padding-x: 0.5rem;
    --bs-tooltip-padding-y: 0.25rem;
    --bs-tooltip-margin: ;
    --bs-tooltip-font-size: 0.875rem;
    --bs-tooltip-color: var(--bs-body-bg);
    --bs-tooltip-bg: var(--bs-emphasis-color);
    --bs-tooltip-border-radius: var(--bs-border-radius);
    --bs-tooltip-opacity: 0.9;
    --bs-tooltip-arrow-width: 0.8rem;
    --bs-tooltip-arrow-height: 0.4rem;
    z-index: var(--bs-tooltip-zindex);
    display: block;
    margin: var(--bs-tooltip-margin);
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-tooltip-font-size);
    word-wrap: break-word;
    opacity: 0;
}
.tooltip.show {
    opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
    display: block;
    width: var(--bs-tooltip-arrow-width);
    height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
    bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow:before,
.bs-tooltip-top .tooltip-arrow:before {
    top: -1px;
    border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
    border-top-color: var(--bs-tooltip-bg);
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
    left: calc(-1 * var(--bs-tooltip-arrow-height));
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow:before,
.bs-tooltip-end .tooltip-arrow:before {
    right: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
    border-right-color: var(--bs-tooltip-bg);
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
    top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow:before,
.bs-tooltip-bottom .tooltip-arrow:before {
    bottom: -1px;
    border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
    border-bottom-color: var(--bs-tooltip-bg);
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
    right: calc(-1 * var(--bs-tooltip-arrow-height));
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow:before,
.bs-tooltip-start .tooltip-arrow:before {
    left: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
    border-left-color: var(--bs-tooltip-bg);
}
.tooltip-inner {
    max-width: var(--bs-tooltip-max-width);
    padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
    color: var(--bs-tooltip-color);
    text-align: center;
    background-color: var(--bs-tooltip-bg);
    border-radius: var(--bs-tooltip-border-radius);
}
.popover {
    --bs-popover-zindex: 1070;
    --bs-popover-max-width: 276px;
    --bs-popover-font-size: 0.875rem;
    --bs-popover-bg: var(--bs-body-bg);
    --bs-popover-border-width: var(--bs-border-width);
    --bs-popover-border-color: var(--bs-border-color-translucent);
    --bs-popover-border-radius: var(--bs-border-radius-lg);
    --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
    --bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-popover-header-padding-x: 1rem;
    --bs-popover-header-padding-y: 0.5rem;
    --bs-popover-header-font-size: 1rem;
    --bs-popover-header-color: inherit;
    --bs-popover-header-bg: var(--bs-secondary-bg);
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: 1rem;
    --bs-popover-body-color: var(--bs-body-color);
    --bs-popover-arrow-width: 1rem;
    --bs-popover-arrow-height: 0.5rem;
    --bs-popover-arrow-border: var(--bs-popover-border-color);
    z-index: var(--bs-popover-zindex);
    display: block;
    max-width: var(--bs-popover-max-width);
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-popover-font-size);
    word-wrap: break-word;
    background-color: var(--bs-popover-bg);
    background-clip: padding-box;
    border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
    display: block;
    width: var(--bs-popover-arrow-width);
    height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow:after,
.popover .popover-arrow:before {
    position: absolute;
    display: block;
    content: "";
    border: 0 solid transparent;
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow,
.bs-popover-top > .popover-arrow {
    bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:after,
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:before,
.bs-popover-top > .popover-arrow:after,
.bs-popover-top > .popover-arrow:before {
    border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:before,
.bs-popover-top > .popover-arrow:before {
    bottom: 0;
    border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:after,
.bs-popover-top > .popover-arrow:after {
    bottom: var(--bs-popover-border-width);
    border-top-color: var(--bs-popover-bg);
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow,
.bs-popover-end > .popover-arrow {
    left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height);
    height: var(--bs-popover-arrow-width);
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:after,
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:before,
.bs-popover-end > .popover-arrow:after,
.bs-popover-end > .popover-arrow:before {
    border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:before,
.bs-popover-end > .popover-arrow:before {
    left: 0;
    border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:after,
.bs-popover-end > .popover-arrow:after {
    left: var(--bs-popover-border-width);
    border-right-color: var(--bs-popover-bg);
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow,
.bs-popover-bottom > .popover-arrow {
    top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:after,
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:before,
.bs-popover-bottom > .popover-arrow:after,
.bs-popover-bottom > .popover-arrow:before {
    border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:before,
.bs-popover-bottom > .popover-arrow:before {
    top: 0;
    border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:after,
.bs-popover-bottom > .popover-arrow:after {
    top: var(--bs-popover-border-width);
    border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-auto[data-popper-placement^="bottom"] .popover-header:before,
.bs-popover-bottom .popover-header:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: var(--bs-popover-arrow-width);
    margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
    content: "";
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow,
.bs-popover-start > .popover-arrow {
    right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height);
    height: var(--bs-popover-arrow-width);
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:after,
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:before,
.bs-popover-start > .popover-arrow:after,
.bs-popover-start > .popover-arrow:before {
    border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:before,
.bs-popover-start > .popover-arrow:before {
    right: 0;
    border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:after,
.bs-popover-start > .popover-arrow:after {
    right: var(--bs-popover-border-width);
    border-left-color: var(--bs-popover-bg);
}
.popover-header {
    padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
    margin-bottom: 0;
    font-size: var(--bs-popover-header-font-size);
    color: var(--bs-popover-header-color);
    background-color: var(--bs-popover-header-bg);
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-top-left-radius: var(--bs-popover-inner-border-radius);
    border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
    display: none;
}
.popover-body {
    padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
    color: var(--bs-popover-body-color);
}
.carousel {
    position: relative;
}
.carousel.pointer-event {
    touch-action: pan-y;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner:after {
    display: block;
    clear: both;
    content: "";
}
.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
}
.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
    transform: translateX(100%);
}
.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-100%);
}
.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1;
}
.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-end,
    .carousel-fade .active.carousel-item-start {
        transition: none;
    }
}
.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-control-next,
    .carousel-control-prev {
        transition: none;
    }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none;
    }
}
.carousel-indicators .active {
    opacity: 1;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}
.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
    filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000;
}
.carousel-dark .carousel-caption {
    color: #000;
}
[data-bs-theme="dark"] .carousel .carousel-control-next-icon,
[data-bs-theme="dark"] .carousel .carousel-control-prev-icon,
[data-bs-theme="dark"].carousel .carousel-control-next-icon,
[data-bs-theme="dark"].carousel .carousel-control-prev-icon {
    filter: invert(1) grayscale(100);
}
[data-bs-theme="dark"] .carousel .carousel-indicators [data-bs-target],
[data-bs-theme="dark"].carousel .carousel-indicators [data-bs-target] {
    background-color: #000;
}
[data-bs-theme="dark"] .carousel .carousel-caption,
[data-bs-theme="dark"].carousel .carousel-caption {
    color: #000;
}
.spinner-border,
.spinner-grow {
    display: inline-block;
    width: var(--bs-spinner-width);
    height: var(--bs-spinner-height);
    vertical-align: var(--bs-spinner-vertical-align);
    border-radius: 50%;
    animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}
@keyframes spinner-border {
    to {
        transform: rotate(1turn);
    }
}
.spinner-border {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-border-width: 0.25em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-border;
    border-right-color: currentcolor;
    border: var(--bs-spinner-border-width) solid;
    border-right: var(--bs-spinner-border-width) solid transparent;
}
.spinner-border-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem;
    --bs-spinner-border-width: 0.2em;
}
@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: none;
    }
}
.spinner-grow {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-grow;
    background-color: currentcolor;
    opacity: 0;
}
.spinner-grow-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
    .spinner-border,
    .spinner-grow {
        --bs-spinner-animation-speed: 1.5s;
    }
}
.offcanvas,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xl,
.offcanvas-xxl {
    --bs-offcanvas-zindex: 1045;
    --bs-offcanvas-width: 400px;
    --bs-offcanvas-height: 30vh;
    --bs-offcanvas-padding-x: 1rem;
    --bs-offcanvas-padding-y: 1rem;
    --bs-offcanvas-color: var(--bs-body-color);
    --bs-offcanvas-bg: var(--bs-body-bg);
    --bs-offcanvas-border-width: var(--bs-border-width);
    --bs-offcanvas-border-color: var(--bs-border-color-translucent);
    --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-offcanvas-transition: transform 0.3s ease-in-out;
    --bs-offcanvas-title-line-height: 1.5;
}
@media (max-width: 575.98px) {
    .offcanvas-sm {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition);
    }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-sm {
        transition: none;
    }
}
@media (max-width: 575.98px) {
    .offcanvas-sm.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%);
    }
    .offcanvas-sm.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%);
    }
    .offcanvas-sm.offcanvas-top {
        top: 0;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%);
    }
    .offcanvas-sm.offcanvas-bottom,
    .offcanvas-sm.offcanvas-top {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
    }
    .offcanvas-sm.offcanvas-bottom {
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%);
    }
    .offcanvas-sm.show:not(.hiding),
    .offcanvas-sm.showing {
        transform: none;
    }
    .offcanvas-sm.hiding,
    .offcanvas-sm.show,
    .offcanvas-sm.showing {
        visibility: visible;
    }
}
@media (min-width: 576px) {
    .offcanvas-sm {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important;
    }
    .offcanvas-sm .offcanvas-header {
        display: none;
    }
    .offcanvas-sm .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important;
    }
}
@media (max-width: 767.98px) {
    .offcanvas-md {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition);
    }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-md {
        transition: none;
    }
}
@media (max-width: 767.98px) {
    .offcanvas-md.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%);
    }
    .offcanvas-md.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%);
    }
    .offcanvas-md.offcanvas-top {
        top: 0;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%);
    }
    .offcanvas-md.offcanvas-bottom,
    .offcanvas-md.offcanvas-top {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
    }
    .offcanvas-md.offcanvas-bottom {
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%);
    }
    .offcanvas-md.show:not(.hiding),
    .offcanvas-md.showing {
        transform: none;
    }
    .offcanvas-md.hiding,
    .offcanvas-md.show,
    .offcanvas-md.showing {
        visibility: visible;
    }
}
@media (min-width: 768px) {
    .offcanvas-md {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important;
    }
    .offcanvas-md .offcanvas-header {
        display: none;
    }
    .offcanvas-md .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important;
    }
}
@media (max-width: 991.98px) {
    .offcanvas-lg {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition);
    }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-lg {
        transition: none;
    }
}
@media (max-width: 991.98px) {
    .offcanvas-lg.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%);
    }
    .offcanvas-lg.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%);
    }
    .offcanvas-lg.offcanvas-top {
        top: 0;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%);
    }
    .offcanvas-lg.offcanvas-bottom,
    .offcanvas-lg.offcanvas-top {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
    }
    .offcanvas-lg.offcanvas-bottom {
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%);
    }
    .offcanvas-lg.show:not(.hiding),
    .offcanvas-lg.showing {
        transform: none;
    }
    .offcanvas-lg.hiding,
    .offcanvas-lg.show,
    .offcanvas-lg.showing {
        visibility: visible;
    }
}
@media (min-width: 992px) {
    .offcanvas-lg {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important;
    }
    .offcanvas-lg .offcanvas-header {
        display: none;
    }
    .offcanvas-lg .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important;
    }
}
@media (max-width: 1199.98px) {
    .offcanvas-xl {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition);
    }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-xl {
        transition: none;
    }
}
@media (max-width: 1199.98px) {
    .offcanvas-xl.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%);
    }
    .offcanvas-xl.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%);
    }
    .offcanvas-xl.offcanvas-top {
        top: 0;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%);
    }
    .offcanvas-xl.offcanvas-bottom,
    .offcanvas-xl.offcanvas-top {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
    }
    .offcanvas-xl.offcanvas-bottom {
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%);
    }
    .offcanvas-xl.show:not(.hiding),
    .offcanvas-xl.showing {
        transform: none;
    }
    .offcanvas-xl.hiding,
    .offcanvas-xl.show,
    .offcanvas-xl.showing {
        visibility: visible;
    }
}
@media (min-width: 1200px) {
    .offcanvas-xl {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important;
    }
    .offcanvas-xl .offcanvas-header {
        display: none;
    }
    .offcanvas-xl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important;
    }
}
@media (max-width: 1399.98px) {
    .offcanvas-xxl {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition);
    }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-xxl {
        transition: none;
    }
}
@media (max-width: 1399.98px) {
    .offcanvas-xxl.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%);
    }
    .offcanvas-xxl.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%);
    }
    .offcanvas-xxl.offcanvas-top {
        top: 0;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%);
    }
    .offcanvas-xxl.offcanvas-bottom,
    .offcanvas-xxl.offcanvas-top {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
    }
    .offcanvas-xxl.offcanvas-bottom {
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%);
    }
    .offcanvas-xxl.show:not(.hiding),
    .offcanvas-xxl.showing {
        transform: none;
    }
    .offcanvas-xxl.hiding,
    .offcanvas-xxl.show,
    .offcanvas-xxl.showing {
        visibility: visible;
    }
}
@media (min-width: 1400px) {
    .offcanvas-xxl {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important;
    }
    .offcanvas-xxl .offcanvas-header {
        display: none;
    }
    .offcanvas-xxl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important;
    }
}
.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
    .offcanvas {
        transition: none;
    }
}
.offcanvas.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
}
.offcanvas.offcanvas-top {
    top: 0;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom,
.offcanvas.offcanvas-top {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
}
.offcanvas.offcanvas-bottom {
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
}
.offcanvas.show:not(.hiding),
.offcanvas.showing {
    transform: none;
}
.offcanvas.hiding,
.offcanvas.show,
.offcanvas.showing {
    visibility: visible;
}
.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.offcanvas-backdrop.fade {
    opacity: 0;
}
.offcanvas-backdrop.show {
    opacity: 0.5;
}
.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
    padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
    margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
    margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
    margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
}
.offcanvas-title {
    margin-bottom: 0;
    line-height: var(--bs-offcanvas-title-line-height);
}
.offcanvas-body {
    flex-grow: 1;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
    overflow-y: auto;
}
.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentcolor;
    opacity: 0.5;
}
.placeholder.btn:before {
    display: inline-block;
    content: "";
}
.placeholder-xs {
    min-height: 0.6em;
}
.placeholder-sm {
    min-height: 0.8em;
}
.placeholder-lg {
    min-height: 1.2em;
}
.placeholder-glow .placeholder {
    animation: placeholder-glow 2s ease-in-out infinite;
}
@keyframes placeholder-glow {
    50% {
        opacity: 0.2;
    }
}
.placeholder-wave {
    -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
    mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
    -webkit-mask-size: 200% 100%;
    mask-size: 200% 100%;
    animation: placeholder-wave 2s linear infinite;
}
@keyframes placeholder-wave {
    to {
        -webkit-mask-position: -200% 0;
        mask-position: -200% 0;
    }
}
.clearfix:after {
    display: block;
    clear: both;
    content: "";
}
.text-bg-primary {
    color: #fff !important;
    background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-secondary {
    color: #fff !important;
    background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-success {
    color: #fff !important;
    background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-info {
    color: #000 !important;
    background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-warning {
    color: #000 !important;
    background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-danger {
    color: #fff !important;
    background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-light {
    color: #000 !important;
    background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-dark {
    color: #fff !important;
    background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}
.link-primary {
    color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:focus,
.link-primary:hover {
    color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary {
    color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:focus,
.link-secondary:hover {
    color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}
.link-success {
    color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:focus,
.link-success:hover {
    color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}
.link-info {
    color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:focus,
.link-info:hover {
    color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning {
    color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:focus,
.link-warning:hover {
    color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger {
    color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:focus,
.link-danger:hover {
    color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}
.link-light {
    color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:focus,
.link-light:hover {
    color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark {
    color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:focus,
.link-dark:hover {
    color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis {
    color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:focus,
.link-body-emphasis:hover {
    color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
    text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}
.focus-ring:focus {
    outline: 0;
    box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}
.icon-link {
    display: inline-flex;
    gap: 0.375rem;
    align-items: center;
    -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
    text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
    text-underline-offset: 0.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.icon-link > .bi {
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    fill: currentcolor;
    transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .icon-link > .bi {
        transition: none;
    }
}
.icon-link-hover:focus-visible > .bi,
.icon-link-hover:hover > .bi {
    transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}
.ratio {
    position: relative;
    width: 100%;
}
.ratio:before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
}
.ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ratio-1x1 {
    --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
    --bs-aspect-ratio: 75%;
}
.ratio-16x9 {
    --bs-aspect-ratio: 56.25%;
}
.ratio-21x9 {
    --bs-aspect-ratio: 42.8571428571%;
}
.fixed-top {
    top: 0;
}
.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
.fixed-bottom {
    bottom: 0;
}
.sticky-top {
    top: 0;
}
.sticky-bottom,
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    z-index: 1020;
}
.sticky-bottom {
    bottom: 0;
}
@media (min-width: 576px) {
    .sticky-sm-top {
        top: 0;
    }
    .sticky-sm-bottom,
    .sticky-sm-top {
        position: -webkit-sticky;
        position: sticky;
        z-index: 1020;
    }
    .sticky-sm-bottom {
        bottom: 0;
    }
}
@media (min-width: 768px) {
    .sticky-md-top {
        top: 0;
    }
    .sticky-md-bottom,
    .sticky-md-top {
        position: -webkit-sticky;
        position: sticky;
        z-index: 1020;
    }
    .sticky-md-bottom {
        bottom: 0;
    }
}
@media (min-width: 992px) {
    .sticky-lg-top {
        top: 0;
    }
    .sticky-lg-bottom,
    .sticky-lg-top {
        position: -webkit-sticky;
        position: sticky;
        z-index: 1020;
    }
    .sticky-lg-bottom {
        bottom: 0;
    }
}
@media (min-width: 1200px) {
    .sticky-xl-top {
        top: 0;
    }
    .sticky-xl-bottom,
    .sticky-xl-top {
        position: -webkit-sticky;
        position: sticky;
        z-index: 1020;
    }
    .sticky-xl-bottom {
        bottom: 0;
    }
}
@media (min-width: 1400px) {
    .sticky-xxl-top {
        top: 0;
    }
    .sticky-xxl-bottom,
    .sticky-xxl-top {
        position: -webkit-sticky;
        position: sticky;
        z-index: 1020;
    }
    .sticky-xxl-bottom {
        bottom: 0;
    }
}
.hstack {
    flex-direction: row;
    align-items: center;
}
.hstack,
.vstack {
    display: flex;
    align-self: stretch;
}
.vstack {
    flex: 1 1 auto;
    flex-direction: column;
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption),
.visually-hidden:not(caption) {
    position: absolute !important;
}
.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.vr {
    display: inline-block;
    align-self: stretch;
    width: var(--bs-border-width);
    min-height: 1em;
    background-color: currentcolor;
    opacity: 0.25;
}
.align-baseline {
    vertical-align: baseline !important;
}
.align-top {
    vertical-align: top !important;
}
.align-middle {
    vertical-align: middle !important;
}
.align-bottom {
    vertical-align: bottom !important;
}
.align-text-bottom {
    vertical-align: text-bottom !important;
}
.align-text-top {
    vertical-align: text-top !important;
}
.float-start {
    float: left !important;
}
.float-end {
    float: right !important;
}
.float-none {
    float: none !important;
}
.object-fit-contain {
    object-fit: contain !important;
}
.object-fit-cover {
    object-fit: cover !important;
}
.object-fit-fill {
    object-fit: fill !important;
}
.object-fit-scale {
    object-fit: scale-down !important;
}
.object-fit-none {
    object-fit: none !important;
}
.opacity-0 {
    opacity: 0 !important;
}
.opacity-25 {
    opacity: 0.25 !important;
}
.opacity-50 {
    opacity: 0.5 !important;
}
.opacity-75 {
    opacity: 0.75 !important;
}
.opacity-100 {
    opacity: 1 !important;
}
.overflow-auto {
    overflow: auto !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.overflow-visible {
    overflow: visible !important;
}
.overflow-scroll {
    overflow: scroll !important;
}
.overflow-x-auto {
    overflow-x: auto !important;
}
.overflow-x-hidden {
    overflow-x: hidden !important;
}
.overflow-x-visible {
    overflow-x: visible !important;
}
.overflow-x-scroll {
    overflow-x: scroll !important;
}
.overflow-y-auto {
    overflow-y: auto !important;
}
.overflow-y-hidden {
    overflow-y: hidden !important;
}
.overflow-y-visible {
    overflow-y: visible !important;
}
.overflow-y-scroll {
    overflow-y: scroll !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-grid {
    display: grid !important;
}
.d-inline-grid {
    display: inline-grid !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: flex !important;
}
.d-inline-flex {
    display: inline-flex !important;
}
.d-none {
    display: none !important;
}
.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
    box-shadow: none !important;
}
.focus-ring-primary {
    --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-secondary {
    --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-success {
    --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-info {
    --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-warning {
    --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-danger {
    --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-light {
    --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-dark {
    --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}
.position-static {
    position: static !important;
}
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.position-fixed {
    position: fixed !important;
}
.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}
.top-0 {
    top: 0 !important;
}
.top-50 {
    top: 50% !important;
}
.top-100 {
    top: 100% !important;
}
.bottom-0 {
    bottom: 0 !important;
}
.bottom-50 {
    bottom: 50% !important;
}
.bottom-100 {
    bottom: 100% !important;
}
.start-0 {
    left: 0 !important;
}
.start-50 {
    left: 50% !important;
}
.start-100 {
    left: 100% !important;
}
.end-0 {
    right: 0 !important;
}
.end-50 {
    right: 50% !important;
}
.end-100 {
    right: 100% !important;
}
.translate-middle {
    transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
    transform: translateX(-50%) !important;
}
.translate-middle-y {
    transform: translateY(-50%) !important;
}
.border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-0 {
    border: 0 !important;
}
.border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-top-0 {
    border-top: 0 !important;
}
.border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-end-0 {
    border-right: 0 !important;
}
.border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-bottom-0 {
    border-bottom: 0 !important;
}
.border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-start-0 {
    border-left: 0 !important;
}
.border-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}
.border-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}
.border-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}
.border-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}
.border-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}
.border-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}
.border-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}
.border-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}
.border-black {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}
.border-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}
.border-primary-subtle {
    border-color: var(--bs-primary-border-subtle) !important;
}
.border-secondary-subtle {
    border-color: var(--bs-secondary-border-subtle) !important;
}
.border-success-subtle {
    border-color: var(--bs-success-border-subtle) !important;
}
.border-info-subtle {
    border-color: var(--bs-info-border-subtle) !important;
}
.border-warning-subtle {
    border-color: var(--bs-warning-border-subtle) !important;
}
.border-danger-subtle {
    border-color: var(--bs-danger-border-subtle) !important;
}
.border-light-subtle {
    border-color: var(--bs-light-border-subtle) !important;
}
.border-dark-subtle {
    border-color: var(--bs-dark-border-subtle) !important;
}
.border-1 {
    border-width: 1px !important;
}
.border-2 {
    border-width: 2px !important;
}
.border-3 {
    border-width: 3px !important;
}
.border-4 {
    border-width: 4px !important;
}
.border-5 {
    border-width: 5px !important;
}
.border-opacity-10 {
    --bs-border-opacity: 0.1;
}
.border-opacity-25 {
    --bs-border-opacity: 0.25;
}
.border-opacity-50 {
    --bs-border-opacity: 0.5;
}
.border-opacity-75 {
    --bs-border-opacity: 0.75;
}
.border-opacity-100 {
    --bs-border-opacity: 1;
}
.w-25 {
    width: 25% !important;
}
.w-50 {
    width: 50% !important;
}
.w-75 {
    width: 75% !important;
}
.w-100 {
    width: 100% !important;
}
.w-auto {
    width: auto !important;
}
.mw-100 {
    max-width: 100% !important;
}
.vw-100 {
    width: 100vw !important;
}
.min-vw-100 {
    min-width: 100vw !important;
}
.h-25 {
    height: 25% !important;
}
.h-50 {
    height: 50% !important;
}
.h-75 {
    height: 75% !important;
}
.h-100 {
    height: 100% !important;
}
.h-auto {
    height: auto !important;
}
.mh-100 {
    max-height: 100% !important;
}
.vh-100 {
    height: 100vh !important;
}
.min-vh-100 {
    min-height: 100vh !important;
}
.flex-fill {
    flex: 1 1 auto !important;
}
.flex-row {
    flex-direction: row !important;
}
.flex-column {
    flex-direction: column !important;
}
.flex-row-reverse {
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    flex-direction: column-reverse !important;
}
.flex-grow-0 {
    flex-grow: 0 !important;
}
.flex-grow-1 {
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    flex-shrink: 1 !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.flex-nowrap {
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}
.justify-content-start {
    justify-content: flex-start !important;
}
.justify-content-end {
    justify-content: flex-end !important;
}
.justify-content-center {
    justify-content: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.justify-content-around {
    justify-content: space-around !important;
}
.justify-content-evenly {
    justify-content: space-evenly !important;
}
.align-items-start {
    align-items: flex-start !important;
}
.align-items-end {
    align-items: flex-end !important;
}
.align-items-center {
    align-items: center !important;
}
.align-items-baseline {
    align-items: baseline !important;
}
.align-items-stretch {
    align-items: stretch !important;
}
.align-content-start {
    align-content: flex-start !important;
}
.align-content-end {
    align-content: flex-end !important;
}
.align-content-center {
    align-content: center !important;
}
.align-content-between {
    align-content: space-between !important;
}
.align-content-around {
    align-content: space-around !important;
}
.align-content-stretch {
    align-content: stretch !important;
}
.align-self-auto {
    align-self: auto !important;
}
.align-self-start {
    align-self: flex-start !important;
}
.align-self-end {
    align-self: flex-end !important;
}
.align-self-center {
    align-self: center !important;
}
.align-self-baseline {
    align-self: baseline !important;
}
.align-self-stretch {
    align-self: stretch !important;
}
.order-first {
    order: -1 !important;
}
.order-0 {
    order: 0 !important;
}
.order-1 {
    order: 1 !important;
}
.order-2 {
    order: 2 !important;
}
.order-3 {
    order: 3 !important;
}
.order-4 {
    order: 4 !important;
}
.order-5 {
    order: 5 !important;
}
.order-last {
    order: 6 !important;
}
.m-0 {
    margin: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.m-auto {
    margin: auto !important;
}
.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}
.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}
.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}
.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}
.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}
.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}
.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}
.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}
.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}
.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}
.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mt-1 {
    margin-top: 0.25rem !important;
}
.mt-2 {
    margin-top: 0.5rem !important;
}
.mt-3 {
    margin-top: 1rem !important;
}
.mt-4 {
    margin-top: 1.5rem !important;
}
.mt-5 {
    margin-top: 3rem !important;
}
.mt-auto {
    margin-top: auto !important;
}
.me-0 {
    margin-right: 0 !important;
}
.me-1 {
    margin-right: 0.25rem !important;
}
.me-2 {
    margin-right: 0.5rem !important;
}
.me-3 {
    margin-right: 1rem !important;
}
.me-4 {
    margin-right: 1.5rem !important;
}
.me-5 {
    margin-right: 3rem !important;
}
.me-auto {
    margin-right: auto !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-1 {
    margin-bottom: 0.25rem !important;
}
.mb-2 {
    margin-bottom: 0.5rem !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.mb-5 {
    margin-bottom: 3rem !important;
}
.mb-auto {
    margin-bottom: auto !important;
}
.ms-0 {
    margin-left: 0 !important;
}
.ms-1 {
    margin-left: 0.25rem !important;
}
.ms-2 {
    margin-left: 0.5rem !important;
}
.ms-3 {
    margin-left: 1rem !important;
}
.ms-4 {
    margin-left: 1.5rem !important;
}
.ms-5 {
    margin-left: 3rem !important;
}
.ms-auto {
    margin-left: auto !important;
}
.p-0 {
    padding: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}
.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}
.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}
.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}
.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}
.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}
.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pt-1 {
    padding-top: 0.25rem !important;
}
.pt-2 {
    padding-top: 0.5rem !important;
}
.pt-3 {
    padding-top: 1rem !important;
}
.pt-4 {
    padding-top: 1.5rem !important;
}
.pt-5 {
    padding-top: 3rem !important;
}
.pe-0 {
    padding-right: 0 !important;
}
.pe-1 {
    padding-right: 0.25rem !important;
}
.pe-2 {
    padding-right: 0.5rem !important;
}
.pe-3 {
    padding-right: 1rem !important;
}
.pe-4 {
    padding-right: 1.5rem !important;
}
.pe-5 {
    padding-right: 3rem !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pb-1 {
    padding-bottom: 0.25rem !important;
}
.pb-2 {
    padding-bottom: 0.5rem !important;
}
.pb-3 {
    padding-bottom: 1rem !important;
}
.pb-4 {
    padding-bottom: 1.5rem !important;
}
.pb-5 {
    padding-bottom: 3rem !important;
}
.ps-0 {
    padding-left: 0 !important;
}
.ps-1 {
    padding-left: 0.25rem !important;
}
.ps-2 {
    padding-left: 0.5rem !important;
}
.ps-3 {
    padding-left: 1rem !important;
}
.ps-4 {
    padding-left: 1.5rem !important;
}
.ps-5 {
    padding-left: 3rem !important;
}
.gap-0 {
    gap: 0 !important;
}
.gap-1 {
    gap: 0.25rem !important;
}
.gap-2 {
    gap: 0.5rem !important;
}
.gap-3 {
    gap: 1rem !important;
}
.gap-4 {
    gap: 1.5rem !important;
}
.gap-5 {
    gap: 3rem !important;
}
.row-gap-0 {
    row-gap: 0 !important;
}
.row-gap-1 {
    row-gap: 0.25rem !important;
}
.row-gap-2 {
    row-gap: 0.5rem !important;
}
.row-gap-3 {
    row-gap: 1rem !important;
}
.row-gap-4 {
    row-gap: 1.5rem !important;
}
.row-gap-5 {
    row-gap: 3rem !important;
}
.column-gap-0 {
    column-gap: 0 !important;
}
.column-gap-1 {
    column-gap: 0.25rem !important;
}
.column-gap-2 {
    column-gap: 0.5rem !important;
}
.column-gap-3 {
    column-gap: 1rem !important;
}
.column-gap-4 {
    column-gap: 1.5rem !important;
}
.column-gap-5 {
    column-gap: 3rem !important;
}
.font-monospace {
    font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
    font-size: 1.25rem !important;
}
.fs-6 {
    font-size: 1rem !important;
}
.fst-italic {
    font-style: italic !important;
}
.fst-normal {
    font-style: normal !important;
}
.fw-lighter {
    font-weight: lighter !important;
}
.fw-light {
    font-weight: 300 !important;
}
.fw-normal {
    font-weight: 400 !important;
}
.fw-medium {
    font-weight: 500 !important;
}
.fw-semibold {
    font-weight: 600 !important;
}
.fw-bold {
    font-weight: 700 !important;
}
.fw-bolder {
    font-weight: bolder !important;
}
.lh-1 {
    line-height: 1 !important;
}
.lh-sm {
    line-height: 1.25 !important;
}
.lh-base {
    line-height: 1.5 !important;
}
.lh-lg {
    line-height: 2 !important;
}
.text-start {
    text-align: left !important;
}
.text-end {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.text-decoration-none {
    text-decoration: none !important;
}
.text-decoration-underline {
    text-decoration: underline !important;
}
.text-decoration-line-through {
    text-decoration: line-through !important;
}
.text-lowercase {
    text-transform: lowercase !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.text-wrap {
    white-space: normal !important;
}
.text-nowrap {
    white-space: nowrap !important;
}
.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
}
.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.text-muted {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color) !important;
}
.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
    --bs-text-opacity: 1;
    color: hsla(0, 0%, 100%, 0.5) !important;
}
.text-body-secondary {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color) !important;
}
.text-body-tertiary {
    --bs-text-opacity: 1;
    color: var(--bs-tertiary-color) !important;
}
.text-body-emphasis {
    --bs-text-opacity: 1;
    color: var(--bs-emphasis-color) !important;
}
.text-reset {
    --bs-text-opacity: 1;
    color: inherit !important;
}
.text-opacity-25 {
    --bs-text-opacity: 0.25;
}
.text-opacity-50 {
    --bs-text-opacity: 0.5;
}
.text-opacity-75 {
    --bs-text-opacity: 0.75;
}
.text-opacity-100 {
    --bs-text-opacity: 1;
}
.text-primary-emphasis {
    color: var(--bs-primary-text-emphasis) !important;
}
.text-secondary-emphasis {
    color: var(--bs-secondary-text-emphasis) !important;
}
.text-success-emphasis {
    color: var(--bs-success-text-emphasis) !important;
}
.text-info-emphasis {
    color: var(--bs-info-text-emphasis) !important;
}
.text-warning-emphasis {
    color: var(--bs-warning-text-emphasis) !important;
}
.text-danger-emphasis {
    color: var(--bs-danger-text-emphasis) !important;
}
.text-light-emphasis {
    color: var(--bs-light-text-emphasis) !important;
}
.text-dark-emphasis {
    color: var(--bs-dark-text-emphasis) !important;
}
.link-opacity-10,
.link-opacity-10-hover:hover {
    --bs-link-opacity: 0.1;
}
.link-opacity-25,
.link-opacity-25-hover:hover {
    --bs-link-opacity: 0.25;
}
.link-opacity-50,
.link-opacity-50-hover:hover {
    --bs-link-opacity: 0.5;
}
.link-opacity-75,
.link-opacity-75-hover:hover {
    --bs-link-opacity: 0.75;
}
.link-opacity-100,
.link-opacity-100-hover:hover {
    --bs-link-opacity: 1;
}
.link-offset-1,
.link-offset-1-hover:hover {
    text-underline-offset: 0.125em !important;
}
.link-offset-2,
.link-offset-2-hover:hover {
    text-underline-offset: 0.25em !important;
}
.link-offset-3,
.link-offset-3-hover:hover {
    text-underline-offset: 0.375em !important;
}
.link-underline-primary {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
    text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-secondary {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
    text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-success {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
    text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-info {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
    text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-warning {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
    text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-danger {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
    text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-light {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
    text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-dark {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
    text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-underline-opacity-0,
.link-underline-opacity-0-hover:hover {
    --bs-link-underline-opacity: 0;
}
.link-underline-opacity-10,
.link-underline-opacity-10-hover:hover {
    --bs-link-underline-opacity: 0.1;
}
.link-underline-opacity-25,
.link-underline-opacity-25-hover:hover {
    --bs-link-underline-opacity: 0.25;
}
.link-underline-opacity-50,
.link-underline-opacity-50-hover:hover {
    --bs-link-underline-opacity: 0.5;
}
.link-underline-opacity-75,
.link-underline-opacity-75-hover:hover {
    --bs-link-underline-opacity: 0.75;
}
.link-underline-opacity-100,
.link-underline-opacity-100-hover:hover {
    --bs-link-underline-opacity: 1;
}
.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}
.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
}
.bg-body-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-opacity-10 {
    --bs-bg-opacity: 0.1;
}
.bg-opacity-25 {
    --bs-bg-opacity: 0.25;
}
.bg-opacity-50 {
    --bs-bg-opacity: 0.5;
}
.bg-opacity-75 {
    --bs-bg-opacity: 0.75;
}
.bg-opacity-100 {
    --bs-bg-opacity: 1;
}
.bg-primary-subtle {
    background-color: var(--bs-primary-bg-subtle) !important;
}
.bg-secondary-subtle {
    background-color: var(--bs-secondary-bg-subtle) !important;
}
.bg-success-subtle {
    background-color: var(--bs-success-bg-subtle) !important;
}
.bg-info-subtle {
    background-color: var(--bs-info-bg-subtle) !important;
}
.bg-warning-subtle {
    background-color: var(--bs-warning-bg-subtle) !important;
}
.bg-danger-subtle {
    background-color: var(--bs-danger-bg-subtle) !important;
}
.bg-light-subtle {
    background-color: var(--bs-light-bg-subtle) !important;
}
.bg-dark-subtle {
    background-color: var(--bs-dark-bg-subtle) !important;
}
.bg-gradient {
    background-image: var(--bs-gradient) !important;
}
.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important;
}
.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    user-select: auto !important;
}
.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
}
.pe-none {
    pointer-events: none !important;
}
.pe-auto {
    pointer-events: auto !important;
}
.rounded {
    border-radius: var(--bs-border-radius) !important;
}
.rounded-0 {
    border-radius: 0 !important;
}
.rounded-1 {
    border-radius: var(--bs-border-radius-sm) !important;
}
.rounded-2 {
    border-radius: var(--bs-border-radius) !important;
}
.rounded-3 {
    border-radius: var(--bs-border-radius-lg) !important;
}
.rounded-4 {
    border-radius: var(--bs-border-radius-xl) !important;
}
.rounded-5 {
    border-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-circle {
    border-radius: 50% !important;
}
.rounded-pill {
    border-radius: var(--bs-border-radius-pill) !important;
}
.rounded-top {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.rounded-top-1 {
    border-top-left-radius: var(--bs-border-radius-sm) !important;
    border-top-right-radius: var(--bs-border-radius-sm) !important;
}
.rounded-top-2 {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-top-3 {
    border-top-left-radius: var(--bs-border-radius-lg) !important;
    border-top-right-radius: var(--bs-border-radius-lg) !important;
}
.rounded-top-4 {
    border-top-left-radius: var(--bs-border-radius-xl) !important;
    border-top-right-radius: var(--bs-border-radius-xl) !important;
}
.rounded-top-5 {
    border-top-left-radius: var(--bs-border-radius-xxl) !important;
    border-top-right-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-top-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
}
.rounded-top-pill {
    border-top-left-radius: var(--bs-border-radius-pill) !important;
    border-top-right-radius: var(--bs-border-radius-pill) !important;
}
.rounded-end {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-end-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.rounded-end-1 {
    border-top-right-radius: var(--bs-border-radius-sm) !important;
    border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}
.rounded-end-2 {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-end-3 {
    border-top-right-radius: var(--bs-border-radius-lg) !important;
    border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}
.rounded-end-4 {
    border-top-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}
.rounded-end-5 {
    border-top-right-radius: var(--bs-border-radius-xxl) !important;
    border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-end-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
}
.rounded-end-pill {
    border-top-right-radius: var(--bs-border-radius-pill) !important;
    border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}
.rounded-bottom {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-bottom-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.rounded-bottom-1 {
    border-bottom-right-radius: var(--bs-border-radius-sm) !important;
    border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}
.rounded-bottom-2 {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-bottom-3 {
    border-bottom-right-radius: var(--bs-border-radius-lg) !important;
    border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}
.rounded-bottom-4 {
    border-bottom-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}
.rounded-bottom-5 {
    border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
    border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-bottom-circle {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
}
.rounded-bottom-pill {
    border-bottom-right-radius: var(--bs-border-radius-pill) !important;
    border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}
.rounded-start {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important;
}
.rounded-start-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}
.rounded-start-1 {
    border-bottom-left-radius: var(--bs-border-radius-sm) !important;
    border-top-left-radius: var(--bs-border-radius-sm) !important;
}
.rounded-start-2 {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important;
}
.rounded-start-3 {
    border-bottom-left-radius: var(--bs-border-radius-lg) !important;
    border-top-left-radius: var(--bs-border-radius-lg) !important;
}
.rounded-start-4 {
    border-bottom-left-radius: var(--bs-border-radius-xl) !important;
    border-top-left-radius: var(--bs-border-radius-xl) !important;
}
.rounded-start-5 {
    border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
    border-top-left-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-start-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
}
.rounded-start-pill {
    border-bottom-left-radius: var(--bs-border-radius-pill) !important;
    border-top-left-radius: var(--bs-border-radius-pill) !important;
}
.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !important;
}
.z-n1 {
    z-index: -1 !important;
}
.z-0 {
    z-index: 0 !important;
}
.z-1 {
    z-index: 1 !important;
}
.z-2 {
    z-index: 2 !important;
}
.z-3 {
    z-index: 3 !important;
}
@media (min-width: 576px) {
    .float-sm-start {
        float: left !important;
    }
    .float-sm-end {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
    .object-fit-sm-contain {
        object-fit: contain !important;
    }
    .object-fit-sm-cover {
        object-fit: cover !important;
    }
    .object-fit-sm-fill {
        object-fit: fill !important;
    }
    .object-fit-sm-scale {
        object-fit: scale-down !important;
    }
    .object-fit-sm-none {
        object-fit: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-grid {
        display: grid !important;
    }
    .d-sm-inline-grid {
        display: inline-grid !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: inline-flex !important;
    }
    .d-sm-none {
        display: none !important;
    }
    .flex-sm-fill {
        flex: 1 1 auto !important;
    }
    .flex-sm-row {
        flex-direction: row !important;
    }
    .flex-sm-column {
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-sm-start {
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        justify-content: center !important;
    }
    .justify-content-sm-between {
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        justify-content: space-around !important;
    }
    .justify-content-sm-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-sm-start {
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        align-items: center !important;
    }
    .align-items-sm-baseline {
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        align-items: stretch !important;
    }
    .align-content-sm-start {
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        align-content: center !important;
    }
    .align-content-sm-between {
        align-content: space-between !important;
    }
    .align-content-sm-around {
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        align-self: auto !important;
    }
    .align-self-sm-start {
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        align-self: center !important;
    }
    .align-self-sm-baseline {
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        align-self: stretch !important;
    }
    .order-sm-first {
        order: -1 !important;
    }
    .order-sm-0 {
        order: 0 !important;
    }
    .order-sm-1 {
        order: 1 !important;
    }
    .order-sm-2 {
        order: 2 !important;
    }
    .order-sm-3 {
        order: 3 !important;
    }
    .order-sm-4 {
        order: 4 !important;
    }
    .order-sm-5 {
        order: 5 !important;
    }
    .order-sm-last {
        order: 6 !important;
    }
    .m-sm-0 {
        margin: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-sm-0 {
        margin-top: 0 !important;
    }
    .mt-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mt-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mt-sm-3 {
        margin-top: 1rem !important;
    }
    .mt-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mt-sm-5 {
        margin-top: 3rem !important;
    }
    .mt-sm-auto {
        margin-top: auto !important;
    }
    .me-sm-0 {
        margin-right: 0 !important;
    }
    .me-sm-1 {
        margin-right: 0.25rem !important;
    }
    .me-sm-2 {
        margin-right: 0.5rem !important;
    }
    .me-sm-3 {
        margin-right: 1rem !important;
    }
    .me-sm-4 {
        margin-right: 1.5rem !important;
    }
    .me-sm-5 {
        margin-right: 3rem !important;
    }
    .me-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-0 {
        margin-bottom: 0 !important;
    }
    .mb-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-sm-3 {
        margin-bottom: 1rem !important;
    }
    .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-sm-5 {
        margin-bottom: 3rem !important;
    }
    .mb-sm-auto {
        margin-bottom: auto !important;
    }
    .ms-sm-0 {
        margin-left: 0 !important;
    }
    .ms-sm-1 {
        margin-left: 0.25rem !important;
    }
    .ms-sm-2 {
        margin-left: 0.5rem !important;
    }
    .ms-sm-3 {
        margin-left: 1rem !important;
    }
    .ms-sm-4 {
        margin-left: 1.5rem !important;
    }
    .ms-sm-5 {
        margin-left: 3rem !important;
    }
    .ms-sm-auto {
        margin-left: auto !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-sm-0 {
        padding-top: 0 !important;
    }
    .pt-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pt-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pt-sm-3 {
        padding-top: 1rem !important;
    }
    .pt-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pt-sm-5 {
        padding-top: 3rem !important;
    }
    .pe-sm-0 {
        padding-right: 0 !important;
    }
    .pe-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pe-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pe-sm-3 {
        padding-right: 1rem !important;
    }
    .pe-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pe-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-0 {
        padding-bottom: 0 !important;
    }
    .pb-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pb-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-sm-5 {
        padding-bottom: 3rem !important;
    }
    .ps-sm-0 {
        padding-left: 0 !important;
    }
    .ps-sm-1 {
        padding-left: 0.25rem !important;
    }
    .ps-sm-2 {
        padding-left: 0.5rem !important;
    }
    .ps-sm-3 {
        padding-left: 1rem !important;
    }
    .ps-sm-4 {
        padding-left: 1.5rem !important;
    }
    .ps-sm-5 {
        padding-left: 3rem !important;
    }
    .gap-sm-0 {
        gap: 0 !important;
    }
    .gap-sm-1 {
        gap: 0.25rem !important;
    }
    .gap-sm-2 {
        gap: 0.5rem !important;
    }
    .gap-sm-3 {
        gap: 1rem !important;
    }
    .gap-sm-4 {
        gap: 1.5rem !important;
    }
    .gap-sm-5 {
        gap: 3rem !important;
    }
    .row-gap-sm-0 {
        row-gap: 0 !important;
    }
    .row-gap-sm-1 {
        row-gap: 0.25rem !important;
    }
    .row-gap-sm-2 {
        row-gap: 0.5rem !important;
    }
    .row-gap-sm-3 {
        row-gap: 1rem !important;
    }
    .row-gap-sm-4 {
        row-gap: 1.5rem !important;
    }
    .row-gap-sm-5 {
        row-gap: 3rem !important;
    }
    .column-gap-sm-0 {
        column-gap: 0 !important;
    }
    .column-gap-sm-1 {
        column-gap: 0.25rem !important;
    }
    .column-gap-sm-2 {
        column-gap: 0.5rem !important;
    }
    .column-gap-sm-3 {
        column-gap: 1rem !important;
    }
    .column-gap-sm-4 {
        column-gap: 1.5rem !important;
    }
    .column-gap-sm-5 {
        column-gap: 3rem !important;
    }
    .text-sm-start {
        text-align: left !important;
    }
    .text-sm-end {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 768px) {
    .float-md-start {
        float: left !important;
    }
    .float-md-end {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
    .object-fit-md-contain {
        object-fit: contain !important;
    }
    .object-fit-md-cover {
        object-fit: cover !important;
    }
    .object-fit-md-fill {
        object-fit: fill !important;
    }
    .object-fit-md-scale {
        object-fit: scale-down !important;
    }
    .object-fit-md-none {
        object-fit: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-grid {
        display: grid !important;
    }
    .d-md-inline-grid {
        display: inline-grid !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: flex !important;
    }
    .d-md-inline-flex {
        display: inline-flex !important;
    }
    .d-md-none {
        display: none !important;
    }
    .flex-md-fill {
        flex: 1 1 auto !important;
    }
    .flex-md-row {
        flex-direction: row !important;
    }
    .flex-md-column {
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-md-wrap {
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-md-start {
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        justify-content: center !important;
    }
    .justify-content-md-between {
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        justify-content: space-around !important;
    }
    .justify-content-md-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-md-start {
        align-items: flex-start !important;
    }
    .align-items-md-end {
        align-items: flex-end !important;
    }
    .align-items-md-center {
        align-items: center !important;
    }
    .align-items-md-baseline {
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        align-items: stretch !important;
    }
    .align-content-md-start {
        align-content: flex-start !important;
    }
    .align-content-md-end {
        align-content: flex-end !important;
    }
    .align-content-md-center {
        align-content: center !important;
    }
    .align-content-md-between {
        align-content: space-between !important;
    }
    .align-content-md-around {
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        align-content: stretch !important;
    }
    .align-self-md-auto {
        align-self: auto !important;
    }
    .align-self-md-start {
        align-self: flex-start !important;
    }
    .align-self-md-end {
        align-self: flex-end !important;
    }
    .align-self-md-center {
        align-self: center !important;
    }
    .align-self-md-baseline {
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        align-self: stretch !important;
    }
    .order-md-first {
        order: -1 !important;
    }
    .order-md-0 {
        order: 0 !important;
    }
    .order-md-1 {
        order: 1 !important;
    }
    .order-md-2 {
        order: 2 !important;
    }
    .order-md-3 {
        order: 3 !important;
    }
    .order-md-4 {
        order: 4 !important;
    }
    .order-md-5 {
        order: 5 !important;
    }
    .order-md-last {
        order: 6 !important;
    }
    .m-md-0 {
        margin: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-md-0 {
        margin-top: 0 !important;
    }
    .mt-md-1 {
        margin-top: 0.25rem !important;
    }
    .mt-md-2 {
        margin-top: 0.5rem !important;
    }
    .mt-md-3 {
        margin-top: 1rem !important;
    }
    .mt-md-4 {
        margin-top: 1.5rem !important;
    }
    .mt-md-5 {
        margin-top: 3rem !important;
    }
    .mt-md-auto {
        margin-top: auto !important;
    }
    .me-md-0 {
        margin-right: 0 !important;
    }
    .me-md-1 {
        margin-right: 0.25rem !important;
    }
    .me-md-2 {
        margin-right: 0.5rem !important;
    }
    .me-md-3 {
        margin-right: 1rem !important;
    }
    .me-md-4 {
        margin-right: 1.5rem !important;
    }
    .me-md-5 {
        margin-right: 3rem !important;
    }
    .me-md-auto {
        margin-right: auto !important;
    }
    .mb-md-0 {
        margin-bottom: 0 !important;
    }
    .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-md-3 {
        margin-bottom: 1rem !important;
    }
    .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-md-5 {
        margin-bottom: 3rem !important;
    }
    .mb-md-auto {
        margin-bottom: auto !important;
    }
    .ms-md-0 {
        margin-left: 0 !important;
    }
    .ms-md-1 {
        margin-left: 0.25rem !important;
    }
    .ms-md-2 {
        margin-left: 0.5rem !important;
    }
    .ms-md-3 {
        margin-left: 1rem !important;
    }
    .ms-md-4 {
        margin-left: 1.5rem !important;
    }
    .ms-md-5 {
        margin-left: 3rem !important;
    }
    .ms-md-auto {
        margin-left: auto !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-md-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-md-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-md-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-md-0 {
        padding-top: 0 !important;
    }
    .pt-md-1 {
        padding-top: 0.25rem !important;
    }
    .pt-md-2 {
        padding-top: 0.5rem !important;
    }
    .pt-md-3 {
        padding-top: 1rem !important;
    }
    .pt-md-4 {
        padding-top: 1.5rem !important;
    }
    .pt-md-5 {
        padding-top: 3rem !important;
    }
    .pe-md-0 {
        padding-right: 0 !important;
    }
    .pe-md-1 {
        padding-right: 0.25rem !important;
    }
    .pe-md-2 {
        padding-right: 0.5rem !important;
    }
    .pe-md-3 {
        padding-right: 1rem !important;
    }
    .pe-md-4 {
        padding-right: 1.5rem !important;
    }
    .pe-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-0 {
        padding-bottom: 0 !important;
    }
    .pb-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-md-3 {
        padding-bottom: 1rem !important;
    }
    .pb-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-md-5 {
        padding-bottom: 3rem !important;
    }
    .ps-md-0 {
        padding-left: 0 !important;
    }
    .ps-md-1 {
        padding-left: 0.25rem !important;
    }
    .ps-md-2 {
        padding-left: 0.5rem !important;
    }
    .ps-md-3 {
        padding-left: 1rem !important;
    }
    .ps-md-4 {
        padding-left: 1.5rem !important;
    }
    .ps-md-5 {
        padding-left: 3rem !important;
    }
    .gap-md-0 {
        gap: 0 !important;
    }
    .gap-md-1 {
        gap: 0.25rem !important;
    }
    .gap-md-2 {
        gap: 0.5rem !important;
    }
    .gap-md-3 {
        gap: 1rem !important;
    }
    .gap-md-4 {
        gap: 1.5rem !important;
    }
    .gap-md-5 {
        gap: 3rem !important;
    }
    .row-gap-md-0 {
        row-gap: 0 !important;
    }
    .row-gap-md-1 {
        row-gap: 0.25rem !important;
    }
    .row-gap-md-2 {
        row-gap: 0.5rem !important;
    }
    .row-gap-md-3 {
        row-gap: 1rem !important;
    }
    .row-gap-md-4 {
        row-gap: 1.5rem !important;
    }
    .row-gap-md-5 {
        row-gap: 3rem !important;
    }
    .column-gap-md-0 {
        column-gap: 0 !important;
    }
    .column-gap-md-1 {
        column-gap: 0.25rem !important;
    }
    .column-gap-md-2 {
        column-gap: 0.5rem !important;
    }
    .column-gap-md-3 {
        column-gap: 1rem !important;
    }
    .column-gap-md-4 {
        column-gap: 1.5rem !important;
    }
    .column-gap-md-5 {
        column-gap: 3rem !important;
    }
    .text-md-start {
        text-align: left !important;
    }
    .text-md-end {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}
@media (min-width: 992px) {
    .float-lg-start {
        float: left !important;
    }
    .float-lg-end {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
    .object-fit-lg-contain {
        object-fit: contain !important;
    }
    .object-fit-lg-cover {
        object-fit: cover !important;
    }
    .object-fit-lg-fill {
        object-fit: fill !important;
    }
    .object-fit-lg-scale {
        object-fit: scale-down !important;
    }
    .object-fit-lg-none {
        object-fit: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-grid {
        display: grid !important;
    }
    .d-lg-inline-grid {
        display: inline-grid !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
    .d-lg-none {
        display: none !important;
    }
    .flex-lg-fill {
        flex: 1 1 auto !important;
    }
    .flex-lg-row {
        flex-direction: row !important;
    }
    .flex-lg-column {
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-lg-start {
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        justify-content: center !important;
    }
    .justify-content-lg-between {
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        justify-content: space-around !important;
    }
    .justify-content-lg-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-lg-start {
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        align-items: center !important;
    }
    .align-items-lg-baseline {
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        align-items: stretch !important;
    }
    .align-content-lg-start {
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        align-content: center !important;
    }
    .align-content-lg-between {
        align-content: space-between !important;
    }
    .align-content-lg-around {
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        align-self: auto !important;
    }
    .align-self-lg-start {
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        align-self: center !important;
    }
    .align-self-lg-baseline {
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        align-self: stretch !important;
    }
    .order-lg-first {
        order: -1 !important;
    }
    .order-lg-0 {
        order: 0 !important;
    }
    .order-lg-1 {
        order: 1 !important;
    }
    .order-lg-2 {
        order: 2 !important;
    }
    .order-lg-3 {
        order: 3 !important;
    }
    .order-lg-4 {
        order: 4 !important;
    }
    .order-lg-5 {
        order: 5 !important;
    }
    .order-lg-last {
        order: 6 !important;
    }
    .m-lg-0 {
        margin: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-lg-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-lg-0 {
        margin-top: 0 !important;
    }
    .mt-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mt-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mt-lg-3 {
        margin-top: 1rem !important;
    }
    .mt-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mt-lg-5 {
        margin-top: 3rem !important;
    }
    .mt-lg-auto {
        margin-top: auto !important;
    }
    .me-lg-0 {
        margin-right: 0 !important;
    }
    .me-lg-1 {
        margin-right: 0.25rem !important;
    }
    .me-lg-2 {
        margin-right: 0.5rem !important;
    }
    .me-lg-3 {
        margin-right: 1rem !important;
    }
    .me-lg-4 {
        margin-right: 1.5rem !important;
    }
    .me-lg-5 {
        margin-right: 3rem !important;
    }
    .me-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
    .mb-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-lg-3 {
        margin-bottom: 1rem !important;
    }
    .mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-lg-5 {
        margin-bottom: 3rem !important;
    }
    .mb-lg-auto {
        margin-bottom: auto !important;
    }
    .ms-lg-0 {
        margin-left: 0 !important;
    }
    .ms-lg-1 {
        margin-left: 0.25rem !important;
    }
    .ms-lg-2 {
        margin-left: 0.5rem !important;
    }
    .ms-lg-3 {
        margin-left: 1rem !important;
    }
    .ms-lg-4 {
        margin-left: 1.5rem !important;
    }
    .ms-lg-5 {
        margin-left: 3rem !important;
    }
    .ms-lg-auto {
        margin-left: auto !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-lg-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-lg-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-lg-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-lg-0 {
        padding-top: 0 !important;
    }
    .pt-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pt-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pt-lg-3 {
        padding-top: 1rem !important;
    }
    .pt-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pt-lg-5 {
        padding-top: 3rem !important;
    }
    .pe-lg-0 {
        padding-right: 0 !important;
    }
    .pe-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pe-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pe-lg-3 {
        padding-right: 1rem !important;
    }
    .pe-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pe-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-0 {
        padding-bottom: 0 !important;
    }
    .pb-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pb-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-lg-5 {
        padding-bottom: 3rem !important;
    }
    .ps-lg-0 {
        padding-left: 0 !important;
    }
    .ps-lg-1 {
        padding-left: 0.25rem !important;
    }
    .ps-lg-2 {
        padding-left: 0.5rem !important;
    }
    .ps-lg-3 {
        padding-left: 1rem !important;
    }
    .ps-lg-4 {
        padding-left: 1.5rem !important;
    }
    .ps-lg-5 {
        padding-left: 3rem !important;
    }
    .gap-lg-0 {
        gap: 0 !important;
    }
    .gap-lg-1 {
        gap: 0.25rem !important;
    }
    .gap-lg-2 {
        gap: 0.5rem !important;
    }
    .gap-lg-3 {
        gap: 1rem !important;
    }
    .gap-lg-4 {
        gap: 1.5rem !important;
    }
    .gap-lg-5 {
        gap: 3rem !important;
    }
    .row-gap-lg-0 {
        row-gap: 0 !important;
    }
    .row-gap-lg-1 {
        row-gap: 0.25rem !important;
    }
    .row-gap-lg-2 {
        row-gap: 0.5rem !important;
    }
    .row-gap-lg-3 {
        row-gap: 1rem !important;
    }
    .row-gap-lg-4 {
        row-gap: 1.5rem !important;
    }
    .row-gap-lg-5 {
        row-gap: 3rem !important;
    }
    .column-gap-lg-0 {
        column-gap: 0 !important;
    }
    .column-gap-lg-1 {
        column-gap: 0.25rem !important;
    }
    .column-gap-lg-2 {
        column-gap: 0.5rem !important;
    }
    .column-gap-lg-3 {
        column-gap: 1rem !important;
    }
    .column-gap-lg-4 {
        column-gap: 1.5rem !important;
    }
    .column-gap-lg-5 {
        column-gap: 3rem !important;
    }
    .text-lg-start {
        text-align: left !important;
    }
    .text-lg-end {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}
@media (min-width: 1200px) {
    .float-xl-start {
        float: left !important;
    }
    .float-xl-end {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
    .object-fit-xl-contain {
        object-fit: contain !important;
    }
    .object-fit-xl-cover {
        object-fit: cover !important;
    }
    .object-fit-xl-fill {
        object-fit: fill !important;
    }
    .object-fit-xl-scale {
        object-fit: scale-down !important;
    }
    .object-fit-xl-none {
        object-fit: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-grid {
        display: grid !important;
    }
    .d-xl-inline-grid {
        display: inline-grid !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: inline-flex !important;
    }
    .d-xl-none {
        display: none !important;
    }
    .flex-xl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xl-row {
        flex-direction: row !important;
    }
    .flex-xl-column {
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-xl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        justify-content: center !important;
    }
    .justify-content-xl-between {
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        justify-content: space-around !important;
    }
    .justify-content-xl-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-xl-start {
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        align-items: center !important;
    }
    .align-items-xl-baseline {
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        align-items: stretch !important;
    }
    .align-content-xl-start {
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        align-content: center !important;
    }
    .align-content-xl-between {
        align-content: space-between !important;
    }
    .align-content-xl-around {
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        align-self: auto !important;
    }
    .align-self-xl-start {
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        align-self: center !important;
    }
    .align-self-xl-baseline {
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        align-self: stretch !important;
    }
    .order-xl-first {
        order: -1 !important;
    }
    .order-xl-0 {
        order: 0 !important;
    }
    .order-xl-1 {
        order: 1 !important;
    }
    .order-xl-2 {
        order: 2 !important;
    }
    .order-xl-3 {
        order: 3 !important;
    }
    .order-xl-4 {
        order: 4 !important;
    }
    .order-xl-5 {
        order: 5 !important;
    }
    .order-xl-last {
        order: 6 !important;
    }
    .m-xl-0 {
        margin: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-xl-0 {
        margin-top: 0 !important;
    }
    .mt-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mt-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mt-xl-3 {
        margin-top: 1rem !important;
    }
    .mt-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mt-xl-5 {
        margin-top: 3rem !important;
    }
    .mt-xl-auto {
        margin-top: auto !important;
    }
    .me-xl-0 {
        margin-right: 0 !important;
    }
    .me-xl-1 {
        margin-right: 0.25rem !important;
    }
    .me-xl-2 {
        margin-right: 0.5rem !important;
    }
    .me-xl-3 {
        margin-right: 1rem !important;
    }
    .me-xl-4 {
        margin-right: 1.5rem !important;
    }
    .me-xl-5 {
        margin-right: 3rem !important;
    }
    .me-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-xl-3 {
        margin-bottom: 1rem !important;
    }
    .mb-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-xl-5 {
        margin-bottom: 3rem !important;
    }
    .mb-xl-auto {
        margin-bottom: auto !important;
    }
    .ms-xl-0 {
        margin-left: 0 !important;
    }
    .ms-xl-1 {
        margin-left: 0.25rem !important;
    }
    .ms-xl-2 {
        margin-left: 0.5rem !important;
    }
    .ms-xl-3 {
        margin-left: 1rem !important;
    }
    .ms-xl-4 {
        margin-left: 1.5rem !important;
    }
    .ms-xl-5 {
        margin-left: 3rem !important;
    }
    .ms-xl-auto {
        margin-left: auto !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-xl-0 {
        padding-top: 0 !important;
    }
    .pt-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pt-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pt-xl-3 {
        padding-top: 1rem !important;
    }
    .pt-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pt-xl-5 {
        padding-top: 3rem !important;
    }
    .pe-xl-0 {
        padding-right: 0 !important;
    }
    .pe-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pe-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pe-xl-3 {
        padding-right: 1rem !important;
    }
    .pe-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pe-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pb-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-xl-5 {
        padding-bottom: 3rem !important;
    }
    .ps-xl-0 {
        padding-left: 0 !important;
    }
    .ps-xl-1 {
        padding-left: 0.25rem !important;
    }
    .ps-xl-2 {
        padding-left: 0.5rem !important;
    }
    .ps-xl-3 {
        padding-left: 1rem !important;
    }
    .ps-xl-4 {
        padding-left: 1.5rem !important;
    }
    .ps-xl-5 {
        padding-left: 3rem !important;
    }
    .gap-xl-0 {
        gap: 0 !important;
    }
    .gap-xl-1 {
        gap: 0.25rem !important;
    }
    .gap-xl-2 {
        gap: 0.5rem !important;
    }
    .gap-xl-3 {
        gap: 1rem !important;
    }
    .gap-xl-4 {
        gap: 1.5rem !important;
    }
    .gap-xl-5 {
        gap: 3rem !important;
    }
    .row-gap-xl-0 {
        row-gap: 0 !important;
    }
    .row-gap-xl-1 {
        row-gap: 0.25rem !important;
    }
    .row-gap-xl-2 {
        row-gap: 0.5rem !important;
    }
    .row-gap-xl-3 {
        row-gap: 1rem !important;
    }
    .row-gap-xl-4 {
        row-gap: 1.5rem !important;
    }
    .row-gap-xl-5 {
        row-gap: 3rem !important;
    }
    .column-gap-xl-0 {
        column-gap: 0 !important;
    }
    .column-gap-xl-1 {
        column-gap: 0.25rem !important;
    }
    .column-gap-xl-2 {
        column-gap: 0.5rem !important;
    }
    .column-gap-xl-3 {
        column-gap: 1rem !important;
    }
    .column-gap-xl-4 {
        column-gap: 1.5rem !important;
    }
    .column-gap-xl-5 {
        column-gap: 3rem !important;
    }
    .text-xl-start {
        text-align: left !important;
    }
    .text-xl-end {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}
@media (min-width: 1400px) {
    .float-xxl-start {
        float: left !important;
    }
    .float-xxl-end {
        float: right !important;
    }
    .float-xxl-none {
        float: none !important;
    }
    .object-fit-xxl-contain {
        object-fit: contain !important;
    }
    .object-fit-xxl-cover {
        object-fit: cover !important;
    }
    .object-fit-xxl-fill {
        object-fit: fill !important;
    }
    .object-fit-xxl-scale {
        object-fit: scale-down !important;
    }
    .object-fit-xxl-none {
        object-fit: none !important;
    }
    .d-xxl-inline {
        display: inline !important;
    }
    .d-xxl-inline-block {
        display: inline-block !important;
    }
    .d-xxl-block {
        display: block !important;
    }
    .d-xxl-grid {
        display: grid !important;
    }
    .d-xxl-inline-grid {
        display: inline-grid !important;
    }
    .d-xxl-table {
        display: table !important;
    }
    .d-xxl-table-row {
        display: table-row !important;
    }
    .d-xxl-table-cell {
        display: table-cell !important;
    }
    .d-xxl-flex {
        display: flex !important;
    }
    .d-xxl-inline-flex {
        display: inline-flex !important;
    }
    .d-xxl-none {
        display: none !important;
    }
    .flex-xxl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xxl-row {
        flex-direction: row !important;
    }
    .flex-xxl-column {
        flex-direction: column !important;
    }
    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xxl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xxl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-xxl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-xxl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xxl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xxl-center {
        justify-content: center !important;
    }
    .justify-content-xxl-between {
        justify-content: space-between !important;
    }
    .justify-content-xxl-around {
        justify-content: space-around !important;
    }
    .justify-content-xxl-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-xxl-start {
        align-items: flex-start !important;
    }
    .align-items-xxl-end {
        align-items: flex-end !important;
    }
    .align-items-xxl-center {
        align-items: center !important;
    }
    .align-items-xxl-baseline {
        align-items: baseline !important;
    }
    .align-items-xxl-stretch {
        align-items: stretch !important;
    }
    .align-content-xxl-start {
        align-content: flex-start !important;
    }
    .align-content-xxl-end {
        align-content: flex-end !important;
    }
    .align-content-xxl-center {
        align-content: center !important;
    }
    .align-content-xxl-between {
        align-content: space-between !important;
    }
    .align-content-xxl-around {
        align-content: space-around !important;
    }
    .align-content-xxl-stretch {
        align-content: stretch !important;
    }
    .align-self-xxl-auto {
        align-self: auto !important;
    }
    .align-self-xxl-start {
        align-self: flex-start !important;
    }
    .align-self-xxl-end {
        align-self: flex-end !important;
    }
    .align-self-xxl-center {
        align-self: center !important;
    }
    .align-self-xxl-baseline {
        align-self: baseline !important;
    }
    .align-self-xxl-stretch {
        align-self: stretch !important;
    }
    .order-xxl-first {
        order: -1 !important;
    }
    .order-xxl-0 {
        order: 0 !important;
    }
    .order-xxl-1 {
        order: 1 !important;
    }
    .order-xxl-2 {
        order: 2 !important;
    }
    .order-xxl-3 {
        order: 3 !important;
    }
    .order-xxl-4 {
        order: 4 !important;
    }
    .order-xxl-5 {
        order: 5 !important;
    }
    .order-xxl-last {
        order: 6 !important;
    }
    .m-xxl-0 {
        margin: 0 !important;
    }
    .m-xxl-1 {
        margin: 0.25rem !important;
    }
    .m-xxl-2 {
        margin: 0.5rem !important;
    }
    .m-xxl-3 {
        margin: 1rem !important;
    }
    .m-xxl-4 {
        margin: 1.5rem !important;
    }
    .m-xxl-5 {
        margin: 3rem !important;
    }
    .m-xxl-auto {
        margin: auto !important;
    }
    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-xxl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-xxl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-xxl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-xxl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-xxl-0 {
        margin-top: 0 !important;
    }
    .mt-xxl-1 {
        margin-top: 0.25rem !important;
    }
    .mt-xxl-2 {
        margin-top: 0.5rem !important;
    }
    .mt-xxl-3 {
        margin-top: 1rem !important;
    }
    .mt-xxl-4 {
        margin-top: 1.5rem !important;
    }
    .mt-xxl-5 {
        margin-top: 3rem !important;
    }
    .mt-xxl-auto {
        margin-top: auto !important;
    }
    .me-xxl-0 {
        margin-right: 0 !important;
    }
    .me-xxl-1 {
        margin-right: 0.25rem !important;
    }
    .me-xxl-2 {
        margin-right: 0.5rem !important;
    }
    .me-xxl-3 {
        margin-right: 1rem !important;
    }
    .me-xxl-4 {
        margin-right: 1.5rem !important;
    }
    .me-xxl-5 {
        margin-right: 3rem !important;
    }
    .me-xxl-auto {
        margin-right: auto !important;
    }
    .mb-xxl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xxl-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-xxl-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-xxl-3 {
        margin-bottom: 1rem !important;
    }
    .mb-xxl-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-xxl-5 {
        margin-bottom: 3rem !important;
    }
    .mb-xxl-auto {
        margin-bottom: auto !important;
    }
    .ms-xxl-0 {
        margin-left: 0 !important;
    }
    .ms-xxl-1 {
        margin-left: 0.25rem !important;
    }
    .ms-xxl-2 {
        margin-left: 0.5rem !important;
    }
    .ms-xxl-3 {
        margin-left: 1rem !important;
    }
    .ms-xxl-4 {
        margin-left: 1.5rem !important;
    }
    .ms-xxl-5 {
        margin-left: 3rem !important;
    }
    .ms-xxl-auto {
        margin-left: auto !important;
    }
    .p-xxl-0 {
        padding: 0 !important;
    }
    .p-xxl-1 {
        padding: 0.25rem !important;
    }
    .p-xxl-2 {
        padding: 0.5rem !important;
    }
    .p-xxl-3 {
        padding: 1rem !important;
    }
    .p-xxl-4 {
        padding: 1.5rem !important;
    }
    .p-xxl-5 {
        padding: 3rem !important;
    }
    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-xxl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-xxl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-xxl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-xxl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-xxl-0 {
        padding-top: 0 !important;
    }
    .pt-xxl-1 {
        padding-top: 0.25rem !important;
    }
    .pt-xxl-2 {
        padding-top: 0.5rem !important;
    }
    .pt-xxl-3 {
        padding-top: 1rem !important;
    }
    .pt-xxl-4 {
        padding-top: 1.5rem !important;
    }
    .pt-xxl-5 {
        padding-top: 3rem !important;
    }
    .pe-xxl-0 {
        padding-right: 0 !important;
    }
    .pe-xxl-1 {
        padding-right: 0.25rem !important;
    }
    .pe-xxl-2 {
        padding-right: 0.5rem !important;
    }
    .pe-xxl-3 {
        padding-right: 1rem !important;
    }
    .pe-xxl-4 {
        padding-right: 1.5rem !important;
    }
    .pe-xxl-5 {
        padding-right: 3rem !important;
    }
    .pb-xxl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xxl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-xxl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-xxl-3 {
        padding-bottom: 1rem !important;
    }
    .pb-xxl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-xxl-5 {
        padding-bottom: 3rem !important;
    }
    .ps-xxl-0 {
        padding-left: 0 !important;
    }
    .ps-xxl-1 {
        padding-left: 0.25rem !important;
    }
    .ps-xxl-2 {
        padding-left: 0.5rem !important;
    }
    .ps-xxl-3 {
        padding-left: 1rem !important;
    }
    .ps-xxl-4 {
        padding-left: 1.5rem !important;
    }
    .ps-xxl-5 {
        padding-left: 3rem !important;
    }
    .gap-xxl-0 {
        gap: 0 !important;
    }
    .gap-xxl-1 {
        gap: 0.25rem !important;
    }
    .gap-xxl-2 {
        gap: 0.5rem !important;
    }
    .gap-xxl-3 {
        gap: 1rem !important;
    }
    .gap-xxl-4 {
        gap: 1.5rem !important;
    }
    .gap-xxl-5 {
        gap: 3rem !important;
    }
    .row-gap-xxl-0 {
        row-gap: 0 !important;
    }
    .row-gap-xxl-1 {
        row-gap: 0.25rem !important;
    }
    .row-gap-xxl-2 {
        row-gap: 0.5rem !important;
    }
    .row-gap-xxl-3 {
        row-gap: 1rem !important;
    }
    .row-gap-xxl-4 {
        row-gap: 1.5rem !important;
    }
    .row-gap-xxl-5 {
        row-gap: 3rem !important;
    }
    .column-gap-xxl-0 {
        column-gap: 0 !important;
    }
    .column-gap-xxl-1 {
        column-gap: 0.25rem !important;
    }
    .column-gap-xxl-2 {
        column-gap: 0.5rem !important;
    }
    .column-gap-xxl-3 {
        column-gap: 1rem !important;
    }
    .column-gap-xxl-4 {
        column-gap: 1.5rem !important;
    }
    .column-gap-xxl-5 {
        column-gap: 3rem !important;
    }
    .text-xxl-start {
        text-align: left !important;
    }
    .text-xxl-end {
        text-align: right !important;
    }
    .text-xxl-center {
        text-align: center !important;
    }
}
@media (min-width: 1200px) {
    .fs-1 {
        font-size: 2.5rem !important;
    }
    .fs-2 {
        font-size: 2rem !important;
    }
    .fs-3 {
        font-size: 1.75rem !important;
    }
    .fs-4 {
        font-size: 1.5rem !important;
    }
}
@media print {
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-grid {
        display: grid !important;
    }
    .d-print-inline-grid {
        display: inline-grid !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: flex !important;
    }
    .d-print-inline-flex {
        display: inline-flex !important;
    }
    .d-print-none {
        display: none !important;
    }
}
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Bengali:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ruda&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Comic+Neue:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;700&display=swap");
* {
    margin: 0;
    padding: 0;
}
.container ol,
.container ul {
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.container a,
.container a:hover {
    text-decoration: none;
}
.container a,
.container button,
.container h1,
.container h2,
.container h3,
.container h4,
.container h5,
.container h6,
.container li,
.container p,
.container span,
.container ul {
    margin: 0;
    padding: 0;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0;
    clear: both;
    color: #000;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.form-control:focus {
    box-shadow: none;
}
.container :where(input, textarea, button) {
    border: 0;
    width: 100%;
}
.btn-check:focus + .btn,
.btn:focus {
    outline: 0;
    box-shadow: none;
}
input:focus,
select:focus,
textarea:focus {
    box-shadow: none;
    outline: unset;
}
.Landing__1 {
    --bg_color: #e98b23;
    --bg_color2: #263476;
    --bg_color3: #de5478;
    --bg_color4: #f8406f;
    --header: #332729;
    --text_color: #828282;
    --white: #fff;
    --sari_bg: #ec3361;
    --probashi_bg: #ff0034;
    overflow-x: hidden;
}
.Landing__1 .container a {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    display: inline-block;
    transition: all 0.2s linear;
}
.Landing__1 .container .overlay_text h5 {
    font-weight: 700;
    font-size: 80px;
    line-height: 90px;
    text-transform: capitalize;
}
.Landing__1 .overlay_text h5 span {
    font-family: Niconne, cursive;
}
.Landing__1 h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 55px;
    text-transform: capitalize;
}
.Landing__1 .StudentPackage h2 {
    color: var(--bg_color4);
}
.Landing__1 h3 {
    font-weight: 600;
    font-size: 25px;
    line-height: 35px;
    text-transform: capitalize;
}
.Landing__1 p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: var(--text_color);
}
.Landing__1 .d_flex {
    display: flex;
    align-items: center;
}
.Landing__1 .d_justify {
    justify-content: space-between;
}
.Landing__1 .d_center {
    justify-content: center;
}
.Landing__1 .section_gaps {
    padding-top: 100px;
}
.Landing__1 .Header {
    margin-bottom: 60px;
}
.Landing__1 .Header p {
    margin-top: 15px;
}
.Landing__1 .CallForOrder a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-size: 25px;
    overflow: hidden;
    transition: 0.2s;
    border-radius: 10px;
    color: #f8406f;
    letter-spacing: 1px;
    word-spacing: 5px;
    margin-bottom: -5px;
    font-weight: 600;
    border: 1px solid #f8406f;
    line-height: 35px;
    padding: 14px 30px 10px;
}
.Landing__1 .CallForOrder a:hover {
    background: var(--bg_color4);
    color: var(--white);
    box-shadow: 0 0 10px #f8406f, 0 0 40px #f8406f, 0 0 80px #f8406f;
    transition-delay: 1s;
}
.Landing__1 .CallForOrder a span {
    position: absolute;
    display: block;
}
.Landing__1 .CallForOrder a span:first-child {
    top: 0;
    left: -100%;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent, #f8406f);
}
.Landing__1 .CallForOrder a:hover span:first-child {
    left: 100%;
    transition: 1s;
}
.Landing__1 .CallForOrder a span:nth-child(3) {
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 3px;
    background: linear-gradient(270deg, transparent, #f8406f);
}
.Landing__1 .CallForOrder a:hover span:nth-child(3) {
    right: 100%;
    transition: 1s;
    transition-delay: 0.5s;
}
.Landing__1 .CallForOrder a span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(180deg, transparent, #f8406f);
}
.Landing__1 .CallForOrder a:hover span:nth-child(2) {
    top: 100%;
    transition: 1s;
    transition-delay: 0.25s;
}
.Landing__1 .CallForOrder a span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(1turn, transparent, #f8406f);
}
.Landing__1 .CallForOrder a:hover span:nth-child(4) {
    bottom: 100%;
    transition: 1s;
    transition-delay: 0.75s;
}
.Landing__1 .BannerNumber {
    margin-left: 30px;
}
.Landing__1 .BannerNumber a {
    color: var(--header);
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
}
.Landing__1 .BannerNumber p {
    font-size: 14px;
    color: var(--header);
    line-height: 20px;
    margin-top: 1px;
}
.Landing__1 .OrderNow {
    margin-top: 30px;
}
.Landing__1 .ChocolateBox {
    background: var(--white);
    font-family: Noto Sans Bengali, sans-serif;
}
.Landing__1 .ChocolateBox .Logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 30px 0;
}
.Landing__1 .menubar_MenubarContent__jlW_b .menubar_Logo__pd9Tk img {
    height: 65px;
    width: auto;
}
.Landing__1 .ChocolateBox #banner {
    background: url(/_next/static/media/banner.e87e6b58.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
}
.Landing__1 .ChocolateBox .banner_content .text {
    margin-top: 40px;
}
.Landing__1 .ChocolateBox .banner_content h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 60px;
}
.Landing__1 .ChocolateBox .banner_content h4 {
    margin-top: 50px;
    font-family: Manrope, sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 60px;
    color: var(--bg_color);
}
.Landing__1 .ChocolateBox .banner_content .overlay_text h5 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: var(--header_color);
    margin-top: 10px;
}
.Landing__1 .ChocolateBox .banner_img img {
    width: 100%;
}
.Landing__1 .ChocolateBox .banner_content .logo img {
    height: 60px;
}
.Landing__1 .ChocolateBox #delivary {
    background: #ff466d;
}
.Landing__1 .ChocolateBox .MobileDelivary {
    display: none;
}
.Landing__1 .ChocolateBox .delivary_item {
    text-align: center;
    position: relative;
    padding: 50px 0;
}
.Landing__1 .ChocolateBox .delivary_item .img img {
    height: 60px;
}
.Landing__1 .ChocolateBox .delivary_border {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
.Landing__1 .ChocolateBox .col-lg-4:last-child .delivary_border {
    display: none;
}
.Landing__1 .ChocolateBox .delivary_item h3 {
    color: var(--white);
    margin-top: 20px;
}
.Landing__1 .ChocolateBox #delivary .fram img {
    width: 100%;
}
.Landing__1 .ChocolateBox .product_part ul {
    margin: 0;
    padding: 0;
}
.Landing__1 .ChocolateBox #price h2 {
    color: var(--header);
    margin: 10px 0;
}
.Landing__1 .ChocolateBox #price .overlay_text h5 {
    color: #ff466d;
}
.Landing__1 .ChocolateBox .price_img {
    position: relative;
}
.Landing__1 .ChocolateBox .price_img img {
    width: 100%;
}
.Landing__1 .ChocolateBox .price_img .overlay_text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.Landing__1 .ChocolateBox .price_img .overlay_text a.bg {
    cursor: pointer;
    margin-top: 5px;
}
.Landing__1 .ChocolateBox #customized {
    background: #fef5f5;
    padding: 120px 0;
}
.Landing__1 .ChocolateBox #customized h2 {
    text-align: center;
}
.Landing__1 .ChocolateBox .customized_content {
    margin-top: 60px;
}
.Landing__1 .ChocolateBox .customized_item {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
    transition: all 0.3s linear;
}
.Landing__1 .ChocolateBox .customized_item.last_child {
    margin-bottom: 0;
}
.Landing__1 .ChocolateBox .customized_item .customized_border {
    border: 1px solid var(--bg_color);
    border-radius: 10px;
    padding: 30px;
    text-align: center;
}
.Landing__1 .ChocolateBox .customized_item .img {
    width: 90px;
    height: 85px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 4px 57px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    margin: 0 auto;
}
.Landing__1 .ChocolateBox .customized_item .text {
    margin-top: 20px;
}
.Landing__1 .ChocolateBox .customized_item .text h3 {
    transition: all 0.2s linear;
}
.Landing__1 .ChocolateBox .customized_item .text p {
    margin-top: 10px;
    transition: all 0.3s linear;
}
.Landing__1 .ChocolateBox .customized_item:hover {
    background: #ff466d;
}
.Landing__1 .ChocolateBox .customized_item:hover .customized_border {
    border: 1px solid var(--white);
}
.ChocolateBox .customized_item:hover p,
.Landing__1 .ChocolateBox .customized_item:hover h3 {
    color: var(--white);
}
.Landing__1 .ChocolateBox .customized_item .img img {
    height: 45px;
}
.Landing__1 .ChocolateBox #price.order h2 {
    color: var(--white);
}
.Landing__1 .ChocolateBox .gallery {
    position: relative;
}
.Landing__1 .ChocolateBox .gallery .overlay_img {
    position: absolute;
    bottom: -120px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.Landing__1 .ChocolateBox .gallery_content {
    margin-top: 60px;
}
.Landing__1 .ChocolateBox .gallery .gallery_item {
    margin-bottom: 30px;
}
.Landing__1 .ChocolateBox .gallery .gallery_item.last_child {
    margin-bottom: 0;
}
.Landing__1 .ChocolateBox .gallery .gallery_item img {
    border-radius: 10px;
    width: 100%;
}
.Landing__1 .ChocolateBox .OrderConfirmFromBg {
    background: #fef5f5;
}
.Landing__1 .ChocolateBox .gallery .overlay_img img {
    width: 100%;
}
.Landing__1 .StudentPackage .DelivaryContent {
    display: flex;
    align-items: center;
    justify-content: center;
}
.Landing__1 .StudentPackage .DelivaryItem {
    margin-right: 50px;
}
.Landing__1 .StudentPackage .DelivaryItem svg {
    font-size: 70px;
    line-height: 50px;
    color: #de5074;
}
.Landing__1 .StudentPackage .DelivaryItem .text {
    margin-left: 20px;
}
.Landing__1 .StudentPackage .DelivaryItem h4 {
    font-size: 20px;
    line-height: 30px;
    color: var(--header);
}
.Landing__1 .StudentPackage .DelivaryItem p {
    font-size: 15px;
    line-height: 20px;
}
.Landing__1 #OrderConfirmLeft #Payment #ArrowBg {
    background: var(--bg_color4);
}
.Landing__1 #OrderConfirmLeft #Payment #ArrowBg p {
    color: #fff;
}
.Landing__1 #OrderConfirmLeft #Payment #ArrowBg:after {
    border-bottom: 15px solid var(--bg_color4);
}
.Landing__1 #OrderConfirmLeft #Payment #CustomeInput input:checked + label:before {
    background: var(--bg_color4);
}
.Landing__1 #tinyFooter p a {
    display: inline;
    font-size: 20px;
    font-weight: 600;
    color: var(--bg_color4);
    padding: 0 5px;
}
.Landing__1 .FollowUs h2 {
    color: var(--bg_color4);
    text-align: center;
}
.Landing__1 .SocialIcon a {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    background: #edf4ff;
    margin: 0 20px;
    color: #337fff;
}
.Landing__1 .SocialIcon a:hover {
    border-radius: 50%;
}
.Landing__1 .SocialIcon a.instagram {
    background: #faf5fc;
    color: #fa8f21;
}
.Landing__1 .SocialIcon a.youtube {
    background: #ffece8;
    color: #ff3000;
}
.Landing__1 .SocialIcon a.whatsapp {
    background: #ecfff5;
    color: #00d95f;
}
.Landing__1 .Footer {
    background: linear-gradient(109.56deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0) 126.32%);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    border-radius: 20px;
    padding: 30px;
    margin: 0 30px;
    box-shadow: 0 0 10px 5px #2633762d;
}
.Landing__1 .FooterLogo {
    margin-right: 50px;
    margin-left: 25%;
}
.Landing__1 .FooterLogo img {
    height: 80px;
}
.Landing__1 .FooterLogo p {
    color: var(--bg_color2);
    margin-top: 20px;
}
.Landing__1 .Footersection_gaps {
    padding-top: 60px;
}
.Landing__1 .FooterItem {
    margin-bottom: 10px;
    margin-left: 25%;
}
.Landing__1 .FooterItem h4 {
    font-size: 20px;
    line-height: 30px;
    color: var(--bg_color2);
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 5px;
    display: inline-block;
    font-weight: 700;
}
.Landing__1 .FooterItem h4:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 80%;
    height: 2px;
    background: var(--bg_color2);
}
.FooterItem p,
.Landing__1 .FooterItem a {
    display: block;
    color: var(--bg_color2);
    font-size: 18px;
    line-height: 28px;
    margin-top: 5px;
}
.Landing__1 .FooterItem a:hover {
    color: var(--bg_color);
}
.Landing__1 .tiny-footer_tinyFooter__Tr3b1 {
    margin-top: 50px;
    line-height: 30px;
}
@media (max-width: 1780px) {
    .Landing__1 .overlay_text h5 {
        font-size: 70px;
        line-height: 80px;
    }
    .Landing__1 .CallForOrder a {
        padding: 10px 25px;
        font-size: 18px;
    }
    .FooterItem p,
    .Landing__1 .FooterItem a {
        font-size: 16px;
        line-height: 26px;
    }
    .Landing__1 h2 {
        font-size: 35px;
        line-height: 50px;
    }
    .Landing__1 .StudentPackage .WhyBuyItem h3 {
        font-size: 18px;
        line-height: 30px;
    }
    .Landing__1 .StudentPackage .BannerText h2 {
        font-size: 45px;
        line-height: 55px;
    }
    .Landing__1 .StudentPackage .CallForOrder a {
        font-size: 20px;
        line-height: 30px;
    }
    .Landing__1 .SariPackage .SliderOverlayItem img {
        height: 430px;
    }
    .Landing__1 .StudentPackage .SliderOverlayItem img {
        height: 400px;
        height: 380px;
    }
    .Landing__1 .MainPage .PackageItem .text p,
    .Landing__1 p {
        font-size: 15px;
        line-height: 24px;
    }
    .Landing__1 .StudentPackage .FooterLogo img {
        height: 70px;
    }
    .Landing__1 .SariPackage .OrderConfirmFrom .SariOrderRight img,
    .SariPackage .OrderConfirmFrom .SariOrderLeft img {
        height: 500px;
    }
    .Landing__1 .StudentPackage .WhyBuy .WhyBuyLeft img,
    .StudentPackage .WhyBuy .WhyBuyRight img {
        height: 130px;
    }
    .Landing__1 .SocialIcon a {
        width: 70px;
        height: 70px;
        font-size: 40px;
    }
    .Landing__1 .Header {
        margin-bottom: 40px;
    }
    .Landing__1 .SariPackage .Banner h2 {
        font-size: 60px;
        line-height: 75px;
    }
}
@media (max-width: 1439px) {
    .Landing__1 .Logo img {
        height: 40px;
    }
    .Landing__1 .MenuItem li a {
        padding: 0 12px;
    }
    .Landing__1 .container .overlay_text h5 {
        font-size: 65px;
        line-height: 75px;
    }
    .Landing__1 .MainPage .PackageItem .text p {
        font-size: 14px;
        line-height: 24px;
    }
    .Landing__1 .StudentPackage .WhyBuyItem img {
        height: 50px;
    }
    .Landing__1 .StudentPackage .WhyBuyItem h3 {
        font-size: 15px;
        line-height: 25px;
    }
    .Landing__1 .StudentPackage .Banner .BannerLeft1 img,
    .Landing__1 .StudentPackage .Banner .BannerRight1 img {
        height: 100px;
    }
    .Landing__1 .StudentPackage .Banner .BannerLeft2 {
        bottom: 28px;
        left: 10px;
    }
    .Landing__1 .StudentPackage .Banner .BannerLeft2 img,
    .Landing__1 .StudentPackage .Banner .BannerRight2 img {
        height: 100px;
    }
    .Landing__1 .StudentPackage .WhyBuy .WhyBuyLeft img,
    .StudentPackage .WhyBuy .WhyBuyRight img {
        height: 80px;
    }
    .Landing__1 .StudentPackage .WhyBuy .WhyBuyLeft {
        left: 0;
        top: 150px;
    }
    .Landing__1 .StudentPackage .WhyBuy .WhyBuyRight {
        right: 0;
        top: 150px;
    }
    .Landing__1 .StudentPackage .SliderOverlayItem img {
        height: 290px;
    }
    .Landing__1 .CustomerReviewItem {
        padding: 70px 30px 20px;
    }
    .Landing__1 .CustomerReviewItem p {
        font-size: 14px;
        line-height: 24px;
    }
    .Landing__1 h3 {
        font-size: 22px;
        line-height: 32px;
    }
    .Landing__1 .StudentPackage .BannerText h2 {
        font-size: 35px;
        line-height: 45px;
    }
    .Landing__1 .StudentPackage .SliderOverlay {
        padding-top: 40px;
    }
    .Landing__1 .StudentPackage .VideoItem div {
        height: 450px !important;
    }
    .Landing__1 .CustomerReviewItem .Quate i {
        font-size: 60px;
    }
    .Landing__1 .SocialIcon a {
        width: 60px;
        height: 60px;
        font-size: 25px;
    }
    .Landing__1 .FooterLogo img {
        height: 60px;
    }
    .Landing__1 h2 {
        font-size: 30px;
        line-height: 45px;
    }
    .Landing__1 .section_gaps {
        padding-top: 80px;
    }
    .Landing__1 .BestGift .bg_img {
        height: 1000px;
        width: 100%;
    }
    .Landing__1 .ChocolateBox #price .overlay_text h5 {
        font-size: 55px;
        line-height: 65px;
    }
    .Landing__1 .ChocolateBox #customized {
        padding: 80px 0;
    }
}
@media (max-width: 768px) {
    .Landing__1 .MenuItem {
        display: none;
    }
    .Landing__1 .MainPage .Banner .col-lg-6:first-child {
        order: 2;
    }
    .Landing__1 .MainPage .Banner .col-lg-6:last-child {
        order: 1;
    }
    .Landing__1 .MainPage .Banner {
        height: auto;
    }
    .Landing__1 .MainPage .BannerItem .img {
        width: 70%;
        margin: 0 auto;
    }
    .Landing__1 .BannerItem {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .Landing__1 .BannerText {
        text-align: center;
        margin-bottom: 30px;
    }
    .Landing__1 .MainPage .swiper-pagination-fraction {
        bottom: 35px;
        left: 0;
        width: 100%;
        bottom: 30px;
    }
    .Landing__1 .CustomerReviewItem .Quate {
        top: 15px;
        left: 15px;
    }
    .Landing__1 .CustomerReviewItem .img {
        width: 100px;
        height: 100px;
    }
    .Landing__1 .CustomerReviewItem .img img {
        width: 90px;
        height: 90px;
    }
    .Landing__1 .FooterContent {
        margin-top: 35px;
    }
    .Landing__1 .StudentPackage .StudentSlider img {
        height: 600px;
        object-fit: cover;
    }
    .Landing__1 .StudentPackage .SliderOverlayItem img {
        height: 260px;
    }
    .Landing__1 .BestGift .bg_img {
        height: 1390px;
    }
    .Landing__1 .StudentPackage .DelivaryItem {
        margin: 0 15px;
        display: block;
        text-align: center;
    }
    .Landing__1 .DelivaryItem h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .Landing__1 .StudentPackage .DelivaryItem i {
        font-size: 50px;
    }
    .Landing__1 .StudentPackage .DelivaryItem .text {
        margin-left: 0;
    }
    .Landing__1 .StudentPackage .FooterLogo img {
        height: 40px;
    }
    .FooterItem p,
    .Landing__1 .FooterItem a {
        font-size: 13px;
        line-height: 26px;
    }
    .Landing__1 .StudentPackage .Banner .col-lg-6:first-child {
        order: 2;
    }
    .Landing__1 .StudentPackage .Banner .col-lg-6:last-child {
        order: 1;
    }
    .Landing__1 .StudentPackage .Banner {
        padding: 50px 0;
        position: relative;
    }
    .Landing__1 .StudentPackage .BannerImg {
        width: 80%;
        margin: 0 auto 30px;
    }
    .Landing__1 .StudentPackage .OrderNow {
        margin-top: 30px;
        justify-content: center;
    }
    .Landing__1 .StudentPackage .WhyBuyItem {
        padding: 20px;
        width: 30%;
        margin: 0 10px 20px;
    }
    .Landing__1 .StudentPackage .WhyBuyContent {
        justify-content: center;
    }
    .Landing__1 .FooterLogo {
        margin-right: 0;
        margin-left: 0;
    }
    .Landing__1 .StudentPackage .VideoItem div {
        width: 100% !important;
        height: 450px !important;
    }
    .Landing__1 .section_gaps {
        padding-top: 70px;
    }
    .Landing__1 .BestGift .BestGiftContent {
        padding: 70px 0;
    }
    .Landing__1 .CustomerReviewItem .Quate i {
        font-size: 60px;
    }
    .Landing__1 .MainPage .Banner .swiper-pagination {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .Landing__1 .ChocolateBox #banner .banner_img {
        width: 80%;
        margin: 0 auto 30px;
    }
    .Landing__1 .ChocolateBox #banner .col-lg-6:last-child {
        order: 1;
    }
    .Landing__1 .ChocolateBox #banner .col-lg-6:first-child {
        order: 2;
    }
    .Landing__1 .ChocolateBox #banner .banner_content {
        text-align: center;
    }
    .Landing__1 .ChocolateBox .price_img img {
        width: 100%;
        height: 350px;
    }
    .Landing__1 .ChocolateBox #price .overlay_text h5 {
        font-size: 30px;
        line-height: 55px;
    }
    .Landing__1 .ChocolateBox #price h2 {
        margin: 5px 0;
    }
    .Landing__1 .FooterItem {
        margin-left: 0;
    }
}
@media (max-width: 575px) {
    .Landing__1 .MainPage .Logo img {
        height: 40px;
    }
    .Landing__1 .MainPage .BannerItem .img {
        width: 100%;
        margin-bottom: 40px;
    }
    .Landing__1 .MainPage .Banner .swiper-pagination {
        bottom: 45px;
    }
    .Landing__1 .container .overlay_text h5 {
        font-size: 50px;
        line-height: 60px;
    }
    .Landing__1 .FooterLogo img {
        height: 50px;
    }
    .Landing__1 .Footer {
        background: none;
        padding: 0;
        margin: 0 20px;
        box-shadow: none;
    }
    .Landing__1 .CallForOrder a {
        padding: 6px 12px;
        font-size: 14px;
    }
    .Landing__1 .StudentPackage .swiper-button-next,
    .StudentPackage .swiper-button-prev {
        width: 30px;
        height: 30px;
    }
    .Landing__1 .StudentPackage .swiper-button-next:after,
    .StudentPackage .swiper-button-prev:after {
        font-size: 13px;
    }
    .Landing__1 .StudentPackage .VideoItem div {
        width: 100% !important;
        height: 300px !important;
    }
    .Landing__1 .StudentPackage .VideoItem {
        padding: 15px;
    }
    .Landing__1 .StudentPackage h2 {
        font-size: 22px;
        text-align: center;
        font-size: 28px;
        line-height: 35px;
    }
    .Landing__1 .SariAboutText p {
        text-align: center;
        font-size: 15px;
        line-height: 24px;
        margin-top: 15px;
    }
    .Landing__1 .SariAbout .CallForOrder {
        margin-top: 20px;
        text-align: center;
    }
    .Landing__1 .StudentPackage .WhyBuyItem {
        padding: 15px;
        width: 44%;
    }
    .Landing__1 .BestGift .bg_img {
        height: 1075px;
    }
    .Landing__1 .StudentPackage .DelivaryContent {
        display: block;
    }
    .Landing__1 .StudentPackage .DelivaryItem {
        margin-bottom: 30px;
    }
    .Landing__1 .SocialIcon a {
        width: 50px;
        height: 50px;
        border-radius: 10px;
        font-size: 20px;
        line-height: 15px;
        margin: 0 10px;
    }
    .Landing__1 .StudentFooter {
        text-align: center;
    }
    .Landing__1 .StudentPackage .FooterLogo img {
        height: 50px;
    }
    .Landing__1 .StudentPackage .StudentFooter ul {
        text-align: center;
    }
    .Landing__1 .StudentFooter .col-lg-4:first-child {
        order: 2;
    }
    .Landing__1 .StudentFooter .col-lg-4:nth-child(2) {
        order: 1;
    }
    .Landing__1 .StudentFooter .col-lg-4:nth-child(3) {
        order: 3;
    }
    .FooterItem p,
    .Landing__1 .FooterItem a {
        font-size: 16px;
        line-height: 26px;
    }
    .Landing__1 .StudentPackage .StudentFooter {
        padding-bottom: 20px;
    }
    .Landing__1 .Logo img {
        height: 50px;
    }
    .Landing__1 .StudentPackage .BannerImg {
        width: 100%;
        margin: 0 auto 30px;
    }
    .Landing__1 .StudentPackage .Banner .BannerLeft1 img {
        height: 60px;
    }
    .Landing__1 .StudentPackage .Banner .BannerRight1 img {
        height: 70px;
    }
    .Landing__1 .ChocolateBox .banner_content h1 {
        font-size: 24px;
        line-height: 40px;
        font-weight: 700;
    }
    .Landing__1 .StudentPackage .BannerText h2 {
        font-size: 28px;
        line-height: 36px;
    }
    .Landing__1 .StudentPackage .BannerText h4 {
        font-size: 25px;
        line-height: 35px;
    }
    .Landing__1 .StudentPackage .OrderNow {
        margin-top: 20px;
        display: block;
    }
    .Landing__1 .StudentPackage .Banner .BannerLeft2 img {
        height: 60px;
    }
    .Landing__1 .StudentPackage .Banner .BannerRight2 img {
        height: 65px;
    }
    .Landing__1 .StudentPackage .BannerNumber {
        margin-left: 0;
        margin-top: 20px;
    }
    .Landing__1 .StudentPackage .CallForOrder a {
        font-size: 18px;
        line-height: 30px;
        padding: 12px 30px 10px;
    }
    .Landing__1 .StudentPackage .WhyBuy .WhyBuyLeft img,
    .StudentPackage .WhyBuy .WhyBuyRight img {
        height: 60px;
    }
    .Landing__1 .OrderConfirmFromBg {
        border-radius: 20px;
        padding: 20px;
    }
    .Landing__1 .StudentPackage .StudentSlider img {
        height: 500px;
    }
    .Landing__1 .StudentPackage .SliderOverlayItem img {
        height: 200px;
    }
    .Landing__1 .ChocolateBox #customized {
        padding: 60px 0;
    }
    .Landing__1 .ChocolateBox .gallery .overlay_img {
        bottom: -40px;
    }
    .Landing__1 .tiny-footer_tinyFooter__Tr3b1 {
        margin-top: 20px;
        line-height: 30px;
    }
}
.Landing__2 {
    --bg_color: #e98b23;
    --bg_color2: #263476;
    --bg_color3: #de5478;
    --bg_color4: #f8406f;
    --header: #332729;
    --text_color: #828282;
    --white: #fff;
    --sari_bg: #ec3361;
    --probashi_bg: #ff0034;
    overflow-x: hidden;
}
.Landing__2 a {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    display: inline-block;
    transition: all 0.2s linear;
}
.Landing__2 .overlay_text h5 {
    font-weight: 700;
    font-size: 80px;
    line-height: 90px;
    text-transform: capitalize;
}
.Landing__2 .overlay_text h5 span {
    font-family: Niconne, cursive;
}
.Landing__2 h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 55px;
    text-transform: capitalize;
}
.Landing__2 .StudentPackage h2 {
    color: var(--bg_color4);
}
.Landing__2 h3 {
    font-weight: 600;
    font-size: 25px;
    line-height: 35px;
    text-transform: capitalize;
}
.Landing__2 p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: var(--text_color);
}
.Landing__2 .d_flex {
    display: flex;
    align-items: center;
}
.Landing__2 .d_justify {
    justify-content: space-between;
}
.Landing__2 .d_center {
    justify-content: center;
}
.Landing__2 .section_gaps {
    padding-top: 100px;
}
.Landing__2 .Header {
    margin-bottom: 60px;
}
.Landing__2 .Header p {
    margin-top: 15px;
}
.Landing__2 .CallForOrder a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-size: 25px;
    overflow: hidden;
    transition: 0.2s;
    border-radius: 10px;
    color: #f8406f;
    letter-spacing: 1px;
    word-spacing: 5px;
    margin-bottom: -5px;
    font-weight: 600;
    border: 1px solid #f8406f;
    line-height: 35px;
    padding: 14px 30px 10px;
}
.Landing__2 .CallForOrder a:hover {
    background: var(--bg_color4);
    color: var(--white);
    box-shadow: 0 0 10px #f8406f, 0 0 40px #f8406f, 0 0 80px #f8406f;
    transition-delay: 1s;
}
.Landing__2 .CallForOrder a span {
    position: absolute;
    display: block;
}
.Landing__2 .CallForOrder a span:first-child {
    top: 0;
    left: -100%;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent, #f8406f);
}
.Landing__2 .CallForOrder a:hover span:first-child {
    left: 100%;
    transition: 1s;
}
.Landing__2 .CallForOrder a span:nth-child(3) {
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 3px;
    background: linear-gradient(270deg, transparent, #f8406f);
}
.Landing__2 .CallForOrder a:hover span:nth-child(3) {
    right: 100%;
    transition: 1s;
    transition-delay: 0.5s;
}
.Landing__2 .CallForOrder a span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(180deg, transparent, #f8406f);
}
.Landing__2 .CallForOrder a:hover span:nth-child(2) {
    top: 100%;
    transition: 1s;
    transition-delay: 0.25s;
}
.Landing__2 .CallForOrder a span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(1turn, transparent, #f8406f);
}
.Landing__2 .CallForOrder a:hover span:nth-child(4) {
    bottom: 100%;
    transition: 1s;
    transition-delay: 0.75s;
}
.Landing__2 .ProbashiPackage {
    font-family: Noto Sans Bengali, sans-serif !important;
}
.Landing__2 .ProbashiPackage .Logo {
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px 0;
    z-index: 9;
}
.Landing__2 .ProbashiPackage .Logo img {
    height: 70px;
}
.Landing__2 .ProbashiPackage .Banner {
    position: relative;
}
.Landing__2 .ProbashiPackage .Banner .BannerOverlay img {
    width: 100%;
    height: 100vh;
}
.Landing__2 .ProbashiPackage .BannerContent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    margin-top: 230px;
    justify-content: center;
}
.Landing__2 .ProbashiPackage .Banner h2 {
    color: var(--white);
    font-size: 45px;
    line-height: 55px;
}
.Landing__2 .ProbashiPackage .Banner h3 {
    color: var(--white);
}
.Landing__2 .ProbashiPackage .Banner h1 {
    font-size: 60px;
    line-height: 85px;
    color: var(--white);
    margin: 20px 0;
}
.Landing__2 .ProbashiPackage .OrderNow {
    margin-top: 30px;
}
.Landing__2 .ProbashiPackage .CallForOrder a {
    border: 1px solid var(--white);
    color: var(--white);
    font-size: 25px;
    line-height: 35px;
    padding-top: 14px;
}
.Landing__2 .ProbashiPackage .CallForOrder a:hover {
    background: var(--white);
    color: var(--probashi_bg);
    box-shadow: 0 0 10px #fff, 0 0 40px #fff, 0 0 80px #fff;
}
.Landing__2 .ProbashiPackage .CallForOrder a span:first-child {
    background: linear-gradient(90deg, transparent, #fff);
}
.Landing__2 .ProbashiPackage .CallForOrder a span:nth-child(3) {
    background: linear-gradient(270deg, transparent, #fff);
}
.Landing__2 .ProbashiPackage .CallForOrder a:hover span:nth-child(3) {
    right: 100%;
    transition: 1s;
    transition-delay: 0.5s;
}
.Landing__2 .ProbashiPackage .CallForOrder a span:nth-child(2) {
    background: linear-gradient(180deg, transparent, #fff);
}
.Landing__2 .ProbashiPackage .CallForOrder a span:nth-child(4) {
    background: linear-gradient(1turn, transparent, #fff);
}
.Landing__2 .ProbashiPackage .BannerNumber {
    margin-left: 30px;
}
.Landing__2 .ProbashiPackage .BannerNumber a {
    background: var(--white);
    border: 1px solid var(--white);
    border-radius: 10px;
    padding: 15px 30px;
    color: var(--probashi_bg);
    font-size: 20px;
    line-height: 30px;
}
.ProbashiImgSliderItem img {
    width: 100%;
}
.Landing__2 .ProbashiPackage .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}
.Landing__2 .ProbashiPackage .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--text_color);
    opacity: 1;
    transition: all 0.2s linear;
}
.Landing__2 .ProbashiPackage .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--probashi_bg);
    width: 15px;
    height: 15px;
}
.Landing__2 .BannerItem img {
    width: 100%;
}
.Landing__2 .ProbashiPackage .WhatHaveImg {
    position: relative;
}
.Landing__2 .ProbashiPackage .WhatHaveImg img {
    width: 100%;
}
.Landing__2 .ProbashiPackage .WhatHaveImg .Overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.Landing__2 .ProbashiPackage .WhatHaveImg .Overlay h2 {
    margin-top: 15px;
    color: var(--probashi_bg);
    animation: zoom-in-zoom-out 3s ease infinite;
}
@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    to {
        transform: scale(1);
    }
}
.Landing__2 .ProbashiPackage .WhatHaveImg .Overlay h3 {
    font-size: 20px;
    line-height: 30px;
    color: var(--probashi_bg);
    margin-top: 5px;
}
.Landing__2 .ProbashiPackage .WhatHavetext {
    text-align: center;
    color: var(--probashi_bg);
    margin-left: 30px;
}
.Landing__2 .ProbashiPackage .WhatHavetext ul {
    margin-top: 30px;
    text-align: left;
}
.Landing__2 .ProbashiPackage .WhatHavetext li {
    background: #ffebf0;
    padding: 20px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.Landing__2 .ProbashiPackage .WhatHavetext li img {
    height: 70px;
}
.Landing__2 .ProbashiPackage .WhatHavetext li .text {
    margin-left: 30px;
}
.Landing__2 .ProbashiPackage .SariAbout .CallForOrder a {
    border: 1px solid var(--probashi_bg);
    color: var(--probashi_bg);
    font-size: 25px;
    line-height: 35px;
    padding-top: 14px;
}
.Landing__2 .ProbashiPackage .SariAbout .CallForOrder a:hover {
    background: var(--probashi_bg);
    color: var(--white);
    box-shadow: 0 0 10px #ff0034, 0 0 40px #ff0034, 0 0 80px #ff0034;
}
.Landing__2 .ProbashiPackage .SariAbout .CallForOrder a span:first-child {
    background: linear-gradient(90deg, transparent, #ff0034);
}
.Landing__2 .ProbashiPackage .SariAbout .CallForOrder a span:nth-child(3) {
    background: linear-gradient(270deg, transparent, #ff0034);
}
.Landing__2 .ProbashiPackage .SariAbout .CallForOrder a span:nth-child(2) {
    background: linear-gradient(180deg, transparent, #ff0034);
}
.Landing__2 .ProbashiPackage .SariAbout .CallForOrder a span:nth-child(4) {
    background: linear-gradient(1turn, transparent, #ff0034);
}
.Landing__2 .SariAboutText .CallForOrder {
    margin-top: 30px;
}
.Landing__2 .SariPackage .OrderConfirmFrom {
    position: relative;
    background: #fef5f7;
    padding: 0;
    overflow: hidden;
}
.Landing__2 .SariPackage .OrderConfirmFromBg {
    background: none;
    padding: 0;
}
.Landing__2 .SariPackage .OrderConfirmFrom .SariOrderLeft {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.Landing__2 .SariPackage .OrderConfirmFrom .SariOrderRight {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.Landing__2 .StudentPackage .DelivaryContent {
    display: flex;
    align-items: center;
    justify-content: center;
}
.Landing__2 .StudentPackage .DelivaryItem {
    margin-right: 50px;
}
.Landing__2 .StudentPackage .DelivaryItem svg {
    font-size: 70px;
    line-height: 50px;
    color: #de5074;
}
.Landing__2 .StudentPackage .DelivaryItem .text {
    margin-left: 20px;
}
.Landing__2 .StudentPackage .DelivaryItem h4 {
    font-size: 20px;
    line-height: 30px;
    color: var(--header);
}
.Landing__2 .StudentPackage .DelivaryItem p {
    font-size: 15px;
    line-height: 20px;
}
.Landing__2 #OrderConfirmLeft #Payment #ArrowBg,
.Landing__2 #OrderConfirmRight button {
    background: var(--bg_color4);
}
.Landing__2 #OrderConfirmLeft #Payment #ArrowBg p {
    color: #fff;
}
.Landing__2 #OrderConfirmLeft #Payment #ArrowBg:after {
    border-bottom: 15px solid var(--bg_color4);
}
.Landing__2 #OrderConfirmLeft #Payment #CustomeInput input:checked + label:before {
    background: var(--bg_color4);
}
.Landing__2 .SariOrderRight img {
    height: 500px;
}
.Landing__2 #tinyFooter p a {
    display: inline;
    font-size: 20px;
    font-weight: 600;
    color: var(--bg_color4);
    padding: 0 5px;
}
.Landing__2 .FollowUs h2 {
    color: var(--bg_color4);
    text-align: center;
}
.Landing__2 .SocialIcon a {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    background: #edf4ff;
    margin: 0 20px;
    color: #337fff;
}
.Landing__2 .SocialIcon a:hover {
    border-radius: 50%;
}
.Landing__2 .SocialIcon a.instagram {
    background: #faf5fc;
    color: #fa8f21;
}
.Landing__2 .SocialIcon a.youtube {
    background: #ffece8;
    color: #ff3000;
}
.Landing__2 .SocialIcon a.whatsapp {
    background: #ecfff5;
    color: #00d95f;
}
.Landing__2 .Footer {
    background: linear-gradient(109.56deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0) 126.32%);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    border-radius: 20px;
    padding: 30px;
    margin: 0 30px;
    box-shadow: 0 0 10px 5px #2633762d;
}
.Landing__2 .FooterLogo {
    margin-right: 50px;
    margin-left: 25%;
}
.Landing__2 .FooterLogo img {
    height: 80px;
}
.Landing__2 .FooterLogo p {
    color: var(--bg_color2);
    margin-top: 20px;
}
.Landing__2 .Footersection_gaps {
    padding-top: 60px;
}
.Landing__2 .FooterItem {
    margin-bottom: 10px;
    margin-left: 25%;
}
.Landing__2 .FooterItem h4 {
    font-size: 20px;
    line-height: 30px;
    color: var(--bg_color2);
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 5px;
    display: inline-block;
    font-weight: 700;
}
.Landing__2 .FooterItem h4:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 80%;
    height: 2px;
    background: var(--bg_color2);
}
.FooterItem p,
.Landing__2 .FooterItem a {
    display: block;
    color: var(--bg_color2);
    font-size: 18px;
    line-height: 28px;
    margin-top: 5px;
}
.Landing__2 .FooterItem a:hover {
    color: var(--bg_color);
}
.Landing__2 .tiny-footer_tinyFooter__Tr3b1 {
    margin-top: 50px;
    line-height: 30px;
}
@media (max-width: 1780px) {
    .Landing__2 h1 {
        font-size: 70px;
        line-height: 80px;
    }
    .Landing__2 .CallForOrder a {
        padding: 10px 25px;
        font-size: 18px;
    }
    .FooterItem p,
    .Landing__2 .FooterItem a {
        font-size: 16px;
        line-height: 26px;
    }
    .Landing__2 h2 {
        font-size: 35px;
        line-height: 50px;
    }
    .Landing__2 .StudentPackage .WhyBuyItem h3 {
        font-size: 18px;
        line-height: 30px;
    }
    .Landing__2 .StudentPackage .BannerText h2 {
        font-size: 45px;
        line-height: 55px;
    }
    .Landing__2 .StudentPackage .CallForOrder a {
        font-size: 20px;
        line-height: 30px;
    }
    .Landing__2 .MainPage .PackageItem .text p,
    .Landing__2 p {
        font-size: 15px;
        line-height: 24px;
    }
    .Landing__2 .StudentPackage .FooterLogo img {
        height: 70px;
    }
    .Landing__2 .ProbashiPackage .WhatHaveImg .Overlay h2 {
        font-size: 35px;
    }
    .Landing__2 .StudentPackage .WhyBuy .WhyBuyLeft img,
    .StudentPackage .WhyBuy .WhyBuyRight img {
        height: 130px;
    }
    .Landing__2 .StudentPackage .SliderOverlayItem img {
        height: 380px;
    }
    .Landing__2 .SocialIcon a {
        width: 70px;
        height: 70px;
        font-size: 30px;
    }
    .Landing__2 .Header {
        margin-bottom: 40px;
    }
    .Landing__2 .ProbashiPackage .BannerContent {
        margin-top: 130px;
    }
}
@media (max-width: 1439px) {
    .Landing__2 .Logo img {
        height: 40px;
    }
    .Landing__2 .MenuItem li a {
        padding: 0 12px;
    }
    .Landing__2 h1 {
        font-size: 65px;
        line-height: 75px;
    }
    .Landing__2 .MainPage .PackageItem .text p {
        font-size: 14px;
        line-height: 24px;
    }
    .Landing__2 .StudentPackage .WhyBuyItem img {
        height: 50px;
    }
    .Landing__2 .StudentPackage .WhyBuyItem h3 {
        font-size: 15px;
        line-height: 25px;
    }
    .Landing__2 .StudentPackage .Banner .BannerLeft1 img,
    .Landing__2 .StudentPackage .Banner .BannerRight1 img {
        height: 100px;
    }
    .Landing__2 .StudentPackage .Banner .BannerLeft2 {
        bottom: 28px;
        left: 10px;
    }
    .Landing__2 .StudentPackage .Banner .BannerLeft2 img,
    .Landing__2 .StudentPackage .Banner .BannerRight2 img {
        height: 100px;
    }
    .Landing__2 .StudentPackage .WhyBuy .WhyBuyLeft img,
    .StudentPackage .WhyBuy .WhyBuyRight img {
        height: 80px;
    }
    .Landing__2 .StudentPackage .WhyBuy .WhyBuyLeft {
        left: 0;
        top: 150px;
    }
    .Landing__2 .StudentPackage .WhyBuy .WhyBuyRight {
        right: 0;
        top: 150px;
    }
    .Landing__2 .StudentPackage .SliderOverlayItem img {
        height: 290px;
    }
    .Landing__2 .CustomerReviewItem {
        padding: 70px 30px 20px;
    }
    .Landing__2 .CustomerReviewItem p {
        font-size: 14px;
        line-height: 24px;
    }
    .Landing__2 h3 {
        font-size: 22px;
        line-height: 32px;
    }
    .Landing__2 .StudentPackage .BannerText h2 {
        font-size: 35px;
        line-height: 45px;
    }
    .Landing__2 .StudentPackage .SliderOverlay {
        padding-top: 40px;
    }
    .Landing__2 .StudentPackage .VideoItem div {
        height: 450px !important;
    }
    .Landing__2 .CustomerReviewItem .Quate i {
        font-size: 60px;
    }
    .Landing__2 .SocialIcon a {
        width: 60px;
        height: 60px;
        font-size: 25px;
    }
    .Landing__2 .FooterLogo img {
        height: 60px;
    }
    .Landing__2 h2 {
        font-size: 30px;
        line-height: 45px;
    }
    .Landing__2 .section_gaps {
        padding-top: 80px;
    }
    .Landing__2 .BestGift .bg_img {
        height: 1000px;
        width: 100%;
    }
    .Landing__2 .ChocolateBox #price h1 {
        font-size: 55px;
        line-height: 65px;
    }
    .Landing__2 .ChocolateBox #customized {
        padding: 80px 0;
    }
    .Landing__2 .tiny-footer_tinyFooter__Tr3b1 p a {
        display: inline;
        font-size: 16px;
        font-weight: 600;
        color: #f8406f;
        padding: 0 5px;
        line-height: 26px;
        text-align: center;
    }
    .Landing__2 .tiny-footer_tinyFooter__Tr3b1 p {
        line-height: 27px;
        text-align: center;
    }
    .Landing__2 .ProbashiPackage .Banner h1 {
        font-size: 50px;
        line-height: 60px;
        color: var(--white);
        margin: 20px 0;
    }
}
@media (max-width: 768px) {
    .Landing__2 .BannerItem {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .Landing__2 .BannerText {
        text-align: center;
        margin-bottom: 30px;
    }
    .MainPage .swiper-pagination-fraction {
        bottom: 35px;
        left: 0;
        width: 100%;
    }
    .Landing__2 .CustomerReviewItem .Quate {
        top: 15px;
        left: 15px;
    }
    .Landing__2 .CustomerReviewItem .img {
        width: 100px;
        height: 100px;
    }
    .Landing__2 .CustomerReviewItem .img img {
        width: 90px;
        height: 90px;
    }
    .Landing__2 .FooterContent {
        margin-top: 35px;
    }
    .Landing__2 .StudentPackage .StudentSlider img {
        height: 600px;
        object-fit: cover;
    }
    .Landing__2 .StudentPackage .SliderOverlayItem img {
        height: 260px;
    }
    .Landing__2 .BestGift .bg_img {
        height: 1390px;
    }
    .Landing__2 .StudentPackage .DelivaryItem {
        margin: 0 15px;
        display: block;
        text-align: center;
    }
    .Landing__2 .DelivaryItem h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .Landing__2 .StudentPackage .DelivaryItem i {
        font-size: 50px;
    }
    .Landing__2 .StudentPackage .DelivaryItem .text {
        margin-left: 0;
    }
    .Landing__2 .StudentPackage .FooterLogo img {
        height: 40px;
    }
    .FooterItem p,
    .Landing__2 .FooterItem a {
        font-size: 13px;
        line-height: 26px;
    }
    .Landing__2 .StudentPackage .Banner .col-lg-6:first-child {
        order: 2;
    }
    .Landing__2 .StudentPackage .Banner .col-lg-6:last-child {
        order: 1;
    }
    .Landing__2 .StudentPackage .Banner {
        padding: 50px 0;
        position: relative;
    }
    .Landing__2 .StudentPackage .BannerImg {
        width: 80%;
        margin: 0 auto 30px;
    }
    .Landing__2 .StudentPackage .OrderNow {
        margin-top: 30px;
        justify-content: center;
    }
    .Landing__2 .StudentPackage .WhyBuyItem {
        padding: 20px;
        width: 30%;
        margin: 0 10px 20px;
    }
    .Landing__2 .StudentPackage .WhyBuyContent {
        justify-content: center;
    }
    .Landing__2 .FooterLogo {
        margin-right: 0;
        margin-left: 0;
    }
    .Landing__2 .StudentPackage .VideoItem div {
        width: 100% !important;
        height: 450px !important;
    }
    .Landing__2 .section_gaps {
        padding-top: 70px;
    }
    .Landing__2 .BestGift .BestGiftContent {
        padding: 70px 0;
    }
    .Landing__2 .CustomerReviewItem .Quate i {
        font-size: 60px;
    }
    .Landing__2 .ProbashiPackage .BannerText h2 {
        color: #fff;
    }
    .Landing__2 .ProbashiPackage .CallForOrder a {
        color: #000;
        border: 1px solid #000;
    }
    .Landing__2 .MainPage .Banner .swiper-pagination {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .Landing__2 .MainPage .swiper-pagination-fraction {
        bottom: 30px;
    }
    .Landing__2 .ProbashiPackage .Banner {
        padding: 0;
    }
    .Landing__2 .ProbashiPackage .Logo img {
        height: 50px;
    }
    .Landing__2 .ProbashiPackage .WhatHavetext {
        margin-top: 30px;
    }
    .Landing__2 .ChocolateBox #banner .banner_img {
        width: 80%;
        margin: 0 auto 30px;
    }
    .Landing__2 .ChocolateBox #banner .col-lg-6:last-child {
        order: 1;
    }
    .Landing__2 .ChocolateBox #banner .col-lg-6:first-child {
        order: 2;
    }
    .Landing__2 .ChocolateBox #banner .banner_content {
        text-align: center;
    }
    .Landing__2 .ChocolateBox .price_img img {
        width: 100%;
        height: 350px;
    }
    .Landing__2 .ChocolateBox #price h1 {
        font-size: 45px;
        line-height: 55px;
    }
    .Landing__2 .ChocolateBox #price h2 {
        margin: 5px 0;
    }
    .Landing__2 .ProbashiPackage .Banner h1,
    .Landing__2 .ProbashiPackage .Banner h3 {
        color: #fff;
    }
    .Landing__2 .ProbashiPackage .CallForOrder a {
        color: #fff;
        border: 1px solid #fff;
    }
    .Landing__2 .ProbashiPackage .Banner .BannerOverlay {
        position: relative;
        z-index: 0;
    }
    .Landing__2 .ProbashiPackage .Banner .BannerOverlay:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 0, 0, 0.5);
        opacity: 0.6;
        z-index: 3;
    }
    .Landing__2 .FooterItem {
        margin-left: 0;
    }
}
@media (max-width: 500px) {
    .Landing__2 .MainPage .Logo img {
        height: 40px;
    }
    .Landing__2 .MainPage .BannerItem .img {
        width: 100%;
        margin-bottom: 40px;
    }
    .Landing__2 .MainPage .Banner .swiper-pagination {
        bottom: 45px;
    }
    .Landing__2 h1 {
        font-size: 50px;
        line-height: 60px;
    }
    .Landing__2 .FooterLogo img {
        height: 50px;
    }
    .Landing__2 .Footer {
        background: none;
        padding: 0;
        margin: 0 20px;
        box-shadow: none;
    }
    .Landing__2 .CallForOrder a {
        padding: 6px 12px;
        font-size: 14px;
    }
    .Landing__2 .StudentPackage .swiper-button-next,
    .StudentPackage .swiper-button-prev {
        width: 30px;
        height: 30px;
    }
    .Landing__2 .StudentPackage .swiper-button-next:after,
    .StudentPackage .swiper-button-prev:after {
        font-size: 13px;
    }
    .Landing__2 .StudentPackage .VideoItem div {
        width: 100% !important;
        height: 250px !important;
    }
    .Landing__2 .StudentPackage .VideoItem {
        padding: 15px;
    }
    .Landing__2 .StudentPackage h2 {
        font-size: 20px;
        line-height: 35px;
        text-align: center;
    }
    .Landing__2 .SariAboutText p {
        text-align: center;
        font-size: 15px;
        line-height: 24px;
        margin-top: 15px;
    }
    .Landing__2 .SariAbout .CallForOrder {
        margin-top: 20px;
        text-align: center;
    }
    .Landing__2 .StudentPackage .WhyBuyItem {
        padding: 15px;
        width: 44%;
    }
    .Landing__2 .BestGift .bg_img {
        height: 1075px;
    }
    .Landing__2 .StudentPackage .DelivaryContent {
        display: block;
    }
    .Landing__2 .StudentPackage .DelivaryItem {
        margin-bottom: 30px;
    }
    .Landing__2 .SocialIcon a {
        width: 50px;
        height: 50px;
        border-radius: 10px;
        font-size: 20px;
        line-height: 15px;
        margin: 0 10px;
    }
    .Landing__2 .StudentFooter {
        text-align: center;
    }
    .Landing__2 .StudentPackage .FooterLogo img {
        height: 50px;
    }
    .Landing__2 .StudentPackage .StudentFooter ul {
        text-align: center;
    }
    .Landing__2 .StudentFooter .col-lg-4:first-child {
        order: 2;
    }
    .Landing__2 .StudentFooter .col-lg-4:nth-child(2) {
        order: 1;
    }
    .Landing__2 .StudentFooter .col-lg-4:nth-child(3) {
        order: 3;
    }
    .FooterItem p,
    .Landing__2 .FooterItem a {
        font-size: 16px;
        line-height: 26px;
    }
    .Landing__2 .StudentPackage .FooterItem p {
        padding: 10px 0;
    }
    .Landing__2 .StudentPackage .StudentFooter {
        padding-bottom: 20px;
    }
    .Landing__2 .Logo img {
        height: 50px;
    }
    .Landing__2 .StudentPackage .BannerImg {
        width: 100%;
        margin: 0 auto 30px;
    }
    .Landing__2 .StudentPackage .Banner .BannerLeft1 img {
        height: 60px;
    }
    .Landing__2 .StudentPackage .Banner .BannerRight1 img {
        height: 70px;
    }
    .Landing__2 h3 {
        font-size: 20px;
        line-height: 32px;
    }
    .Landing__2 .StudentPackage .BannerText h2 {
        font-size: 28px;
        line-height: 36px;
    }
    .Landing__2 .StudentPackage .BannerText h4 {
        font-size: 25px;
        line-height: 35px;
    }
    .Landing__2 .StudentPackage .OrderNow {
        margin-top: 20px;
        display: block;
    }
    .Landing__2 .StudentPackage .Banner .BannerLeft2 img {
        height: 60px;
    }
    .Landing__2 .StudentPackage .Banner .BannerRight2 img {
        height: 65px;
    }
    .Landing__2 .StudentPackage .BannerNumber {
        margin-left: 0;
        margin-top: 20px;
    }
    .Landing__2 .StudentPackage .CallForOrder a {
        font-size: 20px;
        line-height: 30px;
        padding: 12px 30px 10px;
    }
    .Landing__2 .StudentPackage .WhyBuy .WhyBuyLeft img,
    .StudentPackage .WhyBuy .WhyBuyRight img {
        height: 60px;
    }
    .Landing__2 .OrderConfirmFromBg {
        border-radius: 20px;
        padding: 20px;
    }
    .Landing__2 .ProbashiPackage .WhatHavetext li {
        padding: 15px;
        margin-bottom: 15px;
        text-align: center;
        display: block;
    }
    .Landing__2 .ProbashiPackage .WhatHavetext li .text {
        margin-left: 0;
        margin-top: 20px;
    }
    .Landing__2 .ProbashiPackage .WhatHavetext li p {
        word-break: break-all;
    }
    .Landing__2 .ProbashiPackage .BannerText h2 {
        font-size: 22px;
        line-height: 32px;
        color: #fff;
    }
    .Landing__2 .ProbashiPackage .Banner h3 {
        color: #fff;
    }
    .Landing__2 .ProbashiPackage .CallForOrder a {
        color: #fff;
        border: 1px solid #fff;
    }
    .Landing__2 .ProbashiPackage .WhatHavetext {
        margin-left: 0;
        margin-top: 30px;
    }
    .Landing__2 .StudentPackage .StudentSlider img {
        height: 500px;
    }
    .Landing__2 .StudentPackage .SliderOverlayItem img {
        height: 200px;
    }
    .Landing__2 .ProbashiPackage .swiper-pagination {
        bottom: 0 !important;
    }
    .Landing__2 .ProbashiPackage .WhatHaveImg .Overlay {
        width: 100%;
    }
    .Landing__2 .ProbashiPackage .WhatHaveImg .Overlay h3 {
        font-size: 18px;
        line-height: 28px;
    }
    .Landing__2 section#price.order {
        display: none;
    }
    .Landing__2 .ChocolateBox #customized {
        padding: 60px 0;
    }
    .Landing__2 .ChocolateBox .gallery .overlay_img {
        bottom: -40px;
    }
    .Landing__2 .ProbashiPackage .Banner .BannerOverlay img {
        width: 100%;
        height: 570px;
        object-fit: cover;
    }
    .Landing__2 .ProbashiPackage .BannerContent {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
    }
    .Landing__2 .ProbashiPackage .Banner h1 {
        font-size: 34px;
        line-height: 41px;
        color: #fff;
        margin: 15px 0;
    }
    .Landing__2 .ProbashiPackage .WhatHaveImg .Overlay h2 {
        font-size: 30px;
    }
}
.Landing__3 {
    --header_color: #071c1f;
    --bg_color: #fec827;
    --bg_color2: #ff0d51;
    --bg_color3: #05a503;
    --text_color: #64607d;
    --white_color: #fff;
    font-family: Noto Sans Bengali, sans-serif;
}
.Landing__3 h1 {
    font-weight: 700;
    font-size: 55px;
    line-height: 70px;
    color: var(--white_color);
}
.Landing__3 h2 {
    font-size: 40px;
    line-height: 50px;
    color: var(--header_color);
    font-weight: 700;
}
.Landing__3 h3 {
    font-size: 24px;
    line-height: 35px;
    color: var(--header_color);
    font-weight: 600;
}
.Landing__3 p {
    color: var(--text_color);
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    margin-top: 15px;
}
.Landing__3 a {
    transition: 0.5s;
    display: block;
    font-size: 20px;
    line-height: 35px;
    font-weight: 600;
}
.Landing__3 a.bg {
    margin-top: 30px;
    padding: 15px 50px 12px;
    color: var(--white_color);
    background-image: linear-gradient(90deg, #fec827 0, #e9b005 51%, #fec827);
    background-size: 200% auto;
    border-radius: 10px;
    display: inline-block;
}
.Landing__3 a svg {
    font-size: 25px;
    margin-top: -5px;
    margin-right: 10px;
}
.Landing__3 a.bg:hover {
    background-position: 100%;
    color: #fff;
    text-decoration: none;
}
.Landing__3 .section_gaps {
    margin-top: 100px;
}
.Landing__3 .Banner {
    background: url(/_next/static/media/banner.4f866c2d.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 100px;
}
.Landing__3 .Banner .text {
    margin-top: 50px;
}
.Landing__3 .Banner .text h3 {
    color: #fec827;
    margin-top: 20px;
}
.Landing__3 .About {
    position: relative;
}
.Landing__3 .About .AboutText_left {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.Landing__3 .About .AboutText_right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.Landing__3 .AboutLogo {
    position: relative;
}
.Landing__3 .AboutLogo img {
    width: 100%;
}
.Landing__3 .AboutOverlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
    text-align: center;
}
.Landing__3 .AboutOverlay h3 {
    font-size: 50px;
    font-weight: 900;
    line-height: 60px;
}
.Landing__3 .AboutOverlay h4 {
    font-size: 35px;
    font-weight: 800;
    line-height: 45px;
    color: var(--bg_color3);
    margin: 15px 0;
}
.Landing__3 .AboutOverlay h2 {
    font-size: 50px;
    font-weight: 900;
    line-height: 60px;
    color: var(--bg_color2);
}
.Landing__3 .AboutText {
    text-align: center;
    margin-top: 60px;
}
.Landing__3 .WhyUs {
    position: relative;
}
.Landing__3 .WhyUsImg img {
    width: 100%;
    z-index: 1;
}
.Landing__3 .WhyUsImg .WhyOverlay {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 99;
    text-align: center;
}
.Landing__3 .WhyUsImg .WhyOverlay h2 {
    margin-bottom: 30px;
    margin-top: 50px;
}
.Landing__3 .WhyUsImg .WhyOverlay .WhyUsItem {
    background: var(--white_color);
    border-radius: 20px;
    padding: 50px;
    margin-top: 30px;
    height: 292px;
}
.Landing__3 .WhyUsImg .WhyOverlay .WhyUsItem img {
    height: 50px;
    width: auto;
}
.Landing__3 .WhyUsImg .WhyOverlay .WhyUsItem p {
    margin-top: 30px;
}
.Landing__3 .FreeDelivaryText ul li {
    font-size: 16px;
    line-height: 28px;
    color: var(--text_color);
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-weight: 500;
}
.Landing__3 .FreeDelivaryText ul li img {
    margin-right: 10px;
    height: 20px;
}
.Landing__3 .FreeDelivaryText h3 {
    margin-top: 30px;
}
.Landing__3 .ClientContent img {
    width: 100%;
}
.Landing__3 .OrderNow {
    position: relative;
}
.Landing__3 .OrderLeft {
    left: 0;
}
.Landing__3 .OrderLeft,
.Landing__3 .OrderRight {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.Landing__3 .OrderRight {
    right: 0;
}
.Landing__3 .OrderNowtext {
    text-align: center;
}
.Landing__3 .OrderNowtext a {
    font-size: 30px;
}
.Landing__3 .OrderNowtext a:nth-child(2) {
    color: var(--bg_color2);
    margin: 30px 0 20px;
}
.Landing__3 .OrderNowtext h3 {
    font-size: 20px;
}
.Landing__3 #OrderConfirmLeft #Payment #ArrowBg,
.Landing__3 #OrderConfirmRight button {
    background: #fec827;
}
.Landing__3 #OrderConfirmLeft #Payment #ArrowBg p {
    color: #fff;
}
.Landing__3 #OrderConfirmLeft #Payment #ArrowBg:after {
    border-bottom: 15px solid #fec827;
}
.Landing__3 #OrderConfirmLeft #Payment #CustomeInput input:checked + label:before {
    background: #fec827;
}
.Landing__3 #tinyFooter p a {
    color: #fec827;
}
.Landing__3 .Footer {
    position: relative;
    padding-bottom: 50px;
}
.Landing__3 .FooterLeft {
    position: absolute;
    left: 0;
    bottom: 0;
}
.Landing__3 .FooterRight {
    position: absolute;
    right: 0;
    bottom: 0;
}
.Landing__3 .Footer .FooterItem img {
    height: 60px;
}
.Landing__3 .Footer .FooterItem .SocialLink {
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.Landing__3 .Footer .FooterItem .SocialLink a {
    margin-right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid var(--bg_color);
    display: flex;
    align-items: center;
    justify-content: center;
}
.Landing__3 .Footer .FooterItem .SocialLink a:hover {
    background: var(--bg_color);
    color: var(--header_color);
}
.Landing__3 .Footer .FooterItem .SocialLink a svg {
    font-size: 20px;
    margin: 0;
}
.Landing__3 .Footer .FooterItem ul li {
    margin-top: 20px;
}
.Landing__3 .Footer .FooterItem a {
    font-weight: 400;
    color: var(--text_color);
    font-size: 16px;
    line-height: 28px;
}
.Landing__3 .FromH2 {
    text-align: center;
    padding-bottom: 50px !important;
}
@media (max-width: 1440px) {
    .Landing__3 h1 {
        font-size: 40px;
    }
    .Landing__3 h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .Landing__3 h3 {
        font-size: 22px;
        line-height: 35px;
    }
    .Landing__3 p {
        font-size: 16px;
    }
    .Landing__3 a {
        font-size: 18px;
        line-height: 30px;
    }
    .Landing__3 .WhyUsImg img {
        height: 1200px;
    }
    .Landing__3 .FooterLeft img {
        height: 100px;
    }
    .Landing__3 .FooterRight img {
        height: 150px;
    }
    .Landing__3 h1 {
        font-size: 36px;
        line-height: 50px;
    }
    .Landing__3 .WhyUsImg .WhyOverlay .WhyUsItem {
        background: var(--white_color);
        border-radius: 20px;
        padding: 30px;
        margin-top: 30px;
        height: 292px;
    }
}
@media (max-width: 1024px) {
    .Landing__3 .Footer .FooterItem img {
        height: 40px;
    }
    .Landing__3 .Footer .FooterItem .SocialLink a {
        margin-right: 15px;
        width: 35px;
        height: 35px;
    }
    .Landing__3 .Footer .FooterItem .SocialLink a:last-child {
        margin-right: 0;
    }
    .Landing__3 .Footer .FooterItem .SocialLink a svg {
        font-size: 16px;
        margin: 0;
    }
    .Landing__3 .FooterRight img {
        height: 120px;
    }
    .Landing__3 .WhyUsImg .WhyOverlay .WhyUsItem {
        background: var(--white_color);
        border-radius: 20px;
        padding: 30px;
        margin-top: 40px;
        height: 292px;
    }
}
@media (max-width: 900px) {
    .Landing__3 .Banner {
        position: relative;
        text-align: center;
    }
    .Landing__3 .Banner:after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
    }
    .Landing__3 .BannerContent {
        position: relative;
        z-index: 9;
    }
    .Landing__3 .AboutText_left img,
    .Landing__3 .AboutText_right img {
        height: 400px;
    }
    .Landing__3 .WhyUs {
        background: var(--bg_color);
        position: unset;
        margin-top: 80px;
    }
    .Landing__3 .WhyUsImg img {
        display: none;
    }
    .Landing__3 .WhyUs .WhyOverlay {
        position: unset;
        transform: unset;
        text-align: center;
        padding-bottom: 80px;
    }
    .Landing__3 .WhyUs .WhyOverlay img {
        display: block;
        margin: 0 auto;
    }
    .Landing__3 .WhyUs .WhyOverlay .WhyUsItem {
        padding: 30px;
    }
    .Landing__3 .FreeDelivary .first_child {
        order: 2;
    }
    .FreeDelivaryImg {
        margin-bottom: 50px;
    }
    .Landing__3 .OrderLeft img {
        height: 400px;
    }
    .Landing__3 .Footer .FooterItem img {
        height: 35px;
    }
    .Landing__3 .Footer .FooterItem .SocialLink a {
        margin-right: 10px;
        width: 30px;
        height: 30px;
    }
    .Landing__3 .Footer .FooterItem .SocialLink a svg {
        font-size: 14px;
    }
    .Landing__3 .Footer .FooterItem ul li {
        margin-top: 10px;
    }
    .Landing__3 .Footer .FooterItem ul li a {
        font-size: 14px;
    }
    .Landing__3 .Footer .FooterItem ul li a svg {
        font-size: 16px;
        margin-right: 5px;
    }
    .Landing__3 .FooterLeft img {
        height: 80px;
    }
    .Landing__3 .FooterRight img {
        height: 100px;
    }
    .Landing__3 .section_gaps {
        margin-top: 60px;
    }
    .Landing__3 .WhyUsImg .WhyOverlay .WhyUsItem {
        background: var(--white_color);
        border-radius: 20px;
        padding: 30px;
        margin-top: 30px;
        height: 320px;
    }
    .Landing__3 #MenubarContent img {
        z-index: 5;
    }
}
@media (max-width: 600px) {
    .Landing__3 .Logo img {
        height: 45px;
    }
    .Landing__3 h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .Landing__3 h2 {
        font-size: 25px;
        line-height: 35px;
    }
    .Landing__3 .AboutOverlay h2,
    .Landing__3 h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .Landing__3 .AboutOverlay h2 {
        font-weight: 900;
        color: var(--bg_color2);
    }
    .Landing__3 .AboutContent h4,
    .Landing__3 .AboutOverlay h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .Landing__3 .AboutContent h4 {
        margin: 5px 0;
    }
    .Landing__3 .AboutText_left img,
    .Landing__3 .AboutText_right img {
        height: 300px;
    }
    .Landing__3 .OrderLeft img {
        height: 100px;
    }
    .Landing__3 .OrderRight img {
        height: 80px;
    }
    .Landing__3 .Footer .FooterItem {
        margin-bottom: 20px;
    }
    .Landing__3 .Footer {
        text-align: center;
    }
    .Landing__3 .SocialLink {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        text-align: center;
    }
    .Landing__3 .WhyUsImg .WhyOverlay .WhyUsItem {
        background: var(--white_color);
        border-radius: 20px;
        padding: 23px;
        margin-top: 30px;
        height: 292px;
    }
    .Landing__3 .Banner {
        padding-top: 20px;
        padding-bottom: 100px;
    }
    .Landing__3 #MenubarContent img {
        height: 50px;
        max-width: 200px;
        z-index: 5;
    }
}
@media (max-width: 450px) {
    .Landing__3 h1 {
        font-size: 23px;
        line-height: 40px;
    }
    .Landing__3 h2 {
        font-size: 25px;
        line-height: 35px;
    }
    .Landing__3 h3 {
        font-size: 15px;
        line-height: 30px;
    }
    .Landing__3 .BannerText h2 {
        font-size: 24px;
    }
}
.Landing__4 {
    --header_color: #fff;
    --bg_color: #fec827;
    --bg_color2: #fd9328;
    --bg_color3: #88ef19;
    --bg_color4: #88ef19;
    --text_color: #64607d;
    --white_color: #fff;
    --primary_text: #2e514a;
}
.Landing__4 .Section__Gaps {
    margin-top: 100px;
}
.Landing__4 {
    font-family: Noto Sans Bengali, sans-serif;
}
.Landing__4 h1 {
    color: var(--header_color);
}
.Landing__4 h1,
.Landing__4 h1 span {
    font-weight: 700;
    font-size: 55px;
    line-height: 90px;
}
.Landing__4 h1 span {
    color: #fd4343;
    text-align: center;
}
.Landing__4 h2 {
    font-size: 45px;
    line-height: 50px;
    color: var(--primary_text);
    text-align: center;
    font-weight: 700;
}
.Landing__4 h3 {
    font-size: 24px;
    line-height: 35px;
    color: var(--primary_text);
    font-weight: 600;
}
.Landing__4 .Title h2 {
    line-height: 70px;
}
.Landing__4 .Title p {
    color: var(--primary_text);
    font-size: 28px;
    line-height: 50px;
    text-align: center;
}
.Landing__4 h5 {
    font-size: 24px;
    line-height: 20px;
    color: var(--primary_text);
    font-weight: 600;
}
.Landing__4 h6 {
    font-size: 21px;
    line-height: 28px;
    color: var(--bg_color3);
    font-weight: 700;
}
.Landing__4 p {
    color: var(--text_color);
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    margin-top: 15px;
}
.Landing__4 a {
    transition: 0.5s;
    display: block;
    font-size: 20px;
    line-height: 35px;
    font-weight: 600;
}
.Landing__4 a.bg {
    margin-top: 30px;
    padding: 15px 50px 12px;
    color: var(--white_color);
    background: #fd9328;
    background-size: 200% auto;
    border-radius: 30px;
    display: inline-block;
    box-shadow: 0 67px 80px rgba(30, 20, 10, 0.38), 0 43.4259px 46.8519px rgba(30, 20, 10, 0.193), 0 25.8074px 25.4815px rgba(30, 20, 10, 0.043), 0 13.4px 13px rgba(30, 20, 10, 0.035), 0 5.45926px 6.51852px rgba(30, 20, 10, 0.027),
        0 1.24074px 3.14815px rgba(30, 20, 10, 0.017);
}
.Landing__4 a.bg:hover {
    transform: scale(1.02);
}
.Landing__4 a svg {
    font-size: 25px;
    margin-top: -5px;
    margin-right: 10px;
}
.Landing__4 .hLine {
    margin-top: 10px;
    height: 2px;
    width: 300px;
    background: var(--primary_text);
}
.Landing__4 a.bg:hover {
    background-position: 100%;
    color: #fff;
    text-decoration: none;
}
.Landing__4 .section_gaps {
    margin-top: 100px;
}
.Landing__4 .LogoDiv {
    display: flex;
    justify-content: center;
}
.Landing__4 .Menubar {
    position: absolute;
    width: 100%;
    padding: 10px 0;
    left: 0;
    top: 0;
}
.Landing__4 .Banner {
    background: url(/_next/static/media/background8.43c93a71.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.Landing__4 .Leaf .DiscountBox .text h2 {
    text-align: center;
    padding-bottom: 10px;
}
.Landing__4 .Leaf {
    background: url(/_next/static/media/Leaf.eac995b5.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
}
.Landing__4 h2 span {
    color: var(--bg_color2);
    text-decoration: line-through;
}
.Landing__4 .Leaf .pricediv {
    margin-top: 50px;
}
.Landing__4 .Leaf .text {
    margin-top: 50px;
    padding-bottom: 120px;
}
.Landing__4 .Leaf .price2 {
    margin-top: 30px;
    display: flex;
    justify-content: left;
}
.Landing__4 .Leaf .textDecoration {
    position: relative;
    margin-left: 10px;
}
.Landing__4 .Leaf h2 {
    text-align: left;
    color: #fff;
}
.Landing__4 .Leaf .textDecoration img {
    position: absolute;
    bottom: -40px;
}
.Landing__4 .Leaf .textDecoration .PriceBox {
    position: absolute;
    text-align: center;
    left: 0;
    top: 0;
    margin-left: 30px;
    width: 300px;
}
.Landing__4 .Leaf .phoneDiv {
    margin-top: 60px;
}
.Landing__4 .Leaf .imgWhite {
    display: none;
}
.Landing__4 .Leaf .text h3 {
    color: var(--primary_text);
}
.Landing__4 .Leaf .BannerContent {
    padding-bottom: 150px;
}
.Landing__4 .Leaf .titleHeader {
    margin-top: 50px;
    display: flex;
    word-spacing: 20px;
    width: 60%;
}
.Landing__4 .Leaf .titleHeader h1 {
    font-size: 80px;
    letter-spacing: 0.11em;
    margin-right: 30px;
}
.Landing__4 .Leaf .titleHeader h1 span {
    color: var(--primary_text);
}
.Landing__4 .Leaf .DiscountBox {
    padding-top: 200px;
    position: relative;
}
.Landing__4 .Leaf .DiscountBox img {
    position: absolute;
    top: 80px;
    right: 0;
}
.Landing__4 .Leaf .DiscountBox .text {
    position: absolute;
    top: 65px;
    right: 11px;
    color: var(--bg_color2);
    text-align: center;
    width: 170px;
}
.Landing__4 .Leaf .DiscountBox .text h2 {
    color: var(--bg_color2);
}
.ProductAbout p {
    color: var(--primary_text);
    font-size: 28px;
    line-height: 50px;
    text-align: center;
}
.YouTubeVid img {
    width: 100%;
}
.YouTubeVid .buttonGroup {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.YouTubeVid .buttonGroup .bg {
    margin: 0 20px;
}
.YouTubeVid .buttonGroup .bg:last-child {
    background: #fff;
    border: 1px solid var(--primary_text);
    color: var(--primary_text);
}
.Landing__4 .UsefullnessItems {
    background: #e8f2e4;
    position: relative;
    padding: 125px 0;
}
.Landing__4 .UsefullnessItems .ItemCards {
    border-radius: 10px;
    padding: 30px 43px;
    text-align: center;
    margin: 10px auto;
    background: #fff;
    box-shadow: 0 -22px 80px rgba(0, 0, 0, 0.03), 0 50px 46.8519px rgba(0, 0, 0, 0.023), 0 38.5185px 25.4815px rgba(0, 0, 0, 0.018), 0 20px 13px rgba(0, 0, 0, 0.015), 0 8.14815px 6.51852px rgba(0, 0, 0, 0.012),
        0 1.85185px 3.14815px rgba(0, 0, 0, 0.007);
}
.Landing__4 .UsefullnessItems .left {
    position: absolute;
    top: 90%;
    left: 0;
}
.Landing__4 .UsefullnessItems .right {
    position: absolute;
    right: 0;
    top: 90%;
    display: flex;
    justify-content: flex-end;
}
.Landing__4 .UsefullnessItems .left img,
.Landing__4 .UsefullnessItems .right img {
    width: 100%;
}
.Landing__4 .UsefullnessItems .ItemCards .IconBox {
    background: var(--primary_text);
    height: 60px;
    width: 60px;
    padding: 14px 10px;
    border-radius: 50px;
    margin: 0 auto 20px;
}
.Landing__4 .DiscountSection h1 {
    text-align: center;
    margin-top: 20px;
}
.Landing__4 .DiscountSection .ContentBox {
    background: #fda043;
    position: relative;
    padding: 80px 0;
    border-radius: 10px;
}
.Landing__4 .DiscountSection .ContentBox .ImageLayer {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(180deg);
}
.Landing__4 .DiscountSection .ContentBox .text .bg {
    background: var(--primary_text);
    margin: 0 auto;
}
.Landing__4 .DiscountSection .ContentBox .text h1 {
    font-size: 45px;
}
.Landing__4 .DiscountSection .ContentBox .text a {
    font-size: 26px;
}
.Landing__4 .DiscountSection .ContentBox .text .buttonCenter {
    display: flex;
    justify-content: center;
}
.Landing__4 .DiscountSection .ContentBox .ImageLayer {
    display: flex;
    justify-content: flex-end;
}
.Landing__4 .DiscountSection .ContentBox .ImageLayer2 {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
}
.Landing__4 .DiscountSection .ContentBox .ImageLayer img,
.Landing__4 .DiscountSection .ContentBox .ImageLayer2 img {
    width: 100%;
}
.Landing__4 .WhyUs {
    position: relative;
    padding: 120px 0 0;
}
.Landing__4 .WhyUs .left {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: flex-start;
}
.Landing__4 .WhyUs .right {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
}
.Landing__4 .OnlyOrderBtn {
    padding: 0;
}
.Landing__4 .OnlyOrderBtn .buttonCenter {
    display: flex;
    justify-content: center;
}
.Landing__4 .OrderSection .OrderDiv {
    background: var(--primary_text);
    text-align: center;
    padding: 30px 80px;
    border-radius: 10px;
}
.Landing__4 .OrderSection .OrderDiv h1 {
    font-size: 40px;
}
.Landing__4 #OrderConfirmLeft #Payment #ArrowBg,
.Landing__4 #OrderConfirmRight button {
    background: #2e514a;
}
.Landing__4 #OrderConfirmLeft #Payment #ArrowBg p {
    color: var(--white_color);
}
.Landing__4 #OrderConfirmLeft #Payment #ArrowBg:after {
    border-bottom: 15px solid #2e514a;
}
.Landing__4 #tinyFooter p a {
    display: inline;
    font-size: 20px;
    font-weight: 600;
    color: #2e514a;
    padding: 0 5px;
}
.Landing__4 #OrderConfirmLeft #Payment #CustomeInput input:checked + label:before {
    background: #2e514a;
}
.Landing__4 .FooterSection {
    padding-bottom: 30px;
    position: relative;
}
.Landing__4 .FooterSection .imgLayer {
    position: absolute;
    bottom: 0;
    left: 0;
}
.Landing__4 .FooterSection .imgLayer img {
    width: 100%;
}
.Landing__4 .FooterSection .Logo img {
    margin-right: auto;
    display: flex;
}
.Landing__4 .FooterSection .footerMenu {
    display: flex;
    justify-content: flex-start;
}
.Landing__4 .FooterSection .footerMenu ul li {
    display: inline-block;
    margin-top: 10px;
    list-style: none;
    color: var(--primary_text);
    font-size: 18px;
}
.Landing__4 .FooterSection .footerMenu ul li a {
    color: var(--primary_text);
    text-decoration: none;
    font-size: 22px;
}
.Landing__4 .FooterSection .footerMenu ul li svg {
    color: var(--primary_text);
    font-size: 22px;
    margin-right: 10px;
}
.FooterSection .footerMenu .footerBox {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.Landing__4 .FooterSection .footerMenu .footerBox svg {
    color: var(--primary_text);
    font-size: 32px;
    margin-right: 10px;
}
.Landing__4 .BottomFooterMenu {
    display: flex;
    justify-content: center;
}
.Landing__4 .BottomFooterMenu ul li {
    display: inline-block;
    margin: 10px;
}
.Landing__4 .BottomFooterMenu ul li a {
    color: var(--primary_text);
    text-decoration: none;
    font-size: 16px;
}
.Landing__4 .DiscountBox h2 {
    right: 11px;
    font-size: 35px;
    margin-top: 15px;
}
@media (max-width: 1440px) {
    .Landing__4 .container {
        width: 90%;
    }
    .Landing__4 h3 {
        font-size: 22px;
        line-height: 30px;
    }
    .Landing__4 h2 {
        font-size: 35px;
        line-height: 45px;
    }
    .Landing__4 h1 {
        font-size: 50px;
        line-height: 60px;
    }
    .Landing__4 .ImageLayer,
    .Landing__4 .ImageLayer2 {
        width: 120px;
    }
    .Landing__4 .tiny-footer_tinyFooter__Tr3b1 p {
        line-height: 10px;
        text-align: center;
    }
}
@media (max-width: 1024px) {
    .Landing__4 h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .Landing__4 h2 {
        font-size: 26px;
        line-height: 30px;
    }
    .Landing__4 h5 {
        font-size: 15px;
    }
    .Landing__4 h1 span {
        font-size: 24px;
        line-height: 30px;
    }
    .Landing__4 a.bg {
        padding: 11px 30px 10px;
    }
    .Landing__4 .Title p,
    .Landing__4 p {
        font-size: 14px;
        line-height: 22px;
    }
    .Landing__4 .Title h2 {
        line-height: 30px;
    }
    .Landing__4 .LogoDiv img {
        width: 40%;
    }
    .Landing__4 .Leaf {
        padding-top: 30px;
        padding-bottom: 100px;
    }
    .Landing__4 .Leaf .text {
        margin-top: 30px;
        padding-bottom: 30px;
    }
    .Landing__4 .Leaf .text h3 {
        font-size: 20px;
    }
    .Landing__4 .Leaf .titleHeader {
        margin-top: 10px;
    }
    .Landing__4 .Leaf .textDecoration img {
        bottom: -16px;
        width: 160px;
        left: 13px;
    }
    .Landing__4 .Leaf .DiscountBox {
        padding-top: 150px;
        margin: 60px 0;
    }
    .Landing__4 .Leaf .DiscountBox img {
        top: 0;
    }
    .Landing__4 .Leaf .DiscountBox .text {
        top: 50px;
    }
    .Landing__4 .UsefullnessItems {
        padding: 65px 0;
    }
    .Landing__4 .UsefullnessItems h3 {
        font-size: 16px;
        line-height: 20px;
    }
    .Landing__4 .UsefullnessItems .ItemCards {
        padding: 13px 8px;
    }
    .Landing__4 .UsefullnessItems .ItemCards .IconBox img {
        width: 20px;
    }
    .Landing__4 .UsefullnessItems .ItemCards .IconBox {
        height: 35px;
        width: 35px;
        padding: 6px 5px;
        margin-bottom: 15px;
    }
    .Landing__4 .DiscountSection h1 {
        text-align: center;
        margin-top: 10px;
    }
    .Landing__4 .DiscountSection .ContentBox .text h1 {
        font-size: 30px;
    }
    .Landing__4 .DiscountSection .ContentBox .text a {
        font-size: 22px;
    }
    .Landing__4 .Landing__4 a.bg {
        margin-top: 25px;
        padding: 12px 25px 10px;
    }
    .Landing__4 .DiscountSection .ContentBox .ImageLayer img,
    .Landing__4 .DiscountSection .ContentBox .ImageLayer2 img,
    .Landing__4 .UsefullnessItems .left img,
    .Landing__4 .UsefullnessItems .right img {
        width: 60%;
    }
    .Landing__4 .Landing__4 .WhyUs {
        padding: 30px 0;
    }
    .Landing__4 .WhyUs .left img,
    .Landing__4 .WhyUs .right img {
        width: 30%;
    }
    .Landing__4 .OnlyOrderBtn {
        padding: 30px 0;
    }
    .Landing__4 .FooterSection .imgLayer img {
        width: 60%;
    }
    .Landing__4 .FooterSection .FooterMenu ul li {
        margin: 0 10px;
        justify-content: space-between;
    }
    .Landing__4 .FooterSection .footerMenu ul li a {
        font-size: 18px;
    }
    .Landing__4 .FooterSection .footerMenu ul li svg {
        font-size: 20px;
    }
    .Landing__4 .FooterSection .footerMenu .footerBox svg {
        font-size: 25px;
    }
    .Landing__4 .DiscountBox h2 {
        right: 11px;
        font-size: 35px;
        margin-top: 0;
    }
}
@media (max-width: 768px) {
    .Landing__4 h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .Landing__4 h2 {
        font-size: 26px;
        line-height: 30px;
    }
    .Landing__4 h5 {
        font-size: 15px;
    }
    .Landing__4 h1 span {
        font-size: 24px;
        line-height: 30px;
    }
    .Landing__4 a.bg {
        padding: 11px 30px 10px;
    }
    .Landing__4 .Title p,
    .Landing__4 p {
        font-size: 14px;
        line-height: 22px;
    }
    .Landing__4 .Title h2 {
        line-height: 30px;
    }
    .Landing__4 .LogoDiv img {
        width: 40%;
    }
    .Landing__4 .Leaf {
        padding-top: 30px;
        padding-bottom: 100px;
    }
    .Landing__4 .Leaf .text {
        margin-top: 30px;
        padding-bottom: 30px;
    }
    .Landing__4 .Leaf .text h3 {
        font-size: 20px;
    }
    .Landing__4 .Leaf .titleHeader {
        margin-top: 10px;
    }
    .Landing__4 .Leaf .textDecoration img {
        bottom: -16px;
        width: 160px;
        left: 13px;
    }
    .Landing__4 .Leaf .DiscountBox {
        padding-top: 150px;
    }
    .Landing__4 .Leaf .DiscountBox img {
        top: 0;
    }
    .Landing__4 .Leaf .DiscountBox .text {
        top: 50px;
    }
    .Landing__4 .UsefullnessItems {
        padding: 65px 0;
    }
    .Landing__4 .UsefullnessItems h3 {
        font-size: 16px;
        line-height: 20px;
    }
    .Landing__4 .UsefullnessItems .ItemCards {
        padding: 20px 8px;
    }
    .Landing__4 .UsefullnessItems .ItemCards .IconBox img {
        width: 20px;
    }
    .Landing__4 .UsefullnessItems .ItemCards .IconBox {
        height: 35px;
        width: 35px;
        padding: 6px 5px;
        margin-bottom: 15px;
    }
    .Landing__4 .DiscountSection h1 {
        text-align: center;
        margin-top: 10px;
    }
    .Landing__4 .DiscountSection .ContentBox .text h1 {
        font-size: 30px;
    }
    .Landing__4 .DiscountSection .ContentBox .text a {
        font-size: 22px;
    }
    .Landing__4 a.bg {
        margin-top: 25px;
        padding: 12px 25px 10px;
    }
    .Landing__4 .DiscountSection .ContentBox .ImageLayer img,
    .Landing__4 .DiscountSection .ContentBox .ImageLayer2 img,
    .Landing__4 .UsefullnessItems .left img,
    .Landing__4 .UsefullnessItems .right img {
        width: 60%;
    }
    .Landing__4 .Landing__4 .WhyUs {
        padding: 30px 0;
    }
    .Landing__4 .WhyUs .left img,
    .Landing__4 .WhyUs .right img {
        width: 30%;
    }
    .Landing__4 .OnlyOrderBtn {
        padding: 30px 0;
    }
    .Landing__4 .FooterSection .imgLayer img {
        width: 60%;
    }
    .Landing__4 .FooterSection .FooterMenu ul li {
        margin: 0 10px;
        justify-content: space-between;
    }
    .Landing__4 .FooterSection .footerMenu ul li a {
        font-size: 18px;
    }
    .Landing__4 .FooterSection .footerMenu ul li svg {
        font-size: 20px;
    }
    .Landing__4 .FooterSection .footerMenu .footerBox svg {
        font-size: 25px;
    }
    .Landing__4 .ImageLayer,
    .Landing__4 .ImageLayer2 {
        width: 120px;
    }
    .Landing__4 .DiscountBox img {
        top: 22px;
        width: 130px !important;
        margin-left: 20px;
    }
    .Landing__4 .DiscountBox h2 {
        padding-bottom: 0;
        padding-left: 61px;
        margin-top: -45px;
        right: 11px;
    }
    .Landing__4 .DiscountBox h5 {
        padding-bottom: 0;
        padding-left: 60px;
    }
}
@media (max-width: 575px) {
    .Landing__4 h1 {
        font-size: 26px;
        line-height: 30px;
    }
    .Landing__4 h2 {
        font-size: 22px;
        line-height: 30px;
    }
    .Landing__4 h5 {
        font-size: 15px;
    }
    .Landing__4 h1 span {
        font-size: 24px;
        line-height: 30px;
    }
    .Landing__4 a.bg {
        padding: 11px 30px 10px;
    }
    .Landing__4 .Title p,
    .Landing__4 p {
        font-size: 14px;
        line-height: 22px;
    }
    .Landing__4 .Title h2 {
        line-height: 30px;
    }
    .Landing__4 .LogoDiv img {
        width: 50%;
    }
    .Landing__4 .Leaf {
        padding-top: 30px;
        padding-bottom: 100px;
    }
    .Landing__4 .Leaf .phonediv,
    .Landing__4 .Leaf .price2,
    .Landing__4 .Leaf .pricediv {
        margin-top: 20px;
    }
    .Landing__4 .Leaf .DiscountBox img {
        width: 40%;
    }
    .Landing__4 .Leaf .titleHeader {
        display: block;
        width: 100%;
    }
    .Landing__4 .Leaf .titleHeader h1 {
        font-size: 50px;
        margin-top: 30px;
        color: #fff;
        text-align: center;
        margin-right: 0;
    }
    .Landing__4 .Leaf .text h3 {
        font-size: 20px;
        text-align: center;
    }
    .Landing__4 .Leaf .btnBox {
        display: flex;
        justify-content: center;
    }
    .Landing__4 .Leaf .text {
        margin-top: 30px;
        padding-bottom: 10px;
    }
    .Landing__4 .Leaf .phoneDiv {
        margin-top: 30px;
    }
    .Landing__4 .Leaf .textDecoration .PriceBox {
        width: 108px;
    }
    .Landing__4 .Leaf .textDecoration img {
        position: absolute;
        bottom: -20px;
        width: 140px;
        left: inherit;
    }
    .Landing__4 .Leaf .DiscountBox {
        padding-top: 0;
        padding-bottom: 100px;
    }
    .Landing__4 .Leaf .DiscountBox .text {
        top: 15px;
        right: -18px;
    }
    .Landing__4 .Leaf .DiscountBox img {
        top: 10px;
    }
    .Landing__4 .Leaf .textDecoration .PriceBox {
        margin-left: 20px;
    }
    .Landing__4 .Leaf .DiscountBox .text h2 {
        padding-bottom: 0;
    }
    .Landing__4 .UsefullnessItems .left img,
    .Landing__4 .UsefullnessItems .right img {
        width: 30%;
    }
    .Landing__4 .UsefullnessItems .left {
        position: absolute;
        top: inherit;
        bottom: 0;
        left: 0;
    }
    .Landing__4 .UsefullnessItems h3 {
        font-size: 12px;
        line-height: 20px;
    }
    .Landing__4 .UsefullnessItems .ItemCards {
        padding: 13px 8px;
    }
    .Landing__4 .UsefullnessItems .ItemCards .IconBox img {
        width: 20px;
    }
    .Landing__4 .UsefullnessItems .ItemCards .IconBox {
        height: 35px;
        width: 35px;
        padding: 6px 5px;
        margin-bottom: 15px;
    }
    .Landing__4 .UsefullnessItems .right {
        position: absolute;
        right: 0;
        display: flex;
        justify-content: flex-end;
        top: inherit;
        bottom: 0;
    }
    .Landing__4 a {
        font-size: 20px;
        line-height: 20px;
    }
    .Landing__4 .UsefullnessItems {
        padding: 60px 0;
    }
    .Landing__4 .DiscountSection .ContentBox .text h1 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .Landing__4 .DiscountSection .ContentBox {
        padding: 40px 0;
    }
    .Landing__4 .DiscountSection .ContentBox .text a {
        font-size: 20px;
    }
    .Landing__4 .Landing__4 .WhyUs {
        padding: 60px 0;
    }
    .Landing__4 .WhyUs .left img,
    .Landing__4 .WhyUs .right img {
        width: 30%;
    }
    .Landing__4 .OnlyOrderBtn {
        padding: 30px 0;
    }
    .Landing__4 .OrderSection .OrderDiv {
        padding: 20px 30px;
    }
    .Landing__4 .OrderSection .OrderDiv h1 {
        font-size: 16px;
    }
    .Landing__4 .FooterSection .Logo img {
        margin: 0 auto;
        display: flex;
    }
    .Landing__4 .FooterSection .FooterMenu {
        margin-top: 20px;
        justify-content: center;
    }
    .Landing__4 .FooterSection .FooterMenu ul li {
        margin: 0 10px;
        justify-content: space-between;
    }
    .Landing__4 .FooterSection .footerMenu ul li a {
        font-size: 14px;
    }
    .Landing__4 .FooterSection .footerMenu ul li svg {
        font-size: 16px;
    }
    .Landing__4 .FooterSection .footerMenu .footerBox svg {
        font-size: 20px;
    }
    .Landing__4 .FooterSection .imgLayer img {
        width: 30%;
    }
    .Landing__4 .ImageLayer,
    .Landing__4 .ImageLayer2 {
        width: 80px;
    }
    .Landing__4 .ItemCards {
        padding: 13px 8px;
        height: 113px;
    }
    .Landing__4 .BottomFooterMenu,
    .Landing__4 .FooterSection .footerMenu {
        text-align: center;
        display: block;
    }
    .Landing__4 .DiscountBox img {
        top: 22px;
        width: 110px !important;
    }
    .Landing__4 .DiscountBox h2 {
        margin-top: -15px;
    }
    .Landing__4 .DiscountBox h2,
    .Landing__4 .DiscountBox h5 {
        padding-bottom: 0;
        padding-left: 27px;
    }
}
@media (max-width: 375px) {
    .Landing__4 h1 {
        font-size: 21px;
        line-height: 30px;
    }
    .Landing__4 h2 {
        font-size: 20px;
        line-height: 30px;
    }
}
.Landing__5 {
    --header_color: #071c1f;
    --bg_color: #fec827;
    --bg_color2: #e81e28;
    --bg_color3: #05a503;
    --text_color: #64607d;
    --white_color: #fff;
    --primary_text: #e81e28;
    font-family: Noto Sans Bengali, sans-serif;
}
.Landing__5 a.bg3 {
    margin-left: 30px;
}
.Landing__5 {
    font-family: Noto Sans Bengali, sans-serif !important;
}
.Landing__5 h1 {
    font-weight: 700;
    font-size: 55px;
    line-height: 70px;
    color: var(--header_color);
}
.Landing__5 h2 {
    font-size: 40px;
    line-height: 50px;
    color: var(--primary_text);
    font-weight: 700;
}
.Landing__5 h3 {
    font-size: 24px;
    line-height: 35px;
    color: var(--primary_text);
    font-weight: 600;
}
.Landing__5 p {
    color: var(--text_color);
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    margin-top: 15px;
}
.Landing__5 a {
    transition: 0.5s;
    display: block;
    font-size: 20px;
    line-height: 35px;
    font-weight: 600;
}
.Landing__5 a.bg {
    margin-top: 30px;
    padding: 15px 50px 12px;
    color: var(--white_color);
    background-image: linear-gradient(90deg, #e81e28 0, #b82930 51%, #e81e28);
    background-size: 200% auto;
    border-radius: 10px;
    display: inline-block;
}
.Landing__5 a svg {
    font-size: 25px;
    margin-top: -5px;
    margin-right: 10px;
}
.Landing__5 .hLine {
    margin-top: 10px;
    height: 2px;
    width: 300px;
    background: var(--primary_text);
}
.Landing__5 a.bg:hover {
    background-position: 100%;
    color: #fff;
    text-decoration: none;
}
.Landing__5 .section_gaps {
    margin-top: 100px;
}
.Landing__5 .Banner {
    background: url(/_next/static/media/banner6.ab76c176.png);
    background-position: top;
    background-repeat: no-repeat;
    padding-top: 50px;
}
.Landing__5 .Banner .text {
    margin-top: 50px;
}
.Landing__5 .Banner .imgWhite {
    display: none;
}
.Landing__5 .Banner .text h3 {
    color: var(--primary_text);
}
.Landing__5 .Banner .Landing__5 .BannerContent {
    padding-bottom: 150px;
}
.Landing__5 .Banner .titleHeader {
    margin-top: 50px;
    display: flex;
    word-spacing: 20px;
    width: 60%;
}
.Landing__5 .Banner .titleHeader h1 {
    font-size: 83px;
    letter-spacing: 0.11em;
    margin-right: 30px;
}
.Landing__5 .Banner .titleHeader h1 span {
    color: var(--primary_text);
}
.Landing__5 .Spec {
    background: var(--primary_text);
    padding: 40px;
    margin-top: -80px;
    border-radius: 10px;
    display: inline-block;
}
.Landing__5 .Spec ul li {
    display: inline-block;
    text-align: center;
    padding-right: 30px;
    margin-right: 30px;
    border-right: 1px solid var(--white_color);
}
.Landing__5 .Spec ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}
.Landing__5 .Spec ul li p {
    text-align: center;
    color: #fff;
}
.Landing__5 .Spec .vLine {
    width: 2px;
    height: 150px;
    margin: auto 0;
    background: #fff;
}
.Landing__5 .Features {
    margin-top: 150px;
}
.Landing__5 .Features h2 {
    color: var(--primary_text);
}
.Landing__5 .Features .FeatureList {
    margin-top: 50px;
}
.Landing__5 .Features .imageScooter img {
    width: auto;
}
.Landing__5 .Features .FeatureList ul li {
    margin-top: 20px;
}
.Landing__5 .Features .FeatureList svg {
    color: var(--primary_text);
    margin-right: 5px;
    font-size: 24px;
}
.Landing__5 .Features .FeatureList p {
    font-size: 22px;
    font-weight: 700;
}
.Landing__5 .OurStories h2 {
    text-align: center;
}
.Landing__5 .OurStories .hLine {
    margin: 10px auto 0;
    width: 170px;
    height: 3px;
}
.Landing__5 .OurStories p {
    text-align: center;
}
.Landing__5 .OrderSection .OrderDiv {
    background: var(--primary_text);
    text-align: center;
    padding: 30px 80px;
    border-radius: 10px;
}
.Landing__5 .OrderSection .OrderDiv h1 {
    font-size: 40px;
}
.Landing__5 .FooterSection .Logo img {
    max-height: 60px;
}
.Landing__5 .FooterSection {
    margin-bottom: 50px;
}
.Landing__5 .FooterSection .Logo img {
    margin-right: auto;
    display: flex;
}
.Landing__5 .FooterSection .FooterMenu {
    display: flex;
    justify-content: flex-end;
}
.Landing__5 .FooterSection .FooterMenu ul li {
    display: inline-block;
    margin-left: 40px;
}
.Landing__5 #OrderConfirmLeft #Payment #ArrowBg,
.Landing__5 #OrderConfirmRight button {
    background: #e81e28;
}
.Landing__5 #OrderConfirmLeft #Payment #ArrowBg p {
    color: #fff;
}
.Landing__5 #OrderConfirmLeft #Payment #ArrowBg:after {
    border-bottom: 15px solid #e81e28;
}
.Landing__5 #OrderConfirmLeft #Payment #CustomeInput input:checked + label:before {
    background: #e81e28;
}
@media (max-width: 1440px) {
    .Landing__5 .container {
        width: 90%;
    }
    .Landing__5 .Banner .titleHeader h1 {
        font-size: 70px;
        letter-spacing: 0.11em;
        margin-right: 30px;
    }
    .Landing__5 .container h3 {
        font-size: 22px;
        line-height: 30px;
    }
    .Landing__5 .container h2 {
        font-size: 35px;
        line-height: 45px;
    }
    .Landing__5 .container h1 {
        font-size: 50px;
        line-height: 60px;
    }
    .Landing__5 .section_gaps {
        margin-top: 60px;
    }
    .Landing__5 .tiny-footer_tinyFooter__Tr3b1 p a {
        display: inline;
        font-size: 16px;
        font-weight: 600;
        color: #e41320;
        padding: 0 5px;
    }
    .Landing__5 .tiny-footer_tinyFooter__Tr3b1 p {
        line-height: 16px;
        line-height: 20px;
        text-align: center;
    }
    .Landing__5 .Spec ul li {
        margin-right: 6px;
        border-right: 1px solid var(--white_color);
    }
    .Landing__5 .OrderSection .OrderDiv h1 {
        font-size: 30px;
    }
}
@media (max-width: 1024px) {
    .Landing__5 .Banner .titleHeader h1 {
        font-size: 40px;
        margin-top: 10px;
    }
    .Landing__5 h2 {
        font-size: 24px;
    }
    .Landing__5 .section_gaps {
        margin-top: 40px;
    }
    .Landing__5 .hLine {
        margin: 0 auto;
    }
    .Landing__5 p {
        font-size: 14px;
    }
    .Landing__5 .Banner .text {
        margin-top: 20px;
    }
    .Landing__5 .Banner .text h3 {
        font-size: 20px;
    }
    .Landing__5 .Banner .titleHeader {
        margin-top: 10px;
    }
    .Landing__5 .Spec {
        padding: 20px;
    }
    .Landing__5 .Spec .item img {
        width: 30%;
    }
    .Landing__5 .Spec .item p {
        font-size: 12px;
        line-height: 20px;
    }
    .Landing__5 .Spec ul li {
        display: inline-block;
        text-align: center;
        padding-right: 15px;
        margin: 10px 15px 10px 0;
        border-right: 1px solid #fff;
    }
    .Landing__5 .Spec ul li .item {
        padding: 5px;
    }
    .Landing__5 a.bg {
        margin-top: 25px;
        padding: 12px 25px 10px;
    }
    .Landing__5 .Features .imageScooter img {
        text-align: center;
    }
    .Landing__5 .Features .imageScooter {
        display: flex;
        justify-content: center;
    }
    .Landing__5 .Features {
        margin-top: 60px;
    }
    .Landing__5 .Features h2 {
        text-align: center;
    }
    .Landing__5 .Features .FeatureList p {
        font-size: 16px;
        font-weight: 700;
    }
    .Landing__5 .Features .FeatureList ul li {
        margin-top: 5px;
    }
    .Landing__5 .OrderSection .OrderDiv {
        padding: 20px;
    }
    .Landing__5 .OrderSection .OrderDiv h1 {
        font-size: 24px;
    }
}
@media (max-width: 768px) {
    .Landing__5 .Banner .titleHeader h1 {
        font-size: 40px;
        margin-top: 10px;
    }
    .Landing__5 h2 {
        font-size: 24px;
    }
    .Landing__5 .section_gaps {
        margin-top: 60px;
    }
    .Landing__5 .hLine {
        margin: 0 auto;
    }
    .Landing__5 .Banner .text {
        margin-top: 30px;
    }
    .Landing__5 .Banner .text h3 {
        font-size: 20px;
    }
    .Landing__5 .Banner .titleHeader {
        margin-top: 10px;
    }
    .Landing__5 .Spec {
        padding: 20px;
    }
    .Landing__5 .Spec .item img {
        width: 30%;
    }
    .Landing__5 .Spec .item p {
        font-size: 12px;
        line-height: 20px;
    }
    .Landing__5 .Spec ul li {
        display: inline-block;
        text-align: center;
        padding-right: 8px;
        margin: 10px 8px 10px 0;
        border-right: 1px solid #fff;
    }
    .Landing__5 .Spec ul li .item {
        padding: 5px;
    }
    .Landing__5 a.bg {
        margin-top: 25px;
        padding: 12px 25px 10px;
    }
    .Landing__5 .Features .imageScooter img {
        text-align: center;
    }
    .Landing__5 .Features .imageScooter {
        display: flex;
        justify-content: center;
    }
    .Landing__5 .Features {
        margin-top: 60px;
    }
    .Landing__5 .Features h2 {
        text-align: center;
    }
    .Landing__5 .Features .imageScooter img {
        width: auto;
    }
    .Landing__5 .OrderSection .OrderDiv {
        padding: 20px;
    }
    .Landing__5 .OrderSection .OrderDiv h1 {
        font-size: 24px;
    }
}
@media (max-width: 575px) {
    .Landing__5 .Banner {
        background: url(/_next/static/media/banner6.5819bc72.png);
        background-position: top;
        background-repeat: no-repeat;
        padding-top: 50px;
        padding-bottom: 130px;
    }
    .Landing__5 .section_gaps {
        margin-top: 50px;
    }
    .Landing__5 h1 {
        font-size: 26px;
        line-height: 30px;
    }
    .Landing__5 h2 {
        font-size: 22px;
        line-height: 30px;
    }
    .Landing__5 p {
        font-size: 14px;
        line-height: 22px;
    }
    .Landing__5 .Banner {
        padding-top: 30px;
    }
    .Landing__5 .Banner .titleHeader {
        display: block;
        width: 100%;
    }
    .Landing__5 .Banner .titleHeader h1 {
        font-size: 32px;
        margin-top: 30px;
        color: #fff;
        text-align: center;
        margin-right: 0;
        line-height: 11px;
    }
    .Landing__5 .Banner .text h3 {
        font-size: 20px;
        text-align: center;
    }
    .Landing__5 .Banner .btnBox {
        display: flex;
        justify-content: center;
    }
    .Landing__5 .Banner .text {
        margin-top: 30px;
    }
    .Landing__5 a.bg {
        margin-top: 30px;
        padding: 8px 20px 7px;
    }
    .Landing__5 .Banner .imgWhite {
        display: block;
    }
    .Landing__5 .Banner .imgBlack {
        display: none;
    }
    .Landing__5 .Spec {
        padding: 20px;
    }
    .Landing__5 .Spec .item img {
        width: 30%;
    }
    .Landing__5 .Spec .item p {
        font-size: 12px;
        line-height: 20px;
    }
    .Landing__5 .Spec ul li {
        display: inline-block;
        width: 50%;
        text-align: center;
        padding-right: 0;
        margin: 10px 0;
        border-right: none;
    }
    .Landing__5 .Spec ul li .item {
        padding: 5px;
    }
    .Landing__5 .Spec ul li:last-child {
        display: flex;
        justify-content: center;
        margin: 10px auto 0;
    }
    .Landing__5 .Features .imageScooter img {
        text-align: center;
        width: 100%;
    }
    .Landing__5 .Features {
        margin-top: 50px;
    }
    .Landing__5 .Features .FeatureList p {
        font-size: 14px;
    }
    .Landing__5 a {
        font-size: 12px;
        line-height: 20px;
    }
    .Landing__5 .OrderSection .OrderDiv {
        padding: 20px 30px;
    }
    .Landing__5 .OrderSection .OrderDiv h1 {
        font-size: 16px;
    }
    .Landing__5 .FooterSection .FooterMenu {
        margin-top: 20px;
        justify-content: center;
    }
    .Landing__5 .FooterSection .FooterMenu ul li {
        margin: 0 10px;
        justify-content: space-between;
    }
    .Landing__5 .FooterSection {
        margin-bottom: 20px;
    }
    .Landing__5 .imgWhite {
        display: block;
        margin: 0 auto;
        width: 160px;
    }
    .Landing__5 .FooterSection .Logo img {
        margin: 0 auto;
        display: flex;
        width: 160px;
    }
}
.Landing__6 {
    --header_color: #080422;
    --bg_color1: #6001d3;
    --bg_color2: #fcdc00;
    --bg_color3: #fd346e;
    --white_color: #fff;
    overflow-x: hidden;
    font-family: Noto Sans Bengali, sans-serif;
}
.Landing__6 h2 {
    font-size: 40px;
    line-height: 50px;
    color: var(--header_color);
    font-weight: 700;
}
.Landing__6 h3 {
    font-size: 24px;
    line-height: 35px;
    color: var(--header_color);
    font-weight: 600;
}
.Landing__6 p {
    color: var(--text_color);
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    margin-top: 15px;
}
.Landing__6 .bg {
    transition: 0.5s;
    display: block;
    font-size: 20px;
    line-height: 35px;
    font-weight: 600;
    text-decoration: none;
}
.Landing__6 a.bg {
    padding: 15px 20px 12px;
    color: var(--white_color);
    background-image: linear-gradient(90deg, #9fda12 0, #7a7a7a 51%, #9fda12);
    background-size: 200% auto;
    border-radius: 10px;
    display: inline-block;
    transition: 0.4s;
}
.Landing__6 a.bg:hover {
    transform: scale(1.05);
}
.Landing__6 a svg {
    font-size: 25px;
    margin-top: -5px;
    margin-right: 10px;
}
.Landing__6 a.bg:hover {
    background-position: 100%;
    color: #fff;
    text-decoration: none;
}
.Landing__6 .section_gaps {
    margin-top: 100px;
}
.Landing__6 .Banner {
    background: url(/_next/static/media/bg.a09c712f.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
}
.Landing__6 .logoBox {
    text-align: center;
    padding: 20px;
}
.Landing__6 .textBoxBg {
    margin-left: 15px;
    padding-top: 109px;
}
.Landing__6 .textBoxBg p {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 85.5%;
    color: #000;
}
.Landing__6 .textBoxBg h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 110%;
    color: #000;
    padding-bottom: 15px;
}
.Landing__6 .textBoxBg h1 span {
    color: #fff;
}
.Landing__6 .bgImgIconBox {
    position: relative;
    top: 0;
    left: 0;
}
.Landing__6 .textBoxBg .bgImgIcon1 {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 400px;
    margin-top: -10px;
}
.Landing__6 .textBoxBg .bgImgIcon2 {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 335px;
    margin-top: 65px;
}
.Landing__6 .bgImgIcon2 img {
    position: relative;
    animation: mymove25gfy2 7s linear infinite;
}
@keyframes mymove25gfy2 {
    0% {
        rotate: 0;
    }
    25% {
        scale: 0.1;
    }
    50% {
        scale: 1;
    }
    to {
        rotate: 1turn;
    }
}
.Landing__6 .DronemainBox {
    position: relative;
    top: 0;
    left: 0;
}
.Landing__6 .bgImgIcon3 {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0;
    margin-top: -350px;
}
.Landing__6 .myDroneImg {
    width: 100%;
}
.Landing__6 .banner2Txt p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0;
    text-align: left;
}
.Landing__6 .banner2Txt h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 85.5%;
    color: #9fda12;
    margin-bottom: 25px;
}
.Landing__6 .BtnOrderNow2 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    color: #9fda12;
    padding: 18px 32px !important;
    background: #fff;
    text-decoration: none;
    margin-right: 15px;
    outline: 2px solid #9fda12;
    border-radius: 10px;
    margin-left: 15px !important;
    transition: 0.4s;
}
.Landing__6 .BtnOrderNow2:hover {
    background-image: linear-gradient(90deg, #9fda12 0, #7a7a7a 51%, #9fda12);
    background-size: 200% auto;
    color: #fff;
    padding: 20px 34px !important;
    transform: scale(1.05);
}
.Landing__6 .bgImgIcon3Small {
    display: none;
}
.Landing__6 .bannerThree {
    margin-top: 100px;
}
.Landing__6 .banner3TopTxt {
    text-align: center;
}
.Landing__6 .banner3TopTxt h2 {
    text-align: center;
    margin-bottom: -11px;
    font-weight: 700;
    font-size: 40px;
    line-height: 85.5%;
}
.Landing__6 .Banner3Icon {
    height: 54px;
    width: 62px;
    color: #bababa;
    padding: 0;
    border-radius: 0;
}
.Landing__6 .IcodBorderDev {
    position: relative;
    top: 0;
    right: 0;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    box-shadow: -1px -1px 1px 2px hsla(0, 0%, 50%, 0.2);
    overflow: hidden;
}
.Landing__6 .icon3SideImg {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 38px;
    margin-right: -4px;
}
.Landing__6 .myIcontxtBox h2 {
    box-sizing: border-box;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 85.5%;
    color: #9fda12;
}
.Landing__6 .myIcontxtBox p {
    box-sizing: border-box;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #7a7a7a;
    padding: 0 15px;
}
.Landing__6 .Columanpading {
    padding: 80px 80px 0 30px;
    text-align: justify;
    position: relative;
    overflow: hidden;
}
.Landing__6 .Columanpading .IcodBorderDev:after {
    content: "";
    position: absolute;
    right: 0;
    width: 5%;
    height: 120%;
    bottom: 100%;
    transition: 1s;
    z-index: -1;
    transform: skewX(140deg);
}
.Landing__6 .Columanpading:hover .IcodBorderDev:after {
    top: 0;
    width: 120%;
    transition: 1s;
    transform: translateX(0);
    background: #9fda12;
}
.Landing__6 .banner4Sec {
    margin-top: 100px;
}
.Landing__6 .borderDev {
    box-sizing: border-box;
}
.Landing__6 .borderDev img {
    width: 100%;
}
.Landing__6 .banner4Txt {
    padding-left: 10px;
    align-items: center;
}
.Landing__6 .banner4Txt h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 120.5%;
    color: #000;
}
.Landing__6 .banner4Txt p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #7a7a7a;
}
.Landing__6 .banner4Txt span {
    color: #9fda12;
}
.Landing__6 .Container5 {
    padding: 0;
}
.Landing__6 .Banner5sec {
    margin-bottom: 100px;
}
.Landing__6 .Banner5Padding {
    margin-top: 85px;
    padding: 60px 7%;
    background-color: #9fda12;
}
.Landing__6 .imgBorder5 {
    outline: 2px solid #fff;
    outline-offset: 16px;
    border-radius: 10px;
}
.Landing__6 .imgBorder5 img {
    width: 100%;
}
.Landing__6 .banner3TopTxt2 img {
    margin-left: 30px;
}
.Landing__6 .Banner5Padding .Sec5h2 {
    margin-bottom: -15px;
    font-weight: 700;
    font-size: 40px;
    line-height: 120.5%;
    color: #000;
}
.Landing__6 .banner3TopTxt3 {
    padding-bottom: 20px;
}
.Landing__6 .banner3TopTxt3 h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 120.5%;
    color: #fff;
}
.Landing__6 .Banner5Padding .banner3TopTxt3 .h3span {
    font-size: 40px;
    font-weight: 400;
}
.Landing__6 .banner3TopTxt3 h4 {
    padding: 20px 0;
    font-weight: 400;
    font-size: 64px;
    line-height: 85.5%;
    color: #fff;
}
.Landing__6 .banner3TopTxt3 h5 {
    text-decoration: line-through;
    font-weight: 600;
    font-size: 32px;
    line-height: 85.5%;
    color: #7a7a7a;
}
.Landing__6 .banner3TopTxt3 p {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #fff;
}
.Landing__6 .imgBorder5 {
    overflow: hidden;
}
.Landing__6 .imgBorder5 img {
    transition: 1s;
}
.Landing__6 .imgBorder5 img:hover {
    transform: scale(1.2);
}
.Landing__6 .Costombtn {
    font-weight: 600;
    color: #fff;
    padding: 16px 32px;
    background: #9fda12;
    outline: 2px solid #fff;
}
.Landing__6 .BtnOrderNow3,
.Landing__6 .Costombtn {
    font-style: normal;
    font-size: 20px;
    text-decoration: none;
    margin-right: 15px;
    border-radius: 10px;
    margin-left: 15px;
}
.Landing__6 .BtnOrderNow3 {
    font-weight: 700;
    color: #9fda12;
    padding: 18px 20px;
    background: #fff;
    outline: 2px solid #9fda12;
}
.Landing__6 .Costombtn:hover {
    background-image: linear-gradient(90deg, #9fda12 0, #7a7a7a 40%, #9fda12);
    background-size: 200% auto;
    color: #fff;
}
.Landing__6 .Banner6Img {
    margin-top: 100px;
}
.section6 .Banner6Img .myImg {
    padding: 0;
}
.Landing__6 .Banner6Img img {
    width: 100%;
}
.Landing__6 .banner3TopTxt6 {
    margin-top: 100px;
    text-align: center;
}
.Landing__6 .banner3TopTxt6 h2 {
    font-size: 40px;
    margin-bottom: -13px;
}
.Landing__6 .Banner6Img > div img {
    transition: 1s;
}
.Landing__6 .Banner6Img > div {
    box-sizing: border-box;
    overflow: hidden;
}
.Landing__6 .Banner6Img img:hover {
    transform: scale(1.1);
}
.Landing__6 .customer-review_CustomerReviewContent__WFcGv h2 {
    margin-bottom: 30px;
    text-align: center;
}
.Landing__6 #OrderConfirmLeft #Payment #ArrowBg,
.Landing__6 #OrderConfirmRight button {
    background: #9fda12;
}
.Landing__6 #OrderConfirmLeft #Payment #ArrowBg p {
    color: #fff;
}
.Landing__6 #OrderConfirmLeft #Payment #ArrowBg:after {
    border-bottom: 15px solid #9fda12;
}
.Landing__6 #OrderConfirmLeft #Payment #CustomeInput input:checked + label:before {
    background: #9fda12;
}
.Landing__6 #tinyFooter p a {
    display: inline;
    font-size: 20px;
    font-weight: 600;
    color: #9fda12;
    padding: 0 5px;
}
.Landing__6 .imgBoxFooter a {
    text-decoration: none;
}
.Landing__6 .lastlogo img {
    max-height: 100px;
}
.Landing__6 .footerSection {
    padding-bottom: 50px;
}
.Landing__6 .banner3TopTxtF {
    text-align: center;
}
.Landing__6 .banner3TopTxtF h2 {
    margin-top: 100px;
    margin-bottom: -13px;
}
.Landing__6 .lastlogo {
    text-align: center;
    margin-bottom: 60px;
}
.Landing__6 .hovereffect2 {
    margin-top: 100px;
    margin-bottom: 100px;
    min-height: 0;
    background: #fff;
    text-align: center;
}
.Landing__6 .hovereffect2 ul {
    padding-top: 50px;
}
.Landing__6 .hovereffect2 ul li {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 15px;
}
.Landing__6 .hovereffect2 ul li a {
    font-size: 40px;
    color: #9fda12;
    margin: 0 10px;
    line-height: 100px;
    display: inline-block;
    width: 100px;
    height: 100px;
    background: #ebebeb;
    border-radius: 50%;
    transition: all 0.6s ease;
}
.Landing__6 .hovereffect2 ul li:hover a {
    border-radius: 0;
    background: #9fda12;
}
.Landing__6 .imgBoxFooter img {
    transition: 1s;
}
.Landing__6 .imgBoxFooter img:hover {
    transform: scale(1.2);
}
.Landing__6 .banner2Txt p {
    padding: 15px 0;
}
.Landing__6 .banner3TopTxt3 h3 {
    margin-top: 15px;
    font-size: 32px;
}
.Landing__6 .banner3TopTxt3 span {
    font-size: 32px;
}
.Landing__6 .banner3TopTxt3 h4 {
    font-size: 48px;
}
.Landing__6 .socialBox p,
.Landing__6 .socialBox p a {
    text-align: center !important;
    margin-top: 0;
}
.Landing__6 .socialBox p a {
    color: #9fda12;
    font-size: 18px;
}
.Landing__6 .lastlinks {
    text-align: center;
    font-size: 17px;
    color: #bababa;
}
.Landing__6 .lastlinks a {
    padding: 0 50px;
    font-size: 17px;
    color: #bababa;
}
@media (min-width: 1401px) {
    .Landing__6 .bgImgIcon1 {
        animation: myAnim 5s linear infinite;
        transition: 5s;
    }
    @keyframes myAnim {
        0% {
            top: 0;
        }
        25% {
            left: 25px;
        }
        50% {
            top: 50;
        }
        75% {
            top: 25px;
        }
        to {
            top: 0;
        }
    }
}
@media (max-width: 1400px) {
    .Landing__6 .bgImgIcon1 {
        animation: myAnim 5s linear infinite;
        transition: 5s;
    }
    @keyframes myAnim {
        0% {
            top: 0;
        }
        25% {
            left: 25px;
        }
        50% {
            top: 50;
        }
        75% {
            top: 25px;
        }
        to {
            top: 0;
        }
    }
    .Landing__6 .textBoxBg h1 {
        font-size: 48px;
    }
    .Landing__6 .banner2Txt h2 {
        font-size: 35px;
    }
}
@media (max-width: 1199.98px) {
    .Landing__6 .bgImgIcon1 {
        animation: myAnim 5s linear infinite;
        transition: 5s;
    }
    @keyframes myAnim {
        0% {
            top: 0;
        }
        25% {
            left: 25px;
        }
        50% {
            top: 50;
        }
        75% {
            top: 25px;
        }
        to {
            top: 0;
        }
    }
    .Landing__6 .myIcontxtBox {
        padding-left: 10px;
    }
    .Landing__6 .Columanpading {
        padding: 80px 0 0 30px;
        text-align: justify;
    }
}
@media (max-width: 991.98px) {
    .Landing__6 .bgImgIcon1 {
        animation: myAnim 5s linear infinite;
        transition: 5s;
    }
    @keyframes myAnim {
        0% {
            top: 0;
        }
        25% {
            left: 0;
        }
        50% {
            top: 0;
        }
        75% {
            top: 0;
        }
        to {
            top: 0;
        }
    }
    .Landing__6 .textBoxBg p {
        font-size: 25px;
    }
    .Landing__6 .textBoxBg h1 {
        font-size: 44px;
    }
    .Landing__6 .textBoxBg .Landing__6 .bgImgIcon1 {
        margin-left: 320px;
    }
    .Landing__6 .textBoxBg .bgImgIcon2 {
        margin-left: 255px;
    }
    .Landing__6 a.bg {
        padding: 15px 10px 6px;
    }
    .Landing__6 a svg {
        font-size: 20px;
        margin-top: -5px;
        margin-right: 10px;
    }
    .Landing__6 .BtnOrderNow2 {
        font-size: 16px;
        color: #9fda12;
        padding: 18px 28px;
        vertical-align: 4px;
        background: #fff;
        outline: 2px solid #9fda12;
    }
    .Landing__6 .BtnOrderNow2,
    .Landing__6 .Costombtn {
        font-style: normal;
        font-weight: 600;
        text-decoration: none;
        margin-right: 15px;
        border-radius: 10px;
        margin-left: 15px;
    }
    .Landing__6 .Costombtn {
        font-size: 20px;
        color: #fff;
        padding: 16px 22px;
        background: #9fda12;
        outline: 2px solid #fff;
    }
    .Landing__6 .BtnOrderNow3 a {
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        color: #9fda12;
        padding: 18px 22px;
        background: #fff;
        text-decoration: none;
        margin-right: 10px;
        outline: 2px solid #9fda12;
        border-radius: 10px;
        margin-left: 0;
    }
    .Landing__6 .myIcontxtBox {
        padding-left: 20px;
    }
    .Landing__6 .Columanpading {
        padding: 80px 0 0 15px;
        text-align: justify;
    }
    .Landing__6 .textBoxBg h1 {
        font-size: 38px;
    }
}
@media (max-width: 767.98px) {
    .Landing__6 .bgImgIcon3Small {
        display: block;
    }
    .Landing__6 .bgImgIcon3Small img {
        display: block;
        width: 100%;
    }
    .Landing__6 .DronemainBox,
    .Landing__6 .myColBlank {
        display: none;
    }
    .Landing__6 .textBoxBg {
        text-align: center;
        margin-left: 15px;
        padding-top: 109px;
    }
    .Landing__6 .textBoxBg p {
        text-align: justify;
        text-align: center;
        font-size: 25px;
    }
    .Landing__6 .textBoxBg h1 {
        text-align: center;
        font-size: 44px;
    }
    .Landing__6 .textBoxBg .bgImgIcon1 {
        margin-left: 84%;
    }
    .Landing__6 .textBoxBg .bgImgIcon2 {
        margin-left: 74%;
    }
    .Landing__6 .logoBox {
        text-align: center;
        padding: 40px;
    }
    .Landing__6 .Banner2 .banner2Txt,
    .Landing__6 .myButtonBox,
    .Landing__6 .squareboxDiv {
        text-align: center;
    }
    .Landing__6 .lastlinks a {
        padding: 5px;
        display: block;
    }
    .Landing__6 .imgBorder5 {
        margin-top: 50px;
    }
    .Landing__6 .banner4Txt {
        margin-top: 20px;
        text-align: center;
    }
    .Landing__6 .banner3TopTxt2 {
        text-align: center;
    }
    .Landing__6 .Banner5Padding .Sec5h2 {
        margin-bottom: -10px;
        font-weight: 700;
        font-size: 22px;
    }
    .Landing__6 .banner3TopTxt3 {
        text-align: center;
    }
    .Landing__6 .banner3TopTxt3 h4 {
        text-align: center;
        font-size: 45px;
        font-weight: 500;
    }
    .Landing__6 .banner3TopTxt3 h3 {
        text-align: center;
        font-size: 35px;
        font-weight: 500;
    }
    .Landing__6 .Banner6Img img {
        padding-left: 15px;
        padding-bottom: 15px;
    }
    .Landing__6 .hovereffect2 ul li a {
        font-size: 40px;
        color: #9fda12;
        margin: 0;
        line-height: 81px;
        display: inline-block;
        width: 85px;
        height: 85px;
    }
    .Landing__6 .hovereffect2 ul li a img {
        height: 40px;
        margin-top: 10px;
    }
}
@media (max-width: 575.98px) {
    .Landing__6 .textBoxBg .bgImgIcon1 {
        margin-left: 84%;
    }
    .Landing__6 .textBoxBg .bgImgIcon1 img {
        height: 55px;
    }
    .Landing__6 .textBoxBg .bgImgIcon2 {
        margin-left: 74%;
    }
    .Landing__6 .textBoxBg .bgImgIcon2 img {
        height: 50px;
    }
    .Landing__6 .bg {
        transition: 0.5s;
        display: block;
        font-size: 16px;
    }
    .Landing__6 a.bg {
        padding: 15px 10px 6px;
    }
    .Landing__6 a svg {
        font-size: 20px;
        margin-top: -5px;
        margin-right: 10px;
    }
    .Landing__6 .BtnOrderNow2 {
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        color: #9fda12;
        padding: 15px 10px !important;
        vertical-align: 4px;
        background: #fff;
        text-decoration: none;
        margin-right: 15px;
        outline: 2px solid #9fda12;
        border-radius: 10px;
        margin-left: 15px;
    }
    .Landing__6 .Banner2 .banner2Txt,
    .Landing__6 .myButtonBox {
        text-align: center;
    }
    .Landing__6 .banner3TopTxt3 h3 {
        font-style: normal;
        font-weight: 700;
        font-size: 33px;
        line-height: 120.5%;
        color: #fff;
    }
    .Landing__6 .myIcontxtBox {
        padding-left: 24px;
    }
    .Landing__6 .Columanpading {
        padding: 40px 0 0 15px;
    }
    .Landing__6 .imgBorder5 {
        margin-top: 50px;
    }
    .Landing__6 .textBoxBg p {
        font-size: 20px;
    }
    .Landing__6 .textBoxBg h1 {
        font-size: 32px;
    }
    .Landing__6 .banner2Txt h2 {
        margin-bottom: 25px;
        font-size: 22px;
    }
    .Landing__6 .banner3TopTxt h2 {
        text-align: center;
        margin-bottom: -11px;
        font-weight: 700;
        font-size: 22px;
    }
    .Landing__6 .bannerThree,
    .Landing__6 .bannerThree .myIcontxtBox {
        text-align: center;
    }
    .Landing__6 .bannerThree .IcodBorderDev {
        text-align: center;
        margin: 0 auto 25px;
    }
    .Landing__6 .banner4Txt h2 {
        margin: 10px;
        font-size: 22px;
    }
    .Landing__6 .banner4Txt p {
        font-size: 16px;
    }
    .Landing__6 .banner3TopTxt2 h2 {
        text-align: center;
        font-size: 22px;
    }
    .Landing__6 .banner3TopTxt3 h4 {
        padding: 20px 0;
        font-weight: 400;
        font-size: 25px;
        line-height: 85.5%;
        color: #fff;
    }
    .Landing__6 .banner3TopTxt3 h5 {
        text-decoration: line-through;
        font-weight: 600;
        font-size: 22px;
        line-height: 85.5%;
        color: #7a7a7a;
    }
    .Landing__6 .banner3TopTxt3 p {
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        color: #fff;
    }
    .Landing__6 .banner3TopTxt6 h2 {
        font-size: 22px;
        margin-bottom: -11px;
        line-height: 20px;
    }
    .Landing__6 .Banner6Img img {
        padding-bottom: 20px;
        width: 100%;
    }
    .Landing__6 .banner3TopTxtF h2 {
        margin-bottom: -20px;
    }
    .Landing__6 .banner4Sec {
        margin-top: 106px;
    }
    .Landing__6 .Costombtn {
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        color: #fff;
        padding: 15px 10px;
        background: #9fda12;
        text-decoration: none;
        margin-right: 0;
        outline: 2px solid #fff;
        border-radius: 10px;
        margin-left: 0;
    }
    .Landing__6 .hovereffect2 ul li {
        display: inline-block;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .Landing__6 .hovereffect2 ul li a {
        margin: 0 10px;
        line-height: 35px;
        width: 45px;
        height: 45px;
    }
    .Landing__6 .hovereffect2 ul li a img {
        height: 20px;
        margin-top: 10px;
    }
    .Landing__6 .banner2Txt p {
        font-size: 16px;
        text-align: center;
        line-height: 26px;
    }
    .Landing__6 .myIcontxtBox h2 {
        font-size: 22px;
    }
    .Landing__6 .myIcontxtBox p {
        font-size: 16px;
    }
    .Landing__6 .banner3TopTxt3 h3 {
        font-size: 22px;
    }
    .Landing__6 .banner3TopTxt3 .h3span {
        font-size: 22px !important;
        font-weight: 400;
    }
    .Landing__6 .banner3TopTxt h2 {
        font-size: 24px;
        line-height: 85.5%;
    }
    .Landing__6 .Banner3Icon {
        height: 38px;
        width: 61px;
    }
    .Landing__6 .IcodBorderDev {
        height: 80px;
        width: 80px;
    }
    .Landing__6 .banner3TopTxtF h2 {
        font-size: 20px;
        margin-top: 100px;
        margin-bottom: -10px;
    }
    .Landing__6 h2 {
        font-size: 22px;
        line-height: 26px;
    }
    .Landing__6 .Columanpading {
        padding: 40px 0 0;
        text-align: justify;
    }
    .Landing__6 .myIcontxtBox {
        padding-left: 0;
    }
    .Landing__6 .lastlogo img,
    .Landing__6 .logoBox img {
        width: 68px;
    }
    .Landing__6 .socialBox p {
        text-align: center !important;
        margin-top: 0;
        font-size: 14px !important;
    }
    .Landing__6 .bannerThree {
        margin-top: 60px;
    }
    .Landing__6 .banner4Sec {
        margin-top: 50px;
    }
    .Landing__6 .Banner5Padding {
        margin-top: 55px;
    }
    .Landing__6 .Banner5sec {
        margin-bottom: 50px;
    }
    .Landing__6 .banner3TopTxt6 {
        margin-top: 55px;
        text-align: center;
    }
    .Landing__6 .Banner6Img {
        margin-top: 50px;
    }
    .Landing__6 .Banner6Img img {
        padding-bottom: 15px;
        padding-left: 0;
        padding-bottom: 24px;
    }
    .Landing__6 .banner3TopTxtF h2 {
        margin-top: 65px;
    }
    .Landing__6 .hovereffect2 {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}
@media (max-width: 400.98px) {
    .Landing__6 .textBoxBg h1 {
        font-size: 24px;
    }
    .Landing__6 .textBoxBg p {
        font-size: 16px;
    }
}
.Landing__7 {
    --header_color: #080422;
    --bg_color1: #6001d3;
    --bg_color2: #fcdc00;
    --bg_color3: #fd346e;
    --white_color: #fff;
    overflow-x: hidden;
}
.Landing__7 ul {
    padding: 0;
}
.Landing__7 {
    font-family: Noto Sans Bengali, sans-serif;
}
.Landing__7 h2 {
    font-size: 48px;
    line-height: 50px;
    color: var(--header_color);
    font-weight: 700;
    text-align: center;
}
.Landing__7 h3 {
    font-size: 24px;
    line-height: 35px;
    color: var(--header_color);
    font-weight: 600;
}
.Landing__7 p {
    color: var(--text_color);
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    margin-top: 15px;
}
.Landing__7 .bg {
    transition: 0.5s;
    display: block;
    font-size: 32px;
    line-height: 35px;
    font-weight: 600;
    text-decoration: none;
}
.Landing__7 a.bg {
    padding: 24px 30px;
    color: var(--white_color);
    background-image: linear-gradient(90deg, #8dc63f 0, #3f4f64 51%, #8dc63f);
    background-size: 180% auto;
    border-radius: 10px;
    display: inline-block;
}
.Landing__7 a svg {
    font-size: 32px;
    margin-top: -5px;
    margin-right: 10px;
}
.Landing__7 a.bg:hover {
    background-position: 100%;
    color: #fff;
    text-decoration: none;
}
.Landing__7 .section_gaps {
    margin-top: 100px;
}
.Landing__7 ul {
    list-style: none;
}
.Landing__7 .topImg1 {
    position: relative;
    animation: mymove25hjk 12s linear infinite;
}
@keyframes mymove25hjk {
    0% {
        top: 0;
        transform: rotate(0);
    }
    50% {
        top: 30px;
    }
    to {
        top: 0;
        transform: rotate(1turn);
    }
}
.Landing__7 .topImg4 {
    position: relative;
    animation: mymove498gs4t 20s linear infinite;
}
@keyframes mymove498gs4t {
    0% {
        top: 0;
        transform: rotate(0);
    }
    50% {
        top: 30px;
    }
    to {
        top: 0;
        transform: rotate(1turn);
    }
}
.Landing__7 .banner {
    overflow: hidden;
    padding-bottom: 30px;
}
.Landing__7 .ClmPad {
    padding: 0;
}
.Landing__7 .topImg {
    text-align: right;
    margin-top: -45px;
}
.Landing__7 .logo {
    margin-top: -20px;
    margin-bottom: 50px;
}
.Landing__7 .logo2 {
    display: none;
}
.Landing__7 .TopTxtdev h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 59px;
    line-height: 142.02%;
    color: #182d41;
    margin-bottom: 40px;
}
.Landing__7 .TopTxtdev .span1 {
    font-weight: 400;
    font-size: 30px;
    line-height: 142.02%;
    color: #182d41;
    padding: 13px 25px;
    background-color: #e0f0ca;
    border-radius: 30px;
}
.Landing__7 .TopTxtdev h5 {
    font-weight: 700;
    font-size: 34px;
    line-height: 50px;
    color: #8dc63f;
    margin-top: 55px;
    margin-bottom: 20px;
}
.Landing__7 .TopTxtdev h4 {
    font-weight: 700;
    font-size: 52px;
    line-height: 77px;
    color: #182d41;
}
.Landing__7 .TopTxtdev .span2 {
    font-weight: 700;
    font-size: 52px;
    line-height: 77px;
    color: #f23534;
}
.Landing__7 .ClmPad {
    position: relative;
    top: 0;
    left: 0;
}
.Landing__7 .topImg2 {
    position: absolute;
    top: 0;
    right: -32%;
    margin-top: -100px;
}
.Landing__7 .topImg3 {
    position: absolute;
    bottom: -70px;
    right: -28%;
    margin-top: 0;
}
.Landing__7 .mainImglogo img {
    width: 100%;
    margin-top: 70px;
}
.Landing__7 .Imgrelativ {
    position: relative;
    bottom: 0;
    right: 0;
}
.Landing__7 .ImgAbsolote {
    position: absolute;
    bottom: 70px;
    right: 84px;
}
.Landing__7 .ImgAbsolote .persentxt {
    position: absolute;
    font-size: 42px;
    color: #f23534;
    font-weight: bolder;
    margin-top: 90px;
    right: 55px;
    z-index: 1;
}
.Landing__7 .secBanner2 {
    padding: 0;
}
.Landing__7 .banner2 {
    padding: 70px 150px;
    background-color: #f7f1e9;
}
.Landing__7 .banner2 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.Landing__7 .banner2 ul li {
    font-size: 32px;
    font-weight: 800;
}
.Landing__7 .myWhatsapp {
    font-weight: 500;
}
.Landing__7 .PaddCon {
    padding: 0;
}
.Landing__7 .banner3bg {
    background-image: url(/_next/static/media/bg1.19ed94a9.png);
    width: 100%;
    padding-top: 62px;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #2bb573;
    height: 590px;
}
.Landing__7 .banner3bg h2 {
    line-height: 79px;
    color: #fffbf9;
    padding-left: 15%;
    padding-right: 15%;
}
.Landing__7 .banAbsoluteMain {
    padding-top: 100px;
    background-image: url(/_next/static/media/bg2.0007f565.png);
    background-size: cover;
    background-color: #fff;
    background-repeat: no-repeat;
    border-radius: 20px;
}
.Landing__7 .banAbsoluteMain1 {
    margin-left: 5%;
    margin-right: 5%;
    box-shadow: 0 10px 39px 0 hsla(240, 5%, 41%, 0.2);
    border-radius: 20px;
    margin-bottom: 100px;
}
.Landing__7 .FloatSolve {
    width: 100%;
    float: left;
}
.Landing__7 .cardDiv img {
    margin-top: -50px;
}
.Landing__7 .cardDiv {
    --c: rgba(211, 255, 149, 0.952);
    background: conic-gradient(from -135deg at 100% 50%, var(--c) 90deg, #0000 0) 0 var(--p, 0), conic-gradient(from -135deg at 1.2em 50%, #0000 90deg, var(--c) 0) 100% var(--p, 0);
    background-size: var(--s, 0) 100%;
    background-repeat: no-repeat;
    transition: 0.4s ease-in, background-position 0s;
}
.Landing__7 .cardDiv:hover,
.cardDiv p:hover {
    --p: 100%;
    --s: calc(100% + 0.61em);
    color: #78af2d;
}
.Landing__7 .cardDiv {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 7px 29px 0 hsla(240, 5%, 41%, 0.2);
    text-align: center;
    padding: 0 25px 44px;
    margin-bottom: 100px;
    min-height: 262px;
    color: #182d41;
    transition: 0.5s;
}
.Landing__7 .cardDiv p {
    color: #182d41;
}
.Landing__7 .section3 {
    clear: both;
}
.Landing__7 .linkdiv {
    text-align: center;
    margin-bottom: 70px;
}
.Landing__7 .sec3txtDiv h2 {
    line-height: 69px;
    color: #182d41;
    text-align: center;
    margin-left: 12%;
    margin-right: 12%;
}
.Landing__7 .section4 {
    margin-top: 100px;
    margin-left: 148px;
    background-image: linear-gradient(270deg, #f6f7f7 80%, #fff 0);
}
.Landing__7 .Consection4 {
    padding: 0;
}
.Landing__7 .section4 .Sec4Img img {
    width: 100%;
}
.Landing__7 .section4 .Sec4ul {
    margin-top: 20%;
    margin-left: 8%;
}
.Landing__7 .liTxt {
    font-size: 24px;
    color: #182d41;
    line-height: 60px;
    font-weight: 500;
}
.Landing__7 .B4reltive {
    position: relative;
    top: 0;
    left: 0;
}
.Landing__7 .B4Absolutimg {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
}
.Landing__7 .ban5Txtbox {
    margin-top: 100px;
    padding-left: 5%;
    padding-right: 5%;
}
.Landing__7 .ban5Txtbox h2 {
    line-height: 79px;
    color: #182d41;
    margin-bottom: 50px;
    text-align: center;
}
.Landing__7 .banner5Button {
    margin-top: 100px;
    text-align: center;
}
.Landing__7 .banner5Button h2 {
    margin-bottom: 20px;
}
.Landing__7 #OrderConfirmLeft #Payment #ArrowBg,
.Landing__7 #OrderConfirmRight button {
    background: #8dc63f;
}
.Landing__7 #OrderConfirmLeft #Payment #ArrowBg p {
    color: #fff;
}
.Landing__7 #OrderConfirmLeft #Payment #ArrowBg:after {
    border-bottom: 15px solid #8dc63f;
}
.Landing__7 #OrderConfirmLeft #Payment #CustomeInput input:checked + label:before {
    background: #8dc63f;
}
.Landing__7 .footerh4 {
    padding-top: 100px;
}
.Landing__7 .footerh4 h4 {
    font-size: 24px;
    color: #182d41;
    font-weight: 700;
}
.Landing__7 .footerh4 li {
    font-size: 18px;
    color: #182d41;
    font-weight: 500;
    line-height: 40px;
}
.Landing__7 .footerh4 li a {
    text-decoration: none;
}
.Landing__7 .hr {
    border-top: 2px solid #2bb573;
    width: 50px;
    margin-bottom: 16px;
}
.Landing__7 .footericon3 {
    display: flex;
    margin-top: 25px;
    transition: 1s;
}
.Landing__7 .footericon3 a {
    color: #2bb573;
    padding-right: 15px;
    transition: 0.2s;
}
.Landing__7 .footericon3 a:hover {
    transform: scale(1.2);
    outline-offset: 2px;
    transform-origin: 1s;
}
.Landing__7 .Footpad {
    padding: 0;
}
.Landing__7 .footerRel {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}
.Landing__7 .lastImg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.Landing__7 .lastImg img {
    width: 100%;
    margin-top: 30px;
}
.Landing__7 .topImg3 img {
    width: 150px;
}
.Landing__7 .banner3bg h2 {
    padding-bottom: 20px;
}
@media (min-width: 1441px) {
    .Landing__7 .cardDiv p {
        font-size: 20px;
    }
    .Landing__7 .liTxt {
        line-height: 70px;
    }
}
@media (max-width: 1440px) {
    .Landing__7 .tiny-footer_tinyFooter__Tr3b1 p a {
        display: inline;
        font-size: 20px;
        font-weight: 600;
        color: #000;
        padding: 0 5px;
    }
    .Landing__7 .tiny-footer_tinyFooter__Tr3b1 p {
        line-height: 24px;
        text-align: center;
    }
    .Landing__7 .banner2 {
        padding: 70px;
    }
    .Landing__7 .banner2 ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .Landing__7 .banner2 ul li {
        font-size: 25px;
        font-weight: 700;
    }
    .Landing__7 .bg {
        font-size: 25px;
    }
    .Landing__7 a.bg {
        padding: 18px 24px;
    }
    .Landing__7 a svg {
        font-size: 25px;
    }
    .Landing__7 .lastImg img {
        width: 100%;
        margin-top: 60px;
    }
    .Landing__7 .liTxt {
        line-height: 55px;
    }
    .Landing__7 .TopTxtdev h1 {
        font-style: normal;
        font-weight: 700;
        font-size: 45px;
        line-height: 142.02%;
        color: #182d41;
        margin-bottom: 40px;
    }
    .Landing__7 .TopTxtdev .span1 {
        font-size: 22px;
    }
    .Landing__7 .TopTxtdev .span2,
    .Landing__7 .TopTxtdev h4 {
        font-weight: 700;
        font-size: 35px;
        line-height: 77px;
    }
    .Landing__7 .TopTxtdev h4 {
        color: #182d41;
    }
    .Landing__7 .banner2 {
        padding: 45px 70px;
        background-color: #f7f1e9;
    }
    .Landing__7 .banner3bg h2 {
        line-height: 61px;
        color: #fffbf9;
        padding-left: 15%;
        padding-right: 15%;
        font-size: 35px;
    }
    .Landing__7 .ban5Txtbox h2 {
        line-height: 60px;
        color: #182d41;
        margin-bottom: 50px;
        text-align: center;
        font-size: 35px;
    }
    .Landing__7 h2 {
        font-size: 35px;
        line-height: 50px;
    }
}
@media (max-width: 1280px) {
    .Landing__7 .lastImg img {
        width: 100%;
        margin-top: 120px;
    }
    .Landing__7 .cardDiv {
        min-height: 320px;
    }
    .Landing__7 .liTxt {
        line-height: 40px;
    }
    .Landing__7 .TopTxtdev h1 {
        font-style: normal;
        font-weight: 700;
        font-size: 41px;
        line-height: 142.02%;
        color: #182d41;
        margin-bottom: 40px;
    }
    .Landing__7 .TopTxtdev .span1 {
        font-size: 22px;
    }
    .Landing__7 .TopTxtdev .span2,
    .Landing__7 .TopTxtdev h4 {
        font-weight: 700;
        font-size: 35px;
        line-height: 77px;
    }
    .Landing__7 .TopTxtdev h4 {
        color: #182d41;
    }
    .Landing__7 .banner2 {
        padding: 45px 70px;
        background-color: #f7f1e9;
    }
    .Landing__7 .banner3bg h2 {
        line-height: 61px;
        color: #fffbf9;
        padding-left: 15%;
        padding-right: 15%;
        font-size: 35px;
    }
    .Landing__7 .ban5Txtbox h2 {
        line-height: 60px;
        color: #182d41;
        margin-bottom: 50px;
        text-align: center;
        font-size: 35px;
    }
    .Landing__7 h2 {
        font-size: 35px;
        line-height: 50px;
    }
}
@media (max-width: 990px) {
    .Landing__7 .banner2 {
        padding: 50px 30px;
        background-color: #f7f1e9;
    }
    .Landing__7 .banner2 ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .Landing__7 .banner2 ul li {
        font-size: 20px;
        font-weight: 700;
    }
    .Landing__7 .bg {
        font-size: 20px;
    }
    .Landing__7 a.bg {
        padding: 15px 20px;
    }
    .Landing__7 a svg {
        font-size: 20px;
    }
    .Landing__7 .TopTxtdev h1 {
        text-align: center;
        font-size: 32px;
    }
    .Landing__7 .TopTxtdev .span1 {
        font-size: 20px;
    }
    .Landing__7 .TopTxtdev h4,
    .Landing__7 .TopTxtdev h5 {
        font-size: 25px;
    }
    .Landing__7 .TopTxtdev .span2 {
        font-size: 30px;
    }
    .Landing__7 .topImg2 img {
        height: 200px;
        width: 200px;
    }
    .Landing__7 .lastImg img {
        width: 100%;
        margin-top: 150px;
    }
    .Landing__7 .cardDiv {
        min-height: 410px;
    }
    .Landing__7 .liTxt {
        line-height: 30px;
        font-size: 18px;
    }
    .Landing__7 .TopTxtdev h5 {
        font-weight: 700;
        font-size: 24px;
        line-height: 50px;
        color: #8dc63f;
        margin-top: 36px;
        margin-bottom: 0;
    }
    .Landing__7 .banner3bg h2 {
        line-height: 37px;
        color: #fffbf9;
        padding-left: 15%;
        padding-right: 15%;
        font-size: 25px;
    }
    .Landing__7 .sec3txtDiv h2 {
        margin-left: 12%;
        margin-right: 12%;
    }
    .Landing__7 .ban5Txtbox h2,
    .Landing__7 .sec3txtDiv h2 {
        line-height: 37px;
        color: #182d41;
        text-align: center;
        font-size: 25px;
    }
    .Landing__7 .ban5Txtbox h2 {
        margin-bottom: 50px;
    }
    .Landing__7 .ban5Txtbox {
        margin-top: 54px;
        padding-left: 5%;
        padding-right: 5%;
    }
    .Landing__7 .banner5Button h2 {
        margin-bottom: 20px;
        font-size: 25px;
    }
    .Landing__7 .footerh4 h4 {
        font-size: 18px;
        color: #182d41;
        font-weight: 700;
    }
    .Landing__7 .footerh4 li {
        font-size: 13px;
        color: #182d41;
        font-weight: 500;
        line-height: 40px;
    }
    .Landing__7 .footerh4 {
        padding-top: 60px;
    }
    .Landing__7 .ImgAbsolote .persentxt {
        position: absolute;
        font-size: 30px;
        color: #f23534;
        font-weight: bolder;
        margin-top: 90px;
        right: 33px;
        z-index: 1;
        line-height: 32px;
    }
    .Landing__7 .ImgAbsolote img {
        width: 130px;
    }
}
@media (max-width: 767px) {
    .Landing__7 .Rowrvs {
        display: flex;
        flex-direction: column-reverse;
    }
    .Landing__7 .logo {
        display: none;
    }
    .Landing__7 .logo2 {
        margin-top: 15px;
        display: block;
    }
    .Landing__7 .topImg {
        text-align: left;
        margin-top: -45px;
        margin-left: -50px;
    }
    .Landing__7 .banner2 {
        padding: 50px 20px;
        background-color: #f7f1e9;
    }
    .Landing__7 .banner2 ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .Landing__7 .banner2 ul li {
        font-size: 16px;
        font-weight: 700;
    }
    .Landing__7 .bg {
        font-size: 16px;
    }
    .Landing__7 a.bg {
        padding: 12px 42px;
    }
    .Landing__7 a svg {
        font-size: 18px;
    }
    .Landing__7 .TopTxtdev,
    .Landing__7 h2 {
        text-align: center;
    }
    .section4 .Sec4ul {
        margin-top: 20%;
        margin-left: 0;
    }
    .section4 .Sec4ul li {
        margin-left: 15px;
    }
    .Landing__7 .section4 {
        margin-top: 100px;
        margin-left: 0;
        background-color: #f6f7f7;
        background-image: linear-gradient(270deg, #f6f7f7 80%, #f6f7f7 0);
    }
    .Landing__7 .lastImg img {
        width: 100%;
        margin-top: 230px;
    }
    .Landing__7 .cardDiv {
        min-height: 350px;
    }
}
@media (max-width: 575px) {
    .Landing__7 .banner2 ul {
        display: block;
        justify-content: space-between;
        align-items: center;
        text-align: center;
    }
    .Landing__7 .banner2 {
        padding: 50px 20px;
        background-color: #f7f1e9;
    }
    .Landing__7 .banner2 ul li {
        font-size: 20px;
        font-weight: 700;
        padding-bottom: 15px;
    }
    .Landing__7 .bg {
        font-size: 22px;
    }
    .Landing__7 a.bg {
        padding: 16px 32px;
    }
    .Landing__7 a svg {
        font-size: 22px;
    }
    .Landing__7 .topImg3 {
        right: -28%;
        height: 170px;
        width: 150px;
    }
    .Landing__7 .ImgAbsolote {
        width: 127px;
        height: 70px;
    }
    .Landing__7 .ImgAbsolote .persentxt {
        position: absolute;
        font-size: 22px;
        color: #f23534;
        font-weight: bolder;
        margin-top: 21px;
        right: 40px;
        z-index: 1;
    }
    .Landing__7 h2 {
        font-size: 22px;
        line-height: 31px;
        text-align: center;
    }
    .Landing__7 .section4 .Sec4ul {
        margin-top: 20%;
        margin-left: 0;
    }
    .section4 .Sec4ul li {
        margin-left: 15px;
    }
    .Landing__7 .section4 {
        margin-top: 100px;
        margin-left: 0;
    }
    .Landing__7 .logo2 {
        display: block;
        margin-bottom: 50px;
    }
    .Landing__7 .TopTxtdev .span1 {
        font-size: 18px;
    }
    .Landing__7 .liTxt {
        font-size: 18px;
        color: #182d41;
        line-height: 40px;
        font-weight: 500;
    }
    .Landing__7 .lastImg img {
        width: 100%;
        margin-top: 470px;
    }
    .Landing__7 .footerh4 {
        text-align: center;
    }
    .Landing__7 .hr {
        margin: 0 auto;
    }
    .Landing__7 .footericon3 {
        display: block;
        align-items: center;
        text-align: center;
    }
    .Landing__7 .cardDiv {
        min-height: 262px;
    }
    .Landing__7 .banAbsoluteMain,
    .Landing__7 .banAbsoluteMain1 {
        border-radius: 20px;
    }
    .Landing__7 .mainImglogo img {
        width: 100%;
        margin-top: 0;
    }
    .Landing__7 .topImg2 img {
        height: 200px;
        width: 136px;
    }
    .Landing__7 .topImg3 {
        position: absolute;
        bottom: -70px;
        right: -37%;
        margin-top: 0;
        height: 124px;
        width: 135px;
    }
    .Landing__7 .topImg img,
    .Landing__7 .topImg3 img {
        width: 72px;
    }
    .Landing__7 .TopTxtdev h1 {
        text-align: center;
        font-size: 24px;
    }
    .Landing__7 .TopTxtdev h5 {
        font-weight: 700;
        font-size: 20px;
        line-height: 50px;
        color: #8dc63f;
        margin-top: 42px;
        margin-bottom: 0;
    }
    .Landing__7 .TopTxtdev .span2,
    .Landing__7 .TopTxtdev h4 {
        font-size: 22px;
    }
    .Landing__7 .sec3txtDiv h2 {
        line-height: 32px;
        color: #182d41;
        text-align: center;
        margin-left: 0;
        margin-right: 0;
    }
    .Landing__7 .footerh4 h4 {
        font-size: 22px;
        color: #182d41;
        font-weight: 700;
    }
    .Landing__7 .ban5Txtbox {
        margin-top: 50px;
        padding-left: 0;
        padding-right: 0;
    }
    .Landing__7 .banner5Button {
        margin-top: 50px;
        text-align: center;
    }
    .Landing__7 .section_gaps {
        margin-top: 60px !important;
    }
    .Landing__7 .footerh4 {
        padding-top: 54px;
    }
    .Landing__7 .bg {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .Landing__7 a.bg {
        padding: 10px 32px;
    }
    .Landing__7 .tiny-footer_tinyFooter__Tr3b1 p a {
        display: inline;
        font-size: 16px;
        font-weight: 600;
        color: #000;
        padding: 0 5px;
    }
}
.Landing__8 {
    --header_color: #fff;
    --bg_color: #f0b54d;
    --bg_color2: #fff7e3;
    --bg_color3: #f2371d;
    --bg_color4: #f22512;
    --text_color: #0d0f22;
    --white_color: #fff;
    --primary_text: #756bee;
    font-family: Noto Sans Bengali, sans-serif;
}
.Landing__8 h1 {
    font-weight: 700;
    font-size: 49px;
    line-height: 80px;
    margin-top: 40px;
    color: var(--text_color);
}
.Landing__8 h1 span {
    color: var(--bg_color);
    text-align: center;
}
.Landing__8 h2 {
    font-size: 44px;
    line-height: 60px;
    color: var(--text_color);
}
.Landing__8 h2,
.Landing__8 h3 {
    text-align: center;
    font-weight: 600;
}
.Landing__8 h3 {
    font-size: 24px;
    line-height: 35px;
    color: var(--primary_text);
}
.Landing__8 .Title h2 {
    line-height: 70px;
}
.Landing__8 .Title p {
    color: var(--primary_text);
    font-size: 28px;
    line-height: 50px;
    text-align: center;
}
.Landing__8 h4 {
    margin-top: 30px;
    font-weight: 600;
    font-size: 32px;
}
.Landing__8 h4 span {
    text-decoration: line-through;
    color: var(--bg_color3);
}
.Landing__8 h5 {
    font-size: 24px;
    line-height: 20px;
    color: var(--primary_text);
    font-weight: 600;
}
.Landing__8 h6 {
    font-size: 21px;
    line-height: 28px;
    color: var(--bg_color3);
    font-weight: 700;
}
.Landing__8 p {
    color: #5b5858;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    margin-top: 15px;
    text-align: center;
}
.Landing__8 a {
    transition: 0.5s;
    display: block;
    font-size: 20px;
    line-height: 35px;
    font-weight: 600;
}
.Landing__8 a.bg {
    margin-top: 30px;
    padding: 15px 50px 12px;
    color: #fff;
    background: var(--primary_text);
    background-size: 200% auto;
    border-radius: 30px;
    display: inline-block;
    box-shadow: 0 43.4259px 46.8519px rgba(117, 107, 238, 0.193), 0 25.8074px 25.4815px rgba(117, 107, 238, 0.043), 0 13.4px 13px rgba(117, 107, 238, 0.035), 0 5.45926px 6.51852px rgba(117, 107, 238, 0.027),
        0 1.24074px 3.14815px rgba(117, 107, 238, 0.017);
}
.Landing__8 .headerTitle {
    position: relative;
    z-index: 5;
    margin-bottom: 40px;
}
.Landing__8 a.bg:hover {
    transform: scale(1.02);
}
.Landing__8 a svg {
    font-size: 25px;
    margin-top: -5px;
    margin-right: 10px;
}
.Landing__8 .hLine {
    margin-top: 10px;
    height: 2px;
    width: 300px;
    background: var(--primary_text);
}
.Landing__8 a.bg:hover {
    background-position: 100%;
    color: #fff;
    text-decoration: none;
}
.Landing__8 .section_gaps {
    margin-top: 50px;
}
.Landing__8 .LogoDiv,
.Landing__8 .btnBox {
    display: flex;
    justify-content: center;
}
.Landing__8 .btnBox,
.Landing__8 .text h2 {
    position: relative;
    z-index: 5;
}
.Landing__8 .text h2 {
    color: var(--text_color);
    margin-top: 40px;
    font-size: 44px;
}
.Landing__8 .text h5 {
    margin-top: 20px;
    line-height: 40px;
    text-align: center;
    position: relative;
    z-index: 5;
}
.Landing__8 .LeftImage,
.RightImage {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
}
.Landing__8 .LeftImage {
    left: 0;
    justify-content: left;
}
.Landing__8 .RightImage {
    right: 0;
    justify-content: right;
}
.Landing__8 .Banner {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}
.Landing__8 .Banner .img_center {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}
.Landing__8 .Banner .img_center img {
    width: 100%;
    animation: grow 4s linear infinite;
}
.Landing__8 .Banner .img_right {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
}
.Landing__8 .Banner .img_right img {
    width: 100%;
    height: 100%;
}
.Landing__8 .Banner .img_bottom_right {
    position: absolute;
    bottom: 12%;
    right: 20%;
    display: flex;
    justify-content: flex-end;
}
.Landing__8 .Banner .img_bottom_right img {
    width: 100%;
    animation: circle 4s linear infinite;
}
@keyframes circle {
    0% {
        transform: rotate(0deg);
    }
    30% {
        transform: rotate(90deg);
    }
    60% {
        transform: rotate(90deg);
    }
    to {
        transform: rotate(180deg);
    }
}
@keyframes grow {
    0% {
        transform: scale(0.7);
    }
    30% {
        transform: scale(1);
    }
    60% {
        transform: scale(1) rotate(90deg);
    }
    to {
        transform: scale(0.7) rotate(0deg);
    }
}
.Landing__8 .Banner .textBox {
    display: flex;
    margin-top: 40px;
}
.Landing__8 .Banner .textBox h2 {
    text-align: left;
    margin-top: 10px;
    font-size: 39px;
}
.Landing__8 .Banner .textBox .textCircle {
    margin: 0 10px;
    position: relative;
}
.Landing__8 .Banner .textBox .textCircle img {
    width: 100%;
}
.Landing__8 .Banner .textBox .textCircle h2 {
    position: absolute;
    top: 0;
    left: 20px;
    color: var(--bg_color3);
}
.Landing__8 .Banner .bannerBG {
    position: relative;
}
.Landing__8 .Banner .bannerBG img.wallet {
    position: absolute;
    top: 60px;
    left: 60px;
    animation: MoveUpDown 3s infinite;
}
.Landing__8 .Banner .btnBox {
    justify-content: start;
    margin-top: 0;
}
.Landing__8 .Banner .btnBox a.bg {
    margin-top: 0;
}
.Landing__8 .Banner .btnBox h2 {
    margin: auto 20px;
    color: var(--bg_color3);
}
.Landing__8 .WhyUs {
    padding: 60px 0;
    background: #fff9e7;
    position: relative;
    overflow-x: hidden;
}
.Landing__8 .WhyUs .text {
    position: relative;
    z-index: 5;
}
.Landing__8 .WhyUs .text p {
    font-size: 22px;
    line-height: 45px;
}
.Landing__8 .WhyUs .LeftImage {
    left: -100px;
    display: flex;
    justify-content: flex-start;
}
.Landing__8 .WhyUs .LeftImage img {
    width: 100%;
}
.Landing__8 .WhyUs .RightImage {
    right: -100px;
}
.Landing__8 .Wallets {
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}
.Landing__8 .Wallets .Image {
    display: flex;
    justify-content: center;
    align-items: center;
}
.Landing__8 .Wallets img {
    width: 100%;
    transition: all 0.4s ease-in-out;
}
.Landing__8 .Wallets .Image:hover img {
    transform: translateY(-20px);
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}
.Landing__8 .Wallets .RightImage {
    right: 0;
    top: 110%;
}
.Landing__8 .Specification {
    padding: 60px 0;
    position: relative;
    background: #fff9e7;
}
.Landing__8 .Specification h1 {
    text-align: center;
}
.Landing__8 .Specification h1 span {
    color: var(--primary_text);
}
.Landing__8 .Specification .IconBox {
    background: #fff;
    height: 320px;
    padding: 55px 55px 20px;
    margin: 30px;
    border-radius: 40px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 5;
    overflow: hidden;
}
.Landing__8 .Specification .IconBox:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 0%;
    transform: rotate(-45deg) translateX(-50%);
    transform-origin: top left;
    background: #f8cd53;
    z-index: -1;
    transition: height 0.8s ease;
}
.Landing__8 .Specification .IconBox:hover:after {
    height: 200%;
    transform: rotate(-45deg) translateX(-50%);
    color: #fff;
}
.Landing__8 .Specification .IconBox .icon {
    width: 100px;
    height: 100px;
    border-radius: 20px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff9e7;
}
.Landing__8 .Specification .IconBox .icon svg {
    margin: 0 auto;
    font-size: 40px;
    color: #f8cd53;
}
.Landing__8 .Specification .LeftImage {
    top: 10%;
    left: 15%;
}
.Landing__8 .Specification .LeftImage2 {
    position: absolute;
    bottom: 0;
    left: 0;
}
.Landing__8 .Specification .RightImage {
    top: 100%;
}
.Landing__8 .PhoneSection {
    padding: 40px 0;
}
.Landing__8 .PhoneSection .text h2 {
    font-size: 35px;
    color: var(--bg_color3);
}
.Landing__8 .PhoneSection .text h5 {
    color: #0d0f22;
}
.Landing__8 .Info {
    padding: 40px 0;
}
.Landing__8 .Info .icon {
    display: flex;
    justify-content: center;
}
.Landing__8 .Info .text {
    text-align: center;
}
.Landing__8 .OrderBtn {
    position: relative;
    overflow: hidden;
}
.Landing__8 .OrderBtn .DisplayBox {
    border-radius: 20px;
    padding: 60px 0;
    position: relative;
    text-align: center;
    background: #f8cd53;
    overflow: hidden;
}
.Landing__8 .OrderBtn .DisplayBox h2 {
    font-size: 36px;
    margin-top: 20px;
}
.Landing__8 .OrderBtn .DisplayBox .RightImage img {
    transform: rotateY(180deg);
    width: auto;
    height: 100%;
}
.Landing__8 #OrderConfirmRight button {
    width: 100%;
    background: var(--primary_text);
}
.Landing__8 #OrderConfirmLeft #Payment #ArrowBg:after {
    border-bottom: 15px solid var(--primary_text);
}
.Landing__8 #OrderConfirmLeft #Payment #ArrowBg,
.Landing__8 #OrderConfirmLeft #Payment #CustomeInput input:checked + label:before {
    background: #756bee;
}
.Landing__8 #tinyFooter p a {
    color: #f8cd53;
}
.Landing__8 .FooterWidget {
    padding: 20px 0;
    position: relative;
}
.Landing__8 .FooterWidget .footerMenu h5 {
    color: var(--text_color);
    margin: 20px 0;
}
.Landing__8 .FooterWidget .footerMenu h2 {
    font-size: 30px;
    color: var(--bg_color3);
}
.Landing__8 .FooterWidget .footerMenu a {
    color: #939399;
}
.Landing__8 .FooterWidget .footerMenu a svg {
    color: var(--text_color);
}
.Landing__8 .F .socialBox {
    display: flex;
    justify-content: flex-start;
}
.Landing__8 .FooterWidget .social a {
    color: var(--text_color);
}
.Landing__8 .FooterWidget ul.social li {
    display: inline-block;
}
.Landing__8 .FooterWidget ul.social li svg {
    font-size: 42px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid grey;
    padding: 10px;
}
.Landing__8 .FooterWidget ul.social li:hover svg {
    border: 1px solid #f0b54d;
}
.Landing__8 .FooterWidget p {
    font-size: 16px;
}
.Landing__8 .socialBox {
    padding-top: 20px;
    padding-bottom: 10px;
}
@media (max-width: 1440px) {
    .Landing__8 h1 {
        font-size: 40px;
        line-height: 60px;
    }
    .Landing__8 .textBox h2 {
        text-align: left;
        margin-top: 10px;
        font-size: 28px !important;
    }
    .Landing__8 .Banner .textBox .textCircle h2 {
        left: 40px;
    }
    .Landing__8 h4 {
        margin-top: 30px;
        font-weight: 600;
        font-size: 24px;
    }
    .Landing__8 .tiny-footer_tinyFooter__Tr3b1 p {
        line-height: 10px;
        text-align: center;
    }
}
@media (max-width: 1200px) {
    .Landing__8 h1 span,
    .Landing__8 h2 {
        line-height: 30px;
    }
    .Landing__8 h2 {
        font-size: 26px;
    }
    .Landing__8 h2 span {
        margin-right: 5px;
    }
    .Landing__8 h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .Landing__8 h4 {
        margin-top: 20px;
        font-size: 18px;
        line-height: 30px;
    }
    .Landing__8 h5 {
        font-size: 16px;
    }
    .Landing__8 .text h5 {
        margin-top: 20px;
        line-height: 26px;
    }
    .Landing__8 p {
        font-size: 14px;
        line-height: 22px;
    }
    .Landing__8 a.bg {
        margin-top: 20px;
        padding: 15px 40px;
    }
    .Landing__8 a {
        font-size: 18px;
    }
    .Landing__8 a svg {
        font-size: 20px;
    }
    .Landing__8 .Logo {
        display: flex;
        justify-content: center;
    }
    .Landing__8 .Logo img {
        width: 50%;
    }
    .Landing__8 .text h2 {
        font-size: 22px;
        margin-top: 15px;
    }
    .Landing__8 .Banner .bannerBG img.backgroundOne {
        width: 85%;
    }
    .Landing__8 .Banner .bannerBG img.wallet {
        left: 30px;
        width: 70%;
    }
    .Landing__8 .Banner .textBox .textCircle {
        width: 100px;
    }
    .Landing__8 .Banner .textBox .textCircle img {
        width: 100%;
    }
    .Landing__8 .OrderBtn .DisplayBox {
        padding: 30px 0;
    }
    .Landing__8 .OrderBtn .DisplayBox h1 {
        margin-top: 20px;
    }
    .Landing__8 .OrderBtn .DisplayBox h2 {
        font-size: 24px;
        margin-top: 20px;
    }
    .Landing__8 .WhyUs .text p {
        font-size: 18px;
        line-height: 36px;
    }
    .Landing__8 .Specification {
        padding: 40px 0;
    }
    .Landing__8 .Specification .IconBox {
        background: #fff;
        height: 210px;
        padding: 22px 22px 15px;
        margin: 10px;
    }
    .Landing__8 .Specification .IconBox .icon {
        width: 70px;
        height: 70px;
    }
    .Landing__8 .Specification h1 {
        font-size: 34px;
        line-height: 40px;
    }
    .Landing__8 .Specification .LeftImage {
        top: 5%;
        left: 5%;
    }
    .Landing__8 .PhoneSection {
        padding: 20px 0;
    }
    .Landing__8 .Info {
        padding: 10px 0;
    }
    .Landing__8 .FooterWidget .footerMenu h2 {
        margin-top: 30px;
        font-size: 32px;
    }
    .Landing__8 h1 {
        font-size: 32px;
        line-height: 50px;
    }
    .Landing__8 .Banner .textBox .textCircle h2 {
        left: 20px;
    }
    .Landing__8 .textBox h2 {
        font-size: 25px !important;
    }
}
@media (max-width: 992px) {
    .Landing__8 .Banner .bannerBG,
    .Landing__8 .FooterWidget .socialBox {
        display: flex;
        justify-content: center;
    }
    .Landing__8 .Banner .bannerBG img.backgroundOne {
        width: 75%;
    }
    .Landing__8 .Banner .bannerBG img.wallet {
        left: 20%;
        width: 60%;
    }
    .Landing__8 .FooterWidget {
        text-align: center;
    }
    .Landing__8 .footerMenu h2 {
        font-size: 24px !important;
    }
}
@media (max-width: 768px) {
    .Landing__8 h1 {
        font-size: 34px;
        line-height: 45px;
    }
    .Landing__8 h1 span,
    .Landing__8 h2 {
        line-height: 30px;
    }
    .Landing__8 h2 {
        font-size: 26px;
    }
    .Landing__8 h2 span {
        margin-right: 5px;
    }
    .Landing__8 h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .Landing__8 h4 {
        margin-top: 20px;
        font-size: 18px;
        line-height: 30px;
    }
    .Landing__8 h5 {
        font-size: 16px;
    }
    .Landing__8 .text h5 {
        margin-top: 20px;
        line-height: 26px;
    }
    .Landing__8 p {
        font-size: 14px;
        line-height: 22px;
    }
    .Landing__8 a.bg {
        margin-top: 20px;
        padding: 15px 40px;
    }
    .Landing__8 a {
        font-size: 18px;
    }
    .Landing__8 a svg {
        font-size: 20px;
    }
    .Landing__8 .Logo {
        display: flex;
        justify-content: center;
    }
    .Landing__8 .Logo img {
        width: 50%;
    }
    .Landing__8 .text h2 {
        font-size: 22px;
        margin-top: 15px;
    }
    .Landing__8 .Banner {
        padding: 40px 0;
    }
    .Landing__8 .Banner .btnBox {
        margin-top: 30px;
    }
    .Landing__8 .Banner .img_center img {
        width: 60%;
    }
    .Landing__8 .Banner .textBox .textCircle {
        width: 100px;
    }
    .Landing__8 .Banner .textBox .textCircle img {
        width: 100%;
    }
    .Landing__8 .Banner .bannerBG {
        display: flex;
        justify-content: center;
    }
    .Landing__8 .Banner .btnBox h2 {
        margin-top: 15px;
    }
    .Landing__8 .Banner .bannerBG img.backgroundOne {
        width: 75%;
    }
    .Landing__8 .Banner .bannerBG img.wallet {
        left: 30px;
        width: 65%;
    }
    .Landing__8 .Banner .textBox {
        display: flex;
        margin-top: 20px;
    }
    .Landing__8 .Banner .bannerBG img.wallet {
        left: 24%;
        width: 55%;
    }
    .Landing__8 .WhyUs.text p {
        font-size: 16px;
        line-height: 35px;
    }
    .Landing__8 .Specification {
        padding: 40px 0;
    }
    .Landing__8 .Specification .IconBox {
        background: #fff;
        height: 210px;
        padding: 30px 30px 15px;
        margin: 10px;
    }
    .Landing__8 .Specification .IconBox .icon {
        width: 70px;
        height: 70px;
    }
    .Landing__8 .Specification h1 {
        font-size: 34px;
        line-height: 40px;
    }
    .Landing__8 .Specification .LeftImage {
        top: 5%;
        left: 5%;
    }
    .Landing__8 .Info {
        padding: 0;
    }
    .Landing__8 .OrderBtn .DisplayBox {
        padding: 40px 0;
    }
    .Landing__8 .OrderBtn .DisplayBox .LeftImage img,
    .Landing__8 .OrderBtn .DisplayBox .RightImage img {
        width: 70%;
    }
    .Landing__8 .OrderBtn .DisplayBox h1 {
        font-size: 26px;
    }
    .Landing__8 .OrderBtn .DisplayBox h2 {
        margin-top: 30px;
        font-size: 22px;
    }
    .Landing__8 .FooterWidget .footerMenu h2 {
        font-size: 32px;
        margin-top: 20px;
    }
    .Landing__8 .FooterWidget ul.social li {
        display: inline-block;
        margin: 0 auto;
    }
    .Landing__8 .FooterWidget .socialBox {
        display: flex;
        justify-content: center;
    }
    .Landing__8 .FooterWidget p {
        text-align: center;
    }
}
@media only screen and (max-width: 575px) {
    .Landing__8 h2 {
        font-size: 22px;
        line-height: 30px;
    }
    .Landing__8 h2 span {
        margin-right: 5px;
    }
    .Landing__8 h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .Landing__8 h4 {
        margin-top: 20px;
        font-size: 18px;
        line-height: 30px;
    }
    .Landing__8 h5 {
        font-size: 16px;
    }
    .Landing__8 .text h5 {
        margin-top: 20px;
        line-height: 26px;
    }
    .Landing__8 p {
        font-size: 14px;
        line-height: 22px;
    }
    .Landing__8 a.bg {
        margin-top: 20px;
        padding: 12px 20px;
    }
    .Landing__8 a {
        font-size: 16px;
    }
    .Landing__8 a svg {
        font-size: 20px;
    }
    .Landing__8 .Logo {
        display: flex;
        justify-content: center;
    }
    .Landing__8 .Logo img {
        width: 50%;
    }
    .Landing__8 .text h2 {
        font-size: 22px;
        margin-top: 15px;
    }
    .Landing__8 .headerTitle {
        margin-bottom: 20px;
    }
    .Landing__8 .Banner {
        padding: 40px 0;
    }
    .Landing__8 .Banner .Landing__8 .textBox .textCircle {
        display: flex;
        justify-content: center;
        margin: 0 5px;
    }
    .Landing__8 .Banner .img_center img {
        width: 80%;
    }
    .Landing__8 .Banner .Landing__8 .textBox .textCircle img {
        width: 80%;
        margin-top: 10px;
    }
    .Landing__8 .Banner .Landing__8 .textBox .textCircle h2 {
        left: 25px;
    }
    .Landing__8 .Banner .Landing__8 .textBox h2 {
        font-size: 18px;
    }
    .Landing__8 .Banner .Landing__8 .bannerBG img.backgroundOne {
        width: 95%;
    }
    .Landing__8 .Banner .Landing__8 .bannerBG img.wallet {
        left: 30px;
        width: 85%;
    }
    .Landing__8 .Banner .btnBox h2 {
        margin: 10px 10px 0;
        font-size: 17px;
    }
    .Landing__8 .Banner .btnBox {
        margin-top: 30px;
    }
    .Landing__8 .Banner .img_bottom_right {
        bottom: 7%;
        right: 10%;
    }
    .Landing__8 .Banner .Landing__8 .textBox {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .Landing__8 .WhyUs {
        padding: 40px 0;
    }
    .Landing__8 .WhyUs .text p {
        font-size: 16px;
        line-height: 35px;
    }
    .Landing__8 .WhyUs .LeftImage img,
    .Landing__8 .WhyUs .RightImage img {
        width: 50%;
    }
    .Landing__8 .WhyUs .LeftImage {
        left: -60px;
    }
    .Landing__8 .WhyUs .RightImage {
        right: -60px;
    }
    .Landing__8 .Wallets {
        padding: 30px 0;
    }
    .Landing__8 .Wallets .RightImage img {
        width: 60%;
    }
    .Landing__8 .Specification {
        padding: 30px 0;
    }
    .Landing__8 .Specification h1 {
        line-height: 34px;
    }
    .Landing__8 .Specification .LeftImage {
        top: 8%;
        left: 6%;
    }
    .Landing__8 .Specification .LeftImage img {
        width: 60%;
    }
    .Landing__8 .Specification .IconBox {
        height: 200px;
        padding: 20px;
        margin: 10px;
        position: relative;
        z-index: 5;
    }
    .Landing__8 .Specification .IconBox .icon {
        width: 70px;
        height: 70px;
    }
    .Landing__8 .PhoneSection {
        padding: 0 0 10px;
    }
    .Landing__8 .Info {
        padding: 0;
    }
    .Landing__8 .Info .icon img {
        width: 90%;
    }
    .Landing__8 .Info h4 {
        font-size: 12px;
        line-height: 20px;
    }
    .Landing__8 .OrderBtn .DisplayBox {
        padding: 30px;
    }
    .Landing__8 .OrderBtn .DisplayBox h1 {
        font-size: 24px;
    }
    .Landing__8 .OrderBtn .DisplayBox h2 {
        margin-top: 20px;
        font-size: 15px;
    }
    .Landing__8 .OrderBtn .DisplayBox .LeftImage img,
    .Landing__8 .OrderBtn .DisplayBox .RightImage img {
        width: 70%;
    }
    .Landing__8 .FooterWidget .footerMenu h2 {
        font-size: 32px;
        margin-top: 20px;
    }
    .Landing__8 .FooterWidget ul.social li {
        display: inline-block;
        margin: 0 auto;
    }
    .Landing__8 .FooterWidget .Landing__8 .socialBox {
        display: flex;
        justify-content: center;
    }
    .Landing__8 h1 {
        font-size: 22px;
    }
    .Landing__8 h1,
    .Landing__8 h1 span {
        line-height: 30px;
    }
    .Landing__8 .PhoneSection .text h2 {
        font-size: 22px;
        color: var(--bg_color3);
    }
    .Landing__8 .textBox h2 {
        font-size: 18px !important;
    }
    .footerMenu h2 {
        font-size: 22px !important;
    }
    .landing_eleven h1 {
        font-size: 22px;
        line-height: 40px;
    }
    .DisplayBox h1 {
        font-size: 22px !important;
    }
    .RightImage img {
        width: 30px;
    }
}
@media (max-width: 420px) {
    .Landing__8 h1 {
        font-size: 22px;
        line-height: 30px;
    }
    .Landing__8 .textBox h2 {
        text-align: left;
        margin-top: 10px;
        font-size: 18px !important;
    }
    .Landing__8 .Banner .textBox .textCircle h2 {
        left: 30px;
    }
    .Landing__8 a {
        font-size: 12px;
        line-height: 40px;
    }
    .Landing__8 a.bg {
        margin-top: 30px;
        padding: 0 10px;
    }
    .Landing__8 a svg {
        font-size: 18px;
        margin-top: -5px;
        margin-right: 5px;
    }
}
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+Bengali:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;700&display=swap");
.Landing__9 {
    box-sizing: border-box;
}
.Landing__9,
.Landing__9 h1 {
    font-family: Hind Siliguri, sans-serif;
}
.Landing__9 h2 {
    font-size: 40px;
    line-height: 60px;
    color: #ec3361;
    font-weight: 600;
    font-family: "Noto Serif Bengali", serif !important;
}
.Landing__9 a {
    transition: 0.5s;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s linear;
}
.Landing__9 a.bg {
    margin-top: 30px;
    padding: 14px 40px;
    color: #fff;
    background-image: linear-gradient(90deg, #ec3361 0, #c20a22 51%, #ec3361);
    background-size: 200% auto;
    border-radius: 10px;
    display: inline-block;
    font-size: 24px;
    line-height: 37px;
    transition: all 0.2s linear;
}
.Landing__9 a.bg:hover {
    background-position: 100%;
    color: #fff;
    text-decoration: none;
    transform: scale(1.1);
}
.Landing__9 a svg {
    font-size: 24px;
    margin-top: -5px;
    margin-right: 10px;
}
.Landing__9 a.bg2 {
    margin-top: 30px;
    padding: 14px 40px;
    color: #fff;
    background-size: 200% auto;
    border-radius: 10px;
    display: inline-block;
    font-size: 24px;
    line-height: 32px;
    border: 2px solid #c20a22;
    margin-left: 30px;
    transition: 0.05s;
}
.Landing__9 a.bg2:hover {
    background-position: 100%;
    color: #fff;
    text-decoration: none;
    background-image: linear-gradient(90deg, #c20a22 0, #ec3361 51%, #c20a22);
    transform: scale(1.1);
}
.Landing__9 .Section__Gaps {
    padding-top: 100px;
}
.Landing__9 .Menubar {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    z-index: 9;
}
.Landing__9 .menubar_MenubarContent__jlW_b .menubar_Logo__pd9Tk img {
    height: 70px;
}
.Landing__9 .Conpad {
    position: relative;
    padding: 0;
}
.Landing__9 .BannerAbs1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.Landing__9 .BannerAbs2 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}
.Landing__9 .BannerBg {
    background-image: url(/_next/static/media/bg.a6728381.png);
    padding-bottom: 100px;
    background-size: cover;
    position: relative;
}
.Landing__9 .BannerBgAbsImg1 {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.Landing__9 .BannerToptxt {
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: hsla(0, 0%, 100%, 0.51);
    margin-bottom: 40px;
}
.Landing__9 .BannerToptxt h4 {
    font-size: 20px;
    line-height: 27px;
    color: #fff;
}
.Landing__9 .BannerToptxtBox {
    padding-top: 74px;
    padding-bottom: 328px;
    text-align: center;
}
.Landing__9 .BannerToptxtBox img {
    padding-bottom: 56px;
    height: 352px;
}
.Landing__9 .BannertxtBoxRel {
    position: relative;
    margin-top: 30px;
}
.Landing__9 .BannertxtBoxAbs1 {
    position: absolute;
    top: 40px;
    left: 250px;
    font-size: 81px;
    color: #fff;
    margin-left: 18%;
}
.Landing__9 .BannertxtBoxAbs2 {
    position: absolute;
    top: 181px;
    margin-left: 24%;
}
.Landing__9 .BannerToptxtBox p {
    font-size: 24px;
    line-height: 31px;
    color: #fff;
    padding: 0 20% 10px;
}
.Landing__9 .BannerToptxtBox h2 {
    padding-top: 54px;
}
.Landing__9 .Sharee_house h2 {
    padding-top: 52px;
    padding-bottom: 22px;
}
.Landing__9 .Sharee_houseRow {
    display: flex;
    align-items: center;
}
.Landing__9 .Sharee_Row img {
    width: 100%;
}
.Landing__9 .BordarMainDivCol {
    position: relative;
}
.Landing__9 .BordarMainDiv {
    position: absolute;
    height: 110%;
    width: 92%;
    z-index: -1;
    margin-top: -20px;
    margin-left: 15px;
}
.Landing__9 .BordarMainDiv1,
.Landing__9 .BordarMainDiv2,
.Landing__9 .BordarMainDiv3,
.Landing__9 .BordarMainDiv4 {
    float: left;
    border: 1px solid #5c0510;
    width: 50%;
    height: 50%;
}
.Landing__9 .FloatSolve {
    clear: both;
}
.Landing__9 .ConPad {
    padding: 0;
}
.Landing__9 .BggImg {
    background-image: url(/_next/static/media/bgg.d4d2db3d.png);
    background-size: cover;
    padding: 47px 0;
}
.Landing__9 .BggImgFlex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}
.Landing__9 .BggImgFlex h4 {
    color: #fdfdfd;
    padding-top: 10px;
    font-size: 24px;
}
.Landing__9 .ShippingAddress p {
    color: #fdfdfd;
}
.Landing__9 .CardConBg {
    background-color: #fef5f7;
    padding: 100px 0;
}
.Landing__9 .CardMidImg {
    padding-left: 10%;
    width: 85%;
}
.Landing__9 .CardImg {
    width: 100%;
    height: 280px;
}
.Landing__9 .CardTopH2 {
    padding: 0 15% 70px;
    text-align: center;
}
.Landing__9 .CardImgRel {
    position: relative;
}
.Landing__9 .Cardpad {
    padding: 25px 30px;
}
.Landing__9 .CardImgAbs1 {
    position: absolute;
    top: 47px;
    font-size: 32px;
    line-height: 42px;
    color: #c20a22;
    font-weight: 600;
}
.Landing__9 .CardImgAbs2 {
    position: absolute;
    top: 100px;
    font-size: 18px;
    line-height: 27px;
    color: #192335;
    padding-right: 10px;
}
.Landing__9 .BggImg2 {
    background-image: url(/_next/static/media/img12.ee4790b3.png);
    background-size: cover;
    padding: 50px 0;
    border-radius: 10px;
}
.Landing__9 .BggImgFlex2 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.Landing__9 .BggImg2 h3 {
    font-size: 60px;
    line-height: 79px;
    color: #fdfdfd;
    font-weight: 600;
}
.Landing__9 .BggImg2 h5 {
    font-size: 32px;
    line-height: 42px;
    color: #fdfdfd;
}
.Landing__9 .BggImg2 .bg3 {
    padding: 24px 70px;
    margin-top: 15px;
}
.Landing__9 .SliderImg {
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
}
.Landing__9 .SliderImg img {
    width: 100%;
    height: 630px;
}
.Landing__9 .SliderImg:hover .ClipBox {
    background-color: #ec3361;
}
.Landing__9 .SliderImg:hover img {
    transform: scale(1.02);
}
.Landing__9 .ClipBox {
    position: absolute;
    bottom: 0;
    -webkit-clip-path: polygon(0 43%, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 43%, 100% 0, 100% 100%, 0 100%);
    height: 80%;
    width: 100%;
    background-color: #f1f1f1;
    z-index: -1;
    border-radius: 10px 30px 20px 20px;
}
.Landing__9 .SliderBtn button:hover {
    font-size: 30px;
    color: #192335;
    font-weight: 600;
}
.Landing__9 .SliderBtn {
    width: 100%;
    text-align: center;
    padding-top: 50px;
}
.Landing__9 .SliderBtn button {
    padding: 0 10px;
    font-size: 20px;
    color: #dbdbdb;
    background: none;
    border: none;
    display: inline-block;
    width: auto;
}
.Landing__9 .GiftMain {
    -webkit-clip-path: polygon(100% 55%, 50% 92%, 0 59%, 0 0, 100% 0);
    clip-path: polygon(100% 55%, 50% 92%, 0 59%, 0 0, 100% 0);
    background-color: #fef5f7;
    padding-top: 100px;
    padding-bottom: 670px;
}
.Landing__9 .GiftH2 {
    text-align: center;
    padding: 0 20% 70px;
}
.Landing__9 .GiftRow {
    display: flex;
    align-items: center;
}
.Landing__9 .GiftImg {
    width: 100%;
    padding-bottom: 20px;
}
.Landing__9 .GiftUlBox {
    padding-left: 108px;
}
.Landing__9 .GiftUlBox li {
    display: flex;
    padding-top: 25px;
}
.Landing__9 .GiftUlBox li p {
    font-size: 24px;
    line-height: 36px;
    color: #192335;
    font-weight: 600;
}
.Landing__9 .GiftUlBox li img {
    padding-right: 18px;
    margin-bottom: auto;
}
.Landing__9 .GiftH3 {
    text-align: center;
    font-size: 60px;
    color: #192335;
    font-weight: 600;
    padding: 0 5%;
}
.Landing__9 .PriceBox {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}
.Landing__9 .PriceBox .priceImgBg {
    top: -600px;
    position: absolute;
    height: 584px;
}
.Landing__9 .PriceBoxTxtDiv {
    top: -480px;
    position: absolute;
    text-align: center;
}
.Landing__9 .PriceBoxTxtDiv h4 {
    font-size: 32px;
    line-height: 42px;
    color: #ec3361;
    padding-bottom: 15px;
}
.Landing__9 .PriceBoxTxtDiv svg {
    font-size: 32px;
    line-height: 42px;
    color: #f29d00;
}
.Landing__9 .PriceBoxTxtDiv h3 {
    font-size: 60px;
    line-height: 79px;
    color: #fef5f7;
    padding-top: 25px;
}
.Landing__9 .PriceBoxTxtDiv .bg4 {
    font-size: 32px;
    border-radius: 50px;
    padding: 24px 67px;
}
.Landing__9 .OrderBg {
    position: relative;
    background-color: #fef5f7;
    overflow: hidden;
}
.Landing__9 .FooterAbs1 {
    position: absolute;
    top: 0;
    left: -500px;
    z-index: 0;
    width: 700px;
    opacity: 0.1;
}
.Landing__9 .FooterAbs2 {
    position: absolute;
    top: 0;
    right: -500px;
    width: 700px;
    opacity: 0.1;
}
.Landing__9 .ArrowBg p {
    color: #fef5f7 !important;
}
.Landing__9 #OrderConfirmLeft #Payment #CustomeInput input:checked + label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 10px;
}
.Landing__9 #OrderConfirmLeft #Payment #ArrowBg__Rpfa0 {
    background: #ff466d;
    position: relative;
    border-radius: 0 0 15px 15px;
    padding: 10px 30px;
}
.Landing__9 #OrderConfirmLeft #Payment #CustomeInput input:checked + label:before {
    background: #ff466d;
}
.Landing__9 #OrderConfirmLeft #Payment #ArrowBg:after {
    border-bottom: 15px solid #ff466d;
}
.Landing__9 #OrderConfirmLeft #Payment #ArrowBg {
    background: #ff466d;
}
.Landing__9 .FooterBg {
    background-image: url(/_next/static/media/bg2.a0592efe.png);
    padding: 100px 0 20px;
    background-size: cover;
}
.Landing__9 .footerLogoDiv {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 0 5% 50px;
}
.Landing__9 .footerLogo {
    text-align: center;
    padding-bottom: 50px;
}
.Landing__9 .FooterUlBox li a {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
}
.Landing__9 .FooterUlBox {
    text-align: left;
}
.Landing__9 .FooterUlBox h4 {
    color: #5c0510;
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 25px;
    font-weight: 600;
}
.Landing__9 .FooterUlBox li {
    padding-bottom: 15px;
}
.Landing__9 .FooterUlBox li svg {
    font-size: 18px;
    line-height: 30px;
    color: #5c0510;
}
.Landing__9 .midUl {
    padding-top: 20px;
}
.Landing__9 .midUl h4 {
    padding-bottom: 10px;
}
.Landing__9 .midUl h5 {
    font-size: 40px;
    line-height: 54px;
    color: #f8f8f8;
    font-weight: 600;
}
.Landing__9 .FooterUlBox img {
    width: 18px;
    margin-right: 10px;
}
.Landing__9 .Hr {
    border-bottom: 2px solid #ff94ae;
    text-align: center;
    margin-top: -15px;
}
.Landing__9 .HrTxt span {
    font-size: 24px;
    line-height: 28px;
    color: #5c0510;
    font-weight: 600;
    padding: 15px 20px;
    background: #ec3361;
}
.Landing__9 .HrTxt {
    text-align: center;
}
.Landing__9 .SocialIconBox {
    display: flex;
    align-items: center;
    justify-content: center;
}
.Landing__9 .SocialIconBox a {
    margin: 15px 20px 15px 0;
    font-size: 25px;
    text-align: center;
    transition: 0.2s;
}
.Landing__9.ShippingAddress p {
    color: #fff;
}
@media (max-width: 1440px) {
    .Landing__9 iframe {
        width: 100%;
        height: 550px;
        border-radius: 10px;
    }
    .Landing__9 h1 {
        font-size: 65px;
    }
    .Landing__9 .BannertxtBoxAbs1 {
        top: 40px;
        left: 250px;
        font-size: 70px;
        margin-left: 18%;
    }
    .Landing__9 .BannertxtBoxAbs2 {
        position: absolute;
        top: 181px;
        margin-left: 10%;
    }
    .BannerAbs1,
    .Landing__9 .BannerAbs2 {
        width: 300px;
    }
    .Landing__9 .BggImg2 h3 {
        font-size: 52px;
        line-height: 79px;
    }
    .Landing__9 .GiftH2 {
        text-align: center;
        padding: 0 10% 70px;
    }
    .Landing__9 h2 {
        font-size: 35px;
    }
    .Landing__9 .GiftH3 {
        text-align: center;
        font-size: 48px;
    }
    .Landing__9 .PriceBoxTxtDiv h3 {
        font-size: 52px;
        line-height: 79px;
    }
    .Landing__9 .midUl h5 {
        font-size: 35px;
        line-height: 54px;
    }
    .Landing__9 .SliderImg img {
        width: 100%;
        height: 550px;
    }
}
@media (max-width: 1280px) {
    .Landing__9 .BannerToptxtBox img {
        padding-bottom: 56px;
        height: 281px;
    }
    .Landing__9 h1 {
        font-size: 58px;
    }
    .Landing__9 .BannertxtBoxAbs1 {
        top: 30px;
        left: 150px;
        font-size: 58px;
        margin-left: 18%;
    }
    .Landing__9 .BannertxtBoxAbs2 {
        position: absolute;
        top: 136px;
        margin-left: 18%;
    }
    .Landing__9 .CardImgAbs1 {
        top: 47px;
        font-size: 28px;
    }
    .Landing__9 .CardImgAbs2 {
        top: 100px;
        font-size: 16px;
        line-height: 24px;
    }
    .Landing__9 .BggImg2 h3 {
        font-size: 40px;
        line-height: 79px;
    }
    .Landing__9 .BggImg2 h5 {
        font-size: 28px;
        line-height: 42px;
        color: #fdfdfd;
    }
    .Landing__9 a.bg {
        margin-top: 30px;
        padding: 14px 40px;
        font-size: 20px;
    }
    .Landing__9 .GiftH3 {
        text-align: center;
        font-size: 40px;
    }
    .Landing__9 .PriceBoxTxtDiv h3 {
        font-size: 40px;
        line-height: 70px;
    }
    .Landing__9 .PriceBoxTxtDiv .bg4 {
        font-size: 24px;
        border-radius: 50px;
        padding: 15px 67px;
    }
    .Landing__9 .midUl h5 {
        font-size: 22px;
        line-height: 54px;
    }
}
@media (max-width: 991px) {
    .Landing__9 .CardImgAbs1 {
        top: 47px;
        font-size: 20px;
    }
    .Landing__9 .CardImg {
        width: 100%;
        height: 351px;
    }
    .BannerAbs1,
    .Landing__9 .BannerAbs2 {
        width: 202px;
    }
    .Landing__9 .BannertxtBoxAbs1 {
        top: 30px;
        left: 150px;
        font-size: 44px;
        margin-left: 14%;
    }
    .Landing__9 h1 {
        font-size: 44px;
    }
    .Landing__9 .BannerToptxtBox img {
        padding-bottom: 56px;
        height: 235px;
    }
    .Landing__9 .BannertxtBoxAbs2 {
        position: absolute;
        top: 108px;
        margin-left: 18%;
    }
    .Landing__9 .BordarMainDiv {
        position: absolute;
        height: 110%;
        width: 85%;
    }
}
@media (max-width: 767px) {
    .BannerAbs1,
    .Landing__9 .BannerAbs2 {
        width: 156px;
    }
    .Landing__9 .BannerToptxtBox img {
        padding-bottom: 56px;
        height: 186px;
    }
    .Landing__9 .BannertxtBoxAbs1 {
        top: 12px;
        left: 35px;
        font-size: 40px;
        margin-left: 18%;
    }
    .Landing__9 h1 {
        font-size: 40px;
    }
    .Landing__9 .BannertxtBoxAbs2 {
        position: absolute;
        top: 73px;
        margin-left: 8%;
    }
    .Landing__9 h2 {
        font-size: 30px;
        text-align: center;
        line-height: 45px;
    }
    .Landing__9 .BordarMainDivCol {
        position: relative;
        margin-top: 100px;
    }
    .Landing__9 .CardMidImg {
        padding-left: 18%;
        width: 76%;
    }
    .Landing__9 .SliderImg img {
        width: 100%;
        height: 500px;
    }
    .Landing__9 .GiftUlBox li p {
        font-size: 20px;
        line-height: 29px;
        color: #192335;
        font-weight: 600;
    }
    .Landing__9 .GiftH3 {
        text-align: center;
        font-size: 35px;
    }
    .Landing__9 .PriceBox .priceImgBg {
        top: -600px;
        position: absolute;
        height: 497px;
    }
    .Landing__9 .CardImg {
        width: 100%;
        height: 294px;
    }
}
@media (max-width: 575px) {
    .BannerAbs1,
    .Landing__9 .BannerAbs2 {
        width: 87px;
    }
    .Landing__9 .BannerToptxt h4 {
        font-size: 14px;
        line-height: 27px;
        color: #fff;
        padding-top: 5px;
    }
    .Landing__9 .BannerToptxt {
        height: 30px;
        margin-bottom: 40px;
    }
    .Landing__9 .BannerToptxtBox img {
        padding-bottom: 56px;
        height: 144px;
    }
    .Landing__9 .BannertxtBoxAbs1 {
        top: 9px;
        left: 16px;
        font-size: 28px;
        margin-left: 18%;
    }
    .Landing__9 h1 {
        font-size: 28px;
    }
    .Landing__9 .BannertxtBoxAbs2 {
        position: absolute;
        top: 50px;
        margin-left: 4%;
    }
    .Landing__9 .BannerToptxtBox p {
        font-size: 18px;
        line-height: 31px;
        color: #fff;
        padding: 0 12% 10px;
    }
    .Landing__9 a.bg {
        margin-top: 30px;
        padding: 11px 18px;
        font-size: 16px;
    }
    .Landing__9 a.bg2 {
        padding: 9px 17px;
        font-size: 16px;
    }
    .Landing__9 .BannerBg {
        padding-bottom: 0;
    }
    .Landing__9 h2 {
        font-size: 22px;
        text-align: center;
        line-height: 34px;
    }
    .Landing__9 p {
        font-size: 16px;
    }
    .Landing__9 a svg {
        font-size: 18px;
        margin-top: -5px;
        margin-right: 10px;
    }
    .Landing__9 .BordarMainDiv {
        position: absolute;
        height: 119%;
        width: 84%;
        z-index: -1;
        margin-top: -20px;
        margin-left: 15px;
    }
    .Landing__9 .CardTopH2 {
        padding: 0 0 70px;
        text-align: center;
    }
    .Landing__9 .CardImgAbs1 {
        position: absolute;
        top: 47px;
        font-size: 24px;
        line-height: 42px;
        color: #c20a22;
        font-weight: 600;
    }
    .Landing__9 .BggImg2 h3 {
        font-size: 30px;
        line-height: 60px;
    }
    .Landing__9 .BggImg2 h5 {
        font-size: 22px;
        line-height: 42px;
        color: #fdfdfd;
    }
    .Landing__9 .BggImg2 .bg3 {
        padding: 13px 32px;
        margin-top: 15px;
    }
    .Landing__9 iframe {
        width: 100%;
        height: 380px;
        border-radius: 10px;
    }
    .Landing__9 .SliderImg img {
        width: 100%;
        height: 400px;
    }
    .Landing__9 .GiftH2 {
        text-align: center;
        padding: 0 0 70px;
    }
    .Landing__9 .GiftUlBox {
        padding-left: 10px;
    }
    .Landing__9 .GiftUlBox li p {
        font-size: 16px;
        line-height: 27px;
    }
    .Landing__9 .GiftUlBox li img {
        padding-right: 18px;
        margin-bottom: auto;
        height: 20px;
    }
    .Landing__9 .GiftH3 {
        text-align: center;
        font-size: 30px;
        padding: 0;
    }
    .Landing__9 .PriceBox .priceImgBg {
        top: -600px;
        position: absolute;
        height: 343px;
    }
    .Landing__9 .PriceBoxTxtDiv {
        top: -527px;
        position: absolute;
        text-align: center;
    }
    .Landing__9 .PriceBoxTxtDiv h4 {
        font-size: 22px;
        line-height: 9px;
        color: #ec3361;
        padding-bottom: 15px;
    }
    .Landing__9 .PriceBoxTxtDiv svg {
        font-size: 22px;
        line-height: 42px;
        color: #f29d00;
    }
    .Landing__9 .PriceBoxTxtDiv h3 {
        font-size: 30px;
        line-height: 32px;
    }
    .Landing__9 .PriceBoxTxtDiv .bg4 {
        font-size: 18px;
        border-radius: 50px;
        padding: 12px 59px;
    }
    .Landing__9 .GapNone {
        display: none;
    }
    .Landing__9 .FooterAbs2 {
        position: absolute;
        top: 0;
        right: -500px;
        width: 551px;
        opacity: 0.1;
    }
    .Landing__9 .FooterAbs1 {
        position: absolute;
        top: 0;
        left: -500px;
        width: 551px;
        opacity: 0.1;
    }
    .Landing__9 .FooterUlBox {
        text-align: center;
    }
}
@media (max-width: 374px) {
    .Landing__9 .BannerToptxtBox img {
        padding-bottom: 56px;
        height: 130px;
    }
    .Landing__9 .PriceBox .priceImgBg {
        top: -600px;
        position: absolute;
        height: 292px;
    }
}
.Landing__10 {
    --header_color: #fff;
    --bg_color: #fec827;
    --bg_color2: #fec827;
    --bg_color3: #a8de63;
    --bg_color4: #f22512;
    --text_color: #64607d;
    --white_color: #fff;
    --primary_text: #042117;
    font-family: Noto Sans Bengali, sans-serif !important;
}
.Landing__10 h1 {
    margin-top: 40px;
    color: var(--header_color);
}
.Landing__10 h1,
.Landing__10 h1 span {
    font-weight: 700;
    font-size: 60px;
    line-height: 90px;
}
.Landing__10 h1 span {
    color: #fec827;
    text-align: center;
}
.Landing__10 h2 {
    font-size: 44px;
    line-height: 60px;
    font-weight: 700;
}
.Landing__10 h2,
.Landing__10 h3 {
    color: var(--primary_text);
    text-align: center;
}
.Landing__10 h3 {
    font-size: 24px;
    line-height: 35px;
    font-weight: 600;
}
.Landing__10 .Title h2 {
    line-height: 70px;
}
.Landing__10 .Title p {
    color: var(--primary_text);
    font-size: 28px;
    line-height: 50px;
    text-align: center;
}
.Landing__10 h4 {
    margin-top: 30px;
    font-weight: 600;
    font-size: 32px;
}
.Landing__10 h4 span {
    text-decoration: line-through;
    color: var(--bg_color3);
}
.Landing__10 h5 {
    font-size: 24px;
    line-height: 20px;
    color: var(--primary_text);
    font-weight: 600;
}
.Landing__10 h6 {
    font-size: 21px;
    line-height: 28px;
    color: var(--bg_color3);
    font-weight: 700;
}
.Landing__10 p {
    color: #5b5858;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    margin-top: 15px;
    text-align: center;
}
.Landing__10 a {
    transition: 0.5s;
    display: block;
    font-size: 20px;
    line-height: 35px;
    font-weight: 600;
}
.Landing__10 a.bg {
    margin-top: 30px;
    padding: 15px 50px 12px;
    color: var(--primary_text);
    background: #fec827;
    background-size: 200% auto;
    border-radius: 30px;
    display: inline-block;
    box-shadow: 0 67px 80px rgba(30, 20, 10, 0.38), 0 43.4259px 46.8519px rgba(30, 20, 10, 0.193), 0 25.8074px 25.4815px rgba(30, 20, 10, 0.043), 0 13.4px 13px rgba(30, 20, 10, 0.035), 0 5.45926px 6.51852px rgba(30, 20, 10, 0.027),
        0 1.24074px 3.14815px rgba(30, 20, 10, 0.017);
}
.Landing__10 .headerTitle {
    position: relative;
    z-index: 5;
    margin-bottom: 40px;
}
.Landing__10 a svg {
    font-size: 25px;
    margin-top: -5px;
    margin-right: 10px;
}
.Landing__10 .hLine {
    margin-top: 10px;
    height: 2px;
    width: 300px;
    background: var(--primary_text);
}
.Landing__10 a.bg:hover {
    background-position: 100%;
    color: #fff;
    text-decoration: none;
    transform: scale(1.02);
}
.Landing__10 .section_gaps {
    margin-top: 50px;
}
.Landing__10 .LogoDiv,
.Landing__10 .btnBox {
    display: flex;
    justify-content: center;
}
.Landing__10 .btnBox,
.Landing__10 .text h2 {
    position: relative;
    z-index: 5;
}
.Landing__10 .text h2 {
    color: var(--bg_color4);
    margin-top: 40px;
    font-size: 50px;
}
.Landing__10 .text h5 {
    margin-top: 20px;
    line-height: 40px;
    text-align: center;
    position: relative;
    z-index: 5;
}
.Landing__10 .Banner {
    background: url(/_next/static/media/bg_honey.fce02481.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 80px;
    padding-top: 30px;
}
.Landing__10 .Banner a.bg {
    margin-right: auto;
}
.Landing__10 .Banner .text {
    padding-right: 70px;
}
.Landing__10 .Banner h2 {
    color: var(--bg_color4);
    margin-top: 30px;
    text-align: left;
    font-size: 50px;
}
.Landing__10 .Hotline .hotlineBG {
    background: url(/_next/static/media/hotline_bg.261a75d0.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
}
.Landing__10 .Hotline h3 {
    color: var(--bg_color4);
    margin-top: 20px;
    font-size: 30px;
}
.Landing__10 .Hotline h2 {
    margin-top: 20px;
}
.Landing__10 .Hotline h2 span {
    margin-right: 20px;
    font-size: 36px;
}
.Landing__10 .JarImage .Image {
    display: flex;
    justify-content: center;
    align-items: center;
}
.Landing__10 .JarImage img {
    width: 100%;
}
.Landing__10 .OrderBtn {
    position: relative;
    padding: 40px 0;
}
.Landing__10 .OrderBtn .Leftlayer {
    position: absolute;
    bottom: -50px;
    left: 0;
    display: flex;
    justify-content: left;
    animation: MoveUpDown 3s linear infinite;
}
.Landing__10 .OrderBtn .Leftlayer img,
.Landing__10 .OrderBtn .Rightlayer img {
    width: 60%;
}
.Landing__10 .OrderBtn .Rightlayer {
    position: absolute;
    bottom: -50px;
    right: 0;
    display: flex;
    justify-content: right;
    animation: MoveUpDown 3s linear infinite;
}
.Landing__10 .OrderBtn .Rightlayer img {
    transform: rotateY(180deg);
}
@keyframes MoveUpDown {
    0%,
    to {
        bottom: -50px;
    }
    50% {
        bottom: 0;
    }
}
.Landing__10 .OrderBtn h5 {
    margin-top: 60px;
}
.Landing__10 .Benefit {
    background: url(/_next/static/media/yellow_bg.67be1f95.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
}
.Landing__10 .Benefit .cardBox {
    width: 100%;
    height: 100%;
    background-color: #fff9e8;
    border: 2px solid #fff9e8;
    border-radius: 15px;
    outline: 2px solid #f9be20;
    outline-offset: -11px;
}
.Landing__10 .Benefit .cardBox p {
    font-size: 15px;
    line-height: 23px;
    margin-top: 20px;
}
.Landing__10 .Benefit .cardBox h3 {
    font-weight: 900;
}
.Landing__10 .Benefit .text {
    padding: 50px 20px;
}
.Landing__10 #OrderConfirmLeft #Payment #ArrowBg,
.Landing__10 #OrderConfirmRight button {
    background: #ffcb05;
}
.Landing__10 #OrderConfirmLeft #Payment #ArrowBg p {
    color: #fff;
}
.Landing__10 #OrderConfirmLeft #Payment #ArrowBg:after {
    border-bottom: 15px solid #ffcb05;
}
.Landing__10 #OrderConfirmLeft #Payment #CustomeInput input:checked + label:before {
    background: #ffcb05;
}
.Landing__10 .Features {
    position: relative;
    padding-top: 70px;
    padding-bottom: 80px;
}
.Landing__10 .Features .BeeImage {
    position: absolute;
    top: 100px;
    right: 10%;
}
.Landing__10 .Features .BeeImage img {
    position: relative;
    z-index: 1;
    width: 100%;
}
.Landing__10 .Features .FeatureList {
    margin-top: 50px;
}
.Landing__10 .Features .FeatureList ul li {
    margin-top: 20px;
    display: flex;
}
.Landing__10 .Features .FeatureList svg {
    color: var(--bg_color2);
    margin-right: 15px;
    font-size: 23px;
}
.Landing__10 .Features .FeatureList p {
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    text-align: left;
    margin-top: 0;
}
.Landing__10 .Features .FeatureImage {
    width: 100%;
    position: absolute;
    left: -120px;
    top: 0;
}
.Landing__10 .Features .FeatureImage img {
    width: 90%;
}
.Landing__10 .PriceSection {
    position: relative;
}
.Landing__10 .PriceSection .text {
    margin: 20px auto;
}
.Landing__10 .PriceSection .BeeImage {
    position: absolute;
    top: 90px;
    left: 30%;
    transform: rotate(-90deg);
    animation: MoveTriangular 4s linear infinite;
}
@keyframes MoveTriangular {
    0% {
        top: 90px;
        left: 30%;
    }
    35% {
        top: 0;
        left: 15%;
    }
    to {
        top: 90px;
        left: 10%;
        transform: rotate(-180deg);
    }
}
.Landing__10 .PriceSection .BeeImage img {
    position: relative;
    z-index: 1;
    width: 100%;
}
.Landing__10 .PriceSection .BeeImage2 {
    position: absolute;
    bottom: 10px;
    right: 0;
    display: flex;
    justify-content: flex-end;
}
.Landing__10 .PriceSection .BeeImage2 img {
    position: relative;
    z-index: 1;
    width: 100%;
}
.Landing__10 .WhyBuy {
    background: url(/_next/static/media/white_bg.d0467847.png);
    background-position: top;
    background-repeat: repeat;
    background-size: contain;
    padding: 150px 0;
    position: relative;
}
.Landing__10 .WhyBuy .BeeImage {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.Landing__10 .WhyBuy .BeeImage img {
    position: relative;
    z-index: 1;
    width: 100%;
}
.Landing__10 .WhyBuy .BeeImage2 {
    position: absolute;
    bottom: 10%;
    right: 8%;
    display: flex;
    justify-content: flex-end;
}
.Landing__10 .WhyBuy .BeeImage2 img {
    position: relative;
    z-index: 1;
    width: 100%;
    animation: MoveUpDown 3s linear infinite;
}
.Landing__10 .WhyBuy h5 {
    font-weight: 400;
    font-size: 32px;
    line-height: 42px;
    color: #5b5858;
}
.Landing__10 .Footer {
    position: relative;
    padding: 30px 0;
    overflow: hidden;
}
.Landing__10 .Footer .footermenu h5 {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #042117;
}
.Landing__10 .Footer .footermenu ul li {
    margin-top: 10px;
}
.Landing__10 .Footer .footermenu .social {
    display: flex;
}
.Landing__10 .Footer .footermenu .social li {
    margin-right: 20px;
}
.Landing__10 .Footer .footermenu a {
    color: #5b5858;
    font-size: 18px;
    line-height: 35px;
    font-weight: 500;
}
.Landing__10 .Footer .footermenu a svg {
    font-size: 20px;
}
.Landing__10 .Footer .BeeImage {
    position: absolute;
    bottom: -30px;
    left: -30px;
}
.Landing__10 .Footer .BeeImage img {
    position: relative;
    z-index: 1;
    width: 100%;
}
.Landing__10 .Footer .BeeImage2 {
    position: absolute;
    bottom: -30px;
    right: -30px;
    display: flex;
    justify-content: flex-end;
}
.Landing__10 .Footer .BeeImage2 img {
    position: relative;
    z-index: 1;
    width: 100%;
    transform: rotateY(180deg);
}
.Landing__10 .tinyFooter p a {
    display: inline;
    font-size: 16px;
    font-weight: 600;
    color: var(--bg_color2);
    padding: 0 5px;
}
@media only screen and (max-width: 450px) {
    .Landing__10 .Banner .text {
        padding-right: 0;
    }
    .Landing__10 h1 {
        font-size: 24px !important;
        line-height: 38px !important;
    }
    .Landing__10 h1 span {
        font-size: 22px !important;
        line-height: 38px !important;
    }
    .Landing__10 h2 span {
        font-size: 22px !important;
        line-height: 30px;
    }
    .Landing__10 a {
        font-size: 15px !important;
    }
    .Landing__10 h2 {
        font-size: 24px !important;
        line-height: 30px;
    }
    .Landing__10 h3 {
        font-size: 20px !important;
        line-height: 30px;
    }
}
@media only screen and (max-width: 575px) {
    .Landing__10 h1,
    .Landing__10 h1 span {
        font-size: 28px;
        line-height: 30px;
    }
    .Landing__10 h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .Landing__10 h2 span {
        font-size: 24px;
        margin-right: 5px;
    }
    .Landing__10 h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .Landing__10 h4 {
        margin-top: 20px;
        font-size: 18px;
        line-height: 30px;
    }
    .Landing__10 h5 {
        font-size: 16px;
    }
    .Landing__10 .text h5 {
        margin-top: 20px;
        line-height: 26px;
    }
    .Landing__10 p {
        font-size: 14px;
        line-height: 22px;
    }
    .Landing__10 a.bg {
        margin-top: 20px;
        padding: 12px 20px;
    }
    .Landing__10 a {
        font-size: 16px;
    }
    .Landing__10 a svg {
        font-size: 20px;
    }
    .Landing__10 .Logo {
        display: flex;
        justify-content: center;
    }
    .Landing__10 .Logo img {
        width: 50%;
    }
    .Landing__10 .text h2 {
        font-size: 26px;
        margin-top: 15px;
    }
    .Landing__10 .Banner {
        padding-bottom: 30px;
    }
    .Landing__10 .Hotline .hotlineBG {
        background-position: 100%;
        padding: 20px 0;
    }
    .Landing__10 .Hotline h3 {
        margin-top: 0;
    }
    .Landing__10 .JarImage img {
        margin: 10px 0;
    }
    .Landing__10 .OrderBtn {
        padding: 30px 0;
    }
    .Landing__10 .OrderBtn .Leftlayer img,
    .OrderBtn .Rightlayer img {
        width: 30%;
    }
    .Landing__10 .Benefit {
        padding: 40px 0;
    }
    .Landing__10 .Features {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .Landing__10 .Features .FeatureImage {
        position: inherit;
        left: 0;
    }
    .Landing__10 .Features .FeatureList p {
        font-size: 16px;
    }
    .Landing__10 .Features .FeatureList svg {
        font-size: 18px;
    }
    .Landing__10 .PriceSection .BeeImage2 img,
    .PriceSection .BeeImage img {
        width: 60%;
    }
    .Landing__10 .WhyBuy {
        background-size: cover;
        padding: 40px 0;
    }
    .Landing__10 .WhyBuy .text h5 {
        margin-top: 10px;
    }
    .Landing__10 .WhyBuy .BeeImage2 img,
    .WhyBuy .BeeImage img {
        width: 60%;
    }
    .Landing__10 .Footer .footermenu {
        margin: 10px 0;
    }
    .Landing__10 .Footer .footermenu a {
        font-size: 14px;
    }
    .Landing__10 .Footer .footermenu a svg {
        font-size: 18px;
    }
    .Landing__10 .Footer .footermenu h5 {
        margin-bottom: 15px;
    }
    .Landing__10 .Footer .footermenu ul li {
        margin-top: 2px;
    }
    .Footer .BeeImage2 img,
    .Landing__10 .Footer .BeeImage img {
        width: 60%;
    }
    .Landing__10 .Footer {
        text-align: center;
    }
    .Landing__10 .social {
        display: flex;
        justify-content: center;
    }
}
@media (max-width: 768px) {
    .Landing__10 h1,
    .Landing__10 h1 span {
        font-size: 28px;
        line-height: 30px;
    }
    .Landing__10 h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .Landing__10 h2 span {
        font-size: 24px;
        margin-right: 5px;
    }
    .Landing__10 h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .Landing__10 h4 {
        margin-top: 20px;
        font-size: 18px;
        line-height: 30px;
    }
    .Landing__10 h5 {
        font-size: 16px;
    }
    .Landing__10 .text h5 {
        margin-top: 20px;
        line-height: 26px;
    }
    .Landing__10 .WhyBuy h5 {
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
        color: #5b5858;
    }
    .Landing__10 p {
        font-size: 14px;
        line-height: 22px;
    }
    .Landing__10 a.bg {
        margin-top: 20px;
        padding: 12px 20px;
    }
    .Landing__10 a {
        font-size: 16px;
    }
    .Landing__10 a svg {
        font-size: 20px;
    }
    .Landing__10 .Logo {
        display: flex;
        justify-content: flex-start;
    }
    .Landing__10 .Logo img {
        width: 50%;
    }
    .Landing__10 .text h2 {
        font-size: 26px;
        margin-top: 15px;
    }
    .Landing__10 .Banner {
        padding-bottom: 30px;
    }
    .Landing__10 .Hotline .hotlineBG {
        background-position: 100%;
        padding: 20px 0;
    }
    .Landing__10 .Hotline h3 {
        margin-top: 0;
    }
    .Landing__10 .JarImage img {
        margin: 10px 0;
    }
    .Landing__10 .OrderBtn {
        padding: 30px 0;
    }
    .OrderBtn .Leftlayer img,
    .OrderBtn .Rightlayer img {
        width: 30%;
    }
    .Landing__10 .Benefit {
        padding: 40px 0;
    }
    .Landing__10 .Features {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .Landing__10 .Features .FeatureImage {
        position: inherit;
        left: 0;
    }
    .Landing__10 .Features .FeatureImage img {
        width: 100%;
    }
    .Landing__10 .Features .FeatureList p {
        font-size: 16px;
    }
    .Landing__10 .Features .FeatureList svg {
        font-size: 18px;
    }
    .Landing__10 .PriceSection .BeeImage2 img,
    .PriceSection .BeeImage img {
        width: 60%;
    }
    .Landing__10 .WhyBuy {
        background-size: cover;
        padding: 40px 0;
    }
    .Landing__10 .WhyBuy .text h5 {
        margin-top: 10px;
    }
    .Landing__10 .WhyBuy .BeeImage2 img,
    .WhyBuy .BeeImage img {
        width: 60%;
    }
    .Landing__10 .Footer .footermenu {
        margin: 10px 0;
    }
    .Landing__10 .Footer .footermenu a {
        font-size: 14px;
    }
    .Landing__10 .Footer .footermenu a svg {
        font-size: 18px;
    }
    .Landing__10 .Footer .footermenu h5 {
        margin-bottom: 15px;
    }
    .Landing__10 .Footer .footermenu ul li {
        margin-top: 2px;
    }
    .Footer .BeeImage2 img,
    .Landing__10 .Footer .BeeImage img {
        width: 60%;
    }
}
@media (max-width: 1200px) {
    .Landing__10 h1,
    .Landing__10 h1 span {
        font-size: 36px;
        line-height: 50px;
    }
    .Landing__10 h2,
    .Landing__10 h2 span {
        font-size: 28px;
        line-height: 30px;
    }
    .Landing__10 h3 {
        font-size: 22px;
        line-height: 30px;
    }
    .Landing__10 h4 {
        margin-top: 20px;
        font-size: 18px;
    }
    .Landing__10 h5 {
        font-size: 16px;
    }
    .Landing__10 .text h5 {
        margin-top: 20px;
        line-height: 26px;
    }
    .Landing__10 p {
        font-size: 14px;
        line-height: 22px;
    }
    .Landing__10 a.bg {
        margin-top: 20px;
        padding: 12px 30px;
    }
    .Landing__10 a {
        font-size: 16px;
    }
    .Landing__10 a svg {
        font-size: 20px;
    }
    .Landing__10 .Logo {
        display: flex;
        justify-content: flex-start;
    }
    .Landing__10 .Logo img {
        width: 50%;
    }
    .Landing__10 .text h2 {
        font-size: 26px;
        margin-top: 15px;
    }
    .Landing__10 .WhyBuy {
        background-size: cover;
        padding: 40px 0;
    }
    .Landing__10 .Benefit .text {
        padding: 30px 20px;
    }
    .Landing__10 .Features .FeatureImage img {
        width: 100%;
    }
    .Footer .BeeImage2 img,
    .Landing__10 .Footer .BeeImage img {
        width: 70%;
    }
}
.Landing__12 {
    font-family: Ruda, sans-serif;
}
.Landing__12 h1 {
    font-size: 53px;
    line-height: 85px;
}
.Landing__12 h2 {
    font-size: 45px;
    line-height: 76px;
    color: #593a1b;
    font-weight: 900;
    text-align: center;
}
.Landing__12 p {
    font-size: 25px;
    line-height: 70px;
    color: #593a1b;
}
.Landing__12 a {
    font-size: 36px;
    color: #42210b;
    font-weight: 700;
    text-decoration: none;
    transition: 0.1s;
}
.Landing__12 a:hover {
    background: #fe8d0e;
}
.Landing__12 .Btnbg:hover {
    background: #fe8d0e;
    padding: 28px 105px;
}
.Landing__12 .Btnbg {
    padding: 25px 100px;
    border: none;
    outline: none;
    background-color: #ffcb05;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}
.Landing__12 .Btnbg:before {
    content: "";
    background: linear-gradient(45deg, red, #ff7300, #fffb00, #48ff00, #ff00b3, #002bff, #7a00ff, #ff00c8, red);
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    border-radius: 10px;
}
.Landing__12 .Btnbg:active {
    color: #000;
}
.Landing__12 .Btnbg:active:after {
    background: transparent;
}
.Landing__12 .Btnbg:hover:before {
    opacity: 1;
}
.Landing__12 .Btnbg:after {
    z-index: -1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 10px;
}
.Landing__12 .section_gap {
    margin-top: 100px;
}
.Landing__12 .BannerMAbsImg {
    animation: mymove3 2s infinite alternate;
    transition: 2s;
}
@keyframes mymove3 {
    0% {
        top: 0;
        transform: rotate(0);
    }
    to {
        top: 10px;
        transform: rotate(-30deg);
    }
}
.Landing__12 .BannerMAbsImg {
    position: absolute;
    top: -70px;
    left: 300px;
    width: 200px;
}
.Landing__12 .BannerMAbsImg2 {
    position: absolute;
    top: 190px;
    right: -50px;
}
.Landing__12 .bgImgBox {
    background-image: url(/_next/static/media/bg.cab3e4e7.png);
    padding: 40px 0 191px;
    background-size: cover;
}
.Landing__12 .BannerImg {
    width: 100%;
}
.Landing__12 .ContainerPad {
    padding: 0;
}
.Landing__12 .LogoBox {
    width: 100%;
    text-align: center;
}
.Landing__12 .Bannertxtbox h1 {
    color: #593a1b;
    margin-top: 135px;
}
.Landing__12 .Bannertxtbox h4 {
    font-size: 75px;
    line-height: 148px;
    color: #ffcb05;
    font-weight: 900;
    margin-bottom: 50px;
}
.Landing__12 .Bannertxtbox h4 span {
    font-size: 75px;
    line-height: 148px;
    color: #593a1b;
    font-weight: 900;
}
.Landing__12 .Bannertxtbox h5 {
    font-size: 54px;
    line-height: 99px;
    color: #593a1b;
    margin-top: 40px;
    font-weight: 900;
}
.Landing__12 .BannerRow {
    display: flex;
    align-items: center;
}
.Landing__12 .Banner2Rel {
    position: relative;
}
.Landing__12 .Banner2AbsImg {
    position: absolute;
    top: 150px;
    left: 0;
    width: 250px;
}
.Landing__12 .Container_gap {
    margin-bottom: 40px;
}
.Landing__12 .Banner2txtbox ul li img {
    margin-bottom: auto;
    margin-right: 24px;
}
.Landing__12 .Banner2txtbox ul li {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}
.Landing__12 .Banner2txtbox h2 {
    margin-bottom: 50px;
}
.Landing__12 .Banner2imgbox {
    position: relative;
}
.Landing__12 .Banner2imgAbs {
    position: absolute;
    bottom: -80px;
    left: 40%;
}
.Landing__12 .Banner2imgbox .Banner2imgRel {
    width: 100%;
}
.Landing__12 .SliderImg img {
    width: 100%;
    height: 287px;
}
.Landing__12 .SliderBtn {
    position: relative;
    z-index: 1;
}
.Landing__12 .SliderBtn1 {
    position: absolute;
    top: -160px;
    left: -20px;
    background-color: #ffcb05;
    border: none;
    outline: none;
    padding: 5px;
    border-radius: 50px;
}
.Landing__12 .SliderBtn1 svg {
    font-size: 35px !important;
    color: #000;
    font-size: 15px;
}
.Landing__12 .SliderBtn2 svg {
    font-size: 35px !important;
    color: #000;
}
.Landing__12 .SliderBtn2 {
    position: absolute;
    top: -160px;
    right: -20px;
    background-color: #ffcb05;
    border: none;
    outline: none;
    padding: 5px;
    border-radius: 50px;
}
.Landing__12 .Banner3AbsImg {
    position: absolute;
    top: 280px;
    left: 20px;
    width: 250px;
    z-index: 2;
}
.Landing__12 .Banner3AbsImg2 {
    position: absolute;
    bottom: 200px;
    right: 0;
    width: 250px;
    z-index: -1;
}
.Landing__12 .Banner2imgAbs2 {
    position: absolute;
    bottom: -400px;
    left: 10%;
}
.Landing__12 .Banner2txtbox2 ul li {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
}
.Landing__12 .Banner4txth2 {
    position: relative;
    text-align: center;
}
.Landing__12 .Banner4txtbox {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    margin-top: 130px;
}
.Landing__12 .Banner4txth2 img {
    width: 100%;
    height: 574px;
    object-fit: cover;
}
.Landing__12 .Banner4txtbox p {
    line-height: 20px;
    margin-bottom: 60px;
}
.Landing__12 .slider2h2 {
    margin-bottom: 60px !important;
}
.Landing__12 .SliderImg h4 {
    text-align: center;
    font-size: 20px;
}
.Landing__12 .SliderImg a:hover {
    background: none;
}
.Landing__12 .LoveTextBox h5 {
    line-height: 160px;
    font-size: 64px;
    margin-bottom: 30px;
    color: #593a1b;
}
.Landing__12 .LoveTextBox {
    text-align: center;
}
.Landing__12 .LoveImg {
    width: 100%;
}
.Landing__12 .LogoBox img {
    max-height: 70px;
}
.Landing__12 .BannerMAbsImgAll {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 200px;
    animation: mymove4 25s infinite alternate;
}
@keyframes mymove4 {
    0% {
        top: 0;
    }
    50% {
        left: 300px;
    }
    to {
        top: -7900px;
    }
}
.Landing__12 .BannerMAbsImgAll2 {
    animation: mymove6 25s infinite alternate;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
}
@keyframes mymove6 {
    0% {
        top: 0;
    }
    50% {
        right: 300px;
    }
    to {
        top: -7900px;
        transform: rotate(180deg);
    }
}
.Landing__12 .FooterBg {
    background-image: url(/_next/static/media/img18.2226a770.png);
    background-size: cover;
    padding: 40px 0 228px;
}
.Landing__12 .FooterBgTxtBox h4 {
    font-size: 24px;
    line-height: 30px;
    color: #42210b;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 60px;
}
.Landing__12 .FooterBgTxtBox h5 {
    font-size: 35px;
    line-height: 48px;
    color: #42210b;
    font-weight: 500;
    margin-bottom: 30px;
}
.Landing__12 .FooterBgTxtBox a {
    font-size: 18px !important;
    line-height: 30px;
    color: #42210b;
    font-weight: 400;
    margin-bottom: 10px;
}
.Landing__12 .FooterBgTxtBox li {
    margin-bottom: 10px;
    padding-left: 0;
}
.Landing__12 .FooterBgTxtBox li svg {
    margin-right: 10px;
    font-size: 25px;
}
.Landing__12 .FooterBgTxtBox ul {
    padding: 0;
}
.Landing__12 .SocialIconBox {
    display: flex;
    align-items: center;
    justify-content: center;
}
.Landing__12 .SocialIconBox a {
    margin-right: 30px;
    font-size: 25px;
    text-align: center;
    transition: 0.2s;
}
.Landing__12 .SocialIconBox a:hover {
    transform: scale(1.2);
    background: none;
}
.Landing__12 .swiper-button-prev {
    right: auto;
}
.Landing__12 .swiper-button-next,
.Landing__12 .swiper-button-prev {
    padding: 10px 20px !important;
    background: #ffcb05;
    border-radius: 50px;
    width: 40px !important;
    height: 40px !important;
    left: auto;
}
.Landing__12 .swiper-button-next {
    right: 10px;
    right: 5px !important;
}
.Landing__12 .swiper-button-next:after,
.Landing__12 .swiper-button-prev:after {
    font-size: 14px !important;
    color: #42210b;
}
@media (max-width: 992px) {
    .Landing__12 .swiper-button-next,
    .Landing__12 .swiper-button-prev {
        display: none !important;
    }
}
.Landing__12 #OrderConfirmLeft #Payment #ArrowBg,
.Landing__12 #OrderConfirmRight button {
    background: #ffcb05;
}
.Landing__12 #OrderConfirmLeft #Payment #ArrowBg p {
    color: #fff;
    line-height: 25px;
}
.Landing__12 #OrderConfirmLeft #Payment #ArrowBg:after {
    border-bottom: 15px solid #ffcb05;
}
.Landing__12 #OrderConfirmLeft #Payment #CustomeInput input:checked + label:before {
    background: #ffcb05;
}
@media (max-width: 1440px) {
    .Landing__12 .FooterBgTxtBox img {
        width: 200px;
    }
    .Landing__12 .Banner2AbsImg {
        z-index: -1;
        width: 180px;
    }
    .Landing__12 .Banner3AbsImg2 {
        width: 180px;
    }
    .Landing__12 h1 {
        font-size: 43px;
        line-height: 78px;
    }
    .Landing__12 .Bannertxtbox h4,
    .Landing__12 .Bannertxtbox h4 span {
        font-size: 60px;
    }
    .Landing__12 h2 {
        font-size: 36px;
        line-height: 60px;
    }
    .Landing__12 p {
        font-size: 22px;
        line-height: 56px;
    }
    .Landing__12 a {
        font-size: 33px;
    }
    .Landing__12 .Banner2imgAbs2 {
        width: 450px;
    }
}
@media (max-width: 1280px) {
    .Landing__12 h1 {
        font-size: 33px;
        line-height: 64px;
        margin-top: 72px;
    }
    .Landing__12 .Bannertxtbox h4,
    .Landing__12 .Bannertxtbox h4 span {
        font-size: 45px;
    }
    .Landing__12 h2 {
        font-size: 28px;
        line-height: 47px;
    }
    .Landing__12 .Bannertxtbox h5 {
        font-size: 48px;
        line-height: 99px;
    }
    .Landing__12 p {
        font-size: 16px;
        line-height: 38px;
    }
    .Landing__12 a {
        font-size: 30px;
    }
    .Landing__12 .Banner2imgAbs2 {
        width: 350px;
        bottom: -300px;
    }
    .Landing__12 .Banner2imgAbs {
        width: 300px;
    }
    .Landing__12 .Banner2txtbox ul li img {
        width: 40px;
    }
    .Landing__12 .tinyFooter p a {
        font-size: 16px;
    }
    .Landing__12 .BannerMAbsImg {
        top: -70px;
        left: 242px;
        width: 200px;
    }
}
@media (max-width: 991px) {
    .Landing__12 .BannerRow {
        flex-direction: column-reverse;
        text-align: center;
    }
    .Landing__12 .FooterBg {
        text-align: center;
    }
    .Landing__12 .BannerImgDiv {
        margin-top: 80px;
    }
    .Landing__12 .BannerMAbsImg {
        width: 150px;
    }
    .Landing__12 .BannerMAbsImg2 {
        width: 70px;
    }
    .Landing__12 .SliderBtn1 svg,
    .Landing__12 .SliderBtn2 svg {
        font-size: 25px !important;
    }
    .Landing__12 .Banner2imgboxCol {
        margin-bottom: 300px;
    }
    .Landing__12 .Banner2imgAbs2 {
        width: 450px;
        bottom: -300px;
    }
    .Landing__12 .section_gapNone {
        display: none;
    }
    .Landing__12 .LoveImg {
        margin-top: 50px;
    }
    .Landing__12 .LoveTextBox h5 {
        font-size: 48px;
        line-height: 130px;
    }
    .Landing__12 .Banner2imgbox {
        margin-top: 30px;
    }
    .Landing__12 .section_gap {
        margin-top: 70px;
    }
    .Landing__12 .Container_gap {
        margin-bottom: 55px;
    }
    .Landing__12 .Btnbg {
        padding: 25px 80px;
    }
    .Landing__12 .Btnbg:hover {
        padding: 28px 85px;
    }
    .Landing__12 a {
        font-size: 24px;
    }
}
@media (max-width: 768px) {
    .Landing__12 h1 {
        font-size: 24px;
        line-height: 46px;
        margin-top: 24px;
    }
    .Landing__12 .Bannertxtbox h4 {
        margin-bottom: 40px;
    }
    .Landing__12 .Bannertxtbox h4,
    .Landing__12 .Bannertxtbox h4 span {
        font-size: 34px;
        line-height: 100px;
    }
    .Landing__12 a {
        font-size: 20px;
    }
    .Landing__12 .Btnbg {
        padding: 19px 66px;
    }
    .Landing__12 .Btnbg:hover {
        padding: 21px 70px;
    }
    .Landing__12 .Bannertxtbox h5 {
        font-size: 34px;
        line-height: 73px;
    }
    .Landing__12 .bgImgBox {
        padding: 40px 0 70px;
    }
    .Landing__12 .section_gap {
        margin-top: 50px;
    }
    .Landing__12 h2 {
        font-size: 24px;
        line-height: 41px;
    }
    .Landing__12 .Banner2txtbox h2 {
        margin-bottom: 25px;
    }
    .Landing__12 p {
        font-size: 16px;
        line-height: 38px;
    }
    .Landing__12 .Banner2txtbox ul li {
        margin-bottom: 2px;
    }
    .Landing__12 .Banner2txtbox ul li img {
        width: 30px;
    }
    .Landing__12 .SliderImg img {
        width: 100%;
        height: 224px;
    }
    .Landing__12 .SliderBtn1,
    .Landing__12 .SliderBtn2 {
        top: -129px;
    }
    .Landing__12 .Banner3AbsImg {
        width: 160px;
    }
    .Landing__12 .Banner3AbsImg2 {
        width: 100px;
    }
    .Landing__12 .Banner4txtbox h5 {
        font-size: 34px;
        line-height: 55px;
        margin-top: 0;
    }
    .Landing__12 .Banner4txtbox p {
        line-height: 20px;
        margin-bottom: 49px;
    }
    .Landing__12 .Banner4txth2 img {
        width: 100%;
        height: 388px;
    }
    .Landing__12 .slider2h2 img {
        width: 120px;
    }
    .Landing__12 .BannerMAbsImg {
        width: 126px;
        top: -18px;
    }
    .Landing__12 img {
        width: 145px;
    }
    .Landing__12 .BannerMAbsImgAll {
        width: 120px !important;
        z-index: 5;
    }
    .Landing__12 .BannerMAbsImgAll2 {
        width: 60px;
        right: 20px;
        z-index: 5;
    }
    .Landing__12 .Banner2imgAbs {
        width: 222px;
    }
    @keyframes mymove4 {
        0% {
            top: 0;
        }
        to {
            top: -8400px;
        }
    }
    @keyframes mymove6 {
        0% {
            top: 0;
        }
        to {
            top: -8400px;
            transform: rotate(180deg);
        }
    }
    .Landing__12 .Banner2imgAbs2 {
        width: 338px;
        bottom: -300px;
    }
}
@media (max-width: 575px) {
    .Landing__12 .BannerMAbsImg {
        position: absolute;
        top: -9px;
        left: 269px;
    }
    .Landing__12 .BannerMAbsImg2 {
        position: absolute;
        top: 190px;
        right: -25px;
    }
    .Landing__12 .SliderBtn1,
    .Landing__12 .SliderBtn2 {
        display: none;
    }
    .Landing__12 .Banner2imgAbs2 {
        width: 235px;
        bottom: -202px;
        margin-left: 50px;
    }
    .Landing__12 .Banner2imgboxCol {
        margin-bottom: 200px;
    }
}
@media (max-width: 425px) {
    .Landing__12 .BannerMAbsImg {
        width: 100px;
        top: -18px;
        left: 150px;
    }
    .Landing__12 .BannerMAbsImg2 {
        width: 50px;
        top: 120px;
        right: 10px;
    }
    .Landing__12 h1 {
        font-size: 20px;
        line-height: 40px;
        margin-top: 24px;
    }
    .Landing__12 .Bannertxtbox h4,
    .Landing__12 .Bannertxtbox h4 span {
        font-size: 28px;
        line-height: 100px;
    }
    .Landing__12 a {
        font-size: 16px;
    }
    .Landing__12 .Bannertxtbox h5 {
        font-size: 28px;
        line-height: 48px;
    }
    .Landing__12 h2 {
        font-size: 18px;
        line-height: 36px;
    }
    .Landing__12 p {
        font-size: 14px;
        line-height: 34px;
    }
    .Landing__12 .Banner2AbsImg {
        width: 100px;
    }
    .Landing__12 .SliderImg img {
        width: 100%;
        height: 180px;
    }
    .Landing__12 .Banner3AbsImg {
        width: 112px;
        top: 86px;
    }
    .Landing__12 .Banner2imgAbs {
        width: 179px;
        bottom: -79px;
    }
    .Landing__12 .Banner2imgboxCol {
        margin-bottom: 180px;
    }
    .Landing__12 .slider2h2 img {
        width: 90px;
    }
    .Landing__12 .Banner4txtbox p {
        line-height: 20px;
        margin-bottom: 40px;
    }
    .Landing__12 .SliderImg h4 {
        text-align: center;
        font-size: 16px;
    }
    .Landing__12 .LoveTextBox h5 {
        font-size: 28px;
        line-height: 82px;
    }
    .Landing__12 .FooterBgTxtBox h4 {
        font-size: 22px;
    }
    .Landing__12 .FooterBgTxtBox h5 {
        font-size: 28px;
        line-height: 20px;
    }
    .Landing__12 .Banner2imgAbs2 {
        width: 235px;
        bottom: -202px;
        margin-left: 0;
    }
}
.Landing__11 {
    overflow-x: hidden;
    font-family: Ruda, sans-serif;
}
.Landing__11 ul {
    padding: 0;
}
.Landing__11 h1 {
    margin-top: 60px;
    margin-bottom: 40px;
    font-size: 52px;
    line-height: 90px;
    color: #593a1b;
    font-weight: 700;
}
.Landing__11 h2 {
    font-size: 37px;
    line-height: 54px;
    color: #593a1b;
    font-weight: 600;
}
.Landing__11 h4 {
    color: #ffcb05;
}
.Landing__11 h4,
.Landing__11 h4 span {
    font-size: 73px;
    line-height: 123px;
    font-weight: 900;
}
.Landing__11 h4 span {
    color: #42210b;
}
.Landing__11 p {
    font-size: 20px;
    line-height: 26px;
    color: #777;
}
.Landing__11 a {
    transition: 0.5s;
    font-weight: 600;
    text-decoration: none;
}
.Landing__11 a.bg {
    margin-top: 30px;
    padding: 24px 40px;
    background-image: linear-gradient(90deg, #fe8d0e 0, #ffc827 51%, #fe8d0e);
    font-size: 24px;
    line-height: 37px;
}
.Landing__11 a.bg,
.Landing__11 a.bg7 {
    color: #fff;
    background-size: 200% auto;
    border-radius: 10px;
    display: inline-block;
    transition: 0.05s;
    transform: skew(-10deg);
}
.Landing__11 a.bg7 {
    font-size: 32px;
}
.Landing__11 a.bg7:hover,
.Landing__11 a.bg:hover {
    background-position: 100%;
    color: #fff;
    text-decoration: none;
    transform: skew(10deg);
    transform: scale(1.05);
}
.Landing__11 a svg {
    font-size: 25px;
    margin-top: -5px;
    margin-right: 10px;
}
.Landing__11 a.bg2 {
    margin-top: 30px;
    padding: 24px 40px;
    color: #fc981a;
    background-size: 200% auto;
    border-radius: 10px;
    display: inline-block;
    font-size: 24px;
    line-height: 37px;
    border: 2px solid #fc981a;
    margin-left: 30px;
    transition: 0.05s;
    transform: skew(-10deg);
}
.Landing__11 a.bg2:hover {
    background-position: 100%;
    color: #fff;
    text-decoration: none;
    background-image: linear-gradient(90deg, #fe8d0e 0, #ffc827 51%, #fe8d0e);
    transform: skew(10deg);
    transform: scale(1.05);
}
.Landing__11 .section_gap {
    padding-top: 100px;
}
.Landing__11 .section_gap2 {
    padding-top: 50px;
}
.Landing__11 .HoneyAbs5,
.Landing__11 .HoneyAbs6,
.Landing__11 .img2 {
    animation: mymovea 15s linear infinite;
}
@keyframes mymovea {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(1turn);
    }
}
.Landing__11 .TableAbs3 {
    animation: mymove2a 2s linear infinite alternate;
    width: 200px;
    position: absolute;
    top: -100px;
    right: -100px;
}
.Landing__11 .TableAbs4 {
    animation: mymove3a 2s linear infinite alternate;
    width: 200px;
    position: absolute;
    bottom: -90px;
    left: -150px;
}
@keyframes mymove2a {
    to {
        top: 5px;
    }
}
@keyframes mymove3a {
    to {
        bottom: 5px;
    }
}
.Landing__11 .StoreAbs1 {
    animation: mymove4a 7s linear infinite alternate;
    top: 0;
    left: 70px;
    position: absolute;
}
.Landing__11 .StoreAbs2 {
    animation: mymove5a 7s linear infinite alternate;
    bottom: -100px;
    right: 100px;
    position: absolute;
}
@keyframes mymove4a {
    0% {
        top: 0;
    }
    to {
        top: -800px;
        transform: translate(100px);
        transform: rotate(120deg);
    }
}
@keyframes mymove5a {
    0% {
        bottom: 0;
    }
    to {
        bottom: 1000px;
        transform: rotate(120deg);
    }
}
.Landing__11 .Conpad {
    padding: 0;
    position: relative;
}
.Landing__11 .bgimg {
    background-image: url(/_next/static/media/bgimg.d2c68c91.png);
    padding: 43px 0 162px;
    background-size: cover;
}
.Landing__11 .img1 {
    position: absolute;
    bottom: -4px;
    right: 0;
    width: 60%;
}
.Landing__11 .img2div {
    margin-top: 180px;
    margin-left: 140px;
}
.Landing__11 .img2 {
    position: relative;
    width: 40%;
}
.Landing__11 .img2Abs {
    margin-top: -180px;
    margin-left: 43px;
    position: absolute;
}
.Landing__11 .img2AbsTxt {
    display: flex;
    align-items: center;
}
.Landing__11 .img2Span1 {
    font-weight: 900;
    font-size: 74px;
    color: #fff;
}
.Landing__11 .img2Span2 {
    font-weight: 900;
    font-size: 40px;
    color: #fff;
    text-align: center;
}
.Landing__11 .img2Span3 {
    font-weight: 900;
    font-size: 20px;
    color: #fff;
    text-align: center;
}
.Landing__11 .img2Span4 {
    font-size: 25px;
    line-height: 15px;
    color: #fff;
    text-align: center;
    margin-top: -10px;
}
.Landing__11 .uldiv {
    margin-top: 66px;
    display: flex;
    align-items: center;
}
.Landing__11 .uldiv h5 {
    color: #24703e;
    font-size: 32px;
}
.Landing__11 .uldiv h6 {
    font-size: 38px;
    line-height: 60px;
    color: #24703e;
    font-weight: 600;
}
.Landing__11 .Storeimg1 {
    width: 100%;
}
.Landing__11 .Storeimg2 {
    width: 100%;
    margin-top: 20px;
    margin-left: 10%;
}
.Landing__11 .StoreCol2 {
    padding-left: 26px;
}
.Landing__11 .StoreCol2 .StoreH2 {
    padding-left: 52px;
}
.Landing__11 .Storeimg3 {
    width: 100%;
    padding-top: 27px;
}
.Landing__11 .LitxtBox li {
    display: flex;
    align-items: center;
}
.Landing__11 .LitxtBox li p {
    padding-bottom: 30px;
    line-height: 40px;
}
.Landing__11 .LitxtBox li img {
    margin-right: 15px;
    margin-bottom: auto;
}
.Landing__11 .StoreRow2 {
    display: flex;
    align-items: center;
}
.Landing__11 .StoreRel {
    position: relative;
}
.Landing__11 .Storeh5 {
    position: absolute;
    top: 50px;
    left: 100px;
    text-align: center;
    font-size: 40px;
    line-height: 54px;
    color: #593a1b;
    font-weight: 600;
}
.Landing__11 .PriceBgBox {
    display: flex;
    justify-content: center;
    position: relative;
    height: 346px;
    background: #593a1b;
    width: 100%;
    margin-top: 50px;
}
.Landing__11 .PriceBgBoxImg {
    top: -50%;
    position: absolute;
    z-index: 2;
}
.Landing__11 .PriceBgBoxTxt {
    position: absolute;
    top: 10%;
    text-align: center;
    z-index: 3;
}
.Landing__11 .PriceBgBoxTxt h5 {
    font-size: 51px;
    line-height: 70px;
    color: #fdfdfd;
    font-weight: 600;
}
.Landing__11 .PriceBgBoxTxt h6 {
    font-size: 32px;
    line-height: 42px;
    color: #fdfdfd;
    font-weight: 400;
    margin-top: 15px;
}
.Landing__11 .bg3 {
    background-image: linear-gradient(90deg, #fe8d0e 0, #593a1b 51%, #fe8d0e) !important;
    color: #fff !important;
}
.Landing__11 .VideoBgBox {
    text-align: center;
    height: 705px;
    background: #ffc827;
    width: 100%;
}
.Landing__11 .VideoBgBoxImg1 {
    width: 100%;
    position: relative;
}
.Landing__11 .VideoBgBox h2 {
    padding-top: 246px;
    margin-bottom: 40px;
}
.Landing__11 .VideoBgBoxCon {
    position: relative;
}
.Landing__11 .VideoBgBox iframe,
.Landing__11 .VideoBgBox img {
    position: absolute;
    z-index: 2;
    left: 0;
    width: 100%;
}
.Landing__11 .VideoBgBox iframe {
    height: 650px;
    border-radius: 10px;
}
.Landing__11 .TableBoxH2 h2 {
    text-align: center;
    padding: 0 20%;
    margin-bottom: 60px;
}
.Landing__11 .TableBoxImg {
    width: 100%;
}
.Landing__11 .TableBoxRow {
    border: 1px solid #593a1b;
    box-sizing: border-box;
    position: relative;
}
.Landing__11 .TableBoxCol {
    border: 1px solid #593a1b;
    height: 20% vh !important;
    padding: 60px 20px;
}
.Landing__11 .TableBoxCol:hover {
    background-color: #593a1b;
    color: #fff;
}
.Landing__11 .TableBoxCol:hover.TableBoxCol p {
    color: #fff;
}
.Landing__11 .TableBoxCol p {
    font-size: 20px;
}
.Landing__11 .PriceBoxTxt2 {
    text-align: center;
}
.Landing__11 .PriceBoxTxt2 h5 {
    font-size: 51px;
    line-height: 69px;
    color: #593a1b;
    font-weight: 600;
}
.Landing__11 .PriceBoxTxt2 h6 {
    font-size: 32px;
    line-height: 42px;
    color: #593a1b;
    font-weight: 400;
    margin-top: 15px;
}
.Landing__11 .HoneyAbs5 {
    position: absolute;
    top: -100px;
    left: -100px;
}
.Landing__11 .HoneyAbs6 {
    position: absolute;
    top: -100px;
    right: -100px;
}
.Landing__11 .DiscussionBgBox {
    background-image: url(/_next/static/media/img16.0a418342.png);
    padding: 0 0 71px;
    text-align: center;
    background-size: cover;
}
.Landing__11 .Discussionimg1 {
    margin-top: -170px;
    width: 29%;
}
.Landing__11 .DiscussionTxtBox h2 {
    color: #ffc827;
    padding-top: 80px;
    padding-bottom: 37px;
}
.Landing__11 .DiscussionTxtBox p {
    padding: 0 12%;
    color: #fff;
    font-size: 20px;
}
.Landing__11 .LitxtBox .LitxtBoxTxtH2 {
    padding-bottom: 30px;
}
.Landing__11 .HoneyIdeaImg {
    width: 100%;
}
.Landing__11 .HoneyIdeaRow {
    display: flex;
    align-items: center;
}
.Landing__11 .OrderBg {
    padding-bottom: 50px;
}
.Landing__11 .LastOrderDiv {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.Landing__11 .LastOrderDiv img {
    height: 509px;
}
.Landing__11 .LastOrderDivAbs1 {
    position: absolute;
    font-size: 40px;
    line-height: 52px;
    color: #593a1b;
    top: 30px;
}
.Landing__11 .LastOrderDivAbs2 {
    position: absolute;
    font-size: 55px;
    line-height: 80px;
    color: #593a1b !important;
    top: 230px;
    font-weight: 700;
}
.Landing__11 .bg7 {
    position: absolute;
    top: 400px;
    padding: 39px 140px !important;
}
.Landing__11 .ShippingIconBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.Landing__11 .ShippingIcondev {
    text-align: center;
}
.Landing__11 .ShippingIcondev:hover.ShippingIcondev h5 {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    text-underline-offset: 25px;
    -webkit-text-decoration-color: #593a1b;
    text-decoration-color: #593a1b;
    text-decoration-thickness: 3px;
}
.Landing__11 .ShippingIcondev h5 {
    font-size: 24px;
    line-height: 40px;
    color: #593a1b;
    padding-top: 15px;
}
.Landing__11 #OrderConfirmLeft #Payment #ArrowBg,
.Landing__11 #OrderConfirmRight button {
    background: #fe8d0e;
}
.Landing__11 #OrderConfirmLeft #Payment #ArrowBg p {
    color: #fff;
}
.Landing__11 #OrderConfirmLeft #Payment #ArrowBg:after {
    border-bottom: 15px solid #fe8d0e;
}
.Landing__11 #OrderConfirmLeft #Payment #CustomeInput input:checked + label:before {
    background: #fe8d0e;
}
.Landing__11 .FooterBg {
    background: #42210b;
    padding: 90px 0 28px;
    text-align: center;
    background-size: cover;
}
.Landing__11 .logo2 {
    max-height: 90px;
}
.Landing__11 .Footerhrdiv {
    text-align: center;
    width: 100%;
    margin-top: 45px;
}
.Landing__11 .Footerhr {
    width: 70%;
    font-size: 22px;
    line-height: 36px;
    font-weight: 600;
    color: #fff;
    border-top: 1px dotted #fde8cc;
    margin: -15px auto 0;
}
.Landing__11 .Footerhrdiv h6 {
    font-size: 22px;
    line-height: 36px;
    font-weight: 500;
    color: #fff;
    background-color: rgba(127, 83, 33, 0.9);
    border-radius: 50px;
    padding: 5px 20px;
    display: inline;
}
.Landing__11 .FooterdivRow {
    padding: 0 15% 70px;
}
.Landing__11 .FooterTxtdiv {
    margin-top: 43px;
    text-align: left;
}
.Landing__11 .FooterTxtdiv h5 {
    font-size: 24px;
    line-height: 29px;
    color: #f8a209;
    font-weight: 600;
}
.Landing__11 .FooterTxtdiv h2 {
    color: #f8f8f8;
}
.Landing__11 .FooterTxtdiv a {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    margin-left: 12px;
}
.Landing__11 .FooterTxtdiv li {
    margin-top: 15px;
}
.Landing__11 .FooterTxtdiv li img {
    width: 20px;
}
.Landing__11 .FooterIcon {
    font-size: 20px;
    color: #f89e0a;
}
.Landing__11 .Footerhr2 {
    border-top: 1px solid #fde8cc;
}
.Landing__11 .imgMo2 {
    display: none;
}
.Landing__11 .SocialIconBox {
    display: flex;
    align-items: center;
    justify-content: center;
}
.Landing__11 .SocialIconBox a {
    margin: 15px 30px 15px 0;
    font-size: 25px;
    text-align: center;
    transition: 0.2s;
}
.Landing__11 .SocialIconBox a:hover {
    transform: scale(1.2);
    background: none;
}
.Landing__11 .tiny-footer_tinyFooter__Tr3b1 p {
    line-height: 30px;
    color: #fff;
    text-align: center;
}
.Landing__11 #tinyFooter p a {
    color: #fafafa;
    padding: 0 5px;
}
@media (max-width: 1440px) {
    .Landing__11 h1 {
        font-size: 41px;
        line-height: 77px;
    }
    .Landing__11 a.bg,
    .Landing__11 a.bg2 {
        margin-top: 20px;
        padding: 20px 40px !important;
    }
    .Landing__11 .img2Span1 {
        font-size: 60px;
    }
    .Landing__11 .img2Span2 {
        font-size: 33px;
    }
    .Landing__11 .img2Span3 {
        font-size: 16px;
    }
    .Landing__11 .img2Abs {
        margin-top: -146px;
        margin-left: 40px;
    }
    .Landing__11 h2 {
        font-size: 32px;
        line-height: 50px;
    }
    .Landing__11 .Storeh5 {
        top: 37px;
        font-size: 32px;
    }
    .Landing__11 .StoreAbs1 {
        left: 26px;
    }
    .Landing__11 .PriceBgBoxTxt h5 {
        font-size: 48px;
        line-height: 70px;
        color: #fdfdfd;
        font-weight: 600;
    }
    .Landing__11 .VideoBgBox iframe {
        height: 526px;
    }
    .Landing__11 .TableBoxCol {
        padding: 45px 20px;
    }
    .Landing__11 .LastOrderDivAbs1 {
        position: absolute;
        font-size: 32px;
        top: 20px;
    }
    .Landing__11 .LastOrderDivAbs2 {
        position: absolute;
        font-size: 44px;
        top: 180px;
    }
    .Landing__11 .LastOrderDiv .bg7 {
        position: absolute;
        top: 310px;
        padding: 39px 140px !important;
        font-size: 24px !important;
    }
    .Landing__11 .LastOrderDiv img {
        height: 409px;
    }
}
@media (max-width: 1280px) {
    .Landing__11 .FooterdivRow {
        padding: 0 8% 70px;
    }
    .Landing__11 h1 {
        font-size: 37px;
        line-height: 71px;
    }
    .Landing__11 a.bg,
    .Landing__11 a.bg2 {
        margin-top: 20px;
        font-size: 20px;
        padding: 16px 26px !important;
    }
    .Landing__11 a.bg2 {
        margin-left: 18px;
    }
    .Landing__11 .uldiv h5 {
        color: #24703e;
        font-size: 28px;
    }
    .fifteen h6 {
        font-size: 32px;
    }
    .Landing__11 .img1 {
        bottom: -3px;
    }
    .Landing__11 .img2 {
        width: 50%;
    }
    .Landing__11 .img2Span1 {
        font-size: 48px;
    }
    .Landing__11 .img2Span2 {
        font-size: 30px;
    }
    .Landing__11 .img2Span3 {
        font-size: 12px;
    }
    .Landing__11 .img2Span4 {
        font-size: 22px;
    }
    .Landing__11 .img2Abs {
        margin-top: -124px;
        margin-left: 41px;
    }
    .Landing__11 h2 {
        font-size: 26px;
        line-height: 42px;
    }
    .Landing__11 p {
        font-size: 16px;
    }
    .Landing__11 .LitxtBox li p {
        padding-bottom: 30px;
        line-height: 30px;
    }
    .Landing__11 .Storeh5 {
        top: 37px;
        font-size: 22px;
    }
    .Landing__11 .PriceBgBoxTxt h5 {
        font-size: 40px;
        line-height: 60px;
    }
    .Landing__11 .PriceBgBoxTxt h6 {
        font-size: 28px;
        line-height: 42px;
    }
    .Landing__11 .PriceBgBoxImg {
        top: -49%;
        height: 532px;
    }
    .Landing__11 .PriceBgBox {
        height: 272px;
    }
    .Landing__11 .TableAbs3 {
        width: 150px;
    }
    .Landing__11 .TableAbs4 {
        width: 150px;
        bottom: -63px;
        left: -113px;
    }
    .Landing__11 .TableBoxCol {
        padding: 43px 20px;
    }
    .Landing__11 .PriceBoxTxt2 h5 {
        font-size: 40px;
        line-height: 60px;
    }
    .Landing__11 .PriceBoxTxt2 h6 {
        font-size: 28px;
        line-height: 42px;
    }
    .Landing__11 .Discussionimg1 {
        margin-top: -170px;
        width: 41%;
    }
    .Landing__11 .HoneyAbs6 {
        top: -14px;
        right: -64px;
        width: 150px;
    }
    .Landing__11 .HoneyAbs5 {
        width: 150px;
        top: -25px;
        left: -64px;
    }
    .Landing__11 .ShippingIcondev h5 {
        font-size: 18px;
    }
    .Landing__11 .FooterTxtdiv h5 {
        font-size: 22px;
    }
    .Landing__11 .FooterTxtdiv a {
        font-size: 16px;
    }
    .tinyFooter p a {
        font-size: 18px;
    }
    .Landing__11 .StoreAbs2 {
        width: 100px;
    }
}
@media (max-width: 991px) {
    .Landing__11 .imgMo2 {
        display: block;
        width: 111%;
    }
    .Landing__11 .img1 {
        display: none;
    }
    .ColReverce {
        flex-direction: column-reverse;
    }
    .Landing__11 .img2div {
        position: absolute;
    }
    .Landing__11 .img2 {
        width: 50%;
        top: -32px;
        left: 77px;
    }
    .Landing__11 .img2Abs {
        margin-top: -152px;
        margin-left: 100px;
    }
    .Landing__11 h1 {
        font-size: 32px;
        line-height: 60px;
    }
    .ColCenterMob {
        text-align: center;
    }
    .Landing__11 a.bg,
    .Landing__11 a.bg2 {
        margin-top: 30px;
        padding: 18px 40px !important;
        font-size: 20px;
    }
    .Landing__11 .uldiv {
        justify-content: center;
    }
    .Landing__11 .bgimg {
        padding: 43px 0 80px;
    }
    .Landing__11 .uldiv h6 {
        font-size: 32px;
        line-height: 42px;
    }
    .Landing__11 .uldiv h5 {
        color: #24703e;
        font-size: 26px;
    }
    .Landing__11 .LitxtBox li p {
        padding-bottom: 25px;
        line-height: 25px;
    }
    .Landing__11 .Storeh5 {
        left: 60px;
        top: 26px;
        font-size: 18px;
    }
    .Landing__11 .StoreAbs2 {
        width: 100px;
    }
    .Landing__11 .PriceBgBoxTxt h5 {
        font-size: 36px;
        line-height: 60px;
    }
    .Landing__11 .PriceBgBoxTxt h6 {
        font-size: 24px;
        line-height: 17px;
    }
    .Landing__11 .PriceBgBoxImg {
        top: -45%;
        height: 485px;
    }
    .Landing__11 .PriceBgBox {
        height: 252px;
    }
    .Landing__11 .StoreRow2 {
        padding-top: 20px;
    }
    .Landing__11 .VideoBgBox h2 {
        padding-top: 200px;
        margin-bottom: 40px;
    }
    .Landing__11 .TableBoxCol {
        padding: 15px 20px;
    }
    .Landing__11 .ShippingIcondev h5 {
        font-size: 20px;
        line-height: 28px;
    }
    .Landing__11 .TableBoxH2 h2 {
        text-align: center;
        padding: 0 4%;
        margin-bottom: 60px;
    }
    .Landing__11 .Discussionimg1 {
        margin-top: -107px;
        width: 45%;
    }
    .Landing__11 .section_gap2 {
        display: none;
    }
    .Landing__11 .Footerhrdiv h6 {
        background-color: rgba(96, 62, 24, 0.9);
    }
    .Landing__11 .logo2 {
        width: 300px;
    }
    .Landing__11 .LastOrderDivAbs1 {
        position: absolute;
        font-size: 28px;
        top: 20px;
    }
    .Landing__11 .LastOrderDivAbs2 {
        position: absolute;
        font-size: 36px;
        top: 150px;
    }
    .Landing__11 .LastOrderDiv .bg7 {
        position: absolute;
        top: 280px;
        padding: 25px 100px !important;
        font-size: 20px !important;
    }
    .Landing__11 .LastOrderDiv img {
        height: 350px;
    }
}
@media (max-width: 768px) {
    .Landing__11 .img2 {
        width: 40%;
        top: -70px;
        left: 34px;
    }
    .Landing__11 .img2Abs {
        margin-top: -167px;
        margin-left: 48px;
    }
    .Landing__11 .img2Span1 {
        font-size: 35px;
    }
    .Landing__11 .img2Span2 {
        font-size: 20px;
    }
    .Landing__11 .img2Span3 {
        font-size: 11px;
    }
    .Landing__11 .img2Span4 {
        font-size: 18px;
    }
    .Landing__11 h1 {
        font-size: 28px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .Landing__11 .Storeimg2 {
        margin-top: 20px;
        margin-left: 0;
        height: 60px;
    }
    .Landing__11 .StoreCol2 .StoreH2 {
        padding-left: 0;
        margin-top: 50px;
        text-align: center;
    }
    .Landing__11 .Storeh5 {
        left: 35%;
        top: 26px;
        font-size: 18px;
    }
    .Landing__11 h2 {
        font-size: 22px;
        line-height: 38px;
    }
    .Landing__11 .MobLogo {
        width: 205px;
    }
    .Landing__11 .PriceBoxTxt2 h5 {
        font-size: 36px;
        line-height: 45px;
    }
    .Landing__11 .PriceBoxTxt2 h6 {
        font-size: 24px;
    }
    .Landing__11 a.bg,
    .Landing__11 a.bg2 {
        margin-top: 30px;
        padding: 14px 40px !important;
        font-size: 18px;
    }
    .Landing__11 .VideoBgBox iframe {
        height: 470px;
    }
    .Landing__11 .section_gap {
        padding-top: 70px;
    }
    .Landing__11 .TableAbs3 {
        width: 100px;
        top: -53px;
        right: -58px;
    }
    .Landing__11 .TableAbs4 {
        width: 100px;
        bottom: -40px;
        left: -70px;
    }
    .Landing__11 .Discussionimg1 {
        margin-top: -107px;
        width: 60%;
    }
    .Landing__11 .LastOrderDivAbs1 {
        position: absolute;
        font-size: 24px;
        top: 20px;
    }
    .Landing__11 .LastOrderDivAbs2 {
        position: absolute;
        font-size: 32px;
        top: 120px;
    }
    .Landing__11 .LastOrderDiv .bg7 {
        position: absolute;
        top: 230px;
        padding: 25px 100px !important;
        font-size: 20px !important;
    }
    .Landing__11 .LastOrderDiv img {
        height: 300px;
    }
}
@media (max-width: 575px) {
    .Landing__11 .TableBoxCol p {
        font-size: 20px;
        line-height: 25px;
    }
    .Landing__11 .DiscussionTxtBox p {
        padding: 0 12%;
        color: #fff;
        font-size: 16px;
        line-height: 25px;
    }
    .Landing__11 .img2 {
        width: 35%;
        top: -85px;
        left: -2px;
    }
    .Landing__11 .img2Abs {
        margin-top: -168px;
        margin-left: 19px;
    }
    .Landing__11 .img2Span1 {
        font-size: 32px;
    }
    .Landing__11 .img2Span2 {
        font-size: 16px;
    }
    .Landing__11 .img2Span4 {
        font-size: 14px;
    }
    .Landing__11 h1 {
        font-size: 24px;
        line-height: 40px;
        margin-bottom: 20px;
        margin-top: 40px;
    }
    .Landing__11 a.bg {
        margin-top: 30px;
        padding: 12px 20px !important;
        font-size: 16px;
    }
    .Landing__11 a.bg2 {
        margin-top: 30px;
        padding: 10px 20px !important;
        font-size: 16px;
    }
    .Landing__11 .uldiv h5 {
        color: #24703e;
        font-size: 22px;
    }
    .Landing__11 .uldiv h6 {
        font-size: 24px;
        line-height: 32px;
    }
    .Landing__11 .uldiv img {
        width: 55px;
    }
    .Landing__11 .uldiv {
        margin-top: 42px;
    }
    .Landing__11 .bgimg {
        padding: 43px 0 50px;
    }
    .Landing__11 .StoreAbs1 {
        left: 0;
        width: 70px;
    }
    .Landing__11 h2 {
        font-size: 20px;
        line-height: 31px;
    }
    .Landing__11 .LitxtBox {
        margin-top: 50px;
    }
    .Landing__11 .PriceBgBoxTxt h5 {
        font-size: 28px;
        line-height: 40px;
    }
    .Landing__11 .PriceBgBoxTxt h6 {
        font-size: 18px;
        line-height: 10px;
    }
    .Landing__11 .PriceBgBoxImg {
        top: -50%;
        height: 370px;
    }
    .Landing__11 .PriceBgBox {
        height: 186px;
    }
    .Landing__11 .VideoBgBox h2 {
        padding-top: 129px;
        margin-bottom: 40px;
    }
    .Landing__11 .section_gap {
        padding-top: 50px;
    }
    .Landing__11 .StoreAbs2 {
        width: 74px;
        bottom: -70px;
    }
    .Landing__11 .TableAbs3 {
        width: 100px;
        top: -53px;
        right: -34px;
    }
    .Landing__11 .TableAbs4 {
        width: 100px;
        bottom: -40px;
        left: -42px;
    }
    .Landing__11 .PriceBoxTxt2 h5 {
        font-size: 28px;
    }
    .Landing__11 .PriceBoxTxt2 h6 {
        font-size: 18px;
        line-height: 21px;
    }
    .Landing__11 .HoneyAbs6 {
        top: 28px;
        right: -20px;
        width: 50px;
    }
    .Landing__11 .HoneyAbs5 {
        top: -25px;
        left: -20px;
        width: 50px;
    }
    .Landing__11 p {
        font-size: 14px;
        line-height: 21px;
    }
    .Landing__11 .DiscussionTxtBox h2 {
        padding-top: 52px;
        padding-bottom: 22px;
    }
    .Landing__11 .LitxtBox ul li img {
        width: 20px;
    }
    .Landing__11 .ShippingIcondev img {
        width: 60px;
    }
    .Landing__11 .ShippingIcondev h5 {
        font-size: 12px;
        line-height: 16px;
    }
    .Landing__11 .logo2 {
        width: 195px;
    }
    .Landing__11 .FooterBg {
        padding: 54px 0 28px;
    }
    .Landing__11 .FooterTxtdiv {
        text-align: center;
    }
    .Landing__11 .Footerhrdiv h6 {
        font-size: 18px;
    }
    .Landing__11 .FooterTxtdiv h5 {
        font-size: 20px;
    }
    .Landing__11 .FooterTxtdiv a {
        font-size: 14px;
    }
    .Landing__11 .FooterTxtdiv li {
        margin-top: 4px;
    }
    .Landing__11 .FooterTxtdiv li img {
        width: 15px;
    }
    .Landing__11 .section_gap2 {
        display: block;
    }
    .Landing__11 .Discussionimg1 {
        margin-top: -107px;
        width: 60%;
    }
    .Landing__11 .LastOrderDivAbs1 {
        position: absolute;
        font-size: 20px;
        top: 8px;
    }
    .Landing__11 .LastOrderDivAbs2 {
        position: absolute;
        font-size: 28px;
        top: 100px;
    }
    .Landing__11 .LastOrderDiv .bg7 {
        position: absolute;
        top: 190px;
        padding: 25px 60px !important;
        font-size: 16px !important;
    }
    .Landing__11 .LastOrderDiv img {
        height: 250px;
    }
}
@media (max-width: 450px) {
    .Landing__11 .VideoBgBox iframe {
        height: 420px;
    }
    .Landing__11 .MobLogo {
        margin-bottom: 50px;
    }
    .Landing__11 .img2 {
        width: 41%;
        top: -71px;
        left: -30px;
    }
    .Landing__11 .img2Abs {
        margin-top: -160px;
        margin-left: -12px;
    }
    .Landing__11 .LastOrderDivAbs1 {
        position: absolute;
        font-size: 16px;
        top: -4px;
    }
    .Landing__11 .LastOrderDivAbs2 {
        position: absolute;
        font-size: 20px !important;
        top: 50px;
    }
    .Landing__11 .LastOrderDiv .bg7 {
        position: absolute;
        top: 130px;
        padding: 12px 40px !important;
        font-size: 16px !important;
    }
    .Landing__11 .LastOrderDiv img {
        height: 170px;
    }
}
@media (max-width: 364px) {
    .Landing__11 .img2 {
        width: 57%;
        top: -77px;
        left: -67px;
    }
    .Landing__11 .img2Abs {
        margin-top: -161px;
        margin-left: -50px;
    }
    .Landing__11 a.bg {
        margin-top: 30px;
        padding: 6px 14px !important;
        font-size: 14px;
    }
    .Landing__11 a.bg2 {
        margin-top: 30px;
        padding: 4px 20px !important;
        font-size: 14px;
    }
    .Landing__11 .VideoBgBox iframe {
        height: 389px;
    }
    .Landing__11 .FooterTxtdiv a {
        font-size: 12px;
    }
}
@import url("https://fonts.googleapis.com/css2?family=Manrope&display=swap");
.Landing__13 {
    background: #ff8;
    background-color: #ff8;
    padding-top: 18px;
    font-family: Manrope, sans-serif;
}
.Landing__13 h1 {
    margin-top: 230px;
    font-size: 40px;
    line-height: 61px;
    color: #593a1b;
}
.Landing__13 h2 {
    font-size: 36px;
    line-height: 53px;
    color: #a15f19;
    font-weight: 600;
}
.Landing__13 h3 {
    font-size: 48px;
    line-height: 74px;
    color: #a15f19;
    text-align: center;
    font-weight: 600;
}
.Landing__13 h4 {
    color: #ffcb05;
}
.Landing__13 h4,
.Landing__13 h4 span {
    font-size: 73px;
    line-height: 123px;
    font-weight: 900;
}
.Landing__13 h4 span {
    color: #42210b;
}
.Landing__13 p {
    font-size: 24px;
    line-height: 38px;
    color: #42210b;
}
.Landing__13 a {
    font-size: 36px;
    color: #42210b;
    font-weight: 700;
    text-decoration: none;
    transition: 0.1s;
}
.Landing__13 a:hover {
    background: #fe8d0e;
}
.Landing__13 .Btnbg:hover {
    background: #fe8d0e;
    padding: 28px 105px;
}
.Landing__13 .Btnbg {
    padding: 25px 100px;
    border: none;
    outline: none;
    background-color: #ffcb05;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    border-radius: 50px;
}
.Landing__13 .Btnbg:before {
    content: "";
    background: linear-gradient(45deg, red, #ff7300, #fffb00, #48ff00, #ff00b3, #002bff, #7a00ff, #ff00c8, red);
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    border-radius: 10px;
    border-radius: 50px;
}
.Landing__13 .Btnbg:active {
    color: #000;
}
.Landing__13 .Btnbg:active:after {
    background: transparent;
}
.Landing__13 .Btnbg:hover:before {
    opacity: 1;
}
.Landing__13.Btnbg:after {
    z-index: -1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 10px;
}
@keyframes glowing {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 400% 0;
    }
    to {
        background-position: 0 0;
    }
}
.Landing__13 .section_gap {
    padding-top: 100px;
}
.Landing__13 .ConPad {
    padding: 0;
}
.Landing__13 .ImgRelBox {
    position: relative;
    width: 45%;
}
.Landing__13 .ImgAbsTree {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.Landing__13 .HeaderTxtBox h5 {
    padding-top: 15px;
    padding-bottom: 50px;
    font-size: 53px;
    line-height: 93px;
    font-weight: 700;
    color: #a15f19;
}
.Landing__13 .HeaderTxtBoxRel {
    position: relative;
}
.Landing__13 .ImgDiv2 img {
    width: 100%;
    margin-top: 60px;
}
.Landing__13 .ImgDiv2 {
    position: relative;
}
.Landing__13 .ImgDiv2Abs1 {
    top: 20%;
    background: #fdcf06;
}
.Landing__13 .ImgDiv2Abs1,
.Landing__13 .ImgDiv2Abs2 {
    position: absolute;
    left: -10%;
    padding: 15px 45px;
    font-size: 20px;
    line-height: 29px;
    color: #fff;
    border-radius: 50px;
}
.Landing__13 .ImgDiv2Abs2 {
    bottom: 40%;
    background: #fc9a0a;
}
.Landing__13 .ImgDiv2Abs3 {
    position: absolute;
    top: 40%;
    right: -10%;
    padding: 15px 45px;
    font-size: 20px;
    line-height: 29px;
    background: #bf8127;
    color: #fff;
    border-radius: 50px;
}
.Landing__13 .SecSlider {
    margin-top: 30px;
}
.Landing__13 .SliderImg img {
    width: 100%;
    height: 287px;
}
.Landing__13 .SliderBtn {
    position: relative;
    z-index: 1;
}
.Landing__13 .SliderBtn1 {
    position: absolute;
    top: -160px;
    left: -20px;
    background-color: #ffcb05;
    border: none;
    outline: none;
    padding: 5px;
    border-radius: 50px;
}
.Landing__13 .SliderBtn1 svg,
.Landing__13 .SliderBtn2 svg {
    font-size: 35px !important;
    color: #000;
}
.Landing__13 .SliderBtn2 {
    position: absolute;
    top: -160px;
    right: -20px;
    background-color: #ffcb05;
    border: none;
    outline: none;
    padding: 5px;
    border-radius: 50px;
}
.Landing__13 .SliderTop_gap {
    margin-top: 60px;
}
.Landing__13 .SliderTopTxt {
    text-align: center;
}
.Landing__13 .SliderTopTxtAbsImg {
    margin-top: -70px;
}
.Landing__13 .SliderTopTxtDev {
    position: relative;
}
.Landing__13 .SliderBottomImg {
    width: 100%;
}
.Landing__13 .ParagraphDiv h2 {
    padding: 0 8%;
    text-align: center;
}
.Landing__13 .ParagraphDivImg {
    text-align: center;
    margin-bottom: 35px;
}
.Landing__13 .ParagraphCol2Img {
    width: 100%;
}
.Landing__13 .ParagraphDivRow {
    display: flex;
    align-items: center;
}
.Landing__13 .Paragraph2Div li {
    display: flex;
    margin-bottom: 35px;
}
.Landing__13 .ParagraphDivImg2 {
    margin-bottom: 40px;
}
.Landing__13 .Paragraph2Div ul li img {
    margin-right: 16px;
    margin-bottom: auto;
    margin-top: 10px;
}
.Landing__13 .ContainerPad {
    padding: 0;
}
.Landing__13 .btnBgdiv img {
    width: 100%;
    height: 662px;
}
.Landing__13 .btnBgdiv {
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
}
.Landing__13 .btnBgdivAbs {
    width: 100%;
    position: absolute;
}
.Landing__13 .btnBgdivAbs h6 {
    font-size: 40px;
    line-height: 48px;
    color: #fff;
    font-weight: 600;
}
.Landing__13 .btnBgdivAbs h5 {
    font-size: 60px;
    line-height: 92px;
    color: #fff;
    margin-bottom: 40px;
    font-weight: 600;
}
.Landing__13 .SliderImg2 a {
    background: none !important;
}
.Landing__13 .SliderImg2 img {
    width: 100%;
    height: 500px;
}
.Landing__13 .SliderBtnCopy1,
.Landing__13 .SliderBtnCopy2 {
    top: -250px;
}
.Landing__13 .SliderTopTxt h6 {
    font-size: 32px;
    line-height: 49px;
    font-weight: 600;
    color: #593a1b;
}
.Landing__13 .SliderTopTxt p {
    padding: 30px 5% 20px;
}
.Landing__13 .Button3Box {
    position: relative;
    text-align: center;
    padding-bottom: 200px;
}
.Landing__13 .Button3BoxImgAbs1 {
    position: absolute;
    top: -200px;
    left: 0;
    width: 28%;
}
.Landing__13 .Button3BoxImgAbs2 {
    position: absolute;
    top: -80px;
    right: 0;
    width: 32%;
}
.Landing__13 .Button3Box h2 {
    padding-top: 10px;
    position: relative;
}
.Landing__13 .Button3Box h5 {
    margin-bottom: 50px !important;
    font-size: 60px;
    line-height: 92px;
    color: #42210b;
    font-weight: 600;
}
.Landing__13 .Button3BoxImgAbs3 {
    margin-top: -60px;
}
.Landing__13 .OrderBg {
    background-color: none;
    border-radius: 10px;
    padding: 20px 12px;
}
.Landing__13 #OrderConfirmLeft #Payment #ArrowBg,
.Landing__13 #OrderConfirmRight button {
    background: #ffcb05;
}
.Landing__13 #OrderConfirmLeft #Payment #ArrowBg:after {
    border-bottom: 15px solid #ffcb05;
}
.Landing__13 #OrderConfirmLeft #Payment #CustomeInput input:checked + label:before {
    background: #ffcb05;
}
.Landing__13 #OrderConfirmLeft #Payment #ArrowBg p {
    line-height: 25px;
    color: #fff;
}
.Landing__13 .FooterBgTxtBox img {
    max-height: 240px;
}
.Landing__13 .Banner2Rel {
    position: relative;
}
.Landing__13 .BannerMAbsImgAll {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15;
    width: 200px;
    animation: mymove 25s infinite alternate;
}
.Landing__13 .BannerMAbsImgAll2 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 15;
    animation: mymove2 25s infinite alternate;
}
@keyframes mymove {
    0% {
        top: 0;
    }
    50% {
        left: 300px;
    }
    to {
        top: -8400px;
    }
}
@keyframes mymove2 {
    0% {
        top: 0;
    }
    50% {
        right: 300px;
    }
    to {
        top: -8400px;
        transform: rotate(180deg);
    }
}
.Landing__13 .FooterSec {
    padding: 45px 0 100px;
    background-image: linear-gradient(180deg, #fdcf06, #fc9a0a);
}
.Landing__13 .FooterBgTxtBox h4 {
    font-size: 24px !important;
    line-height: 30px !important;
    color: #42210b;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 60px;
}
.Landing__13 .FooterBgTxtBox h5 {
    font-size: 35px;
    line-height: 48px;
    color: #42210b;
    font-weight: 500;
    margin-bottom: 30px;
}
.Landing__13 .FooterBgTxtBox a {
    font-size: 18px !important;
    line-height: 30px;
    color: #42210b;
    font-weight: 400;
    margin-bottom: 10px;
}
.Landing__13 .FooterBgTxtBox li {
    margin-bottom: 10px;
    padding-left: 0;
}
.Landing__13 .FooterBgTxtBox li svg {
    margin-right: 10px;
    font-size: 25px;
}
.Landing__13 .FooterBgTxtBox ul {
    padding: 0;
}
.Landing__13 .Button3BoxImgAbs4 {
    width: 100%;
}
.Landing__13 .SliderTopTxtAbsImg2 {
    width: 50% !important;
}
.Landing__13 .LogoNone2 {
    display: none;
}
.Landing__13 .OrderBgh3 {
    font-size: 28px !important;
    color: #212529 !important;
    font-weight: 400 !important;
}
.Landing__13 .SocialIconBox {
    display: flex;
    align-items: center;
    justify-content: center;
}
.Landing__13 .SocialIconBox a {
    margin-right: 30px;
    font-size: 25px !important;
    text-align: center;
    transition: 0.2s;
}
.Landing__13 .SocialIconBox a:hover {
    transform: scale(1.2);
    background: none;
}
.Landing__13 .swiper-button-prev {
    right: auto;
    left: 5px !important;
}
.Landing__13 .swiper-button-next,
.Landing__13 .swiper-button-prev {
    padding: 10px 20px !important;
    background: #ffcb05;
    border-radius: 50px;
    width: 40px !important;
    height: 40px !important;
}
.Landing__13 .swiper-button-next {
    left: auto;
    right: 5px !important;
}
.Landing__13 .swiper-button-next:after,
.Landing__13 .swiper-button-prev:after {
    font-size: 14px !important;
    color: #42210b;
}
.Landing__13 .OrderConfirmFrom h3 {
    font-size: 30px !important;
}
@media (max-width: 992px) {
    .Landing__13 .swiper-button-next,
    .Landing__13 .swiper-button-prev {
        display: none !important;
    }
    .Landing__13 .OrderConfirmFrom h3 {
        font-size: 22px !important;
    }
}
@media (max-width: 1440px) {
    .Landing__13 h4,
    .Landing__13 h4 span {
        font-size: 60px;
        line-height: 100px;
    }
    .Landing__13 h3 {
        font-size: 38px;
    }
    .Landing__13 .SliderTopTxtAbsImg {
        width: 85%;
    }
    .Landing__13 h2 {
        font-size: 32px;
    }
    .Landing__13 .SliderTopTxt h6 {
        font-size: 30px;
        line-height: 49px;
        font-weight: 600;
        color: #593a1b;
    }
    .Landing__13 h1 {
        margin-top: 114px;
        font-size: 36px;
    }
    .Landing__13 .Btnbg {
        padding: 23px 90px;
        font-size: 30px;
    }
    .Landing__13 .Btnbg:hover {
        padding: 26px 95px;
        font-size: 30px;
    }
    .Landing__13 .ImgDiv2Abs1,
    .Landing__13 .ImgDiv2Abs2 {
        padding: 10px 25px;
        font-size: 16px;
        left: -10%;
    }
    .Landing__13 .ImgDiv2Abs3 {
        padding: 10px 25px;
        font-size: 16px;
        right: -10%;
    }
}
@media (max-width: 1280px) {
    .Landing__13 h1 {
        margin-top: 59px;
        font-size: 30px;
        line-height: 51px;
    }
    .Landing__13 h4,
    .Landing__13 h4 span {
        font-size: 46px;
        line-height: 90px;
    }
    .Landing__13 .HeaderTxtBox h5 {
        padding-top: 0;
        padding-bottom: 50px;
        font-size: 42px;
    }
    .Landing__13 .Btnbg {
        padding: 23px 90px;
        font-size: 30px;
    }
    .Landing__13 .Btnbg:hover {
        padding: 26px 95px;
        font-size: 30px;
    }
    .Landing__13 h3 {
        font-size: 30px;
    }
    .Landing__13 h2 {
        font-size: 24px;
        line-height: 40px;
    }
    .Landing__13 p {
        font-size: 18px;
        line-height: 36px;
    }
    .Landing__13 .Paragraph2Div li {
        margin-bottom: 14px;
    }
    .Landing__13 .btnBgdivAbs h6 {
        font-size: 30px;
        line-height: 44px;
    }
    .Landing__13 .btnBgdivAbs h5 {
        font-size: 48px;
        line-height: 90px;
    }
    .Landing__13 .SecSlider {
        margin-top: 0;
    }
    .Landing__13 .SliderImg2 img {
        width: 100%;
        height: 420px;
    }
    .Landing__13 .SliderTop_gap {
        margin-top: 10px;
    }
    .Landing__13 .SliderBtnCopy1,
    .Landing__13 .SliderBtnCopy2 {
        top: -300px !important;
    }
    .Landing__13 .Button3Box h5 {
        font-size: 48px;
        line-height: 70px;
    }
    .Landing__13 .Button3Box {
        padding-bottom: 120px;
    }
    .Landing__13 .FooterBgTxtBox h5 {
        font-size: 30px;
        line-height: 48px;
    }
    .Landing__13 .Button3BoxImgAbs1 {
        top: -109px;
    }
}
@media (max-width: 991px) {
    .Landing__13 .SliderBtn1 svg,
    .Landing__13 .SliderBtn2 svg {
        font-size: 25px !important;
    }
    .ColumnReverce {
        flex-direction: column-reverse;
    }
    .LogoNone {
        display: none;
    }
    .Landing__13 .LogoNone2 {
        display: block;
        text-align: center;
    }
    .Landing__13 .LogoNone2Div {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .Landing__13 .ImgAbsTree {
        top: 29px;
        left: 0;
        width: 95%;
    }
    .Landing__13 .ConPad {
        text-align: center;
    }
    .Landing__13 h3 {
        font-size: 28px;
        line-height: 48px;
    }
    .Landing__13 h2 {
        padding: 0;
        text-align: center;
        font-size: 20px;
    }
    .Landing__13 .ParagraphDivImg img {
        width: 90%;
    }
    .Landing__13 .SliderImg img {
        width: 100%;
        height: 250px;
    }
    .Landing__13 .SliderBtn1,
    .Landing__13 .SliderBtn2 {
        top: -128px;
    }
    .Landing__13 p {
        font-size: 16px;
        line-height: 33px;
    }
    .Landing__13 .ParagraphDivImg2 img {
        width: 90%;
    }
    .Landing__13 .Btnbg {
        padding: 23px 80px;
        font-size: 25px;
    }
    .Landing__13 .Btnbg:hover {
        padding: 26px 85px;
        font-size: 27px;
    }
    .Landing__13 .section_gap {
        padding-top: 70px;
    }
    .Landing__13 .SecSlider {
        margin-top: 41px;
    }
    .Landing__13 .SliderImg2 img {
        width: 100%;
        height: 372px;
    }
    .Landing__13 .SliderTopTxt img {
        width: 90%;
    }
    .Landing__13 .SliderBtnCopy1,
    .Landing__13 .SliderBtnCopy2 {
        top: -211px !important;
    }
    .Landing__13 .SliderTopTxt h6 {
        font-size: 24px;
    }
    .Landing__13 .btnBgdivAbs h5 {
        font-size: 42px;
        line-height: 77px;
    }
    .Landing__13 .Button3Box h5 {
        font-size: 42px;
        line-height: 70px;
    }
    .Landing__13 .Button3BoxImgAbs2 {
        right: -2%;
    }
    .Landing__13 .Button3BoxImgAbs1 {
        left: -4%;
    }
    .Landing__13 .Button3BoxImgAbs3 {
        margin-top: -60px;
        width: 64%;
    }
    .Landing__13 .Button3Box {
        padding-bottom: 91px;
    }
    .Landing__13 .tinyFooter p a {
        display: inline;
        font-size: 16px;
        font-weight: 600;
        color: #42210b;
        padding: 0 5px;
    }
}
@media (max-width: 768px) {
    .Landing__13 .SliderBtn1,
    .Landing__13 .SliderBtn2 {
        top: -129px;
    }
    .Landing__13 h1 {
        margin-top: 59px;
        font-size: 22px;
        line-height: 38px;
    }
    .Landing__13 h4,
    .Landing__13 h4 span {
        font-size: 34px;
        line-height: 70px;
    }
    .Landing__13 .HeaderTxtBox h5 {
        font-size: 30px;
        line-height: 60px;
    }
    .Landing__13 .Btnbg {
        padding: 20px 67px;
        font-size: 20px;
    }
    .Landing__13 .Btnbg:hover {
        padding: 23px 73px;
        font-size: 20px;
    }
    .Landing__13 h3 {
        font-size: 22px;
        line-height: 36px;
    }
    .Landing__13 .SliderImg img {
        width: 100%;
        height: 218px;
    }
    .Landing__13 h2 {
        font-size: 19px;
        line-height: 32px;
    }
    .Landing__13 .btnBgdivAbs h6 {
        font-size: 22px;
        line-height: 30px;
    }
    .Landing__13 .btnBgdivAbs h5 {
        font-size: 30px;
        line-height: 52px;
    }
    .Landing__13 .btnBgdiv img {
        width: 100%;
        height: 500px;
    }
    .Landing__13 .SliderTopTxtAbsImg2 {
        width: 86% !important;
    }
    .Landing__13 .SecSlider {
        margin-top: 0;
    }
    .Landing__13 .SliderImg2 img {
        width: 100%;
        height: 280px;
    }
    .Landing__13 .SliderBtnCopy1,
    .Landing__13 .SliderBtnCopy2 {
        top: -162px !important;
    }
    .Landing__13 .SliderTopTxt h6 {
        font-size: 20px;
        line-height: 32px;
    }
    .Landing__13 .Button3Box h5 {
        font-size: 30px;
        line-height: 28px;
    }
    .Landing__13 .Button3BoxImgAbs2 {
        top: -11px;
        right: -2%;
        width: 32%;
    }
    .Landing__13 .Button3BoxImgAbs1 {
        top: -63px;
        left: -12%;
        width: 32%;
    }
    .Landing__13 .section_gap {
        padding-top: 50px;
    }
    .Landing__13 .BannerMAbsImgAll {
        width: 120px !important;
        z-index: 5;
    }
    .Landing__13 .BannerMAbsImgAll2 {
        width: 60px;
        right: 20px;
        z-index: 5;
    }
    .Landing__13 .Banner2imgAbs {
        width: 222px;
    }
    @keyframes mymove {
        0% {
            top: 0;
        }
        to {
            top: -8400px;
        }
    }
    @keyframes mymove2 {
        0% {
            top: 0;
        }
        to {
            top: -8400px;
            transform: rotate(180deg);
        }
    }
    .Landing__13 .Banner2imgAbs2 {
        width: 338px;
    }
}
@media (max-width: 575px) {
    .Landing__13 .SliderBtn1,
    .Landing__13 .SliderBtn2 {
        display: none;
    }
    .Landing__13 .FooterSec {
        text-align: center;
    }
    .Landing__13 .ImgDiv2Abs1,
    .Landing__13 .ImgDiv2Abs2 {
        padding: 4px 15px;
        font-size: 14px;
        left: 0;
    }
    .Landing__13 .ImgDiv2Abs3 {
        padding: 4px 15px;
        font-size: 14px;
        right: 0;
    }
    .Landing__13 .OrderBgh3 {
        font-size: 22px !important;
        color: #212529 !important;
    }
}
@media (max-width: 425px) {
    .Landing__13 p {
        font-size: 14px;
        line-height: 28px;
    }
    .Landing__13 .SliderImg2 img {
        width: 100%;
        height: 200px;
    }
    .Landing__13 h3 {
        font-size: 19px;
        line-height: 36px;
    }
    .Landing__13 h2 {
        font-size: 18px;
        line-height: 32px;
    }
    .Landing__13 .SliderImg img {
        width: 100%;
        height: 158px;
    }
    .Landing__13 .btnBgdiv img {
        width: 100%;
        height: 415px;
    }
    .Landing__13 h4,
    .Landing__13 h4 span {
        font-size: 28px;
        line-height: 70px;
    }
    .Landing__13 .FooterBgTxtBox h4 {
        font-size: 22px !important;
        line-height: 28px !important;
    }
    .Landing__13 .ImgDiv2Abs1,
    .Landing__13 .ImgDiv2Abs2 {
        padding: 2px 10px;
        font-size: 10px;
        left: 0;
    }
    .Landing__13 .ImgDiv2Abs3 {
        padding: 2px 10px;
        font-size: 10px;
        right: 0;
    }
    .Landing__13 .SliderTopTxt p {
        padding: 30px 0 20px;
    }
}
.Landing__14 {
    --header: #fdde9c;
    --bg1: #ed1c22;
    --bg2: #541401;
    --white: #fff;
    font-family: Manrope, sans-serif;
}
.Landing__14 .container {
    max-width: 85%;
}
.Landing__14 ul {
    margin: 0;
    padding: 0;
}
.Landing__14 ul li {
    list-style-type: none;
}
.Landing__14 h1 {
    font-size: 50px;
    line-height: 75px;
}
.Landing__14 h1,
.Landing__14 h2 {
    font-weight: 700;
    color: var(--white);
}
.Landing__14 h2 {
    font-size: 40px;
    line-height: 55px;
}
.Landing__14 h3 {
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
}
.Landing__14 :where(a, button) {
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    color: var(--white);
    display: inline-block;
    transition: all 0.2s linear;
}
.Landing__14 :where(a.bg, button.bg) {
    background: var(--bg1);
    padding: 20px 100px !important;
    border-radius: 20px 1px;
    border: 2px solid var(--white);
    margin-top: 30px !important;
}
.Landing__14 a:hover {
    color: var(--bg2);
}
.Landing__14 p {
    font-size: 18px;
    line-height: 28px;
    color: var(--white);
    font-weight: 400;
    margin-top: 15px;
}
.Landing__14 .Section_gaps {
    padding-top: 80px;
}
.Landing__14__BannerImg {
    width: 100%;
    height: 100%;
}
.Landing__14__Banner {
    position: relative;
    height: 100vh;
}
.Landing__14__Banner .container {
    max-width: 70%;
}
.Landing__14__Banner__Content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Landing__14__Banner__Img {
    width: 100%;
}
.Landing__14__Banner__Img img {
    height: 100px;
    width: auto;
}
.Landing__14__Banner__Text h1 {
    padding: 60px 0;
}
.Landing__14__Banner__Text h3 {
    position: relative;
    padding: 20px 100px;
    color: var(--header);
    font-size: 56px;
    line-height: 65px;
    z-index: 9;
    font-weight: 700;
    margin-bottom: 30px;
}
.Landing__14__Banner__Text h3:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 90%;
    height: 100%;
    background: url(/_next/static/media/banner-bg.4df07de3.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
.Landing__14__Banner__Right {
    margin-left: 30px;
}
.Landing__14__Banner__Right img {
    height: 351px;
}
.Landing__14__Delivay p {
    color: var(--bg2);
}
.Landing__14__Delivay .ShippingAddressItem img {
    width: 100px;
    height: 100px;
}
.Landing__14__Welcome {
    background: var(--bg2);
    padding-top: 100px;
    position: relative;
    z-index: 1;
}
.Landing__14__Welcome__bg {
    position: absolute;
    bottom: -150px;
    right: 0;
    z-index: 9;
}
.Landing__14__Welcome__Img {
    margin-bottom: -120px;
}
.Landing__14__Welcome__Img img {
    width: 100%;
}
.Landing__14__Welcome__Text {
    margin-left: 30px;
}
.Landing__14__Welcome__Text h2 {
    color: var(--header);
}
.Landing__14__Welcome__Text h4 {
    color: var(--white);
    margin-top: 20px;
}
.Landing__14__Welcome__Text ul li {
    display: inline-block;
    margin-top: 10px;
    margin-right: 30px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: var(--header);
}
.Landing__14__WhyBuy {
    background: #fff6e3;
    padding: 200px 0 100px;
    position: relative;
}
.Landing__14__whybuy__bg {
    position: absolute;
    bottom: -120px;
    left: 0;
    z-index: 9;
}
.Landing__14__WhyBuy h2 {
    color: var(--bg2);
}
.Landing__14__WhyBuy__Content ul {
    margin-top: 50px !important;
}
.Landing__14__WhyBuy__Content ul li img {
    display: block;
    height: 35px;
    width: 35px;
    margin-right: 15px;
}
.Landing__14__WhyBuy__Content ul li {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: var(--bg2);
    display: flex;
    align-items: flex-start;
}
.Landing__14__WhyBuy__Img {
    margin-left: 80px;
}
.Landing__14__WhyBuy__Img img {
    width: 100%;
}
.Landing__14__WhyBuy__Img .Order {
    background: var(--bg2);
    margin-top: -20px;
    padding: 30px;
    text-align: center;
}
.Landing__14__WhyBuy__Img .Order a:hover {
    color: var(--header);
}
.Landing__14 #ShippingAddressItem p {
    color: var(--bg2);
    margin-top: 10px;
}
.Landing__14 #CustomerReviewContent h2 {
    margin-bottom: 30px;
    text-align: center;
    color: var(--bg2);
}
.Landing__14__StartingPrice {
    position: relative;
}
.Landing__14__StartingPrice .container {
    max-width: 70%;
}
.Landing__14__StartingPrice__bg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.Landing__14__StartingPrice__Img {
    position: relative;
}
.Landing__14__StartingPrice__Text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.Landing__14__StartingPrice__Img img {
    width: 100%;
}
.Landing__14__StartingPrice__Slider {
    margin-top: 80px;
}
.Landing__14__Order__Content .OrderConfirmFrom .container {
    max-width: 100%;
}
.Landing__14__Order {
    background: var(--bg2);
}
.Landing__14__Slider__Item {
    background: var(--white);
    box-shadow: 0 -145px 113.46px rgba(0, 0, 0, 0.03), 0 91.9235px 66.4476px rgba(0, 0, 0, 0.023), 0 54.6288px 36.1391px rgba(0, 0, 0, 0.018), 0 28.365px 18.4372px rgba(0, 0, 0, 0.015), 0 11.5561px 9.24488px rgba(0, 0, 0, 0.012);
    border-radius: 10px;
    padding: 20px;
    text-align: center;
}
.Landing__14__Slider__Text {
    margin-top: 20px;
}
.Landing__14__Slider__Item img {
    width: 100%;
}
.Landing__14__Slider__Text h4 {
    color: var(--bg2);
    font-weight: 700;
}
.Landing__14__Slider__Text p {
    color: #888585;
}
.Landing__14__StartingPrice__Slider .swiper-slide {
    padding: 50px 10px;
}
.Landing__14__Feature {
    position: relative;
}
.Landing__14__Feature img {
    width: 100%;
}
.Landing__14__Feature__Content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Landing__14__Feature__Content img {
    height: 35px;
    width: 35px;
    margin-right: 20px;
}
.Landing__14__Feature__Content h2 {
    text-align: center;
    margin-bottom: 50px;
}
.Landing__14__Feature__Content li {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    display: flex;
    align-items: center;
    background: #91685b;
    padding: 15px;
    border-radius: 0 5px;
    color: var(--white);
}
.Landing__14__Order {
    position: relative;
}
.Landing__14__Order img {
    width: 100%;
}
.Landing__14__Order__Content .OrderConfirmFrom {
    margin-top: 50px;
}
.Landing__14__Order__Content :where(h3, h4, h5) {
    color: var(--white) !important;
}
.Landing__14__Order__Content .OrderConfirmRight button {
    background: var(--bg1);
    border: none;
}
.Landing__14 .OrderConfirmLeft .Payment .ArrowBg {
    background: var(--bg1);
}
.Landing__14 .OrderConfirmLeft .Payment .ArrowBg p {
    color: var(--white);
}
.Landing__14 .OrderConfirmLeft .Payment .ArrowBg:after {
    border-bottom: 15px solid var(--bg1);
}
.Landing__14 #OrderConfirmLeft #Payment #ArrowBg,
.Landing__14 #OrderConfirmRight button {
    background: var(--bg1);
}
.Landing__14 #OrderConfirmLeft #Payment #ArrowBg p {
    color: #fff;
}
.Landing__14 #OrderConfirmLeft #Payment #ArrowBg:after {
    border-bottom: 15px solid var(--bg1);
}
.Landing__14 #OrderConfirmLeft #Payment #CustomeInput input:checked + label:before {
    background: var(--bg1);
}
.Landing__14__Footer__Content img {
    max-height: 114px;
}
.Landing__14 #tinyFooter p a {
    display: inline;
    font-size: 16px;
    font-weight: 600;
    color: var(--bg1);
    padding: 0 5px;
}
.Landing__14 #tinyFooter p {
    line-height: 17px;
    text-align: center;
}
.Landing__14__Footer {
    position: relative;
}
.Landing__14__Footer .footer_bg {
    width: 100%;
}
.Landing__14__Footer__Content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}
.Landing__14__Footer__Content li {
    margin: 30px 10px 0;
    display: inline-block;
}
.Landing__14__Footer__Content li a {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}
.Landing__14 .swiper-button-next:after,
.Landing__14 .swiper-button-prev:after {
    font-size: 24px !important;
    color: #42210b;
}
@media (max-width: 1700px) {
    .Landing__14 h1 {
        font-size: 36px;
        line-height: 54px;
    }
    .Landing__14__Banner__Text h3 {
        margin-bottom: 20px;
    }
    .Landing__14__Banner__Text h3:after {
        position: absolute;
        content: "";
        top: 14px;
        left: 0;
        width: 90%;
        height: 72%;
    }
    .Landing__14__Banner__Text h3 {
        font-size: 40px;
        line-height: 60px;
        margin-bottom: 0;
    }
    .Landing__14__Banner__Text h1 {
        padding: 30px 0;
    }
    .Landing__14__Welcome {
        padding-top: 80px;
        height: 500px;
    }
    .Landing__14__Welcome__bg img {
        height: 300px;
    }
    .Landing__14 h2 {
        font-size: 30px;
        line-height: 45px;
    }
    .Landing__14 p {
        font-size: 15px;
        line-height: 28px;
        margin-top: 10px;
    }
    .Landing__14__WhyBuy__Content ul li {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 28px;
    }
    .Landing__14__whybuy__bg {
        bottom: -80px;
    }
    .Landing__14__whybuy__bg img {
        height: 150px;
    }
    .Landing__14__Feature__Content li {
        margin-bottom: 20px;
    }
}
@media (max-width: 1339px) {
    .Landing__14 .container {
        max-width: 95%;
    }
    .Landing__14__Banner .container {
        max-width: 90%;
    }
    .Landing__14__Banner .banner_bg {
        height: 100vh;
        object-fit: cover;
    }
    .Landing__14 h1 {
        font-size: 32px;
        line-height: 45px;
        padding: 20px 0;
    }
    .Landing__14__Banner__Text h3 {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .Landing__14__Banner__Right img {
        height: 351px;
    }
    .Landing__14 :where(a.bg, button.bg) {
        padding: 15px 80px !important;
        margin-top: 20px !important;
        font-size: 24px;
        line-height: 35px;
    }
    .Section_gaps {
        padding-top: 60px;
    }
    .Landing__14 h2 {
        font-size: 24px;
        line-height: 35px;
    }
    .Landing__14__Welcome__Text h4 {
        font-size: 18px;
    }
    .Landing__14__Welcome__bg img {
        height: 250px;
    }
    .Landing__14__Welcome__bg {
        bottom: -110px;
    }
    .Landing__14__WhyBuy {
        padding-top: 140px;
    }
    .Landing__14__WhyBuy__Content ul li img {
        height: 30px;
        width: 30px;
    }
    .Landing__14__WhyBuy__Content ul li {
        margin-bottom: 15px;
        font-size: 15px;
        line-height: 28px;
    }
    .Landing__14 :where(a, button) {
        font-size: 26px;
        line-height: 35px;
    }
    .Landing__14__StartingPrice__bg img {
        height: 300px;
    }
    .Landing__14__StartingPrice .container {
        max-width: 70%;
    }
    .Landing__14__Slider__Item {
        padding: 15px;
    }
    .Landing__14__Slider__Text h4 {
        font-size: 18px;
    }
    .Landing__14__Slider__Text p {
        margin-top: 5px;
    }
    .Landing__14__StartingPrice__Slider .swiper-slide {
        padding: 30px 10px;
    }
    .Landing__14__Feature img {
        width: 100%;
        height: 1000px;
        object-fit: fill;
    }
    .Landing__14__Feature__Content img {
        height: 30px;
        width: 30px;
    }
    .Landing__14__Feature__Content li {
        margin-bottom: 2 0;
        font-size: 16px;
        line-height: 28px;
        padding: 10px;
    }
    .Landing__14 h3 {
        font-weight: 400;
        font-size: 22px;
        line-height: 32px;
    }
    .OrderConfirmLeft .CustomeInput input {
        padding: 8px 20px;
        font-size: 14px;
    }
    .OrderConfirmRight ul li {
        padding: 15px 20px;
    }
    .Order_bg {
        display: none;
    }
    .Landing__14__Order {
        position: relative;
        padding: 0 60px;
        background: var(--bg2);
    }
}
@media (max-width: 1023px) {
    .Landing__14__Banner .col-lg-4 {
        order: 1;
    }
    .Landing__14__Banner .col-lg-8 {
        order: 2;
    }
    .Landing__14__Banner__Right {
        margin-left: 0;
        text-align: center;
    }
    .Landing__14__Banner__Img img {
        height: 80px;
        width: auto;
    }
    .Landing__14__Banner__Left {
        margin-top: 30px;
    }
    .Landing__14__Welcome__Img {
        margin-bottom: 30px;
    }
    .Landing__14__Welcome {
        padding: 80px 0;
        height: 1000px;
    }
    .Landing__14__WhyBuy .col-lg-6:first-child {
        order: 2;
    }
    .Landing__14__WhyBuy .col-lg-6:last-child {
        order: 1;
    }
    .Landing__14__WhyBuy__Img {
        text-align: center;
        width: 80%;
        margin: 0 auto 50px;
    }
    .Landing__14__StartingPrice__Img img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
    .Landing__14__Welcome__bg img {
        height: 200px;
    }
    .Landing__14__Welcome__bg {
        bottom: -80px;
    }
    .Landing__14__whybuy__bg img {
        height: 100px;
    }
    .Landing__14__whybuy__bg {
        bottom: -40px;
    }
    .Landing__14__StartingPrice__bg img {
        height: 200px;
    }
    .Landing__14__Feature img {
        object-fit: cover;
    }
    .Landing__14__StartingPrice .container {
        max-width: 80%;
    }
    .Landing__14 p {
        font-size: 14px;
        line-height: 24px;
    }
    .Landing__14__Order {
        padding: 50px 0;
    }
    .Landing__14__Banner {
        position: relative;
        height: auto;
    }
    .Landing__14__Banner__Right img {
        position: absolute;
        height: 150px;
        top: 37px;
        right: 54px;
    }
    .Landing__14__BannerImg {
        width: 100%;
        height: 653px;
    }
}
@media (max-width: 500px) {
    .Landing__14__Banner__Left {
        margin-top: -52px;
    }
    .Landing__14__Banner__Right img {
        position: absolute;
        height: 100px;
        top: 87px;
        right: 54px;
    }
    .Landing__14__Banner__Img img {
        height: 60px;
        width: auto;
    }
    .Landing__14__Delivay {
        margin-top: 0;
    }
    .Landing__14 h1 {
        font-size: 22px;
        line-height: 36px;
        padding: 20px 0;
        text-align: center;
    }
    .Landing__14__Banner__Text h3 {
        padding: 20px 35px;
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 20px;
    }
    .Landing__14__Banner__Text {
        text-align: center;
    }
    .Landing__14__Banner__Text h3:after {
        width: 100%;
    }
    .Landing__14__Banner .banner_bg {
        height: 80vh;
    }
    .Landing__14 :where(a.bg, button.bg) {
        margin-top: 10px !important;
    }
    .Landing__14__Welcome {
        height: 870px;
    }
    .Landing__14__Welcome__bg img {
        height: 150px;
    }
    .Landing__14__Welcome__bg {
        bottom: -50px;
    }
    .Landing__14__WhyBuy__Img {
        width: 100%;
        margin-bottom: 30px;
    }
    .Landing__14__WhyBuy__Img .Order {
        padding: 20px;
    }
    .Landing__14__whybuy__bg img {
        height: 80px;
    }
    .Landing__14__StartingPrice .container {
        max-width: 90%;
    }
    .Landing__14__Feature__Content h2 {
        margin-bottom: 30px;
    }
    .Landing__14__Feature img {
        height: 1200px;
    }
    .Landing__14__Feature__Content img {
        height: 30px;
        width: 30px;
    }
    .Landing__14__Feature__Content li {
        font-size: 14px;
        line-height: 24px;
    }
    .Landing__14__Order {
        padding: 30px 0;
    }
    .Landing__14__Footer__Content li a {
        font-size: 14px;
        line-height: 24px;
        padding: 0 5px !important;
    }
    .Landing__14__Footer .footer_bg {
        height: 350px;
    }
    .Landing__14__Footer__Content img {
        height: 100px;
    }
    .Landing__14 .swiper-button-next,
    .Landing__14 .swiper-button-prev {
        display: none;
    }
    .Landing__14 :where(a, button) {
        font-size: 20px;
        line-height: 35px;
        padding: 9px 50px !important;
    }
    .Landing__14 h2 {
        font-size: 20px;
        line-height: 32px;
        text-align: center;
    }
    .Landing__14__Slider__Text h4 {
        font-size: 14px;
    }
}
.Landing__15 {
    font-family: "Noto Serif Bengali", serif;
    list-style-type: none;
    overflow-x: hidden;
}
.Landing__15 ul {
    list-style: none;
    padding: 0;
}
.Landing__15 h1 {
    font-size: 48px;
    line-height: 70px;
    color: #fff;
    font-weight: 700;
    padding-top: 31px;
}
.Landing__15 h2 {
    font-size: 36px;
    line-height: 47px;
    color: #882a32;
    font-weight: 700;
    text-align: center;
}
.Landing__15 h3 {
    font-size: 48px;
    line-height: 90px;
    color: #882a32;
    font-weight: 700;
    padding-top: 35px;
    padding-bottom: 40px;
}
.Landing__15 h3 span {
    font-size: 30px;
    line-height: 40px;
    color: #882a32;
    font-weight: 600;
    text-decoration: line-through;
    vertical-align: 7px;
}
.Landing__15 h6 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}
.Landing__15 p {
    color: #3c1115;
    font-size: 20px;
    line-height: 26px;
}
.Landing__15 .bg {
    transition: 0.5s;
    display: block;
    font-size: 32px;
    line-height: 35px;
    font-weight: 600;
    text-decoration: none;
}
.Landing__15 a.bg {
    padding: 24px 74px;
    transition: 0.2s;
}
.Landing__15 a.bg,
.Landing__15 a.bg2 {
    color: #fff;
    background-image: linear-gradient(90deg, #ee0252 0, #fa674b 51%, #ee0252);
    background-size: 180% auto;
    border-radius: 10px;
    display: inline-block;
    box-shadow: 5px 5px rgba(165, 15, 66, 0.4), 10px 10px rgba(165, 15, 66, 0.3), 15px 15px rgba(165, 15, 66, 0.2), 20px 20px rgba(165, 15, 66, 0.1), 25px 25px rgba(165, 15, 66, 0.05);
}
.Landing__15 a.bg2 {
    padding: 24px 35px;
    font-size: 24px;
}
.Landing__15 a svg {
    font-size: 32px;
    margin-top: -5px;
    margin-right: 10px;
}
.Landing__15 a.bg:hover {
    background-position: 100%;
    color: #fff;
    text-decoration: none;
    box-shadow: 5px 5px rgba(165, 15, 66, 0), 10px 10px rgba(165, 15, 66, 0), 15px 15px rgba(165, 15, 66, 0), 20px 20px rgba(165, 15, 66, 0), 25px 25px rgba(165, 15, 66, 0);
}
.Landing__15_section_gaps {
    margin-top: 100px;
}
.Landing__15_bg_div {
    background-image: url(/_next/static/media/bg.e6bad191.png);
    padding: 40px 0 60px;
    background-size: cover;
    width: 100%;
}
.Landing__15_Bannar_txt1 {
    margin-top: 62px;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
    background-color: #fa674b;
    display: inline-block;
    padding: 12px 54px;
    transform: skewX(-10deg);
}
.Landing__15_Bannar_LinkDiv {
    padding-top: 65px;
}
.Landing__15_Bannar_LinkDiv img {
    width: 100%;
}
.Landing__15_Bannar_LinkDiv h4 {
    margin-top: -80px;
    text-align: right;
    color: #882a32;
    font-size: 46px;
    line-height: 61px;
}
.Landing__15_Bannar_LinkDiv h5 {
    margin-top: -40px;
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    padding-left: 100px;
    font-weight: 300;
}
.Landing__15_Bannar_LinkDiv h6 {
    color: #882a32;
    text-align: right;
    padding-top: 26px;
    padding-bottom: 16px;
    font-weight: 600;
}
.Landing__15_Bannar_Col2Div {
    position: relative;
}
.Landing__15_Bannar_Col2Div_img1 {
    width: 110%;
    text-align: center;
    margin-left: 130px;
    margin-top: -50px;
}
.Landing__15_Bannar_Col2Div_img2 {
    position: absolute;
    right: -128px;
    top: 100px;
    width: 40%;
}
.Landing__15_Bannar_Shipping_txt1 h6 {
    background-color: #882a32;
    padding: 53px 25% 119px;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}
.Landing__15_BggImg1 {
    background-image: url(/_next/static/media/img4.a439936e.png);
    padding-top: 28px;
    padding-bottom: 40px;
    border-radius: 0 0 50px 50px;
    margin-top: -100px;
}
.Landing__15_ModelDiv {
    position: relative;
}
.Landing__15_ModelDiv_imgAbs1 {
    position: absolute;
    width: 120%;
    top: 0;
    left: 0;
}
.Landing__15_Model_Img_Div {
    width: 100%;
    text-align: center;
}
.Landing__15_ModelDiv_imgAbs2 {
    width: 80%;
    margin-left: 15%;
}
.Landing__15_Model_Txt_Div {
    padding-left: 70px;
}
.Landing__15_Model_Txt_Div h2 {
    padding-top: 70px;
    padding-bottom: 30px;
    text-align: left;
}
.Landing__15_Model_Txt_Div p {
    color: #8a8a8a;
    padding-bottom: 30px;
}
.Landing__15_Model_Ul_Div li p {
    display: inline;
    padding-left: 10px;
    color: #3c1115;
    font-weight: 600;
}
.Landing__15_Model_Ul_Div li {
    padding-bottom: 10px;
}
.Landing__15_Model_Ul_Div {
    padding-bottom: 30px;
}
.Landing__15_OrderT1_ptxt {
    padding-top: 30px;
}
.Landing__15_OrderT1_ptxt p {
    padding: 0 10%;
    text-align: center;
}
.Landing__15_OrderT1_div {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 116px;
}
.Landing__15_OrderT1_divAbs {
    position: absolute;
    text-align: center;
    width: 100%;
}
.Landing__15_OrderT1_divAbs h5 {
    color: #fff;
    font-size: 24px;
    line-height: 31px;
    padding-bottom: 60px;
    padding-top: 15px;
}
.Landing__15_OrderT1_divAbs h4 {
    color: #fdfdfd;
    font-size: 40px;
    line-height: 60px;
    padding-bottom: 20px;
}
.Landing__15_OrderT1_divImgArr {
    width: 100%;
    margin-top: -34px;
}
.Landing__15_OrderT1_BgImgBox {
    position: relative;
}
.Landing__15_OrderT1_BgImgBox img {
    position: absolute;
    z-index: -1;
    margin-top: -300px;
    width: 100%;
}
.Landing__15_Product_Details_Box {
    text-align: center;
}
.Landing__15_Product_DetailsImg {
    width: 58%;
    margin-left: 10%;
    margin-top: -400px;
}
.Landing__15_Product_ulBox1 p,
.Landing__15_Product_ulBox2 p {
    display: inline;
    padding-left: 10px;
    font-weight: 600;
    color: #fff;
}
.Landing__15_Product_ulBox1 {
    padding-left: 10%;
}
.Landing__15_Product_ulBox1 li,
.Landing__15_Product_ulBox2 li {
    padding-bottom: 25px;
}
.Landing__15_Details_BgImgBox {
    position: relative;
}
.Landing__15_OrderT1_BgImgBox_bg {
    background-image: url(/_next/static/media/img16.ea7be57a.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 500px;
    padding-bottom: 260px;
}
.Landing__15_Order2Rel_Bg {
    background-image: url(/_next/static/media/img19.1b2289bb.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 100px;
    margin-top: 300px;
}
.Landing__15_Order2Rel {
    position: relative;
    display: flex;
    justify-content: center;
}
.Landing__15_Order2Rel img {
    margin-top: -200px;
}
.Landing__15_Order2Abs {
    position: absolute;
    text-align: center;
    width: 100%;
    margin-top: -200px;
}
.Landing__15_Order2Abs h5 {
    font-size: 24px;
    line-height: 31px;
    color: #fff;
    padding-top: 90px;
}
.Landing__15_Order2Abs h4 {
    font-size: 40px;
    line-height: 60px;
    color: #fdfdfd;
    padding-top: 20px;
    padding-bottom: 20px;
}
.Landing__15_Refund_div {
    text-align: center;
}
.Landing__15_Refund_div p {
    padding: 22px 70px;
    margin-top: 24px;
    border: 1px solid #ee0252;
    border-radius: 10px;
    display: inline-block;
    font-weight: 600;
}
.Landing__15_Footer_Bg {
    background: #882a32;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 0;
}
.Landing__15 #OrderConfirmFrom h2 {
    color: #fff;
}
.Landing__15 #OrderConfirmFrom h3 {
    color: #fff;
    font-size: 30px;
}
.Landing__15 #OrderConfirmLeft #Payment h3 {
    font-size: 30px;
    color: #3c1115;
    padding-top: 0;
    line-height: 48px;
}
.Landing__15 #OrderConfirmRight ul h5,
.Landing__15 #OrderConfirmRight ul li {
    color: #fff;
}
.Landing__15_Place2Rel {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.Landing__15_Place2Abs {
    position: absolute;
    text-align: center;
}
.Landing__15_Place2Abs h4 {
    padding-top: 220px;
    font-size: 32px;
    line-height: 42px;
    color: #fff;
    padding-bottom: 10px;
}
.Landing__15_Place2Abs h5 {
    font-size: 46px;
    line-height: 61px;
    color: #fff;
}
.Landing__15_Place2Rel img {
    height: 457px;
    margin-bottom: -120px;
}
.Landing__15 #OrderConfirmLeft #Payment #ArrowBg,
.Landing__15 #OrderConfirmRight__DSDPT button {
    background: #ee0252;
}
.Landing__15 #OrderConfirmLeft #Payment #ArrowBg p {
    color: #fff;
}
.Landing__15 #OrderConfirmLeft #Payment #ArrowBg:after {
    border-bottom: 15px solid #ee0252;
}
.Landing__15 #OrderConfirmLeft #Payment #CustomeInput input:checked + label:before {
    background: #ee0252;
}
.Landing__15 #OrderConfirmRight ul #left p {
    color: #fff;
}
.Landing__15_Footer_ulBox2 h4 {
    color: #882a32;
    font-size: 24px;
    line-height: 31px;
    font-weight: 600;
    padding-bottom: 10px;
}
.Landing__15_Footer_ulBox2 p {
    display: inline-block;
    color: #882a32;
    font-size: 18px;
    line-height: 23px;
    padding-left: 10px;
}
.Landing__15 .Landing__15_Footer_ulBox2 h2 {
    text-align: center;
    font-size: 30px;
    padding-left: 5%;
}
.Landing__15_Footer_ulBox2 .bg {
    margin-left: 5%;
}
.Landing__15_Footer_ulBox2 li {
    padding-top: 20px;
}
.Landing__15_socialMidia {
    padding-top: 80px;
}
.Landing__15_Footer_a {
    color: #882a32;
}
.Landing__15_socialMidia_hr {
    border-bottom: 1px solid #ee0252;
    margin: 0 15%;
}
.Landing__15_sectionFooter {
    position: relative;
}
.Landing__15_FooterUl1 {
    padding-left: 20%;
}
.Landing__15_FooterAbs1 {
    position: absolute;
    bottom: -100px;
    left: 0;
    height: 300px;
}
.Landing__15_FooterAbs2 {
    position: absolute;
    bottom: -100px;
    right: 0;
    height: 300px;
}
@media (min-width: 1441px) {
    .Landing__15_Bannar_Col2Div_img1 {
        width: 119%;
        text-align: center;
        margin-left: 91px;
        margin-top: -70px;
    }
}
@media (max-width: 1440px) {
    .Landing__15_bg_div {
        padding: 40px 0;
    }
    .Landing__15 h3 {
        font-size: 40px;
        line-height: 20px;
    }
    .Landing__15_Bannar_Col2Div_img2 {
        right: -100px;
        top: 100px;
        width: 33%;
    }
    .Landing__15_Footer_ulBox2 h2 {
        text-align: left;
        font-size: 36px;
        padding-left: 5%;
    }
    .Landing__15_Bannar_Col2Div_img1 {
        width: 100%;
        text-align: center;
        margin-left: 116px;
        margin-top: -89px;
    }
    .Landing__15 h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .Landing__15 a.bg {
        padding: 18px 66px;
        font-size: 20px;
    }
    .Landing__15_Bannar_txt1 {
        font-size: 20px;
        padding: 6px 30px;
        margin-top: 34px;
    }
    .Landing__15_Bannar_LinkDiv h5 {
        padding-left: 76px;
    }
    .Landing__15_OrderT1_BgImgBox img {
        height: 873px;
    }
    .Landing__15_Product_ulBox1 p,
    .Landing__15_Product_ulBox2 p {
        color: #fff;
    }
    .Landing__15 h3 span {
        font-size: 22px;
        line-height: 20px;
    }
    .Landing__15_Bannar_LinkDiv {
        padding-top: 32px;
    }
    .Landing__15_Bannar_LinkDiv h4 {
        font-size: 35px;
    }
}
@media (max-width: 1280px) {
    .Landing__15_Bannar_txt1 {
        font-size: 20px;
        padding: 6px 30px;
        margin-top: 34px;
    }
    .Landing__15 h1 {
        font-size: 34px;
        line-height: 45px;
    }
    .Landing__15 h3 {
        font-size: 34px;
        line-height: 20px;
    }
    .Landing__15 h3 span {
        font-size: 20px;
    }
    .Landing__15 a.bg {
        padding: 13px 29px;
        font-size: 20px;
    }
    .Landing__15_Bannar_LinkDiv h4 {
        margin-top: -76px;
        font-size: 32px;
    }
    .Landing__15_Bannar_LinkDiv h5 {
        margin-top: -32px;
        color: #fff;
        font-size: 16px;
        line-height: 26px;
        padding-left: 60px;
        font-weight: 300;
    }
    .Landing__15 h6 {
        font-size: 20px;
        line-height: 32px;
        font-weight: 600;
    }
    .Landing__15_Bannar_Col2Div_img1 {
        width: 100%;
        text-align: center;
        margin-left: 55px;
        margin-top: -29px;
    }
    .Landing__15_Bannar_Col2Div_img2 {
        right: -51px;
        top: 186px;
        width: 28%;
    }
    .Landing__15 h2 {
        font-size: 28px;
        line-height: 38px;
        color: #882a32;
        font-weight: 700;
    }
    .Landing__15 p {
        color: #3c1115;
        font-size: 16px;
        line-height: 24px;
    }
    .Landing__15_OrderT1_divAbs h5 {
        color: #fff;
        font-size: 20px;
        line-height: 31px;
    }
    .Landing__15_OrderT1_divAbs h4 {
        color: #fdfdfd;
        font-size: 28px;
        line-height: 60px;
        padding-bottom: 20px;
    }
    .Landing__15_Product_ulBox1 p,
    .Landing__15_Product_ulBox2 p {
        color: #fff;
    }
    .Landing__15_Bannar_LinkDiv h6 {
        color: #882a32;
        text-align: right;
        padding-top: 18px;
    }
}
@media (max-width: 991px) {
    .Landing__15_Col_reverce {
        flex-direction: column-reverse;
    }
    .Landing__15_Bannar_Col2Div_img1 {
        width: 100%;
        text-align: center;
        margin-left: 0;
        margin-top: 31px;
    }
    .Landing__15_Bannar_Col2Div_img2 {
        right: -3px;
        top: 234px;
        width: 28%;
    }
    .Landing__15_Bannar_LinkDiv h5 {
        margin-top: -46px;
        padding-left: 108px;
    }
    .Landing__15_BggImg1 {
        padding-top: 28px;
        padding-bottom: 40px;
        background-size: cover;
        border-radius: 0 0 141px 50px;
        margin-top: -100px;
    }
    .Landing__15_Product_DetailsImg {
        width: 58%;
        margin-left: 10%;
        margin-top: -111px;
    }
    .Landing__15_OrderT1_BgImgBox_bg {
        margin-top: 140px;
        padding-bottom: 160px;
    }
    .Landing__15_Product_ulBox1,
    .Landing__15_Product_ulBox2 {
        padding-left: 24%;
        text-align: left;
    }
    .Landing__15_Order2Rel img {
        margin-top: -175px;
        width: 100%;
    }
    .Landing__15_Footer_ulBox2 h2 {
        text-align: left;
        font-size: 36px;
        padding-left: 0;
    }
    .Landing__15_Footer_ulBox2 .bg {
        margin-left: 0;
    }
    .Landing__15_Place2Abs h5 {
        font-size: 28px;
        line-height: 61px;
        color: #fff;
    }
    .Landing__15_Place2Abs h4 {
        padding-top: 220px;
        font-size: 27px;
        line-height: 27px;
        color: #fff;
        padding-bottom: 10px;
    }
    .Landing__15_Footer_ulBox2 h4 {
        padding-top: 20px;
    }
    .Landing__15_Product_ulBox1 p,
    .Landing__15_Product_ulBox2 p {
        color: #fff;
    }
    .Landing__15_FooterUl1 {
        padding-left: 0;
    }
    .Landing__15_FooterAbs1 {
        position: absolute;
        bottom: -100px;
        left: 0;
        height: 200px;
    }
    .Landing__15_FooterAbs2 {
        position: absolute;
        bottom: -100px;
        right: 0;
        height: 200px;
    }
    .Landing__15 .Landing__15_Footer_ulBox2 h2 {
        text-align: left;
    }
}
@media (max-width: 575px) {
    .Landing__15 p,
    .Landing__15_Bannar_Div {
        text-align: center;
    }
    .Landing__15_section_gaps {
        margin-top: 50px;
    }
    .Landing__15_Product_ulBox1,
    .Landing__15_Product_ulBox2 {
        padding-left: 5%;
        text-align: left;
    }
    .Landing__15_Footer_ulBox2 {
        text-align: center;
    }
    .Landing__15_Footer_ulBox2 h2 {
        text-align: center;
        font-size: 24px;
    }
    .Landing__15_Bannar_Shipping_txt1 h6 {
        background-color: #882a32;
        padding: 53px 5% 119px;
    }
    .Landing__15_OrderT1_div {
        margin-top: 80px;
        height: 169px;
    }
    .Landing__15_OrderT1_divAbs h4 {
        font-size: 24px;
    }
    .Landing__15 a.bg {
        padding: 11px 28px;
        font-size: 16px;
    }
    .Landing__15 a svg {
        font-size: 20px;
        margin-top: -5px;
        margin-right: 10px;
    }
    .Landing__15_OrderT1_divAbs h5 {
        color: #fff;
        font-size: 16px;
        line-height: 31px;
        padding-bottom: 0;
        padding-top: 0;
    }
    .Landing__15_Bannar_Col2Div_img2 {
        right: -3px;
        top: 123px;
        width: 28%;
    }
    .Landing__15 h1 {
        font-size: 28px;
        line-height: 48px;
    }
    .Landing__15 h3 {
        font-size: 28px;
        line-height: 37px;
    }
    .Landing__15 h3 span {
        font-size: 16px;
    }
    .Landing__15_Bannar_LinkDiv h4 {
        margin-top: -64px;
        font-size: 24px;
    }
    .Landing__15_Bannar_LinkDiv h5 {
        margin-top: -35px;
        text-align: left;
        padding-left: 42px;
        font-size: 14px;
    }
    .Landing__15 h6 {
        text-align: center;
    }
    .Landing__15 h2 {
        font-size: 22px;
        line-height: 32px;
    }
    .Landing__15_BggImg1 {
        padding-top: 28px;
        padding-bottom: 78px;
        background-size: cover;
        border-radius: 0 0 0 0;
        margin-top: -100px;
    }
    .Landing__15_Product_DetailsImg {
        width: 100%;
        margin-left: 10%;
        margin-top: -15px;
    }
    .Landing__15_OrderT1_BgImgBox_bg {
        margin-top: 60px;
        padding-bottom: 100px;
    }
    .Landing__15_Model_Txt_Div {
        padding-left: 0;
        text-align: center;
    }
    .Landing__15_Order2Abs h5 {
        font-size: 16px;
        line-height: 31px;
        color: #fff;
        padding-top: 38px;
    }
    .Landing__15_Order2Abs h4 {
        font-size: 28px;
        line-height: 16px;
        color: #fdfdfd;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .Landing__15_Refund_div p {
        padding: 22px 12px;
    }
    .Landing__15_Place2Rel img {
        height: 317px;
    }
    .Landing__15_Place2Abs h4 {
        padding-top: 141px;
        font-size: 20px;
        line-height: 27px;
        color: #fff;
        padding-bottom: 10px;
    }
    .Landing__15 .order_OrderConfirmFrom__ThtXd h3 {
        color: #fff;
        font-size: 30px;
        padding-top: 0;
    }
    .Landing__15_Footer_ulBox2_h4 {
        margin-top: 30px;
    }
    .Landing__15_Product_ulBox1 p,
    .Landing__15_Product_ulBox2 p {
        color: #fff;
    }
    .Landing__15_OrderT1_divImgArr {
        width: 100%;
        margin-top: -7px;
    }
    .Landing__15_FooterAbs1 {
        position: absolute;
        bottom: -100px;
        left: 0;
        height: 100px;
    }
    .Landing__15_FooterAbs2 {
        position: absolute;
        bottom: -100px;
        right: 0;
        height: 100px;
    }
    .Landing__15 .Landing__15_Footer_ulBox2 h2 {
        text-align: center;
    }
}
.Landing__16 {
    font-family: "Noto Serif Bengali", serif;
    list-style-type: none;
    overflow-x: hidden;
}
.Landing__16 h1 {
    font-size: 48px;
    line-height: 71px;
    color: #003b60;
    font-weight: 900;
    padding-top: 31px;
}
.Landing__16 h2 {
    font-size: 44px;
    line-height: 60px;
    color: #003b60;
    font-weight: 700;
}
.Landing__16 p {
    color: #003b60;
    font-size: 24px;
    line-height: 31px;
}
.Landing__16 .bg {
    transition: 0.5s;
    display: block;
    font-size: 32px;
    line-height: 35px;
    font-weight: 600;
    text-decoration: none;
}
.Landing__16 a.bg {
    padding: 24px 74px;
    color: #092e67;
    background-image: linear-gradient(90deg, #f0e615 0, #fff203 51%, #f0e615);
    background-size: 180% auto;
    border-radius: 50px 0 50px 0;
    display: inline-block;
    transition: 0.2s;
    font-weight: 600;
}
.Landing__16 a svg {
    font-size: 32px;
    margin-top: -5px;
    margin-right: 10px;
}
.Landing__16 a.bg:hover {
    background-position: 100%;
    color: #fff;
    text-decoration: none;
    border-radius: 0 50px 0 50px;
}
.Landing__16_section_gaps {
    margin-top: 100px;
}
.Landing__16 ul {
    padding: 0;
    list-style: none;
}
.Landing__16__bg_div {
    background-image: url(/_next/static/media/bg.9f77cf81.png);
    padding: 54px 0;
    background-size: cover;
}
.Landing__16__Banner_div h4 {
    padding: 17px 27px;
    color: #fff;
    background-color: #012a4a;
    border-radius: 50px 0 50px 0;
    display: inline-block;
    font-size: 24px;
    line-height: 31px;
    font-weight: 400;
    margin-top: 57px;
}
.Landing__16__Banner_div h5 {
    padding-top: 40px;
    font-size: 24px;
    line-height: 31px;
    color: #012a4a;
    font-weight: 600;
    padding-bottom: 10px;
}
.Landing__16__Banner_div h3 {
    font-size: 56px;
    line-height: 74px;
    color: #012a4a;
    font-weight: 900;
    padding-bottom: 50px;
}
.Landing__16__Banner_div h3 span {
    text-decoration: line-through;
    font-size: 24px;
    line-height: 31px;
    color: #608aab;
    vertical-align: 7px;
    padding-right: 10px;
}
.Landing__16__Banner_div h6 {
    padding-top: 50px;
    font-size: 30px;
    line-height: 40px;
    color: #012a4a;
    font-weight: 500;
    padding-bottom: 100px;
}
.Landing__16__Slider_Box_img {
    position: absolute;
    width: 93%;
    top: 78px;
    left: 192px;
    z-index: 2;
}
.Landing__16__Slider_Box_img1 {
    width: 120%;
    top: 0;
    left: 108px;
    z-index: 1;
    position: relative;
    animation: ibrahim 10s linear infinite alternate;
}
@keyframes ibrahim {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-160deg);
    }
}
.Landing__16__Slider_Box {
    position: relative;
}
.Landing__16__Slider_B_Box {
    position: absolute;
    top: -40px;
    right: -100px;
}
.Landing__16__Slider_B1 {
    height: 15px;
    width: 15px;
    background-color: #f0e615;
    margin-left: 28px;
}
.Landing__16__Slider_B2 {
    height: 15px;
    width: 15px;
    background-color: #003b60;
    margin-left: 28px;
}
.Landing__16__Slider_B_Box button {
    margin-left: 28px;
}
.Landing__16__txt_B {
    position: absolute;
    left: 187px;
    top: 643px;
    z-index: 1;
}
.Landing__16__txt_B li h4 {
    display: inline;
    font-size: 50px;
    line-height: 65px;
    vertical-align: -7px;
    margin-left: 10px;
    font-weight: 600;
}
.Landing__16__txt_B li {
    padding: 17px 27px;
    color: #003b60;
    background-color: #f0e615;
    border-radius: 50px 0 50px 0;
}
.Landing__16__txt_B h5 {
    color: #fff;
    font-size: 33px;
    line-height: 43px;
    padding: 17px 27px;
    background-color: #003b60;
    border-radius: 50px 0 50px 0;
    display: inline-block;
    margin-left: -50px;
}
.Landing__16__Ul_div p {
    display: inline;
    margin-left: 10px;
    vertical-align: -2px;
}
.Landing__16__Ul_div {
    margin-top: 10px;
}
.Landing__16__Ul_div li {
    margin-top: 24px;
    display: flex;
}
.Landing__16 .Landing__16_P_Gap {
    margin-bottom: 80px;
}
.Landing__16__DanimBg {
    padding-bottom: 50px;
    background-image: url(/_next/static/media/img3.a7296202.png);
    background-size: cover;
    position: relative;
    z-index: 0;
}
.Landing__16__DanimBg_Img {
    width: 97%;
    height: 791px;
    margin-top: -440px;
}
.Landing__16 .Landing__16__DanimBg_h2 {
    color: #f0e615;
    margin: 80px 0 20px 40px;
}
.Landing__16 .Landing__16__DanimBg_Img2 {
    margin-left: 40px;
}
.Landing__16 .Landing__16__DanimBg_h2_two {
    color: #f0e615;
    text-align: center;
    margin-top: 443px;
    margin-bottom: 40px;
}
.Landing__16__DanimBg_h2_div {
    text-align: center;
}
.Landing__16_Card {
    padding: 28px 20px 20px;
    background-color: #fff;
    border-radius: 70px 0 50px 0;
    margin-bottom: 80px;
}
.Landing__16_Card img {
    width: 100%;
    height: 213px;
    transition: 0.2s;
}
.Landing__16_Carddiv {
    height: 213px;
    box-sizing: border-box;
    overflow: hidden;
}
.Landing__16_Card img:hover {
    transform: scale(1.1);
}
.Landing__16 .Landing__16_Card p {
    margin-top: 22px;
    color: #fff;
    padding: 14px 27px;
    background-color: #003b60;
    border-radius: 50px 0 50px 0;
    font-size: 18px;
    line-height: 23px;
    width: 100%;
}
.Landing__16 p.Landing__16_Cardp1 {
    padding: 25px 27px;
}
.Landing__16__CardSec {
    background-color: #f0f9ff;
    padding-top: 100px;
    padding-bottom: 50px;
}
.Landing__16_Card_Hr {
    border-bottom: 1px dashed #003b60;
    margin-bottom: 30px;
}
.Landing__16__Dn_Bg {
    background-color: #f0f9ff;
    padding-bottom: 300px;
}
.Landing__16_DNH2 {
    text-align: center;
    padding-bottom: 40px;
}
.Landing__16__Ul_div li img {
    margin-bottom: auto;
}
.Landing__16__DanimBg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #5c5c5c;
    opacity: 0.6;
    z-index: -1;
}
.Landing__16__Video_div {
    margin-top: -200px;
}
.Landing__16_DNH2 p {
    padding: 18px 67px;
    border: 1px solid #003b60;
    margin-top: 40px;
    border-radius: 5px;
    display: inline-block;
}
.Landing__16 .Landing__16__Order2 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
}
.Landing__16 .Landing__16__Order2 img {
    height: 696px;
}
.Landing__16__Order2Abs {
    position: absolute;
    text-align: center;
}
.Landing__16__Order2Abs h4 {
    font-size: 51px;
    line-height: 69px;
    color: #fff;
    font-weight: 900;
}
.Landing__16__Order2Abs h5 {
    font-size: 32px;
    line-height: 42px;
    color: #fff;
    margin: 30px 0;
}
.Landing__16 #OrderConfirmLeft #Payment #ArrowBg,
.Landing__16 #OrderConfirmRight button {
    background: #f0e615;
}
.Landing__16 #OrderConfirmLeft #Payment #ArrowBg p {
    color: #fff;
}
.Landing__16 #OrderConfirmLeft #Payment #ArrowBg:after {
    border-bottom: 15px solid #f0e615;
}
.Landing__16 #OrderConfirmLeft #Payment #CustomeInput input:checked + label:before {
    background: #f0e615;
}
.Landing__16 #OrderConfirmLeft #Payment #CustomeInput input + label {
    color: #000;
}
.Landing__16 #OrderConfirmFrom,
.Landing__16 #OrderConfirmRight ul li h5 {
    color: #fff;
}
.Landing__16 #OrderConfirmLeft #Payment h3 {
    color: #000;
}
.Landing__16 #OrderConfirmFrom h2,
.Landing__16 #OrderConfirmRight ul #left p {
    color: #fff;
}
.Landing__16__FooterBg {
    background: #003b60;
    background-size: cover;
}
.Landing__16__FooterBgRow_Div img {
    max-height: 170px;
}
.Landing__16__FooterBgRow_Div {
    padding: 44px 170px;
    background-color: #003b60;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 50px 0 50px 0;
}
.Landing__16__FooterBgRow_Div h4 {
    color: #fff;
    font-size: 24px;
    line-height: 32px;
}
.Landing__16__FooterBgRow_Div h3 {
    color: #fff;
    font-size: 30px;
    line-height: 42px;
    padding-top: 10px;
}
.Landing__16__FooterBgRow_Div a {
    color: #fff;
    font-size: 18px;
    line-height: 32px;
}
.Landing__16__FooterHr {
    border-bottom: 1px solid #f0e615;
    background-color: #000;
    width: 50px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.Landing__16 .Landing__16__FooterH3 {
    color: #f0e615;
}
.Landing__16_socialMidia {
    padding-top: 121px;
}
.Landing__16 .tiny-footer_tinyFooter__Tr3b1 p {
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}
.Landing__16 .tiny-footer_tinyFooter__Tr3b1 p a {
    display: inline;
    font-size: 20px;
    font-weight: 600;
    color: #f0e615;
    padding: 0 5px;
}
.Landing__16 .order_OrderConfirmLeft__uVx3z .order_Payment__SoQ0N .order_CustomeInput__NQVsd input + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    color: #000;
}
@media (max-width: 1600px) {
    .Landing__16__txt_B {
        position: absolute;
        left: 166px;
        top: 443px;
    }
    .Landing__16__Banner_div h3 {
        font-size: 40px;
        line-height: 36px;
        padding-bottom: 20px;
    }
    .Landing__16__Slider_Box_img {
        position: absolute;
        width: 67%;
        top: 40px;
        left: 158px;
        z-index: 2;
    }
    .Landing__16__Slider_Box_img1 {
        position: absolute;
        width: 85%;
        top: 0;
        left: 95px;
    }
    .Landing__16__Slider_B_Box {
        position: absolute;
        top: -40px;
        right: -25px;
    }
    .Landing__16__txt_B li h4 {
        font-size: 24px;
        line-height: 52px;
    }
    .Landing__16__txt_B li img {
        width: 28px;
    }
    .Landing__16__txt_B h5 {
        color: #fff;
        font-size: 24px;
        line-height: 36px;
        padding: 10px 27px;
        border-radius: 50px 0 50px 0;
    }
    .Landing__16__txt_B li {
        padding: 0 27px;
    }
    .Landing__16__Banner_div h4 {
        padding: 10px 27px;
        border-radius: 50px 0 50px 0;
        font-size: 20px;
        margin-top: 35px;
    }
    .Landing__16 h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .Landing__16 a.bg {
        padding: 20px 60px;
        font-size: 28px;
    }
    .Landing__16__Banner_div h6 {
        padding-top: 18px;
        font-size: 24px;
        line-height: 35px;
    }
    .Landing__16__Banner_div h5 {
        padding-top: 14px;
    }
}
@media (max-width: 1400px) {
    .Landing__16 h1 {
        line-height: 54px;
    }
    .Landing__16__Banner_div h3 {
        font-size: 40px;
        line-height: 36px;
        padding-bottom: 20px;
    }
    .Landing__16__Slider_Box_img {
        position: absolute;
        width: 67%;
        top: 40px;
        left: 158px;
        z-index: 2;
    }
    .Landing__16__Slider_Box_img1 {
        position: absolute;
        width: 85%;
        top: 0;
        left: 95px;
    }
    .Landing__16__Slider_B_Box {
        position: absolute;
        top: -40px;
        right: -25px;
    }
    .Landing__16__txt_B li h4 {
        font-size: 24px;
        line-height: 52px;
    }
    .Landing__16__txt_B li img {
        width: 28px;
    }
    .Landing__16__txt_B li {
        padding: 0 27px;
    }
    .Landing__16__txt_B h5 {
        color: #fff;
        font-size: 24px;
        line-height: 36px;
        padding: 10px 27px;
        border-radius: 50px 0 50px 0;
    }
    .Landing__16__txt_B {
        position: absolute;
        left: 166px;
        top: 392px;
    }
    .Landing__16__Banner_div h4 {
        padding: 10px 27px;
        border-radius: 50px 0 50px 0;
        font-size: 20px;
        margin-top: 35px;
    }
    .Landing__16 h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .Landing__16 a.bg {
        padding: 20px 60px;
        font-size: 28px;
    }
    .Landing__16__Banner_div h6 {
        padding-top: 18px;
        font-size: 24px;
        line-height: 35px;
    }
    .Landing__16__Banner_div h5 {
        padding-top: 14px;
    }
    .Landing__16 h2 {
        font-size: 40px;
        line-height: 60px;
    }
    .Landing__16 p {
        font-size: 20px;
        line-height: 31px;
    }
    .Landing__16 .Landing__16__DanimBg_h2_two {
        margin-top: 280px;
    }
    .Landing__16 .Landing__16__Order2 img {
        height: 592px;
    }
    .Landing__16__DanimBg_Img {
        width: 97%;
        height: 700px;
    }
    .Landing__16 .Landing__16__Banner_div h6 {
        padding-top: 50px;
        padding-bottom: 0;
    }
}
@media (max-width: 1280px) {
    .Landing__16 h1 {
        font-size: 35px;
        line-height: 50px;
    }
    .Landing__16__Banner_div h3 {
        font-size: 35px;
        line-height: 36px;
    }
    .Landing__16__Banner_div h3 span {
        font-size: 20px;
    }
    .Landing__16__Banner_div h4 {
        padding: 6px 27px;
        border-radius: 50px 0 50px 0;
        font-size: 16px;
    }
    .Landing__16 a.bg {
        padding: 16px 60px;
        font-size: 24px;
    }
    .Landing__16__txt_B {
        position: absolute;
        left: 166px;
        top: 347px;
        z-index: 2;
    }
    .Landing__16__txt_B h5 {
        font-size: 20px;
        line-height: 36px;
        padding: 6px 27px;
        border-radius: 50px 0 50px 0;
    }
    .Landing__16__Slider_Box_img1 {
        width: 85%;
        top: 0;
        left: 70px;
    }
    .Landing__16 h2 {
        font-size: 30px;
        line-height: 43px;
    }
    .Landing__16__Order2Abs h4 {
        font-size: 40px;
        line-height: 50px;
        color: #fff;
        font-weight: 900;
    }
    .Landing__16 .Landing__16__Order2 img {
        height: 522px;
    }
    .Landing__16__Order2Abs h5 {
        font-size: 28px;
        line-height: 42px;
    }
    .Landing__16__DanimBg_Img {
        width: 97%;
        height: 604px;
    }
    .Landing__16 .Landing__16__DanimBg_h2_two {
        color: #f0e615;
        margin-top: 143px;
    }
    .Landing__16 .Landing__16_Card p {
        font-size: 14px;
    }
    .Landing__16__Slider_B_Box {
        right: 13px;
    }
    .Landing__16__bg_div {
        padding: 54px 0 20px;
        background-size: cover;
    }
    .Landing__16 .Landing__16__Banner_div h6 {
        padding-top: 26px;
        padding-bottom: 0;
        line-height: 29px;
    }
    .Landing__16__Banner_div h5 {
        line-height: 23px;
    }
    .Landing__16__Slider_Box_img {
        left: 119px;
    }
}
@media (max-width: 991px) {
    .Landing__16 h1 {
        font-size: 28px;
        line-height: 40px;
    }
    .Landing__16__Banner_div h3 {
        font-size: 30px;
        line-height: 30px;
    }
    .Landing__16__txt_B {
        position: absolute;
        left: 89px;
        top: 321px;
    }
    .Landing__16__Slider_Box_img {
        left: 97px;
    }
    .Landing__16__FooterBgRow_Div {
        padding: 44px 49px;
    }
    .Landing__16 .Landing__16__Order2 img {
        height: 443px;
    }
}
@media (max-width: 767px) {
    .Landing__16__RowReverce {
        display: flex;
        flex-direction: column-reverse;
        text-align: center;
    }
    .Landing__16__Padding {
        margin-top: 476px;
    }
    .Landing__16__Banner_div h5 {
        padding-top: 24px;
    }
    .Landing__16__Banner_div h3 {
        padding-bottom: 32px;
    }
    .Landing__16__txt_B {
        position: absolute;
        left: 166px;
        top: 389px;
    }
    .Landing__16 .Landing__16__DanimBg_Img2 {
        margin-left: -154px;
        height: 80px;
    }
    .Landing__16 .Landing__16__DanimBg_h2_two {
        margin-top: 98px;
    }
    .Landing__16__DanimBg_Img {
        width: 97%;
        height: 375px;
        margin-top: -206px;
    }
    .Landing__16__DanimBg {
        margin-top: 210px;
    }
    .Landing__16 p {
        font-size: 18px;
        line-height: 22px;
    }
    .Landing__16__FooterBgRow_Div {
        display: block;
        border-radius: 50px 0 50px 0;
        text-align: center;
        padding: 44px 49px;
    }
    .Landing__16__FooterBgRow_Div img {
        padding: 25px;
    }
    .Landing__16__FooterHr {
        display: inline-block;
    }
    .Landing__16 h2 {
        font-size: 24px;
        line-height: 28px;
        text-align: center;
    }
}
@media (max-width: 575px) {
    .Landing__16__Slider_B1 {
        height: 10px;
        width: 10px;
        background-color: #f0e615;
        margin-left: 28px;
    }
    .Landing__16__Slider_B2 {
        height: 10px;
        width: 10px;
    }
    .Landing__16__Slider_B_Box button {
        margin-left: 10px;
    }
    .Landing__16__Slider_Box_img {
        left: 73px;
    }
    .Landing__16__Slider_Box_img1 {
        width: 85%;
        top: 0;
        left: 21px;
    }
    .Landing__16__txt_B {
        position: absolute;
        left: 81px;
        top: 292px;
    }
    .Landing__16__txt_B li h4 {
        font-size: 20px;
        line-height: 40px;
    }
    .Landing__16__txt_B li img {
        width: 24px;
        vertical-align: -14px;
    }
    .Landing__16__txt_B h5 {
        font-size: 16px;
    }
    .Landing__16__Padding {
        margin-top: 403px;
    }
    .Landing__16 h1 {
        font-size: 24px;
        line-height: 32px;
    }
    .Landing__16__Banner_div h3 {
        font-size: 24px;
        line-height: 30px;
    }
    .Landing__16__Banner_div h3 span {
        font-size: 18px;
        vertical-align: 0;
        padding-right: 10px;
    }
    .Landing__16 .Landing__16__Banner_div h6 {
        padding-top: 26px;
        padding-bottom: 0;
        line-height: 24px;
        font-size: 18px;
    }
    .Landing__16 a.bg {
        padding: 12px 60px;
        font-size: 20px;
    }
    .Landing__16 a svg {
        font-size: 24px;
        margin-top: -5px;
        margin-right: 10px;
    }
    .Landing__16_section_gaps {
        margin-top: 50px;
    }
    .Landing__16 h2 {
        font-size: 22px;
        line-height: 28px;
        text-align: center;
    }
    .Landing__16__DanimBg_Img {
        width: 82%;
        height: 375px;
        margin-top: -206px;
        text-align: center;
        margin-left: 8%;
    }
    .Landing__16 .Landing__16__DanimBg_Img2 {
        height: 61px;
        text-align: center !important;
        margin-left: 10%;
    }
    .Landing__16_Card p {
        text-align: center;
    }
    .Landing__16__Ul_div img {
        width: 15px;
    }
    .Landing__16__Dn_Bg {
        background-color: #f0f9ff;
        padding-bottom: 263px;
    }
    .Landing__16_DNH2 p {
        padding: 18px 20px;
    }
    .Landing__16__FooterBgRow_Div h3 {
        color: #fff;
        font-size: 24px;
    }
    .Landing__16__FooterBgRow_Div img {
        padding: 25px;
        height: 200px;
    }
    .Landing__16_socialMidia {
        padding-top: 45px;
    }
    .Landing__16 .tiny-footer_tinyFooter__Tr3b1 p {
        color: #fff;
    }
    .Landing__16 .tiny-footer_tinyFooter__Tr3b1 p,
    .Landing__16 .tiny-footer_tinyFooter__Tr3b1 p a {
        line-height: 26px;
        text-align: center;
        font-size: 16px;
    }
    .Landing__16 p.Landing__16_Cardp1 {
        padding: 13px 27px;
    }
}
@media (max-width: 420px) {
    .Landing__16__Slider_Box_img1 {
        width: 80%;
        top: 20px;
        left: 45px;
    }
}
.Landing__17 {
    font-family: "Noto Serif Bengali", serif;
    list-style-type: none;
    overflow-x: hidden;
}
.Landing__17 ul {
    padding: 0;
    list-style: none;
}
.Landing__17 h1 {
    font-size: 44px;
    line-height: 72px;
    color: #012a4a;
    font-weight: 900;
    padding-top: 20px;
    padding-bottom: 50px;
}
.Landing__17 h2 {
    font-size: 40px;
    line-height: 52px;
    color: #012a4a;
    font-weight: 900;
    text-align: center;
}
.Landing__17 p {
    color: #012a4a;
    font-size: 24px;
    line-height: 31px;
}
.Landing__17 .bg {
    transition: 0.5s;
    display: block;
    font-size: 32px;
    line-height: 35px;
    font-weight: 600;
    text-decoration: none;
}
.Landing__17 a.bg {
    padding: 35px 74px;
    color: #fff;
    background-image: linear-gradient(90deg, #16a4e9 0, #45d5f6 51%, #16a4e9);
    background-size: 180% auto;
    display: inline-block;
    transition: 0.2s;
    font-weight: 600;
}
.Landing__17 .Landing__17__RelButton a svg {
    font-size: 32px;
    margin-top: -5px;
    margin-right: 10px;
    color: #fff;
}
.Landing__17 a.bg:hover {
    background-position: 100%;
    color: #fff;
    text-decoration: none;
}
.Landing__17_section_gaps {
    padding-top: 100px;
}
.Landing__17__bg_div {
    background-image: url(/_next/static/media/bg.b04e5fd5.png);
    padding: 0 0 100px;
    background-size: cover;
}
.Landing__17__MenuDiv {
    display: flex;
    justify-content: center;
    position: relative;
}
.Landing__17__MenuMid {
    padding-top: 35px;
    background-color: hsla(0, 0%, 90%, 0.4);
    width: 200px;
    height: 190px;
    text-align: center;
    border-radius: 0 0 100px 100px;
    position: absolute;
}
.Landing__17__RowPad {
    padding-top: 163px;
    padding-bottom: 140px;
}
.Landing__17__Banner1 {
    position: relative;
}
.Landing__17__Banner1 h4 {
    top: 18px;
    position: absolute;
    padding: 9px 37px;
    background-color: #e5e5e5;
    font-size: 30px;
    line-height: 40px;
    color: #012a4a;
    border-radius: 20px;
    font-weight: 500;
}
.Landing__17__Banner1 h3 {
    font-size: 48px;
    line-height: 74px;
    color: #012a4a;
    font-weight: 900;
    display: flex;
    align-items: center;
}
.Landing__17__Banner1 span {
    font-size: 30px;
    line-height: 40px;
    color: #fc8730;
    font-weight: 400;
    text-decoration: line-through;
    margin-left: 10px;
}
.Landing__17__Banner1 h5 {
    font-size: 35px;
    line-height: 46px;
    color: #06476e;
    padding: 10px 50px 10px 26px;
    border: 4px solid #fff;
    display: inline-block;
    font-weight: 600px;
}
.Landing__17__RelText img {
    height: 83px;
    margin-top: -7px;
    margin-left: -3px;
}
.Landing__17__RelText {
    position: relative;
    margin-bottom: 100px;
}
.Landing__17__AbsB_Box {
    position: absolute;
    top: -80px;
    left: 350px;
}
.Landing__17__AbsB_Box img {
    position: absolute;
}
.Landing__17__RelButton {
    position: relative;
    display: inline-block;
}
.Landing__17__Button1 {
    top: -18px;
    left: -18px;
}
.Landing__17__Button1,
.Landing__17__Button2 {
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #1396d0;
}
.Landing__17__Button2 {
    right: -18px;
    display: block;
}
.Landing__17__Col_2Rel {
    position: relative;
}
.Landing__17__img2Abs {
    width: 90%;
    margin-left: 30px;
    position: absolute;
    top: 0;
    left: 80px;
    z-index: 1;
    animation: ibrahim256s 12s linear infinite;
}
@keyframes ibrahim256s {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(1turn);
    }
}
.Landing__17__Col_2Rel .Landing__17__img3 {
    margin-left: 50px;
    width: 120%;
    position: absolute;
    z-index: 2;
    margin-top: 100px;
}
.Landing__17__CardSec {
    padding: 100px 0 235px;
    background-color: #ecfbff;
}
.Landing__17__Card {
    background-color: #d7f3fb;
    padding: 50px 45px 90px;
    height: 414px;
    text-align: center;
    border-radius: 150px;
}
.Landing__17__Card:hover {
    outline: 2px dashed #fc8730;
    outline-offset: 10px;
}
.Landing__17__Card:hover.Landing__17__Card h4 {
    color: #1ea6dd;
}
.Landing__17__CardImgHei {
    height: 215px;
    box-sizing: border-box;
}
.Landing__17__Card img {
    width: 100%;
}
.Landing__17__Card h4 {
    width: 100%;
    font-size: 24px;
    line-height: 31px;
    color: #012a4a;
}
.Landing__17__ShippingDiv {
    margin-top: -100px;
    background-color: #fff;
    border-radius: 10px;
}
.Landing__17 #ShippingAddressItem p {
    color: #012a4a;
    margin-top: 10px;
    font-weight: 600;
}
.Landing__17 #ShippingAddressItem {
    padding: 50px 0;
}
.Landing__17 #ShippingAddressItem:hover {
    background-image: linear-gradient(180deg, #45d5f6, #2fc4ee, #19b3e6, #09a2dc, #0c91d1);
}
.Landing__17 #ShippingAddressItem:hover p {
    color: #fff;
}
.Landing__17 .Landing__17__Order2 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
}
.Landing__17 .Landing__17__Order2 img {
    height: 962px;
}
.Landing__17__Order2Abs {
    position: absolute;
    text-align: center;
    top: 250px;
}
.Landing__17__Order2Abs h4 {
    font-size: 51px;
    line-height: 69px;
    color: #16a3e8;
    font-weight: 900;
}
.Landing__17__Order2Abs h5 {
    font-size: 32px;
    line-height: 42px;
    color: #16a3e8;
    margin: 30px 0;
}
.Landing__17 .Landing__17__VideoH2Sec h2 {
    padding: 80px 30% 317px;
    background-color: #ecfbff;
}
.Landing__17__Video_div {
    margin-top: -280px;
}
.Landing__17 .Landing__17__Order3 img {
    height: 129px;
}
.Landing__17 .Landing__17__Order3 {
    margin-top: -60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
}
.Landing__17__Order2Abs2 {
    position: absolute;
    text-align: center;
}
.Landing__17__Order2Abs2 h4 {
    font-size: 51px;
    line-height: 69px;
    color: #fff;
    font-weight: 900;
}
.Landing__17__Order2Abs2 h5 {
    font-size: 30px;
    line-height: 42px;
    color: #fff;
}
.Landing__17__TableSec {
    background-image: url(/_next/static/media/bg3.335739e7.png);
    padding: 80px 130px 55px;
    background-size: cover;
}
.Landing__17__TableSec h2 {
    padding-bottom: 40px;
}
.Landing__17__Ul_div p {
    display: inline;
    margin-left: 10px;
    vertical-align: -2px;
    font-weight: 600;
}
.Landing__17__Ul_div {
    margin-top: 10px;
}
.Landing__17__Ul_div li {
    margin-top: 24px;
}
.Landing__17__TableBox {
    margin-top: 50px;
    padding: 30px;
    background-color: #fff;
}
.Landing__17__TableBox h4 {
    font-size: 30px;
    color: #012a4a;
    line-height: 31px;
    padding-bottom: 18px;
    text-align: center;
    font-weight: 900;
}
.Landing__17__TableRow {
    border: 1px solid #012a4a;
    border-right: none;
}
.Landing__17__TableRow div {
    border: none;
    border-right: 1px solid #012a4a;
    color: #012a4a;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    font-weight: 900;
}
.Landing__17__Order4Sec {
    background-image: url(/_next/static/media/bg2.d81ca5b3.png);
    padding: 0 0 250px;
    background-size: cover;
    margin-top: -55px;
}
.Landing__17 .Landing__17__Order4 {
    display: flex;
    justify-content: center;
    position: relative;
    text-align: center;
}
.Landing__17 .Landing__17__Order4 img {
    height: 690px;
}
.Landing__17__Order4Abs {
    position: absolute;
    text-align: center;
}
.Landing__17__Order4Abs h5 {
    font-size: 24px;
    line-height: 31px;
    color: #fff;
    margin-top: 250px;
    margin-bottom: 100px;
    margin-left: -300px;
}
.Landing__17__Order4Abs h4 {
    font-size: 60px;
    line-height: 81px;
    color: #012a4a;
    font-weight: 900;
}
.Landing__17__Order4Abs h6 {
    font-size: 24px;
    line-height: 42px;
    color: #012a4a;
    font-weight: 600;
    margin-bottom: 155px;
}
.Landing__17 .Landing__17__SliderH2 {
    padding-bottom: 50px;
}
.Landing__17__Slider_CardDiv {
    padding: 104px 17px;
    box-shadow: 6px 2px 16px 0 rgba(136, 165, 191, 0.48), -6px -2px 16px 0 hsla(0, 0%, 100%, 0.8);
    border-radius: 150px;
}
.Landing__17__Slider_CardDiv:hover {
    background-color: #d7f3fb;
    border-radius: 150px;
}
.Landing__17__Slider_CardDiv img {
    width: 100%;
    height: 200px;
}
.Landing__17 .swiper-button-prev {
    right: auto;
    left: 0 !important;
}
.Landing__17 .swiper-button-next,
.Landing__17 .swiper-button-prev {
    padding: 10px 20px !important;
    background-image: linear-gradient(180deg, #45d5f6, #2fc4ee, #19b3e6, #09a2dc, #0c91d1);
    border-radius: 50px;
    width: 40px !important;
    height: 40px !important;
}
.Landing__17 .swiper-button-next {
    right: 10px;
    left: auto;
    right: 0 !important;
}
.Landing__17 .swiper-button-next:after,
.Landing__17 .swiper-button-prev:after {
    font-size: 14px !important;
    color: #42210b;
}
.Landing__17__FashionSec {
    position: relative;
}
.Landing__17__FashionSec .Landing__17__FashionSecImgAbs {
    position: absolute;
    top: -120px;
    right: -20px;
    width: 35%;
}
.Landing__17 .Landing__17__FashionH2 {
    text-align: left;
}
.Landing__17__PlaseInOdr {
    border-radius: 50px;
    padding: 0 5%;
}
.Landing__17 #OrderConfirmLeft #Payment #ArrowBg,
.Landing__17 #OrderConfirmRight button,
.Landing__17__PlaseInOdr {
    background-image: linear-gradient(180deg, #45d5f6, #2fc4ee, #19b3e6, #09a2dc, #0c91d1);
}
.Landing__17 #OrderConfirmLeft #Payment #ArrowBg p {
    color: #fff;
}
.Landing__17 #OrderConfirmLeft #Payment #ArrowBg:after {
    border-bottom: 15px solid #0c91d1;
}
.Landing__17 #OrderConfirmLeft #Payment #CustomeInput input:checked + label:before {
    background-image: linear-gradient(180deg, #45d5f6, #2fc4ee, #19b3e6, #09a2dc, #0c91d1);
}
.Landing__17__FooterMidDiv img {
    max-height: 140px;
}
.Landing__17__FooterBgRow_DivMain {
    background-image: linear-gradient(0deg, #ecfbff, #ecfbff, #ecfbff, #ecfbff, #ecfbff);
    padding-bottom: 50px;
}
.Landing__17__FooterBgRow_Div {
    padding: 0 170px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 50px 0 50px 0;
}
.Landing__17__FooterBgRow_Div h4 {
    color: #012a4a;
    font-size: 24px;
    line-height: 32px;
}
.Landing__17__FooterBgRow_Div h3 {
    color: #1ea7dd;
    font-size: 30px;
    line-height: 42px;
    padding-top: 10px;
}
.Landing__17__FooterBgRow_Div a {
    color: #06658b;
    font-size: 18px;
    line-height: 32px;
}
.Landing__17__FooterHr {
    border-bottom: 1px solid #1ea7dd;
    background-color: #000;
    width: 50px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.Landing__17 .Landing__17__FooterH3 {
    color: #012a4a;
}
.Landing__17 .tiny-footer_tinyFooter__Tr3b1 p {
    line-height: 40px;
    text-align: center;
    color: #012a4a;
    font-size: 18px;
}
.Landing__17 .tiny-footer_tinyFooter__Tr3b1 p a {
    display: inline;
    font-size: 20px;
    font-weight: 600;
    color: #1ea7dd;
    padding: 0 5px;
}
.Landing__17__FooterMidDiv {
    padding-top: 21px;
    margin: 0 15px;
    background-color: #36c3ed;
    width: 332px;
    height: 310px;
    text-align: center;
    border-radius: 0 0 150px 150px;
}
.Landing__17 .socia-media_SocialMediaContent__A6ShX a.socia-media_TW__qnuIS {
    color: #3ff;
}
.Landing__17 .tiny-footer_tinyFooter__Tr3b1 {
    margin-top: 30px;
}
@media (max-width: 1440px) {
    .Landing__17__Banner1 h4 {
        top: 10px;
        padding: 4px 37px;
        font-size: 24px;
    }
    .Landing__17__Banner1 img {
        height: 71px;
        margin-top: -1px;
    }
    .Landing__17 h1 {
        font-size: 40px;
        line-height: 52px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .Landing__17__Banner1 h3 {
        font-size: 40px;
        line-height: 60px;
    }
    .Landing__17__Banner1 h5 {
        font-size: 28px;
        line-height: 30px;
        padding: 10px 50px 10px 26px;
    }
    .Landing__17__RelText img {
        height: 55px;
        margin-top: 0;
    }
    .Landing__17__AbsB_Box {
        position: absolute;
        top: -58px;
        left: 300px;
    }
    .Landing__17 a.bg {
        padding: 22px 60px;
        font-size: 24px;
    }
    .Landing__17__RelText {
        position: relative;
        margin-bottom: 52px;
    }
    .Landing__17__Col_2Rel .Landing__17__img3 {
        margin-left: 102px;
        width: 80%;
        position: absolute;
        z-index: 2;
        margin-top: 50px;
    }
    .Landing__17__img2Abs {
        width: 65%;
        margin-left: 45px;
        position: absolute;
        top: 0;
        left: 90px;
        z-index: 1;
    }
    .Landing__17__CardImgHei {
        height: 214px;
        box-sizing: border-box;
    }
    .Landing__17__Card h4 {
        width: 100%;
        font-size: 20px;
        line-height: 26px;
        color: #012a4a;
    }
    .Landing__17__Card {
        height: 400px;
    }
    .Landing__17 p {
        color: #012a4a;
        font-size: 20px;
        line-height: 28px;
    }
    .Landing__17__Order2Abs h4 {
        font-size: 40px;
        line-height: 60px;
        color: #16a3e8;
        font-weight: 900;
    }
    .Landing__17__Order2Abs h5 {
        font-size: 28px;
        line-height: 34px;
        color: #16a3e8;
        margin: 30px 0;
    }
    .Landing__17 .Landing__17__Order2 img {
        height: 813px;
    }
    .Landing__17__Order2Abs {
        position: absolute;
        text-align: center;
        top: 184px;
    }
    .Landing__17 h2 {
        font-size: 35px;
        line-height: 49px;
        color: #012a4a;
        font-weight: 900;
        text-align: center;
    }
    .Landing__17 .Landing__17__VideoH2Sec h2 {
        padding: 80px 20% 317px;
        background-color: #ecfbff;
    }
    .Landing__17__Order2Abs2 h4 {
        font-size: 40px;
        line-height: 60px;
        color: #fff;
        font-weight: 900;
    }
    .Landing__17__Order2Abs2 h5 {
        font-size: 24px;
        line-height: 36px;
        color: #fff;
    }
    .Landing__17__Order4Abs h4 {
        font-size: 40px;
        line-height: 60px;
        color: #012a4a;
        font-weight: 900;
    }
    .Landing__17 .Landing__17__Order3 img {
        height: 100px;
    }
    .Landing__17__Slider_CardDiv {
        padding: 75px 17px;
    }
}
@media (max-width: 1280px) {
    .Landing__17 h1 {
        font-size: 35px;
        line-height: 46px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .Landing__17__Banner1 h3 {
        font-size: 35px;
        line-height: 55px;
    }
    .Landing__17__Banner1 h5 {
        font-size: 24px;
        line-height: 24px;
        padding: 10px 50px 10px 26px;
    }
    .Landing__17__RelText img {
        height: 50px;
        margin-top: 0;
    }
    .Landing__17 a.bg {
        padding: 19px 60px;
        font-size: 20px;
    }
    .Landing__17__Button2 {
        right: -14px;
        display: block;
    }
    .Landing__17__Button1,
    .Landing__17__Button2 {
        position: absolute;
        width: 14px;
        height: 14px;
        background-color: #1396d0;
    }
    .Landing__17__Button1 {
        top: -14px;
        left: -14px;
    }
    .Landing__17__Col_2Rel .Landing__17__img3 {
        margin-left: 109px;
        width: 72%;
        position: absolute;
        z-index: 2;
        margin-top: 50px;
    }
    .Landing__17__img2Abs {
        width: 65%;
        margin-left: 29px;
        position: absolute;
        top: 0;
        left: 90px;
        z-index: 1;
    }
    .Landing__17__CardImgHei {
        height: 217px;
        box-sizing: border-box;
    }
    .Landing__17__Card {
        background-color: #d7f3fb;
        padding: 50px 15px 90px;
        height: 371px;
        text-align: center;
        border-radius: 150px;
    }
    .Landing__17__Order2Abs h4 {
        font-size: 35px;
        line-height: 50px;
        color: #16a3e8;
        font-weight: 900;
    }
    .Landing__17__Order2Abs h5 {
        font-size: 24px;
        line-height: 24px;
        color: #16a3e8;
        margin: 30px 0;
    }
    .Landing__17 .Landing__17__Order2 img {
        height: 720px;
    }
    .Landing__17 .Landing__17__VideoH2Sec h2 {
        padding: 80px 10% 317px;
        background-color: #ecfbff;
    }
    .Landing__17__Order4Abs h4 {
        font-size: 35px;
        line-height: 50px;
    }
    .Landing__17 .Landing__17__Order4 img {
        height: 673px;
    }
    .Landing__17__FashionSec .Landing__17__FashionSecImgAbs {
        position: absolute;
        top: 0;
        right: -20px;
        width: 35%;
    }
    .Landing__17__FooterBgRow_Div {
        padding: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-radius: 50px 0 50px 0;
    }
}
@media (max-width: 991px) {
    .Landing__17__Ul_div img {
        height: 20px;
    }
    .Landing__17__Order4Sec {
        padding: 0 0 145px;
        background-size: cover;
        margin-top: -55px;
    }
    .Landing__17 h1 {
        font-size: 28px;
        line-height: 37px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .Landing__17__Banner1 h3 {
        font-size: 28px;
        line-height: 40px;
    }
    .Landing__17__Banner1 span {
        font-size: 20px;
        line-height: 20px;
    }
    .Landing__17__AbsB_Box {
        position: absolute;
        top: -52px;
        left: 208px;
    }
    .Landing__17__Banner1 h5 {
        font-size: 20px;
        line-height: 16px;
        padding: 10px 50px 10px 26px;
    }
    .Landing__17__RelText img {
        height: 42px;
        margin-top: 0;
    }
    .Landing__17__Col_2Rel .Landing__17__img3 {
        margin-left: 109px;
        width: 72%;
        margin-top: 137px;
    }
    .Landing__17__img2Abs {
        width: 65%;
        margin-left: 29px;
        position: absolute;
        top: 93px;
        left: 90px;
        z-index: 1;
    }
    .Landing__17__Banner1 h4 {
        top: 10px;
        padding: 4px 37px;
        font-size: 20px;
    }
    .Landing__17__Card {
        margin: 20px 0;
    }
}
@media (max-width: 767px) {
    .Landing__17__MenuMid {
        padding-top: 35px;
        background-color: hsla(0, 0%, 90%, 0.4);
        width: 159px;
        height: 148px;
    }
    .Landing__17__Banner1 {
        margin-top: 450px;
    }
    .Landing__17__Col_2Rel .Landing__17__img3 {
        margin-left: 87px;
        width: 72%;
        margin-top: 70px;
    }
    .Landing__17__img2Abs {
        width: 65%;
        margin-left: 29px;
        top: 24px;
        left: 69px;
        z-index: 1;
    }
    .Landing__17__bg_div {
        padding: 0;
        background-size: cover;
    }
    .Landing__17__RowPad {
        flex-direction: column-reverse;
        padding-top: 163px;
        padding-bottom: 80px;
    }
    .Landing__17__CardImgHei {
        height: 211px;
        box-sizing: border-box;
    }
    .Landing__17__Order2Abs h4 {
        font-size: 30px;
        line-height: 20px;
        color: #16a3e8;
        font-weight: 900;
    }
    .Landing__17 .Landing__17__Order2 img {
        height: 489px;
    }
    .Landing__17__Order2Abs {
        position: absolute;
        text-align: center;
        top: 107px;
    }
    .Landing__17__TableSec {
        padding: 80px 10px 55px;
        background-size: cover;
    }
    .Landing__17 .Landing__17__VideoH2Sec h2 {
        padding: 80px 0 317px;
        background-color: #ecfbff;
    }
    .Landing__17__Order2Abs2 h4 {
        font-size: 28px;
        line-height: 32px;
        color: #fff;
        font-weight: 900;
    }
    .Landing__17 .Landing__17__Order3 img {
        height: 77px;
    }
    .Landing__17__TableRow div {
        color: #012a4a;
        font-size: 20px;
        padding: 16px 0;
        font-weight: 900;
    }
    .Landing__17 .Landing__17__Order4 img {
        height: 518px;
    }
    .Landing__17__Order4Abs h5 {
        font-size: 24px;
        line-height: 31px;
        color: #fff;
        margin-top: 183px;
        margin-bottom: 76px;
        margin-left: -259px;
    }
    .Landing__17__Order4Abs h6 {
        font-size: 24px;
        line-height: 42px;
        color: #012a4a;
        font-weight: 600;
        margin-bottom: 110px;
    }
    .Landing__17 .swiper-button-next,
    .Landing__17 .swiper-button-prev {
        display: none;
    }
    .Landing__17__FashionSec .Landing__17__FashionSecImgAbs {
        position: relative;
        top: -18px;
        right: -54%;
        width: 47%;
    }
    .Landing__17__FooterBgRow_Div {
        padding: 40px 0;
        display: block;
        text-align: center;
    }
    .Landing__17__FooterBgRow_Div > div {
        margin-bottom: 30px;
        text-align: center;
    }
    .Landing__17__FooterHr,
    .Landing__17__FooterMidDiv {
        margin: 0 auto;
    }
    .tiny-footer_tinyFooter__Tr3b1 {
        margin-top: 0;
    }
}
@media (max-width: 575px) {
    .Landing__17__Col_2Rel .Landing__17__img3 {
        margin-left: 42px;
        width: 84%;
        margin-top: 70px;
    }
    .Landing__17__img2Abs {
        width: 73%;
        margin-left: -14px;
        top: 24px;
        left: 69px;
        z-index: 1;
    }
    .Landing__17 h1 {
        font-size: 24px;
        line-height: 32px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .Landing__17__Banner1 {
        margin-top: 469px;
        text-align: center;
    }
    .Landing__17__Banner1 h4 {
        left: 7%;
    }
    .Landing__17__Banner1 h3 {
        font-size: 24px;
        line-height: 32px;
        display: block;
    }
    .Landing__17__AbsB_Box {
        position: relative;
        padding-top: 20px;
        top: 0;
        left: 0;
    }
    .Landing__17__Card img {
        width: 60%;
    }
    .Landing__17__Card {
        background-color: #d7f3fb;
        padding: 50px 15px 90px;
        height: 371px;
        text-align: center;
        border-radius: 150px;
        margin: 20px 17%;
    }
    .Landing__17__Order2Abs h4 {
        font-size: 24px;
        line-height: 2px;
        color: #16a3e8;
        font-weight: 900;
    }
    .Landing__17__Order2Abs h5 {
        font-size: 20px;
    }
    .Landing__17 a.bg {
        padding: 15px 49px;
        font-size: 20px;
    }
    .Landing__17 .Landing__17__Order2 img {
        height: 439px;
    }
    .Landing__17 h2 {
        font-size: 22px;
        line-height: 30px;
        color: #012a4a;
        font-weight: 900;
        text-align: center;
    }
    .Landing__17 p {
        color: #012a4a;
        font-size: 16px;
        line-height: 20px;
    }
    .Landing__17__TableSec h2 {
        padding-bottom: 0;
    }
    .Landing__17__TableBox h4 {
        font-size: 22px;
        color: #012a4a;
        line-height: 14px;
    }
    .Landing__17__TableRow div {
        color: #012a4a;
        font-size: 18px;
        padding: 7px 0;
        font-weight: 900;
    }
    .Landing__17__Slider_CardDiv {
        padding: 42px 1px;
    }
    .Landing__17__FooterBgRow_Div h4 {
        color: #012a4a;
        font-size: 20px;
        line-height: 32px;
    }
    .Landing__17__FooterBgRow_Div h3 {
        color: #1ea7dd;
        font-size: 24px;
        line-height: 16px;
        padding-top: 10px;
    }
    .Landing__17__Order4Abs h4 {
        font-size: 24px;
        line-height: 30px;
    }
    .Landing__17__Order4Abs h6 {
        font-size: 18px;
        line-height: 42px;
        color: #012a4a;
        font-weight: 600;
        margin-bottom: 110px;
    }
    .Landing__17__Order4Sec {
        padding: 0 0 112px;
        background-size: cover;
        margin-top: -55px;
    }
    .Landing__17_section_gaps {
        padding-top: 50px;
    }
    .Landing__17 .tiny-footer_tinyFooter__Tr3b1 {
        margin-top: 0;
    }
}
@media (max-width: 425px) {
    .Landing__17__Card img {
        width: 80%;
    }
    .Landing__17__Col_2Rel .Landing__17__img3 {
        margin-left: 42px;
        width: 84%;
        margin-top: 70px;
    }
    .Landing__17__img2Abs {
        width: 73%;
        margin-left: -14px;
        top: 24px;
        left: 69px;
        z-index: 1;
    }
    .Landing__17__Banner1 {
        margin-top: 369px;
    }
    .Landing__17__Banner1 h4 {
        top: 10px;
        padding: 4px 20px;
        font-size: 20px;
    }
    .Landing__17__Card {
        background-color: #d7f3fb;
        padding: 50px 15px 90px;
        height: 371px;
        text-align: center;
        border-radius: 150px;
        margin: 15px 4%;
    }
    .Landing__17__CardImgHei {
        height: 228px;
        box-sizing: border-box;
    }
    .Landing__17__Order4Abs h5 {
        font-size: 16px;
        margin-left: -191px;
    }
}
.Landing__18 {
    font-family: "Noto Serif Bengali", serif;
    list-style-type: none;
    overflow-x: hidden;
}
.Landing__18 ul {
    padding: 0;
    list-style: none;
}
.Landing__18 h1 {
    font-size: 48px;
    line-height: 75px;
    color: #1d4696;
    font-weight: 900;
    padding-top: 46px;
    padding-bottom: 35px;
}
.Landing__18 h2 {
    font-size: 40px;
    line-height: 52px;
    color: #0b1b38;
    font-weight: 900;
    text-align: center;
}
.Landing__18 p {
    color: #575757;
    font-size: 20px;
    line-height: 26px;
}
.Landing__18 .bg {
    transition: 0.5s;
    display: block;
    line-height: 35px;
    font-weight: 600;
    text-decoration: none;
}
.Landing__18 a.bg {
    padding: 24px 36px;
    color: #fff;
    background-image: linear-gradient(90deg, #fa3b61 0, #1d4696 51%, #fa3b61);
    background-size: 180% auto;
    display: inline-block;
    transition: 0.2s;
    font-weight: 600;
    border-radius: 10px;
    font-size: 24px;
}
.Landing__18 a.bg svg {
    font-size: 28px;
    margin-top: -5px;
    margin-right: 10px;
    color: #fff;
}
.Landing__18 a.bg:hover {
    background-position: 100%;
    color: #fff;
    text-decoration: none;
}
.Landing__18_section_gaps {
    padding-top: 100px;
}
.Landing__18__bg_div {
    background-image: url(/_next/static/media/bg.12d956ab.png);
    padding: 50px 0 250px;
    background-size: cover;
}
.Landing__18__BannerTxt h1 {
    background-image: linear-gradient(-225deg, #231557, #1d4696 29%, #ff1361 67%, #ffbf0b);
    background-clip: border-box;
    background-size: 200% auto;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: htf76uy2185 4s linear infinite;
    display: inline-block;
}
@keyframes htf76uy2185 {
    to {
        background-position: 200%;
    }
}
.Landing__18__BannerTxt h4 {
    font-size: 24px;
    color: #1d4696;
}
.Landing__18__BannerTxt h3 {
    font-size: 48px;
    line-height: 74px;
    color: #fa3b61;
    font-weight: 900;
    padding-top: 35px;
    padding-bottom: 56px;
}
.Landing__18__RelText {
    position: relative;
}
.Landing__18__AbsB_Box {
    position: absolute;
    top: -80px;
    left: 300px;
    display: flex;
    border: 1px solid #1d4696;
    padding: 16px 20px;
    border-radius: 10px;
}
.Landing__18__BannerTxt h5 {
    font-size: 32px;
    color: #1d4696;
}
.Landing__18__AbsB_Box img {
    margin-right: 20px;
    width: 40px;
}
.Landing__18__Col_2Rel {
    position: relative;
}
.Landing__18__img1DisAbs {
    position: absolute;
    top: -110px;
    left: 550px;
    width: 38%;
    z-index: 2;
    animation: Ibrahim25bfd 3s linear infinite alternate;
}
.Landing__18__img2BagAbs {
    position: absolute;
    top: 230px;
    left: 100px;
    width: 105%;
}
@keyframes Ibrahim25bfd {
    0% {
        transform: rotate(-10deg);
    }
    to {
        transform: rotate(10deg);
    }
}
.Landing__18__ShippingDiv {
    margin-top: -50px;
    border-radius: 10px;
}
.Landing__18 #ShippingAddressItem p {
    color: #012a4a;
    margin-top: 10px 5px 5px 0;
    font-weight: 600;
    padding: 8px;
}
.Landing__18 #ShippingAddressItem {
    background-color: #ffebef;
    padding-top: 50px;
    padding-bottom: 50px;
    height: 250px;
    transition: 0.2s;
}
.Landing__18 #ShippingAddressItem:hover {
    background-color: #1d4696;
    color: #fff !important;
}
.Landing__18 #ShippingAddressItem:hover p {
    color: #fff !important;
}
.Landing__18__RelImgDiv {
    position: relative;
}
.Landing__18__ImgAbsR1 {
    position: absolute;
    width: 140%;
    left: -200px;
    top: -100px;
}
.Landing__18__ImgAbsR2 {
    position: absolute;
    width: 65%;
    left: -30px;
    top: 150px;
    animation: Ibrahim25htf 2s linear infinite alternate;
}
@keyframes Ibrahim25htf {
    0% {
        transform: rotate(0);
    }
    50% {
        transform: rotate(10deg);
    }
    to {
        transform: rotate(-10deg);
    }
}
.Landing__18__ReqTxt h2 {
    padding-bottom: 40px;
    text-align: left;
}
.Landing__18__ReqTxt h4 {
    font-size: 32px;
    line-height: 48px;
    color: #fa3b61;
    padding-bottom: 18px;
    font-weight: 900;
}
.Landing__18__ReqTxt ul li p {
    display: inline;
}
.Landing__18__ReqTxt ul li img {
    width: 20px;
    margin-right: 15px;
}
.Landing__18__ReqTxt ul li {
    margin-bottom: 30px;
}
.Landing__18__Rel1 {
    position: relative;
}
.Landing__18__Abs1 {
    position: absolute;
    left: 0;
    bottom: -200px;
}
.Landing__18__Abs2 {
    position: absolute;
    right: 100px;
    bottom: -50px;
}
.Landing__18__Card {
    background-color: #1d4696;
    padding: 85px 50px;
    outline: 1px dashed #4e82e8;
    outline-offset: -18px;
    position: relative;
    margin-bottom: 30px;
    margin-right: 5px;
}
.Landing__18__Card:hover {
    background-color: #fa3b61;
}
.Landing__18__Card h3 {
    font-size: 32px;
    line-height: 42px;
    color: #fff;
}
.Landing__18__Card p {
    color: #fff;
    padding-top: 16px;
}
.Landing__18__CardAbs1 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 70px;
}
.Landing__18 .Landing__18__CardH2 {
    padding-bottom: 46px;
}
.Landing__18__CircleDiv {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 500px;
    margin-bottom: 500px;
}
.Landing__18__CircleDiv h4 {
    font-size: 28px;
    line-height: 36px;
    color: #fff;
    text-align: center;
}
.Landing__18__CircleImg1 {
    position: absolute;
    width: 72%;
}
.Landing__18__CircleImg2 {
    position: absolute;
    margin-top: -100px;
    width: 26%;
}
.Landing__18__CircleTxt1 {
    position: absolute;
    top: -230px;
    left: 260px;
}
.Landing__18__CircleTxt2 {
    position: absolute;
    top: -440px;
    left: 590px;
}
.Landing__18__CircleTxt3 {
    position: absolute;
    top: -230px;
    right: 240px;
}
.Landing__18__CircleTxt4 {
    position: absolute;
    bottom: -230px;
    right: 270px;
}
.Landing__18__CircleTxt5 {
    position: absolute;
    bottom: -422px;
}
.Landing__18__CircleTxt6 {
    position: absolute;
    bottom: -240px;
    left: 290px;
}
.Landing__18 .Landing__18__Order2 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
}
.Landing__18 .Landing__18__Order2 img {
    height: 525px;
}
.Landing__18__Order2Abs {
    position: absolute;
    text-align: center;
}
.Landing__18__Order2Abs h4 {
    font-size: 51px;
    line-height: 69px;
    color: #1d4696;
    font-weight: 900;
}
.Landing__18__Order2Abs h5 {
    font-size: 32px;
    line-height: 42px;
    color: #1d4696;
    margin: 30px 0;
}
.Landing__18__SliderSec {
    background-image: url(/_next/static/media/bg2.11f61dd4.png);
    padding: 72px 0 65px;
}
.Landing__18__Slider_CardDiv {
    position: relative;
    text-align: center;
    background-color: #1d4696;
    padding: 24px;
}
.Landing__18__Slider_CardDivImg {
    width: 100%;
}
.Landing__18__Slider_CardDiv h4 {
    font-size: 32px;
    line-height: 42px;
    color: #fff;
    padding: 70px 0 56px;
}
.Landing__18__SliderAbs1 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 28%;
}
.Landing__18__SliderAbs2 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 28%;
}
.Landing__18__SliderImgL {
    margin-top: 70px;
}
.Landing__18__SliderIconDiv,
.Landing__18__SliderIconDiv2 {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.Landing__18__SliderIconDiv2 {
    padding: 28px 20px;
    background-color: #fff;
    margin-top: -50px;
    border-radius: 100px;
    margin-right: -50px;
}
.Landing__18__SliderIcon1 {
    margin-right: 10px !important;
}
.Landing__18__SliderIcon1,
.Landing__18__SliderIcon2 {
    background: none;
    font-size: 28px;
    color: #1d4696;
}
.Landing__18 #OrderConfirmLeft #Payment #ArrowBg,
.Landing__18 #OrderConfirmRight button {
    background: #1d4696;
}
.Landing__18 #OrderConfirmLeft #Payment #ArrowBg p {
    color: #fff;
}
.Landing__18 #OrderConfirmLeft #Payment #ArrowBg:after {
    border-bottom: 15px solid #1d4696;
}
.Landing__18 #OrderConfirmLeft #Payment #CustomeInput input:checked + label:before {
    background: #1d4696;
}
.Landing__18 #OrderConfirmLeft #Payment #CustomeInput input:checked + label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 10px;
}
.Landing__18 .Landing__18__Order3 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    margin-bottom: -200px;
}
.Landing__18 .Landing__18__Order3 img {
    height: 525px;
}
.Landing__18__Order3Abs {
    position: absolute;
    text-align: center;
}
.Landing__18__Order3Abs h4 {
    font-size: 51px;
    line-height: 69px;
    color: #fff;
    font-weight: 900;
}
.Landing__18__Order3Abs h5 {
    font-size: 32px;
    line-height: 42px;
    color: #fff;
    margin: 30px 0;
}
.Landing__18__FooterDiv {
    background-image: url(/_next/static/media/bg3.ce5067f5.png);
    padding: 200px 0 50px;
    background-size: cover;
}
.Landing__18__FooterBgRow_Div {
    padding: 0 170px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 50px 0 50px 0;
}
.Landing__18__FooterBgRow_Div h4 {
    color: #000;
    font-size: 24px;
    line-height: 32px;
}
.Landing__18__FooterBgRow_Div h3 {
    color: #fff;
    font-size: 30px;
    line-height: 42px;
    padding-top: 10px;
}
.Landing__18__FooterBgRow_Div a {
    color: #fa3b61;
    font-size: 18px;
    line-height: 32px;
}
.Landing__18__FooterHr {
    border-bottom: 1px solid #fff;
    background-color: #000;
    width: 50px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.Landing__18 .Landing__18__FooterH3 {
    color: #f8406f;
}
.Landing__18_socialMidia {
    padding-top: 121px;
}
.Landing__18 #tinyFooter p {
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}
.Landing__18 #tinyFooter p a {
    display: inline;
    font-size: 18px;
    font-weight: 600;
    color: #f8406f;
    padding: 0 5px;
}
.Landing__18__Abs3 {
    position: absolute;
    left: 100px;
    bottom: 100px;
    animation: Ibrahim54hgf 2s linear infinite alternate;
}
@keyframes Ibrahim54hgf {
    0% {
        transform: translateX(0);
    }
    to {
        transform: translateX(30px);
    }
}
.Landing__18__Abs4 {
    animation: Ibrahimhtf6 2s linear infinite alternate;
    position: absolute;
    right: 100px;
    bottom: 100px;
}
@keyframes Ibrahimhtf6 {
    0% {
        transform: translateX(0);
    }
    to {
        transform: translateX(-30px);
    }
}
@media (max-width: 1650px) {
    .Landing__18 h1 {
        font-size: 40px;
        line-height: 56px;
        color: #1d4696;
        font-weight: 900;
        padding-top: 40px;
        padding-bottom: 22px;
    }
    .Landing__18__BannerTxt h4 {
        font-size: 20px;
        color: #1d4696;
    }
    .Landing__18__BannerTxt h3 {
        font-size: 40px;
        line-height: 52px;
        color: #fa3b61;
        font-weight: 900;
        padding-top: 15px;
        padding-bottom: 25px;
    }
    .Landing__18__bg_div {
        padding: 50px 0 211px;
        background-size: cover;
    }
    .Landing__18__img2BagAbs {
        position: absolute;
        top: 97px;
        left: 100px;
        width: 97%;
    }
    .Landing__18__img1DisAbs {
        position: absolute;
        top: -148px;
        left: 478px;
        width: 30%;
        z-index: 2;
    }
}
@media (max-width: 1400px) {
    .Landing__18 h1 {
        font-size: 38px;
        line-height: 52px;
        color: #1d4696;
        font-weight: 900;
        padding-top: 40px;
        padding-bottom: 22px;
    }
    .Landing__18 h2 {
        font-size: 35px;
        line-height: 42px;
    }
    .Landing__18__BannerTxt h4 {
        font-size: 20px;
        color: #1d4696;
    }
    .Landing__18__BannerTxt h3 {
        font-size: 40px;
        line-height: 52px;
        color: #fa3b61;
        font-weight: 900;
        padding-top: 15px;
        padding-bottom: 25px;
    }
    .Landing__18__bg_div {
        padding: 50px 0 142px;
        background-size: cover;
    }
    .Landing__18__img2BagAbs {
        position: absolute;
        top: 97px;
        left: 100px;
        width: 97%;
    }
    .Landing__18__img1DisAbs {
        position: absolute;
        top: -148px;
        left: 418px;
        width: 33%;
        z-index: 2;
    }
    .Landing__18__ImgAbsR1 {
        position: absolute;
        width: 128%;
        left: -134px;
        top: -100px;
    }
    .Landing__18__ImgAbsR2 {
        position: absolute;
        width: 65%;
        left: -30px;
        top: 98px;
    }
    .Landing__18__CircleImg1 {
        position: absolute;
        width: 72%;
    }
    .Landing__18__CircleImg2 {
        position: absolute;
        margin-top: -100px;
        width: 26%;
    }
    .Landing__18__CircleTxt1 {
        position: absolute;
        top: -220px;
        left: 228px;
    }
    .Landing__18__CircleTxt2 {
        position: absolute;
        top: -408px;
        left: 500px;
    }
    .Landing__18__CircleTxt3 {
        position: absolute;
        top: -223px;
        right: 198px;
    }
    .Landing__18__CircleTxt4 {
        position: absolute;
        bottom: -220px;
        right: 231px;
    }
    .Landing__18__CircleTxt5 {
        position: absolute;
        bottom: -373px;
    }
    .Landing__18__CircleTxt6 {
        position: absolute;
        bottom: -222px;
        left: 259px;
    }
    .Landing__18 .Landing__18__Order2 img {
        height: 451px;
    }
    .Landing__18__Order2Abs h4 {
        font-size: 44px;
        line-height: 46px;
    }
    .Landing__18__Order3Abs h4 {
        font-size: 44px;
        line-height: 48px;
        color: #fff;
        font-weight: 900;
    }
    .Landing__18__CircleDiv h4 {
        font-size: 24px;
        line-height: 33px;
        color: #fff;
        text-align: center;
    }
}
@media (max-width: 1200px) {
    .Landing__18 h1 {
        font-size: 36px;
        line-height: 45px;
    }
    .Landing__18__BannerTxt h3 {
        font-size: 35px;
        line-height: 42px;
    }
    .Landing__18 a.bg {
        padding: 16px 36px;
        font-size: 20px;
    }
    .Landing__18__BannerTxt h5 {
        font-size: 24px;
        color: #1d4696;
    }
    .Landing__18__AbsB_Box img {
        margin-right: 20px;
        width: 31px;
    }
    .Landing__18__AbsB_Box {
        top: -65px;
        left: 259px;
        padding: 16px 20px;
        border-radius: 10px;
    }
    .Landing__18__img2BagAbs {
        position: absolute;
        top: 97px;
        left: 39px;
        width: 97%;
    }
    .Landing__18__img1DisAbs {
        position: absolute;
        top: -148px;
        left: 324px;
        width: 33%;
        z-index: 2;
    }
    .Landing__18__ImgAbsR1 {
        width: 128%;
        left: -84px;
        top: -100px;
    }
    .Landing__18__ImgAbsR2 {
        width: 65%;
        left: 13px;
        top: 59px;
    }
    .Landing__18__Abs2 {
        right: 100px;
        bottom: -50px;
        width: 100px;
    }
    .Landing__18__Abs1 {
        width: 100px;
        bottom: -99px;
    }
    .Landing__18__CircleDiv h4 {
        font-size: 24px;
        line-height: 30px;
    }
    .Landing__18__CircleImg1 {
        position: absolute;
        width: 72%;
    }
    .Landing__18__CircleTxt1 {
        position: absolute;
        top: -187px;
        left: 192px;
    }
    .Landing__18__CircleTxt2 {
        position: absolute;
        top: -344px;
        left: 420px;
    }
    .Landing__18__CircleTxt3 {
        position: absolute;
        top: -188px;
        right: 156px;
    }
    .Landing__18__CircleTxt4 {
        position: absolute;
        bottom: -185px;
        right: 197px;
    }
    .Landing__18__CircleTxt5 {
        position: absolute;
        bottom: -316px;
    }
    .Landing__18__CircleTxt6 {
        position: absolute;
        bottom: -182px;
        left: 210px;
    }
    .Landing__18__CircleImg2 {
        position: absolute;
        margin-top: -100px;
        width: 23%;
    }
    .Landing__18__Order2Abs h4 {
        font-size: 40px;
        line-height: 14px;
    }
    .Landing__18 .Landing__18__Order2 img {
        height: 360px;
    }
    .Landing__18__Slider_CardDiv h4 {
        font-size: 24px;
        line-height: 29px;
        color: #fff;
        padding: 70px 0 56px;
    }
    .Landing__18__SliderIconDiv2 {
        margin-right: -4px;
        margin-top: -56px;
    }
    .Landing__18__Order3Abs h4 {
        font-size: 40px;
        line-height: 27px;
        color: #fff;
        font-weight: 900;
    }
    .Landing__18 .Landing__18__Order3 img {
        height: 449px;
    }
    .Landing__18__CircleDiv {
        margin-top: 360px;
        margin-bottom: 380px;
    }
    .Landing__18__bg_div {
        background-position: -180px;
    }
}
@media (max-width: 991px) {
    .Landing__18 h1 {
        font-size: 28px;
        line-height: 37px;
    }
    .Landing__18__img1DisAbs {
        position: absolute;
        top: -148px;
        left: 237px;
    }
    .Landing__18__ImgAbsR2 {
        width: 65%;
        left: -3px;
        top: 21px;
    }
    .Landing__18 h2 {
        font-size: 27px;
        line-height: 36px;
    }
    .Landing__18__ReqTxt h4 {
        font-size: 28px;
        line-height: 38px;
    }
    .Landing__18__CircleImg1 {
        position: absolute;
        width: 95%;
    }
    .Landing__18__CircleTxt1 {
        top: -187px;
        left: 75px;
    }
    .Landing__18__CircleTxt2 {
        top: -344px;
        left: 292px;
    }
    .Landing__18__CircleTxt3 {
        top: -188px;
        right: 53px;
    }
    .Landing__18__CircleTxt4 {
        bottom: -185px;
        right: 80px;
    }
    .Landing__18__CircleTxt6 {
        bottom: -182px;
        left: 89px;
    }
    .Landing__18__FooterBgRow_Div {
        margin-top: 100px;
        padding: 0;
        display: block;
        text-align: center;
    }
}
@media (max-width: 767px) {
    .Landing__18__Reverce {
        flex-direction: column-reverse;
    }
    .Landing__18__BannerTxt {
        margin-top: 400px;
        text-align: center;
    }
    .Landing__18__ImgAbsR1 {
        width: 108%;
        left: -48px;
        top: -112px;
    }
    .Landing__18__ImgAbsR2 {
        width: 56%;
        left: 58px;
        top: 73px;
    }
    .Landing__18__ReqTxt {
        margin-top: 450px;
    }
    .Landing__18__AbsB_Box {
        top: 17px;
        left: 141px;
        padding: 16px 20px;
        border-radius: 10px;
    }
    .Landing__18__bg_div {
        padding: 50px 0 230px;
        background-size: cover;
    }
    .Landing__18 h2 {
        font-size: 27px;
        line-height: 36px;
        text-align: center;
    }
    .Landing__18__Card h3 {
        font-size: 28px;
        line-height: 42px;
        color: #fff;
    }
    .Landing__18__CircleDiv {
        margin-top: 215px;
        margin-bottom: 250px;
    }
    .Landing__18 .Landing__18__Order2 img {
        height: 293px;
    }
    .Landing__18__CircleImg1 {
        position: absolute;
        width: 95%;
        display: none;
    }
    .Landing__18__CircleDiv h4 {
        font-size: 24px;
        line-height: 30px;
    }
    .Landing__18__CircleTxt1 {
        top: -287px;
        left: 75px;
        background: #1d4696;
        padding: 50px !important;
        border-radius: 100px;
    }
    .Landing__18__CircleTxt2 {
        display: none;
    }
    .Landing__18__CircleTxt3 {
        top: 46px;
        right: 277px;
    }
    .Landing__18__CircleTxt3,
    .Landing__18__CircleTxt4 {
        background: #1d4696;
        padding: 50px !important;
        border-radius: 100px;
    }
    .Landing__18__CircleTxt4 {
        bottom: -212px;
        right: 29px;
    }
    .Landing__18__CircleTxt5 {
        display: none;
    }
    .Landing__18__CircleTxt6 {
        bottom: 125px;
        left: 303px;
        background: #1d4696;
        padding: 50px !important;
        border-radius: 100px;
    }
}
@media (max-width: 575px) {
    .Landing__18__BannerTxt {
        margin-top: 390px;
    }
    .Landing__18 h1 {
        font-size: 24px;
        line-height: 30px;
    }
    .Landing__18__BannerTxt h4 {
        font-size: 18px;
        color: #1d4696;
    }
    .Landing__18__BannerTxt h3 {
        font-size: 28px;
        line-height: 37px;
    }
    .Landing__18 a.bg {
        padding: 12px 36px;
        font-size: 18px;
    }
    .Landing__18 a.bg svg {
        font-size: 24px;
        margin-top: -5px;
        margin-right: 10px;
    }
    .Landing__18__BannerTxt h5 {
        font-size: 20px;
        color: #1d4696;
    }
    .Landing__18__AbsB_Box img {
        margin-right: 20px;
        width: 25px;
    }
    .Landing__18__AbsB_Box {
        top: 17px;
        left: 106px;
    }
    .Landing__18__ImgAbsR1 {
        width: 108%;
        left: -33px;
        top: -112px;
    }
    .Landing__18__ImgAbsR2 {
        width: 56%;
        left: 58px;
        top: 40px;
    }
    .Landing__18__ReqTxt {
        margin-top: 400px;
        text-align: center;
    }
    .Landing__18__Card h3 {
        font-size: 22px;
        line-height: 36px;
        color: #fff;
    }
    .Landing__18 p {
        font-size: 16px;
        line-height: 26px;
    }
    .Landing__18 p,
    .Landing__18__Card {
        text-align: center;
    }
    .Landing__18__CircleTxt1 {
        top: -287px;
        left: 34px;
    }
    .Landing__18__CircleTxt6 {
        bottom: 125px;
        left: 258px;
    }
    .Landing__18__CircleTxt3 {
        top: 46px;
        right: 225px;
    }
    .Landing__18 .Landing__18__Order2 img {
        height: 245px;
    }
    .Landing__18__Order2Abs h4 {
        font-size: 28px;
        line-height: 0px;
    }
    .Landing__18__Order2Abs h5 {
        font-size: 22px;
        line-height: 19px;
        color: #1d4696;
        margin: 30px 0;
    }
    .Landing__18__SliderIcon1,
    .Landing__18__SliderIcon2 {
        background: none;
        font-size: 24px;
        color: #1d4696;
    }
    .Landing__18__SliderIconDiv2 {
        padding: 20px 11px;
    }
    .Landing__18 .Landing__18__Order3 img {
        height: 312px;
    }
    .Landing__18__Order3Abs h4 {
        font-size: 28px;
        line-height: 27px;
        color: #fff;
        font-weight: 900;
    }
    .Landing__18__Order3Abs h5 {
        font-size: 22px;
        line-height: 11px;
        color: #fff;
        margin: 30px 0;
    }
    .Landing__18__FooterBgRow_Div h4 {
        font-size: 24px;
        line-height: 32px;
        margin-top: 88px;
    }
    .Landing__18__img2BagAbs {
        position: absolute;
        top: 97px;
        left: 20px;
        width: 97%;
    }
    .Landing__18__Slider_CardDiv h4 {
        font-size: 18px;
        line-height: 20px;
        color: #fff;
        padding: 24px 0 56px;
    }
}
@media (max-width: 450px) {
    .Landing__18__BannerTxt {
        margin-top: 309px;
    }
    .Landing__18__AbsB_Box {
        top: 17px;
        left: 74px;
    }
    .Landing__18__ImgAbsR2 {
        width: 56%;
        left: 51px;
        top: 18px;
    }
    .Landing__18__ReqTxt {
        margin-top: 341px;
        text-align: center;
    }
    .Landing__18__CircleDiv h4 {
        font-size: 18px;
        line-height: 30px;
    }
    .Landing__18__CircleTxt1 {
        background: #1d4696;
        padding: 30px !important;
        border-radius: 100px;
    }
    .Landing__18__CircleTxt6 {
        bottom: 167px;
        left: 219px;
        padding: 30px !important;
    }
    .Landing__18__CircleTxt3 {
        top: 46px;
        right: 204px;
        padding: 30px !important;
    }
    .Landing__18__CircleTxt4 {
        bottom: -171px;
        right: 29px;
        background: #1d4696;
        padding: 30px !important;
        border-radius: 100px;
    }
    .Landing__18__CircleImg2 {
        position: absolute;
        margin-top: -137px;
        width: 40%;
    }
    .Landing__18__CircleDiv {
        margin-top: 215px;
        margin-bottom: 153px;
    }
    .Landing__18 .Landing__18__Order2 img {
        height: 217px;
    }
    .Landing__18__FooterBgRow_Div h4 {
        font-size: 18px;
        line-height: 32px;
        margin-top: 88px;
    }
    .Landing__18__FooterBgRow_Div h3 {
        color: #fff;
        font-size: 24px;
        line-height: 22px;
        padding-top: 10px;
    }
}
.Landing__19 {
    font-family: Noto Sans Bengali, sans-serif;
    list-style-type: none;
    overflow-x: hidden;
    --text-color: #362834;
    --bg-color: #933488;
    --border-color: #e2e2e2;
    --white: #fff;
}
.Landing__19 ul {
    padding: 0;
    list-style: none;
}
.Landing__19 h1 {
    font-size: 50px;
    line-height: 65px;
    padding: 20px 0;
}
.Landing__19 h1,
.Landing__19 h2 {
    color: var(--text-color);
    font-weight: 700;
}
.Landing__19 h2 {
    font-size: 40px;
    line-height: 55px;
}
.Landing__19 p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: var(--text-color);
}
.Landing__19 .d_flex {
    display: flex;
    align-items: center;
}
.Landing__19 .d_center {
    justify-content: center;
}
.Landing__19 .d_justify {
    justify-content: space-between;
}
.Landing__19_section_gaps {
    padding-top: 100px;
}
.Landing__19 .button {
    position: relative;
    border: none;
    background-color: transparent;
    cursor: pointer;
    outline: none;
    font-size: 26px;
    width: 200px;
    padding: 10px 20px;
    margin: 50px 0;
    font-weight: 900;
}
.Landing__19 .button.type1:hover {
    background: var(--bg-color);
    color: var(--white);
}
.Landing__19 .button.type1 {
    color: var(--text-color);
}
.Landing__19 .button.type1.type1:after,
.Landing__19 .button.type1.type1:before {
    content: "";
    display: block;
    position: absolute;
    width: 20%;
    height: 20%;
    border: 2px solid;
    transition: all 0.6s ease;
    border-radius: 2px;
}
.Landing__19 .button.type1.type1:after {
    bottom: -5px;
    right: -5px;
    border-color: transparent #c227db #c227db transparent;
}
.Landing__19 .button.type1.type1:before {
    top: -5px;
    left: -5px;
    border-color: #c227db transparent transparent #c227db;
}
.Landing__19 .button.type1.type1:hover:after,
.Landing__19 .button.type1.type1:hover:before {
    width: 90%;
    height: 90%;
}
.Landing__19 .Menubar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    z-index: 9;
}
.Landing__19 .menubar_MenubarContent__jlW_b .menubar_Logo__pd9Tk:before {
    position: absolute;
    content: "";
    top: 40px;
    left: -200px;
    width: 150px;
    height: 2px;
    background: #a0229d;
}
.Landing__19 .menubar_MenubarContent__jlW_b .menubar_Logo__pd9Tk:after {
    position: absolute;
    content: "";
    top: 40px;
    right: -190px;
    width: 150px;
    height: 2px;
    background: #a0229d;
}
.Landing__19 .menubar_MenubarContent__jlW_b .menubar_Logo__pd9Tk {
    text-align: center;
    margin-top: 20px;
    position: relative;
    display: inline-block;
}
.Landing__19__Banner {
    height: 100vh;
    position: relative;
}
.Landing__19__Banner__bg {
    width: 100%;
    height: 100%;
}
.Landing__19__Banner__Content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 30px;
    z-index: 5;
}
.Landing__19__Banner__TextContent {
    margin-top: 70px;
}
.Landing__19__Banner__Img img {
    width: 140%;
}
.Landing__19__Banner__Content h5 {
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    color: var(--text-color);
}
.Landing__19__Banner__Content h2 {
    color: var(--bg-color);
}
.Landing__19__Banner__Content h6 {
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    color: var(--bg-color);
}
.Landing__19__Banner__Price .mobailnum {
    font-size: 24px;
    line-height: 30px;
    padding: 10px 30px;
    border-radius: 50px;
    border: 1px solid var(--bg-color);
    display: block;
    text-align: center;
    width: 250px;
    margin-left: 30px;
    color: var(--bg-color);
    font-weight: 700;
}
.Landing__19__Banner__Price a span {
    display: block;
    font-weight: 500;
    font-size: 20px;
}
.Landing__19__Delivery {
    background: #fff6fe;
    padding-bottom: 80px;
}
.Landing__19__Delivery .ShippingAddress .d_flex.row {
    background: #fff9fe;
    box-shadow: 0 76px 71px rgba(49, 49, 49, 0.1);
    padding: 30px;
    margin-top: -50px;
    position: relative;
    border: 1px solid var(--bg-color);
    border-radius: 10px;
}
.Landing__19__Delivery #ShippingAddressItem p {
    color: var(--text-color);
    font-size: 18px;
    line-height: 28px;
}
.Landing__19__Header {
    text-align: center;
}
.Landing__19__Header h2 {
    width: 80%;
    margin: 0 auto 10px;
}
.Landing__19__Benefits__Content {
    margin-top: 60px;
}
.Landing__19__Benefits__Item {
    text-align: center;
    padding: 30px;
    border: 1px solid var(--border-color);
    height: 260px;
    transition: all li 0.2s;
}
.Landing__19__Benefits__Item:hover {
    background: radial-gradient(163.13% 146.14% at 38.11% 10.32%, #cb29ec 0, #96208a 57.63%, #5a0d5b 100%);
}
.Landing__19__Benefits__Item:hover .img {
    background: #9f23a6;
}
.Landing__19__Benefits__Item:hover p {
    color: var(--white);
}
.Landing__19__Benefits__Item .img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto 20px;
}
.Landing__19__Benefits__Item .img img {
    width: 50px;
}
.Landing__19__Benefits__Item p {
    font-size: 16px;
    line-height: 24px;
}
.Landing__19__Benefits__Content .row {
    --bs-gutter-x: 0;
}
.Landing__19__Price__Img {
    position: relative;
}
.Landing__19__Price__Img img {
    width: 100%;
}
.Landing__19__Price__Content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.Landing__19__Price__Content h2 {
    font-size: 100px;
    line-height: 110px;
    color: #ae59ec;
}
.Landing__19__Price__Content h4 {
    font-size: 30px;
    line-height: 40px;
    color: var(--bg-color);
    font-weight: 700;
}
.Landing__19__Price__Content .button {
    margin: 20px 0 0;
}
.Landing__19__Video .video_VideoPlayers__MwD8T div {
    width: 100% !important;
    height: 700px !important;
}
.Landing__19__Video .video_VideoPlayers__MwD8T iframe {
    border-radius: 0;
}
.Landing__19__Product__Item {
    background: #fff;
    box-shadow: 0 76px 71px rgba(49, 49, 49, 0.1);
    padding: 30px;
    text-align: center;
}
.Landing__19__Product__Item .img {
    height: 230px;
}
.Landing__19__Product__Item img {
    width: 100%;
}
.Landing__19__Product__Item h4 {
    font-size: 24px;
    line-height: 35px;
    color: var(--text-color);
    font-weight: 700;
}
.Landing__19__Product__Item .button {
    margin: 20px 0 0;
}
.Landing__19__WhyBuy {
    background: #fff6fe;
    padding: 100px 0;
}
.Landing__19__WhyBuy__Content {
    margin-top: 50px;
}
.Landing__19__WhyBuy .Landing__19__WhyBuy__Item {
    background: var(--white);
    padding: 20px;
    text-align: center;
    position: relative;
    width: 20%;
    height: 260px;
}
.Landing__19__WhyBuy .Landing__19__WhyBuy__Item p {
    position: relative;
    z-index: 9;
}
.Landing__19__WhyBuy .Landing__19__WhyBuy__Item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
}
.Landing__19__WhyBuy .Landing__19__WhyBuy__Item h3 {
    font-weight: 700;
    color: var(--white);
}
.Landing__19__WhyBuy .Landing__19__WhyBuy__Item .img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(163.13% 146.14% at 38.11% 10.32%, #cb29ec 0, #96208a 57.63%, #5a0d5b 100%);
    margin: 0 auto 20px;
}
.Landing__19__Price2__img {
    position: relative;
}
.Landing__19__Price2__img h2 {
    position: absolute;
    top: 50px;
    left: 0;
    text-align: center;
    width: 100%;
    color: var(--white);
}
.Landing__19__Price2__Overlay {
    position: absolute;
    bottom: -200px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.Landing__19__Price2__Overlay h4 {
    font-size: 35px;
    line-height: 45px;
    color: #941f88;
    font-weight: 700;
    position: absolute;
    top: 45px;
    left: 50px;
}
.Landing__19__Price2__Overlay h4 span {
    font-size: 55px;
    margin-right: 10px;
}
.Landing__19__Price2__Overlay h3 {
    font-weight: 700;
    font-size: 65px;
    line-height: 80px;
    color: var(--white);
    position: absolute;
    top: 165px;
    left: 130px;
}
.Landing__19__Price2__Overlay .button {
    margin: 0;
}
.Landing__19__Footer {
    margin-top: 100px;
}
.Landing__19__FooterTop {
    text-align: center;
}
.Landing__19__FooterTop img {
    width: 70%;
}
.Landing__19__Footer__List li {
    display: flex;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
}
.Landing__19__Footer__List li img {
    margin-right: 10px;
    margin-bottom: auto;
}
.Landing__19 #OrderConfirmLeft #Payment #ArrowBg {
    background: var(--bg-color);
}
.Landing__19 #OrderConfirmLeft #Payment #ArrowBg p {
    color: var(--white);
}
.Landing__19 #OrderConfirmLeft #Payment #ArrowBg:after {
    border-bottom: 15px solid var(--bg-color);
}
.Landing__19 #OrderConfirmLeft #Payment #CustomeInput input:checked + label:before,
.Landing__19 #OrderConfirmRight button {
    background: var(--bg-color);
}
.Landing__19__TinyFooter {
    position: relative;
}
.Landing__19__TinyFooter__Content {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}
.Landing__19__TinyFooter__Logo img {
    height: 80px;
    width: auto;
}
.Landing__19__TinyFooter__Logo ul {
    margin-top: 30px !important;
}
.Landing__19__TinyFooter__Logo li {
    display: inline-block;
    margin-right: 20px;
}
.Landing__19__TinyFooter__Logo li a {
    font-size: 16px;
    line-height: 24px;
    color: var(--white);
}
.Landing__19__TinyFooter__Contact h3 {
    font-size: 30px;
    font-weight: 700;
    color: var(--white);
    margin-top: 20px;
}
.Landing__19__TinyFooter__Contact ul {
    margin-top: 20px !important;
}
.Landing__19__TinyFooter__Contact ul li {
    margin-top: 15px;
}
.Landing__19__TinyFooter__Contact ul li a {
    font-size: 16px;
    line-height: 24px;
    color: var(--white);
    font-weight: 400;
}
.Landing__19__TinyFooter__Contact ul li a svg {
    margin-right: 10px;
}
.Landing__19__TinyFooter__Copy {
    border-top: 1px solid var(--white);
    margin-top: 50px;
}
.Landing__19__TinyFooter__Copy .tiny-footer_tinyFooter__Tr3b1 p a,
.Landing__19__TinyFooter__Copy p {
    color: var(--white);
}
.Landing__19__TinyFooter__Copy .tiny-footer_tinyFooter__Tr3b1 {
    margin-top: 20px;
}
@media (max-width: 1400px) {
    .Landing__19 h1 {
        font-size: 40px;
        line-height: 54px;
    }
    .Landing__19 h2 {
        font-size: 35px;
        line-height: 46px;
    }
    .Landing__19 .button {
        padding: 10px 20px;
        margin: 35px 0;
        font-weight: 900;
    }
    .Landing__19__Banner__Img img {
        width: 110%;
    }
    .Landing__19__Price2__Overlay h3 {
        font-weight: 700;
        font-size: 50px;
        line-height: 65px;
    }
    .Landing__19__Price2__Overlay h4 span {
        font-size: 40px;
        margin-right: 10px;
    }
}
@media (max-width: 1280px) {
    .Landing__19__Banner__Content h5 {
        font-weight: 400;
        font-size: 24px;
        line-height: 7px;
        color: var(--text-color);
    }
    .Landing__19 h1 {
        font-size: 35px;
        line-height: 44px;
    }
    .Landing__19 .button {
        font-size: 20px;
    }
    .Landing__19__Banner__Content h6 {
        font-size: 24px;
    }
    .Landing__19__Delivery {
        background: #fff6fe;
        padding-bottom: 80px;
        margin-top: 100px;
    }
}
@media (max-width: 991px) {
    .collumnRev {
        display: flex;
        flex-direction: column-reverse;
    }
    .Landing__19__Banner__Img img {
        width: 100%;
    }
    .Landing__19 .CardBBlock {
        display: block;
    }
    .Landing__19__WhyBuy .Landing__19__WhyBuy__Item {
        background: var(--white);
        padding: 20px;
        text-align: center;
        position: relative;
        width: 100%;
        height: 260px;
    }
    .Landing__19__Product__Item .img {
        height: auto;
    }
    .Landing__19__Banner {
        height: auto;
        position: relative;
    }
    .Landing__19__Banner__bg {
        width: 100%;
        height: 1200px;
    }
    .Landing__19__Banner__Img {
        margin-top: 70px;
    }
    .Landing__19__Banner__Content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-top: 30px;
        z-index: 5;
    }
    .Landing__19 .menubar_MenubarContent__jlW_b .menubar_Logo__pd9Tk:before {
        position: absolute;
        content: "";
        top: 40px;
        left: -94px;
        width: 60px;
        height: 2px;
        background: #a0229d;
    }
    .Landing__19 .menubar_MenubarContent__jlW_b .menubar_Logo__pd9Tk:after {
        position: absolute;
        content: "";
        top: 40px;
        right: -110px;
        width: 60px;
        height: 2px;
        background: #a0229d;
    }
}
@media (max-width: 575px) {
    .Landing__19__Banner__TextContent {
        margin-top: 40px;
        text-align: center;
    }
    .Landing__19__Banner__Content h5 {
        font-size: 20px;
    }
    .Landing__19 h1 {
        font-size: 24px;
        line-height: 38px;
    }
    .Landing__19__Banner__Price {
        display: block !important;
    }
    .Landing__19__Banner__Content h6 {
        font-size: 24px;
        margin-top: 30px;
    }
    .Landing__19__Banner__bg {
        width: 100%;
        height: 1079px;
    }
    .Landing__19 h2 {
        font-size: 22px;
        line-height: 40px;
        width: 100%;
    }
    .Landing__19__Price__Content h4 {
        font-size: 24px;
        line-height: 32px;
        color: var(--bg-color);
        font-weight: 700;
    }
    .Landing__19 .button {
        font-size: 20px;
    }
    .Landing__19__Product__Item h4 {
        font-size: 22px;
        line-height: 32px;
        color: var(--text-color);
        font-weight: 700;
    }
    .Landing__19__Price2__Overlay img {
        height: 300px;
    }
    .Landing__19__Price2__Overlay h4 {
        font-size: 30px;
        line-height: 45px;
        color: #941f88;
        font-weight: 700;
        position: absolute;
        top: 45px;
        left: 70px;
    }
    .Landing__19__Price2__Overlay h3 {
        font-weight: 700;
        font-size: 30px;
        line-height: 38px;
    }
    .Landing__19__Price2__Overlay h4 span {
        font-size: 35px;
        margin-right: 10px;
    }
    .Landing__19__Footer__List li {
        display: flex;
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 30px;
    }
    .Landing__19__TinyFooter__Content {
        position: absolute;
        bottom: 20px;
        left: 0;
        width: 100%;
        text-align: center;
    }
    .Landing__19__TinyFooter__Contact h3 {
        font-size: 24px;
        font-weight: 700;
        color: var(--white);
        margin-top: 20px;
    }
}
@media (max-width: 450px) {
    .Landing__19 .menubar_MenubarContent__jlW_b .menubar_Logo__pd9Tk:after {
        position: absolute;
        content: "";
        top: 40px;
        right: -72px;
        width: 40px;
        height: 2px;
        background: #a0229d;
    }
    .Landing__19 .menubar_MenubarContent__jlW_b .menubar_Logo__pd9Tk:before {
        position: absolute;
        content: "";
        top: 40px;
        left: -72px;
        width: 42px;
        height: 2px;
        background: #a0229d;
    }
}
.Landing__20 {
    font-family: "Noto Serif Bengali", serif;
    list-style-type: none;
    overflow-x: hidden;
}
.Landing__20 ul {
    padding: 0;
    list-style: none;
}
.Landing__20 h1 {
    font-size: 52px;
    line-height: 70px;
    color: #fff;
    font-weight: 900;
    padding-top: 46px;
    padding-bottom: 35px;
}
.Landing__20 h2 {
    font-size: 40px;
    line-height: 52px;
    font-weight: 900;
    text-align: center;
    background: linear-gradient(270deg, #5493ff, #f165aa);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.Landing__20 p {
    color: #666;
    font-size: 20px;
    line-height: 26px;
}
.Landing__20 .bg {
    transition: 0.5s;
    display: block;
    line-height: 35px;
    font-weight: 600;
    text-decoration: none;
}
.Landing__20 a.bg {
    position: relative;
    padding: 20px 51px;
    color: #fff;
    background-image: linear-gradient(90deg, #f165aa 0, #5493ff 51%, #f165aa);
    background-size: 180% auto;
    display: inline-block;
    transition: 0.2s;
    font-weight: 600;
    border-radius: 10px;
    font-size: 24px;
}
.Landing__20 a.bg svg {
    font-size: 28px;
    margin-top: -5px;
    margin-right: 10px;
    color: #fff;
}
.Landing__20 a.bg:hover {
    background-position: 100%;
    color: #fff;
    text-decoration: none;
}
.Landing__20__section_gaps {
    margin-top: 100px;
}
.Landing__20__bg_div {
    background-image: url(/_next/static/media/bg.be42a4e8.png);
    padding: 50px 0 180px;
    background-size: cover;
}
.Landing__20__BannerTxt h4 {
    font-size: 32px;
    line-height: 47px;
    color: #5b4b53;
    text-decoration: line-through;
}
.Landing__20__BannerTxt h3 {
    font-size: 48px;
    line-height: 74px;
    color: #ea4cb9;
    font-weight: 900;
    padding-top: 35px;
    padding-bottom: 56px;
}
.Landing__20__BannerLinkimgBox,
.Landing__20__RelText {
    position: relative;
}
.Landing__20__BannerTxtimg1 {
    position: absolute;
    width: 270px;
    margin-left: -10px;
    margin-top: -5px;
    z-index: 0;
    height: 85px;
    transition: 0.2s;
}
.Landing__20__BannerLinkimgBox:hover .Landing__20__BannerTxtimg1 {
    position: absolute;
    width: 250px;
    margin-left: 0;
    margin-top: 0;
    z-index: 0;
    height: 75px;
}
.Landing__20__AbsB_Box {
    position: absolute;
    top: -80px;
    left: 340px;
    display: flex;
    padding: 16px 20px;
    border-radius: 10px;
}
.Landing__20__BannerTxt h5 {
    font-size: 32px;
    background: linear-gradient(270deg, #5493ff, #f165aa);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    font-weight: 600;
}
.Landing__20__AbsB_Box img {
    position: absolute;
    left: -80px;
    top: -45px;
}
.Landing__20__Col_2Rel {
    position: relative;
}
.Landing__20__img2BagAbs {
    top: -60px;
    left: 80px;
    width: 115%;
    position: relative;
    animation: mbjy5565 3s ease-in infinite alternate;
}
@keyframes mbjy5565 {
    0% {
        top: 0;
    }
    to {
        top: -50px;
    }
}
.Landing__20 .ProductDetails {
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
}
.Landing__20 .ProductDetails img {
    margin: 12px;
}
.Landing__20 .priceTemplate1 {
    background-image: url(/_next/static/media/img3.a07dd2ea.png);
    padding: 0;
    background-size: cover;
}
.Landing__20 .Landing__20__Order {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
}
.Landing__20__OrderImg img {
    height: 434px;
}
.Landing__20__OrderAbs {
    position: absolute;
    text-align: center;
}
.Landing__20__OrderAbs h4 {
    font-size: 51px;
    line-height: 69px;
    color: #ea4cb9;
    font-weight: 900;
}
.Landing__20__OrderAbs h5 {
    font-size: 20px;
    line-height: 26px;
    color: #000;
    margin: 30px 0;
}
.Landing__20 .WatchFactors {
    background-color: #fff1fb;
    padding-top: 68px;
    padding-bottom: 94px;
}
.Landing__20 .WatchFactorsTxt h2 {
    padding-top: 18px;
    text-align: left;
}
.Landing__20 .WatchFactorsTxt li {
    margin-top: 28px;
    display: flex;
    align-items: center;
}
.Landing__20 .WatchFactorsTxt p {
    font-size: 30px;
    line-height: 39px;
    color: #bb4f9a;
    display: inline;
}
.Landing__20 .WatchFactorsTxt li img {
    margin-right: 10px;
    height: 30px;
}
.Landing__20 .WatchFactorsImgBox {
    position: relative;
}
.Landing__20 .WatchFactorsImgBox .WatchFactorsLinkDiv {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    background: linear-gradient(270deg, #5493ff, #f165aa);
    text-align: center;
    margin-left: 10%;
    height: 145px;
}
.Landing__20 .WatchFactorsImgBox a {
    font-size: 34px;
    line-height: 41px;
    color: #fff;
    bottom: 0;
    right: 0;
    display: block;
    font-weight: 300;
}
.Landing__20 .WatchFactorsImgBox img {
    width: 120%;
}
.Landing__20__Slider_CardDiv {
    position: relative;
    text-align: center;
}
.Landing__20__Slider_CardDivImg {
    width: 100%;
}
.Landing__20__SliderImg:hover .Landing__20__Slider_CardDiv h4 {
    background: linear-gradient(270deg, #5493ff, #f165aa);
    color: #fff;
}
.Landing__20__Slider_CardDiv h4 {
    font-size: 30px;
    line-height: 36px;
    color: #221b1f;
    padding: 17px 0 15px;
    font-weight: 300 !important;
    text-align: center;
}
.Landing__20__Slider_CardDiv h4:hover {
    background: linear-gradient(270deg, #5493ff, #f165aa);
    color: #fff;
}
.Landing__20__SliderAbs1 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 28%;
}
.Landing__20__SliderAbs2 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 28%;
}
.Landing__20__SliderImgL {
    margin-top: 70px;
}
.Landing__20__SliderIconDiv2 {
    position: relative;
}
.Landing__20__SliderIcon1 {
    left: -25px;
}
.Landing__20__SliderIcon1,
.Landing__20__SliderIcon2 {
    position: absolute;
    top: -220px;
    font-size: 28px;
    color: #fff;
    width: 42px;
    background-image: linear-gradient(270deg, #5493ff, #f165aa);
    z-index: 2;
    border-radius: 100px;
}
.Landing__20__SliderIcon2 {
    right: -25px;
}
.Landing__20__ShippingDiv {
    background: linear-gradient(270deg, #de93b8, #9eb6df);
    padding: 56px 0 148px;
    -webkit-clip-path: polygon(0 0, 81% 0, 89% 100%, 0 100%);
    clip-path: polygon(0 0, 81% 0, 89% 100%, 0 100%);
}
.Landing__20__ShippingCon {
    padding: 0;
}
.Landing__20__Video {
    position: relative;
    margin-top: -80px;
}
.Landing__20 .OrderTemplate2 {
    background-image: url(/_next/static/media/img15.b8724883.png);
    padding: 200px 0;
    background-size: cover;
}
.Landing__20 .Landing__20__Order2 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
}
.Landing__20__Order2Abs {
    position: absolute;
    text-align: center;
}
.Landing__20__Order2Abs h4 {
    font-size: 51px;
    line-height: 69px;
    color: #ea4cb9;
    font-weight: 900;
}
.Landing__20__Order2Abs h5 {
    font-size: 32px;
    line-height: 42px;
    color: #000;
    margin: 30px 0;
}
.Landing__20 .watchType {
    background-image: url(/_next/static/media/img25.d3a9c644.png);
    padding: 226px 0 0;
    background-size: cover;
}
.Landing__20 .watchTypeTxtDiv {
    text-align: center;
}
.Landing__20 .watchTypeUlDiv li {
    margin-top: 28px;
    display: flex;
    align-items: center;
}
.Landing__20 .watchTypeUlDiv p {
    font-size: 30px;
    line-height: 39px;
    color: #bb4f9a;
    display: inline;
}
.Landing__20 .watchTypeUlDiv li img {
    margin-right: 10px;
    height: 30px;
}
.Landing__20 .watchTypeImgwatch {
    margin-top: 40px;
    text-align: center;
}
.Landing__20 .watchTypeImgwatch img {
    width: 60%;
    animation: Ibrahimhgftu 4s ease-in infinite alternate;
}
@keyframes Ibrahimhgftu {
    0% {
        transform: translate(-200px);
    }
    to {
        transform: translateX(200px);
    }
}
.Landing__20 .OrderTemplate3 {
    position: relative;
}
.Landing__20 .OrderTemplate3AbsImg1 {
    position: absolute;
    top: 200px;
    left: 0;
    height: 520px;
    animation: gfdytf4576 4s ease-in infinite alternate;
}
@keyframes gfdytf4576 {
    0% {
        top: 0;
    }
    to {
        top: -200px;
    }
}
.Landing__20 .OrderTemplate3AbsImg2 {
    position: absolute;
    top: 200px;
    right: 0;
    height: 520px;
    animation: gfdytf4596 4s ease-in infinite alternate;
}
@keyframes gfdytf4596 {
    0% {
        top: 0;
    }
    to {
        top: 200px;
    }
}
.Landing__20 .Landing__20__Order3 {
    display: flex;
    justify-content: center;
    position: relative;
    text-align: center;
}
.Landing__20 .Landing__20__Order3 .Landing__20__Order3TemImg {
    height: 846px;
}
.Landing__20__Order3Abs {
    position: absolute;
    text-align: center;
}
.Landing__20__Order3Abs h4 {
    font-size: 51px;
    line-height: 69px;
    color: #fff;
    font-weight: 900;
    margin-top: 300px;
    margin-bottom: 140px;
}
.Landing__20__Order3Abs h5 {
    font-size: 24px;
    line-height: 31px;
    color: #fff;
    margin: 30px 0;
}
.Landing__20__Order3Abs h3 {
    font-size: 124px;
    line-height: 31px;
    color: #fff;
    margin-bottom: 50px;
    font-weight: 900;
}
.Landing__20__Order3Abs .Landing__20__spanOdr1 {
    font-size: 50px;
    line-height: 31px;
    color: #fff;
    vertical-align: 60px;
}
.Landing__20__Order3Abs .Landing__20__spanOdr2 {
    font-size: 70px;
    line-height: 31px;
    color: #fff;
    margin-left: -30px;
}
.Landing__20__PlaceInOrder {
    background: linear-gradient(270deg, #eb77b0, #d7e0ef);
}
.Landing__20 #OrderConfirmLeft #Payment #ArrowBg,
.Landing__20 #OrderSection button {
    background: linear-gradient(270deg, #5493ff, #f165aa);
}
.Landing__20 #OrderConfirmLeft #Payment #ArrowBg p {
    color: #fff;
}
.Landing__20 #OrderConfirmLeft #Payment #ArrowBg:after,
.Landing__20 #OrderConfirmLeft #Payment #CustomeInput input:checked + label:before {
    background: linear-gradient(270deg, #5493ff, #f165aa);
}
.Landing__20 #OrderConfirmLeft #Payment #CustomeInput input:checked + label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 10px;
}
.Landing__20__FooterDiv {
    display: flex;
    justify-content: space-between;
}
.Landing__20__FooterCol h4 {
    font-size: 24px;
    line-height: 31px;
    color: #182d41;
    font-weight: 700;
}
.Landing__20__FooterCol h5 {
    margin-top: 15px;
}
.Landing__20__FooterCol h5,
.Landing__20__FooterCol h5 svg {
    font-size: 24px;
    line-height: 31px;
    color: #221b1f;
    font-weight: 400;
}
.Landing__20__FooterCol h5 span {
    background: linear-gradient(270deg, #5493ff, #f165aa);
    padding: 1px 7px;
    text-align: center;
    display: inline;
    border-radius: 100px;
    margin-right: 20px;
}
.Landing__20__FooterCol h5 a,
.Landing__20__FooterCol h6 {
    font-size: 24px;
    line-height: 31px;
    color: #221b1f;
    font-weight: 400;
}
.Landing__20__FooterCol h6 {
    text-align: center;
}
.Landing__20__FooterCol h3 {
    font-size: 50px;
    line-height: 66px;
}
.Landing__20 .tiny-footer_tinyFooter__Tr3b1 p a,
.Landing__20__FooterCol h3 {
    background: linear-gradient(270deg, #5493ff, #f165aa);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}
.Landing__20 .tiny-footer_tinyFooter__Tr3b1 p a {
    display: inline;
    font-size: 20px;
    padding: 0 5px;
}
@media (max-width: 1641px) {
    .Landing__20 h1 {
        font-size: 40px;
        line-height: 52px;
        color: #fff;
        font-weight: 900;
        padding-top: 35px;
        padding-bottom: 20px;
    }
    .Landing__20__BannerTxt h3 {
        font-size: 35px;
        line-height: 20px;
        color: #ea4cb9;
        font-weight: 900;
        padding-top: 30px;
        padding-bottom: 45px;
    }
    .Landing__20__BannerTxt h4 {
        font-size: 24px;
        line-height: 12px;
        color: #5b4b53;
        text-decoration: line-through;
    }
    .Landing__20 a.bg {
        position: relative;
        padding: 18px 51px;
        color: #fff;
        background-image: linear-gradient(90deg, #f165aa 0, #5493ff 51%, #f165aa);
        background-size: 180% auto;
        display: inline-block;
        transition: 0.2s;
        font-weight: 600;
        border-radius: 10px;
        font-size: 20px;
    }
    .Landing__20__BannerTxtimg1 {
        position: absolute;
        width: 252px;
        margin-left: -10px;
        margin-top: -5px;
        z-index: 0;
        height: 81px;
        transition: 0.2s;
    }
    .Landing__20__BannerLinkimgBox:hover .Landing__20__BannerTxtimg1 {
        position: absolute;
        width: 235px;
        margin-left: -1px;
        margin-top: 0;
        z-index: 0;
        height: 72px;
    }
    .Landing__20__BannerTxt h5 {
        font-size: 24px;
    }
    .Landing__20__AbsB_Box img {
        position: absolute;
        left: -82px;
        top: -39px;
        height: 150px;
    }
    .Landing__20__bg_div {
        padding: 50px 0 180px;
        background-size: cover;
    }
    .Landing__20__img2BagAbs {
        position: absolute;
        top: -30px;
        left: 80px;
        width: 80%;
    }
    .Landing__20__Slider_CardDiv h4 {
        font-size: 26px;
    }
}
@media (max-width: 1440px) {
    .Landing__20 h1 {
        font-size: 40px;
        line-height: 52px;
        color: #fff;
        font-weight: 900;
        padding-top: 35px;
        padding-bottom: 20px;
    }
    .Landing__20__BannerTxt h3 {
        font-size: 35px;
        line-height: 20px;
        color: #ea4cb9;
        font-weight: 900;
        padding-top: 30px;
        padding-bottom: 45px;
    }
    .Landing__20__BannerTxt h4 {
        font-size: 24px;
        line-height: 12px;
        color: #5b4b53;
        text-decoration: line-through;
    }
    .Landing__20 a.bg {
        position: relative;
        padding: 18px 51px;
        color: #fff;
        background-image: linear-gradient(90deg, #f165aa 0, #5493ff 51%, #f165aa);
        background-size: 180% auto;
        display: inline-block;
        transition: 0.2s;
        font-weight: 600;
        border-radius: 10px;
        font-size: 20px;
    }
    .Landing__20__BannerTxtimg1 {
        position: absolute;
        width: 252px;
        margin-left: -10px;
        margin-top: -5px;
        z-index: 0;
        height: 81px;
        transition: 0.2s;
    }
    .Landing__20__BannerLinkimgBox:hover .Landing__20__BannerTxtimg1 {
        position: absolute;
        width: 235px;
        margin-left: -1px;
        margin-top: 0;
        z-index: 0;
        height: 72px;
    }
    .Landing__20__BannerTxt h5 {
        font-size: 24px;
    }
    .Landing__20__AbsB_Box img {
        position: absolute;
        left: -82px;
        top: -39px;
        height: 150px;
    }
    .Landing__20__bg_div {
        padding: 50px 0 100px;
        background-size: cover;
    }
    .Landing__20__img2BagAbs {
        position: absolute;
        top: -30px;
        left: 80px;
        width: 90%;
    }
    .Landing__20__Slider_CardDiv h4 {
        font-size: 26px;
    }
    .Landing__20__ShippingDiv {
        background: linear-gradient(270deg, #de93b8, #9eb6df);
        padding: 56px 0 148px;
        -webkit-clip-path: polygon(0 0, 86% 0, 97% 100%, 0 100%);
        clip-path: polygon(0 0, 86% 0, 97% 100%, 0 100%);
    }
    .Landing__20__Order2Abs h4 {
        font-size: 44px;
        line-height: 52px;
        color: #ea4cb9;
        font-weight: 900;
    }
    .Landing__20__Order2Abs h5 {
        font-size: 28px;
        line-height: 32px;
        color: #000;
        margin: 30px 0;
    }
    .Landing__20 .watchTypeUlDiv p {
        font-size: 28px;
        line-height: 39px;
        color: #bb4f9a;
        display: inline;
    }
    .Landing__20 .watchTypeImgwatch img {
        width: 50%;
    }
    .Landing__20__FooterCol h3 {
        font-size: 30px;
        line-height: 50px;
    }
    .Landing__20 .OrderTemplate3AbsImg2 {
        position: absolute;
        top: 200px;
        right: 0;
        height: 401px;
    }
    .Landing__20 .OrderTemplate3AbsImg1 {
        height: 401px;
    }
    .Landing__20 .Landing__20__Order3 .Landing__20__Order3TemImg {
        height: 694px;
    }
    .Landing__20__Order3Abs h4 {
        margin-top: 236px;
        margin-bottom: 90px;
        font-size: 44px;
    }
    .Landing__20__Order3Abs h3 {
        font-size: 90px;
    }
    .Landing__20__Order3Abs .Landing__20__spanOdr2 {
        font-size: 40px;
        line-height: 8px;
        color: #fff;
        margin-left: -30px;
    }
    .Landing__20__Order3Abs .Landing__20__spanOdr1 {
        font-size: 44px;
        line-height: 26px;
        color: #fff;
        vertical-align: 49px;
    }
    .Landing__20 .watchType {
        padding: 80px 0 0;
        background-size: cover;
    }
}
@media (max-width: 1280px) {
    .Landing__20 h1 {
        font-size: 35px;
        line-height: 44px;
    }
    .Landing__20__BannerTxt h3 {
        font-size: 35px;
        line-height: 20px;
        padding-bottom: 33px;
    }
    .Landing__20__bg_div {
        padding: 50px 0 49px;
        background-size: cover;
    }
    .Landing__20 h2 {
        font-size: 30px;
        line-height: 42px;
    }
    .Landing__20__OrderAbs h4 {
        font-size: 40px;
        line-height: 69px;
    }
    .Landing__20 .WatchFactorsTxt p {
        font-size: 24px;
        line-height: 28px;
        color: #bb4f9a;
        display: inline;
    }
    .Landing__20 .WatchFactorsTxt li {
        margin-top: 20px;
        display: flex;
        align-items: center;
    }
    .Landing__20 .WatchFactorsImgBox a {
        font-size: 26px;
        line-height: 41px;
    }
    .Landing__20 .WatchFactorsImgBox .WatchFactorsLinkDiv {
        margin-left: 0;
        height: 100px;
    }
    .Landing__20 .WatchFactorsImgBox img {
        width: 100%;
    }
    .Landing__20__Slider_CardDiv h4 {
        font-size: 20px;
    }
    .Landing__20__ShippingDiv {
        background: linear-gradient(270deg, #de93b8, #9eb6df);
        padding: 56px 0 148px;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
    .Landing__20 .watchTypeUlDiv p {
        font-size: 22px;
        line-height: 32px;
        color: #bb4f9a;
        display: inline;
    }
    .Landing__20__SliderIcon1,
    .Landing__20__SliderIcon2 {
        position: absolute;
        top: -187px;
    }
}
@media (max-width: 991px) {
    .Landing__20 h1 {
        font-size: 26px;
        line-height: 34px;
    }
    .WatchFactorsTxt {
        padding-bottom: 40px;
    }
    .Landing__20 .Landing__20__Order3 .Landing__20__Order3TemImg {
        height: 544px;
    }
    .Landing__20__Order3Abs h4 {
        margin-top: 173px;
        margin-bottom: 30px;
    }
    .Landing__20__FooterDiv {
        display: block;
        text-align: center;
    }
}
@media (max-width: 767px) {
    .Landing__20__Reverce {
        display: flex;
        flex-direction: column-reverse;
    }
    .Landing__20__BannerTxt {
        margin-top: 400px;
        text-align: center;
    }
    .Landing__20__img2BagAbs {
        position: absolute;
        top: -30px;
        left: 41px;
        width: 90%;
    }
    .Landing__20__bg_div {
        padding: 50px 0 150px;
        background-size: cover;
    }
    .Landing__20__AbsB_Box {
        position: absolute;
        top: 29px;
        left: 174px;
        display: flex;
        padding: 16px 20px;
        border-radius: 10px;
    }
    .Landing__20__SliderIcon1,
    .Landing__20__SliderIcon2 {
        display: none;
    }
    .Landing__20 .Landing__20__Order3 .Landing__20__Order3TemImg {
        height: 386px;
    }
    .Landing__20__Order3Abs h4 {
        margin-top: 110px;
        margin-bottom: 30px;
        font-size: 28px;
    }
    .Landing__20__Order3Abs .Landing__20__spanOdr2 {
        font-size: 22px;
        line-height: 8px;
        color: #fff;
        margin-left: -18px;
    }
    .Landing__20__Order3Abs .Landing__20__spanOdr1 {
        font-size: 26px;
        line-height: 26px;
        color: #fff;
        vertical-align: 27px;
    }
    .Landing__20__Order3Abs h5 {
        font-size: 16px;
        line-height: 21px;
        color: #fff;
        margin: 13px 0;
    }
    .Landing__20__Order3Abs h3 {
        font-size: 48px;
        line-height: 31px;
        color: #fff;
        margin-bottom: 30px;
        font-weight: 900;
    }
}
@media (max-width: 575px) {
    .Landing__20__img2BagAbs {
        position: absolute;
        top: 0;
        left: 31px;
        width: 90%;
        margin-top: 22px;
    }
    .Landing__20 h1 {
        font-size: 24px;
        line-height: 30px;
    }
    .Landing__20__BannerTxt h4 {
        font-size: 18px;
    }
    .Landing__20__BannerTxt h3 {
        font-size: 24px;
        line-height: 20px;
        padding-bottom: 33px;
    }
    .Landing__20__AbsB_Box {
        position: absolute;
        top: 29px;
        left: 81px;
        display: flex;
        padding: 16px 20px;
        border-radius: 10px;
    }
    .Landing__20__BannerTxt h5 {
        font-size: 20px;
    }
    .Landing__20__AbsB_Box img {
        position: absolute;
        left: -82px;
        top: -39px;
        height: 139px;
    }
    .Landing__20__section_gaps {
        margin-top: 50px;
    }
    .Landing__20 h2 {
        font-size: 22px;
        line-height: 28px;
    }
    .Landing__20 p {
        color: #666;
        font-size: 16px;
        line-height: 23px;
    }
    .Landing__20__OrderAbs h4 {
        font-size: 28px;
        line-height: 33px;
    }
    .Landing__20__OrderAbs h5 {
        font-size: 16px;
        line-height: 16px;
        color: #000;
        margin: 30px 0;
    }
    .WatchFactorsTxt {
        padding-bottom: 40px;
        text-align: center;
    }
    .Landing__20 .WatchFactorsTxt h2 {
        padding-top: 18px;
        text-align: center;
    }
    .Landing__20 .WatchFactorsTxt p {
        font-size: 16px;
        line-height: 19px;
        color: #bb4f9a;
        display: inline;
    }
    .Landing__20 .WatchFactorsTxt li {
        margin-top: 13px;
        display: flex;
        align-items: center;
    }
    .Landing__20 .WatchFactorsImgBox a {
        font-size: 22px;
        line-height: 26px;
    }
    .Landing__20 .WatchFactorsImgBox .WatchFactorsLinkDiv {
        margin-left: 0;
        height: 73px;
    }
    .Landing__20__Slider_CardDiv h4 {
        font-size: 14px;
    }
    .Landing__20__Order2Abs h4 {
        font-size: 28px;
        line-height: 18px;
        color: #ea4cb9;
        font-weight: 900;
    }
    .Landing__20__Order2Abs h5 {
        font-size: 16px;
        line-height: 21px;
        color: #000;
        margin: 30px 0;
    }
    .Landing__20 .OrderTemplate2 {
        padding: 118px 0;
        background-size: cover;
    }
    .Landing__20 .watchTypeUlDiv p {
        font-size: 16px;
        line-height: 22px;
        color: #bb4f9a;
        display: inline;
    }
    .Landing__20 .watchTypeUlDiv li {
        margin-top: 8px;
        display: flex;
        align-items: center;
    }
    .Landing__20 .OrderTemplate3AbsImg2 {
        position: absolute;
        top: 200px;
        right: 0;
        height: 218px;
    }
    .Landing__20 .OrderTemplate3AbsImg1 {
        position: absolute;
        height: 218px;
    }
    .Landing__20__FooterCol h4 {
        font-size: 22px;
        line-height: 31px;
        color: #182d41;
        font-weight: 700;
    }
    .Landing__20__FooterCol h5 a {
        font-size: 20px;
        line-height: 23px;
        color: #221b1f;
        font-weight: 400;
    }
    .Landing__20__FooterCol h6 {
        font-size: 20px;
        line-height: 31px;
        color: #221b1f;
        font-weight: 400;
        text-align: center;
        margin-top: 25px;
    }
    .Landing__20__FooterCol h5 {
        font-size: 20px;
        margin-top: 3px;
    }
    .Landing__20__FooterCol h3 {
        font-size: 24px;
        line-height: 50px;
    }
    .Landing__20 .WatchFactors {
        background-color: #fff1fb;
        padding-top: 24px;
        padding-bottom: 94px;
    }
    .Landing__20 a.bg {
        position: relative;
        padding: 12px 46px;
        font-weight: 600;
        border-radius: 10px;
        font-size: 17px;
    }
    .Landing__20__BannerTxtimg1 {
        position: absolute;
        width: 226px;
        margin-left: -9px;
        margin-top: -5px;
        z-index: 0;
        height: 70px;
        transition: 0.2s;
    }
    .Landing__20__BannerLinkimgBox:hover .Landing__20__BannerTxtimg1 {
        position: absolute;
        width: 210px;
        margin-left: 0;
        margin-top: 0;
        z-index: 0;
        height: 60px;
        transition: 0.2s;
    }
    @keyframes Ibrahimhgftu {
        0% {
            transform: translate(-50px);
        }
        to {
            transform: translateX(50px);
        }
    }
    .Landing__20__FooterCol {
        margin-top: 50px;
    }
}
@media (max-width: 450px) {
    .Landing__20__BannerTxt {
        margin-top: 311px;
        text-align: center;
    }
}
.Landing__21 {
    font-family: "Noto Serif Bengali", serif;
    list-style-type: none;
    overflow-x: hidden;
}
.Landing__21 ul {
    padding: 0;
    list-style: none;
}
.Landing__21 h1 {
    font-size: 57px;
    line-height: 85px;
    color: #997624;
    font-weight: 900;
    padding-top: 46px;
}
.Landing__21 h2 {
    font-size: 48px;
    line-height: 72px;
    font-weight: 900;
    text-align: center;
    color: #c69f45;
}
.Landing__21 p {
    color: #745d28;
    font-size: 24px;
    line-height: 40px;
}
.Landing__21 .bg {
    transition: 0.5s;
    display: block;
    line-height: 35px;
    font-weight: 600;
    text-decoration: none;
}
.Landing__21 a.bg {
    position: relative;
    padding: 20px 51px;
    color: #fff;
    background-image: linear-gradient(90deg, #fff6a1 0, #e0aa55 51%, #fff6a1);
    background-size: 180% auto;
    display: inline-block;
    transition: 0.2s;
    font-weight: 600;
    border-radius: 100px;
    font-size: 24px;
}
.Landing__21 a.bg svg {
    font-size: 28px;
    margin-top: -5px;
    margin-right: 10px;
    color: #fff;
}
.Landing__21 a.bg:hover {
    background-position: 100%;
    color: #fff;
    text-decoration: none;
}
.Landing__21__section_gaps {
    margin-top: 100px;
}
.Landing__21__bg_div {
    background-image: url(/_next/static/media/bg.ce782da0.png);
    padding: 50px 0 170px;
    background-size: cover;
}
.Landing__21__BannerTxt p {
    font-size: 30px;
    line-height: 40px;
    background: linear-gradient(270deg, #fff6a1, #e0aa55);
    padding: 15px 25px;
    color: #443513;
    display: inline-block;
    border-radius: 100px;
    font-weight: 400;
    margin-top: 46px;
}
.Landing__21__BannerTxt h4 {
    font-size: 32px;
    line-height: 42px;
    color: #c69f45;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 55px;
}
#OrderConfirmFrom h2,
.Landing__21__BannerTxt h1,
.Landing__21__Order1Abs h4,
.Landing__21__Order2Abs h4 {
    background-image: linear-gradient(-225deg, #231557, #e0aa55 29%, #ff1361 67%, #ffbf0b);
    background-clip: border-box;
    background-size: 200% auto;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip645 3s linear infinite;
    display: inline-block;
}
@keyframes textclip645 {
    to {
        background-position: 200%;
    }
}
.Landing__21__BannerTxt h3 {
    font-size: 48px;
    line-height: 74px;
    color: #443513;
    font-weight: 900;
    padding-top: 15px;
    padding-bottom: 20px;
}
.Landing__21__BannerLinkimgBox,
.Landing__21__RelText {
    position: relative;
}
.Landing__21__BannerTxtimg1 {
    position: absolute;
    width: 140px;
    margin-left: -10px;
    margin-top: -8px;
    z-index: 0;
    height: 90px;
    transition: 0.2s;
}
.Landing__21__BannerLinkimgBox:hover .Landing__21__BannerTxtimg1 {
    position: absolute;
    width: 130px;
    margin-left: 0;
    margin-top: -3px;
    z-index: 0;
    height: 80px;
}
.Landing__21__AbsB_Box {
    position: absolute;
    top: -70px;
    left: 366px;
    display: flex;
    padding: 16px 20px;
    border-radius: 10px;
}
.Landing__21__BannerTxt .Landing__21__RelText h5 {
    font-size: 26px;
    color: #443513;
    position: relative;
    font-weight: 600;
}
.Landing__21__AbsB_Box img {
    position: absolute;
    left: -57px;
    top: -23px;
}
.Landing__21__Col_2Rel {
    position: relative;
}
.Landing__21__img2BagAbs {
    position: absolute;
    top: 30px;
    left: 80px;
    width: 100%;
    transition: 1s;
    animation: gfd6i35468 3s ease-in-out infinite alternate;
}
.Landing__21__img2BagAbs2 {
    position: absolute;
    top: 160px;
    left: 100px;
    height: 219px;
}
@keyframes gfd6i35468 {
    0% {
        top: 0;
    }
    to {
        top: -70px;
    }
}
.Landing__21__ProductDetails {
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
}
.Landing__21__ProductDetails h2 {
    padding-left: 12%;
    padding-right: 12%;
}
.Landing__21 .Landing__21__Order1 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
}
.Landing__21__Order1Img {
    height: 520px;
}
.Landing__21__Order1Abs {
    position: absolute;
    text-align: center;
}
.Landing__21__Order1Abs h4 {
    font-size: 51px;
    line-height: 69px;
    color: #997624;
    font-weight: 900;
}
.Landing__21__Order1Abs h5 {
    font-size: 24px;
    line-height: 29px;
    color: #745d28;
    margin: 20px 0;
}
.Landing__21 .Landing__21__Order1 .bg1 {
    color: #443513;
    padding: 24px 81px;
    font-size: 32px;
    line-height: 64px;
}
.Landing__21 .Landing__21__Order1 .bg1 svg {
    color: #443513;
    font-size: 42px;
    line-height: 64px;
}
.Landing__21 .Landing__21__Order1 .bg1:hover.bg1 svg {
    color: #fff;
    font-size: 42px;
    line-height: 64px;
}
.Landing__21__BannerTxtimg2 {
    position: absolute;
    width: 140px;
    margin-left: -10px;
    margin-top: -8px;
    z-index: 0;
    height: 125px;
    transition: 0.2s;
}
.Landing__21__BannerLinkimgBox:hover .Landing__21__BannerTxtimg2 {
    position: absolute;
    width: 130px;
    margin-left: 0;
    margin-top: -1px;
    z-index: 0;
    height: 115px;
}
.Landing__21__BannerBigImg {
    width: 100%;
}
.Landing__21__CardUpTxt {
    padding: 0 4%;
    text-align: center;
}
.Landing__21__CardSec {
    background: linear-gradient(180deg, rgba(255, 248, 237, 0.5), #fff8ed);
    padding: 0 12% 65px;
    position: relative;
}
.Landing__21__CardDiv {
    padding: 90px 75px 0;
    background-color: #fff;
    position: relative;
    border-radius: 10px 10px 0 0;
}
.Landing__21__CardDivAb1 {
    position: absolute;
    top: -30px;
    left: -30px;
    z-index: -1;
}
.Landing__21__CardDivAb2 {
    position: absolute;
    bottom: -30px;
    right: -30px;
    z-index: -1;
}
.Landing__21__Card {
    position: relative;
    padding: 35px 31px;
    background-color: #fff;
    text-align: center;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    margin-bottom: 100px;
    margin-right: 20px;
}
.Landing__21__Card h4 {
    font-size: 32px;
    line-height: 20px;
    color: #c69f45;
    font-weight: 600;
    padding-bottom: 5px;
}
.Landing__21__Card p {
    font-size: 24px;
    line-height: 36px;
    color: #443513;
    font-weight: 600;
    padding-top: 10px;
}
.Landing__21__CardAbs1 {
    position: absolute;
    top: 0;
    left: 0;
}
.Landing__21__CardAbs2 {
    position: absolute;
    bottom: 0;
    right: 0;
}
.Landing__21__CardDivRel1 {
    position: relative;
}
.Landing__21__CardDivAbs1 {
    position: absolute;
    top: -10%;
    left: -5%;
    width: 40%;
    height: 120%;
    background: #faf0d5;
    border-radius: 5%;
    transition: 0.2s;
}
.Landing__21__CardDivRel1:hover .Landing__21__CardDivAbs1 {
    position: absolute;
    top: -10%;
    left: -5%;
    width: 80%;
    height: 120%;
    border-radius: 5%;
    background-image: linear-gradient(90deg, #fff6a1, #e0aa55);
}
.Landing__21__CardUpTxt2 {
    padding-bottom: 150px;
}
.Landing__21__Slider_CardDivImg {
    width: 100%;
    transform: scale(1);
    transition: all 0.2s;
}
.Landing__21__SliderIconDiv2 {
    position: relative;
}
.Landing__21__SliderIcon1 {
    left: 46%;
}
.Landing__21__SliderIcon1,
.Landing__21__SliderIcon2 {
    position: absolute;
    bottom: -90px;
    font-size: 28px;
    color: #fff;
    width: 42px;
    background-image: linear-gradient(270deg, #e0aa55, #fff6a1);
    z-index: 2;
    border-radius: 100px;
}
.Landing__21__SliderIcon2 {
    right: 46%;
}
.Landing__21__SliderImg:hover img {
    transform: scale(1.1);
}
.Landing__21__Video {
    margin-top: 200px;
}
.Landing__21__Order2Sec {
    background-image: url(/_next/static/media/bg2.64bc931d.png);
    background-size: cover;
    padding: 150px;
}
.Landing__21 .Landing__21__Order2 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
}
.Landing__21__Order2Img {
    height: 423px;
}
.Landing__21__Order2Abs {
    position: absolute;
    text-align: center;
}
.Landing__21__Order2Abs h4 {
    font-size: 58px;
    line-height: 86px;
    color: #997624;
    font-weight: 900;
}
.Landing__21__Order2Abs h6 {
    font-size: 40px;
    line-height: 67px;
    color: #997624;
    font-weight: 900;
    padding-top: 124px;
    margin-left: 50px;
    margin-bottom: 40px;
}
.Landing__21__Order2Abs h5 {
    font-size: 24px;
    line-height: 26px;
    color: #745d28;
    margin-top: 20px;
    margin-bottom: 30px;
}
.Landing__21 .Landing__21__Order2 .bg4 {
    color: #443513;
    font-size: 32px;
    line-height: 64px;
    font-weight: 600;
    padding: 24px 81px;
}
.Landing__21 .Landing__21__Order2 .bg4 svg {
    color: #443513;
    font-size: 42px;
}
.Landing__21 .Landing__21__Order2 .bg4:hover.bg4 svg {
    color: #fff;
}
.Landing__21__BannerTxtimg4 {
    position: absolute;
    width: 140px;
    margin-left: -10px;
    margin-top: -10px;
    z-index: 0;
    height: 130px;
    transition: 0.2s;
}
.Landing__21__BannerLinkimgBox:hover .Landing__21__BannerTxtimg4 {
    position: absolute;
    width: 130px;
    margin-left: 0;
    margin-top: -3px;
    z-index: 0;
    height: 118px;
}
.Landing__21__Listdiv h4 {
    display: inline;
    font-size: 32px;
    line-height: 42px;
    color: #947734;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 10px;
}
.Landing__21__Listdiv li {
    display: flex;
    align-items: center;
    border-top: 1px solid #c69f45;
}
.Landing__21__Listdiv li:hover {
    display: flex;
    align-items: center;
    border: 1px solid #c69f45;
    border-bottom: none;
    padding: 10px;
}
.Landing__21__Listdiv {
    padding-top: 40px;
}
.Landing__21__ShippingDiv p {
    color: #947734 !important;
    padding-top: 10px;
}
.Landing__21__ShippingDiv {
    padding: 50px;
}
.Landing__21 #OrderSection {
    padding: 100px 15px !important;
    border-radius: 10px;
}
.Landing__21__PlaseInOdr {
    background: linear-gradient(180deg, #e0aa55, #fff6a1);
    position: relative;
    border-radius: 10px;
    padding: 15px;
}
.Landing__21 #OrderConfirmLeft #Payment #ArrowBg,
.Landing__21 #OrderConfirmRight button {
    background: #e9c16c;
}
.Landing__21 #OrderConfirmLeft #Payment #ArrowBg p {
    color: #fff;
}
.Landing__21 #OrderConfirmLeft #Payment #ArrowBg:after {
    border-bottom: 15px solid #e9c16c;
}
.Landing__21 #OrderConfirmLeft #Payment #CustomeInput input:checked + label:before {
    background: #e9c16c;
}
.Landing__21 #OrderConfirmLeft #Payment #CustomeInput input:checked + label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 10px;
}
.Landing__21__Footersec {
    background-size: cover;
    padding-top: 520px;
    padding-bottom: 30px;
    margin-top: -400px;
}
.Landing__21__FooterMainDiv {
    display: flex;
    justify-content: space-between;
}
.Landing__21__FooterColImg {
    height: 68px;
}
.Landing__21 .Landing__21__FooterCol p {
    font-size: 24px;
    line-height: 31px;
    color: #fff;
    padding-top: 30px;
}
.Landing__21__FooterCol h4 {
    font-size: 24px;
    line-height: 31px;
    color: #fff;
    font-weight: 600;
}
.Landing__21__FooterCol a {
    font-size: 24px;
    line-height: 37px;
    color: #fff;
}
.Landing__21__FooterCol li {
    margin-top: 15px;
}
.Landing__21__FooterCol span {
    padding: 8px 12px;
    background: linear-gradient(180deg, #e0aa55, #fff6a1);
    border-radius: 5px;
    margin-right: 5px;
}
.Landing__21 .Landing__21__FooterCol2 ul li {
    padding-bottom: 17px !important;
}
.Landing__21__socialPad p {
    color: #fff !important;
}
.Landing__21__socialPad a {
    text-decoration: none;
    color: #fff !important;
}
@media (max-width: 1641px) {
    .Landing__21__BannerTxt p {
        font-size: 20px;
        padding: 5px 25px;
        margin-top: 27px;
    }
    .Landing__21 h1 {
        font-size: 52px;
        line-height: 70px;
        padding-top: 20px;
    }
    .Landing__21__img2BagAbs {
        position: absolute;
        top: -48px;
        left: 80px;
        width: 100%;
    }
}
@media (max-width: 1400px) {
    .Landing__21__Order2Abs h5 {
        font-size: 20px;
        line-height: 26px;
        color: #745d28;
    }
    .Landing__21__Card p {
        font-size: 20px;
        line-height: 26px;
        color: #443513;
        font-weight: 600;
        padding-top: 10px;
    }
    .Landing__21 p {
        color: #745d28;
        font-size: 20px;
        line-height: 26px;
    }
    .Landing__21__BannerTxt p {
        font-size: 20px;
        padding: 5px 25px;
        margin-top: 27px;
    }
    .Landing__21 h1 {
        font-size: 44px;
        line-height: 56px;
        padding-top: 20px;
    }
    .Landing__21__BannerTxt h3 {
        font-size: 40px;
        line-height: 30px;
    }
    .Landing__21__BannerTxt h4 {
        font-size: 24px;
        line-height: 42px;
        padding-top: 4px;
        padding-bottom: 38px;
    }
    .Landing__21__bg_div {
        padding: 50px 0 120px;
        background-size: cover;
    }
    .Landing__21__img2BagAbs {
        position: absolute;
        top: -78px;
        left: 80px;
        width: 100%;
    }
    .Landing__21__img2BagAbs2 {
        position: absolute;
        top: 42px;
        left: 100px;
        height: 120px;
    }
    .Landing__21 h2 {
        font-size: 40px;
        line-height: 52px;
    }
    .Landing__21__Order1Img {
        height: 420px;
    }
    .Landing__21__Order1Abs h4 {
        font-size: 40px;
        line-height: 52px;
        color: #997624;
        font-weight: 900;
    }
    .Landing__21__Order1Abs h5 {
        font-size: 20px;
        line-height: 26px;
        margin: 15px 0;
    }
    .Landing__21 .Landing__21__Order1 .bg1 {
        color: #443513;
        padding: 24px 67px;
        font-size: 32px;
        line-height: 40px;
    }
    .Landing__21__BannerTxtimg2 {
        position: absolute;
        width: 140px;
        margin-left: -10px;
        margin-top: -8px;
        z-index: 0;
        height: 102px;
        transition: 0.2s;
    }
    .Landing__21__BannerLinkimgBox:hover .Landing__21__BannerTxtimg2 {
        position: absolute;
        width: 130px;
        margin-left: 0;
        margin-top: -1px;
        z-index: 0;
        height: 90px;
    }
    .Landing__21__Card h4 {
        font-size: 24px;
        line-height: 28px;
    }
    .Landing__21__Order2Img {
        height: 323px;
    }
    .Landing__21__Order2Abs h6 {
        font-size: 30px;
        line-height: 67px;
    }
    .Landing__21__Order2Abs h4 {
        font-size: 40px;
        line-height: 58px;
        color: #997624;
        font-weight: 900;
    }
    .Landing__21 .Landing__21__Order2 .bg4 {
        color: #443513;
        font-size: 32px;
        line-height: 50px;
        font-weight: 600;
        padding: 24px 81px;
    }
    .Landing__21__BannerLinkimgBox:hover .Landing__21__BannerTxtimg4 {
        height: 104px;
    }
    .Landing__21__BannerTxtimg4 {
        height: 118px;
    }
    .Landing__21__Listdiv h4 {
        display: inline;
        font-size: 24px;
        line-height: 28px;
    }
    .Landing__21__FooterCol p {
        font-size: 18px;
        line-height: 31px;
    }
    .Landing__21__FooterCol a {
        font-size: 18px;
        line-height: 37px;
        color: #fff;
    }
}
@media (max-width: 1280px) {
    .Landing__21 h1 {
        font-size: 35px;
        line-height: 44px;
        padding-top: 20px;
    }
    .Landing__21__bg_div {
        padding: 50px 0 92px;
        background-size: cover;
    }
    .Landing__21 h2 {
        font-size: 35px;
        line-height: 46px;
    }
    .Landing__21__SliderIcon1 {
        left: 44%;
    }
    .Landing__21__SliderIcon2 {
        right: 44%;
    }
    .Landing__21__FooterCol h4 {
        font-size: 22px;
    }
}
@media (max-width: 991px) {
    .Landing__21 h1 {
        font-size: 28px;
        line-height: 40px;
        padding-top: 20px;
    }
    .Landing__21__BannerTxt h3 {
        font-size: 28px;
        line-height: 30px;
    }
    .Landing__21__img2BagAbs {
        position: absolute;
        top: -20px;
        left: 44px;
        width: 100%;
    }
    .Landing__21__img2BagAbs2 {
        position: absolute;
        top: 42px;
        left: 50px;
        height: 120px;
    }
    .Landing__21__BannerTxt .Landing__21__RelText h5 {
        font-size: 22px;
    }
    .Landing__21__AbsB_Box {
        position: absolute;
        top: -64px;
        left: 366px;
        display: flex;
        padding: 16px 20px;
        border-radius: 10px;
    }
    .Landing__21__AbsB_Box img {
        height: 80px;
        position: absolute;
        left: -49px;
        top: -15px;
    }
    .Landing__21 h2 {
        font-size: 26px;
        line-height: 32px;
    }
    .Landing__21__CardDiv {
        padding: 90px 0 0;
    }
    .Landing__21__CardUpTxt2 {
        padding-bottom: 80px;
    }
    .Landing__21__FooterMainDiv {
        display: block;
        text-align: center;
    }
}
@media (max-width: 767px) {
    .Landing__21__Reverce {
        flex-direction: column-reverse;
    }
    .Landing__21__BannerTxt {
        margin-top: 600px;
        text-align: center;
    }
    .Landing__21__img2BagAbs {
        position: absolute;
        top: 72px;
        left: 3px;
        width: 100%;
        margin-top: 100px;
    }
    .Landing__21__img2BagAbs2 {
        position: absolute;
        top: 222px;
        left: 56px;
        height: 120px;
    }
    .Landing__21__AbsB_Box {
        position: absolute;
        top: 33px;
        left: 195px;
        display: flex;
        padding: 16px 20px;
        border-radius: 10px;
    }
    .Landing__21 a.bg {
        padding: 17px 51px;
        font-size: 20px;
    }
    .Landing__21__BannerTxtimg1 {
        position: absolute;
        width: 140px;
        margin-left: -10px;
        margin-top: -8px;
        z-index: 0;
        height: 86px;
        transition: 0.2s;
    }
    .Landing__21__BannerLinkimgBox:hover .Landing__21__BannerTxtimg1 {
        position: absolute;
        width: 130px;
        margin-left: 0;
        margin-top: -3px;
        z-index: 0;
        height: 76px;
    }
    .Landing__21__Order1Img {
        height: 359px;
    }
    .Landing__21__BannerTxtimg2 {
        position: absolute;
        width: 140px;
        margin-left: -10px;
        margin-top: -8px;
        z-index: 0;
        height: 82px;
        transition: 0.2s;
    }
    .Landing__21__BannerLinkimgBox:hover .Landing__21__BannerTxtimg2 {
        position: absolute;
        width: 140px;
        margin-left: 0;
        margin-top: -1px;
        z-index: 0;
        height: 72px;
    }
    .Landing__21__SliderIcon1,
    .Landing__21__SliderIcon2 {
        display: none;
    }
    .Landing__21__Video {
        margin-top: 102px;
    }
    .Landing__21 .Landing__21__Order1 .bg1 {
        color: #443513;
    }
    .Landing__21 .Landing__21__Order1 .bg1,
    .Landing__21 .Landing__21__Order1 .bg1:hover {
        padding: 24px 67px;
        font-size: 24px;
        line-height: 0px;
    }
    .Landing__21 .Landing__21__Order1 .bg1 svg {
        font-size: 24px;
    }
    .Landing__21__Order2Abs h6 {
        line-height: 67px;
        color: #997624;
        font-weight: 900;
        padding-top: 123px;
        margin-left: 50px;
        margin-bottom: 20px;
    }
    .Landing__21 .Landing__21__Order2 .bg4 {
        color: #443513;
        font-size: 24px;
        line-height: 50px;
        font-weight: 600;
        padding: 18px 39px;
    }
    .Landing__21 .Landing__21__Order2 .bg4 svg {
        font-size: 24px;
    }
    .Landing__21__BannerTxtimg4 {
        height: 106px;
    }
    .Landing__21__BannerLinkimgBox:hover .Landing__21__BannerTxtimg4 {
        height: 92px;
    }
}
@media (max-width: 575px) {
    .Landing__21__BannerTxt p {
        font-size: 16px;
        padding: 1px 25px;
        margin-top: 27px;
    }
    .Landing__21 h1 {
        font-size: 24px;
        line-height: 32px;
        padding-top: 20px;
    }
    .Landing__21__BannerTxt h3 {
        font-size: 24px;
        line-height: 30px;
    }
    .Landing__21__BannerTxt h4 {
        font-size: 18px;
        line-height: 22px;
        padding-top: 4px;
        padding-bottom: 38px;
    }
    .Landing__21__AbsB_Box {
        position: absolute;
        top: 33px;
        left: 119px;
    }
    .Landing__21__bg_div {
        padding: 50px 0 145px;
        background-size: cover;
    }
    .Landing__21__ProductDetails h2 {
        padding-left: 0;
        padding-right: 0;
    }
    .Landing__21 h2 {
        font-size: 22px;
        line-height: 30px;
    }
    .Landing__21__Order1Img {
        height: 240px;
    }
    .Landing__21__section_gaps {
        margin-top: 50px;
    }
    .Landing__21__Order1Abs h4 {
        font-size: 28px;
        line-height: 44px;
        color: #997624;
        font-weight: 900;
    }
    .Landing__21__Order1Abs h5 {
        font-size: 14px;
        line-height: 18px;
        color: #745d28;
    }
    .Landing__21 .Landing__21__Order1 .bg1 {
        color: #443513;
        padding: 18px 47px;
        font-size: 20px;
        line-height: 0px;
    }
    .Landing__21__BannerTxtimg2 {
        position: absolute;
        width: 130px;
        margin-left: -10px;
        margin-top: -6px;
        z-index: 0;
        height: 67px;
        transition: 0.2s;
    }
    .Landing__21__BannerLinkimgBox:hover .Landing__21__BannerTxtimg2 {
        position: absolute;
        width: 130px;
        margin-left: -4px;
        margin-top: -1px;
        z-index: 0;
        height: 57px;
    }
    .Landing__21 .Landing__21__Order1 .bg1:hover {
        line-height: 0px;
        padding: 9px 47px;
        font-size: 20px;
    }
    .Landing__21 p {
        color: #745d28;
        font-size: 16px;
        line-height: 35px;
    }
    .Landing__21__CardSec {
        background: linear-gradient(180deg, rgba(255, 248, 237, 0.5), #fff8ed);
        padding: 0 0 65px;
        position: relative;
    }
    .Landing__21__Order2Img {
        height: 227px;
    }
    .Landing__21__Order2Abs h6 {
        font-size: 21px;
        line-height: 31px;
    }
    .Landing__21__Order2Abs h4 {
        font-size: 28px;
        line-height: 30px;
        color: #997624;
        font-weight: 900;
    }
    .Landing__21__Order2Abs h5 {
        font-size: 16px;
        line-height: 24px;
        color: #745d28;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .Landing__21 .Landing__21__Order2 .bg4 {
        color: #443513;
        font-size: 20px;
        line-height: 50px;
        font-weight: 600;
        padding: 8px 39px;
    }
    .Landing__21__BannerTxtimg4 {
        position: absolute;
        width: 140px;
        margin-left: -10px;
        margin-top: -7px;
        z-index: 0;
        height: 81px;
        transition: 0.2s;
    }
    .Landing__21__BannerLinkimgBox:hover .Landing__21__BannerTxtimg4 {
        height: 70px;
    }
    .Landing__21__Listdiv h4 {
        display: inline;
        font-size: 16px;
        line-height: 24px;
    }
    .Landing__21__FooterColImg {
        height: 44px;
    }
    .Landing__21__FooterCol p {
        color: #fff !important;
    }
    .Landing__21__FooterCol span {
        padding: 3px 8px;
        background: linear-gradient(180deg, #e0aa55, #fff6a1);
        border-radius: 5px;
        margin-right: 5px;
    }
}
@media (max-width: 450px) {
    .Landing__21__BannerTxt {
        margin-top: 472px;
        text-align: center;
    }
    .Landing__21__img2BagAbs2 {
        position: absolute;
        top: 174px;
        left: 41px;
        height: 93px;
    }
}
.Landing__22 {
    font-family: "Noto Serif Bengali", serif;
    list-style-type: none;
    overflow-x: hidden;
}
.Landing__22 ul {
    padding: 0;
    list-style: none;
}
.Landing__22 h1 {
    font-size: 54px;
    line-height: 74px;
    color: #813c13;
    font-weight: 900;
    padding-top: 100px;
    padding-bottom: 30px;
}
.Landing__22 h2 {
    font-size: 46px;
    line-height: 60px;
    text-align: center;
    font-weight: 600;
}
.Landing__22 .bg {
    transition: 0.5s;
    display: block;
    line-height: 35px;
    font-weight: 600;
    text-decoration: none;
}
.Landing__22 a.bg {
    position: relative;
    padding: 24px 70px;
    color: #fff;
    background: #7e4a13;
    background-size: 180% auto;
    display: inline-block;
    font-weight: 600;
    border-radius: 100px;
    font-size: 32px;
    line-height: 42px;
    transition: all 0.2s;
    transform: scale(0.9);
}
.Landing__22 a.bg svg {
    font-size: 40px;
    margin-top: -5px;
    margin-right: 10px;
    color: #fff;
}
.Landing__22 p {
    font-size: 24px;
}
.Landing__22 a.bg:hover {
    background-position: 100%;
    color: #fff;
    text-decoration: none;
    transform: scale(1.1);
}
.Landing__22 a.bg:hover svg {
    color: #fff;
}
.Landing__22__section_gaps {
    margin-top: 100px;
}
.Landing__22__bg_div {
    background-image: url(/_next/static/media/bg.a6bb4e5d.png);
    background-size: cover;
    padding: 40px 0 230px;
}
.Landing__22__BannerTxt {
    position: relative;
    margin-top: 50px;
}
.Landing__22__BannerTxt p {
    position: absolute;
    top: 15px;
    left: 20px;
    font-size: 27px;
    line-height: 35px;
    color: #7e4a13;
    display: inline-block;
    font-weight: 400;
    z-index: 2;
}
.Landing__22__BannerTxtimg1 {
    position: absolute;
    margin-left: 0;
    height: 70px;
    margin-top: 0;
    z-index: 0;
    transition: 0.2s;
}
.Landing__22__BannerTxt h3 {
    font-size: 53px;
    line-height: 70px;
    color: #fffcf4;
    font-weight: 900;
    padding-top: 15px;
    padding-bottom: 50px;
}
.Landing__22__BannerTxt h1 {
    background-image: linear-gradient(-225deg, #231557, #813c13 29%, #ff1361 67%, #ffbf0b);
    background-clip: border-box;
    background-size: 200% auto;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: hgf76yfiu36 4s linear infinite;
    display: inline-block;
}
@keyframes hgf76yfiu36 {
    to {
        background-position: 200%;
    }
}
.Landing__22__BannerLinkimgBox,
.Landing__22__RelText {
    position: relative;
}
.Landing__22__LinkAbs {
    position: absolute;
    top: -5px;
    width: 320px;
    height: 100px;
    left: 10px;
    transition: all 0.2s;
}
.Landing__22__BannerLinkimgBox:hover .Landing__22__BannerTxtimg1 {
    position: absolute;
    width: 130px;
    margin-left: 0;
    margin-top: -3px;
    z-index: 0;
    height: 80px;
}
.Landing__22__AbsB_Box {
    position: absolute;
    top: -70px;
    left: 420px;
    display: flex;
    padding: 16px 20px;
    border-radius: 10px;
}
.Landing__22__BannerTxt .Landing__22__RelText h5 {
    font-size: 34px;
    color: #443513;
    position: relative;
    font-weight: 600;
    margin-left: 30px;
}
.Landing__22__AbsB_Box img {
    position: absolute;
    left: -57px;
    top: -23px;
    height: 103px;
}
.Landing__22__DisImgDiv {
    text-align: right;
}
.Landing__22__DisImg {
    height: 251px;
    margin-top: 200px;
    margin-right: -150px;
}
.Landing__22__Oilh2 {
    font-size: 50px;
    line-height: 60px;
    color: #002223;
    text-align: center;
    margin-bottom: 100px;
}
.Landing__22__Oildetails {
    background-image: url(/_next/static/media/bg2.3bb5569f.png);
    background-size: cover;
    padding: 114px 0 78px;
}
.Landing__22__OildetailsFlex {
    display: flex;
    justify-content: space-between;
    padding-bottom: 442px;
}
.Landing__22__OildetailsFlex > div div {
    width: 334px;
    background-color: #7e4a13;
    padding: 21px 27px 15px 50px;
    border-radius: 0 50px 0 50px;
    margin-top: 50px;
    height: 114px;
}
.Landing__22__OildetailsFlex > div p {
    font-size: 20px;
    line-height: 26px;
    color: #fff;
}
.Landing__22__OilRel {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Landing__22__OilAbs1 {
    position: absolute;
    height: 608px;
    margin-top: 300px;
    animation: jyguiy35468 7s linear infinite;
}
@keyframes jyguiy35468 {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(1turn);
    }
}
.Landing__22__OilAbs2 {
    position: absolute;
    height: 748px;
    margin-top: 300px;
}
.Landing__22__BannerTxt2 {
    text-align: center !important;
}
.Landing__22__LinkAbs2 {
    position: absolute;
    top: -5px;
    width: 320px;
    height: 100px;
    transition: all 0.2s;
    margin-left: 7px;
}
.Landing__22__BannerLinkimgBox .bg2 {
    background-color: #f9c60b !important;
    color: #7e4a13 !important;
}
.Landing__22__BannerLinkimgBox .bg2 svg {
    color: #7e4a13 !important;
}
.Landing__22__BenefitsOilSec h2 {
    margin-bottom: 50px;
}
.Landing__22__BenefitsOilSec li {
    display: flex;
    padding: 0 30px;
    align-items: center;
    background-color: #fff2cb;
    height: 86px;
    margin-bottom: 50px;
}
.Landing__22__BenefitsOilSec li p {
    color: #7e4a13;
    padding-left: 15px;
    display: inline;
}
.Landing__22__BenefitsUlDiv li > div {
    -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    background-color: #f9c60b;
    width: 100px;
    height: 85px;
    position: absolute;
    right: -15px;
    top: 15px;
    z-index: -1;
    transition: all 0.2s;
    display: none;
}
.Landing__22__BenefitsUlDiv li:hover .Landing__22__BenefitsabsDiv {
    display: block;
}
.Landing__22__BenefitsUlDiv {
    position: relative;
    margin-right: 20px;
}
.Landing__22__Videosec {
    position: relative;
}
.Landing__22__VideoAbs1 {
    right: -200px;
}
.Landing__22__VideoAbs1,
.Landing__22__VideoAbs2 {
    position: absolute;
    height: 155px;
    bottom: -100px;
    z-index: -1;
}
.Landing__22__VideoAbs2 {
    left: -200px;
}
.Landing__22__Order2TxtDiv {
    padding: 250px 201px 83px 200px;
    text-align: center;
    background-color: #965817;
    color: #fff;
    border-radius: 30px;
    position: relative;
    margin-top: 400px;
}
.Landing__22 .Landing__22__Order2,
.Landing__22__Order2Dflex {
    display: flex;
    justify-content: center;
}
.Landing__22 .Landing__22__Order2 {
    align-items: center;
    position: absolute;
    text-align: center;
    z-index: 2;
    margin-top: 50px;
}
.Landing__22__Order2TxtDivAbs1 {
    position: absolute;
    height: 282px;
    top: -160px;
    left: -160px;
}
.Landing__22__Order2TxtDivAbs2 {
    position: absolute;
    height: 223px;
    bottom: -120px;
    right: -120px;
}
.Landing__22__Order2Sec {
    position: relative;
}
.Landing__22 .Landing__22__Order2Img {
    height: 512px;
}
.Landing__22__Order2Abs {
    position: absolute;
    text-align: center;
    z-index: 3;
}
.Landing__22__Order2Abs h4 {
    font-size: 51px;
    line-height: 69px;
    color: #fff;
    margin: 30px 0;
    font-weight: 900;
}
.Landing__22__CardTitle {
    background-image: url(/_next/static/media/img20.fc9451ad.png);
    background-size: cover;
    padding: 284px 0 0;
    margin-top: 200px;
    position: relative;
}
.Landing__22__CardTitleAbs1 {
    position: absolute;
    height: 391px;
    left: 0;
    top: 70px;
}
.Landing__22__CardTitleAbs2 {
    position: absolute;
    height: 391px;
    right: 0;
    top: 70px;
}
.Landing__22__CardSec {
    background-color: #fff9ec;
    margin-top: 60px;
    padding-bottom: 166px;
}
.Landing__22__CardSec h2 {
    padding: 0 20%;
    margin-bottom: 50px;
}
.Landing__22__Card {
    background-color: #fff;
    padding: 30px 30px 0;
    text-align: center;
    height: 234px;
    margin-bottom: 44px;
    transition: all 0.2s;
}
.Landing__22__Card:hover {
    background-image: url(/_next/static/media/img13.35f3e467.png);
    background-size: cover;
}
.Landing__22__Card:hover.Landing__22__Card h4 {
    color: #fff;
}
.Landing__22__Card img {
    height: 60px;
}
.Landing__22__Card h4 {
    font-size: 24px;
    line-height: 31px;
    color: #7e4a13;
    margin-top: 15px;
}
.Landing__22 .Landing__22__Order3 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
}
.Landing__22__Order3Abs {
    text-align: center;
}
.Landing__22__Order3Abs h4 {
    font-size: 51px;
    line-height: 69px;
    color: #fd4343;
    font-weight: 900;
    margin: 30px 0;
}
.Landing__22__Order3Abs h5 {
    font-size: 32px;
    line-height: 42px;
    color: #f59f33;
    margin-top: 45px;
    padding: 0 20%;
}
.Landing__22__PlaceinOrder {
    background: #947734;
    background-size: cover;
}
.Landing__22 #OrderConfirmFrom {
    border-radius: 10px;
    color: #fff;
}
.Landing__22 #OrderSection #Paymenth3 {
    color: #000;
}
.Landing__22 #OrderSection ul h5 {
    color: #fff;
}
.Landing__22 #OrderConfirmLeft #Payment #CustomeInput input:checked + label:before {
    background: #f9c60b;
}
.Landing__22 .order_OrderConfirmLeft__uVx3z .order_Payment__SoQ0N h3 {
    padding: 30px 30px 0;
    color: #000;
}
.Landing__22 #OrderConfirmLeft #Payment #CustomeInput input + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    color: #000;
}
.Landing__22 #OrderConfirmLeft #Payment #ArrowBg:after {
    position: absolute;
    content: "";
    border-bottom: 15px solid #f9c60b;
}
.Landing__22 #OrderConfirmLeft #Payment #ArrowBg {
    background: #f9c60b;
}
.Landing__22 #OrderConfirmRight h5 {
    color: #fff;
}
.Landing__22 #OrderConfirmRight button {
    width: 100%;
    background: #f9c60b;
}
.Landnig__22 #OrderSection label {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 35px;
    font-style: italic;
    color: #000;
}
.Landnig__22 #OrderSection input + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    color: #000;
}
.Landnig__22 #OrderConfirmFrom ul h5 {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}
.Landnig__22 #OrderConfirmLeft #Payment #CustomeInput input + label {
    color: #000;
}
.Landnig__22 #OrderConfirmLeft #Payment h3 {
    padding: 30px 30px 0;
    color: #000;
}
.Landing__22__FooterSmBg {
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.Landing__22__FooterAbs1 {
    position: absolute;
    z-index: 3;
    top: -15px;
    margin-left: -50px;
    height: 121px;
}
.Landing__22__FooterAbs2 {
    position: absolute;
    z-index: 2;
    bottom: 0;
    height: 349px;
}
.Landing__22__ShippingDiv p {
    color: #947734 !important;
    padding-top: 10px;
}
.Landing__22__ShippingDiv {
    padding: 50px;
}
.Landing__22__PrivacyDiv {
    text-align: center;
    margin-top: 50px;
}
.Landing__22__PrivacyDiv a {
    font-size: 18px;
    line-height: 24px;
    color: #814c13;
}
.Landing__22__PrivacyDiv svg {
    color: #f9c60b;
    margin-left: 10px;
}
.Landing__22__Hr {
    border-bottom: 1px solid #814c13;
    margin: 28px 17%;
}
.Landing__22__FooterSec {
    padding-bottom: 50px;
    position: relative;
}
.Landing__22__FooterAbs4 {
    position: absolute;
    height: 339px;
    right: 0;
    bottom: 0;
}
.Landing__22__FooterAbs3 {
    position: absolute;
    height: 339px;
    left: 0;
    bottom: 0;
}
@media (max-width: 1641px) {
    .Landing__22__BannerTxt p {
        font-size: 20px;
        top: 9px;
    }
    .Landing__22__BannerTxtimg1 {
        height: 50px;
    }
    .Landing__22 h1 {
        font-size: 40px;
        line-height: 52px;
        padding-top: 67px;
        padding-bottom: 10px;
    }
    .Landing__22__BannerTxt h3 {
        font-size: 40px;
        line-height: 27px;
    }
    .Landing__22 a.bg {
        font-size: 24px;
        padding: 18px 70px;
    }
    .Landing__22 a.bg svg {
        font-size: 28px;
    }
    .Landing__22__LinkAbs {
        position: absolute;
        top: -5px;
        width: 274px;
        height: 88px;
    }
    .Landing__22__BannerTxt {
        position: relative;
        margin-top: 30px;
    }
    .Landing__22__AbsB_Box img {
        position: absolute;
        left: -83px;
        top: -8px;
        height: 81px;
    }
    .Landing__22__BannerTxt .Landing__22__RelText h5 {
        font-size: 30px;
        margin-left: 0;
    }
    .Landing__22__bg_div {
        background-size: cover;
        padding: 40px 0 130px;
    }
    .Landing__22__DisImg {
        height: 180px;
        margin-top: 77px;
        margin-right: -25px;
    }
    .Landing__22 h2 {
        font-size: 40px;
    }
    .Landing__22__CardTitleAbs1,
    .Landing__22__CardTitleAbs2 {
        position: absolute;
        height: 300px;
    }
    .Landing__22__LinkAbs2 {
        position: absolute;
        top: -5px;
        width: 277px;
        height: 87px;
        transition: all 0.2s;
        margin-left: 7px;
    }
}
@media (max-width: 1400px) {
    .Landing__22__BannerTxt p {
        font-size: 20px;
        top: 9px;
    }
    .Landing__22__BannerTxtimg1 {
        height: 50px;
    }
    .Landing__22 h1 {
        font-size: 40px;
        line-height: 52px;
        padding-top: 67px;
        padding-bottom: 10px;
    }
    .Landing__22__BannerTxt h3 {
        font-size: 40px;
        line-height: 27px;
    }
    .Landing__22 a.bg {
        font-size: 24px;
        padding: 18px 70px;
    }
    .Landing__22 a.bg svg {
        font-size: 28px;
    }
    .Landing__22__LinkAbs {
        position: absolute;
        top: -5px;
        width: 274px;
        height: 88px;
    }
    .Landing__22__BannerTxt {
        position: relative;
        margin-top: 30px;
    }
    .Landing__22__AbsB_Box img {
        position: absolute;
        left: -83px;
        top: -8px;
        height: 81px;
    }
    .Landing__22__BannerTxt .Landing__22__RelText h5 {
        font-size: 30px;
        margin-left: 0;
    }
    .Landing__22__bg_div {
        background-size: cover;
        padding: 40px 0 130px;
    }
    .Landing__22__DisImg {
        height: 180px;
        margin-top: 77px;
        margin-right: -25px;
    }
    .Landing__22 h2 {
        font-size: 40px;
    }
    .Landing__22__OildetailsFlex > div p {
        font-size: 16px;
        line-height: 23px;
        color: #fff;
    }
    .Landing__22__OildetailsFlex > div div {
        width: 275px;
        background-color: #7e4a13;
        padding: 21px 27px 15px 50px;
        border-radius: 0 50px 0 50px;
        margin-top: 50px;
        height: 102px;
    }
    .Landing__22__OilAbs2 {
        position: absolute;
        height: 550px;
        margin-top: 300px;
    }
    .Landing__22__OilAbs1 {
        position: absolute;
        height: 516px;
        margin-top: 300px;
    }
    .Landing__22__OildetailsFlex {
        display: flex;
        justify-content: space-between;
        padding-bottom: 286px;
    }
    .Landing__22 p {
        font-size: 16px;
    }
    .Landing__22__LinkAbs2 {
        position: absolute;
        top: -5px;
        width: 276px;
        height: 88px;
        transition: all 0.2s;
        margin-left: 7px;
    }
    .Landing__22__Order2Abs h4 {
        font-size: 40px;
    }
    .Landing__22 .Landing__22__Order2Img {
        height: 411px;
    }
    .Landing__22__Order2TxtDiv {
        padding: 250px 201px 83px 200px;
        margin-top: 215px;
    }
    .Landing__22 .Landing__22__Order2 {
        margin-top: -36px;
    }
    .Landing__22__Order2TxtDivAbs1 {
        position: absolute;
        height: 200px;
        top: -86px;
        left: -77px;
    }
    .Landing__22__Order2TxtDivAbs2 {
        position: absolute;
        height: 150px;
        bottom: -54px;
        right: -69px;
    }
    .Landing__22__CardTitle {
        margin-top: 100px;
        padding: 216px 0 0;
    }
    .Landing__22__CardTitleAbs1,
    .Landing__22__CardTitleAbs2 {
        height: 266px;
    }
    .Landing__22__Card h4 {
        font-size: 20px;
    }
    .Landing__22__CardSec {
        background-color: #fff9ec;
        margin-top: 60px;
        padding-bottom: 66px;
    }
    .Landing__22__VideoAbs1 {
        right: -100px;
    }
    .Landing__22__VideoAbs1,
    .Landing__22__VideoAbs2 {
        position: absolute;
        height: 100px;
        bottom: -69px;
        z-index: -1;
    }
    .Landing__22__VideoAbs2 {
        left: -100px;
    }
    .Landing__22__Order3Abs h4 {
        font-size: 40px;
        line-height: 49px;
    }
    .Landing__22__Order3Abs h5 {
        font-size: 24px;
        line-height: 30px;
    }
    .Landing__22__FooterAbs3,
    .Landing__22__FooterAbs4 {
        position: absolute;
        height: 200px;
    }
    .Landing__22__FooterAbs1 {
        height: 83px;
    }
}
@media (max-width: 1280px) {
    .Landing__22__BannerTxt {
        position: relative;
        margin-top: 30px;
        text-align: center;
    }
    .Landing__22__AbsB_Box {
        position: absolute;
        top: 30px;
        left: 295px;
    }
    .Landing__22__LinkAbs {
        left: 92px;
    }
    .Landing__22__BannerTxtimg1 {
        left: 30%;
    }
    .Landing__22__BannerTxt p {
        left: 33%;
    }
    .Landing__22__DisImg {
        height: 180px;
        margin-top: 102px;
        margin-right: 225px;
    }
    .Landing__22 h1 {
        font-size: 30px;
        line-height: 45px;
        padding-top: 67px;
        padding-bottom: 10px;
    }
    .Landing__22__BannerTxt h3 {
        font-size: 30px;
        line-height: 27px;
    }
    .Landing__22 h2 {
        font-size: 28px;
    }
    .Landing__22__Oilh2 {
        margin-bottom: 41px;
    }
    .Landing__22__OilAbs1 {
        height: 516px;
        margin-top: 0;
        position: relative;
    }
    .Landing__22__OilAbs2 {
        height: 550px;
        margin-top: 0;
    }
    .Landing__22__bg_div {
        background-size: cover;
        padding: 40px 0 130px;
        background-position: 42%;
    }
    .Landing__22__Order2Abs h4 {
        font-size: 30px;
    }
    .Landing__22__Order2TxtDiv {
        padding: 252px 50px 83px;
        margin-top: 215px;
    }
    .Landing__22__OildetailsFlex {
        display: flex;
        justify-content: space-between;
        padding-bottom: 118px;
    }
    .Landing__22__CardTitleAbs1,
    .Landing__22__CardTitleAbs2 {
        height: 150px;
    }
    .Landing__22__CardTitle {
        margin-top: 100px;
        padding: 142px 0 0;
    }
    .Landing__22 .Landing__22__Order2Img {
        height: 348px;
    }
}
@media (max-width: 991px) {
    .Landing__22__LinkAbs {
        left: 30%;
    }
}
@media (max-width: 767px) {
    .Landing__22__LinkAbs {
        left: 121px;
    }
    .Landing__22__AbsB_Box {
        position: absolute;
        top: 30px;
        left: 195px;
    }
    .Landing__22__DisImg {
        height: 180px;
        margin-top: 102px;
        margin-right: 153px;
    }
    .Landing__22__OildetailsFlex > div div {
        background-color: #7e4a13;
        padding: 21px 27px 15px 50px;
        border-radius: 0 50px 0 50px;
        margin-top: 50px;
        height: 102px;
        width: 100%;
        text-align: center;
    }
    .Landing__22__OildetailsFlex {
        display: block;
        padding-bottom: 40px;
    }
    .Landing__22__bg_div {
        background-size: cover;
        padding: 40px 0 130px;
        background-position: 52%;
    }
    .Landing__22__FooterAbs3,
    .Landing__22__FooterAbs4 {
        position: absolute;
        height: 120px;
    }
}
@media (max-width: 575px) {
    .Landing__22 h1 {
        font-size: 24px;
        line-height: 35px;
        padding-top: 67px;
        padding-bottom: 10px;
    }
    .Landing__22__BannerTxt p {
        left: 24%;
    }
    .Landing__22__BannerTxtimg1 {
        left: 19%;
    }
    .Landing__22__BannerTxt h3 {
        font-size: 22px;
        line-height: 2px;
    }
    .Landing__22 a.bg {
        font-size: 20px;
        padding: 12px 46px;
    }
    .Landing__22__LinkAbs {
        position: absolute;
        top: -2px;
        width: 216px;
        height: 71px;
        left: 19%;
    }
    .Landing__22__AbsB_Box img {
        position: absolute;
        left: -83px;
        top: -8px;
        height: 56px;
    }
    .Landing__22__BannerTxt .Landing__22__RelText h5 {
        font-size: 22px;
        margin-left: -31px;
        top: -8px;
    }
    .Landing__22__AbsB_Box {
        position: absolute;
        top: 30px;
        left: 154px;
    }
    .Landing__22__DisImg {
        height: 180px;
        margin-top: 102px;
        margin-right: 71px;
    }
    .Landing__22__bg_div {
        background-size: cover;
        padding: 40px 0 60px;
        background-position: 52%;
    }
    .Landing__22__section_gaps {
        margin-top: 50px;
    }
    .Landing__22 h2 {
        font-size: 22px;
    }
    .Landing__22__OilAbs2 {
        height: 427px;
        margin-top: 0;
    }
    .Landing__22__OilAbs1 {
        height: 319px;
        margin-top: 0;
        position: relative;
    }
    .Landing__22__OildetailsFlex {
        padding-bottom: 40px;
        margin-top: 82px;
    }
    .Landing__22__LinkAbs2 {
        position: absolute;
        top: -5px;
        width: 211px;
        height: 75px;
        transition: all 0.2s;
        margin-left: 5px;
    }
    .Landing__22__BenefitsOilSec li {
        display: flex;
        padding: 0 5px;
        align-items: center;
        background-color: #fff2cb;
        height: 86px;
        margin-bottom: 32px;
    }
    .Landing__22 .Landing__22__Order2Img {
        height: 292px;
    }
    .Landing__22__Order2Abs h4 {
        line-height: 69px;
        color: #fff;
        margin: 4px 0;
        font-weight: 900;
        font-size: 28px;
    }
    .Landing__22__Order2TxtDiv {
        padding: 156px 5px 83px;
        margin-top: 215px;
    }
    .Landing__22 p {
        font-size: 17px;
    }
    .Landing__22__Order2TxtDivAbs1 {
        position: absolute;
        height: 200px;
        top: -100px;
        left: -160px;
    }
    .Landing__22__CardSec h2 {
        padding: 0;
        margin-bottom: 50px;
        line-height: 40px;
    }
    .Landing__22__Card h4 {
        font-size: 16px;
    }
    .Landing__22__CardTitle {
        margin-top: 100px;
        padding: 112px 0 0;
    }
    .Landing__22__CardTitleAbs1,
    .Landing__22__CardTitleAbs2 {
        height: 95px;
    }
    .Landing__22__Order3Abs h4 {
        font-size: 28px;
        line-height: 49px;
    }
    .Landing__22__Order3Abs h5 {
        font-size: 22px;
        padding: 0 4%;
    }
    .Landing__22__FooterAbs2 {
        position: absolute;
        z-index: 2;
        bottom: 0;
        height: 204px;
    }
    .Landing__22__FooterAbs1 {
        height: 56px;
        top: 70px;
    }
    .Landing__22 .tiny-footer_tinyFooter__Tr3b1 p a {
        display: inline;
        font-size: 16px;
        font-weight: 600;
        color: #42210b;
        padding: 0 5px;
    }
    .Landing__22__FooterAbs3,
    .Landing__22__FooterAbs4 {
        position: absolute;
        height: 91px;
    }
    .Landing__22__PrivacyDiv a {
        font-size: 16px;
        line-height: 24px;
        color: #814c13;
    }
    .Landing__22__PlaceinOrder {
        background-size: cover;
        background-position: 50%;
    }
}
.Landing__23 {
    font-family: "Noto Serif Bengali", serif;
    list-style-type: none;
    overflow-x: hidden;
}
.Landing__23 ul {
    padding: 0;
    list-style: none;
}
.Landing__23 h1 {
    font-size: 48px;
    line-height: 64px;
    color: #fff;
    font-weight: 900;
    padding-top: 30px;
    padding-bottom: 30px;
}
.Landing__23 h2 {
    font-size: 46px;
    line-height: 60px;
    text-align: center;
    font-weight: 600;
}
.Landing__23 .bg {
    transition: 0.5s;
    display: block;
    line-height: 35px;
    font-weight: 600;
    text-decoration: none;
}
.Landing__23 a.bg {
    position: relative;
    padding: 24px 70px;
    color: #bb3d3e;
    background: #fff;
    background-size: 180% auto;
    display: inline-block;
    font-weight: 600;
    border-radius: 10px;
    font-size: 32px;
    line-height: 42px;
    transition: all 0.2s;
    transform: scale(0.9);
}
.Landing__23 a.bg svg {
    font-size: 40px;
    margin-top: -5px;
    margin-right: 10px;
    color: #bb3d3e;
}
.Landing__23 a.bg:hover {
    background-position: 100%;
    color: #000;
    text-decoration: none;
    transform: scale(1);
}
.Landing__23 a.bg:hover svg {
    color: #020000;
}
.Landing__23__section_gaps {
    margin-top: 100px;
}
.Landing__23__bg_div {
    background-image: url(/_next/static/media/bg.d33bce8e.png);
    background-size: cover;
    padding: 40px 0 60px;
}
.Landing__23__HrBanner {
    width: 70%;
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
}
.Landing__23 #OrderSection h2,
.Landing__23__BannerTxt h1 {
    background-image: linear-gradient(-225deg, #fff, #fff 29%, #f300b6 67%, #ffbf0b);
    background-clip: border-box;
    background-size: 200% auto;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: ngvhvyvu12 5s linear infinite;
    display: inline-block;
}
@keyframes ngvhvyvu12 {
    to {
        background-position: 200%;
    }
}
.Landing__23__BannerTxt h4 {
    font-family: Montserrat, sans-serif;
    font-size: 55px;
    line-height: 95px;
    color: #fff;
    font-weight: 600;
}
.Landing__23__BannerTxt h3 {
    font-family: Montserrat, sans-serif;
    font-size: 110px;
    line-height: 100px;
    color: #fff;
    font-weight: 900;
    margin-bottom: 50px;
}
.Landing__23__ShippingIcon {
    padding: 40px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
    transition: all 0.2s;
    border-radius: 10px;
    outline: 1px dashed #bb3d3e;
    outline-offset: -10px;
}
.Landing__23__ShipImg1 {
    display: none;
    transition: all 0.2s;
}
.Landing__23__ShippingIcon:hover .Landing__23__ShipImg1 {
    display: inline-block;
    text-align: center;
}
.Landing__23__ShippingIcon:hover .Landing__23__ShipImg2 {
    display: none;
}
.Landing__23__ShippingIcon:hover {
    background-color: #bb3d3e;
    outline: 1px dashed #fff;
}
.Landing__23__ShippingIcon:hover h4 {
    color: #fff;
}
.Landing__23__ShippingIcon h4 {
    font-size: 26px;
    line-height: 38px;
    color: #bb3d3e;
    font-weight: 600;
    margin-top: 31px;
}
.Landing__23__Features h4 {
    font-size: 36px;
    line-height: 61px;
    color: #bb3d3e;
    font-weight: 700;
}
.Landing__23__Hr2 {
    border-bottom: 3px solid #bb3d3e;
    width: 30%;
}
.Landing__23__Features h5 {
    font-size: 24px;
    line-height: 41px;
    color: #4c4c4c;
    margin-left: 15px;
    font-weight: 600;
}
.Landing__23__Features li {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.Landing__23__FeaturesImgDiv img {
    width: 100%;
    margin-top: 80px;
}
.Landing__23__VideoTxtDiv p {
    font-size: 24px;
    padding: 40px 0;
}
.Landing__23__VideoTxtDiv {
    padding-top: 40px;
}
.Landing__23 .bg2 {
    transition: 0.5s;
    display: block;
    line-height: 35px;
    font-weight: 600;
    text-decoration: none;
}
.Landing__23 a.bg2 {
    position: relative;
    padding: 24px 42px;
    color: #fff;
    background: #bb3d3e;
    background-size: 180% auto;
    display: inline-block;
    font-weight: 600;
    border-radius: 10px;
    font-size: 28px;
    line-height: 42px;
    transition: all 0.2s;
    transform: scale(0.9);
}
.Landing__23 a.bg2 svg {
    font-size: 40px;
    margin-top: -5px;
    margin-right: 10px;
    color: #fff;
}
.Landing__23 a.bg2:hover {
    background-position: 100%;
    color: #000;
    text-decoration: none;
    transform: scale(1);
}
.Landing__23 a.bg2:hover svg {
    color: #020000;
}
.Landing__23 .bg3 {
    transition: 0.5s;
    display: block;
    line-height: 35px;
    font-weight: 600;
    text-decoration: none;
}
.Landing__23 a.bg3 {
    position: relative;
    padding: 24px 42px;
    color: #bb3d3e;
    background-size: 180% auto;
    display: inline-block;
    outline: 4px solid #bb3d3e;
    font-weight: 600;
    border-radius: 10px;
    font-size: 28px;
    line-height: 42px;
    transition: all 0.2s;
    transform: scale(0.9);
}
.Landing__23 a.bg3 svg {
    font-size: 40px;
    margin-top: -5px;
    margin-right: 10px;
    color: #fff;
}
.Landing__23 a.bg3:hover {
    background-position: 100%;
    color: #000;
    background-color: #bb3d3e;
    text-decoration: none;
    transform: scale(1);
}
.Landing__23 a.bg3:hover svg {
    color: #020000;
}
.Landing__23__CardUpTxt2 {
    padding-bottom: 150px;
}
.Landing__23__Slider_CardDivImg {
    width: 100%;
    transform: scale(0.95);
    transition: all 0.2s;
}
.Landing__23__SliderIconDiv2 {
    position: relative;
}
.Landing__23__SliderIcon1 {
    left: 44%;
    color: #fff;
}
.Landing__23__SliderIcon1,
.Landing__23__SliderIcon2 {
    position: absolute;
    bottom: -30px;
    font-size: 28px;
    width: 11px;
    height: 11px;
    background-color: #d9d9d9;
    z-index: 2;
    border-radius: 100px;
}
.Landing__23__SliderIcon2 {
    left: 47%;
    color: #fffcfc;
}
.Landing__23__SliderIcon3 {
    left: 50%;
    color: #fff;
}
.Landing__23__SliderIcon3,
.Landing__23__SliderIcon4 {
    position: absolute;
    bottom: -30px;
    font-size: 28px;
    width: 11px;
    height: 11px;
    background-color: #d9d9d9;
    z-index: 2;
    border-radius: 100px;
}
.Landing__23__SliderIcon4 {
    left: 53%;
    color: #fff0f0;
}
.Landing__23__SliderIcon1:hover,
.Landing__23__SliderIcon2:hover,
.Landing__23__SliderIcon3:hover,
.Landing__23__SliderIcon4:hover {
    width: 55px;
}
.Landing__23__SliderImg:hover img {
    transform: scale(1);
    border-radius: 5px;
}
.Landing__23__SliderIcon5 {
    bottom: 30px;
}
.Landing__23__PlaseInOdr {
    position: relative;
    background-color: #bb3d3e;
    padding: 0 20px;
    background-size: cover;
    border-radius: 20px;
}
.Landing__23 #OrderSection {
    padding: 100px 0 !important;
    border-radius: 10px;
    color: #fff;
}
.Landing__23 #OrderConfirmLeft #Payment #CustomeInput label {
    font-size: 17px;
    line-height: 30px;
    color: #fff;
}
.Landing__23 #OrderConfirmRight ul h5 {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}
.Landing__23 #OrderConfirmLeft #CustomeInput input {
    border: 1px solid #d1d5db;
    padding: 12px 20px;
    background: none;
    border-radius: 10px;
    color: #fff;
}
.Landing__23 #OrderConfirmLeft #Payment #ArrowBg {
    background-color: #fff;
}
.Landing__23 #OrderConfirmLeft #Payment #ArrowBg:after {
    border-bottom: 15px solid #fff;
}
.Landing__23 #OrderConfirmLeft #Payment h3 {
    padding: 20px 20px 0;
    color: #fff;
}
.Landing__23 #OrderConfirmRight button {
    color: #c91717;
    background-color: #fff;
}
.Landing__23 #OrderConfirmLeft #Payment {
    background: #bb3d3e;
}
.Landing__23 #OrderConfirmLeft #Payment #CustomeInput input:checked + label:before {
    background: #ff6364;
}
.Landing__23 #OrderConfirmLeft #Payment #ArrowBg p {
    color: #bb3d3e;
}
.Landing__23 #tinyFooter p a {
    display: inline;
    font-size: 20px;
    font-weight: 600;
    color: #bb3d3e;
    padding: 0 5px;
}
.Landing__23 #OrderConfirmLeft #Payment #CustomeInput input:checked + label:after {
    top: 12px;
}
.Landing__23 ::placeholder {
    color: #fff;
}
.Landing__23__FooterDiv img {
    max-height: 60px;
}
.Landing__23__FooterDiv {
    display: flex;
    justify-content: space-between;
    padding-bottom: 100px;
}
.Landing__23__FooterDiv h4 {
    font-size: 31px;
    line-height: 31px;
    color: #bb3d3e;
    font-weight: 500;
}
.Landing__23__FooterDiv a {
    font-size: 18px;
    line-height: 30px;
    color: #aaa;
    font-weight: 500;
}
.Landing__23__FooterDiv a svg {
    margin-right: 10px;
}
.Landing__23__FooterDiv p {
    font-size: 20px;
    line-height: 28px;
    color: #4c4c4c;
    font-weight: 500;
    margin-top: 15px;
}
.Landing__23__FooterDiv li {
    margin-top: 10px;
}
@media (max-width: 1400px) {
    .Landing__23 h1 {
        font-size: 40px;
        line-height: 52px;
        padding-bottom: 15px;
    }
    .Landing__23__BannerTxt h4 {
        font-size: 44px;
        line-height: 45px;
    }
    .Landing__23__BannerTxt h3 {
        font-size: 75px;
        line-height: 78px;
        margin-bottom: 20px;
    }
    .Landing__23 a.bg {
        padding: 18px 54px;
        font-size: 24px;
    }
    .Landing__23 a.bg svg {
        font-size: 28px;
    }
    .Landing__23__ShippingIcon h4 {
        font-size: 24px;
        line-height: 30px;
    }
    .Landing__23 a.bg2,
    .Landing__23 a.bg3 {
        padding: 18px 50px;
        font-size: 24px;
    }
    .Landing__23 h2 {
        font-size: 40px;
        line-height: 60px;
    }
}
@media (max-width: 1280px) {
    .Landing__23__FooterDiv h4 {
        font-size: 24px;
        line-height: 31px;
        color: #bb3d3e;
        font-weight: 500;
    }
    .Landing__23 h1 {
        font-size: 28px;
        line-height: 38px;
        padding-bottom: 15px;
    }
    .Landing__23__BannerTxt h4 {
        font-size: 35px;
        line-height: 35px;
    }
    .Landing__23__BannerTxt h3 {
        font-size: 50px;
        line-height: 70px;
        margin-bottom: 20px;
    }
    .Landing__23 a.bg {
        padding: 10px 38px;
        font-size: 20px;
    }
    .Landing__23 a.bg svg {
        font-size: 25px;
    }
    .Landing__23__ShippingIcon h4 {
        font-size: 20px;
        line-height: 26px;
    }
    .Landing__23__ShippingIcon {
        margin-bottom: 20px;
    }
    .Landing__23__Features h4 {
        font-size: 30px;
        line-height: 51px;
    }
    .Landing__23__Hr2 {
        border-bottom: 3px solid #bb3d3e;
        width: 18%;
    }
    .Landing__23__Features h5 {
        font-size: 20px;
        line-height: 24px;
        color: #4c4c4c;
        margin-left: 15px;
        font-weight: 600;
    }
    .Landing__23 h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .Landing__23 a.bg2,
    .Landing__23 a.bg3 {
        padding: 12px 40px;
        font-size: 20px;
    }
    .Landing__23 a.bg2 svg {
        font-size: 25px;
        margin-top: -5px;
        margin-right: 10px;
        color: #fff;
    }
}
@media (max-width: 991px) {
    .Landing__23__FooterDiv {
        display: block;
        text-align: center;
        padding-bottom: 0;
    }
    .Landing__23__FooterDiv > div {
        margin-bottom: 25px;
    }
}
@media (max-width: 767px) {
    .Landing__23__VideoTxtDiv p {
        font-size: 18px;
        padding: 24px 0;
    }
    .Landing__23 h1 {
        font-size: 24px;
        line-height: 34px;
        padding-bottom: 15px;
    }
    .Landing__23__BannerTxt {
        text-align: center;
    }
    .Landing__23__HrBanner {
        width: 50%;
        border-bottom: 1px solid #fff;
        margin: 0 auto 15px;
    }
    .Landing__23__bg_div {
        background-size: cover;
        padding: 40px 0 60px;
        background-position: -90%;
    }
    .Landing__23__Features h4 {
        font-size: 22px;
        line-height: 45px;
    }
    .Landing__23__Features h5 {
        font-size: 16px;
        line-height: 17px;
        color: #4c4c4c;
        margin-left: 10px;
        font-weight: 600;
    }
    .Landing__23 a.bg2,
    .Landing__23 a.bg3 {
        padding: 9px 23px;
        font-size: 20px;
    }
    .Landing__23 .mySwiper span,
    .Landing__23__SliderIconDiv2 button {
        display: none;
    }
    .Landing__23__VideoTxtDiv {
        padding-top: 40px;
        text-align: center;
    }
    .Landing__23__Hr2 {
        margin: 0 auto;
        border-bottom: 3px solid #bb3d3e;
        width: 18%;
    }
    .Landing__23 h2 {
        font-size: 22px;
        line-height: 30px;
    }
    .Landing__23__FooterDiv h4 {
        font-size: 22px;
        line-height: 31px;
        color: #bb3d3e;
        font-weight: 500;
    }
    .Landing__23__ShippingIcon {
        margin: 0 10% 20px;
    }
    .Landing__23__section_gaps {
        margin-top: 50px;
    }
}
.Landing__24 {
    font-family: Noto Sans Bengali, sans-serif;
    list-style-type: none;
    overflow-x: hidden;
}
.Landing__24 ul {
    padding: 0;
    list-style: none;
}
.Landing__24 h1 {
    font-size: 49px;
    line-height: 67px;
    color: #fff;
    font-weight: 900;
    padding-top: 120px;
    padding-bottom: 60px;
}
.Landing__24 h2 {
    font-size: 40px;
    line-height: 60px;
    color: #42210b;
    text-align: center;
    font-weight: 600;
}
.Landing__24 p {
    color: #360a31;
    font-size: 24px;
    line-height: 34px;
}
.Landing__24 .bg {
    transition: 0.5s;
    display: block;
    line-height: 35px;
    font-weight: 600;
    text-decoration: none;
}
.Landing__24 a.bg {
    position: relative;
    padding: 24px 120px;
    color: #42210b;
    background-image: linear-gradient(90deg, #ffe2a0 0, #ffcb05 51%, #ffe2a0);
    background-size: 180% auto;
    display: inline-block;
    transition: 0.2s;
    font-weight: 600;
    border-radius: 100px;
    font-size: 36px;
    line-height: 55px;
    border-bottom: 10px solid #fe8d0e;
}
.Landing__24 a.bg svg {
    font-size: 40px;
    margin-top: -5px;
    margin-right: 10px;
    color: #42210b;
}
.Landing__24 a.bg:hover {
    background-position: 100%;
    color: #fff;
    text-decoration: none;
}
.Landing__24 a.bg:hover svg {
    color: #fff;
}
.Landing__24__section_gaps {
    margin-top: 100px;
}
.Landing__24__bg_div {
    background-image: url(/_next/static/media/bg.bf207c79.png);
    padding: 50px 0 121px;
    background-size: cover;
}
.Landing__24 h1,
.Landing__24__Order2Abs h4 {
    background-image: linear-gradient(-225deg, #231557, #44107a 29%, #ff1361 67%, #ffbf0b);
    background-clip: border-box;
    background-size: 200% auto;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: text35489mhb 2s linear infinite;
}
@keyframes text35489mhb {
    to {
        background-position: 200%;
    }
}
.Landing__24__BannerTxt {
    position: relative;
    margin-top: 131px;
}
.Landing__24__BannerTxtAbs1 {
    position: absolute;
    right: 0;
    top: -50px;
}
.Landing__24__BannerTxtAbs2 {
    position: absolute;
    top: 0;
    height: 82px;
}
.Landing__24__BannerTxt h6 {
    font-size: 24px;
    line-height: 41px;
    color: #fff;
    position: absolute;
    top: 20px;
    left: 40px;
    z-index: 2;
}
.Landing__24__BannerTxt h3 {
    font-size: 50px;
    line-height: 77px;
    color: #fff;
    padding-bottom: 80px;
}
.Landing__24__BannerTxt h3 span {
    font-size: 32px;
    line-height: 49px;
    color: #fff;
    padding-left: 40px;
}
.Landing__24__BannerTxtRel {
    position: relative;
}
.Landing__24__BannerTxtAbs7 {
    position: absolute;
    top: 0;
    left: -20px;
    height: 87px;
}
.Landing__24__Col2 {
    position: relative;
}
.Landing__24__BannerTxtAbs4 {
    position: absolute;
    width: 140%;
    padding-top: 40px;
}
.Landing__24__SizeImgdiv {
    position: relative;
}
.Landing__24 .Landing__24__SizeImgdivAbs {
    position: absolute;
    width: 190%;
    left: -40px;
}
.Landing__24__sizeTxtBox {
    text-align: center;
    padding-left: 150px;
}
.Landing__24__sizeTxtBox h2 {
    font-size: 40px;
    line-height: 60px;
    color: #42210b;
    margin-bottom: 24px;
}
.Landing__24__sizeTxtBox span {
    font-size: 24px;
    line-height: 32px;
    color: #a15f19;
    padding: 16px 33px;
    display: inline;
    margin-left: 18px;
    border: 1px solid #ffce1c;
    border-radius: 100px;
}
.Landing__24__sizeTxtBox span:hover {
    border: 1px solid #ffce1c;
    background-color: #ffce1c;
}
.Landing__24__SizeUlDiv {
    background-image: url(/_next/static/media/img5.61380e05.png);
    background-size: cover;
    padding: 122px 0 131px 270px;
    margin-top: 81px;
}
.Landing__24__SizeUlDiv h4 {
    font-size: 20px;
    line-height: 26px;
    color: #a15f19;
    padding-left: 15px;
    display: inline;
    font-weight: 600;
}
.Landing__24__SizeUlDiv ul li {
    margin-top: 24px;
}
.Landing__24__SizeRel2 {
    position: relative;
}
.Landing__24__SizeAbs1 {
    position: absolute;
    left: 100px;
    bottom: -270px;
    z-index: -1;
}
.Landing__24__SizeAbs2 {
    position: absolute;
    right: 100px;
    bottom: -270px;
    z-index: -1;
}
.Landing__24__OrderTemplateOne {
    padding: 0;
}
.Landing__24 .Landing__24__Order1 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
}
.Landing__24 .Landing__24__Order1 img {
    height: 564px;
}
.Landing__24__Order1Abs {
    position: absolute;
    text-align: center;
    margin-top: 140px;
}
.Landing__24__Order1Abs h4 {
    font-size: 51px;
    line-height: 69px;
    color: #360a31;
    font-weight: 900;
}
.Landing__24__Order1Abs h5 {
    font-size: 32px;
    line-height: 42px;
    color: #a15f19;
    margin: 20px 0;
}
.Landing__24__Order1Abs h6 {
    font-size: 24px;
    line-height: 33px;
    color: #2e0828;
    font-weight: 600;
}
.Landing__24__CardImg {
    padding: 0 5%;
}
.Landing__24__CardImg img {
    width: 100%;
}
.Landing__24__CardImg2,
.Landing__24__CardImg4 {
    margin-top: 100px;
}
.Landing__24__Order2bg {
    background-image: url(/_next/static/media/img14.8535e04e.png);
    background-size: cover;
    padding: 60px 320px 300px;
    margin-top: 81px;
}
.Landing__24__ConPad {
    padding: 0;
}
.Landing__24__Order2bg h4 {
    font-size: 40px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    margin-bottom: 100px;
}
.Landing__24 .Landing__24__Order2 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
}
.Landing__24__Order2Abs {
    text-align: center;
}
.Landing__24__Order2Abs h4 {
    font-size: 51px;
    line-height: 69px;
    color: #ffcb05;
    font-weight: 900;
    margin: 30px 0;
}
.Landing__24__Order2Abs h5 {
    font-size: 32px;
    line-height: 42px;
    color: #fff;
}
.Landing__24__VideoTxt {
    padding: 0 10%;
    text-align: center;
}
.Landing__24__VideoTxt p {
    padding-bottom: 50px;
}
.Landing__24__Order3Div {
    padding: 0 5%;
}
.Landing__24__Order3Div h2 {
    margin-bottom: 24px;
    text-align: left;
}
.Landing__24__Order3Img {
    width: 100%;
}
.Landing__24__Order3Col2 {
    padding-left: 40px;
}
.Landing__24__ShippingDiv p {
    color: #947734 !important;
    padding-top: 10px;
}
.Landing__24__ShippingDiv {
    padding: 50px;
}
.Landing__24 #OrderConfirmFrom {
    padding: 100px 50px !important;
    border-radius: 10px;
}
.Landing__24__PlaseInOdr {
    background: #976291;
    position: relative;
    border-radius: 10px;
}
.Landing__24 #OrderConfirmLeft #Payment #ArrowBg,
.Landing__24 #OrderConfirmRight button {
    background: linear-gradient(180deg, #ffe2a0, #ffcb05);
}
.Landing__24 #OrderConfirmFrom #Payment #ArrowBg p {
    color: #fff;
}
.Landing__24 #OrderConfirmLeft #Payment #ArrowBg:after {
    border-bottom: 15px solid #ffcb05;
}
.Landing__24 #OrderConfirmLeft #Payment #CustomeInput input:checked + label:before {
    background: linear-gradient(180deg, #ffe2a0, #ffcb05);
}
.Landing__24 #OrderConfirmFrom h2 {
    color: #fff;
}
.Landing__24__FooterDiv {
    display: flex;
    justify-content: space-between;
}
.Landing__24__Hr {
    width: 100px;
    border-bottom: 1px solid #ffd54c;
    margin: 13px 0;
}
.Landing__24__FooterItem h4 {
    font-size: 24px;
    line-height: 31px;
    color: #360a31;
    font-weight: 600;
}
.Landing__24__FooterItem a {
    font-size: 18px;
    line-height: 23px;
    color: #360a31;
}
.Landing__24__FooterItem li {
    margin-top: 15px;
}
.Landing__24__FooterItem2 {
    padding: 33px 33px 71px;
    background: linear-gradient(180deg, #ffe2a0, #ffcb05);
    border-radius: 0 0 150px 150px;
    margin-top: -100px;
}
.Landing__24__FooterItem2 img {
    margin-bottom: 50px;
    max-height: 110px;
}
.Landing__24__FooterItem h5 {
    background: linear-gradient(180deg, #ffe2a0, #ffcb05);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 15px;
    font-size: 30px;
    font-weight: 900;
}
@media (max-width: 1641px) {
    .Landing__24__BannerTxt h6 {
        font-size: 20px;
        top: 13px;
    }
    .Landing__24__BannerTxt {
        position: relative;
        margin-top: 42px;
    }
    .Landing__24__BannerTxtAbs2 {
        position: absolute;
        top: 0;
        height: 64px;
    }
    .Landing__24 h1 {
        font-size: 44px;
        line-height: 54px;
        padding-top: 93px;
        padding-bottom: 40px;
    }
    .Landing__24__BannerTxt h3 {
        font-size: 30px;
        padding-bottom: 29px;
    }
    .Landing__24__BannerTxt h3 span {
        font-size: 24px;
        line-height: 38px;
    }
    .Landing__24__BannerTxtAbs3 {
        position: absolute;
        top: 303px;
        left: -10px;
        height: 53px;
    }
    .Landing__24 a.bg {
        position: relative;
        padding: 10px 100px;
        font-size: 24px;
        line-height: 55px;
        border-bottom: 10px solid #fe8d0e;
    }
    .Landing__24__BannerTxtAbs4 {
        position: absolute;
        width: 100%;
        padding-top: 20px;
    }
    .Landing__24__BannerTxtAbs1 {
        height: 82px;
    }
    .Landing__24 a.bg svg {
        font-size: 28px;
        margin-top: -5px;
        margin-right: 10px;
        color: #42210b;
    }
    .Landing__24__bg_div {
        padding: 50px 0 110px;
        background-size: cover;
    }
    .Landing__24__BannerTxtAbs7 {
        position: absolute;
        top: 0;
        left: -20px;
        height: 67px;
    }
}
@media (max-width: 1400px) {
    .Landing__24__BannerTxt h6 {
        font-size: 20px;
        top: 13px;
    }
    .Landing__24__BannerTxt {
        position: relative;
        margin-top: 42px;
    }
    .Landing__24__BannerTxtAbs2 {
        position: absolute;
        top: 0;
        height: 64px;
    }
    .Landing__24 h1 {
        font-size: 40px;
        line-height: 54px;
        padding-top: 93px;
        padding-bottom: 0;
    }
    .Landing__24__BannerTxt h3 {
        font-size: 30px;
        padding-bottom: 19px;
    }
    .Landing__24__BannerTxt h3 span {
        font-size: 24px;
        line-height: 38px;
    }
    .Landing__24__BannerTxtAbs3 {
        position: absolute;
        top: 269px;
        left: -10px;
        height: 53px;
    }
    .Landing__24 a.bg {
        position: relative;
        padding: 10px 100px;
        font-size: 24px;
        line-height: 55px;
        border-bottom: 10px solid #fe8d0e;
    }
    .Landing__24__BannerTxtAbs4 {
        position: absolute;
        width: 100%;
        padding-top: 20px;
    }
    .Landing__24__BannerTxtAbs1 {
        height: 82px;
    }
    .Landing__24 a.bg svg {
        font-size: 28px;
        margin-top: -5px;
        margin-right: 10px;
        color: #42210b;
    }
    .Landing__24__bg_div {
        padding: 50px 0 73px;
        background-size: cover;
    }
    .Landing__24__sizeTxtBox h2 {
        font-size: 35px;
    }
    .Landing__24 h2 {
        font-size: 33px;
        line-height: 48px;
    }
    .Landing__24__sizeTxtBox span {
        font-size: 20px;
        line-height: 32px;
        padding: 10px 24px;
    }
    .Landing__24__SizeUlDiv {
        background-size: cover;
        padding: 73px 0 133px 274px;
        margin-top: 81px;
    }
    .Landing__24__SizeAbs1 {
        position: absolute;
        left: 100px;
        bottom: -241px;
        z-index: -1;
    }
    .Landing__24__SizeAbs2 {
        position: absolute;
        right: 100px;
        bottom: -249px;
        z-index: -1;
    }
    .Landing__24__Order1Abs h4 {
        font-size: 40px;
        line-height: 57px;
        color: #360a31;
        font-weight: 900;
    }
    .Landing__24__Order1Abs h5 {
        font-size: 28px;
        line-height: 30px;
        color: #a15f19;
        margin: 20px 0;
    }
    .Landing__24__Order1Abs h6 {
        font-size: 20px;
        line-height: 26px;
        color: #2e0828;
        font-weight: 600;
    }
    .Landing__24__Order2Abs h4 {
        margin: 30px 0;
    }
    .Landing__24__Order2Abs h5 {
        font-size: 28px;
        line-height: 42px;
        color: #fff;
    }
    .Landing__24 p {
        color: #360a31;
        font-size: 20px;
        line-height: 34px;
    }
    .Landing__24__Order2bg h4 {
        font-size: 40px;
        line-height: 52px;
        margin-bottom: 49px;
    }
    .Landing__24__Order2bg {
        background-size: cover;
        padding: 60px 150px 52px;
        margin-top: 81px;
    }
    .Landing__24__Order2Abs h4 {
        font-size: 40px;
        line-height: 32px;
        margin: 22px 0;
    }
}
@media (max-width: 1280px) {
    .Landing__24 h1 {
        font-size: 35px;
        line-height: 54px;
        padding-top: 93px;
        padding-bottom: 0;
    }
    .Landing__24 h2 {
        font-size: 28px;
        line-height: 48px;
    }
    .Landing__24__SizeUlDiv h2 {
        font-size: 24px;
    }
    .Landing__24__SizeUlDiv h4 {
        font-size: 16px;
        line-height: 24px;
    }
    .Landing__24__SizeUlDiv ul li {
        margin-top: 14px;
    }
    .Landing__24__SizeUlDiv {
        background-size: cover;
        padding: 73px 0 110px 237px;
        margin-top: 51px;
    }
    .Landing__24 .Landing__24__SizeImgdivAbs {
        position: absolute;
        width: 196%;
        left: -15px;
    }
    .Landing__24__SizeAbs1 {
        bottom: -237px;
    }
    .Landing__24__SizeAbs2 {
        bottom: -240px;
    }
}
@media (max-width: 991px) {
    .Landing__24 h1 {
        font-size: 28px;
        line-height: 43px;
        padding-top: 93px;
        padding-bottom: 0;
    }
    .Landing__24__BannerTxt h6 {
        font-size: 16px;
        top: 13px;
    }
    .Landing__24 a.bg {
        position: relative;
        padding: 10px 90px;
    }
    .Landing__24__BannerTxtAbs3 {
        position: absolute;
        top: 237px;
        left: -10px;
        height: 53px;
    }
    .Landing__24__Order2bg {
        background-size: cover;
        padding: 60px 0 52px 2px;
        margin-top: 81px;
    }
    .Landing__24__Order3Col2 {
        padding-left: 40px;
        margin-top: 80px;
    }
    .Landing__24__FooterDiv {
        display: block;
        text-align: center;
    }
    .Landing__24__FooterItem2 {
        width: 48%;
        margin: 0 auto;
    }
    .Landing__24__FooterItem,
    .Landing__24__FooterItem2 {
        margin-bottom: 50px;
    }
    .Landing__24 .Landing__24__SizeImgdivAbs {
        position: absolute;
        width: 100%;
        left: 1px;
    }
    .Landing__24__sizeTxtBox {
        text-align: center;
        padding-left: 0;
        margin-top: 932px;
    }
    .Landing__24__SizeUlDiv {
        background-size: cover;
        padding: 73px 0 50px 100px;
        margin-top: 51px;
    }
}
@media (max-width: 767px) {
    .Landing__24__Reverce {
        display: flex;
        flex-direction: column-reverse;
    }
    .Landing__24__BannerTxt {
        margin-top: 550px;
        text-align: center;
    }
    .Landing__24 h1 {
        font-size: 28px;
        line-height: 43px;
    }
    .Landing__24__BannerTxtAbs2 {
        position: absolute;
        top: 0;
        height: 64px;
        left: 0;
    }
    .Landing__24__BannerTxtAbs3 {
        position: absolute;
        top: 194px;
        left: 125px;
        height: 53px;
    }
    .Landing__24__sizeTxtBox {
        text-align: center;
        padding-left: 0;
        margin-top: 763px;
    }
    .Landing__24__SizeAbs1 {
        bottom: -138px;
        width: 100px;
    }
    .Landing__24__SizeAbs2 {
        bottom: -130px;
        width: 100px;
    }
    .Landing__24__CardImg2 {
        padding-bottom: 50px;
    }
    .Landing__24__Order2Abs h5 {
        font-size: 28px;
        line-height: 42px;
        color: #000;
    }
    .Landing__24__FooterItem2 {
        width: 65%;
        margin: 0 auto;
    }
    .Landing__24__FooterItem h4 {
        font-size: 24px;
        line-height: 31px;
        margin-top: 50px;
    }
    .Landing__24 .menubar_MenubarContent__jlW_b img {
        height: 85px;
    }
    .Landing__24__BannerTxtAbs7 {
        position: absolute;
        top: 6px;
        left: 103px;
        height: 62px;
    }
}
@media (max-width: 575px) {
    .Landing__24 .menubar_MenubarContent__jlW_b img {
        height: 85px;
    }
    .Landing__24__section_gaps {
        margin-top: 50px;
    }
    .Landing__24 h1 {
        font-size: 24px;
        line-height: 36px;
    }
    .Landing__24__sizeTxtBox {
        text-align: center;
        padding-left: 0;
        margin-top: 543px;
    }
    .Landing__24 a.bg {
        position: relative;
        padding: 2px 55px;
    }
    .Landing__24 h2 {
        font-size: 22px;
        line-height: 37px;
    }
    .Landing__24__sizeTxtBox span {
        font-size: 20px;
        line-height: 32px;
        padding: 5px 11px;
    }
    .Landing__24__SizeUlDiv {
        background-size: cover;
        padding: 73px 0 50px 42px;
        margin-top: 51px;
    }
    .Landing__24__SizeAbs1 {
        bottom: -138px;
        width: 100px;
        left: 48px;
    }
    .Landing__24__Order1Abs h4 {
        font-size: 24px;
        line-height: 19px;
        color: #360a31;
        font-weight: 900;
    }
    .Landing__24__Order1Abs h5 {
        font-size: 22px;
        line-height: 20px;
        color: #a15f19;
        margin: 20px 0;
    }
    .Landing__24 .Landing__24__Order1 img {
        height: 429px;
    }
    .Landing__24__CardImg2,
    .Landing__24__CardImg4 {
        margin-top: 50px;
    }
    .Landing__24__Order2bg h4 {
        font-size: 28px;
        line-height: 38px;
    }
    .Landing__24__Order2Abs h4 {
        line-height: 32px;
        margin: 10px 0;
        font-size: 28px;
    }
    .Landing__24__Order2Abs h5 {
        font-size: 20px;
        line-height: 42px;
        color: #000;
    }
    .Landing__24__FooterItem2 {
        width: 94%;
        margin: 0 auto;
    }
    .Landing__24__BannerTxtAbs3 {
        position: absolute;
        top: 180px;
        left: 83px;
        height: 53px;
    }
    .Landing__24 p {
        color: #360a31;
        font-size: 16px;
        line-height: 26px;
    }
    .Landing__24__Hr {
        width: 100px;
        border-bottom: 1px solid #ffd54c;
        margin: 0 auto;
    }
    .Landing__24__FooterItem h4 {
        font-size: 22px;
        line-height: 31px;
        margin-top: 50px;
        padding-bottom: 10px;
    }
    .Landing__24__FooterItem h5 {
        margin-top: 2px;
        font-size: 24px;
        font-weight: 900;
    }
    .Landing__24 a.bg {
        font-size: 20px;
        line-height: 55px;
        border-bottom: 10px solid #fe8d0e;
    }
    .Landing__24 a.bg svg {
        font-size: 24px;
    }
    .Landing__24__BannerTxtAbs7 {
        position: absolute;
        top: 6px;
        left: 53px;
        height: 62px;
    }
}
@media (max-width: 450px) {
    .Landing__24__BannerTxt {
        margin-top: 441px;
        text-align: center;
    }
    .Landing__24__BannerTxtAbs3 {
        position: absolute;
        top: 216px;
        left: 47px;
        height: 53px;
    }
}
@media (max-width: 380px) {
    .Landing__24__BannerTxt {
        margin-top: 390px;
        text-align: center;
    }
    .Landing__24__BannerTxtAbs7 {
        position: absolute;
        top: 9px;
        left: 13px;
        height: 52px;
    }
}
.Landing__25 {
    font-family: "Noto Serif Bengali", serif;
    list-style-type: none;
    overflow-x: hidden;
}
.Landing__25 ul {
    padding: 0;
    list-style: none;
}
.Landing__25 h1 {
    font-size: 56px;
    line-height: 74px;
    color: #fff;
    font-weight: 900;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}
.Landing__25 h2 {
    font-size: 46px;
    line-height: 60px;
    text-align: center;
    font-weight: 600;
}
.Landing__25 .bg {
    transition: 0.5s;
    display: block;
    line-height: 35px;
    font-weight: 600;
    text-decoration: none;
}
.Landing__25 a.bg {
    position: relative;
    padding: 24px 70px;
    color: #fff;
    background-image: linear-gradient(90deg, #fe8d0e 0, #c53407 51%, #fe8d0e);
    background-size: 180% auto;
    display: inline-block;
    transition: 0.2s;
    font-weight: 600;
    border-radius: 100px;
    font-size: 32px;
    line-height: 42px;
    border-bottom: 10px solid #fe8d0e;
}
.Landing__25 a.bg svg {
    font-size: 40px;
    margin-top: -5px;
    margin-right: 10px;
    color: #fff;
}
.Landing__25 a.bg:hover {
    background-position: 100%;
    color: #000;
    text-decoration: none;
}
.Landing__25 a.bg:hover svg {
    color: #020000;
}
.Landing__25__section_gaps {
    margin-top: 100px;
}
.Landing__25__bg_div {
    background-image: url(/_next/static/media/bg.30a19c2c.png);
    padding: 50px 0 121px;
    background-size: cover;
    position: relative;
}
.Landing__25__Bannerimg1 {
    width: 110%;
    margin-left: -5%;
    position: relative;
    animation: gdyngf354A 1s ease-in-out infinite alternate;
}
@keyframes gdyngf354A {
    0% {
        top: 0;
    }
    to {
        top: -20px;
    }
}
.BannertxtAbs3,
.BannertxtAbs4 {
    animation: htfhtyf32659 1s ease-in-out infinite alternate;
}
@keyframes htfhtyf32659 {
    0% {
        top: 0;
    }
    to {
        top: -20px;
    }
}
.Landing__25__FooterAbs7,
.Landing__25__FooterAbs8 {
    animation: hjtf5461A 7s linear infinite;
}
@keyframes hjtf5461A {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(1turn);
    }
}
.Landing__25__FooterAbs5,
.Landing__25__FooterAbs6 {
    animation: bgfhyfu654599 2s linear infinite alternate;
}
@keyframes bgfhyfu654599 {
    0% {
        transform: scale(0.9);
    }
    to {
        transform: scale(1.1);
    }
}
.Landing__25__FooterAbs3,
.Landing__25__FooterAbs4 {
    animation: grdtrd35498 2s linear infinite alternate;
}
@keyframes grdtrd35498 {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(5deg);
    }
}
.Landing__25__Sliderh2 {
    background-image: linear-gradient(-225deg, #c53407, #c53407 29%, #ff1361 67%, #ffbf0b);
    background-clip: border-box;
    background-size: 200% auto;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: tytftf54984 2s linear infinite;
    display: inline-block;
}
@keyframes tytftf54984 {
    to {
        background-position: 200%;
    }
}
.Landing__25 .BannertxtAbs1 h4 {
    font-size: 24px;
    line-height: 31px;
    color: #c53407;
}
.Landing__25 .BannertxtAbs1 span {
    font-size: 46px;
    line-height: 65px;
    color: #fdfdfd;
    font-weight: 700;
}
.Landing__25 .BannertxtAbs1D-f img {
    height: 60px;
    margin-right: 15px;
}
.Landing__25 .BannertxtAbs1D-f {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.Landing__25 .BannertxtRelDiv {
    position: relative;
}
.Landing__25 .BannertxtAbs1 {
    position: absolute;
    z-index: 8;
}
.Landing__25 .BannertxtAbs2 {
    position: absolute;
    top: -50px;
    right: 100px;
    height: 319px;
    z-index: 8;
}
.BannertxtAbs1,
.Landing__25 .BannertxtRelDiv {
    width: 100%;
}
.Landing__25 .BannertxtAbs3 {
    position: absolute;
    top: 0;
    left: 36px;
    height: 582px;
}
.Landing__25 .BannertxtAbs4 {
    position: absolute;
    top: 0;
    right: 36px;
    height: 582px;
}
.Landing__25 .GiftBoxDiv {
    position: relative;
    background-image: url(/_next/static/media/bg3.8982fc28.png);
    padding: 250px 0 121px;
    background-size: cover;
}
.Landing__25 .GiftBoxDivAbs1Img {
    position: absolute;
    top: 0;
    width: 100%;
}
.Landing__25 .GiftBoxDivTxt h2 {
    padding: 0 20%;
    color: #391612;
    margin-bottom: 50px;
}
.Landing__25 .GiftBoxDivTxt h4 {
    font-size: 32px;
    line-height: 42px;
    color: #391612;
    text-align: center;
    margin-top: 30px;
    font-weight: 600;
}
.Landing__25 .GiftImgBox {
    display: flex;
    justify-content: space-between;
}
.Landing__25 .GiftImgItems {
    text-align: center;
}
.Landing__25 .GiftImgItems img {
    width: 100%;
    transform: scale(0.9);
    transition: all 0.3s linear;
}
.Landing__25 .GiftImgItems:hover img {
    transform: scale(1.1);
}
.Landing__25 .GiftImgItems:hover h4 {
    color: red;
}
.Landing__25 .Landing__25__Order1 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
}
.Landing__25 .Landing__25__Order1 img {
    height: 696px;
}
.Landing__25__Order1Abs {
    text-align: center;
}
.Landing__25__Order1Abs h4 {
    font-size: 51px;
    line-height: 69px;
    color: #391612;
    font-weight: 900;
}
.Landing__25__Order1Abs h5 {
    font-size: 32px;
    line-height: 42px;
    color: #c53407;
    margin: 30px 0;
}
.Landing__25__Order1Abs h6 {
    font-size: 32px;
    line-height: 40px;
    color: #391612;
    margin-top: 50px;
}
.Landing__25__Order1Sec {
    position: relative;
}
.Landing__25__FooterAbs7 {
    left: -170px;
    position: absolute;
    height: 347px;
}
.Landing__25__FooterAbs8 {
    right: -170px;
    position: absolute;
    height: 347px;
}
.Landing__25__CardH2 {
    padding: 0 10% !important;
    color: #c53407;
}
.Landing__25__Card {
    background-image: linear-gradient(0deg, #fdfdfd, #ffa78c);
    margin-top: 100px;
    border-radius: 50px;
    text-align: center;
    padding: 0 20px 40px;
    transition: all 0.3s;
}
.Landing__25__Card:hover {
    background-image: linear-gradient(0deg, #fff, #f55828);
}
.Landing__25__CardImgDiv {
    padding: 20px;
    background-color: #fff;
    display: inline-block;
    border-radius: 30px;
    margin-top: -50px;
}
.Landing__25__Card h4 {
    font-size: 32px;
    line-height: 42px;
    color: #c53407;
    margin-top: 25px;
    margin-bottom: 10px;
}
.Landing__25__Card p {
    font-size: 24px;
    line-height: 32px;
    color: #391612;
    margin-top: 25px;
    margin-bottom: 10px;
}
.Landing__25__CardSec {
    position: relative;
}
.Landing__25__FooterAbs5 {
    left: 0;
    position: absolute;
    height: 312px;
}
.Landing__25__FooterAbs6 {
    right: 0;
    position: absolute;
    height: 312px;
}
.Landing__25__SliderDivSec {
    position: relative;
    background-image: url(/_next/static/media/bg4.3b561ceb.png);
    padding: 250px 95px 121px;
    background-size: cover;
}
.Landing__25__Sliderh2 {
    color: #c53407;
    margin-left: 25%;
}
.Landing__25__SliderDiv {
    margin-top: 133px;
}
.Landing__25__Slider_CardDivImg {
    width: 100%;
}
.Landing__25__SliderIconDiv2 {
    position: relative;
}
.Landing__25__SliderIcon1 {
    left: -30px;
}
.Landing__25__SliderIcon1,
.Landing__25__SliderIcon2 {
    position: absolute;
    margin-top: -11%;
    font-size: 40px;
    color: #e95f65;
    width: 62px;
    background-color: #fff;
    z-index: 2;
    border-radius: 100px;
    outline: none;
    border: none;
}
.Landing__25__SliderIcon2 {
    right: -30px;
}
.Landing__25 .Landing__25__Order2 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
}
.Landing__25__Order2Img {
    height: 812px;
}
.Landing__25__Order2Abs {
    position: absolute;
    text-align: center;
}
.Landing__25__Order2Abs h4 {
    font-size: 51px;
    line-height: 69px;
    color: #391612;
    font-weight: 900;
    margin: 20px 0 30px;
}
.Landing__25__Order2Abs h5 {
    font-size: 32px;
    line-height: 42px;
    color: #c53407;
}
.Landing__25__Order2Abs h6 {
    font-size: 24px;
    line-height: 31px;
    color: #c53407;
    margin-bottom: 10px;
    margin-top: 70px;
}
.Landing__25__Order2Abs span {
    font-size: 40px;
    line-height: 56px;
    color: #391612;
    margin-left: 20px;
}
.Landing__25 .Landing__25__Hr {
    border-bottom: 1px dashed #c53407;
    width: 70%;
    margin: 15px 0 15px 15%;
}
.BannertxtAbs1D-f2 {
    display: flex;
    justify-content: center;
}
.Landing__25__Order2sec {
    position: relative;
}
.Landing__25__FooterAbs3 {
    left: 0;
    bottom: 0;
    height: 580px;
    position: absolute;
}
.Landing__25__FooterAbs4 {
    right: 0;
    bottom: 0;
    height: 580px;
    position: absolute;
}
.Landing__25__PlaceIn__OrderBg {
    background: #5c0510;
    position: relative;
    background-size: cover;
    background-position: -100px;
}
.Landing__25 #OrderConfirmFrom {
    padding: 100px 0 !important;
    border-radius: 10px;
    color: #fff;
}
.Landing__25 #OrderConfirmLeft #Payment #CustomeInput label {
    font-size: 17px;
    line-height: 30px;
    color: #000;
}
.Landing__25 #OrderConfirmRight ul h5 {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}
.Landing__25 #OrderConfirmLeft #CustomeInput input {
    border: 1px solid #d1d5db;
    padding: 12px 20px;
    background: none;
    border-radius: 10px;
    color: #fff;
}
.Landing__25 #OrderConfirmLeft #Payment #ArrowBg,
.Landing__25 #OrderConfirmRight button {
    background: linear-gradient(180deg, #c53407, #c53407);
}
.Landing__25 #OrderConfirmLeft #Payment #ArrowBg p {
    color: #fff;
}
.Landing__25 #OrderConfirmLeft #Payment #ArrowBg:after {
    border-bottom: 15px solid #c53407;
}
.Landing__25 #OrderConfirmLeft #Payment #CustomeInput input:checked + label:before {
    background: linear-gradient(180deg, #c53407, #c53407);
}
.Landing__25 #OrderConfirmLeft #Payment h3 {
    padding: 20px 20px 0;
    color: #000;
}
.Landing__25 #OrderConfirmLeft #Payment #CustomeInput input:checked + label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 10px;
}
.Landing__25 ::placeholder {
    color: #fff;
}
.Landing__25__FooterItemImg {
    max-height: 140px;
    margin-top: -150px;
}
.Landing__25__FooterDiv {
    margin-top: 200px;
    display: flex;
    justify-content: space-between;
}
.Landing__25__FooterItem h4 {
    font-size: 24px;
    line-height: 31px;
    color: #5c0510;
    font-weight: 600;
}
.Landing__25__FooterItem h3 {
    font-size: 35px;
    line-height: 24px;
    color: #5c0510;
    font-weight: 600;
}
.Landing__25__FooterItem a {
    font-size: 18px;
    line-height: 23px;
    color: #c53407;
}
.Landing__25__FooterItem li {
    margin-top: 15px;
}
.Landing__25__FooterItem h5 {
    background: linear-gradient(180deg, #ffe2a0, #ffcb05);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 15px;
    font-size: 30px;
    font-weight: 900;
}
.Landing__25__Hr {
    width: 100px;
    border-bottom: 1px dashed #441a17;
    margin: 80px 0 13px;
}
.Landing__25__HrTxt span {
    font-size: 24px;
    color: #c53407;
    padding: 10px 15px;
    background-color: #fff;
    display: inline-block;
    text-align: center;
}
.Landing__25__HrTxt {
    text-align: center;
    margin-top: -45px;
}
.Landing__25__FooterAbs1 {
    left: 0;
}
.Landing__25__FooterAbs1,
.Landing__25__FooterAbs2 {
    bottom: 0;
    height: 403px;
    position: absolute;
    z-index: -1;
}
.Landing__25__FooterAbs2 {
    right: 0;
}
.Landing__25 .FooterSec {
    position: relative;
}
.Landing__25 .tiny-footer_tinyFooter__Tr3b1 p {
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    color: #c53407;
}
@media (max-width: 1641px) {
    .Landing__25 h1 {
        font-size: 40px;
        line-height: 54px;
        padding: 20px 10%;
    }
    .Landing__25 .BannertxtAbs3,
    .Landing__25 .BannertxtAbs4 {
        height: 379px;
    }
    .Landing__25__Bannerimg1 {
        width: 90%;
        margin-left: 4%;
        position: relative;
    }
    .Landing__25 .BannertxtAbs1 h4 {
        font-size: 20px;
        line-height: 31px;
        color: #c53407;
    }
    .Landing__25 .BannertxtAbs1 span {
        font-size: 30px;
        line-height: 42px;
        color: #fdfdfd;
        font-weight: 700;
    }
    .Landing__25 .BannertxtAbs1D-f img {
        height: 40px;
        margin-right: 15px;
    }
    .Landing__25 .BannertxtAbs1 {
        position: absolute;
        left: 10%;
    }
    .Landing__25 .BannertxtAbs2 {
        position: absolute;
        top: -50px;
        right: 258px;
        height: 250px;
    }
    .Landing__25 h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .Landing__25 .GiftBoxDivTxt h4 {
        font-size: 24px;
        line-height: 30px;
    }
    .Landing__25__Order1Abs h4 {
        font-size: 40px;
        line-height: 40px;
    }
    .Landing__25__Order1Abs h5 {
        font-size: 24px;
        line-height: 42px;
        color: #c53407;
        margin: 26px 0;
    }
    .Landing__25__FooterAbs8 {
        right: -134px;
        position: absolute;
        height: 278px;
    }
    .Landing__25__FooterAbs7 {
        left: -134px;
        position: absolute;
        height: 278px;
    }
    .Landing__25 a.bg {
        position: relative;
        padding: 20px 70px;
        font-size: 20px;
        line-height: 35px;
    }
    .Landing__25 a.bg svg {
        font-size: 24px;
        margin-top: -5px;
    }
    .Landing__25__Order1Abs h6 {
        font-size: 22px;
        line-height: 35px;
        color: #391612;
        margin-top: 50px;
    }
    .Landing__25__Card h4 {
        font-size: 24px;
        line-height: 34px;
    }
    .Landing__25__Card p {
        font-size: 18px;
        line-height: 31px;
    }
    .Landing__25__Order2Abs span {
        font-size: 30px;
        line-height: 42px;
        color: #391612;
        margin-left: 20px;
    }
    .BannertxtAbs1D-f2 img {
        height: 40px;
    }
    .Landing__25__Order2Abs h6 {
        font-size: 20px;
        line-height: 31px;
    }
    .Landing__25__Order2Abs h5 {
        font-size: 28px;
        line-height: 42px;
        color: #c53407;
    }
    .Landing__25__Order2Abs h4 {
        font-size: 40px;
        line-height: 48px;
        color: #391612;
        font-weight: 900;
        margin: 20px 0 30px;
    }
    .Landing__25__Order2Img {
        height: 698px;
    }
    .Landing__25__FooterAbs4 {
        right: 0;
        bottom: 102px;
        height: 346px;
        position: absolute;
    }
    .Landing__25__FooterAbs3 {
        left: 0;
        bottom: 102px;
        height: 346px;
        position: absolute;
    }
    .Landing__25__SliderIcon2 {
        right: -21px;
    }
    .Landing__25__SliderIcon1,
    .Landing__25__SliderIcon2 {
        position: absolute;
        margin-top: -11%;
        font-size: 30px;
        color: #e95f65;
        width: 45px;
    }
    .Landing__25__SliderIcon1 {
        left: -21px;
    }
    .Landing__25__PlaceIn__OrderBg {
        background-position: -140px;
        padding: 140px 95px 0;
    }
    .Landing__25__FooterAbs1,
    .Landing__25__FooterAbs2 {
        height: 249px;
        position: absolute;
    }
    .Landing__25__FooterItem h3 {
        font-size: 28px;
    }
    .Landing__25__FooterAbs5,
    .Landing__25__FooterAbs6 {
        height: 191px;
    }
}
@media (max-width: 1280px) {
    .Landing__25 h1 {
        font-size: 32px;
        line-height: 45px;
        padding: 20px 10%;
    }
    .Landing__25 .BannertxtAbs3,
    .Landing__25 .BannertxtAbs4 {
        height: 283px;
    }
    .Landing__25 h2 {
        font-size: 35px;
        line-height: 48px;
    }
    .Landing__25 .GiftImgItems img {
        width: 73%;
        transform: scale(0.9);
        transition: all 0.3s linear;
    }
    .Landing__25 .GiftBoxDivTxt h4 {
        font-size: 20px;
        line-height: 24px;
    }
    .Landing__25__Order1Abs h4 {
        font-size: 30px;
        line-height: 18px;
    }
    .Landing__25 a.bg {
        position: relative;
        padding: 20px 61px;
        font-size: 20px;
        line-height: 35px;
    }
    .Landing__25__Order1Abs h6 {
        font-size: 20px;
        line-height: 32px;
    }
    .Landing__25__FooterAbs5,
    .Landing__25__FooterAbs6 {
        height: 191px;
    }
    .Landing__25__SliderIcon1,
    .Landing__25__SliderIcon2 {
        margin-top: -12%;
    }
    .Landing__25__Order2Abs h4 {
        font-size: 35px;
        line-height: 48px;
        color: #391612;
        font-weight: 900;
        margin: 20px 0 30px;
    }
}
@media (max-width: 991px) {
    .Landing__25 h1 {
        font-size: 28px;
        line-height: 38px;
        padding: 20px 10%;
    }
    .Landing__25 .BannertxtAbs1 span {
        font-size: 24px;
        line-height: 30px;
        color: #fdfdfd;
        font-weight: 700;
    }
    .Landing__25 .BannertxtAbs2 {
        position: absolute;
        top: -50px;
        right: 130px;
        height: 194px;
    }
    .Landing__25 .BannertxtAbs1D-f img {
        height: 30px;
        margin-right: 6px;
    }
    .Landing__25 .BannertxtAbs3,
    .Landing__25 .BannertxtAbs4 {
        height: 231px;
    }
    .Landing__25 .GiftBoxDivTxt h2 {
        padding: 0 7%;
        color: #391612;
        margin-bottom: 50px;
    }
    .Landing__25 .GiftBoxDiv {
        position: relative;
        padding: 148px 0 121px;
        background-size: cover;
    }
    .Landing__25__Order2Img {
        height: 564px;
    }
    .Landing__25__Order2Abs h4 {
        font-size: 30px;
        line-height: 30px;
        color: #391612;
        font-weight: 900;
        margin: 20px 0 30px;
    }
    .Landing__25__PlaceIn__OrderBg {
        background-position: -451px;
        padding: 202px 95px 0;
    }
    .Landing__25__FooterItem h4 {
        font-size: 22px;
        line-height: 31px;
    }
    .Landing__25__FooterDiv {
        margin-top: 0;
        display: block;
        text-align: center;
        padding-bottom: 25px;
    }
    .Landing__25__FooterItemImg {
        margin-top: 10px;
    }
    .Landing__25__FooterItem {
        margin-top: 35px;
    }
}
@media (max-width: 767px) {
    .Landing__25 h1 {
        font-size: 24px;
        line-height: 32px;
        padding: 20px 10%;
        margin-bottom: 40px;
    }
    .Landing__25 .BannertxtAbs1 h4 {
        font-size: 16px;
        line-height: 31px;
        color: #c53407;
    }
    .Landing__25 .BannertxtAbs1 span {
        font-size: 18px;
        line-height: 26px;
    }
    .Landing__25 .BannertxtAbs1D-f img {
        height: 20px;
        margin-right: 6px;
    }
    .Landing__25 .BannertxtAbs2 {
        position: absolute;
        top: -50px;
        right: 130px;
        height: 144px;
    }
    .Landing__25 h2 {
        font-size: 22px;
        line-height: 32px;
    }
    .Landing__25 .GiftBoxDiv {
        position: relative;
        padding: 78px 0 79px;
        background-size: cover;
    }
    .Landing__25 .GiftBoxDivTxt h4 {
        font-size: 16px;
        line-height: 2px;
    }
    .Landing__25__Order1Abs h4 {
        font-size: 24px;
        line-height: 18px;
    }
    .Landing__25__Order1Abs h5 {
        font-size: 16px;
        line-height: 9px;
        color: #c53407;
        margin: 26px 0;
    }
    .Landing__25 a.bg {
        position: relative;
        padding: 7px 40px;
        font-size: 16px;
        line-height: 35px;
    }
    .Landing__25__FooterAbs8 {
        right: -38px;
        position: absolute;
        height: 82px;
    }
    .Landing__25__FooterAbs7 {
        left: -38px;
        position: absolute;
        height: 82px;
    }
    .Landing__25__Order1Abs h6 {
        font-size: 16px;
        line-height: 25px;
    }
    .Landing__25__section_gaps {
        margin-top: 50px;
    }
    .Landing__25__FooterAbs5,
    .Landing__25__FooterAbs6 {
        height: 75px;
    }
    .Landing__25__SliderIconDiv1,
    .Landing__25__SliderIconDiv2 {
        display: none;
    }
    .Landing__25__SliderDivSec {
        position: relative;
        padding: 52px 0 51px;
        background-size: cover;
    }
    .Landing__25__Order2Img {
        height: 396px;
    }
    .Landing__25__Order2Abs span {
        font-size: 24px;
        line-height: 34px;
    }
    .BannertxtAbs1D-f2 img {
        height: 30px;
    }
    .Landing__25__Order2Abs h5 {
        font-size: 22px;
        line-height: 28px;
        color: #c53407;
    }
    .Landing__25__Order2Abs h4 {
        font-size: 24px;
        line-height: 6px;
        color: #391612;
        font-weight: 900;
        margin: 20px 0 30px;
    }
    .Landing__25__FooterAbs3,
    .Landing__25__FooterAbs4 {
        height: 136px;
    }
    .Landing__25__FooterItem a {
        font-size: 16px;
        line-height: 20px;
        color: #c53407;
    }
    .Landing__25__HrTxt span {
        font-size: 18px;
    }
    .Landing__25__HrTxt {
        text-align: center;
        margin-top: -38px;
    }
    .Landing__25__FooterAbs1,
    .Landing__25__FooterAbs2 {
        height: 100px;
        position: absolute;
    }
}
@media (max-width: 575px) {
    .Landing__25 .BannertxtAbs3,
    .Landing__25 .BannertxtAbs4 {
        height: 102px;
    }
    .Landing__25 h1 {
        font-size: 24px;
        line-height: 32px;
        padding: 20px 0;
        margin-bottom: 40px;
    }
    .Landing__25__Bannerimg1 {
        width: 100%;
        margin-left: 0;
        position: relative;
    }
    .Landing__25 .BannertxtAbs1 h4 {
        font-size: 16px;
        line-height: 19px;
        color: #c53407;
        margin-top: -50px;
    }
    .Landing__25 .GiftImgBox {
        display: block;
        text-align: center;
    }
    .Landing__25 .GiftBoxDivTxt h4 {
        font-size: 16px;
        line-height: 2px;
        margin-bottom: 15px;
    }
    .Landing__25__PlaceIn__OrderBg {
        background-position: -710px;
        padding: 210px 0 0 1px;
        margin-top: -200px;
    }
    .Landing__25__Sliderh2 {
        color: #c53407;
        margin-left: 0;
    }
    .Landing__25 .BannertxtAbs2 {
        position: absolute;
        top: -50px;
        right: 80px;
        height: 99px;
    }
}
.Landing__26 {
    font-family: "Noto Serif Bengali", serif;
    list-style-type: none;
    overflow-x: hidden;
}
.Landing__26 ul {
    padding: 0;
    list-style: none;
}
.Landing__26 h1 {
    font-size: 70px;
    line-height: 95px;
    color: #fff;
    font-weight: 900;
    padding-top: 50px;
    padding-bottom: 30px;
    background-image: linear-gradient(-225deg, #231557, #fff 29%, #ff1361 67%, #ffbf0b);
    background-clip: border-box;
    background-size: 200% auto;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: htfyg56 5s linear infinite;
    display: inline-block;
}
@keyframes htfyg56 {
    to {
        background-position: 200%;
    }
}
.Landing__26 h1 span {
    color: #ffd626;
}
.Landing__26 h2 {
    font-size: 46px;
    line-height: 60px;
    text-align: center;
    font-weight: 600;
}
.Landing__26 p {
    font-size: 24px;
    line-height: 30px;
    color: #6b6b6b;
}
.Landing__26 .bg {
    transition: 0.5s;
    display: block;
    line-height: 35px;
    font-weight: 600;
    text-decoration: none;
}
.Landing__26 a.bg {
    position: relative;
    padding: 13px 30px;
    color: #fff;
    background-image: linear-gradient(90deg, #e41320 0, #e41320 51%, #e41320);
    background-size: 180% auto;
    display: inline-block;
    transition: 0.2s;
    font-weight: 600;
    border-radius: 100px;
    font-size: 30px;
    line-height: 55px;
}
.Landing__26 a.bg svg {
    font-size: 40px;
    margin-top: -5px;
    margin-right: 10px;
    color: #fff;
}
.Landing__26 a.bg:hover {
    background-position: 100%;
    color: #fff;
    text-decoration: none;
}
.Landing__26 a.bg:hover svg {
    color: #fff;
}
.Landing__26__section_gaps {
    margin-top: 100px;
}
.Landing__26 #MenubarContent #LogoLeft {
    text-align: left;
    margin-top: 20px;
    position: absolute;
    z-index: 8;
}
.Landing__26__Banner {
    position: relative;
}
.Landing__26__Banner__bg {
    width: 100%;
    height: 980px;
}
.Landing__26__Banner__Content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 30px;
    z-index: 5;
}
.Landing__26__Banner__TextContent {
    margin-top: 130px;
}
.Landing__26__Banner__Img {
    margin-top: 100px;
}
.Landing__26__Banner__Content h5 {
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    color: #fdfdfd;
    margin-top: -50px;
}
.Landing__26__Banner__Content h2 {
    color: #e41320;
    text-align: left;
}
.Landing__26__Banner__TextImg {
    height: 68px;
}
.Landing__26__Banner__Content h2 span {
    color: #fdfdfd;
    margin-left: 15px;
    text-decoration: line-through;
    font-size: 24px;
}
.Landing__26__BannerImgwhite {
    margin-top: -10px;
    margin-bottom: 40px;
}
.Landing__26__RelText {
    position: relative;
}
.Landing__26__AbsB_Box {
    position: absolute;
    top: -80px;
    left: 300px;
}
.Landing__26__AbsB_Box span {
    color: #e41320;
    font-size: 18px;
    line-height: 23px;
}
.Landing__26__AbsB_Box h6 {
    color: #fdfdfd;
    font-size: 40px;
    line-height: 46px;
}
.Landing__26__Banner__Img {
    position: relative;
}
.Landing__26__Banner__Img1 {
    width: 100%;
}
.Landing__26__Banner__Img2 {
    position: absolute;
    top: 0;
    right: -106px;
    height: 186px;
}
.Landing__26__Banner__Img3 {
    position: absolute;
    bottom: -158px;
    left: 138px;
    height: 166px;
}
.Landing__26__Banner__bg__bottom {
    position: absolute;
    z-index: 3;
    bottom: 0;
    width: 100%;
}
.Landing__26__Banner__bg__bottom1 {
    width: 100%;
    height: 305px;
}
.Landing__26__Banner__bg__bottom ul {
    display: flex;
    align-items: center;
    margin-top: -50px;
    justify-content: center;
}
.Landing__26__Banner__bg__bottom ul li {
    font-size: 24px;
    color: #fdfdfd;
    margin-right: 75px;
    text-align: center;
}
.Landing__26__Details {
    color: #1f1214;
    text-align: center;
}
.Landing__26__Details p {
    padding: 0 10%;
    text-align: center;
    margin-bottom: 40px;
}
.Landing__26__DetailsDiv {
    text-align: center;
}
.Landing__26__DetailsDiv div {
    width: 10px;
    height: 10px;
    border-radius: 100px;
    background-color: #e41320;
    margin: 20px 4px;
}
.Landing__26__DetailsDiv {
    display: flex;
    justify-content: center;
}
.Landing__26__DetailsDiv .Landing__26__DetailsDiv2 {
    background-color: #13131b;
}
.Landing__26__DetailsImgRelDiv {
    position: relative;
    display: flex;
    justify-content: center;
}
.Landing__26__DetailsImg {
    position: absolute;
    width: 50%;
    z-index: 3;
}
.Landing__26__ListDetails {
    margin-top: 450px;
    position: relative;
    background-image: url(/_next/static/media/img24.1cde53f3.png);
    padding: 100px 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.Landing__26__ListDetails__bg {
    width: 100%;
    height: 1400px;
}
.Landing__26__Contant__Ul {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
}
.Landing__26__Contant__Ul div {
    font-size: 32px;
    line-height: 42px;
    padding: 14px 46px;
    background: #c30b17;
    margin-right: 30px;
    border-radius: 50px;
    color: #fff;
}
.Landing__26__Contant__Ul2 {
    margin-top: 30px;
}
.Landing__26__Contant2ColDiv {
    margin-top: 190px;
}
.Landing__26__Contant2ColDiv h2 {
    text-align: left;
    color: #fdfdfd;
    padding-top: 85px;
}
.Landing__26__DetailsDiv2 {
    justify-content: left;
}
.Landing__26__DetailsDiv .Landing__26__DetailsDiv3 {
    background: #fff;
}
.Landing__26__Contant2ColDiv ul li {
    display: flex;
    color: #fdfdfd;
    font-size: 20px;
    margin-bottom: 30px;
}
.Landing__26__Contant2ColDiv ul li img {
    margin-bottom: auto;
    margin-right: 20px;
}
.Landing__26__DetailsImgDiv {
    position: relative;
}
.Landing__26__DetailsImg1 {
    position: absolute;
    margin-top: 300px;
    width: 60%;
}
.Landing__26__DetailsImg2 {
    position: absolute;
    margin-top: 350px;
    margin-left: 450px;
    width: 55%;
}
.Landing__26 .Landing__26__Order2 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
}
.Landing__26 .Landing__26__Order2Img {
    height: 660px;
}
.Landing__26__Order2Abs {
    position: absolute;
    text-align: center;
}
.Landing__26__Order2Abs h4 {
    font-size: 51px;
    line-height: 69px;
    color: #e41320;
    font-weight: 900;
}
.Landing__26__Order2Abs h5 {
    font-size: 32px;
    line-height: 42px;
    color: #e41320;
    margin: 30px 0;
}
.Landing__26__videoTxtDiv {
    text-align: center;
    margin-top: 94px;
}
.Landing__26__videoTxtDiv p {
    color: #1f1214;
    margin-bottom: 10px;
}
.Landing__26__videoTxtDiv h3 {
    font-size: 60px;
    color: #e41320;
    font-weight: 900;
}
.Landing__26__AllDSec {
    position: relative;
}
.Landing__26__AllD__ImgBG {
    width: 100%;
    height: 941px;
}
.Landing__26__AllDSecRel {
    position: relative;
}
.Landing__26__AllContantDiv {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
    z-index: 5;
}
.Landing__26__AllContantDiv h2 {
    color: #e41320;
}
.Landing__26__AllContantDiv2 {
    margin-bottom: 50px;
}
.Landing__26__AllContantImgDiv {
    position: relative;
    width: 100%;
}
.Landing__26__AllContantImg {
    width: 100%;
    position: absolute;
    height: 588px;
}
.Landing__26__AllContantImgDiv .Landing__26__AllContantAbs2 {
    position: absolute;
    padding: 50px 0;
}
.Landing__26__AllContantAbs2 {
    width: 100%;
}
.Landing__26__AllContantImg2Div {
    text-align: center;
}
.Landing__26__Contant2ColDiv2 ul li {
    display: flex;
    color: #fdfdfd;
    font-size: 20px;
    margin-bottom: 30px;
}
.Landing__26__Contant2ColDiv2 ul li img {
    margin-bottom: auto;
    margin-right: 20px;
}
.Landing__26__ImgGroup1,
.Landing__26__ImgGroup2 {
    display: flex;
    justify-content: space-between;
}
.Landing__26__ImgGroup2 {
    margin-top: 26px;
}
.Landing__26__ImgGroup1 img {
    width: 37%;
    margin-right: 15px;
}
.Landing__26__ImgGroup2 img {
    width: 24%;
    margin-right: 15px;
}
.Landing__26__CardSec {
    position: relative;
    background-image: url(/_next/static/media/img32.04bf943b.png);
    padding: 100px 0;
}
.Landing__26__CardSecImg {
    width: 100%;
    height: 963px;
}
.Landing__26__CardContantDiv h2 {
    color: #fdfdfd;
}
.Landing__26__DetailsDiv3 {
    justify-content: center;
}
.Landing__26__CardDiv {
    display: flex;
    justify-content: space-between;
}
.Landing__26__CardDiv div {
    margin-right: 4px;
}
.Landing__26__CardTxt {
    padding: 34px 25px;
    background-color: #fff;
    border-radius: 5px;
}
.Landing__26__CardTxt h4 {
    font-size: 28px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 700;
}
.Landing__26__CardTxt p {
    color: #6e6e6e;
    font-size: 18px;
}
.Landing__26__Card {
    display: flex;
    align-items: center;
}
.Landing__26__CardDiv2 {
    justify-content: center;
    margin-top: 22px;
    padding: 0 15%;
}
.Landing__26 .Landing__26__Order3 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
}
.Landing__26 .Landing__26__Order3Img {
    height: 639px;
}
.Landing__26__Order3Abs {
    position: absolute;
    text-align: center;
}
.Landing__26__Order3Abs h4 {
    font-size: 51px;
    line-height: 69px;
    color: #e41320;
    font-weight: 900;
    margin-top: 50px;
}
.Landing__26__Order3Abs h5 {
    font-size: 32px;
    line-height: 42px;
    color: #e41320;
    font-weight: 700;
    margin: 30px 0 70px;
}
.Landing__26__Order3Abs .bg2 {
    background-image: none !important;
    margin-left: -100px;
}
.Landing__26__FooterSec {
    position: relative;
}
.Landing__26__FooterImg {
    width: 100%;
    height: 1192px;
}
.Landing__26 #OrderConfirmFrom {
    background: rgba(243, 245, 248, 0.5);
    background-size: cover;
    padding: 100px 30px !important;
    color: #e41320;
}
.Landing__26 #OrderConfirmFrom button {
    background: #e41320;
}
.Landing__26 #OrderConfirmLeft #Payment #ArrowBg {
    background: #e41320;
    position: relative;
    border-radius: 0 0 15px 15px;
    padding: 10px 30px;
}
.Landing__26 #OrderConfirmFrom #CustomeInput input,
.Landing__26 #OrderConfirmFrom ul {
    border: 1px solid #e41320;
}
.Landing__26__FooterDiv {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    color: #fdfdfd;
}
.Landing__26__FooterDiv h5 a {
    color: #fdfdfd;
    font-size: 18px;
    margin-bottom: 15px;
}
.Landing__26__FooterDiv h5 {
    margin-bottom: 15px;
}
.Landing__26__FooterDiv h4 {
    color: #fdfdfd;
    font-size: 24px;
    padding-bottom: 10px;
}
.Landing__26__Hr {
    width: 100px;
    height: 1px;
    background: #fdfdfd;
    margin-bottom: 10px;
}
.Landing__26__FooterDiv h3 {
    color: #fdfdfd;
    font-size: 30px;
}
.Landing__26__FooterDiv img {
    height: 151px;
}
.Landing__26__Hr2 {
    width: 100%;
    height: 1px;
    background: #fdfdfd;
    margin: 40px 0;
}
.Landing__26 .tiny-footer_tinyFooter__Tr3b1 p {
    color: #fdfdfd;
    font-size: 16px;
}
.Landing__26 .tiny-footer_tinyFooter__Tr3b1 p a {
    color: #e41320;
    font-size: 18px;
}
@media (max-width: 1741px) {
    .Landing__26__Banner__Img1 {
        width: 100%;
    }
    .Landing__26 h1 {
        font-size: 44px;
        line-height: 57px;
        padding-top: 24px;
        padding-bottom: 8px;
    }
    .Landing__26__Banner__Content h5 {
        font-size: 24px;
        line-height: 44px;
    }
    .Landing__26__Banner__TextImg {
        height: 50px;
    }
    .Landing__26 h2 {
        font-size: 35px;
        line-height: 60px;
    }
    .Landing__26__Banner__Content h2 span {
        font-size: 18px;
    }
    .Landing__26__BannerImgwhite {
        margin-top: -10px;
        margin-bottom: 15px;
    }
    .Landing__26 a.bg {
        padding: 14px 30px;
        font-size: 24px;
        line-height: 55px;
    }
    .Landing__26__AbsB_Box h6 {
        color: #fdfdfd;
        font-size: 28px;
        line-height: 35px;
    }
    .Landing__26__Banner__Img2 {
        position: absolute;
        top: 0;
        right: 27px;
        height: 163px;
    }
    .Landing__26__Banner__Img3 {
        position: absolute;
        bottom: -67px;
        left: 157px;
        height: 126px;
    }
    .Landing__26__Banner__bg__bottom1 {
        width: 100%;
        height: 200px;
    }
    .Landing__26__Banner__bg__bottom ul li {
        font-size: 18px;
        color: #fdfdfd;
        margin-right: 75px;
        text-align: center;
        margin-top: 13px;
    }
    .Landing__26 a.bg svg {
        font-size: 30px;
        margin-top: -5px;
        margin-right: 10px;
        color: #fff;
    }
    .Landing__26__Order2Abs h4 {
        font-size: 40px;
        line-height: 31px;
        color: #e41320;
        font-weight: 900;
    }
    .Landing__26__Banner__bg {
        width: 100%;
        height: 762px;
    }
}
@media (max-width: 1400px) {
    .Landing__26__Banner__Img1 {
        width: 100%;
    }
    .Landing__26 h1 {
        font-size: 44px;
        line-height: 57px;
        padding-top: 24px;
        padding-bottom: 8px;
    }
    .Landing__26__Banner__Content h5 {
        font-size: 24px;
        line-height: 44px;
    }
    .Landing__26__Banner__TextImg {
        height: 50px;
    }
    .Landing__26 h2 {
        font-size: 35px;
        line-height: 60px;
    }
    .Landing__26__Banner__Content h2 span {
        font-size: 18px;
    }
    .Landing__26__BannerImgwhite {
        margin-top: -10px;
        margin-bottom: 15px;
    }
    .Landing__26 a.bg {
        padding: 8px 30px;
        font-size: 24px;
        line-height: 55px;
    }
    .Landing__26__AbsB_Box h6 {
        color: #fdfdfd;
        font-size: 28px;
        line-height: 35px;
    }
    .Landing__26__Banner__Img2 {
        position: absolute;
        top: 0;
        right: 27px;
        height: 163px;
    }
    .Landing__26__Banner__Img3 {
        position: absolute;
        bottom: -67px;
        left: 157px;
        height: 126px;
    }
    .Landing__26__Banner__bg__bottom1 {
        width: 100%;
        height: 200px;
    }
    .Landing__26__Banner__bg__bottom ul li {
        font-size: 18px;
        color: #fdfdfd;
        margin-right: 75px;
        text-align: center;
        margin-top: 13px;
    }
    .Landing__26 a.bg svg {
        font-size: 30px;
        margin-top: -5px;
        margin-right: 10px;
        color: #fff;
    }
    .Landing__26__Order2Abs h4 {
        font-size: 40px;
        line-height: 31px;
        color: #e41320;
        font-weight: 900;
    }
    .Landing__26 p {
        font-size: 14px;
        line-height: 30px;
        color: #6b6b6b;
    }
    .Landing__26__CardDiv div {
        margin-right: 15px;
    }
    .Landing__26__CardTxt {
        padding: 30px 15px;
    }
    .Landing__26__Contant__Ul div {
        font-size: 24px;
        line-height: 34px;
    }
    .Landing__26__Contant__Box {
        top: 84px;
        z-index: 3;
    }
    .Landing__26__DetailsImg1 {
        position: absolute;
        margin-top: 305px;
        width: 50%;
    }
    .Landing__26__DetailsImg2 {
        position: absolute;
        margin-top: 350px;
        margin-left: 306px;
        width: 43%;
    }
    .Landing__26__ListDetails__bg {
        width: 100%;
        height: 1369px;
    }
    .Landing__26 .Landing__26__Order2Img {
        height: 534px;
    }
    .Landing__26__videoTxtDiv h3 {
        font-size: 40px;
    }
    .Landing__26__CardTxt h4 {
        font-size: 24px;
    }
    .Landing__26__CardSecImg {
        width: 100%;
        height: 1091px;
    }
    .Landing__26__Order3Abs h4 {
        font-size: 40px;
        line-height: 47px;
        color: #e41320;
        font-weight: 900;
        margin-top: 50px;
    }
    .Landing__26__Order3Abs h5 {
        font-size: 30px;
        margin-bottom: 47px;
    }
    .Landing__26 .Landing__26__Order3Img {
        height: 524px;
    }
    .Landing__26__Banner__bg {
        width: 100%;
        height: 700px;
    }
}
@media (max-width: 1280px) {
    .Landing__26__Contant__Ul div {
        font-size: 16px;
        line-height: 26px;
        padding: 14px 20px;
    }
    .Landing__26__Contant2ColDiv {
        margin-top: 75px;
    }
    .Landing__26__DetailsImg2 {
        position: absolute;
        margin-top: 350px;
        margin-left: 252px;
        width: 43%;
    }
    .Landing__26__CardSecImg {
        width: 100%;
        height: 1394px;
    }
    .Landing__26 h1 {
        font-size: 40px;
        line-height: 45px;
        padding-top: 24px;
        padding-bottom: 8px;
    }
    .Landing__26__Banner__Content h2 {
        color: #e41320;
        text-align: left;
        line-height: 30px;
    }
    .Landing__26 a.bg {
        padding: 8px 30px;
        font-size: 20px;
        line-height: 42px;
    }
    .Landing__26__Banner__Img {
        margin-top: 60px;
    }
    .Landing__26__Banner__bg {
        width: 100%;
        height: 600px;
    }
}
@media (max-width: 991px) {
    .Landing__26__collumnRev {
        flex-direction: column-reverse;
    }
    .Landing__26__Banner {
        height: auto;
        position: relative;
    }
    .Landing__26__Banner__bg {
        height: 1160px;
    }
    .Landing__26 .menubar_MenubarContent__jlW_b img {
        height: 76px;
    }
    .Landing__26__ListDetails__bg {
        width: 100%;
        height: 1806px;
    }
    .Landing__26__DetailsImg1 {
        position: absolute;
        margin-top: 123px;
        width: 41%;
    }
    .Landing__26__DetailsImg2 {
        position: absolute;
        margin-top: 198px;
        margin-left: 354px;
        width: 33%;
    }
    .Landing__26__AllD__ImgBG {
        width: 100%;
        height: 1432px;
    }
    .Landing__26__Contant2ColDiv2 {
        margin-top: 50px;
    }
    .Landing__26__CardDiv {
        display: block;
        text-align: center;
    }
    .Landing__26__Card {
        display: block;
        align-items: center;
        margin-bottom: 30px;
    }
    .Landing__26__Card img {
        display: none;
    }
    .Landing__26__CardDiv2 {
        justify-content: center;
        margin-top: 22px;
        padding: 0;
    }
    .Landing__26__CardSecImg {
        width: 100%;
        height: 1488px;
    }
    .Landing__26__FooterImg {
        width: 100%;
        height: 1768px;
    }
    .Landing__26__ListDetails {
        margin-top: 256px;
        position: relative;
        background-image: url(/_next/static/media/img24.1cde53f3.png);
        padding: 100px 0 700px;
        background-repeat: no-repeat;
        background-size: cover;
    }
}
@media (max-width: 767px) {
    .Landing__26__Banner__Img {
        margin-top: 103px;
    }
    .Landing__26__CardDiv div {
        margin-right: 0;
    }
    .Landing__26 .Landing__26__Order3Img {
        height: 389px;
    }
    .Landing__26__Order3Abs h5 {
        font-size: 30px;
        margin-bottom: 2px;
    }
    .Landing__26__FooterDiv {
        display: block;
        text-align: center;
    }
    .Landing__26__Hr {
        margin: 0 auto;
    }
    .Landing__26__FooterImg {
        width: 100%;
        height: 2068px;
    }
    .Landing__26__Contant__Ul div:nth-child(4),
    .Landing__26__Contant__Ul div:nth-child(5) {
        display: none;
    }
}
@media (max-width: 575px) {
    .Landing__26__CardSec {
        padding: 50px 0;
    }
    .Landing__26__Banner__Img2 {
        position: absolute;
        top: 0;
        right: 27px;
        height: 92px;
    }
    .Landing__26__Banner__Img3 {
        position: absolute;
        bottom: -67px;
        left: 102px;
        height: 81px;
    }
    .Landing__26__Banner__Content,
    .Landing__26__Banner__Content h2 {
        text-align: center;
    }
    .Landing__26__Banner__Content h5 {
        font-size: 16px;
        line-height: 45px;
    }
    .Landing__26 h1 {
        font-size: 24px;
        line-height: 40px;
        padding-top: 24px;
        padding-bottom: 8px;
    }
    .Landing__26 a.bg svg {
        font-size: 20px;
    }
    .Landing__26 a.bg {
        padding: 4px 30px;
        font-size: 16px;
        line-height: 38px;
    }
    .Landing__26__AbsB_Box {
        position: absolute;
        top: 35px;
        left: 92px;
    }
    .Landing__26__AbsB_Box h6 {
        color: #fdfdfd;
        font-size: 24px;
    }
    .Landing__26__Banner__bg {
        height: 1089px;
    }
    .Landing__26__Banner__bg__bottom ul li {
        font-size: 14px;
        margin-right: 3px;
    }
    .Landing__26__section_gaps {
        margin-top: 50px;
    }
    .Landing__26 p {
        font-size: 16px;
        line-height: 25px;
        color: #6b6b6b;
    }
    .Landing__26__ListDetails {
        margin-top: 111px;
    }
    .Landing__26 h2 {
        font-size: 22px;
        line-height: 32px;
        text-align: center;
    }
    .Landing__26__DetailsDiv2 {
        justify-content: center;
    }
    .Landing__26__Contant2ColDiv ul li {
        display: flex;
        color: #fdfdfd;
        font-size: 16px;
        margin-bottom: 12px;
    }
    .Landing__26__DetailsImg2 {
        position: absolute;
        margin-top: 62px;
        margin-left: 271px;
        width: 33%;
    }
    .Landing__26__DetailsImg1 {
        position: absolute;
        margin-top: 33px;
        width: 41%;
    }
    .Landing__26__ListDetails__bg {
        width: 100%;
        height: 1295px;
    }
    .Landing__26 .Landing__26__Order2Img {
        height: 295px;
    }
    .Landing__26__Order2Abs h4 {
        font-size: 30px;
    }
    .Landing__26__Order2Abs h5 {
        font-size: 22px;
        line-height: 0px;
    }
    .Landing__26__videoTxtDiv h3 {
        font-size: 22px;
    }
    .Landing__26__AllContantDiv {
        position: absolute;
        top: 23px;
    }
    .Landing__26__Contant2ColDiv2 ul li {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .Landing__26__AllD__ImgBG {
        width: 100%;
        height: 1139px;
    }
    .Landing__26__ImgGroup1 img {
        width: 31%;
        margin-right: 15px;
    }
    .Landing__26__ImgGroup2 img {
        width: 22%;
        margin-right: 15px;
    }
    .Landing__26__CardContantDiv {
        padding: 50px 0;
    }
    .Landing__26 .Landing__26__Order3Img {
        height: 251px;
    }
    .Landing__26__Order3Abs h4 {
        font-size: 30px;
    }
    .Landing__26__Order3Abs h5 {
        font-size: 18px;
        line-height: 6px;
        margin: 5px 0 10px;
    }
    .Landing__26 a.bg2 {
        padding: 4px 30px;
        font-size: 14px !important;
        line-height: 55px;
    }
    .Landing__26__FooterDiv h4 {
        color: #fdfdfd;
        font-size: 22px;
        padding-bottom: 10px;
    }
    .Landing__26__FooterDiv h5 a {
        color: #fdfdfd;
        font-size: 16px;
        margin-bottom: 10px;
    }
    .Landing__26__FooterDiv h3 {
        color: #fdfdfd;
        font-size: 24px;
    }
    .Landing__26__FooterImg {
        width: 100%;
        height: 2180px;
    }
    .Landing__26__Order2Abs h5 {
        margin: 21px 0;
    }
    .Landing__26__Contant__Ul div {
        margin-right: 8px;
        border-radius: 50px;
    }
    .Landing__26__ListDetails {
        margin-top: 150px;
        position: relative;
        background-image: url(/_next/static/media/img24.1cde53f3.png);
        padding: 100px 0 400px;
        background-repeat: no-repeat;
        background-size: cover;
    }
}
@media (max-width: 450px) {
    .Landing__26__FooterImg {
        width: 100%;
        height: 2280px;
    }
    .Landing__26__Banner__bg {
        height: 1021px;
    }
    .Landing__26__Banner__bg__bottom {
        position: absolute;
        z-index: 3;
        bottom: -21px;
        width: 100%;
    }
    .Landing__26__Banner__bg__bottom1 {
        width: 100%;
        height: 305px;
    }
    .Landing__26__Banner__bg__bottom ul {
        display: flex;
        align-items: center;
        margin-top: -69px;
        justify-content: center;
    }
    .Landing__26__DetailsImg2 {
        position: absolute;
        margin-top: 62px;
        margin-left: 175px;
        width: 33%;
    }
}
.Landing__27 {
    font-family: Noto Sans Bengali, sans-serif;
    list-style-type: none;
    overflow-x: hidden;
}
.Landing__27 ul {
    padding: 0;
    list-style: none;
}
.Landing__27 h1 {
    font-size: 58px;
    line-height: 89px;
    color: #2c2c2c;
    font-weight: 900;
    padding-top: 20px;
    padding-bottom: 30px;
}
.Landing__27 h1 span {
    color: #ffd626;
}
.Landing__27 h2 {
    font-size: 46px;
    line-height: 60px;
    font-weight: 600;
    text-align: center;
}
.Landing__27 p {
    font-size: 24px;
    line-height: 30px;
    color: #6b6b6b;
}
.Landing__27 .bg {
    transition: 0.5s;
    display: block;
    line-height: 35px;
    font-weight: 600;
    text-decoration: none;
}
.Landing__27 a.bg {
    position: relative;
    padding: 15px 40px;
    color: #fff;
    background-image: linear-gradient(90deg, #e41320 0, #e41320 51%, #e41320);
    background-size: 180% auto;
    display: inline-block;
    transition: 0.2s;
    font-weight: 600;
    border-radius: 20px;
    font-size: 30px;
    line-height: 55px;
}
.Landing__27 a.bg svg {
    font-size: 40px;
    margin-top: -5px;
    margin-right: 10px;
    color: #fff;
}
.Landing__27 a.bg:hover {
    background-position: 100%;
    color: #fff;
    text-decoration: none;
}
.Landing__27 a.bg:hover svg {
    color: #fff;
}
.Landing__27__section_gaps {
    margin-top: 100px;
}
.Landing__27 #MenubarContent #LogoLeft {
    text-align: left;
    margin-top: 58px;
    position: absolute;
    z-index: 8;
}
.Landing__27 #MenubarContent #LogoLeft img {
    height: 40px;
}
.Landing__27 h1 {
    background-image: linear-gradient(-225deg, #231557, #2c2c2c 29%, #ff1361 67%, #ffbf0b);
    background-clip: border-box;
    background-size: 200% auto;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: hfytf3548 5s linear infinite;
    display: inline-block;
}
@keyframes hfytf3548 {
    to {
        background-position: 200%;
    }
}
.Landing__27__Banner {
    position: relative;
}
.Landing__27__Banner__bg {
    width: 100%;
    height: 980px;
}
.Landing__27__Banner__Content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 30px;
    z-index: 5;
}
.Landing__27__Banner__TextContent {
    margin-top: 180px;
}
.Landing__27__Banner__Content h5 {
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    color: #ed3223;
}
.Landing__27__Banner__Content h2 {
    color: #e41320;
    text-align: left;
}
.Landing__27__RelText {
    position: relative;
}
.Landing__27__AbsB_Box {
    position: absolute;
    top: -68px;
    left: 360px;
}
.Landing__27__AbsB_Box h6 {
    margin-top: -45px;
    margin-left: 40px;
}
.Landing__27__AbsB_Box img {
    height: 54px;
}
.Landing__27__AbsB_Box h6 {
    color: #fdfdfd;
    font-size: 24px;
    line-height: 36px;
}
.Landing__27__Banner__TextContent h2 {
    margin-top: 110px;
}
.Landing__27__Banner__Img {
    position: relative;
}
.Landing__27__Banner__Img1 {
    margin-top: 150px;
    width: 160%;
    margin-left: -100px;
}
.Landing__27__Banner__Img2 {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -40px;
    height: 235px;
    z-index: 3;
}
.Landing__27__Banner__H4__Div h4 {
    position: absolute;
    top: 0;
    left: 150px;
    font-size: 30px;
    line-height: 52px;
    color: #fdfdfd;
    margin-top: 100px;
    z-index: 3;
    width: 100%;
}
.Landing__27__Banner__H4__Div {
    position: relative;
    width: 100%;
}
.Landing__27__CardH2 {
    padding: 0 18%;
    color: #2c2c2c;
    margin-bottom: 100px;
}
.Landing__27__Card img {
    width: 100%;
}
.Landing__27__Card {
    position: relative;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
}
.Landing__27__Card h4 {
    position: absolute;
    bottom: 20px;
    font-size: 20px;
    color: #fdfdfd;
    text-align: center;
    width: 100%;
}
.Landing__27__Lungi_Details p {
    text-align: center;
}
.Landing__27__Lungi_DetailsH2 {
    padding: 0 15%;
    margin-bottom: 20px;
}
.Landing__27__CustomerReview {
    position: relative;
}
.Landing__27__VideoImg1 {
    position: absolute;
    top: 0;
    left: 0;
    height: 401px;
    z-index: -1;
}
.Landing__27__VideoImg2 {
    position: absolute;
    top: 0;
    right: 0;
    height: 401px;
    z-index: -1;
}
.Landing__27__LungiDetails2 {
    padding: 0 5%;
    position: relative;
    margin-top: 200px;
}
.Landing__27__LungiImg {
    width: 100%;
    height: 593px;
}
.Landing__27__LungiDetails2Abs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    padding: 0 5%;
}
.Landing__27__LungiDetails2Abs h4 {
    color: #fdfdfd;
    margin-top: 10px;
}
.Landing__27__LungiDetails2AbsImgDiv {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    top: -300px;
    left: 0;
}
.Landing__27__LungiDetails2AbsImgDiv img {
    width: 60%;
}
.Landing__27__LungiDetails2Img6Div {
    display: flex;
    justify-content: space-between;
    margin-top: 200px;
    padding: 0 5%;
}
.Landing__27__LungiDetails2Img6Div div:nth-child(2) {
    margin-top: 40px;
}
.Landing__27__LungiDetails2Img6Div div:nth-child(3) {
    margin-top: 70px;
}
.Landing__27__LungiDetails2Img6Div div:nth-child(4) {
    margin-top: 90px;
}
.Landing__27__LungiDetails2Img6Div div:nth-child(5) {
    margin-top: 40px;
}
.Landing__27__DetailsTable {
    background-color: #fff4f5;
    padding-top: 46px;
}
.Landing__27 .grid-container {
    display: grid;
    grid-template-columns: auto auto;
    padding-top: 44px;
    padding-bottom: 120px;
}
.Landing__27 .grid-item {
    border: 1px solid #fc9ea7;
    padding: 24px;
    font-size: 24px;
    text-align: center;
}
.Landing__27 .grid-item:nth-child(odd) {
    border-left: none;
    color: #2c2c2c;
    font-weight: 600;
}
.Landing__27 .grid-item:nth-child(2n) {
    border-left: none;
    border-right: none;
    color: #e42930;
}
.Landing__27__Details-3 {
    padding: 0 5%;
}
.Landing__27__Details-3 img {
    width: 100%;
}
.Landing__27__OrderSec {
    position: relative;
}
.Landing__27__OrderSecImg {
    width: 100%;
    height: 961px;
}
.Landing__27 #OrderConfirmFrom {
    background-color: rgba(243, 245, 248, 0.5);
    padding: 100px 30px !important;
    color: #e41320;
}
.Landing__27 #OrderConfirmFrom h2 {
    color: #1f1214;
}
.Landing__27 #OrderConfirmLeft #Payment #ArrowBg,
.Landing__27 #OrderConfirmRight button {
    background-color: #e41320;
}
.Landing__27 #OrderConfirmLeft #Payment #ArrowBg p {
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.Landing__27 #OrderConfirmLeft #Payment #ArrowBg:after {
    border-bottom: 15px solid #e41320;
}
.Landing__27 #OrderConfirmLeft #Payment #CustomeInput input:checked + label:before {
    background-color: #e41320;
}
.Landing__27 #OrderConfirmLeft #CustomeInput input {
    border: 1px solid #e41320;
}
.Landing__27 #OrderConfirmRight ul #left p,
.Landing__27 #OrderConfirmRight ul h5 {
    color: #e41320;
}
.Landing__27 #OrderConfirmRight ul {
    border: 1px solid #e41320;
}
.Landing__27 #OrderConfirmRight ul li {
    border-bottom: 1px solid #e41320;
}
.Landing__27 #OrderConfirmLeft #Payment #CustomeInput input:checked + label:after {
    top: 12px;
}
.Landing__27__ShippingDetails {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 30px;
    flex-wrap: wrap;
}
.Landing__27__ShippingDetails div {
    position: relative;
    height: 100px;
    width: 23%;
    box-shadow: 0 -3px 20px rgba(112, 144, 176, 0.12), 0 7.66583px 17.0352px rgba(112, 144, 176, 0.12);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Landing__27__ShippingDetails div h4 {
    text-align: center;
    font-size: 30px;
}
.Landing__27__ShippingDetails div img {
    position: absolute;
    z-index: -1;
    margin-top: -50px;
}
.Landing__27__FooterSec {
    background-image: url(/_next/static/media/bg4.add6322a.png);
    width: 100%;
    background-size: cover;
    padding: 80px 0;
}
.Landing__27__FooterContantImg {
    height: 40px;
}
.Landing__27__FooterContant {
    text-align: center;
}
.Landing__27__FooterContant h5 {
    font-size: 16px;
    color: #fdfdfd;
    margin-top: 72px;
}
.Landing__27__FooterContant h3 {
    font-size: 30px;
    color: #fdfdfd;
    margin-bottom: 10px;
    font-weight: 600;
}
.Landing__27__Hr {
    width: 150px;
    height: 1px;
    background-color: #787272;
    margin: 0 auto 10px;
}
.Landing__27__FooterContant ul {
    display: flex;
    justify-content: center;
    margin-bottom: 44px;
}
.Landing__27__FooterContant ul li a {
    color: #e42930;
    margin-left: 15px;
}
.Landing__27 .tiny-footer_tinyFooter__Tr3b1 p {
    color: #fdfdfd;
    font-size: 20px;
    line-height: 34px;
}
.Landing__27 .tiny-footer_tinyFooter__Tr3b1 p a {
    color: #e41320;
    font-size: 20px;
    line-height: 34px;
}
@media (max-width: 1741px) {
    .Landing__27__Banner__Img1 {
        margin-top: 150px;
        width: 120%;
        margin-left: -65px;
    }
    .Landing__27__Banner__H4__Div h4 {
        left: 141px;
        font-size: 24px;
        color: #fdfdfd;
        margin-top: 16px;
    }
    .Landing__27 h1 {
        font-size: 44px;
        line-height: 55px;
        color: #2c2c2c;
        font-weight: 900;
        padding-top: 0;
        padding-bottom: 30px;
    }
    .Landing__27__Banner__TextContent {
        margin-top: 143px;
    }
    .Landing__27 a.bg {
        position: relative;
        padding: 14px 56px;
        font-size: 24px;
        line-height: 55px;
    }
    .Landing__27__Banner__TextContent h2 {
        margin-top: 44px;
    }
    .Landing__27 h2 {
        font-size: 30px;
        line-height: 42px;
    }
    .Landing__27__LungiDetails2AbsImgDiv {
        top: -224px;
    }
    .Landing__27 .grid-item {
        border: 1px solid #fc9ea7;
        padding: 24px;
        font-size: 18px;
        text-align: center;
    }
    .Landing__27__ShippingDetails div h4 {
        text-align: center;
        font-size: 24px;
    }
    .Landing__27__Banner__bg {
        width: 100%;
        height: 762px;
    }
}
@media (max-width: 1400px) {
    .Landing__27__Banner__Img1 {
        margin-top: 150px;
        width: 110%;
        margin-left: -65px;
    }
    .Landing__27__Banner__H4__Div h4 {
        left: 101px;
        font-size: 24px;
        color: #fdfdfd;
        margin-top: 16px;
    }
    .Landing__27 h1 {
        font-size: 44px;
        line-height: 55px;
        color: #2c2c2c;
        font-weight: 900;
        padding-top: 0;
        padding-bottom: 30px;
    }
    .Landing__27__Banner__TextContent {
        margin-top: 143px;
    }
    .Landing__27 a.bg {
        position: relative;
        padding: 14px 56px;
        font-size: 20px;
        line-height: 40px;
    }
    .Landing__27 a.bg svg {
        font-size: 24px;
        margin-top: -5px;
        margin-right: 10px;
    }
    .Landing__27__Banner__TextContent h2 {
        margin-top: 44px;
    }
    .Landing__27 h2 {
        font-size: 30px;
        line-height: 42px;
    }
    .Landing__27__LungiDetails2AbsImgDiv {
        top: -224px;
    }
    .Landing__27 .grid-item {
        border: 1px solid #fc9ea7;
        padding: 24px;
        font-size: 18px;
        text-align: center;
    }
    .Landing__27__ShippingDetails div h4 {
        text-align: center;
        font-size: 20px;
    }
    .Landing__27__Banner__bg {
        width: 100%;
        height: 662px;
    }
}
@media (max-width: 1280px) {
    .Landing__27__LungiDetails2AbsImgDiv {
        top: -150px;
    }
    .Landing__27__AbsB_Box {
        position: absolute;
        top: -63px;
        left: 292px;
    }
    .Landing__27__Banner__H4__Div h4 {
        left: 81px;
        font-size: 24px;
        color: #fdfdfd;
        margin-top: 16px;
    }
    .Landing__27__Banner__Img2 {
        position: absolute;
        top: 0;
        right: 0;
        margin-top: -40px;
        height: 180px;
        z-index: 3;
    }
    .Landing__27__Card h4 {
        position: absolute;
        bottom: 12px;
        font-size: 16px;
        color: #fdfdfd;
        text-align: center;
        width: 100%;
    }
    .Landing__27__Banner__TextContent {
        margin-top: 100px;
    }
    .Landing__27__Banner__bg {
        width: 100%;
        height: 600px;
    }
}
@media (max-width: 991px) {
    .Landing__27__collumnRev {
        flex-direction: column-reverse;
    }
    .Landing__27__Banner {
        height: auto;
        position: relative;
    }
    .Landing__27__Banner__bg {
        width: 100%;
        height: 1200px;
    }
    .Landing__27__Banner__Img1 {
        margin-top: 150px;
        width: 100%;
        margin-left: -35px;
    }
    .Landing__27__LungiDetails2AbsImgDiv {
        top: -118px;
    }
    .Landing__27__LungiDetails2Img6Div div:nth-child(2),
    .Landing__27__LungiDetails2Img6Div div:nth-child(3),
    .Landing__27__LungiDetails2Img6Div div:nth-child(4) {
        display: none;
    }
    .Landing__27__LungiImg {
        width: 100%;
        height: 517px;
    }
    .Landing__27__LungiDetails2Img6Div {
        margin-top: 158px;
        padding: 0 5%;
    }
    .Landing__27__OrderSecImg {
        width: 100%;
        height: 1356px;
    }
}
@media (max-width: 767px) {
    .Landing__27__ShippingDetails {
        display: block;
        font-size: 30px;
    }
    .Landing__27__ShippingDetails div img {
        width: 100%;
        height: 80px;
    }
    .Landing__27__Banner__bg {
        width: 100%;
        height: 1128px;
    }
    .Landing__27__ShippingDetails div {
        position: relative;
        height: 100px;
        width: 100%;
        box-shadow: 0 -3px 20px rgba(112, 144, 176, 0.12), 0 7.66583px 17.0352px rgba(112, 144, 176, 0.12);
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media (max-width: 575px) {
    .Landing__27__Banner__Img2 {
        margin-top: 75px;
        height: 102px;
        z-index: 3;
    }
    .Landing__27__Banner__Img1 {
        margin-top: 150px;
        width: 100%;
        margin-left: -24px;
    }
    .Landing__27__Banner {
        height: auto;
        text-align: center;
        position: relative;
    }
    .Landing__27__Banner__H4__Div h4 {
        left: 0;
        font-size: 16px;
        color: #fdfdfd;
        margin-top: 16px;
    }
    .Landing__27__Banner__TextContent {
        margin-top: 88px;
    }
    .Landing__27__Banner__Content h5 {
        font-weight: 400;
        font-size: 20px;
    }
    .Landing__27 h1 {
        font-size: 24px;
        line-height: 36px;
    }
    .Landing__27 a.bg {
        position: relative;
        padding: 4px 56px;
        font-size: 20px;
        line-height: 55px;
    }
    .Landing__27 a.bg svg {
        font-size: 24px;
    }
    .Landing__27__AbsB_Box {
        position: absolute;
        top: 32px;
        left: 60px;
    }
    .Landing__27__Banner__TextContent h2 {
        margin-top: 112px;
        text-align: center;
    }
    .Landing__27 h2 {
        line-height: 42px;
    }
    .Landing__27__Banner__bg {
        width: 100%;
        height: 900px;
    }
    .Landing__27__CardH2 {
        padding: 0;
        color: #2c2c2c;
        margin-bottom: 100px;
    }
    .Landing__27 h2 {
        font-size: 22px;
        line-height: 35px;
    }
    .Landing__27__section_gaps {
        margin-top: 50px;
    }
    .Landing__27__Lungi_DetailsH2 {
        padding: 0;
        margin-bottom: 20px;
    }
    .Landing__27__Card h4 {
        bottom: 20px;
        font-size: 16px;
    }
    .Landing__27 p {
        font-size: 16px;
        line-height: 27px;
        color: #6b6b6b;
    }
    .Landing__27__LungiDetails2AbsImgDiv img {
        width: 100%;
    }
    .Landing__27__LungiDetails2Img6Div {
        margin-top: 100px;
        padding: 0 1%;
    }
    .Landing__27__LungiImg {
        width: 100%;
        height: 451px;
    }
    .Landing__27 .grid-item {
        border: 1px solid #fc9ea7;
        padding: 13px;
        font-size: 16px;
        text-align: center;
    }
    .Landing__27__OrderSecImg {
        width: 100%;
        height: 1576px;
    }
    .Landing__27__LungiDetails2Abs h4 {
        color: #fdfdfd;
        margin-top: 10px;
        font-size: 20px;
    }
    .Landing__27__AbsB_Box img {
        height: 49px;
    }
    .Landing__27__AbsB_Box h6 {
        margin-top: -43px;
        margin-left: 16px;
        font-size: 18px;
    }
    .Landing__27__FooterContant h3 {
        font-size: 24px;
        color: #fdfdfd;
        margin-bottom: 10px;
        font-weight: 600;
    }
    .Landing__27 .tiny-footer_tinyFooter__Tr3b1 p {
        color: #fdfdfd;
        font-size: 16px;
        line-height: 26px;
    }
    .Landing__27 .tiny-footer_tinyFooter__Tr3b1 p a {
        color: #e41320;
        font-size: 16px;
        line-height: 26px;
    }
}
.Landing__28 {
    --bg_color: #e98b23;
    --bg_color2: #263476;
    --bg_color3: #de5478;
    --bg_color4: #f8406f;
    --header: #332729;
    --text_color: #828282;
    --white: #fff;
    --sari_bg: #ec3361;
    --probashi_bg: #ff0034;
    overflow-x: hidden;
    font-family: "Noto Serif Bengali", serif;
}
.Landing__28 a {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    display: inline-block;
    transition: all 0.2s linear;
}
.Landing__28 .overlay_text h5 {
    font-weight: 700;
    font-size: 80px;
    line-height: 90px;
    text-transform: capitalize;
}
.Landing__28 .overlay_text h5 span {
    font-family: Niconne, cursive;
}
.Landing__28 h1 {
    font-weight: 900;
    font-size: 80px;
    line-height: 90px;
    text-transform: capitalize;
}
.Landing__28 h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 55px;
    text-transform: capitalize;
}
.Landing__28 .StudentPackage h2 {
    color: var(--bg_color4);
}
.Landing__28 h3 {
    font-weight: 600;
    font-size: 25px;
    line-height: 35px;
    text-transform: capitalize;
}
.Landing__28 p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: var(--text_color);
}
.Landing__28 .d_flex {
    display: flex;
    align-items: center;
}
.Landing__28 .d_justify {
    justify-content: space-between;
}
.Landing__28 .d_center {
    justify-content: center;
}
.Landing__28 .section_gaps {
    padding-top: 100px;
}
.Landing__28 .Header {
    margin-bottom: 60px;
}
.Landing__28 .Header p {
    margin-top: 15px;
}
.Landing__28 .CallForOrder a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-size: 25px;
    overflow: hidden;
    transition: 0.2s;
    border-radius: 10px;
    color: #f8406f;
    letter-spacing: 1px;
    word-spacing: 5px;
    margin-bottom: -5px;
    font-weight: 600;
    border: 1px solid #f8406f;
    line-height: 35px;
    padding: 14px 30px 10px;
}
.Landing__28 .CallForOrder a:hover {
    background-color: var(--bg_color4);
    color: var(--white);
    box-shadow: 0 0 10px #f8406f, 0 0 40px #f8406f, 0 0 80px #f8406f;
    transition-delay: 1s;
}
.Landing__28 .CallForOrder a span {
    position: absolute;
    display: block;
}
.Landing__28 .CallForOrder a span:first-child {
    top: 0;
    left: -100%;
    width: 100%;
    height: 3px;
    background-image: linear-gradient(90deg, transparent, #f8406f);
}
.Landing__28 .CallForOrder a:hover span:first-child {
    left: 100%;
    transition: 1s;
}
.Landing__28 .CallForOrder a span:nth-child(3) {
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 3px;
    background-image: linear-gradient(270deg, transparent, #f8406f);
}
.Landing__28 .CallForOrder a:hover span:nth-child(3) {
    right: 100%;
    transition: 1s;
    transition-delay: 0.5s;
}
.Landing__28 .CallForOrder a span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 3px;
    height: 100%;
    background-image: linear-gradient(180deg, transparent, #f8406f);
}
.Landing__28 .CallForOrder a:hover span:nth-child(2) {
    top: 100%;
    transition: 1s;
    transition-delay: 0.25s;
}
.Landing__28 .CallForOrder a span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 3px;
    height: 100%;
    background-image: linear-gradient(1turn, transparent, #f8406f);
}
.Landing__28 .CallForOrder a:hover span:nth-child(4) {
    bottom: 100%;
    transition: 1s;
    transition-delay: 0.75s;
}
.Landing__28 .StandardPackage {
    background: var(--white);
}
.Landing__28 .StandardPackage .Logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 30px 0;
    z-index: 9;
}
.Landing__28 .menubar_MenubarContent__jlW_b .menubar_Logo__pd9Tk img {
    height: 65px;
    width: auto;
}
.Landing__28 .StandardPackage .Banner {
    padding: 0;
    width: 100%;
    height: 100vh;
}
.Landing__28 .StandardPackage .Banner .BannerBg img {
    width: 100%;
    height: 100%;
}
.Landing__28 .StandardPackage .Logo img {
    height: 60px;
}
.Landing__28 .StandardPackage .BannerContent {
    position: absolute;
    top: 150px;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.Landing__28 .StandardPackage .BannerText h1 {
    color: var(--white);
    margin: 30px 0;
}
.Landing__28 .StandardPackage .BannerText h2 {
    color: var(--white);
    font-size: 35px;
    line-height: 45px;
}
.Landing__28 .StandardPackage .BannerText .Arrow svg {
    color: var(--white);
    font-size: 50px;
    line-height: 50px;
}
.Landing__28 .StandardPackage .BannerText ul {
    margin-top: 20px !important;
    margin-left: 300px !important;
}
.Landing__28 .StandardPackage .BannerText ul img {
    height: 40px;
    margin-right: 20px;
}
.Landing__28 .StandardPackage .BannerText ul li {
    font-size: 20px;
    line-height: 30px;
    color: var(--white);
    font-weight: 500;
    margin-bottom: 30px;
}
.Landing__28 .StandardPackage .VideoItem {
    background-color: var(--bg_color3);
    border-radius: 20px;
}
.Landing__28 .StandardPackage .PriceContent {
    padding: 30px;
    border-radius: 20px;
    background-color: #ffdee7;
    position: relative;
}
.Landing__28 .StandardPackage .PriceContent img {
    width: 100%;
}
.Landing__28 .StandardPackage .PriceItem {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.Landing__28 .StandardPackage .PriceItem h2,
.StandardPackage .PriceItem h3 {
    color: var(--white);
}
.Landing__28 .StandardPackage .PriceItem h3 {
    padding: 20px 0;
    font-size: 20px;
    line-height: 30px;
}
.Landing__28 .StandardPackage .PriceItem a {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: var(--white);
    background-color: #5c0510;
    padding: 10px 50px;
    border-radius: 30px;
}
.Landing__28 .StandardPackage .SliderOverlayItem img {
    height: 500px;
    width: auto;
}
.Landing__28 .StandardPackage .OrderConfirmFromBg {
    background-color: #fff3f3;
    border-radius: 30px;
    padding: 40px;
}
.Landing__28 .video_VideoPlayers__MwD8T {
    padding: 20px;
}
.Landing__28 .SariAboutText .CallForOrder {
    margin-top: 30px;
}
.Landing__28 .StudentPackage .StudentSlider {
    position: relative;
}
.Landing__28 .StudentPackage .StudentSlider img {
    width: 100%;
    z-index: 1;
}
.Landing__28 .StudentPackage .SliderOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    padding: 60px 0 100px;
}
.Landing__28 .StudentPackage .SliderOverlayItem {
    text-align: center;
}
.Landing__28 .StudentPackage .SliderOverlayItem img {
    height: 580px;
    width: auto;
}
.Landing__28 .StudentPackage .swiper-button-next,
.StudentPackage .swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 4.94545px 0 6.18182px rgba(0, 0, 0, 0.25);
    background: var(--white);
}
.Landing__28 .StudentPackage .swiper-button-next:after,
.StudentPackage .swiper-button-prev:after {
    font-size: 20px;
    font-weight: 700;
    color: var(--bg_color4);
}
.Landing__28 .BannerItem img {
    width: 100%;
}
.Landing__28 .StudentPackage .DelivaryContent {
    display: flex;
    align-items: center;
    justify-content: center;
}
.Landing__28 .StudentPackage .DelivaryItem {
    margin-right: 50px;
}
.Landing__28 .StudentPackage .DelivaryItem svg {
    font-size: 70px;
    line-height: 50px;
    color: #de5074;
}
.Landing__28 .StudentPackage .DelivaryItem .text {
    margin-left: 20px;
}
.Landing__28 .StudentPackage .DelivaryItem h4 {
    font-size: 20px;
    line-height: 30px;
    color: var(--header);
}
.Landing__28 .StudentPackage .DelivaryItem p {
    font-size: 15px;
    line-height: 20px;
}
.Landing__28 #OrderConfirmLeft #Payment #ArrowBg,
.Landing__28 #OrderConfirmRight button {
    background-color: var(--bg_color4);
}
.Landing__28 #OrderConfirmLeft #Payment #ArrowBg p {
    color: #fff;
}
.Landing__28 #OrderConfirmLeft #Payment #ArrowBg:after {
    border-bottom: 15px solid var(--bg_color4);
}
.Landing__28 #OrderConfirmLeft #Payment #CustomeInput input:checked + label:before {
    background-color: var(--bg_color4);
}
.Landing__28 .SariOrderRight img {
    height: 500px;
}
.Landing__28 #OrderConfirmLeft #Payment #CustomeInput input:checked + label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 12px;
}
.Landing__28 #tinyFooter p a {
    color: var(--bg_color4);
}
.Landing__28 .FollowUs h2 {
    color: var(--bg_color4);
    text-align: center;
}
.Landing__28 .SocialIcon a {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    background-color: #edf4ff;
    margin: 0 20px;
    color: #337fff;
}
.Landing__28 .SocialIcon a:hover {
    border-radius: 50%;
}
.Landing__28 .SocialIcon a.instagram {
    background-color: #faf5fc;
    color: #fa8f21;
}
.Landing__28 .SocialIcon a.youtube {
    background-color: #ffece8;
    color: #ff3000;
}
.Landing__28 .SocialIcon a.whatsapp {
    background-color: #ecfff5;
    color: #00d95f;
}
.Landing__28 .Footer {
    background-image: linear-gradient(109.56deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0) 126.32%);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    border-radius: 20px;
    padding: 30px;
    margin: 0 30px;
    box-shadow: 0 0 10px 5px #2633762d;
}
.Landing__28 .FooterLogo {
    margin-right: 50px;
}
.Landing__28 .FooterLogo img {
    height: 80px;
}
.Landing__28 .FooterLogo p {
    color: var(--bg_color2);
    margin-top: 20px;
}
.Landing__28 .Footersection_gaps {
    padding-top: 60px;
}
.Landing__28 .FooterItem {
    margin-bottom: 10px;
}
.Landing__28 .FooterItem h4 {
    font-size: 20px;
    line-height: 30px;
    color: var(--bg_color2);
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 5px;
    display: inline-block;
    font-weight: 700;
}
.Landing__28 .FooterItem h4:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 80%;
    height: 2px;
    background: var(--bg_color2);
}
.FooterItem p,
.Landing__28 .FooterItem a {
    display: block;
    color: var(--bg_color2);
    font-size: 18px;
    line-height: 28px;
    margin-top: 5px;
}
.Landing__28 .FooterItem a:hover {
    color: var(--bg_color);
}
.Landing__28 .tiny-footer_tinyFooter__Tr3b1 {
    margin-top: 50px;
    line-height: 30px;
}
.Landing__28 .FooterItem,
.Landing__28 .FooterLogo {
    margin-left: 25%;
}
@media (max-width: 1780px) {
    .Landing__28 h1 {
        font-size: 70px;
        line-height: 80px;
    }
    .Landing__28 .CallForOrder a {
        padding: 10px 25px;
        font-size: 18px;
    }
    .FooterItem p,
    .Landing__28 .FooterItem a {
        font-size: 16px;
        line-height: 26px;
    }
    .Landing__28 h2 {
        font-size: 35px;
        line-height: 50px;
    }
    .Landing__28 .StudentPackage .WhyBuyItem h3 {
        font-size: 18px;
        line-height: 30px;
    }
    .Landing__28 .StudentPackage .BannerText h2 {
        font-size: 45px;
        line-height: 55px;
    }
    .Landing__28 .StudentPackage .CallForOrder a {
        font-size: 20px;
        line-height: 30px;
    }
    .Landing__28 .StudentPackage .SliderOverlayItem img {
        height: 400px;
    }
    .Landing__28 .MainPage .PackageItem .text p {
        font-size: 15px;
        line-height: 24px;
    }
    .Landing__28 .StandardPackage .BannerText ul {
        margin-left: 200px;
    }
    .Landing__28 p {
        font-size: 15px;
        line-height: 24px;
    }
    .Landing__28 .StandardPackage .SliderOverlayItem img {
        height: 345px;
    }
    .Landing__28 .StudentPackage .FooterLogo img {
        height: 70px;
    }
    .Landing__28 .ProbashiPackage .WhatHaveImg .Overlay h2 {
        font-size: 35px;
    }
    .Landing__28 .StudentPackage .WhyBuy .WhyBuyLeft img,
    .StudentPackage .WhyBuy .WhyBuyRight img {
        height: 130px;
    }
    .Landing__28 .StandardPackage .BannerText h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .Landing__28 .StudentPackage .SliderOverlayItem img {
        height: 380px;
    }
    .Landing__28 .SocialIcon a {
        width: 70px;
        height: 70px;
        font-size: 30px;
    }
    .Landing__28 .Header {
        margin-bottom: 40px;
    }
    .Landing__28 .StandardPackage .BannerText ul li {
        font-size: 20px;
        line-height: 30px;
        color: var(--white);
        font-weight: 500;
        margin-bottom: 13px;
    }
}
@media (max-width: 1439px) {
    .Landing__28 h1 {
        font-size: 65px;
        line-height: 75px;
    }
    .Landing__28 .MainPage .PackageItem .text p {
        font-size: 14px;
        line-height: 24px;
    }
    .Landing__28 .StudentPackage .WhyBuyItem img {
        height: 50px;
    }
    .Landing__28 .StudentPackage .WhyBuyItem h3 {
        font-size: 15px;
        line-height: 25px;
    }
    .Landing__28 .StudentPackage .Banner .BannerLeft1 img,
    .Landing__28 .StudentPackage .Banner .BannerRight1 img {
        height: 100px;
    }
    .Landing__28 .StudentPackage .Banner .BannerLeft2 {
        bottom: 28px;
        left: 10px;
    }
    .Landing__28 .StudentPackage .Banner .BannerLeft2 img,
    .Landing__28 .StudentPackage .Banner .BannerRight2 img {
        height: 100px;
    }
    .Landing__28 .StudentPackage .WhyBuy .WhyBuyLeft img,
    .StudentPackage .WhyBuy .WhyBuyRight img {
        height: 80px;
    }
    .Landing__28 .StudentPackage .WhyBuy .WhyBuyLeft {
        left: 0;
        top: 150px;
    }
    .Landing__28 .StudentPackage .WhyBuy .WhyBuyRight {
        right: 0;
        top: 150px;
    }
    .Landing__28 .StudentPackage .SliderOverlayItem img {
        height: 290px;
    }
    .Landing__28 .CustomerReviewItem {
        padding: 70px 30px 20px;
    }
    .Landing__28 .CustomerReviewItem p {
        font-size: 14px;
        line-height: 24px;
    }
    .Landing__28 h3 {
        font-size: 22px;
        line-height: 32px;
    }
    .Landing__28 .StudentPackage .BannerText h2 {
        font-size: 35px;
        line-height: 45px;
    }
    .Landing__28 .StudentPackage .SliderOverlay {
        padding-top: 40px;
    }
    .Landing__28 .CustomerReviewItem .Quate i {
        font-size: 60px;
    }
    .Landing__28 .SocialIcon a {
        width: 60px;
        height: 60px;
        font-size: 25px;
    }
    .Landing__28 .FooterLogo img {
        height: 60px;
    }
    .Landing__28 .StandardPackage .Logo {
        padding: 10px 0 20px;
    }
    .Landing__28 .StandardPackage .Logo img {
        height: 50px;
    }
    .Landing__28 .StandardPackage .BannerText h2 {
        font-size: 27px;
        line-height: 36px;
    }
    .Landing__28 .StandardPackage .BannerText h1 {
        font-size: 40px;
        line-height: 54px;
        margin: 14px 0 0;
    }
    .Landing__28 .StandardPackage .BannerText ul li {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 12px;
    }
    .Landing__28 .StandardPackage .BannerText ul li:last-child {
        margin-bottom: 0;
    }
    .Landing__28 .StandardPackage .BannerText .Arrow i {
        font-size: 25px;
        line-height: 30px;
    }
    .Landing__28 .StandardPackage .BannerText ul img {
        height: 25px;
    }
    .Landing__28 h2 {
        font-size: 30px;
        line-height: 45px;
    }
    .Landing__28 .section_gaps {
        padding-top: 80px;
    }
    .Landing__28 .BestGift .bg_img {
        height: 1000px;
        width: 100%;
    }
    .Landing__28 .ChocolateBox #price h1 {
        font-size: 55px;
        line-height: 65px;
    }
    .Landing__28 .ChocolateBox #customized {
        padding: 80px 0;
    }
}
@media (max-width: 1280px) {
    .Landing__28 .StandardPackage .BannerText ul {
        margin-top: 20px !important;
        margin-left: 215px !important;
    }
    .Landing__28 .StandardPackage .BannerText {
        margin-top: 20px;
        margin-bottom: 0;
    }
    .Landing__28 .StandardPackage .BannerContent {
        position: absolute;
        top: 100px;
        left: 0;
        width: 100%;
    }
    .Landing__28 .StandardPackage .Banner {
        padding: 0;
        width: 100%;
        height: auto;
    }
    .Landing__28 .StandardPackage .Banner .BannerBg img {
        width: 100%;
        height: 560px;
    }
}
@media (max-width: 768px) {
    .Landing__28 .MainPage .Banner .col-lg-6:first-child {
        order: 2;
    }
    .Landing__28 .MainPage .Banner .col-lg-6:last-child {
        order: 1;
    }
    .Landing__28 .MainPage .Banner {
        height: auto;
    }
    .Landing__28 .MainPage .BannerItem .img {
        width: 70%;
        margin: 0 auto;
    }
    .Landing__28 .BannerItem {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .Landing__28 .BannerText {
        text-align: center;
        margin-bottom: 30px;
    }
    .Landing__28 .MainPage .swiper-pagination-fraction {
        bottom: 35px;
        left: 0;
        width: 100%;
    }
    .Landing__28 .CustomerReviewItem .Quate {
        top: 15px;
        left: 15px;
    }
    .Landing__28 .CustomerReviewItem .img {
        width: 100px;
        height: 100px;
    }
    .Landing__28 .CustomerReviewItem .img img {
        width: 90px;
        height: 90px;
    }
    .Landing__28 .FooterContent {
        margin-top: 35px;
    }
    .Landing__28 .StudentPackage .StudentSlider img {
        height: 600px;
        object-fit: cover;
    }
    .Landing__28 .StudentPackage .SliderOverlayItem img {
        height: 260px;
    }
    .Landing__28 .BestGift .bg_img {
        height: 1390px;
    }
    .Landing__28 .StudentPackage .DelivaryItem {
        margin: 0 15px;
        display: block;
        text-align: center;
    }
    .Landing__28 .DelivaryItem h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .Landing__28 .StudentPackage .DelivaryItem i {
        font-size: 50px;
    }
    .Landing__28 .StudentPackage .DelivaryItem .text {
        margin-left: 0;
    }
    .Landing__28 .StudentPackage .FooterLogo img {
        height: 40px;
    }
    .FooterItem p,
    .Landing__28 .FooterItem a {
        font-size: 13px;
        line-height: 26px;
    }
    .Landing__28 .StudentPackage .Banner .col-lg-6:first-child {
        order: 2;
    }
    .Landing__28 .StudentPackage .Banner .col-lg-6:last-child {
        order: 1;
    }
    .Landing__28 .StudentPackage .Banner {
        padding: 50px 0;
        position: relative;
    }
    .Landing__28 .StudentPackage .BannerImg {
        width: 80%;
        margin: 0 auto 30px;
    }
    .Landing__28 .StudentPackage .OrderNow {
        margin-top: 30px;
        justify-content: center;
    }
    .Landing__28 .StudentPackage .WhyBuyItem {
        padding: 20px;
        width: 30%;
        margin: 0 10px 20px;
    }
    .Landing__28 .StudentPackage .WhyBuyContent {
        justify-content: center;
    }
    .Landing__28 .FooterLogo {
        margin-right: 0;
    }
    .Landing__28 .section_gaps {
        padding-top: 70px;
    }
    .Landing__28 .BestGift .BestGiftContent {
        padding: 70px 0;
    }
    .Landing__28 .CustomerReviewItem .Quate i {
        font-size: 60px;
    }
    .Landing__28 .ProbashiPackage .Banner h1,
    .Landing__28 .ProbashiPackage .Banner h3,
    .Landing__28 .ProbashiPackage .BannerText h2 {
        color: #000;
    }
    .Landing__28 .ProbashiPackage .CallForOrder a {
        color: #000;
        border: 1px solid #000;
    }
    .Landing__28 .MainPage .Banner .swiper-pagination {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .Landing__28 .MainPage .swiper-pagination-fraction {
        bottom: 30px;
    }
    .Landing__28 .StandardPackage .Banner .BannerBg img {
        height: 600px;
        object-fit: cover;
    }
    .Landing__28 .StandardPackage .PriceContent img {
        height: 250px;
    }
    .Landing__28 .StandardPackage .PriceItem a {
        padding: 10px 30px;
    }
    .Landing__28 .ProbashiPackage .Banner {
        padding: 0;
    }
    .Landing__28 .ProbashiPackage .Logo img {
        height: 50px;
    }
    .Landing__28 .ProbashiPackage .WhatHavetext {
        margin-top: 30px;
    }
    .Landing__28 .ChocolateBox #banner .banner_img {
        width: 80%;
        margin: 0 auto 30px;
    }
    .Landing__28 .ChocolateBox #banner .col-lg-6:last-child {
        order: 1;
    }
    .Landing__28 .ChocolateBox #banner .col-lg-6:first-child {
        order: 2;
    }
    .Landing__28 .ChocolateBox #banner .banner_content {
        text-align: center;
    }
    .Landing__28 .ChocolateBox .price_img img {
        width: 100%;
        height: 350px;
    }
    .Landing__28 .ChocolateBox #price h1 {
        font-size: 45px;
        line-height: 55px;
    }
    .Landing__28 .ChocolateBox #price h2 {
        margin: 5px 0;
    }
    .Landing__28 .StudentPackage .DelivaryContent {
        display: block;
    }
    .Landing__28 .StudentPackage .DelivaryContent div {
        margin-bottom: 20px;
    }
    .Landing__28 .StandardPackage .BannerText ul {
        margin-top: 20px !important;
        margin-left: 163px !important;
    }
    .Landing__28 .StandardPackage .Banner {
        padding: 0;
        width: 100%;
        height: auto;
    }
    .Landing__28 .StandardPackage .Banner .BannerBg img {
        width: 100%;
        height: 560px;
    }
    .Landing__28 .FooterItem,
    .Landing__28 .FooterLogo {
        margin-left: 0;
    }
}
@media (max-width: 500px) {
    .Landing__28 .StandardPackage .BannerText ul {
        margin-top: 20px !important;
        margin-left: 100px !important;
    }
    .Landing__28 .MainPage .Logo img {
        height: 40px;
    }
    .Landing__28 .MainPage .BannerItem .img {
        width: 100%;
        margin-bottom: 40px;
    }
    .Landing__28 .MainPage .Banner .swiper-pagination {
        bottom: 45px;
    }
    .Landing__28 h1 {
        font-size: 50px;
        line-height: 60px;
    }
    .Landing__28 .FooterLogo img {
        height: 50px;
    }
    .Landing__28 .Footer {
        background: none;
        padding: 0;
        margin: 0 20px;
        box-shadow: none;
    }
    .Landing__28 .CallForOrder a {
        padding: 6px 12px;
        font-size: 14px;
    }
    .Landing__28 .StudentPackage .swiper-button-next,
    .StudentPackage .swiper-button-prev {
        width: 30px;
        height: 30px;
    }
    .Landing__28 .StudentPackage .swiper-button-next:after,
    .StudentPackage .swiper-button-prev:after {
        font-size: 13px;
    }
    .Landing__28 .StudentPackage h2 {
        font-size: 28px;
    }
    .Landing__28 .StudentPackage .SliderOverlayItem img {
        height: 280px;
    }
    .Landing__28 .video_VideoPlayers__MwD8T {
        padding: 0;
    }
    .Landing__28 .StudentPackage .VideoItem {
        padding: 15px;
    }
    .Landing__28 .StudentPackage h2 {
        font-size: 20px;
        line-height: 35px;
        text-align: center;
    }
    .Landing__28 .SariAboutText p {
        text-align: center;
        font-size: 15px;
        line-height: 24px;
        margin-top: 15px;
    }
    .Landing__28 .SariAbout .CallForOrder {
        margin-top: 20px;
        text-align: center;
    }
    .Landing__28 .StudentPackage .WhyBuyItem {
        padding: 15px;
        width: 44%;
    }
    .Landing__28 .BestGift .bg_img {
        height: 1075px;
    }
    .Landing__28 .StudentPackage .DelivaryContent {
        display: block;
    }
    .Landing__28 .StudentPackage .DelivaryItem {
        margin-bottom: 30px;
    }
    .Landing__28 .SocialIcon a {
        width: 50px;
        height: 50px;
        border-radius: 10px;
        font-size: 20px;
        line-height: 15px;
        margin: 0 10px;
    }
    .Landing__28 .StudentFooter {
        text-align: center;
    }
    .Landing__28 .StudentPackage .FooterLogo img {
        height: 50px;
    }
    .Landing__28 .StudentPackage .StudentFooter ul {
        text-align: center;
    }
    .Landing__28 .StudentFooter .col-lg-4:first-child {
        order: 2;
    }
    .Landing__28 .StudentFooter .col-lg-4:nth-child(2) {
        order: 1;
    }
    .Landing__28 .StudentFooter .col-lg-4:nth-child(3) {
        order: 3;
    }
    .FooterItem p,
    .Landing__28 .FooterItem a {
        font-size: 16px;
        line-height: 26px;
    }
    .Landing__28 .StudentPackage .FooterItem p {
        padding: 10px 0;
    }
    .Landing__28 .StudentPackage .StudentFooter {
        padding-bottom: 20px;
    }
    .Landing__28 .StudentPackage .BannerImg {
        width: 100%;
        margin: 0 auto 30px;
    }
    .Landing__28 .StudentPackage .Banner .BannerLeft1 img {
        height: 60px;
    }
    .Landing__28 .StudentPackage .Banner .BannerRight1 img {
        height: 70px;
    }
    .Landing__28 h3 {
        font-size: 20px;
        line-height: 32px;
    }
    .Landing__28 .StudentPackage .BannerText h2 {
        font-size: 28px;
        line-height: 36px;
    }
    .Landing__28 .StudentPackage .BannerText h4 {
        font-size: 25px;
        line-height: 35px;
    }
    .Landing__28 .StudentPackage .OrderNow {
        margin-top: 20px;
        display: block;
    }
    .Landing__28 .StudentPackage .Banner .BannerLeft2 img {
        height: 60px;
    }
    .Landing__28 .StudentPackage .Banner .BannerRight2 img {
        height: 65px;
    }
    .Landing__28 .StudentPackage .BannerNumber {
        margin-left: 0;
        margin-top: 20px;
    }
    .Landing__28 .StudentPackage .CallForOrder a {
        font-size: 20px;
        line-height: 30px;
        padding: 12px 30px 10px;
    }
    .Landing__28 .StudentPackage .WhyBuy .WhyBuyLeft img,
    .StudentPackage .WhyBuy .WhyBuyRight img {
        height: 60px;
    }
    .Landing__28 .OrderConfirmFromBg {
        border-radius: 20px;
        padding: 20px;
    }
    .Landing__28 .ProbashiPackage .WhatHavetext li {
        padding: 15px;
        margin-bottom: 15px;
        text-align: center;
        display: block;
    }
    .Landing__28 .ProbashiPackage .WhatHavetext li .text {
        margin-left: 0;
        margin-top: 20px;
    }
    .Landing__28 .ProbashiPackage .WhatHavetext li p {
        word-break: break-all;
    }
    .Landing__28 .ProbashiPackage .BannerText h2 {
        font-size: 22px;
        line-height: 32px;
        color: #000;
    }
    .Landing__28 .ProbashiPackage .Banner h1 {
        font-size: 40px;
        line-height: 50px;
        color: #000;
        margin: 15px 0;
    }
    .Landing__28 .ProbashiPackage .Banner h3 {
        color: #000;
    }
    .Landing__28 .ProbashiPackage .CallForOrder a {
        color: #000;
        border: 1px solid #000;
    }
    .Landing__28 .ProbashiPackage .WhatHavetext {
        margin-left: 0;
        margin-top: 30px;
    }
    .Landing__28 .StandardPackage .BannerText ul {
        margin-left: 30px;
    }
    .Landing__28 .StandardPackage .BannerText h1 {
        margin: 10px 0;
        font-size: 30px;
        line-height: 42px;
    }
    .Landing__28 .StandardPackage .BannerContent {
        position: absolute;
        top: 80px;
    }
    .Landing__28 .StandardPackage .BannerText .Arrow svg {
        color: var(--white);
        font-size: 29px;
        line-height: 50px;
    }
    .Landing__28 .StandardPackage .BannerText h2 {
        font-size: 22px;
        line-height: 32px;
    }
    .Landing__28 .StandardPackage .BannerText {
        margin-top: 45px;
        margin-bottom: 0;
    }
    .Landing__28 .StandardPackage .Banner .BannerBg img {
        height: 550px;
        object-fit: cover;
    }
    .Landing__28 .StandardPackage .PriceContent {
        padding: 20px;
    }
    .Landing__28 .StandardPackage .PriceItem {
        width: 100%;
    }
    .Landing__28 .StudentPackage .StudentSlider img {
        height: 500px;
    }
    .Landing__28 .StudentPackage .SliderOverlayItem img {
        height: 200px;
    }
    .Landing__28 .OrderConfirmRight ul li {
        padding: 10px;
    }
    .Landing__28 .StandardPackage .OrderConfirmFromBg {
        padding: 20px 10px;
        border-radius: 10px;
    }
    .Landing__28 .OrderConfirmRight ul .left {
        display: block;
        width: 40%;
    }
    .Landing__28 .OrderConfirmRight ul .img img {
        width: auto;
        height: 60px;
    }
    .Landing__28 .OrderConfirmRight ul .left p {
        font-size: 14px;
        margin-top: 6px;
        margin-left: 0;
    }
    .Landing__28 .OrderConfirmRight ul .right {
        width: 60%;
        display: block;
        text-align: right;
    }
    .Landing__28 .OrderConfirmRight ul h5 {
        margin-top: 5px;
    }
    .Landing__28 .StandardPackage .PriceItem a {
        padding: 7px 30px;
        font-size: 16px;
    }
    .Landing__28 .ProbashiPackage .swiper-pagination {
        bottom: 0 !important;
    }
    .Landing__28 .ProbashiPackage .WhatHaveImg .Overlay {
        width: 100%;
    }
    .Landing__28 .ProbashiPackage .WhatHaveImg .Overlay h3 {
        font-size: 18px;
        line-height: 28px;
    }
    .Landing__28 section#price.order {
        display: none;
    }
    .Landing__28 .ChocolateBox #customized {
        padding: 60px 0;
    }
    .Landing__28 .ChocolateBox .gallery .overlay_img {
        bottom: -40px;
    }
}
.Landing__29 {
    --bg_color: #e98b23;
    --bg_color2: #263476;
    --bg_color3: #de5478;
    --bg_color4: #f8406f;
    --header: #332729;
    --text_color: #828282;
    --white: #fff;
    --sari_bg: #ec3361;
    --probashi_bg: #ff0034;
    overflow-x: hidden;
    font-family: "Noto Serif Bengali", serif;
}
.Landing__29 a {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    display: inline-block;
    transition: all 0.2s linear;
}
.Landing__29 .overlay_text h5 {
    font-weight: 700;
    font-size: 80px;
    line-height: 90px;
    text-transform: capitalize;
}
.Landing__29 .overlay_text h5 span {
    font-family: Niconne, cursive;
}
.Landing__29 h1 {
    font-weight: 900;
    font-size: 80px;
    line-height: 90px;
    text-transform: capitalize;
}
.Landing__29 h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 55px;
    text-transform: capitalize;
}
.Landing__29 h3 {
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    text-transform: capitalize;
}
.Landing__29 p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: var(--text_color);
}
.Landing__29 .d_flex {
    display: flex;
    align-items: center;
}
.Landing__29 .d_justify {
    justify-content: space-between;
}
.Landing__29 .d_center {
    justify-content: center;
}
.Landing__29 .section_gaps {
    padding-top: 100px;
}
.Landing__29 .Header {
    margin-bottom: 60px;
}
.Landing__29 .Header p {
    margin-top: 15px;
}
.Landing__29 .CallForOrder a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-size: 25px;
    overflow: hidden;
    transition: 0.2s;
    border-radius: 10px;
    color: #f8406f;
    letter-spacing: 1px;
    word-spacing: 5px;
    margin-bottom: -5px;
    font-weight: 600;
    border: 1px solid #f8406f;
    line-height: 35px;
    padding: 14px 30px 10px;
}
.Landing__29 .CallForOrder a:hover {
    background-color: var(--bg_color4);
    color: var(--white);
    box-shadow: 0 0 10px #f8406f, 0 0 40px #f8406f, 0 0 80px #f8406f;
    transition-delay: 1s;
}
.Landing__29 .CallForOrder a span {
    position: absolute;
    display: block;
}
.Landing__29 .CallForOrder a span:first-child {
    top: 0;
    left: -100%;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent, #f8406f);
}
.Landing__29 .CallForOrder a:hover span:first-child {
    left: 100%;
    transition: 1s;
}
.Landing__29 .CallForOrder a span:nth-child(3) {
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 3px;
    background-color: linear-gradient(270deg, transparent, #f8406f);
}
.Landing__29 .CallForOrder a:hover span:nth-child(3) {
    right: 100%;
    transition: 1s;
    transition-delay: 0.5s;
}
.Landing__29 .CallForOrder a span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: linear-gradient(180deg, transparent, #f8406f);
}
.Landing__29 .CallForOrder a:hover span:nth-child(2) {
    top: 100%;
    transition: 1s;
    transition-delay: 0.25s;
}
.Landing__29 .CallForOrder a span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: linear-gradient(1turn, transparent, #f8406f);
}
.Landing__29 .CallForOrder a:hover span:nth-child(4) {
    bottom: 100%;
    transition: 1s;
    transition-delay: 0.75s;
}
.Landing__29 .StudentPackage {
    font-family: Noto Sans Bengali, sans-serif !important;
}
.Landing__29 .StudentPackage h2 {
    color: var(--bg_color4);
}
.Landing__29 .StudentPackage {
    background: #ffe1e1;
}
.Landing__29 .StudentPackage .Logo {
    padding: 20px 0;
    text-align: center;
}
.Landing__29 .StudentPackage .Banner {
    padding: 100px 0;
    position: relative;
}
.Landing__29 .StudentPackage .Banner .BannerLeft1 {
    position: absolute;
    top: 30px;
    left: 0;
}
.Landing__29 .StudentPackage .Banner .BannerLeft2 {
    position: absolute;
    bottom: 50px;
    left: 30px;
}
.Landing__29 .StudentPackage .Banner .BannerRight1 {
    position: absolute;
    top: 0;
    right: 30px;
}
.Landing__29 .StudentPackage .Banner .BannerRight2 {
    position: absolute;
    bottom: 10px;
    right: 0;
}
.Landing__29 .StudentPackage .Banner .BannerRight1 img {
    height: 150px;
}
.Landing__29 .StudentPackage .Banner .BannerRight2 img {
    height: 250px;
}
.Landing__29 .StudentPackage .Banner .BannerLeft1 img {
    height: 200px;
}
.Landing__29 .StudentPackage .Banner .BannerLeft2 img {
    height: 150px;
}
.Landing__29 .StudentPackage .BannerText h3 {
    color: var(--bg_color3);
    margin-bottom: 20px;
}
.Landing__29 .StudentPackage .BannerText h2 {
    color: var(--bg_color4);
    font-size: 55px;
    line-height: 65px;
}
.Landing__29 .StudentPackage .BannerText h4 {
    font-size: 30px;
    line-height: 40px;
    color: var(--header);
    font-weight: 700;
    margin-top: 15px;
}
.Landing__29 .StudentPackage .BannerText h4 span {
    color: var(--bg_color4);
}
.Landing__29 .StudentPackage .BannerText del {
    font-size: 500;
    font-size: 18px;
    line-height: 30px;
    color: var(--header);
    margin-top: 5px;
    display: block;
}
.Landing__29 .StudentPackage .OrderNow {
    margin-top: 30px;
}
.Landing__29 .StudentPackage .CallForOrder a {
    border: 1px solid var(--bg_color4);
    color: var(--bg_color4);
    font-size: 25px;
    line-height: 35px;
    padding-top: 14px;
}
.Landing__29 .StudentPackage .CallForOrder a:hover {
    background: var(--bg_color4);
    color: var(--white);
    box-shadow: 0 0 10px #f8406f, 0 0 40px #f8406f, 0 0 80px #f8406f;
}
.Landing__29 .StudentPackage .CallForOrder a span:first-child {
    background-color: linear-gradient(90deg, transparent, #f8406f);
}
.Landing__29 .StudentPackage .CallForOrder a span:nth-child(3) {
    background-color: linear-gradient(270deg, transparent, #f8406f);
}
.Landing__29 .StudentPackage .CallForOrder a:hover span:nth-child(3) {
    right: 100%;
    transition: 1s;
    transition-delay: 0.5s;
}
.Landing__29 .StudentPackage .CallForOrder a span:nth-child(2) {
    background-image: linear-gradient(180deg, transparent, #f8406f);
}
.Landing__29 .StudentPackage .CallForOrder a span:nth-child(4) {
    background-image: linear-gradient(1turn, transparent, #f8406f);
}
.Landing__29 .StudentPackage .BannerNumber {
    margin-left: 10px;
}
.Landing__29 .StudentPackage .BannerNumber a {
    color: var(--header);
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
}
.Landing__29 .StudentPackage .BannerNumber p {
    font-size: 14px;
    color: var(--header);
    line-height: 20px;
    margin-top: 1px;
}
.Landing__29 .StudentPackage .BannerImg img {
    width: 100%;
    border-radius: 15px;
}
.Landing__29 .StudentPackage .VideoItem {
    padding: 25px;
    border-radius: 20px;
    background: var(--white);
}
.Landing__29 .StudentPackage .VideoItem div {
    width: 100% !important;
    height: 600px !important;
}
.Landing__29 .StudentPackage .VideoItem iframe#widget2 {
    border-radius: 20px;
}
.Landing__29 .StudentPackage .WhyBuy {
    position: relative;
}
.Landing__29 .StudentPackage .WhyBuy .WhyBuyLeft {
    position: absolute;
    left: 30px;
    top: 150px;
}
.Landing__29 .StudentPackage .WhyBuy .WhyBuyRight {
    position: absolute;
    right: 30px;
    top: 150px;
}
.Landing__29 .StudentPackage .WhyBuy .WhyBuyLeft img,
.StudentPackage .WhyBuy .WhyBuyRight img {
    height: 150px;
}
.Landing__29 .StudentPackage .WhyBuy h2 {
    color: var(--bg_color4);
}
.Landing__29 .StudentPackage .WhyBuyContent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.Landing__29 .StudentPackage .WhyBuyItem {
    background-color: var(--white);
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    width: 18%;
}
.Landing__29 .StudentPackage .WhyBuyItem img {
    height: 70px;
}
.Landing__29 .StudentPackage .WhyBuyItem h3 {
    font-size: 20px;
    line-height: 32px;
    color: var(--bg_color4);
    margin-top: 20px;
}
.Landing__29 .StudentPackage .StudentSlider {
    position: relative;
}
.Landing__29 .StudentPackage .StudentSlider img {
    width: 100%;
    z-index: 1;
}
.Landing__29 .StudentPackage .SliderOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    padding: 60px 0 100px;
}
.Landing__29 .StudentPackage .SliderOverlayItem {
    text-align: center;
}
.Landing__29 .StudentPackage .SliderOverlayItem img {
    height: 580px;
    width: auto;
}
.Landing__29 .StudentPackage .swiper-button-next,
.StudentPackage .swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 4.94545px 0 6.18182px rgba(0, 0, 0, 0.25);
    background-color: var(--white);
}
.Landing__29 .StudentPackage .swiper-button-next:after,
.StudentPackage .swiper-button-prev:after {
    font-size: 20px;
    font-weight: 700;
    color: var(--bg_color4);
}
.Landing__29 .StudentPackage .OrderConfirmLeft .Payment .ArrowBg,
.Landing__29 .StudentPackage .OrderConfirmRight button {
    background-color: var(--bg_color4);
}
.Landing__29 .StudentPackage .OrderConfirmLeft .Payment .ArrowBg p {
    color: var(--white);
}
.Landing__29 .StudentPackage .OrderConfirmLeft .Payment .ArrowBg:after {
    border-bottom: 15px solid var(--bg_color4);
}
.Landing__29 .StudentPackage .OrderConfirmLeft .Payment .CustomeInput input:checked + label:before {
    background-color: var(--bg_color4);
}
.Landing__29 .StudentPackage .OrderConfirmLeft .Payment .CustomeInput input + label:before {
    margin-top: 1px;
}
.Landing__29 .StudentPackage .OrderConfirmLeft .Payment .CustomeInput input:checked + label:after {
    top: 14px;
}
.Landing__29 .StudentPackage .DelivaryItem i {
    font-size: 70px;
    line-height: 50px;
    color: #de5074;
}
.Landing__29 .StudentPackage .StudentFooter {
    padding-bottom: 50px;
}
.Landing__29 .StudentPackage .FooterLogo {
    text-align: center;
    margin: 0;
}
.Landing__29 .StudentPackage .FooterLogo img {
    height: 90px;
}
.Landing__29 .StudentPackage .StudentFooter ul {
    text-align: right;
}
.Landing__29 .StudentPackage .StudentFooter ul li {
    display: inline-block;
    margin-left: 20px;
}
.Landing__29 .StudentPackage .FooterItem {
    margin: 0;
}
.Landing__29 .StudentPackage .DelivaryContent {
    display: flex;
    align-items: center;
    justify-content: center;
}
.Landing__29 .StudentPackage .DelivaryItem {
    margin-right: 50px;
}
.Landing__29 .StudentPackage .DelivaryItem svg {
    font-size: 70px;
    line-height: 50px;
    color: #de5074;
}
.Landing__29 .StudentPackage .DelivaryItem .text {
    margin-left: 20px;
}
.Landing__29 .StudentPackage .DelivaryItem h4 {
    font-size: 20px;
    line-height: 30px;
    color: var(--header);
}
.Landing__29 .StudentPackage .DelivaryItem p {
    font-size: 15px;
    line-height: 20px;
}
.Landing__29 #OrderConfirmLeft #Payment #ArrowBg,
.Landing__29 #OrderConfirmRight button {
    background: var(--bg_color4);
}
.Landing__29 #OrderConfirmLeft #Payment #ArrowBg p {
    color: #fff;
}
.Landing__29 #OrderConfirmLeft #Payment #ArrowBg:after {
    border-bottom: 15px solid var(--bg_color4);
}
.Landing__29 #OrderConfirmLeft #Payment #CustomeInput input:checked + label:before {
    background: var(--bg_color4);
}
.Landing__29 .SariOrderRight img {
    height: 500px;
}
.Landing__29 #tinyFooter p a {
    color: #f8406f;
}
.Landing__29 .FollowUs h2 {
    color: var(--bg_color4);
    text-align: center;
}
.Landing__29 .SocialIcon a {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    background: #edf4ff;
    margin: 0 20px;
    color: #337fff;
}
.Landing__29 .SocialIcon a:hover {
    border-radius: 50%;
}
.Landing__29 .SocialIcon a.instagram {
    background: #faf5fc;
    color: #fa8f21;
}
.Landing__29 .SocialIcon a.youtube {
    background: #ffece8;
    color: #ff3000;
}
.Landing__29 .SocialIcon a.whatsapp {
    background: #ecfff5;
    color: #00d95f;
}
.Landing__29 .Footer {
    background-image: linear-gradient(109.56deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0) 126.32%);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    border-radius: 20px;
    padding: 30px;
    margin: 0 30px;
    box-shadow: 0 0 10px 5px #2633762d;
}
.Landing__29 .FooterLogo {
    margin-right: 50px;
}
.Landing__29 .FooterLogo img {
    height: 80px;
}
.Landing__29 .FooterLogo p {
    color: var(--bg_color2);
    margin-top: 20px;
}
.Landing__29 .Footersection_gaps {
    padding-top: 60px;
}
.Landing__29 .FooterItem {
    margin-bottom: 10px;
}
.Landing__29 .FooterItem h4 {
    font-size: 20px;
    line-height: 30px;
    color: var(--bg_color2);
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 5px;
    display: inline-block;
    font-weight: 700;
}
.Landing__29 .FooterItem h4:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 80%;
    height: 2px;
    background: var(--bg_color2);
}
.FooterItem p,
.Landing__29 .FooterItem a {
    display: block;
    color: var(--bg_color2);
    font-size: 18px;
    line-height: 28px;
    margin-top: 5px;
}
.Landing__29 .FooterItem a:hover {
    color: var(--bg_color);
}
.Landing__29 .tiny-footer_tinyFooter__Tr3b1 {
    margin-top: 50px;
    line-height: 30px;
}
.Landing__29 .FooterItem,
.Landing__29 .FooterLogo {
    margin-left: 25%;
}
@media (max-width: 1780px) {
    .Landing__29 h1 {
        font-size: 70px;
        line-height: 80px;
    }
    .Landing__29 .CallForOrder a {
        padding: 10px 25px;
        font-size: 18px;
    }
    .FooterItem p,
    .Landing__29 .FooterItem a {
        font-size: 16px;
        line-height: 26px;
    }
    .Landing__29 h2 {
        font-size: 35px;
        line-height: 50px;
    }
    .Landing__29 .StudentPackage .WhyBuyItem h3 {
        font-size: 18px;
        line-height: 30px;
    }
    .Landing__29 .StudentPackage .BannerText h2 {
        font-size: 45px;
        line-height: 55px;
    }
    .Landing__29 .StudentPackage .CallForOrder a {
        font-size: 20px;
        line-height: 30px;
    }
    .Landing__29 .StudentPackage .SliderOverlayItem img {
        height: 400px;
    }
    .Landing__29 .MainPage .PackageItem .text p,
    .Landing__29 p {
        font-size: 15px;
        line-height: 24px;
    }
    .Landing__29 .StudentPackage .FooterLogo img {
        height: 70px;
    }
    .Landing__29 .StudentPackage .WhyBuy .WhyBuyLeft img,
    .StudentPackage .WhyBuy .WhyBuyRight img {
        height: 130px;
    }
    .Landing__29 .StudentPackage .SliderOverlayItem img {
        height: 380px;
    }
    .Landing__29 .SocialIcon a {
        width: 70px;
        height: 70px;
        font-size: 30px;
    }
    .Landing__29 .Header {
        margin-bottom: 40px;
    }
}
@media (max-width: 1439px) {
    .Landing__29 .MenuItem li a {
        padding: 0 12px;
    }
    .Landing__29 h1 {
        font-size: 65px;
        line-height: 75px;
    }
    .Landing__29 .MainPage .PackageItem .text p {
        font-size: 14px;
        line-height: 24px;
    }
    .Landing__29 .StudentPackage .WhyBuyItem img {
        height: 50px;
    }
    .Landing__29 .StudentPackage .WhyBuyItem h3 {
        font-size: 15px;
        line-height: 25px;
    }
    .Landing__29 .StudentPackage .Banner .BannerLeft1 img,
    .Landing__29 .StudentPackage .Banner .BannerRight1 img {
        height: 100px;
    }
    .Landing__29 .StudentPackage .Banner .BannerLeft2 {
        bottom: 28px;
        left: 10px;
    }
    .Landing__29 .StudentPackage .Banner .BannerLeft2 img,
    .Landing__29 .StudentPackage .Banner .BannerRight2 img {
        height: 100px;
    }
    .Landing__29 .StudentPackage .WhyBuy .WhyBuyLeft img,
    .StudentPackage .WhyBuy .WhyBuyRight img {
        height: 80px;
    }
    .Landing__29 .StudentPackage .WhyBuy .WhyBuyLeft {
        left: 0;
        top: 150px;
    }
    .Landing__29 .StudentPackage .WhyBuy .WhyBuyRight {
        right: 0;
        top: 150px;
    }
    .Landing__29 .StudentPackage .SliderOverlayItem img {
        height: 330px;
    }
    .Landing__29 .CustomerReviewItem {
        padding: 70px 30px 20px;
    }
    .Landing__29 .CustomerReviewItem p {
        font-size: 14px;
        line-height: 24px;
    }
    .Landing__29 h3 {
        font-size: 22px;
        line-height: 32px;
    }
    .Landing__29 .StudentPackage .BannerText h2 {
        font-size: 35px;
        line-height: 45px;
    }
    .Landing__29 .StudentPackage .SliderOverlay {
        padding-top: 40px;
    }
    .Landing__29 .StudentPackage .VideoItem div {
        height: 450px !important;
    }
    .Landing__29 .CustomerReviewItem .Quate i {
        font-size: 60px;
    }
    .Landing__29 .SocialIcon a {
        width: 60px;
        height: 60px;
        font-size: 25px;
    }
    .Landing__29 .FooterLogo img {
        height: 60px;
    }
    .Landing__29 h2 {
        font-size: 30px;
        line-height: 45px;
    }
    .Landing__29 .section_gaps {
        padding-top: 80px;
    }
    .Landing__29 .BestGift .bg_img {
        height: 1000px;
        width: 100%;
    }
    .Landing__29 .ChocolateBox #price h1 {
        font-size: 55px;
        line-height: 65px;
    }
    .Landing__29 .ChocolateBox #customized {
        padding: 80px 0;
    }
}
@media (max-width: 1200px) {
    .Landing__29 .StudentPackage .SliderOverlayItem img {
        height: 250px;
    }
}
@media (max-width: 768px) {
    .Landing__29 .MainPage .Banner .col-lg-6:first-child {
        order: 2;
    }
    .Landing__29 .MainPage .Banner .col-lg-6:last-child {
        order: 1;
    }
    .Landing__29 .MainPage .Banner {
        height: auto;
    }
    .Landing__29 .MainPage .BannerItem .img {
        width: 70%;
        margin: 0 auto;
    }
    .Landing__29 .BannerItem {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .Landing__29 .BannerText {
        text-align: center;
        margin-bottom: 30px;
    }
    .Landing__29 .MainPage .swiper-pagination-fraction {
        bottom: 35px;
        left: 0;
        width: 100%;
    }
    .Landing__29 .CustomerReviewItem .Quate {
        top: 15px;
        left: 15px;
    }
    .Landing__29 .CustomerReviewItem .img {
        width: 100px;
        height: 100px;
    }
    .Landing__29 .CustomerReviewItem .img img {
        width: 90px;
        height: 90px;
    }
    .Landing__29 .FooterContent {
        margin-top: 35px;
    }
    .Landing__29 .StudentPackage .StudentSlider img {
        height: 600px;
        object-fit: cover;
    }
    .Landing__29 .StudentPackage .SliderOverlayItem img {
        height: 300px;
    }
    .Landing__29 .BestGift .bg_img {
        height: 1390px;
    }
    .Landing__29 .StudentPackage .DelivaryItem {
        margin: 0 15px;
        display: block;
        text-align: center;
    }
    .Landing__29 .DelivaryItem h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .Landing__29 .StudentPackage .DelivaryItem i {
        font-size: 50px;
    }
    .Landing__29 .StudentPackage .DelivaryItem .text {
        margin-left: 0;
    }
    .Landing__29 .StudentPackage .FooterLogo img {
        height: 40px;
    }
    .FooterItem p,
    .Landing__29 .FooterItem a {
        font-size: 13px;
        line-height: 26px;
    }
    .Landing__29 .StudentPackage .Banner .col-lg-6:first-child {
        order: 2;
    }
    .Landing__29 .StudentPackage .Banner .col-lg-6:last-child {
        order: 1;
    }
    .Landing__29 .StudentPackage .Banner {
        padding: 50px 0;
        position: relative;
    }
    .Landing__29 .StudentPackage .BannerImg {
        width: 80%;
        margin: 0 auto 30px;
    }
    .Landing__29 .StudentPackage .OrderNow {
        margin-top: 30px;
        justify-content: center;
    }
    .Landing__29 .StudentPackage .WhyBuyItem {
        padding: 20px;
        width: 30%;
        margin: 0 10px 20px;
    }
    .Landing__29 .StudentPackage .WhyBuyContent {
        justify-content: center;
    }
    .Landing__29 .FooterLogo {
        margin-right: 0;
    }
    .Landing__29 .StudentPackage .VideoItem div {
        width: 100% !important;
        height: 450px !important;
    }
    .Landing__29 .section_gaps {
        padding-top: 70px;
    }
    .Landing__29 .BestGift .BestGiftContent {
        padding: 70px 0;
    }
    .Landing__29 .CustomerReviewItem .Quate i {
        font-size: 60px;
    }
    .Landing__29 .MainPage .Banner .swiper-pagination {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .Landing__29 .MainPage .swiper-pagination-fraction {
        bottom: 30px;
    }
    .Landing__29 .ChocolateBox #banner .banner_img {
        width: 80%;
        margin: 0 auto 30px;
    }
    .Landing__29 .ChocolateBox #banner .col-lg-6:last-child {
        order: 1;
    }
    .Landing__29 .ChocolateBox #banner .col-lg-6:first-child {
        order: 2;
    }
    .Landing__29 .ChocolateBox #banner .banner_content {
        text-align: center;
    }
    .Landing__29 .ChocolateBox .price_img img {
        width: 100%;
        height: 350px;
    }
    .Landing__29 .ChocolateBox #price h1 {
        font-size: 45px;
        line-height: 55px;
    }
    .Landing__29 .ChocolateBox #price h2 {
        margin: 5px 0;
    }
    .Landing__29 .FooterItem,
    .Landing__29 .FooterLogo {
        margin-left: 0;
    }
}
@media (max-width: 500px) {
    .Landing__29 .MainPage .Logo img {
        height: 40px;
    }
    .Landing__29 .MainPage .BannerItem .img {
        width: 100%;
        margin-bottom: 40px;
    }
    .Landing__29 .MainPage .Banner .swiper-pagination {
        bottom: 45px;
    }
    .Landing__29 h1 {
        font-size: 50px;
        line-height: 60px;
    }
    .Landing__29 .FooterLogo img {
        height: 50px;
    }
    .Landing__29 .Footer {
        background: none;
        padding: 0;
        margin: 0 20px;
        box-shadow: none;
    }
    .Landing__29 .CallForOrder a {
        padding: 6px 12px;
        font-size: 14px;
    }
    .Landing__29 .StudentPackage .swiper-button-next,
    .StudentPackage .swiper-button-prev {
        width: 30px;
        height: 30px;
    }
    .Landing__29 .StudentPackage .swiper-button-next:after,
    .StudentPackage .swiper-button-prev:after {
        font-size: 13px;
    }
    .Landing__29 .StudentPackage h2 {
        font-size: 28px;
    }
    .Landing__29 .StudentPackage .SliderOverlayItem img {
        height: 280px;
    }
    .Landing__29 .StudentPackage .VideoItem div {
        width: 100% !important;
        height: 300px !important;
    }
    .Landing__29 .StudentPackage .VideoItem {
        padding: 15px;
    }
    .Landing__29 .StudentPackage h2 {
        font-size: 20px;
        line-height: 35px;
        text-align: center;
    }
    .Landing__29 .SariAboutText p {
        text-align: center;
        font-size: 15px;
        line-height: 24px;
        margin-top: 15px;
    }
    .Landing__29 .SariAbout .CallForOrder {
        margin-top: 20px;
        text-align: center;
    }
    .Landing__29 .StudentPackage .WhyBuyItem {
        padding: 15px;
        width: 44%;
    }
    .Landing__29 .BestGift .bg_img {
        height: 1075px;
    }
    .Landing__29 .StudentPackage .DelivaryContent {
        display: block;
    }
    .Landing__29 .StudentPackage .DelivaryItem {
        margin-bottom: 30px;
    }
    .Landing__29 .SocialIcon a {
        width: 50px;
        height: 50px;
        border-radius: 10px;
        font-size: 20px;
        line-height: 15px;
        margin: 0 10px;
    }
    .Landing__29 .StudentFooter {
        text-align: center;
    }
    .Landing__29 .StudentPackage .FooterLogo img {
        height: 50px;
    }
    .Landing__29 .StudentPackage .StudentFooter ul {
        text-align: center;
    }
    .Landing__29 .StudentFooter .col-lg-4:first-child {
        order: 2;
    }
    .Landing__29 .StudentFooter .col-lg-4:nth-child(2) {
        order: 1;
    }
    .Landing__29 .StudentFooter .col-lg-4:nth-child(3) {
        order: 3;
    }
    .FooterItem p,
    .Landing__29 .FooterItem a {
        font-size: 16px;
        line-height: 26px;
    }
    .Landing__29 .StudentPackage .FooterItem p {
        padding: 10px 0;
    }
    .Landing__29 .StudentPackage .StudentFooter {
        padding-bottom: 20px;
    }
    .Landing__29 .Logo img {
        height: 50px;
    }
    .Landing__29 .StudentPackage .BannerImg {
        width: 100%;
        margin: 0 auto 30px;
    }
    .Landing__29 .StudentPackage .Banner .BannerLeft1 img {
        height: 60px;
    }
    .Landing__29 .StudentPackage .Banner .BannerRight1 img {
        height: 70px;
    }
    .Landing__29 h3 {
        font-size: 20px;
        line-height: 32px;
    }
    .Landing__29 .StudentPackage .BannerText h2 {
        font-size: 28px;
        line-height: 36px;
    }
    .Landing__29 .StudentPackage .BannerText h4 {
        font-size: 25px;
        line-height: 35px;
    }
    .Landing__29 .StudentPackage .OrderNow {
        margin-top: 20px;
        display: block;
    }
    .Landing__29 .StudentPackage .Banner .BannerLeft2 img {
        height: 60px;
    }
    .Landing__29 .StudentPackage .Banner .BannerRight2 img {
        height: 65px;
    }
    .Landing__29 .StudentPackage .BannerNumber {
        margin-left: 0;
        margin-top: 20px;
    }
    .Landing__29 .StudentPackage .CallForOrder a {
        font-size: 20px;
        line-height: 30px;
        padding: 12px 30px 10px;
    }
    .Landing__29 .StudentPackage .WhyBuy .WhyBuyLeft img,
    .StudentPackage .WhyBuy .WhyBuyRight img {
        height: 60px;
    }
    .Landing__29 .OrderConfirmFromBg {
        border-radius: 20px;
        padding: 20px;
    }
    .Landing__29 .StudentPackage .VideoItem div {
        height: 250px !important;
    }
    .Landing__29 .StudentPackage .StudentSlider img {
        height: 500px;
    }
    .Landing__29 .StudentPackage .SliderOverlayItem img {
        height: 200px;
    }
    .Landing__29 .ChocolateBox #customized {
        padding: 60px 0;
    }
    .Landing__29 .ChocolateBox .gallery .overlay_img {
        bottom: -40px;
    }
}
.Landing__31 {
    --header-color: #17251a;
    --main-color: #0d9c2b;
    --main-color2: #fac51f;
    --white-color: #fff;
    overflow-x: hidden;
    font-family: "Noto Serif Bengali", serif;
}
.Landing__31 h1 {
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
    color: var(--header-color);
    width: 80%;
    margin: 0 auto;
}
.Landing__31 h1 span {
    color: var(--main-color);
}
.Landing__31 h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 55px;
    color: var(--white-color);
    background: var(--main-color2);
    padding: 10px 30px;
    text-align: center;
    border-radius: 15px;
}
.Landing__31 h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
}
.Landing__31 :where(.Order, .Price) a,
.Landing__31 :where(.Order, .Price) button {
    background: linear-gradient(90deg, #15a2a2 0, #72d45d 51%, #15a2a2);
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    font-size: 30px;
    line-height: 45px;
    color: var(--white-color);
    padding: 10px 50px;
    font-weight: 700;
    border-radius: 40px;
    display: inline-block;
    width: auto;
    margin-top: 30px;
}
.Landing__31 :where(.Order, .Price) a:hover {
    background-position: 100%;
    color: #fff;
    text-decoration: none;
}
.Landing__31 .Price button {
    font-size: 35px;
    line-height: 55px;
    border-radius: 40px;
}
.Landing__31 .Section__Gaps {
    margin-top: 80px;
}
.Landing__31 .d_flex {
    display: flex;
    align-items: center;
}
.Landing__31__Banner {
    background: url(https://landing-page-images-1.s3.ap-south-1.amazonaws.com/landing-31/banner-bg.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    text-align: center;
}
.Landing__31__Banner h5 {
    border-radius: 30px;
    border: 1px dashed var(--main-color2);
    color: var(--main-color);
    padding: 10px 30px;
    display: inline-block;
    margin-top: 20px;
    font-size: 24px;
    line-height: 35px;
    font-weight: 400;
}
.Landing__31__Banner h6 {
    font-size: 24px;
    line-height: 35px;
    font-weight: 500;
    color: var(--main-color2);
    margin-top: 10px;
}
.Landing__31__Banner__video {
    border-radius: 30px;
    background: var(--main-color2);
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-top: 20px;
    text-align: center;
}
.Landing__31__Banner__video .video_VideoPlayers__KZnPY iframe {
    border-radius: 30px;
}
.Landing__31__WhyBuy__Box {
    padding: 60px 100px;
    text-align: center;
    border-radius: 60px;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
    border: 10px solid var(--main-color);
}
.Landing__31__WhyBuy__Box ul {
    margin-top: 50px !important;
}
.Landing__31__WhyBuy__Box li {
    text-align: left;
    font-size: 28px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--main-color);
    display: flex;
    align-items: center;
    gap: 20px;
}
.Landing__31__WhyBuy__Box li:last-child {
    margin-bottom: 0;
}
.Landing__31__WhyBuy__Box li img {
    height: 40px;
    width: 40px;
}

.Landing__31__WhyBuy__Box li::before {
    display: block;
    content: "";
    width: 40px;
    height: 40px;
    background: url('../img/arrow-right.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.whay_second li::before {
    display: block;
    content: "";
    width: 24px;
    height: 24px;
    background: url('../img/turn-right.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.Landing__31__PriceWithOffer__bg {
    border-radius: 15px;
    background: linear-gradient(154deg, #15a2a2, #72d45d);
    box-shadow: 0 10px 49px 0 rgba(0, 0, 0, 0.13);
    padding: 50px 0;
    text-align: center;
}
.Landing__31__PriceWithOffer__bg h1 del {
    color: #fb1d1d;
    font-size: 40px;
    line-height: 55px;
}
.Landing__31__PriceWithOffer__bg h3 {
    font-size: 55px;
    line-height: 70px;
    color: var(--white-color);
    padding-top: 20px;
}
.Landing__31__PriceWithOffer__bg .Order a {
    border: 2px solid var(--header-color);
}
.Landing__31__Benefit .Landing__31__WhyBuy__Box {
    border: none;
    padding: 0;
    box-shadow: none;
}
.Landing__31__Content {
    margin-top: 50px;
}
.Landing__31__Content .row {
    --bs-gutter-x: 40px;
}
.Landing__31__Benefit .Landing__31__WhyBuy__Box ul {
    margin-top: 0 !important;
}
.Landing__31__Benefit .Landing__31__WhyBuy__Box ul li img {
    width: 24px;
    height: 24px;
}
.Landing__31__Benefit__Img {
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0 10px 49px 0 rgba(0, 0, 0, 0.13);
    background: var(--white-color);
}
.Landing__31__Benefit__Img img {
    border-radius: 15px;
    width: 100%;
}
.Landing__31__PriceBanner__Img {
    text-align: center;
}
.Landing__31__PriceBanner__Img img {
    width: 100%;
}
.Landing__31__Facilities {
    background: linear-gradient(145deg, #15a2a2, #72d45d);
    padding: 100px 0;
}
.Landing__31__Facilities__Content {
    margin-top: 20px;
}
.Landing__31__Facilities__Item {
    border-radius: 15px;
    background: var(--white-color);
    padding: 20px;
    box-shadow: 0 10px 49px 0 rgba(0, 0, 0, 0.13);
    margin-top: 30px;
    min-height: 200px;
}
.Landing__31__Facilities__Item h3 {
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    color: #0d9c2b;
}
.Landing__31__Contact__Box {
    text-align: center;
}
.Landing__31__Contact__Box a {
    margin-top: 0;
}
.Landing__31__Contact__Box h3 {
    margin: 20px 0 10px;
    color: var(--main-color);
    font-size: 25px;
    line-height: 35px;
}
.Landing__31__Contact__Box .Landing__31__Call {
    font-size: 35px;
    color: var(--main-color2);
    line-height: 45px;
    font-weight: 700;
    margin-top: 0;
}
.Landing__31 .order_OrderConfirmRight__9BH89 button {
    background: var(--main-color);
}
.Landing__31 .order_OrderConfirmLeft__HZHqT .order_Payment__H_muv .order_CustomeInput__k6j_b input:checked + label:after {
    top: 10px;
}
@media (max-width: 1399.99px) {
    .Landing__31 h1 {
        font-size: 50px;
        line-height: 60px;
    }
    .Landing__31__Banner h5 {
        font-size: 20px;
        line-height: 30px;
    }
    .Landing__31 .Price button {
        font-size: 30px;
        line-height: 45px;
    }
    .Landing__31__WhyBuy__Box li {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 12px;
        padding-bottom: 12px;
    }
    .Landing__31 h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .Landing__31__PriceWithOffer__bg h3 {
        font-size: 45px;
        line-height: 60px;
    }
    .Landing__31__Facilities__Item {
        min-height: 130px;
    }
}
@media (max-width: 1023px) {
    .Landing__31 h1 {
        font-size: 45px;
        line-height: 55px;
        width: 100%;
    }
    .Landing__31__Banner h5 {
        font-size: 18px;
        line-height: 30px;
    }
    .Landing__31 :where(.Order, .Price) a,
    .Landing__31 :where(.Order, .Price) button {
        margin-top: 20px;
    }
    .Landing__31__WhyBuy__Box {
        padding: 30px;
        border-radius: 40px;
        border: 5px solid var(--main-color);
    }
    .Landing__31__WhyBuy__Box li {
        font-size: 20px;
        line-height: 30px;
    }
    .Landing__31__WhyBuy__Box li img {
        height: 30px;
        width: 30px;
    }
    .Landing__31 h2 {
        font-size: 30px;
        line-height: 45px;
    }
    .Landing__31__Content .col-lg-6:first-child {
        order: 2;
    }
    .Landing__31__Content .col-lg-6:last-child {
        order: 1;
    }
    .Landing__31__Benefit .Landing__31__WhyBuy__Box ul {
        margin-top: 30px !important;
    }
    .Landing__31__Facilities {
        padding: 60px 0;
    }
}
@media (max-width: 667px) {

    .Landing__31__WhyBuy__Box li::before {
        display: block;
        content: "";
        width: 25px;
        height: 25px;
        background: url('../img/arrow-right.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .whay_second li::before {
        display: block;
        content: "";
        width: 20px;
        height: 20px;
        background: url('../img/turn-right+1.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .Landing__31__Banner {
        padding: 50px 0;
    }
    .Landing__31 h1 {
        font-size: 32px;
        line-height: 45px;
    }
    .Landing__31__Banner__video {
        border-radius: 15px;
        padding: 10px;
    }
    .Landing__31__Banner__video .video_VideoPlayers__KZnPY iframe {
        border-radius: 15px;
    }
    .Landing__31 :where(.Order, .Price) a,
    .Landing__31 :where(.Order, .Price) button {
        font-size: 22px;
        line-height: 35px;
        padding: 8px 35px;
    }
    .Landing__31 .Section__Gaps {
        margin-top: 50px;
    }
    .Landing__31__WhyBuy__Box {
        padding: 20px;
        border-radius: 20px;
        border: 3px solid var(--main-color);
    }
    .Landing__31 h2 {
        font-size: 25px;
        line-height: 40px;
        padding: 12px 10px;
    }
    .Landing__31__WhyBuy__Box li {
        font-size: 18px;
        line-height: 30px;
        gap: 10px;
    }
    .Landing__31__WhyBuy__Box li img {
        height: 25px;
        width: 25px;
    }
    .Landing__31__WhyBuy__Box ul {
        margin-top: 30px !important;
    }
    .Landing__31__Benefit .Landing__31__WhyBuy__Box ul li img {
        width: 20px;
        height: 20px;
    }
    .Landing__31__PriceWithOffer__bg h1 del {
        font-size: 35px;
        line-height: 45px;
    }
    .Landing__31__PriceWithOffer__bg h3 {
        font-size: 32px;
        line-height: 45px;
    }
    .Landing__31__Contact__Box .Landing__31__Call {
        font-size: 25px;
        line-height: 35px;
    }
}
.Landing__32 {
    --header-color: #183b56;
    --main-color: #1d4935;
    --main-color2: #00b22c;
    --white-color: #fff;
    --red-color: #ff4b4b;
    overflow-x: hidden;
    font-family: Hind Siliguri, sans-serif;
}
.Landing__32 h1 {
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    color: var(--white-color);
    width: 100%;
    margin: 50px auto 0;
}
.Landing__32 h1 span {
    color: var(--main-color2);
}
.Landing__32 h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 55px;
    color: var(--header-color);
    border-radius: 41px;
    background: rgba(0, 195, 108, 0.15);
    padding: 10px 50px;
    text-align: center;
    display: inline-block;
}
.Landing__32 h2 span {
    color: var(--main-color2);
}
.Landing__32 h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
}
.Landing__32 p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin-top: 10px;
    color: var(--header-color);
}
.Landing__32 :where(.Order, .Price) a,
.Landing__32 :where(.Order, .Price) button {
    background: linear-gradient(90deg, #00b22c 0, #00b22c 51%, #1d4935);
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    font-size: 30px;
    line-height: 45px;
    color: var(--white-color);
    padding: 10px 50px;
    font-weight: 700;
    border-radius: 40px;
    display: inline-block;
    width: auto;
    margin-top: 30px;
}
.Landing__32 :where(.Order, .Price) a:hover {
    background-position: 100%;
    color: #fff;
    text-decoration: none;
}
.Landing__32 .Price button {
    font-size: 35px;
    line-height: 55px;
    border-radius: 40px;
}
.Landing__32 .Section__Gaps {
    margin-top: 80px;
}
.Landing__32 .d_flex {
    display: flex;
    align-items: center;
}
.Landing__32 .Landing__32__Logo img {
    height: 80px;
}
.Landing__32__Banner {
    background: url(https://landing-page-images-1.s3.ap-south-1.amazonaws.com/landing-32/banner-bg.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0 200px;
}
.Landing__32__Banner__Content {
    text-align: center;
}
.Landing__32__Banner__Content p {
    width: 70%;
    margin: 20px auto 0;
    color: var(--white-color);
}
.Landing__32__Video {
    text-align: center;
}
.Landing__32__Video__Content {
    padding: 20px;
    border-radius: 20px;
    background: #f1f1f1;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
}
.Landing__32__Benifits {
    text-align: center;
}
.Landing__32__Benifits ul {
    text-align: left;
    margin-top: 50px !important;
}
.Landing__32__Benifits ul li {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 28px;
    line-height: 40px;
    color: var(--header-color);
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5eaf4;
}
.Landing__32__Benifits ul li img {
    width: 30px;
    height: 30px;
}
.Landing__32__Product {
    text-align: center;
}
.Landing__32__Product__Content {
    margin-top: 20px;
}
.Landing__32__Product__Item {
    background: var(--main-color);
    padding: 20px 20px 30px;
    border-radius: 15px;
    text-align: center;
    margin-top: 30px;
}
.Landing__32__Product__Item img {
    width: 100%;
}
.Landing__32__Product__Item h3 {
    color: var(--white-color);
    margin-top: 20px;
}
.Landing__32__Pustigun {
    text-align: center;
    background: var(--main-color);
    padding: 100px 0;
}
.Landing__32__Pustigun h3 {
    font-size: 45px;
    line-height: 55px;
    font-weight: 700;
    color: var(--white-color);
}
.Landing__32__Pustigun p {
    color: var(--white-color);
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--main-color2);
}
.Landing__32__Pustigun h4 {
    font-size: 24px;
    line-height: 35px;
    color: #acce22;
    font-weight: 700;
}
.Landing__32__Pustigun a {
    font-size: 25px;
    line-height: 35px;
    margin: 15px 0;
    display: block;
    color: var(--white-color);
}
.Landing__32__Pustigun h5 {
    color: #acce22;
    font-size: 32px;
    line-height: 45px;
    font-weight: 500;
    background: #225a40;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 30px;
    margin-bottom: 30px;
}
.Landing__32__Pustigun h6 {
    font-size: 64px;
    line-height: 75px;
    font-weight: 700;
    color: var(--red-color);
}
.Landing__32__WhyBuy {
    text-align: center;
}
.Landing__32__WhyBuy__Conent {
    margin-top: 20px;
}
.Landing__32__WhyBuy__Item {
    box-shadow: 0 10px 49px 0 rgba(0, 0, 0, 0.13);
    background: var(--white-color);
    padding: 30px;
    border-radius: 15px;
    margin-top: 30px;
    border-top: 10px solid var(--main-color2);
}
.Landing__32__WhyBuy__Item img {
    width: 70px;
    height: 65px;
}
.Landing__32__WhyBuy__Item h3 {
    font-size: 25px;
    line-height: 35px;
    margin-top: 20px;
    font-weight: 500;
    color: var(--header-color);
}
.Landing__32 .CustomerReview {
    text-align: center;
}
.Landing__32 .order_OrderConfirmRight__9BH89 button {
    background: var(--main-color2);
}
.Landing__32 .order_OrderConfirmLeft__HZHqT .order_Payment__H_muv .order_CustomeInput__k6j_b input:checked + label:after {
    top: 10px;
}
@media (max-width: 1399.99px) {
    .Landing__32 .Landing__32__Logo {
        margin-bottom: 50px;
    }
    .Landing__32 h1 {
        font-size: 50px;
        line-height: 60px;
        margin-top: 20px;
    }
    .Landing__32 h2 {
        font-size: 30px;
        line-height: 45px;
    }
    .Landing__32__Benifits ul li {
        font-size: 22px;
        line-height: 35px;
    }
    .Landing__32__Benifits ul li img {
        width: 25px;
        height: 25px;
    }
    .Landing__32 :where(.Order, .Price) a,
    .Landing__32 :where(.Order, .Price) button {
        font-size: 25px;
        line-height: 45px;
    }
    .Landing__32 h3 {
        font-size: 24px;
        line-height: 35px;
    }
}
@media (max-width: 1023px) {
    .Landing__32 h1 {
        font-size: 35px;
        line-height: 45px;
        margin-top: 5px;
    }
    .Landing__32__Banner__Content p {
        width: 90%;
    }
    .Landing__32 .Section__Gaps {
        margin-top: 50px;
    }
    .Landing__32__Benifits ul li {
        font-size: 18px;
        line-height: 30px;
    }
    .Landing__32__Pustigun {
        padding: 50px 0;
    }
    .Landing__32__Pustigun h5 {
        font-size: 25px;
        line-height: 40px;
    }
    .Landing__32__Pustigun h6 {
        font-size: 50px;
        line-height: 65px;
    }
    .Landing__32__WhyBuy__Item img {
        width: 60px;
        height: 60px;
    }
}
@media (max-width: 667px) {
    .Landing__32__Banner {
        padding: 30px 0 150px;
    }
    .Landing__32 .Landing__32__Logo {
        margin-bottom: 30px;
    }
    .Landing__32 h1 {
        font-size: 28px;
        line-height: 45px;
        margin-top: 10px;
    }
    .Landing__32__Banner__Content p {
        font-size: 18px;
        width: 100%;
    }
    .Landing__32 :where(.Order, .Price) a,
    .Landing__32 :where(.Order, .Price) button {
        font-size: 18px;
        line-height: 30px;
        padding: 9px 40px;
    }
    .Landing__32__Video__Content {
        margin-top: -50px;
        padding: 15px;
    }
    .Landing__32 h2 {
        font-size: 25px;
        line-height: 35px;
        padding: 15px 20px;
        border-radius: 50px;
    }
    .Landing__32__Benifits ul li {
        gap: 10px;
        font-size: 16px;
        line-height: 24px;
    }
    .Landing__32__Benifits ul li img {
        width: 22px;
        height: 22px;
    }
    .Landing__32 p {
        font-size: 18px;
        line-height: 26px;
    }
    .Landing__32__Pustigun h5 {
        font-size: 20px;
        line-height: 35px;
        border-radius: 50px;
    }
    .Landing__32__Pustigun h6 {
        font-size: 35px;
        line-height: 45px;
    }
}
.Landing__33 {
    --bg-color: #0a1071;
    --bg-color2: #099b90;
    --text-color: #44454b;
    --white-color: #fff;
    --yellow-color: #ffd45c;
    overflow-x: hidden;
    font-family: Hind Siliguri, sans-serif;
}
.Landing__33 h1 {
    font-size: 45px;
    font-weight: 700;
    line-height: 60px;
    color: var(--white-color);
    background: var(--bg-color2);
    padding: 30px;
    border-radius: 10px;
}
.Landing__33 h1 span {
    background: var(--bg-color);
    color: var(--yellow-color);
    padding: 5px 15px;
    border-radius: 5px;
    margin: 0 10px;
    display: inline-block;
}
.Landing__33 h2 {
    font-size: 35px;
    font-weight: 700;
    line-height: 45px;
    color: var(--bg-color);
    text-align: center;
    border: 2px dashed var(--bg-color);
    padding: 15px 50px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    gap: 15px;
}
.Landing__33 h2 img {
    height: 25px;
    width: 25px;
}
.Landing__33 h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
}
.Landing__33 p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin-top: 10px;
    color: var(--header-color);
}
.Landing__33 :where(.Order, .Price) a,
.Landing__33 :where(.Order, .Price) button {
    background: linear-gradient(90deg, #09a095 0, #056c64 51%, #09a095);
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    font-size: 30px;
    line-height: 45px;
    color: var(--white-color);
    padding: 15px 50px;
    font-weight: 700;
    border-radius: 16px 0;
    display: inline-block;
    width: auto;
    margin-top: 30px;
}
.Landing__33 :where(.Order, .Price) a:hover {
    background-position: 100%;
    color: #fff;
    text-decoration: none;
}
.Landing__33 .Price button {
    font-size: 35px;
    line-height: 55px;
    border-radius: 16px 0;
}
.Landing__33 .Section__Gaps {
    margin-top: 80px;
}
.Landing__33 .d_flex {
    display: flex;
    align-items: center;
}
.Landing__33__Banner {
    position: relative;
}
img.Landing__33__Banner__img {
    width: 100%;
    height: 1000px;
    object-fit: cover;
}
.Landing__33__Banner__Content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.Landing__33__Banner h4 {
    font-size: 30px;
    line-height: 45px;
    color: var(--white-color);
    font-weight: 500;
    margin: 30px auto;
    width: 80%;
}
.Landing__33__Banner h4 span {
    color: var(--yellow-color);
}
.Landing__33__Call__Us__Content {
    background: var(--bg-color);
    padding: 30px 0;
    border-radius: 15px;
    text-align: center;
}
.Landing__33__Call__Us__Content h3 {
    border-bottom: 1px solid #3c9cec;
    color: var(--yellow-color);
    margin-bottom: 20px;
    padding: 0 30px 20px;
}
.Landing__33__Call__Us__Content h2 {
    color: var(--white-color);
    padding: 0 30px;
}
.Landing__33__Call__Us__Content h4 {
    color: var(--bg-color2);
    font-size: 35px;
    font-weight: 700;
    line-height: 45px;
    padding: 0 30px;
}
.Landing__33__Benifits,
.Landing__33__Call__Us .Order {
    text-align: center;
}
.Landing__33__Benifits ul {
    margin-top: 30px !important;
    text-align: left;
}
.Landing__33__Benifits li img {
    width: 30px;
    height: 30px;
}
.Landing__33__Benifits li {
    display: flex;
    align-items: center;
    gap: 15px;
    border-radius: 15px;
    background: var(--white-color);
    box-shadow: 0 3px 10px 0 hsla(0, 0%, 47%, 0.1);
    padding: 15px 80px;
    color: var(--bg-color2);
    font-size: 25px;
    line-height: 35px;
    font-weight: 500;
    margin-bottom: 20px;
}
.Landing__33__WhyBuy {
    text-align: center;
}
.Landing__33__WhyBuy p {
    margin-top: 50px;
    color: var(--text-color);
}
.Landing__33__WhyBuy .Landing__33__WhyBuy_Img {
    margin-top: 30px;
}
.Landing__33__WhyBuy_Img img {
    width: 100%;
}
.Landing__33__Package {
    text-align: center;
}
.Landing__33__Package_Content {
    margin-top: 30px;
}
.Landing__33__Package ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.Landing__33__Package ul li {
    border-radius: 15px;
    background: var(--white-color);
    box-shadow: 0 3px 10px 0 hsla(0, 0%, 47%, 0.1);
    padding: 15px 30px;
    color: var(--bg-color2);
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}
.Landing__33__Package__Img {
    border-radius: 15px;
    background: var(--white-color);
    box-shadow: 0 10px 49px 0 rgba(0, 0, 0, 0.13);
    padding: 15px;
}
.Landing__33__Package__Img img {
    width: 100%;
}
.Landing__33__Price {
    background: var(--bg-color);
    padding: 50px 0;
    text-align: center;
}
.Landing__33__Price h3 {
    color: var(--yellow-color);
    font-size: 40px;
    line-height: 55px;
}
.Landing__33__Price h4 {
    font-size: 28px;
    line-height: 40px;
    margin-top: 20px;
    color: var(--white-color);
}
.Landing__33 .CustomerReview {
    text-align: center;
}
.Landing__33 .order_OrderConfirmRight__9BH89 button {
    background: var(--bg-color2);
}
.Landing__33 .order_OrderConfirmLeft__HZHqT .order_Payment__H_muv .order_CustomeInput__k6j_b input:checked + label:after {
    top: 10px;
}
.Landing__33 .order_OrderConfirmFrom__eiWmc h2 {
    padding: 15px 50px;
    width: auto;
    margin: 0 auto 30px;
    display: inline-block;
}
@media (max-width: 1399.99px) {
    .Landing__33 h1 {
        font-size: 35px;
        font-weight: 700;
        line-height: 50px;
    }
    .Landing__33 h1 span {
        padding: 2px 10px;
        margin: 0 5px;
    }
    .Landing__33 h2 {
        font-size: 30px;
        line-height: 45px;
        padding: 15px 30px;
    }
    .Landing__33__Benifits li {
        gap: 10px;
        padding: 15px 40px;
        font-size: 20px;
        line-height: 35px;
    }
    .Landing__33__Package ul li {
        padding: 10px 20px;
        font-size: 18px;
        line-height: 30px;
    }
    .Landing__33__Package ul {
        gap: 10px;
    }
    .Landing__33 .Section__Gaps {
        margin-top: 50px;
    }
}
@media (max-width: 1023px) {
    .Landing__33 .container {
        max-width: 95%;
    }
    .Landing__33 .Section__Gaps {
        margin-top: 50px;
    }
    .Landing__33 h1 {
        font-size: 30px;
        line-height: 45px;
        padding: 30px 20px;
    }
    .Landing__33__Banner h4 {
        font-size: 25px;
        line-height: 40px;
        width: 100%;
    }
    img.Landing__33__Banner__img {
        height: 900px;
    }
    .Landing__33__Package_Content .col-lg-8 {
        order: 2;
    }
    .Landing__33__Package_Content .col-lg-4 {
        order: 1;
    }
    .Landing__33__Package ul {
        margin-top: 30px !important;
    }
}
@media (max-width: 667px) {
    .Landing__33 h1 span {
        background: none;
        padding: 0;
    }
    .Landing__33 h1 {
        font-size: 27px;
        line-height: 40px;
    }
    img.Landing__33__Banner__img {
        height: 750px;
    }
    .Landing__33__Banner h4 {
        font-size: 22px;
        line-height: 35px;
        width: 100%;
    }
    .Landing__33__Call__Us__Content h3 {
        padding: 0 15px;
        font-size: 25px;
        line-height: 35px;
    }
    .Landing__33 h2 {
        font-size: 26px;
        line-height: 35px;
        padding: 15px;
    }
    .Landing__33__Call__Us__Content h4 {
        color: var(--bg-color2);
        font-size: 28px;
        line-height: 35px;
        padding: 0 15px;
    }
    .Landing__33 :where(.Order, .Price) a,
    .Landing__33 :where(.Order, .Price) button {
        font-size: 22px;
        line-height: 35px;
        padding: 15px 30px;
        margin-top: 20px;
    }
    .Landing__33__Benifits li {
        gap: 8px;
        padding: 15px;
        font-size: 17px;
        line-height: 28px;
    }
    .Landing__33__WhyBuy p {
        margin-top: 30px;
        font-size: 17px;
    }
    .Landing__33__Price h3 {
        font-size: 30px;
        line-height: 44px;
    }
}
.Landing__34 {
    --bg-color: #0d2601;
    --bg-color2: #2e8c03;
    --text-color: #44454b;
    --white-color: #fff;
    --yellow-color: #f2a413;
    overflow-x: hidden;
    font-family: Hind Siliguri, sans-serif;
}
.Landing__34 h1 {
    font-size: 45px;
    font-weight: 700;
    line-height: 60px;
    color: var(--white-color);
    border: 1px solid var(--bg-color2);
    padding: 30px;
    border-radius: 10px;
    margin-top: 50px;
}
.Landing__34 h1 span {
    background: var(--bg-color);
    color: #d97f11;
    padding: 5px 15px;
    border-radius: 5px;
    margin: 0 10px;
    display: inline-block;
}
.Landing__34 h2 {
    font-size: 35px;
    font-weight: 700;
    line-height: 45px;
    text-align: center;
    padding: 15px 50px;
    border-radius: 10px;
}
.Landing__34 h2 img {
    height: 25px;
    width: 25px;
}
.Landing__34 h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
}
.Landing__34 p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin-top: 10px;
    color: var(--header-color);
}
.Landing__34 :where(.Order, .Price) a,
.Landing__34 :where(.Order, .Price) button {
    background: linear-gradient(90deg, #f2a413 0, #d8a13a 51%, #f2a413);
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    font-size: 30px;
    line-height: 45px;
    color: var(--white-color);
    padding: 15px 50px;
    font-weight: 700;
    display: inline-block;
    width: auto;
    margin-top: 30px;
    text-decoration: none;
    border-radius: 10px;
    border: 3px solid #ad7419;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
}
.Landing__34 :where(.Order, .Price) a:hover {
    background-position: 100%;
    color: #fff;
    text-decoration: none;
}
.Landing__34 :where(.Order) img {
    margin-left: 10px;
}
.Landing__34 .Price button {
    font-size: 35px;
    line-height: 55px;
    border-radius: 16px 0;
}
.Landing__34 .Section__Gaps {
    margin-top: 80px;
}
.Landing__34 .d_flex {
    display: flex;
    align-items: center;
}
.Landing__34__Banner__Content {
    background-color: var(--bg-color);
    padding: 36px 0 20px;
    text-align: center;
}
.Landing__34__Logo img {
    max-height: 70px;
}
.Landing__34__Banner__Text h4 {
    color: #fdfdfd;
    leading-trim: both;
    text-edge: cap;
    font-family: Li Ador Noirrit;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 30px;
}
.Landing__34__Video__Content {
    padding: 20px;
    border-radius: 20px;
    background-color: #2e8c03;
    margin: 5%;
}
.Landing__34__offer {
    padding: 71px 10% 108px;
    background-color: var(--bg-color2);
    border-radius: 15px;
}
.Landing__34__offer h4 {
    text-align: center;
    color: var(--white-color);
    background-color: #fd003a;
    font-size: 33px;
    font-weight: 400;
    letter-spacing: 0.2px;
    padding: 15px 30px;
    border-radius: 10px;
}
.Landing__34__offer2 {
    padding: 35px 0;
    margin-top: 24px;
    background-color: var(--white-color);
    border-radius: 10px;
}
.Landing__34__offer2 h5 {
    text-decoration: line-through;
}
.Landing__34__offer2 h5,
.Landing__34__offer2 h6 {
    font-family: Noto Sans Bengali, sans-serif;
    color: #2e8c03;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.2px;
    text-align: center;
}
.Landing__34__offer2 h5 span {
    color: #fd003a;
}
.Landing__34__offer2-Hr {
    border: 1px dashed #2e8c03;
    margin: 15px 0;
}
.Landing__34__Button_top {
    margin-top: -66px;
    text-align: center;
}
.Landing__34__benifit_sec {
    padding: 80px 0;
    background-color: #f3ffed;
}
.Landing__34__benifit_content {
    background-color: #fff;
    border-radius: 20px;
}
.Landing__34__benifit_content h2 {
    width: 100%;
    color: #0d2601;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.2px;
    border-radius: 24px;
    border: 11px solid #2e8c03;
    text-align: center;
    margin-bottom: 40px;
}
.Landing__34__benifit_content ul li img {
    margin-right: 10px;
}
.Landing__34__benifit_content ul li p {
    color: #0d2601;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.2px;
}
.Landing__34__benifit_content ul li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e5eaf4;
    padding: 5px 0;
}
.Landing__34__benifit_content ul li:last-child {
    border-bottom: none;
}
.Landing__34__Button3 {
    text-align: center;
    margin-top: 30px;
}
.Landing__34__Banner2 {
    text-align: center;
}
.Landing__34__Banner2 img {
    width: 100%;
    max-height: 500px;
    margin-top: 20px;
}
.Landing__34__benifit_sec2 {
    padding: 80px 0;
    background-color: #0d2601;
}
.Landing__34__benifit_contentDiv {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.Landing__34__benifit_contenth2 {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: 0.2px;
    border-radius: 24px;
    border: 11px solid #2e8c03;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
}
.Landing__34__benifit_content2 ul li img {
    margin-right: 15px;
}
.Landing__34__benifit_content2 ul li p {
    color: #fcfcfc;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.2px;
}
.Landing__34__benifit_content2 ul li {
    display: flex;
    align-items: center;
    padding: 5px 0;
}
.Landing__34__benifit_content4 img {
    max-width: 500px;
    width: 100%;
}
.Landing__34 .CustomerReview {
    text-align: center;
}
.Landing__34__benifit_contenth3 {
    color: #0d2601;
}
.Landing__34__why_card {
    border-radius: 8px;
    border: 2px solid #2e8c03;
    background: #fdfdfd;
    padding: 15px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.Landing__34__why_card p {
    color: #0d2601;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
}
.Landing__34__price {
    text-align: center;
    color: #2e8c03;
    border-radius: 16px;
    border: 6px dashed #2e8c03;
    padding: 20px;
}
.Landing__34__price2 {
    text-align: center;
    font-family: Noto Sans Bengali, sans-serif;
    padding: 20px;
    background-color: #fd0002;
    margin: 20px;
    border-radius: 16px;
    background: #fd0002;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
}
.Landing__34__price2 h4 {
    color: #fdfdfd;
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 15px;
}
.Landing__34__price2 h5 {
    color: #fdfdfd;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0.2px;
}
.Landing__34 #OrderConfirmRight button {
    background-color: #f2a413;
}
@media (max-width: 1399.99px) {
    .Landing__34 h1 {
        font-size: 35px;
        font-weight: 700;
        line-height: 50px;
    }
    .Landing__34 h1 span {
        padding: 2px 10px;
        margin: 0 5px;
    }
    .Landing__34 h2 {
        font-size: 30px;
        line-height: 45px;
        padding: 15px 30px;
    }
    .Landing__34__price2 h5 {
        font-size: 35px;
    }
}
@media (max-width: 667px) {
    .Landing__34 :where(.Order, .Price) a,
    .Landing__34 :where(.Order, .Price) button {
        font-size: 22px;
        line-height: 35px;
        padding: 15px 30px;
        margin-top: 20px;
    }
    .Landing__34 h1 {
        font-size: 24px;
        padding: 15px;
    }
    .Landing__34__Banner__Text h4 {
        font-size: 22px;
    }
    .Landing__34__Video__Content {
        padding: 12px;
    }
    .Landing__34__offer h4 {
        font-size: 22px;
        padding: 15px 5px;
        border-radius: 10px;
    }
    .Landing__34 h2,
    .Landing__34__offer2 h5,
    .Landing__34__offer2 h6 {
        font-size: 22px;
    }
    .Landing__34 h2 {
        padding: 10px 6px;
    }
    .Landing__34__price2 h4 {
        font-size: 22px;
        font-weight: 400;
    }
    .Landing__34__price2 h5 {
        font-size: 24px;
    }
    .Landing__34 .Section__Gaps {
        margin-top: 50px;
    }
}
.Landing__35 {
    --bg-color: #0a1071;
    --bg-color2: #099b90;
    --text-color: #44454b;
    --white-color: #fff;
    --yellow-color: #ffc300;
    overflow-x: hidden;
    font-family: Noto Sans Bengali, sans-serif;
}
.Landing__35 h1 {
    text-align: center;
    color: var(--white-color);
    padding: 30px;
    border-radius: 10px;
}
.Landing__35 h1,
.Landing__35 h1 span {
    font-size: 45px;
    font-weight: 700;
    line-height: 60px;
}
.Landing__35 h1 span {
    color: var(--yellow-color);
    padding: 5px 15px;
    border-radius: 5px;
    margin: 0 10px;
    display: inline-block;
}
.Landing__35 h2 {
    font-size: 35px;
    font-weight: 700;
    line-height: 45px;
    color: var(--bg-color);
    text-align: center;
}
.Landing__35 h2 img {
    height: 25px;
    width: 25px;
}
.Landing__35 p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: var(--header-color);
}
.Landing__35 :where(.Order, .Price) a,
.Landing__35 :where(.Order, .Price) button {
    background: linear-gradient(90deg, #ffc300 0, #dab335 51%, #ffc300);
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    font-size: 30px;
    line-height: 45px;
    color: var(--white-color);
    padding: 15px 50px;
    font-weight: 700;
    border-radius: 50px;
    display: inline-block;
    width: auto;
    margin-top: 30px;
    border-radius: 109px;
    border: 4px solid #a64914;
}
.Landing__35 :where(.Order, .Price) a:hover {
    background-position: 100%;
    color: #fff;
    text-decoration: none;
}
.Landing__35 :where(.Order, .Price) svg {
    background-position: 100%;
    color: #371740;
    transition: 0.1s;
}
.Landing__35 :where(.Order, .Price):hover.Order svg {
    background-position: 100%;
    color: #fff;
}
.Landing__35 .Price button {
    font-size: 35px;
    line-height: 55px;
    border-radius: 16px 0;
}
.Landing__35 .Section__Gaps {
    margin-top: 80px;
}
.Landing__35 .d_flex {
    display: flex;
    align-items: center;
}
.Landing__35__Banner {
    position: relative;
}
.Landing__35__Banner__img {
    width: 100%;
    height: 1000px;
    object-fit: cover;
}
.Landing__35__Banner__Content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.Landing__35__Banner__Text__Span {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    line-height: normal;
    color: var(--white-color);
    background-color: hsla(16, 84%, 67%, 0.32);
    font-weight: 500;
    box-shadow: 0 8px 16px 0 rgba(27, 27, 27, 0.16);
    padding: 15px 30px !important;
    border-radius: 40px;
}
.Landing__35__Banner__Text img {
    max-height: 450px;
    object-fit: cover;
}
.Landing__35__Banner__Text h4 {
    color: #fdfdfd;
    text-align: center;
    font-size: 37px;
    font-weight: 700;
    margin-top: 10px;
}
.Landing__35__Banner__Text h4 span {
    color: #e7d920;
}
.Landing__35__PackegeMain {
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 -1px 24px 0 rgba(53, 22, 63, 0.67);
    padding: 80px;
}
.Landing__35__Packege__border {
    border-top: 1px dotted #3a1942;
    border-bottom: 1px dotted #3a1942;
    width: 60%;
    margin: 0 auto;
}
.Landing__35__Packege {
    margin-bottom: 60px;
}
.Landing__35__Packege h2 {
    padding-top: 30px;
    padding-bottom: 20px;
    color: #371640;
    text-align: center;
    font-size: 56px;
    font-weight: 700;
}
.Landing__35__Packege h2 span {
    color: #bf5669;
    text-align: center;
    font-size: 56px;
    font-weight: 700;
}
.Landing__35__Packege p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.Landing__35__Packege__Card {
    height: 180px;
    padding: 0 15px;
    border-radius: 8px;
    background-color: #381740;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}
.Landing__35__Packege__Card h4 {
    color: #ffc300;
    font-size: 24px;
    font-weight: 600;
}
.Landing__35__Packege__Card p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.Landing__35 .Order_Center {
    text-align: center;
    margin-top: 50px;
}
.Landing__35__Binifit__main {
    border-radius: 48px;
    border: 4px solid #a64914;
    background: rgba(255, 195, 0, 0.6);
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
    padding: 48px 132px;
}
.Landing__35__Binifit ul li p img {
    margin-right: 10px;
}
.Landing__35__Binifit ul li p {
    color: #381740;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 30px;
}
.Landing__35__Binifit2 img {
    text-align: center;
    width: 100%;
    max-height: 500px;
}
.Landing__35__Offer {
    border-radius: 48px;
    border: 4px solid #a64914;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
    padding: 48px 100px;
    margin-top: 50px;
    text-align: center;
}
.Landing__35__Offer h4 {
    color: #381840;
    font-size: 32px;
    font-weight: 600;
}
.Landing__35__Offer h4 span {
    color: #fd003a;
    font-size: 32px;
    font-weight: 600;
}
.Landing__35__Offer h2 {
    color: #fdfdfd;
    font-size: 40px;
    font-weight: 700;
    border-radius: 9px;
    background: #381840;
    padding: 15px 0;
    margin-top: 20px;
}
.Landing__35__Offer h2 span {
    color: #f1cd58;
    font-size: 46px;
    font-weight: 700;
}
.Landing__35__Offer h5 {
    color: #381840;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    margin-top: 20px;
}
.Landing__35__Offer h6 {
    color: #fdfdfd;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    padding: 15px 0;
    margin-top: 20px;
    border-radius: 9px;
    background: #fd003a;
}
.Landing__35__Video {
    padding: 40px;
    border-radius: 48px;
    border: 4px solid #a64914;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
}
.Landing__35__questionSec {
    background-color: #401e46;
    padding: 80px 0;
}
.Landing__35__question h2 {
    color: #fdfdfd;
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    padding: 20px;
}
.Landing__35__question h2 span {
    color: #bf5669;
}
.Landing__35__question .Landing__35__Packege__border2 {
    border-bottom: 1px dotted #fdfdfd;
}
.Landing__35__question2 {
    margin-top: 80px;
}
.Landing__35__Packege2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    border-radius: 8px;
    background-color: #68416f;
    margin-bottom: 24px;
}
.Landing__35__Packege2 h4 {
    color: #fdfdfd;
    font-size: 24px;
    font-weight: 400;
}
.Landing__35__Packege2 svg {
    font-size: 16px;
    color: #401e46;
}
.Landing__35__Packege2:hover {
    background-color: #bf5669;
}
.Landing__35__Banner2__bg {
    padding: 80px 0;
    border-radius: 8px;
    background: #f2f2f2;
    box-shadow: 0 -1px 24px 0 rgba(53, 22, 63, 0.67);
}
.Landing__35__Banner2 {
    text-align: center;
}
.Landing__35__Banner2 img {
    width: 100%;
    max-height: 700px;
}
.Landing__35__Banner2 h2 {
    color: #401e46;
    font-size: 35px;
    font-weight: 700;
    margin-top: 30px;
}
.Landing__35__Banner2 p {
    color: #381840;
    font-size: 20px;
    font-weight: 400;
    margin-top: 24px;
    margin-bottom: 30px;
}
.Landing__35__Banner2 h4 {
    color: #401e46;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    text-decoration: line-through;
}
.Landing__35__Banner2 h4 span {
    color: #fd003a;
}
.Landing__35__Banner2 h5 {
    color: #401e46;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    border-radius: 71px;
    border: 1px solid #a64914;
    display: inline-block;
    padding: 5px 20px;
    margin-top: 24px;
}
.Landing__35__Banner2 h5 span {
    color: #ffc300;
}
.Landing__35__Banner2__bg_Contact {
    padding: 90px 8% 30px;
    border-radius: 16px;
    background-color: #401e46;
    text-align: center;
}
.Landing__35__Banner2__Contact h4 {
    color: #fdfdfd;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}
.Landing__35__Banner2__Contact h5 {
    color: #fdfdfd;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    border-radius: 8px;
    background-color: #fd003a;
    display: inline-block;
    padding: 20px 50px;
    margin-top: 15px;
}
.Landing__35 #OrderConfirmRight button {
    background-color: #f2a413;
}
@media (max-width: 1399.99px) {
    .Landing__35 h1,
    .Landing__35 h1 span {
        font-size: 35px;
        line-height: 48px;
    }
    .Landing__35__Packege h2,
    .Landing__35__Packege h2 span {
        font-size: 35px;
    }
    .Landing__35__Packege__Card h4 {
        color: #ffc300;
        font-size: 20px;
        font-weight: 600;
    }
    .Landing__35__Offer h2,
    .Landing__35__Offer h2 span {
        font-size: 35px;
    }
    .Landing__35__Offer h6 {
        font-size: 28px;
    }
    .Landing__35__question h2 {
        font-size: 35px;
    }
    .Landing__35__Binifit ul li p {
        font-size: 16px;
    }
    .Landing__35__Banner2 h4,
    .Landing__35__Banner2 h5 {
        font-size: 35px;
    }
}
@media (max-width: 1023px) {
    .Landing__35__Banner__Text img {
        max-height: 418px;
    }
}
@media (max-width: 667px) {
    .Landing__35 :where(.Order, .Price) a,
    .Landing__35 :where(.Order, .Price) button {
        font-size: 22px;
        line-height: 35px;
        padding: 8px 30px;
        margin-top: 20px;
    }
    .Landing__35 h1,
    .Landing__35 h1 span {
        font-size: 24px;
        line-height: 35px;
    }
    .Landing__35__Banner__Text img {
        max-height: 268px;
    }
    .Landing__35__Banner__Text__Span {
        font-size: 16px;
        padding: 10px 20px !important;
        border-radius: 40px;
    }
    .Landing__35__Banner__Text h4 {
        text-align: center;
        font-size: 22px;
    }
    .Landing__35__Banner__img {
        width: 100%;
        height: 743px;
        object-fit: cover;
    }
    .Landing__35__PackegeMain {
        padding: 14px;
    }
    .Landing__35__Packege h2 {
        font-size: 22px;
        line-height: 32px;
    }
    .Landing__35__Packege h2 span {
        font-size: 22px;
    }
    .Landing__35__Packege h2 {
        padding-top: 12px;
        padding-bottom: 8px;
    }
    .Landing__35__Packege {
        margin-bottom: 60px;
        margin-top: 20px;
    }
    .Landing__35__Packege__Card {
        text-align: center;
    }
    .Landing__35__Binifit__main {
        padding: 48px 3px;
    }
    .Landing__35__Offer {
        padding: 36px 6px;
    }
    .Landing__35__Offer h4,
    .Landing__35__Offer h4 span {
        font-size: 22px;
    }
    .Landing__35__Offer h2 {
        font-size: 22px;
        padding: 4px 0;
    }
    .Landing__35__Offer h2 span {
        font-size: 22px;
    }
    .Landing__35__Offer h5 {
        text-align: center;
        font-size: 24px;
    }
    .Landing__35__Offer h6 {
        font-size: 22px;
    }
    .Landing__35__Video {
        padding: 14px;
    }
    .Landing__35__question h2 {
        font-size: 24px;
        line-height: 22px;
    }
    .Landing__35__Packege2 h4 {
        color: #fdfdfd;
        font-size: 16px;
    }
    .Landing__35__Banner2 h2 {
        font-size: 22px;
        line-height: 32px;
    }
    .Landing__35__Banner2 h4,
    .Landing__35__Banner2 h5 {
        font-size: 24px;
    }
    .Landing__35__Banner2 {
        text-align: center;
        padding: 15px 9px;
    }
    .Landing__35 .Order_Center {
        text-align: center;
        margin-top: 30px;
    }
    .Landing__35__Banner2__Contact h4 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 15px;
    }
    .Landing__35__Banner2__bg_Contact {
        padding: 52px 8% 30px;
    }
    .Landing__35__Banner2__Contact h5 {
        font-size: 20px;
    }
    .Landing__35 .Section__Gaps {
        margin-top: 50px;
    }
    .Landing__35__Binifit2 {
        padding: 10%;
    }
    .Landing__35 h2 {
        font-size: 22px;
        line-height: 32px;
    }
    .Landing__35__Binifit ul li p {
        font-size: 20px;
        margin-bottom: 4px;
    }
}
.Landing__36 {
    --bg-color: #0a1071;
    --bg-color2: #099b90;
    --text-color: #590707;
    --text-color2: #265902;
    --white-color: #fff;
    --yellow-color: #ffc300;
    overflow-x: hidden;
    font-family: Noto Sans Bengali, sans-serif;
}
.Landing__36 h1 {
    font-size: 45px;
    padding-top: 40px;
    padding-bottom: 40px;
    line-height: 60px;
    border-radius: 32px 0;
    background-color: rgba(255, 248, 241, 0.75);
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
}
.Landing__36 h1,
.Landing__36 h2 {
    text-align: center;
    font-weight: 700;
    color: var(--text-color);
}
.Landing__36 h2 {
    font-size: 40px;
    line-height: 50px;
}
.Landing__36 p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: var(--header-color);
}
.Landing__36 :where(.Order, .Price) a,
.Landing__36 :where(.Order, .Price) button {
    background: linear-gradient(90deg, #f2d335 0, #f2d335 51%, #c9ac1f);
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    font-size: 30px;
    line-height: 45px;
    color: var(--white-color);
    padding: 15px 50px;
    font-weight: 700;
    display: inline-block;
    width: auto;
    margin-top: 30px;
    border-radius: 109px;
    border-radius: 10px;
    border: 3px solid #f2441d;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
}
.Landing__36 :where(.Order, .Price) a:hover {
    background-position: 100%;
    color: #fff;
    text-decoration: none;
}
.Landing__36 :where(.Order, .Price) img {
    height: 24px;
    padding: 0 10px;
}
.Landing__36 .Price button {
    font-size: 35px;
    line-height: 55px;
    border-radius: 16px 0;
}
.Landing__36 .Section__Gaps {
    margin-top: 80px;
}
.Landing__36__Banner {
    padding: 70px 0 40px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://landing-page-images-1.s3.ap-south-1.amazonaws.com/landing-36/bg.png);
    position: relative;
}
.Landing__36__Banner__Text {
    text-align: center;
    border-radius: 40px;
    background-color: hsla(0, 0%, 100%, 0.08);
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
    padding-bottom: 40px;
}
.Landing__36__Banner__Text p {
    margin-top: 48px;
    margin-bottom: 44px;
    color: #fdfdfd;
    padding: 0 8%;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.2px;
}
.Landing__36__Banner__ImgMain {
    max-width: 512px;
    object-fit: cover;
    width: 100%;
}
.Landing__36__Banner__PriceBox {
    display: inline-flex;
    align-items: center;
    border-radius: 16px 0;
    border: 1px solid #f2d335;
    overflow: hidden;
    padding-left: 14px;
    margin: 40px 10% 0;
}
.Landing__36__Banner__PriceBox h4 {
    color: #f2d335;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.2px;
    margin-right: 10px;
    margin-top: 10px;
}
.Landing__36__Banner__PriceBox h2 {
    color: #fdfdfd;
    font-weight: 700;
    letter-spacing: 0.2px;
    background-color: #f2441d;
    padding: 15px 10px;
}
.Landing__36__Banner__Texth1 {
    border-radius: 32px 0;
    padding: 18px;
    background-color: #f2d335;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
}
.Landing__36__Banner__H2_Div {
    display: flex;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 32px;
    border: 4px solid #265902;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
    background-color: #e4e4e7;
}
.Landing__36__Banner__H2_Div img {
    height: 48px;
    padding: 0 10px;
}
.Landing__36__Banner__Card__main {
    display: grid;
    grid-template-columns: auto auto;
    border-radius: 32px;
    background-color: #f3f3f3;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
    margin-top: 58px;
    margin-bottom: 30px;
}
.Landing__36__Banner__Card1 {
    padding: 8%;
    color: #265902;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.2px;
    height: 200px;
    border: 1px solid #dbdbdb;
}
.Landing__36 .Order_center {
    text-align: center;
}
.Landing__36Video h2 {
    color: #8c0808;
    text-align: center;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 0.2px;
    padding: 3% 5%;
}
.Landing__36__Video__Txt {
    margin-top: 80px;
    border-radius: 16px;
    background-color: #265902;
    padding: 22px;
    margin-bottom: 20px;
}
.Landing__36__Video__Txt_inner {
    border-radius: 16px;
    background: hsla(95, 73%, 80%, 0.55);
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
    padding: 48px 0;
    text-align: center;
}
.Landing__36__Video__Txt_inner h4 {
    color: #f2d335;
    text-align: center;
    font-size: 31px;
    line-height: 41px;
    font-weight: 400;
}
.Landing__36__Banner__PriceBox2 h4 {
    color: #fff;
}
.Landing__36__ProblemSolve__Ul ul li {
    display: flex;
    align-items: flex-start;
    padding: 20px 0;
    border-bottom: 1px solid #417f29;
}
.Landing__36__ProblemSolve__Ul ul li img {
    margin-right: 10px;
    max-width: 30px;
}
.Landing__36__ProblemSolve__Ul ul li p {
    color: #265902;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.2px;
}
.Landing__36__ProblemSolve {
    margin-bottom: 50px;
}
.Landing__36__SolveBg {
    padding: 60px 30px;
    border-radius: 40px;
    background-color: hsla(95, 73%, 80%, 0.55);
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
}
.Landing__36__ProblemSolve__Img img {
    width: 100%;
    max-height: 622px;
}
.Landing__36__Binifit h2 {
    color: #fff;
}
.Landing__36__Binifit .Landing__36__Banner__H2_Div {
    background-color: #335e16;
}
.Landing__36__BinifitSec {
    background-color: #265902;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
    padding: 40px 0 80px;
}
.Landing__36__Binifit2 ul li {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #417f29;
}
.Landing__36__Binifit2 {
    margin-top: 60px;
}
.Landing__36__Binifit2 ul li img {
    margin-right: 10px;
}
.Landing__36__Binifit2 ul li p {
    color: #fdfdfd;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.2px;
}
.Landing__36__price {
    padding: 60px 10%;
    text-align: center;
}
.Landing__36__price p {
    color: #265902;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
}
.Landing__36__price h4 {
    color: #f2441d;
    text-decoration: line-through;
    margin-top: 20px;
}
.Landing__36__price h4,
.Landing__36__price h5 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
}
.Landing__36__price h5 {
    color: #265902;
    margin-bottom: 30px;
}
.Landing__36__price h6 {
    color: #f2d335;
    text-align: center;
    font-size: 31px;
    line-height: 42px;
    font-weight: 400;
    border-radius: 10px;
    border: 1px solid #f2d335;
    background-color: #f2441d;
    padding: 10px;
}
.Landing__36__price {
    border-radius: 40px;
    background-color: hsla(95, 73%, 80%, 0.55);
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
}
.Landing__36 #OrderConfirmRight button {
    background-color: #f2d335;
}
@media (max-width: 1399.99px) {
    .Landing__36 h1 {
        font-size: 35px;
        line-height: 48px;
    }
    .Landing__36 h2 {
        font-size: 28px;
        line-height: 40px;
    }
    .Landing__36__Binifit2 ul li p {
        font-size: 20px;
    }
}
@media (max-width: 1023px) {
    .Landing__36__Banner__Text img {
        max-height: 418px;
    }
    .Landing__36 :where(.Order, .Price) a,
    .Landing__36 :where(.Order, .Price) button {
        font-size: 22px;
        padding: 10px 32px;
    }
    .Landing__36__Banner__PriceBox {
        display: block;
    }
    .Landing__36__Banner__PriceBox h2 {
        margin: 15px;
    }
    .Landing__36__Banner__Card__main {
        grid-template-columns: auto;
    }
    .Landing__36 h2 {
        margin-top: 15px;
    }
}
@media (max-width: 667px) {
    .Landing__36 h1 {
        font-size: 24px;
        line-height: 34px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .Landing__36__Banner__Text p {
        margin-top: 40px;
        margin-bottom: 40px;
        padding: 0 8%;
        font-size: 20px;
    }
    .Landing__36__Banner__PriceBox h4 {
        font-size: 20px;
    }
    .Landing__36 h2 {
        font-size: 22px;
        line-height: 32px;
    }
    .Landing__36 :where(.Order, .Price) a,
    .Landing__36 :where(.Order, .Price) button {
        font-size: 20px;
        padding: 10px 15px;
    }
    .Landing__36__Banner__H2_Div img {
        height: 20px;
        padding: 0 8px;
    }
    .Landing__36__Banner__Card1 {
        font-size: 16px;
        height: auto;
    }
    .Landing__36Video h2 {
        margin: 15px 0;
    }
    .Landing__36__reverce {
        flex-direction: column-reverse;
    }
    .Landing__36__price {
        border-radius: 15px;
    }
    .Landing__36__Banner__H2_Div {
        border-radius: 10px;
    }
    .Landing__36__SolveBg {
        padding: 60px 30px;
        border-radius: 15px;
    }
    .Landing__36__Video__Txt_inner h4 {
        color: #f2d335;
        text-align: center;
        font-size: 18px;
    }
    .Landing__36__ProblemSolve__Ul ul li p {
        font-size: 16px;
    }
    .Landing__36__ProblemSolve__Ul ul li img {
        margin-right: 10px;
        max-width: 22px;
    }
    .Landing__36__SolveBg {
        padding: 60px 8px;
    }
    .Landing__36__price p {
        font-size: 16px;
    }
    .Landing__36__price h4 {
        font-size: 20px;
        line-height: 30px;
        margin-top: 20px;
    }
    .Landing__36__price h5 {
        font-size: 22px;
        line-height: 32px;
    }
    .Landing__36__price h6 {
        font-size: 20px;
        line-height: 35px;
        padding: 10px;
    }
    .Landing__36 .Section__Gaps {
        margin-top: 40px;
    }
    .Landing__36__Binifit2 {
        margin-top: 0;
    }
    .Landing__36__Banner__PriceBox {
        padding-left: 0;
        margin-top: 20px;
    }
    .Landing__36__SolveBg {
        padding: 30px 15px;
    }
    .Landing__36__Banner__H2_Div {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .Landing__36__ProblemSolve {
        margin-bottom: 30px;
    }
    .Landing__36 :where(.Order, .Price) img {
        height: 15px;
    }
}
.Landing__37 {
    --bg-color: #2a3a8a;
    --bg-color2: #d9edf4;
    --text-color: #590707;
    --text-color2: #2a3a8a;
    --white-color: #fff;
    --yellow-color: #ffc300;
    overflow-x: hidden;
    font-family: Noto Sans Bengali, sans-serif;
}
.Landing__37 h1 {
    font-size: 45px;
    line-height: 60px;
    border-radius: 32px 0;
    padding: 24px;
}
.Landing__37 h1,
.Landing__37 h2 {
    text-align: center;
    font-weight: 700;
    color: var(--white-color);
}
.Landing__37 h2 {
    font-size: 40px;
    line-height: 50px;
}
.Landing__37 p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: var(--header-color);
}
.Landing__37 :where(.Order, .Price) a,
.Landing__37 :where(.Order, .Price) button {
    background: linear-gradient(90deg, #f2d468 0, #f2d468 51%, #e0bd3e);
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    font-size: 30px;
    line-height: 45px;
    color: var(--white-color);
    padding: 15px 40px;
    font-weight: 700;
    display: inline-block;
    width: auto;
    margin-top: 30px;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    border: 6px solid #f82d6f;
}
.Landing__37 :where(.Order, .Price) a:hover {
    background-position: 100%;
    color: #fff;
    text-decoration: none;
}
.Landing__37 :where(.Order, .Price) img {
    height: 34px;
    padding: 0 10px;
}
.Landing__37 .Price button {
    font-size: 35px;
    line-height: 55px;
    border-radius: 16px 0;
}
.Landing__37 .Section__Gaps {
    margin-top: 80px;
}
.Landing__37__Banner {
    padding: 15px 0 60px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--bg-color2);
}
.Landing__37__Menubar {
    text-align: center;
}
.Landing__37__Banner__logo {
    max-height: 80px;
}
.Landing__37__Banner__Text {
    text-align: center;
}
.Landing__37__Banner__Text h4 {
    color: #0f1113;
    padding: 20px 0;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.2px;
    background-color: #f2d468;
    font-weight: 600;
    border-radius: 0 0 16px 16px;
}
.Landing__37__Banner__ImgMain {
    max-height: 671px;
    object-fit: cover;
    width: 100%;
}
.Landing__37__ImgDiv {
    padding: 27px;
    border-radius: 24px;
    background-color: #fff;
    box-shadow: 0 -1px 24px 0 #1e85d6;
    margin: 60px 0;
}
.Landing__37__Banner__Texth1 {
    background-color: var(--bg-color);
    margin-top: 15px;
    text-align: center;
}
.Landing__37__Banner__PriceDiv {
    border-radius: 16px;
    padding: 46px;
    border: 3px solid #2a3a8a;
    display: inline-block;
}
.Landing__37__Banner__PriceDiv h5 {
    color: #f82d6f;
    text-align: center;
    text-decoration: line-through;
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
}
.Landing__37__Banner__PriceDiv h6 {
    color: #2a3a8a;
    text-align: center;
    font-size: 30px;
}
.Landing__37__Cardh2__div {
    display: flex;
    border-radius: 24px;
    background-color: #2a3a8a;
    box-shadow: 0 -1px 24px 0 #1e85d6;
    padding: 50px;
    margin-bottom: 60px;
    justify-content: center;
}
.Landing__37__Cardh2__div img {
    padding: 0 10px;
    max-height: 40px;
}
.Landing__37__CardMain {
    padding: 50px 70px;
    border-radius: 24px;
    background-color: #fff;
    box-shadow: 0 -1px 24px 0 #1e85d6;
    margin-bottom: 40px;
}
.Landing__37__CardMain img {
    max-height: 392px;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 60px;
}
.Landing__37__CardMain h4 {
    color: #2a3a8a;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 35px;
}
.Landing__37__Hr {
    border-bottom: 1px dashed #2a3a8a;
    margin-bottom: 35px;
}
.Landing__37__CardMain h5 {
    color: #0f1537;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 25px;
}
.Landing__37__CardMain ul li p {
    color: #7a7a7a;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}
.Landing__37 .order_center {
    text-align: center;
}
.Landing__37__Video_Sec {
    padding: 60px 0;
    background-color: var(--bg-color);
}
.Landing__37__VideoH2 h4 {
    color: #e8a878;
    text-align: center;
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
    margin-bottom: 35px;
}
.Landing__37__Video {
    padding: 40px;
    background-color: var(--white-color);
}
.Landing__37__Whybuy_Sec {
    padding: 80px 0;
    background: linear-gradient(180deg, #ffe1ca, rgba(255, 225, 202, 0));
}
.Landing__37__UlDiv {
    border-radius: 16px;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
}
.Landing__37__UlDiv ul li {
    border-bottom: 1px solid #c4c4c4;
    display: flex;
    padding: 30px;
}
.Landing__37__UlDiv ul li:last-child {
    border-bottom: none;
}
.Landing__37__UlDiv ul li img {
    margin-left: 43px;
    margin-right: 20px;
    display: flex;
    justify-content: flex-start;
    height: 33px;
}
.Landing__37__UlDiv ul li p {
    color: #2a3a8a;
    font-size: 28px;
    line-height: 42px;
    font-weight: 600;
}
.Landing__37__UlDiv {
    background-color: var(--white-color);
}
.Landing__37__OffferMain {
    text-align: center;
}
.Landing__37__Offfer {
    padding: 45px 248px;
    display: inline-block;
    border-radius: 16px;
    border: 6px solid #2a3a8a;
    background-color: #f2f4ff;
    margin: auto;
}
.Landing__37__Offfer h4 {
    color: #2a3a8a;
    font-size: 32px;
    line-height: 42px;
    font-weight: 400;
}
.Landing__37__Offfer h5 {
    color: #f82d6f;
    font-size: 41px;
    line-height: 55px;
    font-weight: 700;
    padding: 12px 0;
}
.Landing__37__Offfer h6 {
    color: #0f1537;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
}
.Landing__37__Natural {
    border-radius: 24px;
    background-color: #fff;
    box-shadow: 0 -1px 24px 0 #1e85d6;
    padding-bottom: 100px;
}
.Landing__37__Natural__txtDiv {
    margin-top: 70px;
    text-align: center;
}
.Landing__37__Natural__txtDiv ul li p {
    border-radius: 16px;
    color: #2a3a8a;
    background-color: #fdfdfd;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 24px;
    display: inline-block;
    padding: 15px 50px;
}
.Landing__37__OrderPosition {
    margin-top: -80px;
    margin-bottom: 80px;
}
.Landing__37__Cardh2__div2 {
    margin-bottom: 0;
}
#CustomerReviewContent h2 {
    margin-bottom: 30px;
    text-align: center;
    color: #000;
}
.Landing__37 #OrderConfirmRight button {
    background-color: #f2d335;
    border: 6px solid #f82d6f;
}
@media (max-width: 1399.99px) {
    .Landing__37 h1 {
        font-size: 35px;
        line-height: 48px;
    }
    .Landing__37 h2 {
        font-size: 28px;
        line-height: 40px;
    }
    .Landing__37__CardMain h4 {
        color: #2a3a8a;
        font-size: 30px;
    }
    .Landing__37__CardMain h5 {
        color: #0f1537;
        font-size: 28px;
        font-weight: 600;
        margin-bottom: 25px;
    }
}
@media (max-width: 1023px) {
    .Landing__37 :where(.Order, .Price) a,
    .Landing__37 :where(.Order, .Price) button {
        font-size: 22px;
        padding: 10px 32px;
    }
    .Landing__37__Offfer {
        padding: 45px 8px;
    }
    .Landing__37__Cardh2__div {
        padding: 30px;
    }
    .Landing__37__Natural__txtDiv ul li p {
        border-radius: 16px;
        padding: 15px 10px;
    }
    .Landing__37__Natural__txtDiv {
        margin-top: 70px;
        text-align: center;
        padding: 10px;
    }
    .Landing__37__Cardh2__div {
        padding: 10px;
    }
}
@media (max-width: 667px) {
    .Landing__37 h1 {
        font-size: 24px;
        line-height: 34px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .Landing__37__Banner__logo {
        max-height: 60px;
    }
    .Landing__37__Banner__Text h4 {
        padding: 12px 0;
        font-size: 18px;
    }
    .Landing__37__ImgDiv {
        padding: 14px;
    }
    .Landing__37__Banner__PriceDiv {
        padding: 20px 15px;
    }
    .Landing__37 :where(.Order, .Price) a,
    .Landing__37 :where(.Order, .Price) button {
        font-size: 18px;
        padding: 10px 20px;
    }
    .Landing__37 :where(.Order, .Price) img {
        height: 24px;
    }
    .Landing__37__Cardh2__div img {
        padding: 0 5px;
        max-height: 25px;
    }
    .Landing__37 h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .Landing__37__CardMain {
        padding: 30px 20px;
    }
    .Landing__37__CardMain h4 {
        color: #2a3a8a;
        font-size: 22px;
    }
    .Landing__37__CardMain h5 {
        color: #0f1537;
        font-size: 22px;
    }
    .Landing__37__CardMain ul li p {
        font-size: 18px;
        margin-bottom: 13px;
    }
    .Landing__37__VideoH2 h4 {
        font-size: 22px;
    }
    .Landing__37__Video {
        padding: 15px;
    }
    .Landing__37__UlDiv ul li p {
        font-size: 20px;
        line-height: 34px;
    }
    .Landing__37__UlDiv ul li {
        padding: 10px;
    }
    .Landing__37__UlDiv ul li img {
        margin-left: 5px;
        height: 20px;
        margin-right: 10px;
    }
    .Landing__37__Offfer h4 {
        font-size: 20px;
        line-height: 30px;
    }
    .Landing__37__Offfer h5 {
        font-size: 24px;
        line-height: 35px;
    }
    .Landing__37__Banner__PriceDiv h5 {
        font-size: 20px;
        line-height: 30px;
    }
    .Landing__37__Banner__PriceDiv h6 {
        font-size: 24px;
    }
    .Landing__37 .Section__Gaps {
        margin-top: 50px;
    }
    .Landing__37__Cardh2__div {
        padding: 20px 15px;
        margin-bottom: 40px;
        align-items: center;
    }
    .Landing__37__CardMain img {
        max-height: unset;
        margin-bottom: 30px;
    }
    .Landing__37__CardMain h4 {
        margin-bottom: 15px;
    }
    .Landing__37__Hr {
        margin-bottom: 25px;
    }
    .Landing__37__CardMain h5 {
        margin-bottom: 15px;
    }
    .Landing__37__CardMain ul li p {
        font-size: 17px;
        margin-bottom: 5px;
    }
    .Landing__37__Video_Sec {
        padding: 30px 0;
    }
    .Landing__37__UlDiv ul li p {
        font-size: 16px;
        line-height: 24px;
    }
    .Landing__37__Offfer {
        padding: 20px 15px;
    }
    .Landing__37 :where(.Order, .Price) a,
    .Landing__37 :where(.Order, .Price) button {
        margin-top: 20px;
    }
    .Landing__37__OrderPosition a {
        margin-top: 40px;
    }
    .Landing__37__Natural__txtDiv {
        margin-top: 30px;
    }
    .Landing__37__Natural__txtDiv ul li p {
        font-size: 18px;
        line-height: 30px;
    }
    .Landing__37__Natural {
        padding-bottom: 40px;
    }
}
.Landing__38 {
    --bg-color: #dc3814;
    --bg-color2: #effcff;
    --text-color: #091c20;
    --text-color2: #2a3a8a;
    --white-color: #fff;
    --yellow-color: #ffc300;
    overflow-x: hidden;
    font-family: Noto Sans Bengali, sans-serif;
}
.Landing__38 h1 {
    margin-top: 16px;
    margin-bottom: 40px;
    text-align: center;
    background: #0dbae1;
    font-size: 45px;
    font-weight: 700;
    line-height: 80px;
    color: var(--white-color);
    padding: 24px;
    border-radius: 56px;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
}
.Landing__38 h1 span {
    padding: 14px 24px;
    border-radius: 10px;
    background-color: #f2b705;
}
.Landing__38 h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    color: var(--white-color);
    text-align: center;
}
.Landing__38 p {
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    color: var(--header-color);
}
.Landing__38 :where(.Order, .Price) a,
.Landing__38 :where(.Order, .Price) button {
    background: linear-gradient(90deg, #dc3814 0, #dc3814 51%, #bb3112);
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    font-size: 30px;
    line-height: 45px;
    color: var(--white-color);
    padding: 15px 40px;
    font-weight: 700;
    display: inline-block;
    width: auto;
    margin-top: 30px;
    border: 3px solid #f2441d;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 72px;
}
.Landing__38 :where(.Order, .Price) a:hover {
    background-position: 100%;
    color: #fff;
    text-decoration: none;
}
.Landing__38 :where(.Order, .Price) img {
    height: 34px;
    padding: 0 10px;
}
.Landing__38 .Price button {
    font-size: 35px;
    line-height: 55px;
    border-radius: 16px 0;
}
.Landing__38 .Section__Gaps {
    margin-top: 80px;
}
.Landing__38__Banner__Content {
    padding: 40px 0 60px;
    background: #effcff;
}
.Landing__38__Banner__Text {
    text-align: center;
}
.Landing__38__logo {
    max-height: 130px;
}
.Landing__38__VidDiv {
    padding: 0 10%;
}
.Landing__38__Banner__PriceDiv {
    text-align: center;
    padding: 60px 0;
    border-radius: 30px;
    border: 7px dashed #0dbae1;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
}
.Landing__38__Banner__PriceDiv p {
    border-radius: 48px;
    color: var(--white-color);
    background-color: #0dbae1;
    padding: 25px 35px;
    display: inline-block;
    margin-bottom: 40px;
}
.Landing__38__Banner__PriceDiv h5 {
    color: #091c20;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 40px;
}
.Landing__38__Banner__Mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.Landing__38__Banner__Mobile img {
    margin-right: 10px;
}
.Landing__38__Banner__Mobile h6 {
    color: #091c20;
    font-size: 32px;
    line-height: 44px;
    font-weight: 700;
}
.Landing__38__CardSec {
    background-color: var(--bg-color2);
    padding-bottom: 80px;
    border-radius: 60px;
    border: 3px solid #0dbae1;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
}
.Landing__38__CardH2 h2 {
    padding: 55px 0;
    border-radius: 60px 0;
    background-color: #0dbae1;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
}
.Landing__38__Card__text {
    margin-top: 60px;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 25px;
    gap: 25px;
    margin-bottom: 30px;
}
.Landing__38__Card__text div {
    padding: 45px 20px;
    border-radius: 19px;
    border: 3px solid #dc3814;
    color: #091c20;
    font-size: 24px;
    font-weight: 400;
}
.Landing__38 .Order_center,
.Landing__38__Delivery {
    text-align: center;
}
.Landing__38__Delivery img {
    max-height: 340px;
}
.Landing__38__Delivery p {
    color: #091c20;
    font-size: 32px;
    line-height: 42px;
    font-weight: 400;
    margin-top: 30px;
}
.Landing__38__Delivery_flex {
    display: flex;
    gap: 30px;
    justify-content: center;
    margin-top: 60px;
}
.Landing__38__Delivery_flex div {
    padding: 30px;
    color: #dc3814;
    font-size: 24px;
    font-weight: 600;
    border-radius: 10px;
    background-color: #f2b705;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
}
.Landing__38__WhyUse {
    margin-bottom: 60px;
}
.Landing__38__WhyUse__Img img {
    max-height: 443px;
    width: 100%;
}
.Landing__38__WhyUse__Ul {
    border-radius: 32px;
    background: #effcff;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
}
.Landing__38__WhyUse__Ul ul li {
    display: flex;
    border-bottom: 1px solid #b2d5dd;
    padding: 20px 0;
}
.Landing__38 .Landing__38__WhyUse__Ul_last {
    border-bottom: none;
}
.Landing__38__WhyUse__Ul ul li img {
    height: 24px;
    margin-right: 10px;
    margin-left: 33px;
}
.Landing__38__Banner2Sec {
    padding: 80px 0;
    width: 100%;
    background-size: cover;
    background-image: url(https://landing-page-images-1.s3.ap-south-1.amazonaws.com/landing-38/bg2.webp);
    border-radius: 27px;
}
.Landing__38__Banner2 {
    text-align: center;
}
.Landing__38__Banner2 img {
    max-height: 936px;
    width: 100%;
}
.Landing__38__ImgBox2 {
    margin-top: 30px;
    margin-bottom: 40px;
    padding: 20px 80px;
    border-radius: 60px 16px 16px 16px;
    border: 5px solid #dc3814;
    background-color: #effcff;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
}
.Landing__38__img2 img {
    max-height: 330px;
    width: 100%;
}
.Landing__38__img3 img {
    max-height: 317px;
    width: 100%;
}
.Landing__38__Quality {
    border-radius: 40px;
    background-color: #0dbae1;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
    padding: 66px 30px;
}
.Landing__38__Quality h4 {
    color: #fdfdfd;
    text-align: center;
    font-size: 40px;
    line-height: 70px;
    font-weight: 400;
}
.Landing__38__Quality span {
    border-radius: 10px;
    background-color: #f2b705;
    padding: 15px 16px;
}
.Landing__38__Quality h5 {
    margin-top: 60px;
    color: #fdfdfd;
    text-align: center;
    font-size: 40px;
    padding: 40px;
    line-height: 55px;
    font-weight: 700;
    border-radius: 16px;
    background-color: #dc3814;
}
.Landing__38 #OrderConfirmRight button {
    background-color: #dc3814;
}
@media (max-width: 1399.99px) {
    .Landing__38 h1 {
        font-size: 35px;
        line-height: 66px;
    }
    .Landing__38 h2 {
        font-size: 28px;
    }
    .Landing__38__Delivery_flex div {
        padding: 21px;
        font-size: 18px;
    }
    .Landing__38__CardH2 h2 {
        padding: 24px 0;
    }
}
@media (max-width: 1023px) {
    .Landing__38 :where(.Order, .Price) a,
    .Landing__38 :where(.Order, .Price) button {
        font-size: 22px;
        padding: 10px 32px;
    }
    .Landing__38__logo {
        max-height: 70px;
    }
    .Landing__38__Card__text {
        grid-template-columns: auto;
    }
    .Landing__38__Delivery_flex {
        display: block;
    }
    .Landing__38__Delivery_flex div {
        margin-bottom: 15px;
    }
    .Landing__38__CardH2 h2 {
        padding: 24px 5px;
    }
    .Landing__38__img2 img {
        margin-bottom: 15px;
    }
    .Landing__38__Quality h4 {
        font-size: 30px;
        line-height: 56px;
    }
    .Landing__38__Quality h5 {
        font-size: 30px;
        padding: 40px;
        line-height: 46px;
    }
    .Landing__38__Banner__Content {
        background-position: -200px;
    }
}
@media (max-width: 667px) {
    .Landing__38 h1 {
        font-size: 24px;
        line-height: 38px;
        border-radius: 15px;
    }
    .Landing__38 h1 span {
        padding: 6px 24px;
    }
    .Landing__38 :where(.Order, .Price) a,
    .Landing__38 :where(.Order, .Price) button {
        font-size: 18px;
        padding: 10px 10px 10px 0;
    }
    .Landing__38__VidDiv {
        padding: 0;
    }
    .Landing__38__Banner__PriceDiv p {
        border-radius: 15px;
    }
    .Landing__38__Banner__PriceDiv h5 {
        margin-bottom: 10px;
    }
    .Landing__38__Banner__Mobile img {
        margin-right: 10px;
        height: 30px;
    }
    .Landing__38 h2 {
        font-size: 22px;
        line-height: 35px;
    }
    .Landing__38__CardH2 h2 {
        padding: 20px 0;
        border-radius: 16px 20px;
    }
    .Landing__38 :where(.Order, .Price) img {
        height: 24px;
    }
    .Landing__38__Quality {
        padding: 38px 30px;
    }
    .Landing__38__Banner__PriceDiv {
        text-align: center;
        padding: 32px 6px;
    }
    .Landing__38__CardSec {
        padding-bottom: 58px;
        border-radius: 15px;
    }
    .Landing__38__Banner__Mobile h6 {
        color: #091c20;
        font-size: 22px;
        line-height: 44px;
    }
    .Landing__38__Banner__PriceDiv {
        border: 3px dashed #0dbae1;
    }
    .Landing__38__Banner__Mobile {
        margin-bottom: 0;
    }
    .Landing__38__CardSec {
        border: none;
    }
    .Landing__38__Banner2Sec {
        padding: 34px 0;
    }
    .Landing__38__ImgBox2 {
        border-radius: 16px;
        border: 3px solid #dc3814;
    }
    .Landing__38__Card__text div {
        padding: 20px;
        font-size: 18px;
    }
    .Landing__38__Delivery img {
        max-height: 205px;
    }
    .Landing__38__Delivery p {
        color: #091c20;
        font-size: 24px;
        line-height: 36px;
    }
    .Landing__38__WhyUse__Ul {
        padding-right: 10px;
    }
    .Landing__38 p {
        font-size: 18px;
        line-height: 26px;
    }
    .Landing__38__WhyUse__Ul ul li img {
        height: 21px;
        margin-right: 10px;
        margin-left: 19px;
    }
    .Landing__38__ImgBox2 {
        padding: 20px;
    }
    .Landing__38__Quality h4 {
        font-size: 22px;
        line-height: 40px;
    }
    .Landing__38__Quality h5 {
        font-size: 22px;
        padding: 14px;
        line-height: 39px;
    }
    .Landing__38__Quality {
        border-radius: 15px;
    }
    .Landing__38__Quality span {
        border-radius: 10px;
        background-color: #f2b705;
        padding: 8px 16px;
    }
    .Landing__38 .Section__Gaps {
        margin-top: 40px;
    }
}
.Landing__39 {
    --bg-color: #378247;
    --bg-color2: #113619;
    --text-color: #091c20;
    --text-color2: #2a3a8a;
    --white-color: #fff;
    --yellow-color: #ffc300;
    overflow-x: hidden;
    font-family: Noto Sans Bengali, sans-serif;
}
.Landing__39 h1 {
    margin-top: 16px;
    text-align: center;
    background: #0dbae1;
    font-size: 45px;
    font-weight: 700;
    line-height: 70px;
    color: var(--white-color);
    padding: 24px;
    background-color: #113619;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
}
.Landing__39 h1 span {
    padding: 14px 24px;
    border-radius: 10px;
    color: #ffb431;
}
.Landing__39 h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    color: var(--white-color);
    text-align: center;
}
.Landing__39 p {
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    color: var(--header-color);
}
.Landing__39 :where(.Order, .Price) a,
.Landing__39 :where(.Order, .Price) button {
    background: linear-gradient(90deg, #ff653b 0, #ff653b 51%, #d64922);
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    font-size: 30px;
    line-height: 45px;
    color: var(--white-color);
    padding: 15px 40px;
    font-weight: 700;
    display: inline-block;
    width: auto;
    margin-top: 30px;
    border-radius: 16px;
    border: 5px solid #113619;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
    transition: 0.2s;
}
.Landing__39 .Order {
    text-align: center;
    transition: all 0.2s;
}
.Landing__39 .Order:hover {
    transform: scale(1.07);
}
.Landing__39 :where(.Order, .Price) a:hover {
    background-position: 100%;
    color: #fff;
    text-decoration: none;
}
.Landing__39 :where(.Order, .Price) img {
    height: 34px;
    padding: 0 10px;
}
.Landing__39 .Price button {
    font-size: 35px;
    line-height: 55px;
    border-radius: 16px 0;
}
.Landing__39 .Section__Gaps {
    margin-top: 80px;
}
.Landing__39__Banner__Text__top img {
    max-height: 30px;
}
.Landing__39__Banner {
    padding: 60px 0;
    background-image: linear-gradient(180deg, #378247, rgba(247, 255, 234, 0) 98.04%);
}
.Landing__39__Banner__Text__top h4 {
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
}
.Landing__39__Banner__Text__top {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}
.Landing__39__Banner__Text h2 {
    padding: 20px;
    color: #fbfef7;
    background-color: #378247;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    font-weight: 400;
}
#VideoPlayers iframe {
    border-radius: 0;
}
.Landing__39__Price__Sec {
    filter: drop-shadow(0 20px 20px rgba(0, 0, 0, 0.1));
    padding: 90px 0 155px;
    background-image: url(https://landing-page-images-1.s3.ap-south-1.amazonaws.com/landing-39/bg2.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.Landing__39__Price__banner {
    padding: 45px 0;
    border-radius: 41px;
    background-color: #113619;
    text-align: center;
    margin-bottom: 60px;
}
.Landing__39__Price__banner h2 {
    color: #fff;
    text-align: center;
    font-weight: 400;
    margin-bottom: 10px;
}
.Landing__39__Price__banner h2 span {
    color: #ff653b;
    text-decoration: line-through;
}
.Landing__39__Price__banner h3 {
    color: #73c083;
    font-size: 46px;
    font-weight: 600;
    line-height: 60px;
}
.Landing__39__Price__banner h3 span {
    color: #ff653b;
}
.Landing__39__Price__banner .Landing__39__Price__banner__Img img {
    margin-left: 360px;
    margin-top: -20px;
    width: 268px;
}
.Landing__39__Price__banner p {
    color: #fdfdfd;
}
.Landing__39__Price__Why__Buy {
    text-align: center;
}
.Landing__39__Price__Why__Buy div {
    background-color: #fff;
    display: inline-block;
    border-radius: 79px;
    outline: 8px solid #378247;
    outline-offset: -24px;
    padding: 47px 67px;
    box-shadow: 0 4px 16px rgba(17, 17, 26, 0.1), 0 8px 24px rgba(17, 17, 26, 0.1), 0 16px 56px rgba(17, 17, 26, 0.1);
}
.Landing__39__Price__Why__Buy h2 {
    color: #378247;
    font-weight: 600;
}
.Landing__39__Price__Delivery {
    margin-top: 60px;
    display: grid;
    grid-template-columns: auto auto auto auto;
}
.Landing__39__Price__Delivery div {
    text-align: center;
}
.Landing__39__Price__Delivery div h4 {
    color: #fdfdfd;
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    margin-top: 24px;
}
.Landing__39__Price__Delivery div img {
    max-height: 80px;
}
.Landing__39__Price__BinifitSec {
    background-color: #113619;
    margin-top: -100px;
    padding-bottom: 83px;
}
.Landing__39__Price__Binifit {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Landing__39__Price__Binifit .Order {
    position: absolute;
    z-index: 10;
    top: 80px;
}
.Landing__39__Price__Binifit2 {
    margin-top: 230px;
}
.Landing__39__Price__BinifitUl__Div {
    margin-top: 60px;
    padding: 0 5%;
    display: grid;
    grid-template-columns: auto auto;
}
.Landing__39__Price__BinifitUl__Div div {
    display: flex;
    align-items: center;
    padding: 36px;
    border: 1px solid #378247;
}
.Landing__39__Price__BinifitUl__Div div img {
    margin-left: 15px;
    margin-right: 10px;
    height: 20px;
}
.Landing__39__Price__BinifitUl__Div div p {
    color: #fff;
}
.Landing__39__Price__Binifit3 {
    margin-top: 30px;
}
.Landing__39__Price__Banner2Sec {
    padding-bottom: 130px;
}
.Landing__39__Price__Banner2 img {
    width: 100%;
    margin-bottom: 30px;
}
.Landing__39__Price__Banner2_pBox {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 30px;
}
.Landing__39__Price__Banner2_pBox p {
    color: #113619;
    text-align: center;
}
.Landing__39__Price__Price_TWO {
    background-image: linear-gradient(180deg, #378247, rgba(247, 255, 234, 0) 90.94%);
}
.Landing__39__Price__Price_TWO_top {
    margin-top: -120px;
}
.Landing__39__Price__Why__Buy2 {
    margin-top: 80px;
}
.Landing__39__Price__Price_TWO_ul {
    padding: 60px 10%;
}
.Landing__39__Price__Price_TWO_ul ul li {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
    padding-top: 20px;
    border-bottom: 1px solid #378247;
}
.Landing__39__Price__Price_TWO_ul ul li img {
    height: 25px;
    margin-right: 15px;
}
.Landing__39__Price__Price_TWO_ul ul li p {
    color: #113619;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}
.Landing__39__Price__Price_TWO_ul_p h2 {
    color: #113619;
    font-weight: 600;
}
.Landing__39__Price__Price_TWO_ul_p {
    border-radius: 41px;
    border: 1px dashed #113619;
    padding: 40px 10%;
    margin-top: 60px;
}
@media (max-width: 1399.99px) {
    .Landing__39 h1 {
        font-size: 35px;
        line-height: 66px;
    }
    .Landing__39 h2 {
        font-size: 28px;
        line-height: 40px;
    }
    .Landing__39__Price__banner h3 {
        font-size: 40px;
        font-weight: 600;
    }
    .Landing__39__Price__BinifitSec {
        background-color: #113619;
        margin-top: -117px;
        padding-bottom: 83px;
    }
}
@media (max-width: 1023px) {
    .Landing__39 h1 {
        font-size: 28px;
        line-height: 45px;
    }
    .Landing__39 :where(.Order, .Price) a,
    .Landing__39 :where(.Order, .Price) button {
        font-size: 22px;
        padding: 10px 32px;
    }
    .Landing__39__logo {
        max-height: 70px;
    }
    .Landing__39__Banner__Text__top h4 {
        font-size: 18px;
        line-height: 34px;
    }
    .Landing__39__Banner__Text__top img {
        max-height: 20px;
    }
    .Landing__39__Banner__Text__top {
        gap: 10px;
        margin-bottom: 20px;
    }
    .Landing__39__Banner {
        padding: 30px 0;
    }
    .Landing__39__Price__banner h3 {
        font-size: 28px;
        font-weight: 600;
    }
    .Landing__39__Price__banner .Landing__39__Price__banner__Img img {
        margin-left: 176px;
        margin-top: -42px;
        width: 156px;
    }
    .Landing__39__Price__Delivery {
        margin-top: 60px;
        display: grid;
        grid-template-columns: auto auto;
    }
    .Landing__39__Price__Delivery div {
        text-align: center;
        margin-bottom: 30px;
    }
    .Landing__39__Price__BinifitSec {
        background-color: #113619;
        margin-top: -141px;
        padding-bottom: 83px;
    }
    .Landing__39__Price__BinifitUl__Div div {
        padding: 10px;
        border: 1px solid #378247;
    }
    .Landing__39__Price__Price_TWO_ul ul li p {
        color: #113619;
        text-align: center;
        font-size: 20px;
        font-weight: 600;
    }
}
@media (max-width: 667px) {
    .Landing__39 h1 {
        font-size: 24px;
        line-height: 38px;
        border-radius: 0;
    }
    .Landing__39 h2 {
        font-size: 22px;
        line-height: 34px;
    }
    .Landing__39 p {
        font-size: 18px;
        line-height: 32px;
    }
    .Landing__39 h1 span {
        padding: 6px 24px;
    }
    .Landing__39 :where(.Order, .Price) a,
    .Landing__39 :where(.Order, .Price) button {
        font-size: 18px;
        line-height: 30px;
        padding: 10px;
        border-radius: 8px;
    }
    .Landing__39__Price__banner h3 {
        font-size: 22px;
        font-weight: 600;
    }
    .Landing__39__Price__Why__Buy div {
        border-radius: 79px;
        outline: 3px solid #378247;
        outline-offset: -11px;
        padding: 26px 30px;
    }
    .Landing__39__Price__Delivery div h4 {
        font-size: 18px;
        line-height: 25px;
        margin-top: 24px;
    }
    .Landing__39__Price__Binifit .Order {
        position: absolute;
        z-index: 10;
        top: -11px;
    }
    .Landing__39__Price__Binifit2 {
        margin-top: 110px;
    }
    .Landing__39__Price__BinifitUl__Div {
        margin-top: 60px;
        padding: 0;
        display: grid;
        grid-template-columns: auto;
    }
    .Landing__39__Price__Price_TWO_ul {
        padding: 20px 0;
    }
    .Landing__39__Price__Price_TWO_ul_p {
        border-radius: 15px;
        border: 1px dashed #113619;
        padding: 13px 10%;
        margin-top: 60px;
    }
    .Landing__39__Price__Price_TWO_ul ul li p {
        text-align: left;
        font-size: 18px;
    }
    .Landing__39__Price__BinifitSec {
        background-color: #113619;
        margin-top: -141px;
        padding-bottom: 42px;
    }
    .Landing__39__Price__banner h2 {
        margin-bottom: 0;
    }
    .Landing__39__Banner__Text__top h4 {
        font-size: 16px;
        line-height: 32px;
    }
    .Landing__39__Banner__Text__top img {
        max-height: 14px;
    }
    .Landing__39 .Section__Gaps {
        margin-top: 40px;
    }
    .Landing__39__Price__Sec {
        padding: 40px 0 155px;
    }
    .Landing__39__Price__banner {
        padding: 26px 0;
        border-radius: 15px;
        margin-bottom: 60px;
    }
    .Landing__39__Price__Delivery div h4 {
        font-weight: 400;
    }
    .Landing__39__Price__Delivery div img {
        max-height: 50px;
    }
    .Landing__39__Banner__Text h2 {
        margin-bottom: 0;
    }
    .Landing__39 h1 span {
        padding: 6px 8px;
    }
    .Landing__39 p {
        margin-top: -15px;
    }
    .Landing__39__Price__banner {
        padding: 26px 3px;
    }
    .Landing__39__Price__banner .Landing__39__Price__banner__Img img {
        margin-left: 169px;
        margin-top: -42px;
        width: 105px;
    }
    .Landing__39__Price__BinifitUl__Div div img {
        margin-left: 0;
    }
    .Landing__39__Price__BinifitUl__Div div ul li {
        margin-top: 10px;
    }
    .Landing__39__Price__BinifitUl__Div div {
        padding: 20px;
        border: 1px solid #378247;
    }
    .Landing__39__Price__Binifit3 {
        margin-top: 0;
    }
    .Landing__39__Price__Why__Buy2 {
        margin-top: 50px;
    }
    .Landing__39__Price__Price_TWO_ul ul li img {
        height: 25px;
        margin-right: 15px;
        margin-top: -16px;
    }
    .Landing__39 #CustomerReviewContent h2 {
        margin-bottom: 0;
        text-align: center;
        color: #000;
    }
}
.Landing__40 {
    --bg-color: #79061d;
    --bg-color2: #fceeec;
    --text-color: #292929;
    --text-color2: #2a3a8a;
    --white-color: #fff;
    --yellow-color: #ffc300;
    overflow-x: hidden;
    font-family: Noto Sans Bengali, sans-serif;
}
.Landing__40 h1 {
    font-size: 45px;
    line-height: 70px;
    color: var(--white-color);
    padding: 24px;
}
.Landing__40 h1,
.Landing__40 h2 {
    text-align: center;
    font-weight: 700;
}
.Landing__40 h2 {
    line-height: 50px;
    color: #fdfdfd;
    font-size: 40px;
    border-radius: 8px;
}
.Landing__40 p {
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    color: var(--header-color);
}
.Landing__40 :where(.Landing__40__Order, .Price) a,
.Landing__40 :where(.Landing__40__Order, .Price) button {
    background: linear-gradient(90deg, #e6db17 0, #e6db17 51%, #b4ad22);
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    font-size: 30px;
    line-height: 45px;
    color: #292929;
    padding: 15px 40px;
    font-weight: 700;
    display: inline-block;
    width: auto;
    margin-top: 30px;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
    transition: 0.2s;
    border-radius: 50.5px;
    border: 4px solid #292929;
}
.Landing__40 .Landing__40__Order {
    text-align: center;
    transition: all 0.2s;
}
.Landing__40 .Landing__40__Order:hover {
    transform: scale(1.07);
}
.Landing__40 :where(.Landing__40__Order, .Price) a:hover {
    background-position: 100%;
    color: #fff;
    text-decoration: none;
}
.Landing__40 :where(.Landing__40__Order, .Price) img {
    height: 34px;
    padding: 0 10px;
}
.Landing__40 .Price button {
    font-size: 35px;
    line-height: 55px;
    border-radius: 16px 0;
}
.Landing__40 .Section__Gaps {
    margin-top: 80px;
}
.Landing__40__Banner {
    border-radius: 0 0 120px 120px;
    background: #79061d;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 50px;
}
.Landing__40__Banner__Text h4 {
    display: inline-block;
    color: #292929;
    text-align: center;
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
    border-radius: 35.5px;
    background-color: #e6db17;
    padding: 20px 80px;
    margin-bottom: 43px;
}
.Landing__40__Banner__Text h4 span {
    color: #eb002f;
}
.Landing__40__Banner__Img__Box {
    display: grid;
    grid-template-columns: auto auto;
}
.Landing__40__Banner__Img__Box img {
    max-height: 714px;
    width: 100%;
}
.Landing__40__Banner__Three__pices {
    text-align: center;
}
.Landing__40__Banner__Three__pices__h2div {
    background-color: #eb002f;
    padding: 40px 60px;
    border-radius: 8px;
    display: inline-block;
    box-shadow: 20px 14px #79061d;
}
.Landing__40__Banner__Three__pices__img img {
    width: 100%;
    max-height: 587px;
    margin-top: 75px;
    outline: 4px solid #eb002f;
    outline-offset: 20px;
    border-radius: 58px;
}
.Landing__40__Banner__Three__pices__ul {
    margin-top: 100px;
}
.Landing__40__Banner__Three__pices__ul ul li {
    display: flex;
    align-items: center;
    margin-bottom: 33px;
}
.Landing__40__Banner__Three__pices__ul ul li img {
    height: 35px;
    margin-right: 15px;
}
.Landing__40__Banner__Three__pices__ul ul li h4 {
    color: #292929;
    font-size: 24px;
    font-weight: 600;
    line-height: 42px;
}
.Landing__40__Banner__Video {
    border-radius: 16px;
    padding: 20px;
    background-color: #eb002f;
}
.Landing__40__Banner__Three__ul2__div__Section {
    background-color: #fceeec;
    padding: 80px 0;
}
.Landing__40__Banner__Three__ul2__div {
    margin-top: 60px;
    margin-bottom: 80px;
    border-radius: 62px;
    border: 5px solid #eb002f;
    padding-bottom: 40px;
}
.Landing__40__Banner__Three__pices2 {
    margin-top: -80px;
}
.Landing__40__Banner__Three__List__div {
    margin-top: 50px;
    padding: 0 10%;
}
.Landing__40__Banner__Three__List__div ul li {
    display: flex;
    align-items: center;
    border-top: 1px solid #eb002f;
    padding: 27px 0;
}
.Landing__40__Banner__Three__List__div ul li img {
    height: 34px;
    margin-right: 10px;
}
.Landing__40__Banner__Three__List__div ul li h4 {
    color: #292929;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}
.Landing__40__Banner__Three__Order__Template {
    border-radius: 62px;
    padding: 60px 0;
    text-align: center;
    border: 6px solid #eb002f;
    background-color: #79061d;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
}
.Landing__40__Banner__Three__Order__Template h3 {
    padding-bottom: 15px;
    color: #e6db17;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 54px;
}
.Landing__40__Banner__Three__Order__Template h3 span {
    text-decoration: line-through;
}
.Landing__40__Banner__Three__Banner-2 {
    margin-top: 70px;
}
.Landing__40__Banner__Three__Banner-2 img {
    width: 100%;
    max-height: 430px;
}
.Landing__40__Banner__Three__pices__padding {
    padding: 0 8%;
}
.Landing__40 #VideoPlayers iframe {
    border-radius: 20px;
}
.Landing__40__Banner__Three__Delivery {
    text-align: center;
}
.Landing__40__Banner__Three__Delivery img {
    max-height: 133px;
}
.Landing__40__Banner__Three__Delivery h4 {
    color: #292929;
    font-size: 20px;
    font-weight: 600;
    line-height: 34px;
    margin-top: 32px;
}
.Landing__40__Banner__Three__Price2 {
    padding: 72px 55px 45px;
    background-color: #fceeec;
    border-top: 1px dashed #eb002f;
    border-bottom: 1px dashed #eb002f;
}
.Landing__40__Banner__Three__Price2 p {
    color: #eb002f;
    font-weight: 400;
    padding: 0 10%;
    text-align: center;
}
.Landing__40__Banner__Three__Price2H4__div {
    margin-top: 45px;
    border-radius: 24px;
    border: 4px solid #eb002f;
    background-color: #79061d;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
}
.Landing__40__Banner__Three__Price2H4__div ul li {
    display: flex;
    padding: 30px 0;
}
.Landing__40__Banner__Three__Price2H4__div ul li:first-child {
    border-bottom: 1px solid #eb002f;
}
.Landing__40__Banner__Three__Price2H4__div ul li img {
    max-height: 30px;
    margin-right: 10px;
}
.Landing__40__Banner__Three__Price2H4__div ul li h4 {
    color: #fdfdfd;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
}
.Landing__40__Banner__Three__Price2H4__div ul li h4 span {
    color: #e6db17;
}
.Landing__40__Banner__Three__Price2__call {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.Landing__40__Banner__Three__Price2__call img {
    margin-right: 20px;
}
.Landing__40__Banner__Three__Price2__call h2 {
    color: #eb002f;
}
@media (max-width: 1399.99px) {
    .Landing__40 h1 {
        font-size: 35px;
        line-height: 55px;
    }
    .Landing__40 h2 {
        font-size: 28px;
        line-height: 40px;
    }
}
@media (max-width: 1023px) {
    .Landing__40 h1 {
        font-size: 28px;
        line-height: 45px;
    }
    .Landing__40 :where(.Landing__40__Order, .Price) a,
    .Landing__40 :where(.Landing__40__Order, .Price) button {
        font-size: 22px;
        padding: 10px 32px;
    }
    .Landing__40__Banner__Text h4 {
        font-size: 24px;
        line-height: 36px;
    }
    .Landing__40__Banner {
        border-radius: 0 0 50px 50px;
    }
    .Landing__40__Banner__Three__pices__ul ul li h4 {
        font-size: 20px;
        line-height: 32px;
    }
    .Landing__40__Banner__Three__pices__ul ul li img {
        height: 22px;
        margin-right: 15px;
    }
    .Landing__40__Banner__Three__pices__ul {
        margin-top: 60px;
    }
    .Landing__40__Banner__Three__Price2H4__div ul li {
        padding: 30px 8px;
    }
    .Landing__40__Banner__Three__Price2H4__div ul li h4 {
        font-size: 24px;
        line-height: 36px;
    }
    .Landing__40__Banner__Three__Delivery {
        text-align: center;
        margin-bottom: 30px;
    }
}
@media (max-width: 667px) {
    .Landing__40 h1 {
        font-size: 24px;
        line-height: 38px;
        border-radius: 0;
    }
    .Landing__40 h2 {
        font-size: 22px;
        line-height: 34px;
    }
    .Landing__40 p {
        font-size: 18px;
        line-height: 32px;
    }
    .Landing__40 .Section__Gaps {
        margin-top: 40px;
    }
    .Landing__40__Banner__Text h4 {
        padding: 20px 15px;
    }
    .Landing__40__Banner__Three__pices__h2div {
        padding: 24px 15px;
    }
    .Landing__40__Banner__Three__pices__ul ul li {
        margin-bottom: 15px;
    }
    .Landing__40__Banner__Three__pices__img img {
        outline-offset: 5px;
        border-radius: 15px;
    }
    .Landing__40__Banner__Video {
        padding: 12px;
    }
    .Landing__40__Banner__Three__List__div ul li h4 {
        font-size: 20px;
    }
    .Landing__40__Banner__Three__List__div {
        margin-top: 50px;
        padding: 0 3%;
    }
    .Landing__40__Banner__Three__ul2__div {
        margin-bottom: 40px;
        border-radius: 15px;
        border: 3px solid #eb002f;
        padding-bottom: 13px;
    }
    .Landing__40__Banner__Three__Order__Template h3 {
        padding-bottom: 15px;
        font-size: 24px;
        line-height: 36px;
    }
    .Landing__40__Banner__Three__Order__Template {
        border-radius: 15px;
        padding: 24px 0;
    }
    .Landing__40__Banner__Three__ul2__div__Section {
        background-color: #fceeec;
        padding: 50px 0;
    }
    .Landing__40__Banner__Three__Price2 {
        padding: 41px 15px 45px;
    }
    .Landing__40__Banner__Three__Price2H4__div ul li h4 {
        font-size: 20px;
        line-height: 36px;
    }
    .Landing__40__Banner__Three__Price2__call img {
        margin-right: 15px;
    }
    .Landing__40__Banner__Three__List__div ul li h4 {
        font-size: 18px;
    }
    .Landing__40__Banner__Three__List__div ul li img {
        height: 25px;
        margin-right: 10px;
    }
    .Landing__40__Banner__Three__List__div ul li {
        padding: 12px 0;
    }
}
.Landing__41 {
    --bg-color: #a62103;
    --bg-color2: #1e6403;
    --text-color: #a62103;
    --text-color2: #131412;
    --white-color: #fff;
    --yellow-color: #ffde45;
    overflow-x: hidden;
    font-family: Noto Sans Bengali, sans-serif;
}
.Landing__41 h1 {
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    line-height: 70px;
    color: var(--white-color);
    padding: 24px;
}
.Landing__41 h1 span {
    color: #ffde45;
}
.Landing__41 h2 {
    line-height: 50px;
    text-align: center;
    color: #fdfdfd;
    font-size: 40px;
    font-weight: 700;
    border-radius: 8px;
}
.Landing__41 p {
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    color: var(--header-color);
}
.Landing__41 :where(.Landing__41__Order, .Price) a,
.Landing__41 :where(.Landing__41__Order, .Price) button {
    background: linear-gradient(90deg, #ffde45 0, #ffde45 51%, #dbbf41);
    text-decoration: none;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    font-size: 30px;
    line-height: 45px;
    color: #a62103;
    padding: 15px 40px;
    font-weight: 700;
    display: inline-block;
    width: auto;
    margin-top: 30px;
    transition: 0.2s;
    border-radius: 11px;
    box-shadow: 3px 14px 39px 0 rgba(166, 33, 3, 0.58);
}
.Landing__41__Order img {
    padding: 10px;
}
.Landing__41 .Landing__41__Order {
    text-align: center;
    transition: all 0.2s;
}
.Landing__41 .Landing__41__Order:hover {
    transform: scale(1.07);
}
.Landing__41 :where(.Landing__41__Order, .Price) a:hover {
    background-position: 100%;
    color: #fff;
    text-decoration: none;
}
.Landing__41 :where(.Landing__41__Order, .Price) img {
    height: 34px;
    padding: 0 10px;
}
.Landing__41 .Price button {
    font-size: 35px;
    line-height: 55px;
    border-radius: 16px 0;
}
.Landing__41 .Section__Gaps {
    margin-top: 80px;
}
.Landing__41__Sec {
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
}
.Landing__41__Banner {
    background-color: var(--bg-color);
    text-align: center;
    padding: 80px 40px 40px;
    border-radius: 0 0 16px 16px;
}
.Landing__41__Banner__Text2 {
    margin-top: -45px;
}
.Landing__41__Banner__Text2 h4 {
    color: #a62103;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    background-color: var(--yellow-color);
    padding: 27px 52px;
    display: inline-block;
    border-radius: 15px;
}
.Landing__41__Banner__Content {
    border-radius: 24px;
    border: 4px solid #f2ea79;
    margin-bottom: 33px;
}
.Landing__41__Banner__Text img {
    margin-top: -90px;
    margin-left: 450px;
    width: 180px;
}
.Landing__41 #VideoPlayers {
    height: 700px;
}
.Landing__41 #VideoPlayers iframe {
    border-radius: 20px;
    height: 700px;
}
.Landing__41__Banner__iteams h2 {
    color: #a62103;
    text-align: center;
}
.Landing__41__Banner__iteamsFive {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    text-align: center;
    margin: 40px 0;
}
.Landing__41__Banner__iteamsFive img {
    max-height: 100px;
    transition: 0.2s;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
}
.Landing__41__Banner__iteamsFive img:hover {
    transform: rotateY(20deg);
}
.Landing__41__Banner__iteamsFive h4 {
    color: #131412;
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    margin-top: 15px;
}
.Landing__41__Banner__iteams3 {
    text-align: center;
    margin-bottom: 20px;
}
.Landing__41__Banner__iteams3 h3 {
    color: #131412;
    font-size: 32px;
    font-weight: 600;
    border-radius: 16px;
    border: 1px solid #a62103;
    display: inline-block;
    padding: 20px 40px;
}
.Landing__41__Banner__iteams3 h3 span {
    color: #a62103;
    font-size: 44px;
    font-weight: 700;
    line-height: 60px;
}
.Landing__41__Banner__H2_Div {
    border-radius: 11px;
    background-color: #1e6403;
    box-shadow: 3px 14px 39px 0 #1e6403;
    padding: 30px 0;
    transition: 0.2s;
}
.Landing__41__Banner__H2_Div:hover {
    background-color: #41a818;
}
.Landing__41__Banner__Binifit__Sec {
    padding: 44px 5% 0;
    background-image: linear-gradient(180deg, #ffe9e4, hsla(0, 0%, 100%, 0) 104.49%);
}
.Landing__41__Banner__Binifit__ul__Img img {
    width: 100%;
    max-height: 420px;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
}
.Landing__41__Banner__Binifit__ul {
    margin-top: 50px;
}
.Landing__41__Banner__Binifit__ul li {
    display: flex;
    align-items: center;
    padding: 24px 0;
    border-top: 1px solid #a62103;
}
.Landing__41__Banner__Binifit__ul li:nth-child(5) {
    border-bottom: 1px solid #a62103;
}
.Landing__41__Banner__Binifit__ul ul li img {
    height: 20px;
    margin-right: 10px;
}
.Landing__41__Banner__Binifit__ul ul li h4 {
    color: #131412;
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
}
.Landing__41__Banner__CardGap {
    margin-top: 60px;
}
.Landing__41__Banner__Card {
    outline: 1px dashed #ffde45;
    outline-offset: -10px;
    margin-bottom: 30px;
    text-align: center;
    height: 230px;
    padding: 0 32px;
    border-radius: 20px;
    background-color: #a62103;
    transition: all 0.2s;
}
.Landing__41__Banner__Card:hover {
    box-shadow: 0 54px 55px rgba(0, 0, 0, 0.25), 0 -12px 30px rgba(0, 0, 0, 0.12), 0 4px 6px rgba(0, 0, 0, 0.12), 0 12px 13px rgba(0, 0, 0, 0.17), 0 -3px 5px rgba(0, 0, 0, 0.09);
}
.Landing__41__Banner__Card h5 {
    color: #ffde45;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    padding-top: 48px;
    padding-bottom: 25px;
}
.Landing__41__Banner__Card p {
    color: #fdfdfd;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.Landing__41__Banner__Price1_Zigzak img {
    width: 100%;
    margin-bottom: -5px;
}
.Landing__41__Banner__Price1 {
    padding: 80px 0;
    text-align: center;
}
.Landing__41__Banner__Price1 h2 {
    color: #a62103;
}
.Landing__41__Banner__Price1 h5 {
    color: #1e6403;
    text-decoration: line-through;
    font-size: 30px;
    font-weight: 600;
    line-height: 55px;
}
.Landing__41__Banner__Price1H2 {
    display: inline-block;
    background-color: var(--bg-color);
    padding: 30px 35px;
    border-radius: 12px;
}
.Landing__41__Banner__Price1H2 h2 {
    color: #ffde45;
}
.Landing__41__Banner__Price1_Sec {
    background-color: #f3f3f3;
}
.Landing__41__Banner__Binifit2_img {
    padding: 0 10%;
}
.Landing__41__Banner__Binifit2_img img {
    width: 100%;
    max-height: 570px;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
}
.Landing__41__Banner__Binifit2__ul {
    margin-top: 50px;
}
.Landing__41__Banner__Binifit2__ul ul li {
    display: flex;
    align-items: baseline;
    padding: 20px 0;
}
.Landing__41__Banner__Binifit2__ul ul li img {
    height: 20px;
    margin-left: 15px;
    margin-right: 10px;
}
.Landing__41__Banner__Binifit2__ul ul li h4 {
    color: #131412;
    font-weight: 600;
    line-height: 34px;
    font-size: 22px;
}
.Landing__41__Banner__Price2 {
    background-color: #1e6403;
    border-radius: 32px;
}
.Landing__41__Banner__Price2 h5 {
    color: #fdfdfd;
}
.Landing__41__Banner__Price2 h2 {
    color: #ffde45;
}
.Landing__41__Banner__Price2H2 {
    border-radius: 12px;
    background: rgba(98, 215, 54, 0.78);
}
.Landing__41__Banner__Price2H2 h2 {
    color: #1e6403;
}
.Landing__41__Order_Deliverey__Main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10%;
}
.Landing__41__Order__Deliverey {
    text-align: center;
}
.Landing__41__Order__Deliverey img {
    max-height: 114px;
}
.Landing__41__Order__Deliverey h4 {
    color: #131412;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 44px;
    margin: 30px;
}
@media (max-width: 1399.99px) {
    .Landing__41 h1 {
        font-size: 35px;
        line-height: 55px;
    }
    .Landing__41 h2 {
        font-size: 28px;
        line-height: 40px;
    }
    .Landing__41 #VideoPlayers {
        height: 500px;
    }
    .Landing__41 #VideoPlayers iframe {
        border-radius: 20px;
        height: 500px;
    }
    .Landing__41__Banner__Card {
        height: 310px;
    }
}
@media (max-width: 1023px) {
    .Landing__41 h1 {
        font-size: 28px;
        line-height: 45px;
    }
    .Landing__41 :where(.Landing__41__Order, .Price) a,
    .Landing__41 :where(.Landing__41__Order, .Price) button {
        font-size: 22px;
        padding: 10px 32px;
    }
    .Landing__41__Banner__Text2 h4 {
        padding: 20px 15px;
        border-radius: 15px;
    }
    .Landing__41__Banner__Text img {
        margin-top: -90px;
        margin-left: 0;
        width: 125px;
    }
    .Landing__41__Banner__iteamsFive {
        grid-template-columns: auto auto auto;
    }
    .Landing__41__Banner__iteamsFive div {
        margin-bottom: 20px;
    }
    .Landing__41__Banner__iteams3 h3 span {
        font-size: 38px;
    }
    .Landing__41__Banner__iteams3 h3 {
        font-size: 28px;
    }
    .Landing__41__Banner__Binifit__ul ul li h4 {
        font-size: 20px;
    }
    .Landing__41__Banner__Binifit__ul__Img img {
        margin-top: 20px;
    }
    .Landing__41__Order_Deliverey__Main {
        display: block;
    }
    .Landing__41 #VideoPlayers {
        height: 400px;
    }
    .Landing__41 #VideoPlayers iframe {
        border-radius: 20px;
        height: 400px;
    }
    .Landing__41__Banner__Text2 h4 {
        font-size: 20px;
    }
}
@media (max-width: 667px) {
    .Landing__41 h1 {
        font-size: 24px;
        line-height: 34px;
        border-radius: 0;
    }
    .Landing__41 h2 {
        font-size: 22px;
        line-height: 34px;
    }
    .Landing__41 p {
        font-size: 18px;
        line-height: 32px;
    }
    .Landing__41 .Section__Gaps {
        margin-top: 40px;
    }
    .Landing__41 #VideoPlayers {
        height: 200px;
    }
    .Landing__41 #VideoPlayers iframe {
        border-radius: 20px;
        height: 200px;
    }
    .Landing__41__Banner {
        padding: 80px 10px 40px;
    }
    .Landing__41__Banner__Text img {
        margin-top: -78px;
        margin-left: 0;
        width: 87px;
    }
    .Landing__41__Banner__iteamsFive {
        grid-template-columns: auto auto;
    }
    .Landing__41__Banner__iteams3 h3 {
        color: #131412;
        font-size: 24px;
        padding: 20px 10px;
    }
    .Landing__41__Banner__iteams3 h3 span {
        font-size: 28px;
        line-height: 47px;
    }
    .Landing__41 :where(.Landing__41__Order, .Price) a,
    .Landing__41 :where(.Landing__41__Order, .Price) button {
        font-size: 22px;
        padding: 10px 8px;
    }
    .Landing__41 :where(.Landing__41__Order, .Price) img {
        height: 20px;
        padding: 0 10px;
    }
    .Landing__41__Banner__Card {
        height: auto;
        padding-bottom: 25px;
    }
    .Landing__41__Banner__Price1 h5 {
        font-size: 22px;
        font-weight: 600;
        line-height: 44px;
    }
    .Landing__41__Banner__Price1H2 {
        padding: 15px 24px;
        border-radius: 12px;
    }
    .Landing__41__Banner__Price1 {
        padding: 30px 0;
        text-align: center;
        margin-top: -8px;
    }
    .Landing__41__Banner__H2_Div {
        padding: 18px 0;
    }
    .Landing__41__Banner__Binifit2__ul ul li h4 {
        line-height: 30px;
        font-size: 18px;
    }
    .Landing__41__Banner__Binifit2__ul ul li {
        display: flex;
        align-items: center;
        padding: 8px 0;
    }
    .Landing__41__Banner__Binifit2__ul {
        margin-top: 0;
    }
    .Landing__41__Order__Deliverey h4 {
        font-size: 20px;
        margin: 16px;
    }
    .Landing__41__Banner__Price2 {
        background-color: #1e6403;
        border-radius: 15px;
    }
    .Landing__41__Banner__Binifit__ul li {
        padding: 10px 0;
    }
    .Landing__41 h1 {
        padding: 24px 15px;
    }
    .Landing__41__Banner__Binifit__ul ul li h4 {
        font-size: 18px;
    }
    .Landing__41__Banner__D__flex {
        flex-direction: column-reverse;
    }
    .Landing__41__Banner__Binifit2_img img {
        margin-top: 15px;
        margin-bottom: 15px;
        width: 100%;
        max-height: 378px;
    }
}
.Multipage__1 {
    overflow-x: hidden;
    font-family: Open Sans, sans-serif;
}
.Landing__9 h1 {
    font-size: 81px;
    color: #fff;
    font-weight: 600;
}
.Multipage__1 h2 {
    font-size: 24px;
    line-height: 32px;
    color: #253d4e;
    font-weight: 700;
}
.Landing__9 p {
    font-size: 18px;
    line-height: 27px;
    color: #192335;
    font-weight: 400;
}
.Multipage__1 a.bg {
    margin-top: 30px;
    padding: 8px 44px;
    color: #fff;
    background: #fed700;
    background-size: 200% auto;
    border-radius: 10px;
    display: inline-block;
    font-size: 20px;
    line-height: 37px;
    transition: all 0.2s linear;
    transform: scale(0.9);
}
.Multipage__1 a.bg:hover {
    color: #fff;
    text-decoration: none;
    transform: scale(1);
}
.Multipage__1 a.bg2 {
    margin-top: 30px;
    padding: 8px 44px;
    color: #fed700;
    background-size: 200% auto;
    border-radius: 10px;
    display: inline-block;
    font-size: 20px;
    line-height: 32px;
    border: 2px solid #fed700;
    margin-left: 30px;
    transition: all 0.2s linear;
    transform: scale(0.9);
}
.Multipage__1 a.bg2:hover {
    color: #fff;
    text-decoration: none;
    background: #fed700;
    transform: scale(1);
}
.Multipage__1 a.bg3 {
    font-family: Comic Neue, cursive;
    margin-top: 30px;
    font-weight: 700;
    padding: 7px 44px;
    color: #f3e8e8;
    background: #ff8080;
    background-size: 200% auto;
    border-radius: 50px;
    display: inline-block;
    font-size: 16px;
    line-height: 25px;
    transition: all 0.2s linear;
    transform: scale(0.9);
}
.Multipage__1 a.bg3:hover {
    color: #f3e8e8;
    text-decoration: none;
    transform: scale(1);
}
.Multipage__1 a.bg5 {
    margin-top: 15px;
    padding: 8px 10px;
    color: #fff;
    background: #3bb77e;
    background-size: 200% auto;
    border-radius: 5px;
    display: inline-block;
    font-size: 12px;
    margin-left: 10px;
    font-weight: 700;
    line-height: 20px;
    transition: all 0.2s linear;
    transform: scale(0.9);
}
.Multipage__1 a.bg5:hover {
    color: #fff;
    text-decoration: none;
    transform: scale(1);
}
.Multipage__1 a.bg6 {
    margin-top: 15px;
    padding: 6px 10px;
    font-weight: 700;
    color: #3bb77e;
    background-size: 200% auto;
    border-radius: 5px;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    border: 2px solid #3bb77e;
    transition: all 0.2s linear;
    transform: scale(0.9);
}
.Multipage__1 a.bg6:hover {
    color: #fff;
    text-decoration: none;
    background: #3bb77e;
    transform: scale(1);
}
.Multipage__1 .Section__Gaps {
    padding-top: 100px;
}
.Multipage__1__ManubarDiv {
    display: flex;
    height: 92px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.Multipage__1__ManubarItem1 img {
    max-height: 42px;
    object-fit: cover;
}
.Multipage__1__ManubarItem2 {
    width: 40%;
}
.Multipage__1__ManubarInputDiv {
    display: flex;
    height: 40px;
    border: 1px solid #3bb77e;
    border-radius: 5px;
}
.Multipage__1__ManubarItem1 {
    margin-right: 8%;
}
.Multipage__1__ManubarItem2 {
    margin-right: 3%;
}
.Multipage__1__ManubarInputDiv button {
    width: 58px;
    border-radius: 4px;
    background: #3bb77e;
    color: #fff;
    font-size: 20px;
}
.Multipage__1__ManubarInputDiv input {
    margin-left: 20px;
    border-radius: 5px;
}
.Multipage__1__ManubarInputDiv ::placeholder {
    color: #ababab;
}
.Multipage__1__ManubarItem3 a {
    font-size: 12px;
    margin-left: 4px;
    color: #253d4e;
}
.Multipage__1__ManubarItem3 ul {
    display: flex;
}
.Multipage__1__ManubarItem3 ul li {
    display: flex;
    align-items: center;
}
.Multipage__1__ManubarItem3 ul li:nth-child(2),
.Multipage__1__ManubarItem3 ul li:nth-child(3) {
    margin-left: 36px;
}
.Multipage__1__TopNum {
    font-size: 10px;
    padding: 1px 5px;
    border-radius: 50%;
    background-color: #3bb77e;
    margin-left: -5px;
    color: #fff;
    margin-top: -22px;
}
.Multipage__1__menuicon {
    font-size: 24px;
    vertical-align: -5px;
    color: #253d4e;
}
.Multipage__1__divider {
    height: 20px;
    border-left: 2px solid #fff;
    margin: 0 20px;
}
.Multipage__1__HrDiv {
    border-bottom: 1px solid #dfdfdf;
}
.Multipage__1__MenubarDiv2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 62px;
}
.Multipage__1__MenuDiv a {
    margin-left: 40px;
    font-size: 16px;
    color: #28243b;
}
.Multipage__1__MenuDiv a:hover {
    color: #3bb77e;
}
.Multipage__1__MenubarDiv2Item2 svg {
    color: #bababa;
    margin-left: 22px;
    font-size: 18px;
}
.Multipage__1__MenubarDiv2Item2 svg:hover {
    color: #3bb77e;
}
.Multipage__1 .dropdown-toggle:after {
    display: none;
}
.Multipage__1__MenubarImgDiv {
    display: flex;
    align-items: center;
    padding: 7px 22px;
    background: #3bb77e;
    border-radius: 5px;
}
.Multipage__1__MenubarImgDiv span {
    font-size: 14px;
    color: #fff;
    margin-left: 11px;
    margin-right: 6px;
}
.Multipage__1__MenubarDiv2Item {
    display: flex;
    align-items: center;
}
.Multipage__1__DropItem a {
    padding: 7px 33px;
}
.Multipage__1 .dropdown-menu {
    --bs-dropdown-link-active-bg: #3bb77e;
}
.Multipage__1 .dropdown-toggle:after {
    display: contents;
}
.Multipage__1__MobileVs {
    display: none;
}
.Multipage__1__MenubarMob1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 48px;
    background: #3bb77e;
}
.Multipage__1__MenubarDiv2Item3 svg {
    color: #fff;
}
.Multipage__1__OffCanDiv ul {
    padding-left: 0;
}
.Multipage__1__OffCanDiv ul li {
    list-style: none;
    text-align: center;
    transition: 0.2s;
}
.Multipage__1__OffCanDiv ul li:hover {
    background: #3bb77e;
    border-radius: 10px;
}
.Multipage__1__OffCanDiv ul li a {
    text-decoration: none;
    font-weight: 16px;
    font-weight: 700;
    color: #3bb77e;
    padding: 8px;
    display: block;
    transition: 0.2s;
}
.Multipage__1__OffCanDiv ul li:hover a {
    color: #fff;
}
.Multipage__1 .btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #fff;
    --bs-btn-border-color: #fff;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #fff;
}
.Multipage__1__SliderContantDiv {
    position: relative;
    margin-top: 20px;
}
.Multipage__1__SliderContantDiv img {
    width: 100%;
    max-height: 516px;
    object-fit: cover;
}
.Multipage__1__SliderContantDiv__Abs {
    position: absolute;
    top: 0;
    right: 61px;
    height: 100%;
    display: flex;
    align-items: center;
}
.Multipage__1__SliderContantDiv__Abs h1 {
    color: #fed700;
    font-size: 46px;
    line-height: 70px;
}
.Multipage__1__H1s1 {
    color: #fff;
}
.Multipage__1__H1s1,
.Multipage__1__H1s2 {
    font-size: 74px;
    font-family: Kalam, cursive;
}
.Multipage__1__H1s2 {
    color: #fed700;
}
.Multipage__1__H1s3 {
    color: #fff;
}
.Multipage__1 .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 16px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 16px));
    background: #bababa;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.7);
}
.Multipage__1 .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #fff;
}
.Multipage__1 .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 9px);
}
.Multipage__1__CategoriesDiv {
    margin-bottom: 10px;
}
.Multipage__1__CategoriesDiv h2 {
    margin: 30px 0 10px;
}
.Multipage__1__Categories__Slider__Div {
    height: 140px;
    text-align: center;
    box-shadow: 0 12px 20px 4px rgba(0, 0, 0, 0.072);
    border-radius: 1px solid #ddd;
    border-radius: 5px;
}
.Multipage__1__Categories__Slider__Div_Dflex,
.Multipage__1__Categories__Slider__ImgDiv {
    display: flex;
    justify-content: center;
    align-items: center;
}
.Multipage__1__Categories__Slider__ImgDiv img {
    width: 110px;
    height: 100px;
    object-fit: fill;
    transform: scale(0.92);
    transition: 0.2s;
}
.Multipage__1__Categories__Slider__ImgDiv img:hover {
    transform: scale(1);
}
.Multipage__1__Categories__Slider__Div h4 {
    color: #ababab;
    font-size: 14px;
    margin-top: 14px;
}
.Multipage__1 .mySwiper2 {
    padding: 20px 30px 30px 20px;
}
.Multipage__1 .mySwiper2 .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto;
}
.Multipage__1 .mySwiper2 .swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto;
}
.Multipage__1 .mySwiper2 .swiper-button-next:after,
.Multipage__1 .mySwiper2 .swiper-button-prev:after {
    background: #fff;
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 700;
    color: #3bb77e;
    box-shadow: 0 2px 5px 3px rgba(0, 0, 0, 0.2);
    border-radius: 100px;
}
.Multipage__1__CardDiv {
    height: 274px;
    background: #f0e8d5;
    border-radius: 10px;
    position: relative;
}
.Multipage__1__CardDiv3 {
    background: #e7eaf3;
}
.Multipage__1__CardAbs {
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    border-radius: 10px;
    width: 100%;
    height: 100%;
}
.Multipage__1__CardAbs img:first-child {
    width: 85%;
    max-height: 140px;
    object-fit: cover;
}
.Multipage__1__CardAbs img:nth-child(2) {
    position: absolute;
    height: 110px;
    bottom: 40px;
    left: 35%;
    z-index: 3;
}
.Multipage__1__CardAbs h4 {
    position: absolute;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    bottom: 10px;
    color: #28243b;
    z-index: 4;
}
.Multipage__1__CardAbs h4 span {
    color: #319a29;
}
.Multipage__1__CardAbs2 {
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    border-radius: 10px;
    width: 100%;
    height: 100%;
}
.Multipage__1__CardAbs2 h4 {
    position: absolute;
    text-align: left;
    left: 23px;
    top: 24px;
    z-index: 4;
    color: #000;
    font-size: 27px;
}
.Multipage__1__CardAbs2 h4 span {
    color: #558b2f;
    font-weight: 700;
}
.Multipage__1__CardAbs2 a.bg3 {
    position: absolute;
    text-align: left;
    left: 23px;
    top: 64px;
    z-index: 5;
}
.Multipage__1__CardAbs2 img {
    position: absolute;
    width: 80%;
    bottom: 0;
    left: 7%;
    z-index: 2;
    max-height: 157px;
    object-fit: cover;
}
.Multipage__1__CardAbs3 {
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    border-radius: 10px;
    width: 100%;
    height: 100%;
}
.Multipage__1__CardAbs3 h4 {
    position: absolute;
    text-align: left;
    font-size: 25px;
    line-height: 30px;
    width: 35%;
    left: 23px;
    font-weight: 400;
    top: 24px;
    z-index: 4;
    color: #000;
}
.Multipage__1__CardAbs3 h4 span {
    color: #558b2f;
    font-weight: 700;
}
.Multipage__1__CardAbs3 img {
    position: absolute;
    width: 60%;
    bottom: 5%;
    right: 2%;
    z-index: 2;
    max-height: 178px;
    object-fit: cover;
}
.Multipage__1__CardAbs3 a.bg4 {
    position: absolute;
    background: #5778db;
    left: 23px;
    bottom: 10px;
    z-index: 5;
}
.Multipage__1__CardH2Div {
    margin: 20px 0;
}
.Multipage__1__grid-container {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-gap: 0 30px;
}
.Multipage__1__grid-item {
    height: 360px;
    padding: 10px;
    border-radius: 5px;
    position: relative;
    box-shadow: 0 12px 20px 4px rgba(0, 0, 0, 0.072);
    margin-bottom: 30px;
}
.Multipage__1__CardImgBox {
    display: flex;
    align-items: center;
    justify-content: center;
}
.Multipage__1__CardImgBox img {
    width: 160px;
    height: 190px;
    object-fit: cover;
    transform: scale(0.92);
    transition: all 0.2s;
}
.Multipage__1__CardImgBox img:hover {
    transform: scale(1);
}
.Multipage__1__CardTxtBox h4 {
    font-size: 20px;
    font-weight: 700;
    color: #3bb77e;
    margin-bottom: 10px;
    margin-top: 22px;
}
.Multipage__1__CardTxtBox h4 span {
    color: #ababab;
    text-decoration: line-through;
}
.Multipage__1__CardTxtBox h5 {
    font-size: 14px;
    color: #253d4e;
    font-weight: 700;
}
.Multipage__1__grid-itemAbs {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 4;
}
.Multipage__1__grid-itemAbs a svg {
    color: #ababab;
    font-size: 25px;
    font-weight: 700;
}
.Multipage__1__grid-itemAbs a:nth-child(2) svg {
    color: #ff0202;
    font-size: 25px;
    font-weight: 700;
    display: none;
}
.Multipage__1__grid-itemAbs:hover a:first-child svg {
    display: none;
}
.Multipage__1__grid-itemAbs:hover a:nth-child(2) svg {
    display: block;
}
.Multipage__1__AllProductDiv {
    display: flex;
    margin: 20px 0;
    flex-flow: wrap;
    align-items: center;
}
.Multipage__1__AllProductDiv a {
    margin-left: 20px;
    color: #253d4e;
    background: #d9d9d9;
    padding: 4px 12px;
    font-size: 14px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.Multipage__1__AllProductDiv__Link {
    margin-left: 20px;
    color: #fefefe !important;
    background: #3bb77e !important;
    padding: 4px 12px;
    font-size: 14px;
    font-weight: 700;
}
.Multipage__1 .accordion-button {
    padding: 0 10px;
}
.Multipage__1__DelivaryContent {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.Multipage__1__DelivaryItem {
    margin-right: 50px;
    display: flex;
}
.Multipage__1__DelivaryItem svg {
    font-size: 44px;
    line-height: 50px;
    color: #253d4e;
}
.Multipage__1__DelivaryItem .Multipage__1__text {
    margin-left: 20px;
}
.Multipage__1__DelivaryItem h3 {
    font-size: 17px;
    line-height: 26px;
    font-weight: 700;
    color: #253d4e;
}
.Multipage__1__DelivaryItem p {
    font-size: 15px;
    line-height: 20px;
    color: #253d4e;
}
.Multipage__1__HrDivht {
    margin: 40px 0;
}
.Multipage__1__AddressDivItem {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.Multipage__1__AddressDivItem h3 {
    font-size: 24px;
    line-height: 37px;
    font-weight: 700;
    color: #253d4e;
}
.Multipage__1__text img {
    max-height: 42px;
    object-fit: cover;
}
.Multipage__1__AddressDivItem p {
    font-size: 20px;
    line-height: 27px;
    color: #000;
}
.Multipage__1__SocialMedia {
    text-align: center;
}
.Multipage__1__SocialMedia div {
    margin-top: 10px;
}
.Multipage__1__SocialMedia a {
    font-size: 24px;
    color: #bababa;
    margin: 0 15px;
    transition: 0.2s;
}
.Multipage__1__Tiney {
    margin-bottom: 50px;
}
.Multipage__1__Tiney p {
    color: #bababa !important;
}
.Multipage__1__Tiney p a {
    color: #253d4e !important;
}
.Multipage__1__SocialMediaLinkDiv a:hover {
    color: #3bb77e;
}
.Multipage__1__AccrodingDivMain {
    padding: 10px 20px;
    box-shadow: 0 12px 20px 4px rgba(0, 0, 0, 0.072);
}
.Multipage__1__AccrodingDivMain h4 {
    font-size: 18px;
    line-height: 21px;
    color: #747474;
    margin-top: 10px;
    margin-bottom: 10px;
}
.Multipage__1__AllProductDiv2 {
    margin: 30px 0;
}
.Multipage__1__AccrodingDiv {
    box-shadow: 0 12px 20px 4px rgba(0, 0, 0, 0.072);
    padding: 10px;
}
.Multipage__1__AccrodingDiv ul li a {
    font-size: 14px;
    line-height: 24px;
    color: #bcbcbc;
}
.Multipage__1__AccrodingDiv ul li a:hover {
    font-size: 14px;
    line-height: 24px;
    color: #57585a;
}
.Multipage__1__center {
    text-align: right;
    font-family: monospace;
}
.Multipage__1__pagination {
    display: inline-block;
}
.Multipage__1__pagination a {
    color: #000;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color 0.5s;
    border: 1px solid #ddd;
    margin: 0 4px;
    font-size: 20px;
}
.Multipage__1__active {
    background-color: #56c040;
    color: #fff;
    border: 1px solid #56c040;
}
.Multipage__1__pagination a:hover:not(.Multipage__1__active) {
    background-color: #ddd;
}
.Multipage__1__Pagination {
    margin: 50px 0;
}
.Multipage__1__ThambImgBox {
    padding: 25px;
}
.Multipage__1__ThambImgBox img {
    height: 527px;
    width: 100%;
    object-fit: fill;
}
.Multipage__1__ThambImgSmall img {
    height: 80px;
    width: 80px;
    object-fit: cover;
    padding: 5px;
}
.Multipage__1__ThambImgSmall img:hover {
    border: 1px solid #fa4a4a;
}
.Multipage__1__CartDetails {
    padding: 60px 0 0 20px;
}
.Multipage__1__CartInstcok {
    font-size: 12px;
    font-weight: 700;
    color: #3bb77e;
    padding: 5px 17px;
    background: #d8f1e5;
    margin-bottom: 20px;
    display: inline-block;
    border-radius: 50px;
}
.Multipage__1__CartDetails h2 {
    font-size: 28px;
    line-height: 37px;
    color: #253d4e;
    font-weight: 700;
    width: 70%;
    margin-bottom: 20px;
}
.Multipage__1__CartStarDiv svg {
    color: #f2b23e;
    margin-right: 10px;
}
.Multipage__1__CartStarDiv svg:nth-child(5) {
    color: #ebebeb;
    margin-right: 10px;
}
.Multipage__1__CartStarDiv span {
    font-size: 18px;
    color: #253d4e;
}
.Multipage__1__CartStarDiv {
    margin-bottom: 20px;
}
.Multipage__1__CartTKDiv h3 {
    font-size: 30px;
    line-height: 40px;
    color: #253d4e;
    margin-right: 15px;
    font-weight: 700;
}
.Multipage__1__CartTKDiv h4 {
    font-size: 20px;
    color: #ababab;
    margin-right: 10px;
    text-decoration: line-through;
}
.Multipage__1__CartTKDiv span {
    height: 13px;
    border-right: 1px solid #3bb77e;
    margin-right: 10px;
}
.Multipage__1__CartTKDiv h6 {
    font-size: 12px;
    color: #ababab;
}
.Multipage__1__CartTKDiv {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.Multipage__1__CartButtonDiv .bg svg {
    font-size: 24px;
    color: #fff;
}
.Multipage__1__CartButtonDiv .bg {
    background-color: #3bb77e !important;
}
.Multipage__1__CartButtonDiv2 p {
    font-size: 16px;
    line-height: 26px;
    color: #ababab;
}
.Multipage__1__CartButtonDiv div button:first-child svg {
    color: #dfdfdf;
    font-size: 28px;
}
.Multipage__1__CartButtonDiv div button:first-child {
    width: 25px;
    height: 25px;
    border-radius: 100px;
    background: none;
}
.Multipage__1__CartButtonDiv div button:nth-child(3) {
    width: 25px;
    height: 25px;
    background: #ffc107;
    color: #fff;
    border-radius: 100px;
}
.Multipage__1__CartButtonDiv div {
    padding: 15px 10px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    display: flex;
    align-items: center;
    display: inline-block;
}
.Multipage__1__CartButtonDiv {
    margin-bottom: 20px;
}
.Multipage__1__CartButtonDiv div span {
    color: #111a45;
    font-size: 18px;
    margin: 0 30px;
}
.Multipage__1__CartColorDiv {
    margin-bottom: 40px;
}
.Multipage__1__CartColorDiv ul {
    display: flex;
}
.Multipage__1__CartColorDiv ul li {
    margin-right: 30px;
}
.Multipage__1__CartColorDiv h4 {
    color: #a1a1a1;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}
.Multipage__1__CartColorButton button {
    height: 16px;
    width: 16px;
    border-radius: 100px;
    margin-right: 15px;
}
.Multipage__1__CartColorButton button:hover {
    outline: 1px solid #888;
    outline-offset: 3px;
}
.Multipage__1__CartColorButton button:first-child {
    background: #fd9173;
}
.Multipage__1__CartColorButton button:nth-child(2) {
    background: #0f140d;
}
.Multipage__1__CartColorButton2 button {
    background: none;
    font-size: 12px;
    border-radius: 100px;
    border: 1px solid #dfdfdf;
    width: 24px;
    height: 24px;
    margin-right: 15px;
}
.Multipage__1__CartColorButton2 button:hover {
    background: #3bb77e;
    color: #fff;
}
.Multipage__1__CartColorButton2 svg {
    color: #ffc107;
    font-size: 18px;
    margin: 0 15px;
}
.Multipage__1__CartColorButton2 a {
    color: #253d4e;
    font-size: 14px;
}
.Multipage__1__ShareDiv {
    display: flex;
    align-items: center;
}
.Multipage__1__ShareDiv h4 {
    color: #a1a1a1;
    font-size: 16px;
    line-height: 24px;
}
.Multipage__1__ShareDiv a {
    font-size: 20px;
    background: rgba(59, 183, 126, 0.2);
    color: #3bb77e;
    padding: 0 6px 2px;
    border-radius: 100px;
    margin-left: 15px;
}
.Multipage__1__ShareDiv a:hover {
    font-size: 20px;
    background: #3bb77e;
    color: #fff;
}
.Multipage__1__DesDiv p {
    font-size: 14px;
    line-height: 24px;
    color: #ababab;
    padding-bottom: 40px;
    padding-top: 40px;
}
.Multipage__1__DesDiv ul li:before {
    content: "\2022";
    color: red;
    font-weight: 700;
    display: inline-block;
    font-size: 20px;
    width: 20px;
    margin-left: -15px;
}
.Multipage__1__InformationDiv {
    padding: 40px 0;
}
.Multipage__1__InformationDiv div {
    display: flex;
    justify-content: space-between;
}
.Multipage__1__InformationDiv div:nth-child(2) {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}
.Multipage__1__InformationDiv div p {
    padding: 15px 0;
    color: #141330;
    font-size: 18px;
}
.Multipage__1__InformationDiv div p:nth-child(2) {
    color: #8b8b8b;
    font-size: 16px;
}
.Multipage__1__ReviewsDiv {
    margin-top: 80px;
    padding-bottom: 15px;
}
.Multipage__1__ReviewsDiv h2 {
    font-size: 18px;
    color: #121212;
}
.Multipage__1__ReviewsDiv p {
    font-size: 14px;
    color: #8b8b8b;
    line-height: 24px;
    margin-top: 20px;
}
.Multipage__1__ReviewsDiv2 {
    display: flex;
    margin-top: 40px;
}
.Multipage__1__ReviewsDiv3 {
    display: flex;
}
.Multipage__1__ReviewsDiv3 h4 {
    color: #ff6c45;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}
.Multipage__1__ReviewsDiv3 h6 {
    color: #4f4f4f;
    font-size: 14px;
    line-height: 24px;
}
.Multipage__1__ReviewsDiv3 img {
    height: 70px;
    width: 70px;
    object-fit: cover;
    margin-right: 20px;
}
.Multipage__1__ReviewsDivIcon {
    display: flex;
    justify-content: flex-end;
    width: 50%;
    margin-top: 20px;
}
.Multipage__1__CustomerDiv {
    margin-top: 40px;
    padding-left: 100px;
}
.Multipage__1__CartStarDiv span {
    margin-right: 15px;
}
.Multipage__1__Progress {
    margin-top: 40px;
}
.Multipage__1__Progress h4 {
    margin-bottom: 15px;
}
.Multipage__1__Progress h5 {
    margin-top: 25px;
}
.Multipage__1__Fromtxt {
    height: 150px;
    width: 70%;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    padding-left: 15px;
    padding-top: 10px;
}
.Multipage__1__AddReview h5 {
    margin: 12px 0;
}
.Multipage__1__AddReview h4 {
    margin: 10px 0;
}
.Multipage__1__Fromtxt2 {
    height: 55px;
    width: 50%;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    padding-left: 15px;
}
.Multipage__1__checkbox input {
    display: inline;
    width: 14px;
}
.Multipage__1__checkbox p {
    display: inline;
    width: 14px;
    color: #8b8b8b;
    margin-left: 10px;
}
.Multipage__1__FromDiv .Multipage__1__FromDivS {
    width: 161px;
    height: 57px;
    background: #3bb77e;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
    margin-top: 30px;
}
@media (max-width: 1400px) {
    .Multipage__1__grid-container {
        grid-template-columns: auto auto auto auto;
        grid-gap: 0 30px;
    }
}
@media (max-width: 1280px) {
    .Multipage__1__CardTxtBox h5 {
        font-size: 12px;
    }
    .Multipage__1__CardAbs2 a.bg3 {
        position: absolute;
        text-align: left;
        left: 23px;
        top: 98px;
        z-index: 5;
    }
    .Multipage__1 .accordion-body {
        padding: 10px;
    }
}
@media (max-width: 991px) {
    .Multipage__1__CustomerDiv {
        margin-top: 40px;
        padding-left: 0;
    }
    .Multipage__1__CardDiv {
        height: 274px;
        background: #f0e8d5;
        border-radius: 10px;
        position: relative;
        margin: 30px 21%;
    }
    .Multipage__1__grid-container {
        grid-template-columns: auto auto auto;
        grid-gap: 0 30px;
    }
    .Multipage__1__CardTxtBox h5 {
        font-size: 12px;
        font-weight: 600;
    }
    .Multipage__1__DextopVs {
        display: none;
    }
    .Multipage__1__MobileVs {
        display: block;
    }
    .Multipage__1__ManubarInputDiv button {
        width: 48px;
        border-radius: 0 4px 4px 0;
        background: #fff;
        color: #8b8b8b;
        font-size: 16px;
        margin-right: 10px;
    }
    .Multipage__1__ManubarInputDiv input::placeholder {
        padding-left: 0;
        font-size: 12px;
    }
    .Multipage__1__ManubarInputDiv input {
        padding-left: 10px;
        border-radius: 4px 0 0 4px;
    }
    .Multipage__1__MenubarDiv2Item2 svg {
        color: #fff;
        margin-left: 10px;
        font-size: 18px;
    }
    .Multipage__1__ManubarItem2 {
        width: 50%;
    }
    .Multipage__1__ManubarInputDiv {
        display: flex;
        height: 30px;
        border: 1px solid #3bb77e;
        border-radius: 2px;
    }
    .Multipage__1__MobileVsBg {
        background: #3bb77e;
    }
    .Multipage__1__MobileVs2 {
        height: 74px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .Multipage__1__MenubarImgDiv {
        display: flex;
        align-items: center;
        padding: 7px 13px;
        background: #fff;
        border-radius: 5px;
    }
    .Multipage__1__MenubarImgDiv img {
        max-height: 28px;
        object-fit: cover;
    }
    .Multipage__1__ManubarItem3 ul li:nth-child(2) {
        margin-left: 20px;
    }
    .Multipage__1__ManubarItem3 ul li:nth-child(3) {
        margin-left: 20px;
        margin-right: 10px;
    }
    .Multipage__1__H1s1 {
        color: #fff;
    }
    .Multipage__1__H1s1,
    .Multipage__1__H1s2 {
        font-size: 50px;
        font-family: Kalam, cursive;
    }
    .Multipage__1__H1s2 {
        color: #fed700;
    }
    .Multipage__1__SliderContantDiv__Abs h1 {
        color: #fed700;
        font-size: 30px;
        line-height: 53px;
    }
    .Multipage__1 .swiper-pagination {
        display: none;
    }
    .Multipage__1 a.bg {
        margin-top: 30px;
        padding: 8px 33px;
    }
    .Multipage__1 a.bg2 {
        margin-top: 30px;
        padding: 8px 20px;
        margin-left: 10px;
    }
    .Multipage__1__DelivaryContent {
        display: block;
    }
    .Multipage__1__DelivaryItem {
        margin-right: 50px;
        display: flex;
        margin-bottom: 20px;
    }
    .Multipage__1__AddressDivItem {
        display: block;
        text-align: center;
    }
    .Multipage__1__text2 {
        margin: 20px 0;
    }
    .Multipage__1__MenubarDiv2Item3 a svg:hover {
        color: #fff;
    }
}
@media (max-width: 767px) {
    .Multipage__1__CardDiv {
        height: 274px;
        margin: 15px 12%;
    }
    .Multipage__1__grid-container {
        grid-template-columns: auto auto;
        grid-gap: 0 30px;
    }
    .Multipage__1__H1s1 {
        color: #fff;
    }
    .Multipage__1__H1s1,
    .Multipage__1__H1s2 {
        font-size: 35px;
        font-family: Kalam, cursive;
    }
    .Multipage__1__H1s2 {
        color: #fed700;
    }
    .Multipage__1__SliderContantDiv__Abs h1 {
        color: #fed700;
        font-size: 22px;
        line-height: 37px;
    }
    .Multipage__1 a.bg {
        margin-top: 30px;
        padding: 2px 33px;
        font-size: 16px;
    }
    .Multipage__1 a.bg2 {
        margin-top: 30px;
        padding: 2px 9px;
        margin-left: 10px;
    }
    .Multipage__1__SliderContantDiv__Abs {
        position: absolute;
        top: 0;
        right: 13px;
    }
    .Multipage__1 .mySwiper2 .swiper-button-next,
    .Multipage__1 .mySwiper2 .swiper-button-prev {
        display: none;
    }
    .Multipage__1__AllProductDiv a {
        margin-left: 10px;
        margin-bottom: 10px;
    }
    .Multipage__1 h2 {
        font-size: 20px;
    }
    .Multipage__1__pagination a {
        color: #000;
        float: left;
        padding: 0 8px;
        text-decoration: none;
        transition: background-color 0.5s;
        border: 1px solid #ddd;
        font-size: 14px;
        margin: 0 4px 10px;
    }
    .Multipage__1__CartDetails h2 {
        line-height: 30px;
        color: #253d4e;
        font-weight: 700;
        width: 100%;
        margin-bottom: 20px;
    }
    .Multipage__1__Fromtxt {
        height: 100px;
        width: 100%;
    }
    .Multipage__1__Fromtxt2 {
        height: 40px;
        width: 100%;
        border: 1px solid #ebebeb;
        border-radius: 10px;
    }
}
@media (max-width: 575px) {
    .Multipage__1 .nav {
        display: block;
    }
    .Multipage__1 .nav-fill .nav-item {
        margin-bottom: 15px;
    }
    .Multipage__1__DesDiv ul li:before {
        content: "\2022";
        margin-left: -15px;
    }
    .Multipage__1__DesDiv ul li {
        margin-left: 15px;
    }
    .Multipage__1__CartTKDiv h3 {
        font-size: 24px;
    }
    .Multipage__1__CartColorDiv ul {
        display: block;
    }
    .Multipage__1__CartColorButton2 svg {
        color: #ffc107;
        font-size: 18px;
        margin: 0 5px;
    }
    .Multipage__1__CartButtonDiv div span {
        color: #111a45;
        font-size: 16px;
        margin: 0 16px;
    }
    .Multipage__1__ThambImgBox img {
        height: 450px;
        width: 100%;
        object-fit: fill;
    }
    .Multipage__1__CardDiv {
        height: 274px;
        margin: 15px 12%;
    }
    .Multipage__1 .mySwiper2 {
        padding: 20px 0 30px;
    }
    .Multipage__1__Categories__Slider__ImgDiv img {
        width: 90px;
        height: 100px;
        object-fit: fill;
    }
    .Multipage__1__Categories__Slider__Div h4 {
        color: #ababab;
        font-size: 14px;
        margin-top: 4px;
    }
    .Multipage__1__SliderContantDiv img {
        width: 100%;
        height: 210px;
    }
    .Multipage__1__SliderContantDiv__Abs {
        position: absolute;
        top: 0;
        right: 0;
    }
    .Multipage__1 a.bg2 {
        margin-top: 15px;
        padding: 2px 9px;
        margin-left: 0;
        font-size: 14px;
    }
    .Multipage__1 a.bg {
        margin-top: 15px;
        padding: 2px 16px;
        font-size: 16px;
    }
    .Multipage__1__CardTxtBox h4 {
        font-size: 14px;
    }
    .Multipage__1__CardTxtBox h5 {
        font-size: 10px;
        font-weight: 600;
    }
    .Multipage__1__grid-item {
        height: 337px;
        padding: 6px;
    }
    .Multipage__1__grid-container {
        grid-template-columns: auto auto;
        grid-gap: 0 10px;
    }
    .Multipage__1__CardImgBox img {
        width: 136px;
        height: 165px;
    }
    .Multipage__1 a.bg6 {
        padding: 4px;
        font-weight: 600;
    }
    .Multipage__1 a.bg5,
    .Multipage__1 a.bg6 {
        margin-top: 15px;
        font-size: 9px;
        transform: scale(0.95);
    }
    .Multipage__1 a.bg5 {
        padding: 6px;
        margin-left: 3px;
    }
    .Multipage__1__AccrodingDivMain {
        padding: 10px 20px;
        margin-bottom: 30px;
    }
    .Multipage__1__MyPad div {
        padding: 0 3px;
    }
    .Multipage__1__LogoMob {
        height: 30px;
    }
    .Multipage__1__ManubarItem3 ul li:nth-child(2) {
        margin-left: 2px;
    }
    .Multipage__1__ManubarItem3 ul li:nth-child(3) {
        margin-left: 5px;
        margin-right: 5px;
    }
    .Multipage__1__menuicon {
        font-size: 20px;
        vertical-align: -5px;
        color: #253d4e;
    }
    .Multipage__1__AddressDivItem h3 {
        font-size: 22px;
        line-height: 37px;
        font-weight: 700;
        color: #253d4e;
    }
    .Multipage__1__AddressDivItem p {
        font-size: 16px;
        line-height: 24px;
        color: #000;
    }
}
@media (max-width: 450px) {
    .Multipage__1__CardDiv {
        height: 274px;
        margin: 15px 0;
    }
    .Multipage__1__AllProductDiv a {
        padding: 4px 12px;
        font-size: 12px;
    }
    .Multipage__1__ThambImgBox img {
        height: 350px;
        width: 100%;
        object-fit: fill;
    }
}
.AboutUsMultipage .Section__Gaps {
    padding-top: 100px;
}
.AboutUsMultipage {
    font-family: Jost, sans-serif;
}
.AboutUsMultipage h2 {
    font-size: 30px;
    line-height: 46px;
}
.AboutUsMultipage p {
    font-size: 16px;
    line-height: 24px;
    color: #8b8b8b;
}
.AboutUsMultipage__bannerBg img {
    width: 100%;
    max-height: 300px;
}
.AboutUsMultipage__bannerBg {
    position: relative;
}
.AboutUsMultipage__bannerTxtDiv {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.AboutUsMultipage__bannerTxt h2 {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
}
.AboutUsMultipage__bannerTxt h4 a {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
}
.AboutUsMultipage__bannerTxt h4 a:nth-child(2) {
    font-size: 16px;
    line-height: 24px;
    color: #ff6c45;
    font-weight: 400;
}
.AboutUsMultipage__AboutDiv h2 {
    color: #1f1e23;
}
.AboutUsMultipage__AboutDiv h5 {
    color: #ff6c45;
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    margin-bottom: 15px;
}
.AboutUsMultipageHr {
    border-bottom: 1px solid #ebebeb;
    margin: 30px 0;
}
@media (max-width: 768px) {
    .AboutUsMultipage h2 {
        font-size: 22px;
        line-height: 36px;
    }
    .AboutUsMultipage__AboutDiv h5 {
        color: #ff6c45;
        font-size: 22px;
    }
    .AboutUsMultipage .Section__Gaps {
        padding-top: 50px;
    }
}
.ContactUsMultipage__Mapdiv {
    width: 100%;
    max-height: 450px;
}
.ContactUsMultipage__Mapdiv iframe {
    width: 100%;
    height: 100%;
    height: 450px;
}
.ContactUsMultipage__Mapdiv h4 {
    color: #ff6c45;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 30px;
}
.ContactUsMultipage__MapdivBox {
    height: 106px;
    background-color: #f7f7f7;
    margin-left: 20px;
    display: flex;
    align-items: center;
    padding-left: 80px;
    position: relative;
    margin-bottom: 16px;
    transition: all 0.2s;
}
.ContactUsMultipage__MapdivBox:hover {
    background-color: #f0eeee;
}
.ContactUsMultipage__MapdivBox:hover .ContactUsMultipage__MapIcon__Div {
    border-radius: 100%;
    transform: rotate(1turn);
}
.ContactUsMultipage__MapdivBox h5 {
    color: #8b8b8b;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}
.ContactUsMultipage__MapIcon__Div {
    height: 72px;
    width: 72px;
    background-color: #3bb77e;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 18px;
    left: -20px;
    transition: all 1s;
}
.ContactUsMultipage__MapIcon__Div svg {
    font-size: 25px;
    color: #fff;
    font-weight: 300;
}
.ContactUsMultipage__FromDiv {
    padding-top: 50px;
    padding-bottom: 70px;
    box-shadow: 0 12px 20px 4px rgba(0, 0, 0, 0.072);
    border-top: 15px solid #3bb77e;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ContactUsMultipage__FromD__Contant__Div {
    width: 50%;
    background: #8b8b8b;
    text-align: center;
    background: #fff;
}
.ContactUsMultipage__FromD__Contant__Div h4 {
    color: #4535af;
    font-weight: 400;
}
.ContactUsMultipage__FromD__Contant__Div p {
    color: #8b8b8b;
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 25px;
    margin-top: 10px;
}
.ContactUsMultipage__FromD__Contant__Div input,
.ContactUsMultipage__FromD__Contant__Div textarea {
    border: 1px solid #ebebeb;
}
.ContactUsMultipage__FromD__Contant__Div button {
    background-color: #3bb77e;
    border: none;
    font-size: 16px;
    padding: 10px;
}
.ContactUsMultipage__FromD__Contant__Div button:hover {
    background-color: #3bb77e;
    border: none;
}
@media (max-width: 768px) {
    .ContactUsMultipage__FromD__Contant__Div {
        width: 90%;
    }
    .ContactUsMultipage__Mapdiv iframe {
        width: 100%;
        height: 100%;
        height: 250px;
    }
    .ContactUsMultipage__Mapdiv h4 {
        color: #ff6c45;
        font-size: 24px;
    }
}

/* ------custom code------- */
.custom_facility {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* grid-template-rows: repeat(1, 1fr); */
    grid-column-gap: 25px;
    grid-row-gap: 25px;
}
.custom_facility h3 {
    border-radius: 15px;
    background: white;
    padding: 20px;
    box-shadow: 0 10px 49px 0 rgba(0, 0, 0, 0.13);
    /* min-height: 200px; */
    word-break: break-all;
    color: #0d9c2b;
}

@media (max-width: 1100px) {
    .custom_facility {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 767px) {
    .custom_facility {
        grid-template-columns: repeat(1, 1fr);
    }
}
.owl-theme .owl-dots .owl-dot {
    width: auto!important;
}
img {max-width: 100%!important;}