@import url('font-gontserrat.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --white: 0 0% 100%;
    --light-h: 0;
    --light-s: 1%;
    --light-l: 53%;
    --light: var(--light-h) var(--light-s) var(--light-l);
    --black-h: 0;
    --black-s: 0%;
    --black-l: 0%;
    --black: var(--black-h) var(--black-s) var(--black-l);
    --heading-color: var(--white);
    --body-color: var(--white);
    --section-bg: 0 0% 100%;

    --body-font: 'Montserrat', sans-serif;
    --heading-font: 'Montserrat', sans-serif;

    /* ========================= Base Color ============================= */
    --base-h: 104.3;
    --base-s: 73.3%;
    --base-l: 33.7%;
    --base: var(--base-h) var(--base-s) var(--base-l);
    /* Base Darken  */
    --base-d-100: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.1);
    --base-d-200: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.2);
    --base-d-300: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.3);
    --base-d-400: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.4);
    --base-d-500: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.5);
    --base-d-600: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.6);
    --base-d-700: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.7);
    --base-d-700: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.7);
    --base-d-800: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.8);
    --base-d-900: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.9);
    /* Base Lighten */
    --base-l-100: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.1);
    --base-l-200: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.2);
    --base-l-300: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.3);
    --base-l-400: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.4);
    --base-l-500: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.5);
    --base-l-600: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.6);
    --base-l-700: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.7);
    --base-l-800: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.8);
    --base-l-900: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.9);
    --background-gradient: linear-gradient(45deg, hsl(var(--base)), hsl(var(--base-two)));
    /* ========================= Base Two Color ============================= */
    /* Primary Color */
    --primary-h: 211;
    --primary-s: 100%;
    --primary-l: 50%;
    --primary: #399419;
    /* Primary Darken */
    --primary-d-100: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.1);
    --primary-d-200: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.2);
    --primary-d-300: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.3);
    --primary-d-400: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.4);
    --primary-d-500: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.5);
    /* primary Lighten */
    --primary-l-100: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.1);
    --primary-l-200: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.2);
    --primary-l-300: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.3);
    --primary-l-400: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.4);
    --primary-l-500: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.5);
    --primary-l-600: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.6);
    /* Secondary Color */
    --secondary-h: 208;
    --secondary-s: 7%;
    --secondary-l: 46%;
    --secondary: var(--secondary-h) var(--secondary-s) var(--secondary-l);
    /* Secondary Darken */
    --secondary-d-100: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.1);
    --secondary-d-200: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.2);
    --secondary-d-300: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.3);
    --secondary-d-400: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.4);
    --secondary-d-500: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.5);
    /* secondary Lighten */
    --secondary-l-100: var(--secondary-h) calc(var(--secondary-s))
        calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.1);
    --secondary-l-200: var(--secondary-h) calc(var(--secondary-s))
        calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.2);
    --secondary-l-300: var(--secondary-h) calc(var(--secondary-s))
        calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.3);
    --secondary-l-400: var(--secondary-h) calc(var(--secondary-s))
        calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.4);
    --secondary-l-500: var(--secondary-h) calc(var(--secondary-s))
        calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.5);
    --secondary-l-600: var(--secondary-h) calc(var(--secondary-s))
        calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.6);
    /* Success Color */
    --success-h: 99;
    --success-s: 52%;
    --success-l: 55%;
    --success: var(--success-h) var(--success-s) var(--success-l);
    /* Success Darken */
    --success-d-100: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.1);
    --success-d-200: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.2);
    --success-d-300: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.3);
    --success-d-400: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.4);
    --success-d-500: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.5);
    /* Success Lighten */
    --success-l-100: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.1);
    --success-l-200: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.2);
    --success-l-300: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.3);
    --success-l-400: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.4);
    --success-l-500: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.5);
    --success-l-600: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.6);
    /* Danger Color */
    --danger-h: 0;
    --danger-s: 96%;
    --danger-l: 63%;
    --danger: var(--danger-h) var(--danger-s) var(--danger-l);
    /* Danger Darken */
    --danger-d-100: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.1);
    --danger-d-200: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.2);
    --danger-d-300: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.3);
    --danger-d-400: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.4);
    --danger-d-500: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.5);
    /* danger Lighten */
    --danger-l-100: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.1);
    --danger-l-200: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.2);
    --danger-l-300: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.3);
    --danger-l-400: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.4);
    --danger-l-500: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.5);
    --danger-l-600: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.6);
    /* Warning Color */
    --warning-h: 29;
    --warning-s: 100%;
    --warning-l: 63%;
    --warning: var(--warning-h) var(--warning-s) var(--warning-l);
    /* Warning Darken */
    --warning-d-100: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.1);
    --warning-d-200: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.2);
    --warning-d-300: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.3);
    --warning-d-400: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.4);
    --warning-d-500: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.5);
    /* Warning Lighten */
    --warning-l-100: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.1);
    --warning-l-200: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.2);
    --warning-l-300: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.3);
    --warning-l-400: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.4);
    --warning-l-500: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.5);
    --warning-l-600: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.6);
    /* Info Color */
    --info-h: 196;
    --info-s: 100%;
    --info-l: 50%;
    --info: var(--info-h) var(--info-s) var(--info-l);
    /* Info Darken */
    --info-d-100: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.1);
    --info-d-200: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.2);
    --info-d-300: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.3);
    --info-d-400: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.4);
    --info-d-500: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.5);
    --info-l-100: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.1);
    --info-l-200: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.2);
    --info-l-300: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.3);
    --info-l-400: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.4);
    --info-l-500: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.5);
    --info-l-600: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.6);
    /* dark Color */
    --dark-h: 207;
    --dark-s: 90%;
    --dark-l: 8%;
    --dark: var(--dark-h) var(--dark-s) var(--dark-l);
    /* dark Darken */
    --dark-d-100: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.1);
    --dark-d-200: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.2);
    --dark-d-300: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.3);
    --dark-d-400: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.4);
    --dark-d-500: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.5);
    --dark-l-100: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.1);
    --dark-l-200: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.2);
    --dark-l-300: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.3);
    --dark-l-400: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.4);
    --dark-l-500: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.5);
    --dark-l-600: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.6);
    /* ============================== Bootstrap Modifier End ============================== */

    --color-primary-50: oklch(96.42% 0.04 137.2);
    --color-primary-100: oklch(93.51% 0.074 137.91);
    --color-primary-200: oklch(87.62% 0.146 138.19);
    --color-primary-300: oklch(82.04% 0.211 138.86);
    --color-primary-400: oklch(75.28% 0.23 139.75);
    --color-primary-500: oklch(59.12% 0.178 139.56);
    --color-primary-600: oklch(50.28% 0.15 139.57);
    --color-primary-700: oklch(40.78% 0.118 139.29);
    --color-primary-800: oklch(32.34% 0.09 139.19);
    --color-primary-900: oklch(21.49% 0.054 138.58);
    --color-primary-950: oklch(14.53% 0.032 135.02);
    --color-secundary-50: oklch(90.5% 0.03 287.88);
    --color-secundary-100: oklch(80.84% 0.062 287.01);
    --color-secundary-200: oklch(61.27% 0.131 284.42);
    --color-secundary-300: oklch(43.18% 0.17 278.55);
    --color-secundary-400: oklch(30.76% 0.112 279.53);
    --color-secundary-500: oklch(17.01% 0.045 282.6);
    --color-secundary-600: oklch(15.21% 0.036 284.05);
    --color-secundary-700: oklch(13.64% 0.027 282.25);
    --color-secundary-800: oklch(12.39% 0.024 288.19);
    --color-secundary-900: oklch(10.17% 0.017 282.9);
    --color-secundary-950: oklch(7.3% 0.018 280.91);
}

/* global vars */

:root {
    --primary-background: oklch(0.9779 0.0042 56.38);
}

.bg-primary-gradient {
    background: radial-gradient(circle, oklch(0.66 0.194 137.39) 0%, oklch(0.59 0.1767 139.48) 100%);
}

.bg-secundary {
    background: oklch(0.17 0.0447 282.6);
}

/* global vars */

.fs-sm {
    font-size: 14px;
}

.gradient-one {
    background: linear-gradient(top, #fdb125 45%, #e07e1e 48%, #fcb100 85%) !important;
}

.gradient-two {
    background: linear-gradient(-40deg, #37ace2 19%, #03caae 81%) !important;
}

.gradient-three {
    background: linear-gradient(-40deg, #b31da3 9%, #d63f87 50%, #f9606a 88%) !important;
}

.gradient-four {
    background: linear-gradient(-40deg, #7e2afc 39%, #903df7 70%, #a250f2 88%) !important;
}

/* ================================= Custom Font =========================== */
.font-gontserrat {
    font-family: 'Gontserrat', sans-serif;
}

/* ================================= Color Css Start =========================== */
.text--base {
    color: hsl(var(--base)) !important;
}

.text--primary {
    color: oklch(0.59 0.1755 139.43) !important;
}

.text--secondary {
    color: hsl(var(--secondary)) !important;
}

.text--success {
    color: hsl(var(--success)) !important;
}

.text--danger {
    color: hsl(var(--danger)) !important;
}

.text--warning {
    color: hsl(var(--warning)) !important;
}

.text--info {
    color: hsl(var(--base) / 0.6) !important;
}

.text--dark {
    color: hsl(var(--dark)) !important;
}

/* ================================= Color Css End =========================== */

/* ================================= Background Color Css Start =========================== */
.bg--base {
    background-color: hsl(var(--base)) !important;
}

.bg--primary {
    background-color: hsl(var(--primary)) !important;
}

.bg--secondary {
    background-color: hsl(var(--secondary)) !important;
}

.bg--success {
    background-color: hsl(var(--success)) !important;
}

.bg--danger {
    background-color: hsl(var(--danger)) !important;
}

.bg--warning {
    background-color: hsl(var(--warning)) !important;
}

.bg--info {
    background-color: hsl(var(--info)) !important;
}

.bg--dark {
    background-color: hsl(var(--dark)) !important;
}

/* ================================= Background Color Css End =========================== */

/* ================================= Badge Css Start =========================== */
.badge {
    border-radius: 5px;
    padding: 8px 10px;
    font-weight: 500;
    position: relative;
    text-align: center;
}

.badge--base {
    background-color: hsl(var(--base) / 0.15) !important;
    color: hsl(var(--base)) !important;
}

.badge--primary {
    background-color: hsl(var(--primary) / 0.15) !important;
    color: hsl(var(--primary)) !important;
}

.badge--secondary {
    background-color: hsl(var(--secondary) / 0.15) !important;
    color: hsl(var(--secondary)) !important;
}

.badge--success {
    background-color: hsl(var(--success) / 0.15) !important;
    color: hsl(var(--success)) !important;
}

.badge--danger {
    background-color: hsl(var(--danger) / 0.15) !important;
    color: hsl(var(--danger)) !important;
}

.badge--warning {
    background-color: hsl(var(--warning) / 0.15) !important;
    color: hsl(var(--warning)) !important;
}

.badge--info {
    background-color: hsl(var(--info) / 0.15) !important;
    color: hsl(var(--info)) !important;
}

.badge--dark {
    background-color: hsl(var(--dark) / 0.15) !important;
    color: hsl(var(--white)) !important;
}

/* ================================= Badge Css End =========================== */
/* Background Color */
.bg--primary {
    background: #ff5201 !important;
}

.bg--secondary {
    background: #78818a !important;
}

.bg--base {
    background: hsl(var(--base)) !important;
}

.bg--danger {
    background: #ea5455 !important;
}

.bg--warning {
    background: #ff9f43 !important;
}

.bg--info {
    background: #1e9ff2 !important;
}

.bg--success {
    background: #28c76f !important;
}

.bg--dark {
    background: #343a40 !important;
}

.bg--white {
    background: hsl(var(--white)) !important;
}

.bg--none {
    background: transparent !important;
}

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

.pb-80 {
    padding-bottom: 80px;
}

.pt-80 {
    padding-top: 80px;
}

html {
    scroll-behavior: smooth;
}

body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: oklch(17.01% 0.045 282.6);
    line-height: 1.5;
    font-family: var(--body-font);
    background: var(--primary-background);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin: 0;
    line-height: 1.2;
    /* color: hsl(var(--white)); */
    font-family: var(--heading-font);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: hsl(var(--white));
}

h1 {
    font-size: 70px;
}

h2 {
    font-size: 50px;
    margin-top: 0px;
}
h3 {
    font-size: 26px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
    margin-top: -3px;
}

h6 {
    font-size: 18px;
    margin-top: -2px;
}

p {
    margin: 0;
    padding: 0;
}

a {
    display: inline-block;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

a:hover {
    color: hsl(var(--base));
}

span,
sub,
sup {
    display: inline-block;
}

ul {
    margin: 0;
    padding: 0;
}

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

/* Form Label */
.form--label {
    margin-bottom: 6px;
    font-size: 16px;
    color: hsl(var(--black));
    font-weight: 400;
}
.form-group {
    margin-bottom: 1rem;
}
/* Form Control Start */
.form--control {
    border-radius: 8px;
    font-weight: 400;
    outline: none;
    width: 100%;
    padding: 14px 24px;
    background-color: transparent;
    border: 1px solid #dcdcde;
    color: hsl(var(--black));
    line-height: 1;
}

.form--control::-webkit-input-placeholder {
    color: hsl(var(--black) / 0.6);
    font-size: 0.875rem;
}

.form--control::-moz-placeholder {
    color: hsl(var(--black) / 0.6);
    font-size: 0.875rem;
}

.form--control:-ms-input-placeholder {
    color: hsl(var(--black) / 0.6);
    font-size: 0.875rem;
}

.form--control::placeholder {
    color: hsl(var(--black) / 0.6);
    font-size: 0.875rem;
}

.form--control:focus {
    border-color: hsl(var(--base));
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
    color: hsl(var(--black));
}

.form--control:disabled,
.form--control[readonly] {
    background-color: hsl(var(--black) / 0.1) !important;
    opacity: 1;
    border: 0;
}
.form--control[type='password'] {
    color: hsl(var(--black) / 0.5);
}

.form--control[type='password']:focus {
    color: hsl(var(--black));
}

.form--control[type='file'] {
    line-height: 50px;
    padding: 0;
    position: relative;
}

.form--control[type='file']::-webkit-file-upload-button {
    border: 1px solid hsl(var(--white) / 0.08);
    padding: 4px 6px;
    border-radius: 0.2em;
    background-color: hsl(var(--base)) !important;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    line-height: 25px;
    position: relative;
    margin-left: 15px;
    color: hsl(var(--text-color)) !important;
}

.form--control[type='file']::file-selector-button {
    border: 1px solid hsl(var(--white) / 0.08);
    padding: 4px 6px;
    border-radius: 0.2em;
    background-color: hsl(var(--base)) !important;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    line-height: 25px;
    position: relative;
    margin-left: 15px;
    color: hsl(var(--text-color)) !important;
}

.form--control[type='file']::-webkit-file-upload-button:hover {
    background-color: hsl(var(--base));
    border: 1px solid hsl(var(--base));
    color: hsl(var(--white));
}

.form--control[type='file']::file-selector-button:hover {
    background-color: hsl(var(--base));
    border: 1px solid hsl(var(--base));
    color: hsl(var(--white));
}

.form--control[type='date']::-webkit-calendar-picker-indicator {
    -webkit-filter: invert(1);
    filter: invert(1);
}
textarea.form--control {
    height: 130px;
}

.input-group .input-group-text {
    background-color: transparent;
    color: hsl(var(--white));
    border: 1px solid hsl(var(--white) / 0.2);
    border-right: 0;
    padding: 0 12px;
}
/* Form Control End */

/* Autofill Css */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}

/* input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-text-fill-color: hsl(var(--white)) !important;
  caret-color: hsl(var(--white));
} */

/* Autofill Css End */
/* input group */
.input--group {
    position: relative;
}

/* Show Hide Password */
input#your-password,
input#confirm-password {
    padding-right: 50px;
}

.password-show-hide {
    position: absolute;
    right: 20px;
    z-index: 5;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: hsl(var(--white) / 0.4);
}

/* --------------- Number Arrow None --------------------- */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type='number'] {
    -moz-appearance: textfield;
}

/* Custom Checkbox Design */
.form--check a {
    display: inline;
}

.form--check .form-check-input {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent !important;
    box-shadow: none !important;
    border: 0;
    position: relative;
    border-radius: 4px;
    width: 16px;
    height: 16px;
    border: 1px solid hsl(var(--white));
    cursor: pointer;
}

.form--check .form-check-input:checked {
    background-color: hsl(var(--base)) !important;
    border-color: hsl(var(--base)) !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form--check .form-check-input:checked[type='checkbox'] {
    background-image: none;
}

.form--check .form-check-input:checked::before {
    position: absolute;
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: hsl(var(--black));
    font-size: 0.6875rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.form--check .form-check-label {
    font-weight: 400;
    padding-left: 12px;
    cursor: pointer;
    font-size: 1rem;
    color: hsl(var(--white));
}

@media screen and (max-width: 424px) {
    .form--check label {
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 424px) {
    .form--check a {
        font-size: 0.9375rem;
    }
}
/* Custom Radio Design */
.form--radio .form-check-input {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid hsl(var(--white));
    position: relative;
    background-color: transparent;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.form--radio .form-check-input:active {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}

.form--radio .form-check-input:checked {
    background-color: transparent;
    border-color: hsl(var(--base));
}

.form--radio .form-check-input:checked[type='radio'] {
    background-image: none;
}

.form--radio .form-check-input:checked::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 7px;
    height: 7px;
    background-color: hsl(var(--base));
    border-radius: 50%;
    z-index: 999;
}

.form--radio .form-check-label {
    font-weight: 400;
    width: calc(100% - 16px);
    padding-left: 12px;
    cursor: pointer;
    font-size: 1rem;
    color: hsl(var(--black));
}

/*  Custom Switch Design */
.form--switch .form-check-input {
    border-radius: 3px;
    background-image: none;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    background-color: hsl(var(--black) / 0.2) !important;
    padding: 10px !important;
    margin-left: 0;
    margin-bottom: 5px;
    border-radius: 40px;
    width: 70px;
    height: 38px;
    cursor: pointer;
}

.form--switch .form-check-input:focus {
    border-radius: 40px;
    background-image: none;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
}

.form--switch .form-check-input::before {
    position: absolute;
    content: '';
    width: 28px;
    height: 28px;
    background-color: hsl(var(--white));
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 2px;
    left: 5px;
    border-radius: 50%;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.form--switch .form-check-input:checked {
    background-color: hsl(var(--base)) !important;
}

.form--switch .form-check-input:checked::before {
    left: calc(100% - 33px);
    background-color: hsl(var(--white)) !important;
}

.form--switch .form-check-input:checked[type='checkbox'] {
    background-image: none;
}

.form--switch .form-check-label {
    width: calc(100% - 14px);
    padding-left: 5px;
    cursor: pointer;
}

/*  Custom Switch End Design */

/* ================================= Form Css End =========================== */

.h-40 {
    height: 40px !important;
}

.h-45 {
    height: 45px !important;
}

.h-50 {
    height: 50px !important;
}

textarea.form--control {
    height: 150px;
    padding-top: 10px;
}

.title,
.name,
img {
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.section-bg {
    background: var(--primary-background);
}

.custom--scrollbar ::-webkit-scrollbar {
    width: 5px !important;
    height: 5px;
}

.custom--scrollbar ::-webkit-scrollbar-thumb {
    background: rgba(255, 82, 1, 0.45) !important;
    border-radius: 5px !important;
}

.form--check {
    display: flex;
    align-items: center;
}

.form--check label {
    line-height: 1;
    padding-left: 5px;
    font-size: 15px !important;
    cursor: pointer;
}

.form--check input[type='checkbox'] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    height: 15px;
    width: 15px;
    cursor: pointer;
    background: hsl(var(--white));
    border-radius: 3px;
    display: inline-block;
    position: relative;
}

.form--check input[type='checkbox']::after {
    position: absolute;
    font-weight: 900;
    font-size: 16px;
    font-family: 'Font Awesome 5 Free';
    content: '\f00c';
    font-size: 10px;
    color: hsl(var(--black));
    visibility: hidden;
    background: hsl(var(--base));
    line-height: 1;
    border-radius: 3px;
    width: 15px;
    height: 15px;
    left: 0;
    top: 0;
    text-align: center;
    line-height: 1.4;
}

.form--check input[type='checkbox']:checked {
    border: none !important;
}
.form--check input[type='checkbox']:checked::after {
    visibility: visible;
}
/* ===================== Scroll to Top Start ================================= */
.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    color: hsl(var(--white));
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    z-index: 60;
    transition: 0.5s;
    cursor: pointer;
    transform: scale(0);
    background-color: hsl(var(--base));
}

.scroll-top:hover {
    color: hsl(var(--black));
    background-color: hsl(var(--base-d-100));
}

.scroll-top.show {
    transform: scale(1);
}

/* ===================== Scroll to Top End ================================= */
i {
    line-height: 1;
}

@media (min-width: 1200px) {
    .py-120 {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .py-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .pb-60 {
        padding-bottom: 60px;
    }
    .pt-60 {
        padding-top: 60px;
    }
    .pb-120 {
        padding-bottom: 120px;
    }
    .pt-120 {
        padding-top: 120px;
    }
}

@media (max-width: 1199px) {
    h2 {
        font-size: 52px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 16px;
    }

    .py-120 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .py-60 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .pb-60 {
        padding-bottom: 50px;
    }
    .pt-60 {
        padding-top: 50px;
    }
    .pb-120 {
        padding-bottom: 100px;
    }
    .pt-120 {
        padding-top: 100px;
    }
}

@media (max-width: 991px) {
    h3 {
        font-size: 22px;
    }

    h5 {
        font-size: 17px;
    }

    .py-120 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .py-60 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .pb-60 {
        padding-bottom: 40px;
    }
    .pt-60 {
        padding-top: 40px;
    }
    .pb-120 {
        padding-bottom: 80px;
    }
    .pt-120 {
        padding-top: 80px;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 42px;
    }

    h4 {
        font-size: 20px;
    }

    h6 {
        font-size: 15px;
    }

    .py-120 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .py-60 {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .pb-60 {
        padding-bottom: 35px;
    }
    .pt-60 {
        padding-top: 35px;
    }
    .pb-120 {
        padding-bottom: 65px;
    }
    .pt-120 {
        padding-top: 65px;
    }
}

@media (max-width: 575px) {
    h2 {
        font-size: 36px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 17px;
    }

    h6 {
        font-size: 15px;
    }
    .py-120 {
        padding-bottom: 60px;
        padding-top: 60px;
    }
    .py-60 {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .pb-60 {
        padding-bottom: 30px;
    }
    .pt-60 {
        padding-top: 30px;
    }
    .pb-120 {
        padding-bottom: 60px;
    }
    .pt-120 {
        padding-top: 60px;
    }

    .container,
    .container-fluid {
        max-width: 460px !important;
    }

    p {
        font-size: 15px;
    }
}
@media (max-width: 424px) {
    h2 {
        font-size: 30px;
    }
}
.btn,
.cmn--btn {
    color: hsl(var(--white)) !important;
    padding: 10px 24px;
    text-align: center;
    font-weight: 600;
    cursor: pointer;
    outline: none;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    border-radius: 7px;
    z-index: 1;
    border: 0;
    font-family: var(--heading-font);
}

button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}

@media (max-width: 1199px) {
    .btn,
    .cmn--btn {
        font-size: 18px;
    }
}

.cmn--btn:hover {
    color: #1f1f23;
    box-shadow: -3.828px -3.828px 6px 0px hsl(var(--base) / 0.4), 3px 5px 8px 0px hsl(var(--base) / 0.2);
}

.btn.btn--lg,
.cmn--btn.btn--lg {
    padding: 12px 30px !important;
    font-size: 18px;
}

.btn.btn--md,
.cmn--btn.btn--md {
    padding: 8px 20px !important;
}

.btn.btn--sm,
.cmn--btn.btn--sm {
    padding: 5px 15px !important;
    font-size: 14px;
}

.btn.btn--xs,
.cmn--btn.btn--xs {
    padding: 0px 10px !important;
    font-size: 13px;
}

.cmn--btn {
    position: relative;
    overflow: hidden;
}

.cmn--btn::before,
.cmn--btn::after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    z-index: -1;
    top: 0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.cmn--btn::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    top: 100%;
    background: oklch(0.4451 0.1797 26.69);
}

.cmn--btn:hover::before,
.cmn--btn.active::before {
    top: 0;
}
button {
    border: 0;
    background-color: transparent;
}

button:focus {
    outline: none;
    box-shadow: none;
}

.form-select:focus {
    outline: 0;
    box-shadow: none;
}

/* Overlay Start */

.body-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    content: '';
    left: 0;
    top: 0;
    background-color: hsl(var(--black) / 0.6);
    z-index: 99;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    visibility: hidden;
    opacity: 0;
}

.body-overlay.show {
    visibility: visible;
    opacity: 1;
}

/* ============= Header Start Here ======================= */
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-brand.logo img {
    max-width: 250px;
    max-height: 60px;
}
@media screen and (max-width: 1399px) {
    .navbar-brand.logo img {
        max-width: 175px;
    }
}
@media screen and (max-width: 991px) {
    .navbar-brand.logo img {
        max-width: 150px;
    }
}

.header {
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 11;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    border-bottom: 1px solid transparent;
    padding: 15px 0;
}

@media screen and (max-width: 1199px) {
    .header {
        top: 0px;
        padding: 10px 0;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 999;
    }

    .header::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }

    .header::-webkit-scrollbar-thumb {
        border-radius: 0px;
    }
}

.header.fixed-header {
    position: fixed;
    transition: 0.3s linear;
    top: 0px;
    animation: slide-down 0.8s;
    width: 100%;
    background: radial-gradient(circle, oklch(0.66 0.194 137.39) 0%, oklch(0.59 0.1767 139.48) 100%);
    top: 0;
    border-bottom: 1px solid rgba(255, 200, 39, 0.1);
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-150%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.navbar {
    padding: 0 !important;
}

/* ========================= Desktop Device Start ========================= */
@media (min-width: 1200px) {
    .header .nav-menu {
        padding-top: 0;
        padding-bottom: 0;
    }

    .header .nav-menu .nav-item {
        position: relative;
        margin-right: 30px;
        padding: 0 !important;
    }
    .header .nav-menu .nav-item:last-child {
        padding-right: 0;
    }
    .header .nav-menu .nav-item.active .nav-link {
        color: oklch(0.91 0.1144 132.17) !important;
        border-bottom: 2px solid oklch(0.91 0.1144 132.17);
    }

    .header .nav-menu .nav-item.active .nav-link::before {
        border-color: hsl(var(--base)) !important;
        width: 100%;
    }
    .header .nav-menu .nav-item:hover .nav-link {
        color: oklch(87.62% 0.146 138.19) !important;
    }
    .header .nav-menu .nav-item:hover .nav-link::before {
        width: 100%;
        border-color: oklch(87.62% 0.146 138.19);
    }

    .header .nav-menu .nav-item:hover .nav-link .nav-item__icon {
        transform: rotate(180deg);
        transition: 0.2s;
    }
    .header .nav-menu .nav-item .nav-link {
        font-weight: 600;
        font-size: 1.1rem;
        color: hsl(var(--white)) !important;
        padding: 0;
        position: relative;
        cursor: pointer;
        position: relative;
        cursor: pointer;
        font-family: var(--heading-font);
    }
    .header .nav-menu .nav-item .nav-link.cmn--btn.active::before {
        color: hsl(var(--base));
    }
    .header .nav-menu .nav-item .nav-link:hover::before {
        left: 0;
        transition: 0.3s;
        width: 100%;
    }

    .header .nav-menu .nav-item .nav-link::before {
        position: absolute;
        content: '';
        bottom: -5px;
        left: 0;
        transform: 0;
        height: 1px;
        width: 0;
        background-color: hsl(var(--base));
        transition: 0.3s;
        display: none;
    }

    .header .nav-menu .nav-item .nav-link .nav-item__icon {
        transition: 0.3s;
        font-size: 0.8125rem;
        margin-left: 2px;
    }
}

@media (max-width: 1399px) {
    .header .nav-menu .nav-item {
        margin-right: 24px !important;
    }

    .header .nav-menu .nav-item .nav-link {
        font-size: 1.05rem;
    }
}

@media (max-width: 1199px) {
    .header .nav-menu .nav-item {
        margin-right: 20px;
    }
    .header-cart {
        margin-right: 15px;
    }
}

@media screen and (min-width: 992px) and (max-width: 991px) {
    .header .nav-menu .nav-item .nav-link .nav-item__icon {
        margin-right: 6px;
    }
}
.dropdown-menu__list {
    padding: 0;
}
.header-cart {
    margin-right: 20px;
    position: relative;
    color: hsl(var(--white));
    font-size: 35px;
}
.header-cart .link {
    color: hsl(var(--white));
}
.cart-number {
    position: absolute;
    top: -4px;
    right: -10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: hsl(var(--white));
    color: hsl(var(--black));
    font-size: 12px;
    font-weight: 600;
    pointer-events: none;
}
@media (min-width: 992px) {
    .header .dropdown-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        transition: 0.3s;
        top: 100%;
        left: 0;
        padding: 0 !important;
        transform-origin: top center;
        transition: max-height linear 0.5s;
        overflow: hidden;
        border-radius: 0;
        min-width: 190px;
        border: 0;
        background-color: #fff;
        border-radius: 6px;
        max-height: 0px;
    }

    .header .dropdown-menu__link {
        font-weight: 600;
        transition: 0.3s;
        padding-block: 0;
        padding: 7px 16px;
        font-size: 16px;
        font-family: var(--heading-font);
        color: hsl(var(--black));
    }

    .header .dropdown-menu__link:focus,
    .header .dropdown-menu__link:hover,
    .header .dropdown-menu__link.active {
        color: hsl(var(--white));
        background-color: oklch(17.01% 0.045 282.6);
    }
}

.nav-item.dropdown .nav-link::before {
    display: none;
}

@media (min-width: 992px) {
    .header .nav-menu .nav-item:hover .dropdown-menu {
        visibility: visible;
        opacity: 1;
        top: 100% !important;
        max-height: 800px;
    }
}
/* ========================== Desktop Device End ========================= */
/* ============================== Small Device ======================= */
@media screen and (max-width: 1199px) {
    .header .nav-menu {
        margin-top: 20px !important;
    }

    .header .nav-menu .nav-item {
        text-align: left;
        display: block;
        position: relative;
        margin: 0;
    }

    .header .nav-item:first-child {
        border-bottom: none;
    }

    .header .nav-item:last-child > a {
        border-bottom: 0;
    }

    .header .nav-item.active .nav-link {
        color: hsl(var(--base));
    }

    .header .nav-item .nav-link {
        margin-bottom: 8px;
        padding: 10px 10px 10px 0 !important;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        color: hsl(var(--white)) !important;
    }

    .header .nav-item .nav-link::before {
        display: none;
    }

    .header .nav-item .nav-link.show[aria-expanded='true'] {
        color: oklch(87.62% 0.146 138.19) !important;
    }

    .header .nav-item .nav-link.show[aria-expanded='true'] i {
        transform: rotate(180deg);
    }

    .header .dropdown-menu {
        box-shadow: none;
        border-radius: 2px;
        width: 100%;
        margin: 0px !important;
        padding: 0 !important;
        border: 0;
        background-color: inherit;
        overflow: hidden;
    }

    .header .dropdown-menu li:nth-last-child(1) {
        border-bottom: none;
    }

    .header .dropdown-menu li .dropdown-item {
        padding: 10px 0px;
        font-weight: 500;
        font-size: 1rem;
        color: hsl(var(--white));
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        margin-left: 20px;
        color: hsl(var(--white));
    }

    .header .dropdown-menu li .dropdown-item:hover,
    .header .dropdown-menu li .dropdown-item:focus {
        background-color: transparent;
    }
}

.header .navbar-toggler.header-button {
    border-color: transparent;
    color: hsl(var(--white));
    background: transparent !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    transition: 0.15s ease-in-out;
    width: auto;
    font-size: 2.5rem;
}
.header-cart-btn {
    margin-left: auto;
}
.header .navbar-toggler.header-button:focus {
    box-shadow: none !important;
}
.header .navbar-toggler.header-button[aria-expanded='true'] i::before {
    content: '\f00d';
}

/* ================================= Header Css End =========================== */

.banner-section {
    padding: 120px 0 200px;
    position: relative;
}

.banner-section.bg_img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../../images/base/bg-hero.webp);
    background-size: 100% !important;
    background-position: top center !important;
    background-repeat: repeat-y !important;
    z-index: 0;
}

@media (max-width: 1399px) {
    .banner-section {
        padding: 180px 0px 65px;
    }
}
@media (max-width: 575px) {
    .banner-section {
        padding: 120px 0px 45px;
    }
}

/* .banner-section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--primary-background);
  opacity: 0.75;
} */

.banner-section .container {
    position: relative;
    z-index: 1;
}

.banner-content {
    max-width: 700px;
    position: relative;
}

@media (max-width: 1399px) {
    .banner-content {
        max-width: 650px;
    }
}

@media (max-width: 1199px) {
    .banner-content {
        max-width: 550px;
    }
}

@media (max-width: 991px) {
    .banner-content {
        max-width: 100%;
        text-align: center;
    }
}

.banner-content__title {
    margin-bottom: 15px;
}

@media (max-width: 1399px) {
    .banner-content__title {
        font-size: 62px;
    }
}

@media (max-width: 1199px) {
    .banner-content__title {
        font-size: 56px;
    }
}

@media (max-width: 767px) {
    .banner-content__title {
        font-size: 46px;
    }
}

@media (max-width: 450px) {
    .banner-content__title {
        font-size: 32px;
    }
}

.banner-content__title span {
    text-shadow: 3px -4px 8px rgba(255, 200, 39, 0.3);
}

.banner-content__subtitle {
    font-size: 22px;
    max-width: 550px;
    font-family: var(--heading-font);
    font-weight: 600;
    color: hsl(var(--white) / 0.6);
}

@media (max-width: 1199px) {
    .banner-content__subtitle {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .banner-content__subtitle {
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .banner-content__subtitle {
        font-size: 20px;
    }
}

@media (max-width: 450px) {
    .banner-content__subtitle {
        font-size: 18px;
    }
}

.banner-content .button-wrapper {
    margin-top: 50px;
    display: flex;
    align-items: center;
    gap: 12px;
}

@media (max-width: 991px) {
    .banner-content .button-wrapper {
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .banner-content .button-wrapper {
        margin-top: 40px;
    }
}

.banner-content .button-wrapper .cmn--btn i {
    font-size: 22px;
    line-height: 1;
    transform: translateY(2px);
}

.banner-thumb {
    max-width: 750px;
    position: absolute;
    right: -120px;
    top: 43%;
    transform: translateY(-50%);
}

@media (max-width: 1399px) {
    .banner-thumb {
        max-width: 600px;
        right: -100px;
    }
}

@media (max-width: 1199px) {
    .banner-thumb {
        max-width: 450px;
        right: -90px;
    }
}

@media (max-width: 991px) {
    .banner-thumb {
        max-width: 100%;
        margin-top: 10px;
        position: unset;
        transform: unset;
    }

    .banner-thumb img {
        width: 100%;
    }
}

@media (max-width: 450px) {
    .banner-thumb {
        margin-top: 30px;
    }
}

.banner-content .button-wrapper .cmn--btn i {
    font-size: 22px;
    line-height: 1;
    transform: translateY(2px);
}

.breadcrumbs {
    margin: 0;
    font-size: 18px;
    font-weight: 300;
}

.breadcrumbs li {
    padding: 3px 10px;
}

.breadcrumbs li a {
    position: relative;
    padding-right: 35px;
}

.breadcrumbs li a::before {
    position: absolute;
    font-weight: 900;
    font-size: 16px;
    font-family: 'Font Awesome 5 Free';
    content: '\f30b';
    font-size: 18px;
    right: 0;
    top: 2px;
    color: hsl(var(--white));
}

.custom--card {
    border: 1px solid #dcdcde;
    border-radius: 5px;
    background: var(--white);
}

.custom--card .card--header,
.custom--card .card--footer {
    background: var(--white);
    color: #1f1f23;
}

.custom--card .card--header .card-title,
.custom--card .card--footer .card-title {
    color: hsl(var(--black));
    margin: 0;
}

.custom--card.card--primary .card--header,
.custom--card.card--primary .card--footer {
    background: #ff5201;
}

.custom--card.card--base .card--header,
.custom--card.card--base .card--footer {
    background: hsl(var(--base));
}

.custom--card .card--header,
.custom--card .card--footer {
    padding: 15px 25px;
    border-color: rgba(255, 255, 255, 0.17) !important;
}

@media (max-width: 575px) {
    .custom--card .card--header,
    .custom--card .card--footer {
        padding: 10px 20px;
    }
}

@media (max-width: 575px) {
    .custom--card .card--header,
    .custom--card .card--footer {
        padding: 8px 15px;
    }
}

.custom--card .card--body {
    padding: 25px;
}

@media (max-width: 575px) {
    .custom--card .card--body {
        padding: 20px;
    }
}

@media (max-width: 450px) {
    .custom--card .card--body {
        padding: 15px;
    }
}

.custom--card.card--lg .card--header,
.custom--card.card--lg .card--footer {
    padding: 20px 35px;
}

@media (max-width: 767px) {
    .custom--card.card--lg .card--header,
    .custom--card.card--lg .card--footer {
        padding: 15px 25px;
    }
}

@media (max-width: 575px) {
    .custom--card.card--lg .card--header,
    .custom--card.card--lg .card--footer {
        padding: 10px 20px;
    }
}

@media (max-width: 450px) {
    .custom--card.card--lg .card--header,
    .custom--card.card--lg .card--footer {
        padding: 8px 15px;
    }
}

.custom--card.card--lg .card--body {
    padding: 35px;
}

@media (max-width: 767px) {
    .custom--card.card--lg .card--body {
        padding: 25px;
    }
}

@media (max-width: 575px) {
    .custom--card.card--lg .card--body {
        padding: 20px;
    }
}

@media (max-width: 450px) {
    .custom--card.card--lg .card--body {
        padding: 15px;
    }
}

.custom--card.card--md .card--header,
.custom--card.card--md .card--footer {
    padding: 10px 20px;
}

.custom--card.card--md .card--body {
    padding: 20px 20px;
}

.badge {
    padding: 5px 12px;
    color: hsl(var(--white));
    border-radius: 5px;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
}

.badge:hover {
    color: hsl(var(--white));
}

.badge.badge--sm {
    padding: 3px 10px;
    font-size: 12px;
}

.badge.badge--xs {
    padding: 2px 8px;
    font-size: 11px;
}

.badge.badge--lg {
    padding: 7px 15px;
    font-size: 15px;
}

.badge.badge--cap {
    border-radius: 15px;
    padding: 5px 15px;
}

.badge.badge--round {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 7px;
    line-height: 0.75;
    font-size: 14px;
    font-weight: 500;
}
/* ================================= Tab Css Start =========================== */
.custom--tab {
    gap: 30px;
    border-radius: 0px;
    padding-bottom: 18px;
    border-bottom: 2px solid oklch(0.9386 0.0119 59.56);
}

.custom--tab .nav-item {
    border-bottom: 0;
}

.custom--tab .nav-item .nav-link {
    color: hsl(var(--black));
    padding: 0;
    background-color: transparent !important;
    border-radius: 4px;
    transition: 0.4s;
    border: 1px solid transparent !important;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.custom--tab .nav-item .nav-link::after {
    position: absolute;
    content: '';
    bottom: -20px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: hsl(var(--base));
}

.custom--tab .nav-item:hover .nav-link::after {
    width: 100%;
}
.custom--tab .nav-item .nav-link.active.nav-link::after {
    width: 100%;
}
.custom--tab .nav-item .nav-link.active {
    color: hsl(var(--base));
    background-color: transparent !important;
}

/* ================================= Modal Css Start =========================== */
.custom--modal .modal-header .modal-title {
    color: var(--color-primary-500) !important;
    font-size: 45px;
}

.custom--modal .modal-header {
    border-bottom: 1px solid hsl(var(--white) / 0.05);
    padding: 16px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
}

.custom--modal .modal-header.close:hover {
    background-color: hsl(var(--danger-l-100));
}
.custom--modal.fade .modal-dialog {
    transform: translate(0, 0);
}

.fade-in-scale {
    transform: scale(0.5);
    opacity: 0;
    transition: all 0.3s;
}

.fade.show.fade-in-scale {
    transform: scale(1);
    opacity: 1;
}

.close-btn .close-icon {
    width: 25px;
    height: 25px;
    background-color: hsl(var(--danger));
    color: hsl(var(--white));
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.modal-title .title {
    position: relative;
    z-index: 1;
    font-weight: 800;
}

.modal-title .title::after {
    position: absolute;
    font-family: 'Line Awesome Free';
    font-weight: 700;
    color: hsl(var(--base));
    font-size: 35px;
    top: -16px;
    right: -26px;
    content: '\f005';
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 3px hsl(var(--base));
}
.modal-header .title-style {
    display: block;
    line-height: 1;
    color: hsl(var(--base));
}

.custom--modal .modal-content {
    border-radius: 10px !important;
    background-color: hsl(var(--white));
}

.modal-body__title {
    color: hsl(var(--black) / 0.8);
}

.modal-body__text {
    display: block;
    color: hsl(var(--black) / 0.8);
}

.custom--modal .modal-body {
    padding: 16px;
}

.custom--modal .modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    border-top: 1px solid hsl(var(--white) / 0.05);
    padding: 8px 16px;
}

/* ================================= Modal Css End =========================== */
/* pagination css  */
.pagination {
    margin: 0;
    /* margin-top: 15px; */
    justify-content: center;
}

@media (max-width: 575px) {
    .pagination {
        margin-top: 30px;
    }
}

.pagination .page-item {
    text-align: center;
    padding: 3px;
}

.pagination .page-item a,
.pagination .page-item span {
    font-weight: 600;
    width: 45px;
    height: 45px;
    color: hsl(var(--base));
    line-height: 45px;
    padding: 0;
    border-radius: 50% !important;
    border-color: rgba(255, 200, 39, 0.1);
    background: #350b2d;
    box-shadow: none;
    outline: 0;
}

.pagination .page-item span {
    border: none;
}

.pagination .page-item.active span,
.pagination .page-item.active a,
.pagination .page-item:hover span,
.pagination .page-item:hover a {
    background: hsl(var(--base));
    color: #1f1f23;
    border-color: hsl(var(--base));
}

.pagination .page-item.disabled {
    cursor: no-drop !important;
}

.pagination .page-item.disabled span,
.pagination .page-item.disabled a {
    background: rgba(255, 255, 255, 0.05);
    border: none;
    color: hsl(var(--white));
}

.form-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

.form-bottom .forgot-pass {
    width: 145px;
}

.form-bottom .form--check {
    width: calc(100% - 145px);
}

.form-group {
    position: relative;
}

.ticket-box {
    background: #350b2d;
    border-radius: 10px;
}

@media (max-width: 991px) {
    .ticket-box .btn,
    .ticket-box .cmn--btn {
        padding: 10px 20px;
        font-size: 16px;
    }
}

.shape {
    position: absolute;
}

.bg_img {
    position: relative;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    width: 100%;
    height: 100%;
}

/* .bg_img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--primary-background);
  opacity: 0.9;
} */

.tab-menu {
    margin-bottom: 40px;
}

.table thead tr th {
    font-size: 16px;
    font-family: var(--heading-font);
}

.table tbody tr td {
    font-size: 16px;
}

/*=============== how work new css start here  ===============*/

.how-section {
    position: relative;
}

.how-section::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: var(--primary-background);
    opacity: 0.85;
}

.how-section .container {
    position: relative;
    z-index: 1;
}

.how-work-wrapper {
    max-width: 860px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.how-work-wrapper::before {
    position: absolute;
    content: '';
    width: 15px;
    height: calc(100% + 70px);
    background: rgba(255, 200, 39, 0.3);
    left: 50%;
    top: 60px;
    border-radius: 15px;
    transform: translateX(-50%);
}
@media (max-width: 767px) {
    .how-work-wrapper::before {
        top: 0;
        height: calc(100% + 30px);
    }
    .how-work-wrapper {
        margin-bottom: 50px;
    }
}
.work-item {
    max-width: 300px;
    height: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 50px;
}
.work-item__title {
    color: hsl(var(--black));
}
.work-item .work-item__header {
    padding: 7px 25px;
    background: hsl(var(--base));
    border-radius: 0 25px 25px 0;
    position: relative;
    box-shadow: 0 6px 2px 1px rgba(8, 32, 50, 0.4);
    z-index: 3;
}
.work-item .work-item__header::before {
    position: absolute;
    content: '';
    left: -30px;
    top: 0;
    width: 30px;
    height: calc(100% + 30px);
    background: hsl(var(--base));
    border-radius: 35px 0 0 0;
    z-index: -3;
}
.work-item .work-item__header::after {
    position: absolute;
    content: '';
    left: -30px;
    top: 46px;
    width: 60px;
    height: 60px;
    background: hsl(var(--base));
    border-radius: 35px 0 0 0;
    border-radius: 50%;
    z-index: -2;
    box-shadow: inset 1px 6px 2px 2px rgba(8, 32, 50, 0.3);
}

.work-item__body {
    background: hsl(var(--section-bg));
    position: relative;
    z-index: 3;
    padding: 25px;
    border-radius: 0 35px 25px 25px;
    box-shadow: inset 4px -6px 2px 2px hsl(var(--base) / 0.1);
}

.work-item:nth-child(even) {
    transform: translateY(50%);
}
.work-item__icon {
    position: absolute;
    font-size: 24px;
    left: calc(100% + 100px);
    bottom: 60px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: hsl(var(--base));
    border: 4px solid rgba(255, 255, 255, 0.25);
    color: hsl(var(--black));
}
.work-item__icon::before {
    position: absolute;
    content: '';
    height: 0px;
    border: 2px dashed hsl(var(--base));
    width: 100px;
    right: calc(100% + 5px);
}
.work-item:nth-child(even) .work-item__icon::before {
    right: auto;
    left: calc(100% + 5px);
}
.work-item:nth-child(even) .work-item__header::before {
    right: -30px;
    left: auto;
    top: 0;
    width: 30px;
    height: calc(100% + 30px);
    border-radius: 0 35px 0 0;
    z-index: -3;
}
.work-item:nth-child(even) .work-item__header::after {
    right: -30px;
    left: auto;
}
.work-item:nth-child(even) .work-item__body {
    border-radius: 35px 0 25px 25px;
}
.work-item:nth-child(even) .work-item__header {
    border-radius: 25px 0 0 25px;
}
.work-item:nth-child(even) .work-item__icon {
    left: auto;
    right: calc(100% + 100px);
}
@media (max-width: 991px) {
    .work-item {
        max-width: 270px;
    }
    .work-item__icon {
        left: calc(100% + 45px);
    }
    .work-item:nth-child(even) .work-item__icon {
        right: calc(100% + 45px);
    }
    .work-item .work-item__header::after {
        top: 45px;
    }
}
@media (max-width: 767px) {
    .how-work-wrapper {
        justify-content: center;
    }
    .work-item:nth-child(even) {
        transform: unset;
    }
}
@media (max-width: 575px) {
    .work-item__icon {
        display: none;
    }
    .work-item {
        max-width: 250px;
    }
}
@media (max-width: 575px) {
    .work-item {
        max-width: 240px;
    }
}
/*=============== how work new css end here =============== */
.continue-button {
    padding: 10px 30px;
    border-radius: 35px;
    text-align: center;
    font-size: 24px;
    line-height: 1;
}

.faq-section {
    position: relative;
    z-index: 1;
}

.faq-item__content p {
    color: oklch(17.01% 0.045 282.6);
    opacity: 0.7;
    position: relative;
}

.faq-item {
    height: auto;
    padding: 10px 25px;
    background: transparent;
    border: 1px solid hsl(var(--white) / 0.1);
    border-radius: 6px;
}

.faq-item:not(.faq-item:last-child) {
    margin-bottom: 10px;
}

.faq-item.open .faq-item__title .title {
    color: hsl(var(--base));
}

.faq-item.open .faq-item__title::before {
    color: oklch(59.12% 0.178 139.56);
    content: '\f106';
}

.faq-item__title {
    padding: 10px 0;
    cursor: pointer;
    position: relative;
}

.faq-item__title::before {
    position: absolute;
    font-weight: 900;
    font-size: 16px;
    font-family: 'Line Awesome Free';
    content: '\f107';
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    color: oklch(21.49% 0.054 138.58);
}

.faq-item__title .title {
    font-weight: 400;
}

.faq-item__content {
    display: none;
    padding-bottom: 10px;
}

div[class*='col']:nth-child(even) > .faq-item {
    padding-left: 25px;
}

.winner-section {
    position: relative;
}

.winner-section .shape1 {
    left: -100px;
    top: 50px;
    z-index: -1;
    opacity: 0.1;
}

.search__form .form-group {
    position: relative;
}

.investor-item__thumb {
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-arrow {
    box-shadow: 0px 2px 11px hsl(var(--base) / 0.2), 0px 0px 20px hsl(var(--base) / 0.4);
}

.how-item__thumb {
    box-shadow: -4.828px -4.828px 12px 0px hsl(var(--base) / 0.4), 3px 5px 15px 0px hsl(var(--base) / 0.2);
}

.cmn--btn:hover {
    box-shadow: -3.828px -3.828px 6px 0px hsl(var(--base) / 0.4), 3px 5px 8px 0px hsl(var(--base) / 0.2);
}

.cmn--btn,
.button-wrapper .cmn--btn,
.tab-menu li .cmn--btn.active,
.how-item:hover .how-item__thumb,
.how-item.active .how-item__thumb,
.how-item__thumb .badge {
    background: oklch(0.4981 0.2031 27.23);
}

.slick-dots {
    left: 0;
}

.slick-dots li {
    height: auto;
    width: auto;
}

.slick-dots li.slick-active button {
    background: hsl(var(--base));
}

.slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 5px !important;
    background: rgba(255, 200, 39, 0.2);
}

.slick-dots li button::before {
    display: none;
}

.slick-arrow {
    position: absolute;
    cursor: pointer;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: hsl(var(--primary));
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.slick-arrow.arrow-left {
    left: 15px;
    z-index: 1;
}

.slick-arrow.arrow-right {
    right: 15px;
    z-index: 1;
}

/*============= section heading css start here ============= */

.section-heading {
    margin-bottom: 55px;
    text-align: center;
}
.section-heading.style-left {
    text-align: left;
}
.section-heading__desc {
    text-align: center;
    max-width: 550px;
    margin: 0 auto;
}
@media (max-width: 767px) {
    .section-heading {
        margin-bottom: 45px;
    }
}

@media (max-width: 450px) {
    .section-heading {
        margin-bottom: 40px;
    }
}

.section-heading__title {
    color: hsl(var(--white));
    margin-bottom: 15px;
    position: relative;
}

/*============= section heading css end here ============= */

/*=========== preloader css start here =========== */

.preloader {
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
    background: var(--primary-background);
    overflow: visible;
}

.preloader__wrapper {
    width: 80px;
    height: 100px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.preloader__wrapper .item {
    position: relative;
    box-sizing: border-box;
    float: left;
    margin: 0 10px 10px 0;
    width: 12px;
    height: 12px;
    border-radius: 4px;
    background: hsl(var(--white));
}

.preloader__wrapper .item:nth-child(4n + 1) {
    animation: wave 2s ease 0s infinite;
}

.preloader__wrapper .item:nth-child(4n + 2) {
    animation: wave 2s ease 0.2s infinite;
}

.preloader__wrapper .item:nth-child(4n + 3) {
    animation: wave 2s ease 0.4s infinite;
}

.preloader__wrapper .item:nth-child(4n + 4) {
    animation: wave 2s ease 0.6s infinite;
    margin-right: 0;
}

@keyframes wave {
    0% {
        top: 0;
        opacity: 1;
    }

    50% {
        top: 30px;
        opacity: 0.2;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}
/*=========== preloader css end here =========== */

/*# sourceMappingURL=main.css.map */

/*=====================counter section css start her===================== */
.fit-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.counter-up-section {
    padding: 35px 0;
    background-color: hsl(var(--base));
    overflow: hidden;
}

.counterup-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

@media screen and (max-width: 424px) {
    .counterup-item {
        padding: 0px 10px;
    }
}
.counterup-item__content {
    position: relative;
}
.counterup-item__content::after {
    position: absolute;
    content: '';
    top: 50%;
    right: -50%;
    transform: translateY(-50%);
    width: 1px;
    height: 30px;
    background-color: hsl(var(--black));
}

@media screen and (max-width: 1399px) {
    .counterup-item__content::after {
        right: -30%;
    }
}
@media screen and (max-width: 1199px) {
    .counterup-item__content::after {
        right: -15%;
    }
}
@media screen and (max-width: 991px) {
    .counterup-item__content::after {
        display: none;
    }
}
.counterup-item__content:last-child::after {
    display: none;
}
.counterup-item__title {
    color: hsl(var(--black));
}
@media screen and (max-width: 424px) {
    .counterup-item__title {
        font-size: 18px;
    }
}

.counterup-item__text {
    font-weight: 700;
    font-size: 14px;
    color: hsl(var(--black));
}

.counterup-wrapper {
    align-items: center;
    gap: 10px;
}
.counterup-item__icon {
    font-size: 30px;
    line-height: 1;
    color: hsl(var(--black));
}

.counterup-item .content {
    width: calc(100% - 30px);
    padding-left: 10px;
}

@media screen and (max-width: 767px) {
    .counterup-item .content {
        width: unset;
        padding-left: 0;
        margin-top: 10px;
        text-align: center;
    }
    .counterup-item__icon {
        margin: 0 auto;
        /* margin-bottom: 10px; */
    }
    .counterup-wrapper {
        gap: 0px;
    }
}

@media screen and (max-width: 767px) {
    .counterup-item .counterup-wrapper {
        flex-direction: column;
        min-width: 180px;
    }
}

@media screen and (max-width: 399px) {
    .counterup-item {
        justify-content: center;
    }
}

.odometer {
    font-size: 32px;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .odometer {
        font-size: 30px;
    }
}

@media screen and (max-width: 575px) {
    .odometer {
        font-size: 25px;
    }
}
@media screen and (max-width: 424px) {
    .odometer {
        font-size: 20px;
    }
}
/*=====================counter section css end her===================== */

/*================= competition section css start here ================= */
.live-competition-section {
    background-color: hsl(var(--black));
    padding: 180px 0 120px;
}
@media (max-width: 991px) {
    .live-competition-section {
        padding: 130px 0 70px;
    }
}

.competition-item {
    position: relative;
    z-index: 1;
    border-radius: 8px;
    overflow: hidden;
    background-color: #2e0327;
    height: 100%;
    border: 1px solid hsl(var(--white) / 0.2);
}

.competition-item__thumb {
    width: 100%;
    max-height: 250px;
    overflow: hidden;
    border-bottom: 1px solid hsl(var(--white) / 0.2);
}

.competition-item__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.competition-item__content {
    padding: 20px 10px;
}
.competition-item__status {
    position: absolute;
    top: 0;
    left: 0;
    background-color: hsl(var(--base));
    color: hsl(var(--black));
    padding: 5px 20px;
    font-weight: 600;
    font-size: 16px;
}

.remaining-time__content {
    gap: 10px;
}

.remaining-time__desc {
    font-size: 0.875rem;
    margin-top: 10px;
}

.remaining-time .box {
    width: 100%;
    border-radius: 4px;
    background-color: var(--color-primary-500);
    padding: 0;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 16px;
    font-weight: 400;
    color: hsl(var(--white));
    padding: 5px;
}

@media screen and (max-width: 424px) {
    .remaining-time .box {
        width: 70px;
        height: 65px;
        font-size: 16px;
    }
}
.countdown-item__title {
    margin-bottom: 10px;
}
.competittion-item__btn {
    margin-top: 35px;
}

.competition-details__dip {
    margin-bottom: 30px;
}

.competition-details__dip .title {
    margin-bottom: 10px;
}

.dip-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
@media (max-width: 575px) {
    .dip-wrapper {
        gap: 10px;
    }
}
.dip-wrapper .btn-item {
    background-color: hsl(var(--white) / 0.1);
    padding: 10px 20px;
    border-radius: 30px;
    color: hsl(var(--white));
    transition: 0.2s;
}

.dip-wrapper .btn-item:hover {
    background-color: hsl(var(--base));
    color: hsl(var(--black));
}
.countdown-item {
    margin-top: 20px;
}

.remaining-time .box .days,
.remaining-time .box .hours,
.remaining-time .box .minutes,
.remaining-time .box .seconds {
    font-size: 2.25rem;
    font-weight: 700;
}
.remaining-time .box__text {
    font-size: 12px;
    color: hsl(var(--white));
    margin-top: 5px;
}
.description-list {
    margin-top: 30px;
    line-height: 2rem;
    font-size: 18px;
    /* display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 70px; */
}
@media (max-width: 991px) {
    .description-list {
        gap: 20px;
    }
}
@media (max-width: 991px) {
    .description-list {
        gap: 20px;
        grid-template-columns: 1fr;
    }
}
.description-list__text {
    position: relative;
    z-index: 1;
    padding-left: 25px;
}

.description-list__text::after {
    position: absolute;
    content: '';
    top: 5px;
    left: 0;
    width: 10px;
    height: 10px;
    background: hsl(var(--base));
    border-radius: 50%;
}
/*================= competition section css end here ================= */
/* ================================ Testimonails Section Css Start ============================= */
.testimonials {
    position: relative;
    overflow: hidden;
}

.testimonails-card {
    padding: 0 10px;
    height: 100%;
}

.testimonial-item {
    background-color: #350b2d;
    height: 100%;
    padding: 30px 20px;
    border-radius: 5px;
    position: relative;
    height: 100%;
    padding: 25px 15px;
    z-index: 1;
    overflow: hidden;
}

.testimonial-item::before {
    position: absolute;
    content: '';
    bottom: -65px;
    right: -65px;
    width: 115px;
    height: 115px;
    background-color: hsl(var(--base) / 0.3);
    -webkit-filter: blur(100px);
    filter: blur(100px);
    z-index: -1;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.testimonial-item__content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
@media (max-width: 424px) {
    .testimonial-item__content {
        justify-content: center;
    }
}
.testimonial-item__info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.testimonial-item__thumb {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}
.testimonial-item__details {
    width: calc(100% - 60px);
    padding-left: 20px;
}
.testimonial-item__name {
    margin-bottom: 0;
}
.testimonial-item__designation {
    color: hsl(var(--white));
}
.testimonial-item__desc {
    margin-top: 20px;
    padding-top: 20px;
    color: hsl(var(--white) / 0.7);
    border-top: 1px solid hsl(var(--white) / 0.08);
}

/* ================================ Testimonails Section Css End ============================= */
/* ================================= Start Rating Css Start =========================== */
.rating-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.rating-list__item {
    padding: 0 1px;
    color: hsl(var(--base));
}
/* ================================= Start Rating Css End =========================== */

/* ============= Footer Start Here ======================= */
.footer-area {
    color: hsl(var(--white));
    margin-top: auto;
}

.footer-area.bg-img {
    background-size: contain;
    background-position: top center;
}

.footer-item__logo {
    margin-bottom: 20px;
}

.footer-item__logo a img {
    width: 100%;
    height: 100%;
    max-width: 190px;
    max-height: 64px;
}

.footer-item__title {
    color: hsl(var(--white));
    padding-bottom: 16px;
    margin-bottom: 25px;
    position: relative;
    font-size: 20px;
    font-weight: 600;
}

.footer-item__title::after {
    position: absolute;
    content: '';
    width: 170px;
    height: 1px;
    left: 0;
    bottom: -2px;
    background-color: hsl(var(--base) / 0.9);
}

.footer-item__desc {
    color: hsl(var(--white) / 0.8);
    font-size: 1.15rem;
    font-family: var(--heading-font);
    font-weight: 500;
}

@media screen and (max-width: 991px) {
    .footer-item__desc {
        font-size: 1rem;
        font-weight: 500;
    }
}

.footer-item .social-list {
    margin-top: 30px;
}

@media screen and (max-width: 991px) {
    .footer-item .social-list {
        margin-top: 20px;
    }
}

@media screen and (max-width: 575px) {
    .footer-item .social-list {
        margin-top: 15px;
    }
}
/* Footer List Item */
.footer-item-wrapper {
    gap: 100px;
    display: grid;
    grid-template-columns: 1.7fr 1fr 1fr 1fr;
}

@media screen and (max-width: 1199px) {
    .footer-item-wrapper {
        grid-template-columns: 1fr 1fr;
        gap: 70px;
    }
}

@media screen and (max-width: 575px) {
    .footer-item-wrapper {
        gap: 40px;
    }
}

@media screen and (max-width: 424px) {
    .footer-item-wrapper {
        grid-template-columns: 1fr;
    }
}

.footer-item-wrapper .footer-item {
    position: relative;
}

.footer-item-wrapper .footer-item::after {
    position: absolute;
    content: '';
    top: 50%;
    right: -50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background: linear-gradient(180deg, rgba(108, 117, 125, 0) 0%, hsl(var(--base)) 50%, rgba(108, 117, 125, 0) 100%);
}

@media screen and (max-width: 1199px) {
    .footer-item-wrapper .footer-item::after {
        right: -35px;
    }
}

@media screen and (max-width: 575px) {
    .footer-item-wrapper .footer-item::after {
        right: -20px;
    }
}

@media screen and (max-width: 575px) {
    .footer-item-wrapper .footer-item::after {
        display: none;
    }
}

.footer-item-wrapper .footer-item:last-child::after {
    display: none;
}

.footer-item-wrapper .footer-item:first-child::after {
    display: none;
}

@media screen and (max-width: 1199px) {
    .footer-item-wrapper .footer-item:first-child::after {
        display: block;
    }
}

@media screen and (max-width: 575px) {
    .footer-item-wrapper .footer-item:first-child::after {
        display: none;
    }
}

@media screen and (max-width: 1199px) {
    .footer-item-wrapper .footer-item:nth-child(2)::after {
        display: none;
    }
}

.footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer-menu__item {
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid hsl(var(--base) / 0.1);
}

.footer-menu__item:last-child {
    margin-bottom: 0;
}

.footer-menu__link {
    color: hsl(var(--white) / 0.9);
}

.footer-menu__link:hover {
    color: hsl(var(--base));
}

/* ============= Footer End Here ======================= */
/* ============= Bottom Footer End Here ======================= */
.bottom-footer__wrapper {
    padding: 30px 0;
    border-top: 1px solid hsl(var(--base) / 0.35);
}

.bottom-footer-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px 35px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
    .bottom-footer-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 15px;
    }
}

.bottom-footer-text {
    text-align: right;
}

@media screen and (max-width: 767px) {
    .bottom-footer-text {
        text-align: center;
    }
}

.bottom-footer .list-item__link {
    color: hsl(var(--text-color));
}

.bottom-footer .list-item__link:hover {
    color: hsl(var(--base));
    text-decoration: underline;
}

/* =============Bottom Footer End Here ======================= */

/* ================================= Social Icon Css Start =========================== */
.social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.social-list__item {
    margin-right: 10px;
}

.social-list__item:last-child {
    margin-right: 0;
}

.social-list__link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    color: hsl(var(--black));
    background-color: hsl(var(--base));
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.competition-details-section {
    padding: 160px 0 110px;
    overflow: hidden;
}

@media screen and (max-width: 991px) {
    .competition-details-section {
        padding: 120px 0 150px;
    }
}
.tickets-wrapper {
    margin-top: 30px;
}

.tickets-wrapper__title {
    margin: 15px 0;
}

.competition-details__top {
    display: flex;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 10px;
}

.competition-gallery__item {
    display: flex !important;
    justify-content: center;
    cursor: pointer;
    max-height: 100px;
    margin-right: 8px;
    border-radius: 4px;
    overflow: hidden;
    align-items: center;
    border: 1px solid oklch(0.9386 0.0119 59.56);
}

.competition-details__item img {
    width: 100%;
    height: auto;
    object-fit: contain;
    min-height: 450px;
    max-height: 450px;
    border: 1px solid hsl(var(--white) / 0.1);
    overflow: hidden;
    border-radius: 7px;
}

@media screen and (max-width: 767px) {
    .competition-details__item img {
        min-height: auto;
        max-height: 100%;
    }
}

.competition-gallery__item img {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-width: 120px;
    border: 1px solid hsl(var(--white) / 0.1);
}

.competition-details__wrapper {
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
}

.competition-details__postal {
    margin: 40px 0;
}
/* .competition-details__wrapper::after {
  position: absolute;
  content: "";
  top: 10px;
  left: 200px;
  width: 150px;
  height: 280px;
  background-color: hsl(var(--base));
  filter: blur(160px);
  z-index: -1;
} */
.remaining-time .title {
    margin-bottom: 10px;
}
.competition-details__wrapper.slick-slider .slick-slide img {
    border-radius: 8px;
}
.faq-wrapper {
    margin-top: 60px;
}

.competition-details__item {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex !important;
    justify-content: center;
    cursor: pointer;
    border: 1px solid oklch(0.9386 0.0119 59.56);
    border-radius: 7px;
}

.competition-details .slide-slide img {
    display: block;
    width: 100%;
}

.competition-details__gallery.slick-slide .slick-slide img {
    border-radius: 4px;
}

.competition-details__right-title {
    margin-bottom: 20px;
    line-height: 1;
}

@media screen and (max-width: 424px) {
    .competition-details__right-title {
        font-size: 20px;
    }
}

.competition-details__right-link {
    margin-bottom: 20px;
}

@media screen and (max-width: 424px) {
    .competition-details__right-link {
        font-size: 15px;
    }
}

.competition-details__quantity {
    gap: 30px 20px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.competition-details__tab {
    margin-top: 65px;
}
@media (max-width: 991px) {
    .competition-details__tab {
        margin-top: 30px;
    }
}
/*======== quantity cart css start here ========*/
.qty {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.qty label {
    flex: 1 0 100%;
}

.qty #qty:focus {
    outline: none;
}

.qty input {
    width: 144px;
    height: 48px;
    font-size: 1rem;
    text-align: center;
    border-radius: 4px;
}

@media screen and (max-width: 424px) {
    .qty input {
        width: 110px;
    }
}

.qty button {
    width: 48px;
    height: 48px;
    color: var(--color-primary-500);
    font-size: 20px;
    background-color: hsl(var(--color-primary-500) / 0.1);
    border-radius: 4px;
}

.qty .qtyminus {
    margin-right: 10px;
}

.qty .qtyplus {
    margin-left: 10px;
}

/*======== quantity cart css end here ========*/
/*======= custom progress css start here =======*/
.custom--progress {
    height: 24px;
    border-radius: 4px;
    background-color: hsl(var(--base) / 0.1);
}
.competition-details__progressbar {
    margin-top: 35px;
}

.progressbar-count {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.remaining-count {
    margin-top: 7px;
}
/*======= custom progress css end here =======*/

/* ================================ ticket btn Css Start ============================= */
.competition-details__ticket-range {
    margin: 0 40px;
}
.ticket-btn {
    background-color: hsl(var(--white) / 0.1);
    padding: 10px 20px;
    color: hsl(var(--base));
    border-radius: 7px;
}
.ticket-btn.slick-slide {
    margin-right: 5px;
}
.ticket-btn.slick-slide:hover {
    background: hsl(var(--base));
    color: #ffffff;
}
.ticket-btn.slick-slide.active {
    background: hsl(var(--base));
    color: hsl(var(--black));
}
.competition-details__ticket-range .slick-arrow.arrow-left {
    top: 50%;
    left: -42px;
    transform: translateY(-50%);
}
.competition-details__ticket-range .slick-arrow.arrow-right {
    top: 50%;
    right: -42px;
    transform: translateY(-50%);
}
.competition-details__ticket-range .slick-arrow {
    box-shadow: none;
    background-color: hsl(var(--primary) / 0.2);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ticket-number-list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.ticket-number-item {
    width: 40px;
    height: 40px;
    background-color: oklch(1 0 132.17);
    display: flex;
    justify-content: center;
    align-items: center;
    color: hsl(var(--black));
    font-weight: 600;
    cursor: pointer;
    transition: 0.2s linear;
    border-radius: 3px;
    box-shadow: 0 0 0 1px oklch(0.92 0.004 286.32), 0 10px 15px -3px rgba(0, 0, 0, 0.05),
        0 4px 6px -4px rgba(0, 0, 0, 0.05);
}
.ticket-number-item.click:hover {
    background-color: hsl(var(--base-d-300));
    color: #fff;
}
.ticket-number-item.active {
    background-color: hsl(var(--danger));
    color: hsl(var(--white));
    cursor: no-drop;
}
.ticket-number-wrapper {
    margin-top: 20px;
}
@media (max-width: 575px) {
    .ticket-number-item {
        width: 35px;
        height: 35px;
    }
}
/* ================================ ticket btn Css End ============================= */

/*========================= competition details css end ========================= */

/* ====================== Breadcrumb Css Start ==================== */
.breadcrumb {
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    padding: 155px 0 70px;
    background-color: #ddd;
}

@media screen and (max-width: 991px) {
    .breadcrumb {
        padding: 115px 0 60px;
    }
}

@media screen and (max-width: 767px) {
    .breadcrumb {
        padding: 105px 0 40px;
    }
}

.breadcrumb::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background-color: hsl(var(--section-bg) / 0.99);
    width: 100%;
    height: 100%;
    z-index: -1;
}

.breadcrumb__wrapper {
    text-align: center;
}

.breadcrumb__title {
    margin-bottom: 10px;
    color: hsl(var(--white));
}

.breadcrumb__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.breadcrumb__item {
    color: hsl(var(--white));
    padding: 0 5px;
    font-weight: 400;
}

.breadcrumb__item-text {
    color: hsl(var(--base));
}

.breadcrumb__link {
    color: hsl(var(--white));
    font-weight: 500;
}

.breadcrumb__link:hover {
    color: hsl(var(--base));
}

/* ====================== Breadcrumb Css End ==================== */

/*================== contact section start here ==================*/

.contact-item {
    position: relative;
    z-index: 1;
    background-color: hsl(var(--section-bg));
    padding: 50px 32px;
    border-radius: 24px;
    overflow: hidden;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    height: 100%;
}

.contact-item::before {
    position: absolute;
    content: '';
    bottom: -65px;
    right: -65px;
    width: 115px;
    height: 115px;
    background-color: hsl(var(--success));
    -webkit-filter: blur(100px);
    filter: blur(100px);
    z-index: -1;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.contact-item .contact-item__shape {
    position: absolute;
    top: -145px;
    right: -150px;
    width: 215px;
    height: 215px;
    background-color: hsl(var(--base) / 0.1);
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}
.contact-item:hover .contact-item__shape {
    background-color: hsl(var(--base) / 0.4);
}
.contact-item:hover .contact-item__icon {
    color: hsl(var(--base));
}
.contact-item__icon {
    color: hsl(var(--white));
    font-size: 35px;
    margin-bottom: 28px;
    line-height: 1;
}

.contact-item__title {
    font-weight: 600;
}

.contact-item__text {
    color: hsl(var(--white) / 0.9);
}

.contact-item__link {
    color: hsl(var(--base));
    text-decoration: underline;
}

.contact-bottom {
    background: hsl(var(--section-bg));
    margin-top: 70px;
    padding: 40px 30px;
    border-radius: 12px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.contact-form__title {
    margin-bottom: 30px;
}

.contact-form__btn {
    margin-top: 24px;
}

.contact-bottom::before {
    position: absolute;
    content: '';
    bottom: -65px;
    right: -65px;
    width: 150px;
    height: 150px;
    background-color: hsl(var(--success));
    filter: blur(150px);
    z-index: -1;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}
@media (max-width: 991px) {
    .contact-bottom__thumb {
        margin-bottom: 20px;
    }
    .contact-bottom {
        padding: 30px 20px;
        margin-top: 40px;
    }
}

.contact-bottom__thumb img {
    border-radius: 5px;
}
/*================== contact section end here ==================*/

/*==================== cart css start here ==================== */
.cart-wrapper__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    gap: 10px;
}
.wrapper {
    width: calc(100% - 150px);
}
.cart-item__right {
    width: 150px;
    text-align: right;
}

.cart-item__title {
    font-size: 22px;
}

.cart-item__wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.cart-item__thumb {
    width: 130px;
    height: auto;
    border-radius: 4px;
    overflow: hidden;
    max-height: 80px;
}

.cart-item__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.price {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    align-items: center;
}

.new-price {
    font-size: 20px;
    color: hsl(var(--base));
    font-weight: 600;
}

.old-price {
    position: relative;
}

.old-price::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: hsl(var(--white));
}
.cart-item__content {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: calc(100% - 130px);
    align-items: center;
}
@media (max-width: 767px) {
    .cart-item__content {
        flex-wrap: wrap;
    }
    .cart-item__content .wrapper {
        width: 100%;
    }
    .cart-item__right {
        text-align: left;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 6px;
    }
    .clear-btn {
        margin-top: 0;
    }
}
@media (max-width: 424px) {
    .cart-item__wrapper {
        display: block;
    }
    .cart-wrapper__header-link {
        font-size: 18px;
    }
    .cart-item__thumb {
        width: 100%;
        max-height: 150px;
        margin-bottom: 20px;
    }
    .cart-item__content {
        width: 100%;
    }
}
.cart-item {
    background-color: hsl(var(--section-bg));
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 30px;
}

.cart-btn-area {
    flex-wrap: wrap;
    gap: 10px 20px;
}

.shopping-cart {
    display: flex;
    gap: 10px 20px;
    flex-wrap: wrap;
}
@media (max-width: 575px) {
    .shopping-cart .cmn--btn {
        width: 100%;
    }
    .clear-cart .cmn--btn {
        width: 100%;
    }

    /* .clear-cart {
        width: 100%;
    } */
}
.order-summery {
    border-radius: 5px;
    padding: 20px 15px;
    max-width: 500px;
    background-color: hsl(var(--section-bg));
    margin-left: auto;
}

@media screen and (max-width: 991px) {
    .order-summery {
        margin-top: 30px;
        margin-left: unset;
    }
}

.order-summery__one {
    /* border-bottom: 1px solid hsl(var(--white) / 0.1); */
    /* padding-bottom: 15px; */
}

.order-summery__two {
    padding-top: 20px;
}

.order-summery__title {
    font-size: 18px;
    color: hsl(var(--white));
    font-weight: 400;
}

.order-summery__title-two {
    font-size: 18px;
    color: oklch(21% 0.034 264.665);
    font-weight: 700;
}

.order-summery__number {
    font-size: 18px;
    color: hsl(var(--white));
    font-weight: 400;
}

.order-summery__number-two {
    font-size: 18px;
    color: oklch(0.4451 0.1797 26.69);
    font-weight: 700;
}

.order-summery .checkout {
    margin-top: 40px;
}

@media screen and (max-width: 991px) {
    .order-summery .checkout {
        margin-top: 25px;
    }
}

.order-summery .checkout__desc {
    margin-top: 20px;
    color: hsl(var(--white));
    text-align: center;
}

.cart-table .product-qty {
    margin-left: 0;
}

.text-menu.style {
    margin-right: 50px;
}

.text-menu__item {
    font-size: 16px;
    font-weight: 400;
    color: hsl(var(--black));
    margin-bottom: 10px;
}

.text-menu__icon {
    font-size: 16px;
    color: hsl(var(--base));
    margin-right: 20px;
}
/* cart css end here  */

/* ================================= Table Css Start =========================== */
/* Table Content Css start */
.customer__thumb {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
}

@media screen and (max-width: 374px) {
    .customer__thumb {
        margin-left: auto;
    }
}

.customer__content {
    width: calc(100% - 35px);
    padding-left: 15px;
    text-align: left;
}

@media screen and (max-width: 424px) {
    .customer__content {
        padding-left: 8px;
    }
}

@media screen and (max-width: 374px) {
    .customer__content {
        width: 100%;
        padding-left: 0px;
        padding-top: 5px;
    }
}

.customer__name {
    margin-bottom: 0;
    font-size: 0.8125rem;
    color: hsl(var(--black) / 0.7);
}

/* Table Content Css end */

.customer {
    display: flex;
    align-items: center;
}
/* Table Content Css start */
@media screen and (max-width: 374px) {
    .customer {
        display: block;
        text-align: left;
    }
}

@media screen and (max-width: 374px) {
    .customer__thumb {
        margin-left: auto;
    }
}

.customer__name {
    margin-bottom: 0;
    color: hsl(var(--white));
}

.action-buttons {
    gap: 10px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.action-btn {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.edit-btn {
    color: hsl(var(--base));
    background-color: hsl(var(--base) / 0.08);
}

.delete-btn {
    color: hsl(var(--danger));
    background-color: hsl(var(--danger) / 0.08);
}

/* Table Content Css end */
/* Table Css Start */
.table {
    margin: 0;
    border-collapse: collapse;
    border-spacing: 0px;
}

.table thead tr th {
    text-align: center;
    padding: 15px 20px;
    color: hsl(var(--white));
    font-weight: 600;
    border-bottom: 0;
    max-width: 170px;
    border: 0;
    background: hsl(var(--section-bg));
    border-bottom: 1px solid oklch(0.9484 0.0011 197.14);
    border-top: 1px solid oklch(0.9484 0.0011 197.14);
}

.table thead tr th:not(:first-child) {
    border-left: 0;
}

.table thead tr th:first-child {
    text-align: left;
    border-radius: 6px 0 0 6px;
    border-left: 1px solid oklch(0.9484 0.0011 197.14);
}

.table thead tr th:last-child {
    border-radius: 0 6px 6px 0;
    text-align: right !important;
    border-right: 1px solid oklch(0.9484 0.0011 197.14);
}

.table thead tr th:nth-child(2) {
    text-align: left;
}

.table tbody {
    border: 0 !important;
}

.table tbody tr {
    border-bottom: 0;
}

.table tbody tr:last-child {
    border-bottom: 0;
}

.table tbody tr td:nth-child(2) {
    text-align: left;
}
.table tbody tr:last-child td:first-child {
    border-radius: 6px 0 0 6px;
}

.table tbody tr:last-child td:last-child {
    border-radius: 0 6px 6px 0;
}

.table tbody tr td {
    text-align: center;
    vertical-align: middle;
    padding: 10px 15px;
    border-width: 1px;
    border: 0;
    color: hsl(var(--white));
    font-weight: 500;
    max-width: 170px;
    font-size: 14px;
    font-family: var(--heading-font);
    border-bottom: 1px solid oklch(0.9484 0.0011 197.14);
}

.table tbody tr td::before {
    content: attr(data-label);
    color: hsl(var(--white));
    font-weight: 500;
    display: none;
    width: 45% !important;
    text-align: left;
}

.table tbody tr td:first-child {
    text-align: left;
    border-radius: 6px 0 0 6px;
    border-left: 1px solid oklch(0.9484 0.0011 197.14);
}

.table tbody tr td:last-child {
    text-align: right;
    border-radius: 0 6px 6px 0;
    border-right: 1px solid hsl(var(--white) / 0.1);
}

@media screen and (max-width: 767px) {
    .table--responsive--md thead {
        display: none;
    }

    .table--responsive--md tbody tr {
        display: block;
    }

    .table--responsive--md tbody tr:last-child td {
        border-bottom: 0;
    }

    .table--responsive--md tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 0;
        max-width: unset;
        border-radius: 0 !important;
    }

    .table--responsive--md tbody tr:nth-child(even) td {
        background-color: hsl(var(--white) / 0.05) !important;
    }

    .table--responsive--md tbody tr:nth-child(odd) td {
        background-color: hsl(var(--section-bg)) !important;
    }

    .table--responsive--md tbody tr:first-child td:first-child {
        border-radius: 8px 8px 0 0 !important;
    }

    .table--responsive--md tbody tr:last-child td:last-child {
        border-radius: 0 0 8px 8px !important;
    }

    .table--responsive--md tbody tr td:last-child {
        border: none;
    }

    .table--responsive--md tbody tr td:first-child {
        text-align: right;
        border-left: 0;
    }

    .table--responsive--md tbody tr td::before {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .table--responsive--md tbody tr td {
        border: 0;
    }
}

@media screen and (max-width: 991px) {
    .table--responsive--lg thead {
        display: none;
    }

    .table--responsive--lg tbody tr {
        display: block;
    }

    .table--responsive--lg tbody tr:nth-child(even) {
        background-color: hsl(var(--black) / 0.1);
        border-bottom: 0;
    }

    .table--responsive--lg tbody tr:last-child td {
        border-bottom: 0;
    }

    .table--responsive--lg tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 0;
        max-width: unset;
        border-radius: 0px !important;
    }

    .table--responsive--lg tbody tr:nth-child(even) td {
        background-color: hsl(var(--white) / 0.05) !important;
    }

    .table--responsive--lg tbody tr:nth-child(odd) td {
        background-color: hsl(var(--section-bg)) !important;
    }

    .table--responsive--lg tbody tr:first-child td:first-child {
        border-radius: 8px 8px 0 0 !important;
    }

    .table--responsive--lg tbody tr:last-child td:last-child {
        border-radius: 0 0 8px 8px !important;
    }

    .table--responsive--lg tbody tr td:last-child {
        border: none;
    }

    .table--responsive--lg tbody tr td:first-child {
        text-align: right;
        border-left: 0;
    }

    .table--responsive--lg tbody tr td::before {
        display: block;
    }
}

@media screen and (max-width: 991px) {
    .table--responsive--lg tbody tr td {
        border: none;
    }
}

@media screen and (max-width: 1199px) {
    .table--responsive--xl thead {
        display: none;
    }

    .table--responsive--xl tbody tr {
        display: block;
    }

    .table--responsive--xl tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 0;
        max-width: unset;
        border-radius: 0 !important;
    }

    .table--responsive--xl tbody tr:nth-child(even) td {
        background-color: hsl(var(--white) / 0.05) !important;
    }

    .table--responsive--xl tbody tr:nth-child(odd) td {
        background-color: hsl(var(--section-bg)) !important;
    }

    .table--responsive--xl tbody tr:first-child td:first-child {
        border-radius: 8px 8px 0 0 !important;
    }

    .table--responsive--xl tbody tr:last-child td:last-child {
        border-radius: 0 0 8px 8px !important;
    }

    .table--responsive--xl tbody tr td:last-child {
        border: none;
    }

    .table--responsive--xl tbody tr td:first-child {
        text-align: right;
        border-left: 0;
    }

    .table--responsive--xl tbody tr td::before {
        display: block;
    }
}

@media screen and (max-width: 1199px) {
    .table--responsive--xl tbody tr td {
        border: 0;
    }
}

@media screen and (max-width: 1399px) {
    .table--responsive--xxl thead {
        display: none;
    }

    .table--responsive--xxl tbody tr {
        display: block;
    }

    .table--responsive--xxl tbody tr:last-child td {
        border-bottom: 0;
    }

    .table--responsive--xxl tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 0;
        max-width: unset;
        border-radius: 0px;
    }

    .table--responsive--xxl tbody tr:nth-child(even) td {
        background-color: hsl(var(--white) / 0.05) !important;
    }

    .table--responsive--xxl tbody tr:nth-child(odd) td {
        background-color: hsl(var(--section-bg)) !important;
    }

    .table--responsive--xxl tbody tr:first-child td:first-child {
        border-radius: 8px 8px 0 0 !important;
    }

    .table--responsive--xxl tbody tr:last-child td:last-child {
        border-radius: 0 0 8px 8px !important;
    }

    .table--responsive--xxl tbody tr td:last-child {
        border: none;
    }

    .table--responsive--xxl tbody tr td:first-child {
        text-align: right;
        border-left: 0;
    }

    .table--responsive--xxl tbody tr td::before {
        display: block;
    }
}

@media screen and (max-width: 1399px) {
    .table--responsive--xxl tbody tr td {
        border: 0;
    }
}
/* ================================= Table Css End =========================== */

.product-qty {
    display: flex;
    flex-direction: row;
    position: relative;
}

/* qty css end  */

.top-section {
    position: relative;
}

.top-section::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: var(--primary-background);
    opacity: 1;
}

.top-section .container {
    position: relative;
    z-index: 1;
}

.top-section .part-title {
    font-size: 20px;
    text-align: center;
}

.top-investor-slider .slick-list {
    padding: 15px 0 !important;
}

.testimonial-item {
    text-align: center;
}

.investor-item__thumb {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
    background: hsl(var(--base));
    padding: 10px;
}

@media (max-width: 1199px) {
    .investor-item__thumb {
        width: 80px;
        height: 80px;
    }
}

.investor-item__thumb img {
    width: 55px;
    height: 55px;
}

@media (max-width: 1199px) {
    .investor-item__thumb img {
        width: 55px;
        height: 55px;
    }
}

.investor-item__content .name {
    font-size: 14px;
    font-weight: 400;
}

.investor-item__content .name:first-child {
    font-weight: 700;
}

.investor-item .amount {
    font-size: 14px;
    font-family: var(--heading-font);
}
.account-inner {
    position: relative;
    display: flex;
}
.account-thumb {
    max-width: 800px;
}
.account-inner__left {
    width: 40%;
    position: relative;
}

@media screen and (max-width: 1199px) {
    .account-inner__left {
        width: 45%;
    }
}

@media screen and (max-width: 991px) {
    .account-inner__left {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .account-inner__left {
        width: 100%;
    }
}

.account-inner__right {
    width: 60%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-inline: 40px;
}

@media screen and (max-width: 1199px) {
    .account-inner__right {
        width: 55%;
    }
}

@media screen and (max-width: 991px) {
    .account-inner__right {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .account-inner__right {
        display: none;
    }
}

.account-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.account-form-wrapper {
    background-color: #2e0427;
    padding: 40px 100px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media screen and (max-width: 1399px) {
    .account-form-wrapper {
        padding: 40px 30px;
    }
}

@media screen and (max-width: 991px) {
    .account-form-wrapper {
        padding: 35px 25px;
    }
}

@media screen and (max-width: 767px) {
    .account-form-wrapper {
        padding: 30px 80px;
    }
}
@media screen and (max-width: 575px) {
    .account-form-wrapper {
        padding: 30px 50px;
    }
}
@media screen and (max-width: 424px) {
    .account-form-wrapper {
        padding: 30px;
    }
}

.account-form {
    margin-top: 30px;
}
.account-form__desc {
    text-align: center;
    margin-bottom: 10px;
}

.account-switch {
    text-align: center;
    margin-bottom: 40px;
}

.account-form__text {
    text-align: center;
    margin-bottom: 40px;
}

.account-form__logo img {
    width: 100%;
}

.account-form__title {
    text-align: center;
    margin-bottom: 15px;
}

/* account inner css end  */
.lastest-winner__info {
    background-color: hsl(var(--section-bg));
    padding: 20px;
    border-radius: 4px;
    height: 100%;
}

.info-title {
    margin-bottom: 20px;
}

.lastest-winner__info .icon {
    font-size: 50px;
    margin-bottom: 25px;
}

.investor-item {
    display: flex;
    align-items: center;
    gap: 10px;
}
.investor-item .amount {
    position: unset;
}
.top-winner-wrapper .icon {
    font-size: 50px;
    margin-bottom: 20px;
}
.top-winner-wrapper {
    background-color: hsl(var(--section-bg));
    padding: 25px;
    height: 100%;
    border-radius: 8px;
}
.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex-align {
    display: flex;
    align-items: center;
}
/* ================================= Dashboard Fulid Sidebar Css Start =========================== */
.dashboard .sidebar-logo {
    margin: 24px 0;
}

@media screen and (max-width: 991px) {
    .dashboard .sidebar-logo {
        margin-top: 32px;
    }
}

.dashboard .sidebar-logo img {
    max-width: 170px;
    max-height: 60px;
}

.dashboard .sidebar-menu {
    height: 100vh;
    background-color: var(--color-secundary-500);
    overflow-y: auto;
    z-index: 999;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    width: 300px;
    border-radius: 0;
    position: fixed;
    left: 0;
    top: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    /* Menu Title Css */
    /* Hr Css */
}

.dashboard .sidebar-menu::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

.dashboard .sidebar-menu::-webkit-scrollbar-thumb {
    background-color: hsl(var(--black) / 0.15);
}

.dashboard .sidebar-menu__inner {
    padding: 0 24px;
    width: 100%;
}

.dashboard .sidebar-menu.show-sidebar {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.sidebar-menu-list__item.has-dropdown.active .sidebar-submenu {
    display: block;
}
@media screen and (max-width: 991px) {
    .dashboard .sidebar-menu {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        z-index: 9992;
        border-radius: 0;
    }
}

.dashboard .sidebar-menu__close {
    position: absolute;
    top: 12px;
    right: 12px;
    color: hsl(var(--text-color));
    font-size: 1.2rem;
    transition: 0.2s linear;
    cursor: pointer;
    z-index: 9;
    height: 32px;
    width: 32px;
    background-color: hsl(var(--white) / 0.1);
    display: grid;
    place-content: center;
    border-radius: 50%;
}

.dashboard .sidebar-menu__close:active {
    top: 14px;
}

.dashboard .sidebar-menu__close:hover,
.dashboard .sidebar-menu__close:focus {
    background-color: hsl(var(--white));
    border-color: hsl(var(--white));
    color: hsl(var(--base));
}

.dashboard .sidebar-menu .menu-title {
    letter-spacing: 0.9px;
    padding: 12px 15px;
    color: #fff;
    font-weight: 600;
    font-size: 0.8125rem;
}

.dashboard .sidebar-menu hr {
    opacity: 0.15;
}

.dashboard .sidebar-menu-list {
    margin-top: 32px;
}

.dashboard .sidebar-menu-list__item {
    margin-bottom: 6px;
}

.dashboard .sidebar-menu-list__item:last-child .sidebar-menu-list__link {
    border-bottom: 0;
}

.dashboard .sidebar-menu-list__item.active > a {
    background-color: hsl(var(--base) / 0.4);
    color: hsl(var(--base));
}

.dashboard .sidebar-menu-list__item.has-dropdown.active > a {
    color: hsl(var(--white));
}

.dashboard .sidebar-menu-list__item.has-dropdown.active > a:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 18px;
    color: hsl(var(--white));
}

.dashboard .sidebar-menu-list__item.has-dropdown > a:after {
    position: absolute;
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-style: normal;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    text-align: center;
    background: 0 0;
    right: 16px;
    top: 14px;
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
    color: hsl(var(--text-color) / 0.6);
    font-size: 0.8125rem;
}

.dashboard .sidebar-menu-list__link {
    display: inline-block;
    text-decoration: none;
    position: relative;
    padding: 12px 15px;
    width: 100%;
    color: #fff;
    font-weight: 500;
    font-size: 0.9375rem;
    border-radius: 5px;
    font-family: var(--heading-font);
    font-weight: 600;
}

.dashboard .sidebar-menu-list__link:hover {
    background-color: hsl(var(--base) / 0.4);
}

.dashboard .sidebar-menu-list__link.active {
    color: hsl(var(--base));
}

.dashboard .sidebar-menu-list__link.active:hover {
    color: hsl(var(--white));
}

.dashboard .sidebar-menu-list__link .icon {
    margin-right: 8px;
    font-size: 0.9375rem;
    text-align: center;
    border-radius: 4px;
}

.dashboard .sidebar-submenu {
    display: none;
}

.dashboard .sidebar-submenu.open-submenu {
    display: block;
}

.dashboard .sidebar-submenu-list {
    padding: 5px 0;
    border-radius: 6px;
    background-color: hsl(var(--white) / 0.1);
}

.dashboard .sidebar-submenu-list__item {
    margin-bottom: 6px;
}

.dashboard .sidebar-submenu-list__item.active > a {
    color: hsl(var(--base));
    background-color: hsl(var(--base) / 0.4);
}

.dashboard .sidebar-submenu-list__link {
    padding-block: 6px;
    display: block;
    font-family: var(--heading-font);
    font-weight: 600;
    color: hsl(var(--text-color));
    color: hsl(var(--white));
    font-weight: 500;
    font-size: 0.9375rem;
    margin-left: 20px;
    border-radius: 5px;
    position: relative;
    padding-left: 25px;
}

.dashboard .sidebar-submenu-list__link::before {
    content: '';
    position: absolute;
    left: 6px;
    width: 8px;
    height: 8px;
    top: 50%;
    transform: translateY(-50%);
    background-color: hsl(var(--white) / 0.7);
    border-radius: 50%;
    transition: all linear 0.3s;
}

.dashboard .sidebar-submenu-list__link:hover {
    color: hsl(var(--base));
}

.dashboard .sidebar-submenu-list__link:hover::before,
.sidebar-submenu-list__link.active::before {
    background-color: hsl(var(--base));
}

.dashboard .sidebar-submenu-list__link .icon {
    margin-right: 8px;
    font-size: 0.9375rem;
    text-align: center;
    border-radius: 4px;
}

.dashboard .dashboard-form {
    background-color: hsl(var(--white) / 0.1);
    padding: 26px 30px;
    border-radius: 12px;
}
.input-group-text.bg-style {
    background-color: hsl(var(--base));
    border: none;
    padding: 0 25px;
    color: hsl(var(--black));
}
.dashboard-body__title {
    margin-bottom: 20px;
}
/* ============ User Profile Css Start ============ */
/* Sidebar User Info Css */
.user-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid hsl(var(--base-two) / 0.15);
    width: 100%;
    padding: 20px 24px;
    position: sticky;
    bottom: 0;
    left: 0;
    width: 299px;
    background-color: hsl(var(--white));
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.user-profile-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.user-profile-info__icon {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #f3f9fe;
    font-size: 1.125rem;
    border: 1px solid hsl(var(--black) / 0.1);
}

.user-profile-info__content {
    width: calc(100% - 50px);
    padding-left: 15px;
}

.user-profile-info__name {
    margin-bottom: 0px;
}

.user-profile-info__desc {
    color: hsl(var(--text-color));
    font-size: 15px;
}

/* ========= User Profile Css End ============== */
/* ================================= Dashboard Fulid Sidebar Css End =========================== */
/* ================================= Dashboard Css Start =========================== */
.dashboard {
    position: relative;
    /* User Info Css Start */
    /* User Info Css End */
    /* ================================= Dashboard Css End =========================== */
}

.dashboard__right {
    width: 100%;
    margin-left: 300px;
    background: oklch(0.9779 0.0042 56.38);
    width: calc(100% - 300px);
}

@media screen and (max-width: 991px) {
    .dashboard__right {
        width: 100%;
        margin-left: 0;
    }
}

.dashboard .dropdown {
    display: inline-block !important;
}

.dashboard .dashboard-header {
    padding: 0 56px;
    border-bottom: 1px solid hsl(var(--base) / 0.07);
    background: radial-gradient(circle, oklch(0.66 0.194 137.39) 0%, oklch(0.59 0.1767 139.48) 100%);
}

@media screen and (max-width: 1499px) {
    .dashboard .dashboard-header {
        padding: 0 40px;
    }
}

@media screen and (max-width: 1399px) {
    .dashboard .dashboard-header {
        padding: 0 32px;
    }
}

.dashboard-header__logo {
    max-width: 150px;
}

@media screen and (max-width: 1199px) {
    .dashboard .dashboard-header {
        padding: 0 24px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .dashboard-header {
        padding: 0 16px;
    }
}

.dashboard-header-left-inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
}

.dashboard-body__bar-icon {
    display: flex;
    font-size: 2rem;
}

@media (max-width: 575px) {
    .dashboard-header-left-inner {
        gap: 10px;
    }

    .dashboard-body__bar-icon {
        font-size: 1.5rem;
    }

    .dashboard-header__logo {
        max-width: 120px;
    }
}

.dashboard .dashboard-header__inner {
    padding: 12px 0;
    gap: 10px;
    flex-wrap: wrap;
}

.dashboard .dashboard-header__right {
    gap: 15px;
}

.dashboard .dashboard-header .bd-btn {
    padding: 10px 25px;
    background-color: hsl(var(--base) / 0.1);
    color: hsl(var(--base));
    border-radius: 5px;
    font-weight: 600;
    font-size: 1rem;
}

.dashboard .dashboard-header .bd-btn:hover {
    background-color: hsl(var(--base) / 0.2);
}

.dashboard .dashboard-header .bd-btn:active {
    position: relative;
    top: 2px;
}

.dashboard .dashboard-header .bd-btn .icon {
    margin-right: 5px;
}

.dashboard .dashboard-header .bd-btn.support {
    background-color: hsl(var(--primary) / 0.1);
    color: hsl(var(--primary));
}

.dashboard .dashboard-header .bd-btn.support:hover {
    background-color: hsl(var(--primary) / 0.2);
}

.dashboard .dashboard-header .bd-btn.logout {
    background-color: hsl(var(--danger) / 0.1);
    color: hsl(var(--danger));
}

.dashboard .dashboard-header .bd-btn.logout:hover {
    background-color: hsl(var(--danger) / 0.2);
}

.dashboard .dashboard-header__right {
    gap: 15px;
}

.dashboard .user-info {
    position: relative;
}

.dashboard .user-info__button {
    position: relative;
    padding-right: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
}

.dashboard .user-info__button::before {
    position: absolute;
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    pointer-events: none;
}

.dashboard .user-info .user-info-dropdown {
    border-radius: 5px;
    overflow: hidden;
    transition: 0.25s linear;
    background-color: hsl(310.91deg 21.57% 30%);
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    width: max-content;
    max-width: 280px;
    position: absolute;
    right: 0;
    z-index: 9;
    top: 100%;
    margin-top: 15px;
    transform: scale(0.95);
    visibility: hidden;
    opacity: 0;
    border: 1px solid hsl(var(--black) / 0.08);
}

.dashboard .user-info .user-info-dropdown.show {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

@media screen and (max-width: 991px) {
    .dashboard .user-info .user-info-dropdown {
        transform: unset !important;
        top: 43px !important;
    }
}

.dashboard .user-info .user-info-dropdown__item:last-child .user-info-dropdown__link {
    border-bottom: 0 !important;
}

.dashboard .user-info .user-info-dropdown__link {
    padding: 7px 16px !important;
    color: hsl(var(--white)) !important;
    margin-left: 0 !important;
    width: 100%;
    font-weight: 400;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.dashboard .user-info .user-info-dropdown__link .text {
    font-family: var(--heading-font);
    font-weight: 600;
}

.dashboard .user-info .user-info-dropdown__link.active {
    background-color: hsl(var(--base));
}

.dashboard .user-info .user-info-dropdown__link:hover {
    background-color: hsl(var(--base));
    color: hsl(var(--black)) !important;
}

.dashboard .user-info .user-info-dropdown__link .icon {
    margin-right: 8px;
}

.dashboard .user-info__right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.dashboard .user-info__right .notification {
    font-size: 28px;
    position: relative;
}

.dashboard .user-info__right .notification-link {
    color: hsl(var(--body-color));
}

.dashboard .user-info__right .notification-link__number {
    position: absolute;
    top: 43%;
    right: -3px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: hsl(var(--base));
    font-size: 10px;
    transform: translateY(-50%);
    color: hsl(var(--black));
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid hsl(var(--white));
    font-weight: 600;
}

.dashboard .user-info__right .notification-link:hover {
    color: hsl(var(--body-color));
}

.dashboard .user-info__thumb {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
}

.dashboard .user-info__thumb img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.dashboard .user-info__name {
    color: #fff;
    font-weight: 700;
    font-family: var(--heading-font);
}

.dashboard .dashboard-body {
    position: relative;
    padding: 56px;
    min-height: 100vh;
    color: #000 !important;
}

@media screen and (max-width: 1499px) {
    .dashboard .dashboard-body {
        padding: 56px 40px;
    }
}

@media screen and (max-width: 1399px) {
    .dashboard .dashboard-body {
        padding: 56px 32px;
    }
}

@media screen and (max-width: 1199px) {
    .dashboard .dashboard-body {
        padding: 40px 24px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .dashboard-body {
        padding: 32px 16px;
    }
}

@media (max-width: 575px) {
    .dashboard .user-info__thumb {
        width: 30px;
        height: 30px;
    }

    .dashboard .user-info__name {
        font-size: 13px;
    }

    .dashboard .user-info__button {
        padding-right: 18px;
        gap: 8px;
    }

    .dashboard .user-info__button::before {
        font-size: 12px;
    }
}

@media (max-width: 575px) {
    .dashboard .user-info__thumb {
        width: 24px;
        height: 24px;
    }

    .dashboard .user-info__name {
        font-size: 12px;
    }
}

.dashboard .dashboard-widget {
    padding: 24px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 100%;
    background-color: hsl(var(--section-bg));
    transition: 0.25s ease-in-out;
    border: 1px solid hsl(var(--white) / 0.1);
}

.dashboard .dashboard-widget::after {
    position: absolute;
    content: '';
    bottom: -65px;
    right: -65px;
    width: 115px;
    height: 115px;
    background-color: hsl(var(--base) / 0.2);
    -webkit-filter: blur(100px);
    filter: blur(100px);
    z-index: -1;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.dashboard .dashboard-widget:hover {
    transform: translateY(-2px) scale(1.01);
}

@media screen and (max-width: 1399px) {
    .dashboard .dashboard-widget {
        padding: 16px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .dashboard-widget {
        padding: 16px;
    }
}

.dashboard .dashboard-widget__icon {
    width: 50px;
    height: 50px;
    background-color: hsl(var(--base) / 0.08);
    color: hsl(var(--base));
    border-radius: 5px;
    font-size: 1.5rem;
}

.dashboard .dashboard-widget__icon img {
    width: 32px;
}

@media screen and (max-width: 575px) {
    .dashboard .dashboard-widget__icon {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
}

.dashboard .dashboard-widget__content {
    width: calc(100% - 50px);
    padding-left: 16px;
}

@media screen and (max-width: 575px) {
    .dashboard .dashboard-widget__content {
        width: calc(100% - 40px);
        padding-left: 10px;
    }
}

.dashboard .dashboard-widget__number {
    margin-bottom: 0px;
}

.dashboard .dashboard-widget__text {
    color: hsl(var(--text-color) / 0.7);
    font-size: 0.875rem;
    margin-bottom: 5px;
    font-weight: 600;
}

@media screen and (max-width: 575px) {
    .dashboard .dashboard-widget__text {
        font-size: 0.8125rem;
    }
}

.dashboard .dashboard-widget-wrapper div[class*='col']:nth-of-type(7n + 1) .dashboard-widget__icon {
    background-color: hsl(var(--base) / 0.1);
    color: hsl(var(--base));
}

.dashboard .dashboard-widget-wrapper div[class*='col']:nth-of-type(7n + 2) .dashboard-widget__icon {
    background-color: hsl(var(--violet) / 0.1);
}

.dashboard .dashboard-widget-wrapper div[class*='col']:nth-of-type(7n + 3) .dashboard-widget__icon {
    background-color: hsl(var(--base) / 0.1);
    color: hsl(var(--base));
}

.dashboard .dashboard-widget-wrapper div[class*='col']:nth-of-type(7n + 4) .dashboard-widget__icon {
    background-color: hsl(var(--warning) / 0.1);
    color: hsl(var(--warning));
}

.dashboard .dashboard-widget-wrapper div[class*='col']:nth-of-type(7n + 5) .dashboard-widget__icon {
    background-color: hsl(var(--success) / 0.1);
    color: hsl(var(--success));
}

.dashboard .dashboard-widget-wrapper div[class*='col']:nth-of-type(7n + 6) .dashboard-widget__icon {
    background-color: hsl(var(--primary) / 0.1);
    color: hsl(var(--primary));
}

.dashboard .dashboard-widget-wrapper div[class*='col']:nth-of-type(7n + 7) .dashboard-widget__icon {
    background-color: hsl(var(--danger) / 0.1);
    color: hsl(var(--danger));
}
/*# sourceMappingURL=main.css.map */

/* ====================================== Alert Css Start =============================== */
.alert {
    margin-bottom: 0;
    background-color: hsl(var(--section-bg)) !important;
    font-weight: 400;
    padding: 17px 24px;
    border-radius: 5px;
}

@media screen and (max-width: 991px) {
    .alert {
        padding: 16px;
    }
}

@media screen and (max-width: 575px) {
    .alert {
        padding: 12px;
    }
}

.alert__icon {
    font-size: 1.5rem;
    line-height: 1;
}

.alert__content {
    width: calc(100% - 24px);
    padding-left: 32px;
}

@media screen and (max-width: 991px) {
    .alert__content {
        padding-left: 16px;
    }
}

@media screen and (max-width: 575px) {
    .alert__content {
        padding-left: 0;
        width: 100%;
        margin-top: 6px;
    }
}

.alert__title {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 6px;
}

.alert__desc {
    color: hsl(var(--base-two) / 0.5);
    display: block;
    line-height: 1.375;
}

@media screen and (max-width: 424px) {
    .alert__desc {
        font-size: 0.8125rem;
    }
}

.alert__link {
    position: relative;
}

.alert__link:hover::before {
    visibility: visible;
    opacity: 1;
    bottom: 0;
}

.alert__link::before {
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 1px;
    background-color: hsl(var(--base));
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.alert--base {
    border-color: hsl(var(--base) / 0.6);
}
.alert--base .alert__title {
    color: hsl(var(--base));
}
.alert--base .alert__icon {
    color: hsl(var(--base));
}

.alert--primary {
    border-color: hsl(var(--primary) / 0.6);
}
.alert--primary .alert__title {
    color: hsl(var(--primary));
}
.alert--primary .alert__icon {
    color: hsl(var(--primary));
}

.alert--success {
    border-color: hsl(var(--success) / 0.6);
}
.alert--success .alert__title {
    color: hsl(var(--success));
}
.alert--success .alert__icon {
    color: hsl(var(--success));
}

.alert--info {
    border-color: hsl(var(--info) / 0.6);
}
.alert--info .alert__title {
    color: hsl(var(--info));
}
.alert--info .alert__icon {
    color: hsl(var(--info));
}

.alert--danger {
    border-color: hsl(var(--danger) / 0.6);
}
.alert--danger .alert__title {
    color: hsl(var(--danger));
}
.alert--danger .alert__icon {
    color: hsl(var(--danger));
}

.alert--warning {
    border-color: hsl(var(--warning) / 0.6);
}
.alert--warning .alert__title {
    color: hsl(var(--warning));
}
.alert--warning .alert__icon {
    color: hsl(var(--warning));
}

.alert--secondary {
    border-color: hsl(var(--secondary) / 0.6);
}
.alert--secondary .alert__title {
    color: hsl(var(--secondary));
}
.alert--secondary .alert__icon {
    color: hsl(var(--secondary));
}

/* ====================================== Alert Css End =============================== */

/*================== about section start here ================== */
.about-section {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.about-section .shape {
    position: absolute;
    bottom: 0;
    left: 20%;
    width: 300px;
    height: 300px;
    background: hsl(var(--base));
    filter: blur(450px);
}

.about-item__thumb {
    width: 80px;
    max-width: 100%;
}

.about-item__title {
    margin-bottom: 10px;
}

.about-item__desc {
    line-height: 1.6;
}

.about-item {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}
@media (max-width: 991px) {
    .about-item__wrapper {
        margin-top: 30px;
    }
    .about-item {
        margin-bottom: 25px;
    }
}

@media (max-width: 424px) {
    .about-item {
        display: block;
    }
    .about-item__thumb {
        margin-bottom: 20px;
    }
}

.about-item:last-child {
    margin-bottom: 0;
}

.about-item__content {
    width: calc(100% - 80px);
}

/*================== about section end here ================== */

/* ================================= Blog Section Css Start Here ============================= */
.blog-item {
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    background-color: hsl(var(--section-bg));
    position: relative;
    z-index: 1;
}

.blog-item::before {
    position: absolute;
    content: '';
    bottom: -65px;
    right: -65px;
    width: 115px;
    height: 115px;
    background-color: hsl(var(--base) / 0.3);
    -webkit-filter: blur(100px);
    filter: blur(100px);
    z-index: -1;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.blog-item:hover .blog-item__thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.blog-item__thumb {
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    max-height: 200px;
}

.blog-item__thumb-link {
    width: 100%;
    height: 100%;
}

.blog-item__thumb-link img {
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.blog-item__content {
    margin-top: 12px;
    padding: 15px;
}

.blog-item__title {
    margin-top: 20px;
    margin-bottom: 15px;
}

.blog-item__title-link {
    color: hsl(var(--heading-color));
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-item__title-link:hover {
    color: hsl(var(--base));
}

.blog-item__desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.blog-item .custom--badge {
    border: 0;
}

/* Text Border Bottom Animation Css Start */
.border-effect {
    display: inline !important;
    width: 100%;
    background-repeat: no-repeat;
    background-position-y: -2px;
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    background-size: 0 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.border-effect:hover {
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    background-size: 100% 100%;
}

/* Text Border Bottom Animation Css Ends */

.blog-sidebar-wrapper {
    position: sticky;
    top: 100px;
}

/* ================== Sidebar Box & Title =================== */
.blog-sidebar {
    background-color: hsl(var(--section-bg));
    padding: 24px 20px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.blog-details__content {
    background-color: hsl(var(--section-bg));
    padding: 20px;
}

.blog-sidebar:last-of-type {
    margin-bottom: 0;
}

.blog-sidebar__title {
    padding-bottom: 24px;
    color: hsl(var(--white));
}

/* ======================== Latest Blog Css========================  */
.latest-blog {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid hsl(var(--white) / 0.1);
}

.latest-blog:last-of-type {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0;
}

.latest-blog__thumb {
    width: 80px;
    max-height: 80px;
    display: flex;
    border-radius: 5px;
    overflow: hidden;
}

.latest-blog__thumb a {
    display: block;
    height: 100%;
    width: 100%;
}

.latest-blog__thumb img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.latest-blog__content {
    width: calc(100% - 80px);
    padding-left: 15px;
}

.latest-blog__title {
    margin-bottom: 5px;
}

.latest-blog__title a {
    font-weight: 500;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.latest-blog__title a:hover {
    color: hsl(var(--base));
}

/* ========================= Latest Blog Css End ===================*/

/* =========================================== Blog Details Css Start ==============================*/
.blog-details {
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
}

.blog-details__thumb {
    height: 450px;
    max-height: 100%;
}

.blog-details__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-details__title {
    margin-top: 20px;
    margin-bottom: 15px;
}

.blog-details__desc {
    margin-bottom: 15px;
}

/* ========================================== Blog Details Css End ======================================*/

.search-box-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}

.search-box__button {
    position: absolute;
    right: 0px;
    color: hsl(var(--white));
    transform: translateY(-50%);
    top: 50%;
    width: 50px;
    height: 100%;
    background-color: hsl(var(--base));
    border-radius: 0 8px 8px 0;
}

.search-box {
    position: relative;
    max-width: 300px;
    margin-left: auto;
}

@media (max-width: 575px) {
    .search-box-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .search-box {
        max-width: 100%;
        width: 100%;
    }
}

.image-upload .thumb .profilePicPreview {
    width: 100%;
    height: 310px;
    display: block;
    border: 3px solid #f1f1f1;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    background-size: cover !important;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.image-upload .thumb .profilePicPreview.logoPicPrev {
    background-size: contain !important;
    background-position: center;
}

.image-upload .thumb .profilePicUpload {
    font-size: 0;
    opacity: 0;
}

.image-upload .thumb .avatar-edit label {
    text-align: center;
    line-height: 45px;
    font-size: 18px;
    cursor: pointer;
    padding: 2px 25px;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.16);
    transition: all 0.3s;
}

.thumb .avatar-edit label[class*='bg--'] i {
    color: #fff;
}

.image-upload .thumb .avatar-edit label:hover {
    transform: translateY(-3px);
}

.image-upload .thumb .profilePicPreview .remove-image {
    position: absolute;
    top: -9px;
    right: -9px;
    text-align: center;
    width: 55px;
    height: 55px;
    font-size: 24px;
    border-radius: 50%;
    background-color: #df1c1c;
    color: #fff;
    display: none;
}

.image-upload .thumb .profilePicPreview.has-image .remove-image {
    display: block;
}

.thumb .profilePicPreview {
    width: 100%;
    height: 280px;
    display: block;
    border: 3px solid #f1f1f1;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    background-size: cover;
    background-position: center;
}

.thumb .profilePicUpload {
    font-size: 0;
    opacity: 0;
    width: 0;
}

.thumb .avatar-edit label {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    border: 2px solid #fff;
    font-size: 18px;
    cursor: pointer;
}

.thumb {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

.thumb .avatar-edit {
    position: absolute;
    bottom: -15px;
    right: 0;
}

.ticket-btn-active {
    background: var(--color-primary-500);
    color: #fff;
}

a.sidebar-submenu-list__link.active {
    color: hsl(var(--base));
}

.ticket-number-item.win {
    background-color: hsl(var(--success));
}

.custom--dropdown > .dropdown-list::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.custom--dropdown > .dropdown-list::-webkit-scrollbar-thumb {
    background-color: hsl(var(--black) / 0.15);
}

.custom--dropdown > .dropdown-list::-webkit-scrollbar-thumb {
    background-color: hsl(var(--black) / 0.3);
}

.custom--dropdown.open > .dropdown-list {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    z-index: 999 !important;
    background-color: hsl(var(--black)) !important;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
}

.dropdown-list > .dropdown-list__item {
    padding: 10px 8px !important;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 14px;
}

.dropdown-list > .dropdown-list__item:hover {
    background-color: hsl(var(--base)) !important;
}

.dropdown-list > .dropdown-list__item:hover .text {
    color: hsl(var(--white)) !important;
}

.dropdown-list > .dropdown-list__item,
.custom--dropdown > .custom--dropdown__selected {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.custom--dropdown > .custom--dropdown__selected .thumb {
    margin-bottom: 0 !important;
}
.dropdown-list > .dropdown-list__item .thumb img,
.custom--dropdown > .custom--dropdown__selected .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover !important;
    object-fit: cover !important;
}

.dropdown-list > .dropdown-list__item .thumb img,
.custom--dropdown > .custom--dropdown__selected .thumb img {
    min-width: 24px !important;
    min-height: 24px !important;
    max-width: 24px !important;
    max-height: 24px !important;
    overflow: hidden;
    margin-right: 5px;
    border-radius: 50%;
}

.dropdown-list > .dropdown-list__item .text,
.custom--dropdown > .custom--dropdown__selected .text {
    width: calc(100% - 20px);
    padding-left: 4px;
    color: hsl(var(--white)) !important;
}

.dropdown-list__item .icon {
    width: 20px;
    font-size: 15px;
    color: hsl(var(--white));
}

.custom--dropdown__selected.dropdown-list__item .text {
    font-size: 16px;
    font-weight: 500;
}

/*=========== Custom Dropdown Css Start=========== */
.custom--dropdown.open > .custom--dropdown__selected::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.custom--dropdown > .custom--dropdown__selected {
    background-color: transparent;
    position: relative;
    cursor: pointer;
    padding: 0px;
    font-size: 14px;
    padding-right: 30px;
}

.custom--dropdown > .custom--dropdown__selected::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    content: '\f107';
    display: inline-block;
    position: absolute;
    margin-left: auto;
    width: unset !important;
    right: 10px;
    color: hsl(var(--white));
    font-size: 12px;
}

@media screen and (max-width: 1399px) {
    .custom--dropdown > .custom--dropdown__selected::before {
        right: 2px;
    }
}

@media screen and (max-width: 1399px) {
    .custom--dropdown > .custom--dropdown__selected {
        padding-right: 15px;
    }
}

.custom--dropdown > .dropdown-list {
    position: absolute;
    background-color: hsl(var(--black));
    width: 100%;
    border-radius: 3px;
    -webkit-box-shadow: 0px 12px 24px rgba(21, 18, 51, 0.13);
    box-shadow: 0px 12px 24px rgba(21, 18, 51, 0.13);
    opacity: 0;
    overflow: hidden;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    z-index: -1;
    visibility: hidden;
    max-height: 230px;
    width: 110px;
    overflow-y: auto !important;
}

@media screen and (max-width: 991px) {
    .custom--dropdown > .dropdown-list {
        left: auto;
        right: 0;
    }
}

.custom--dropdown > .dropdown-list::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.custom--dropdown > .dropdown-list::-webkit-scrollbar-thumb {
    background-color: hsl(var(--black) / 0.15);
}

.custom--dropdown > .dropdown-list::-webkit-scrollbar-thumb {
    background-color: hsl(var(--black) / 0.3);
}

.custom--dropdown.open > .dropdown-list {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    z-index: 999 !important;
    background-color: hsl(var(--black)) !important;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
}

.dropdown-list > .dropdown-list__item {
    padding: 10px 8px !important;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 14px;
}

.dropdown-list > .dropdown-list__item:hover {
    background-color: hsl(var(--base)) !important;
}

.dropdown-list > .dropdown-list__item:hover .text {
    color: hsl(var(--white)) !important;
}

.dropdown-list > .dropdown-list__item,
.custom--dropdown > .custom--dropdown__selected {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dropdown-list > .dropdown-list__item .thumb img,
.custom--dropdown > .custom--dropdown__selected .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover !important;
    object-fit: cover !important;
}

.dropdown-list > .dropdown-list__item .thumb {
    width: 24px !important;
    margin-bottom: 0 !important;
}
.dropdown-list > .dropdown-list__item .thumb img,
.custom--dropdown > .custom--dropdown__selected .thumb img {
    min-width: 24px !important;
    min-height: 24px !important;
    max-width: 24px !important;
    max-height: 24px !important;
    overflow: hidden;
    margin-right: 5px;
    border-radius: 50%;
}

.dropdown-list > .dropdown-list__item .text,
.custom--dropdown > .custom--dropdown__selected .text {
    width: calc(100% - 20px);
    padding-left: 4px;
    color: hsl(var(--white)) !important;
}

.dropdown-list__item .icon {
    width: 20px;
    font-size: 15px;
    color: hsl(var(--white));
}

.custom--dropdown__selected.dropdown-list__item .text {
    font-size: 16px;
    font-weight: 500;
}

/* social login css start here  */

.social-login-wrapper {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.social-login-item {
    flex-grow: 1;
}

.social-login-link {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background-color: hsl(var(--white) / 0.1);
    color: hsl(var(--white));
    transition: all 0.3s linear;
    gap: 8px;
    line-height: 1;
    padding: 11px 12px;
    font-family: var(--heading-font);
    font-weight: 600;
    border: 1px solid hsl(var(--white) / 0.05);
}

.social-login-link:hover {
    background-color: hsl(var(--base) / 0.05);
    border-color: hsl(var(--base) / 0.05);
}

.social-login-link .icon {
    max-width: 20px;
}

.another-login {
    position: relative;
    margin-block: 24px;
}

.text-center.another-login::after {
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    bottom: 8px;
    border-bottom: 1px dashed oklch(0.8715 0.0242 55.23);
}

.another-login__text {
    background: oklch(0.9779 0.0042 56.38);
    color: oklch(0.6155 0.0766 39.52);
    z-index: 1;
    position: relative;
    padding: 0 10px;
}

/* .modal-title,
.feedback {
  color: black;
} */

/* .modal-body p.question {
  color: black;
} */

.border--base {
    border-color: hsl(var(--base) / 0.3) !important;
}

.selected {
    background-color: var(--color-primary-500);
    color: white;
}
.not-available {
    cursor: not-allowed;
}

/* ==========lang ================== */
.language-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 5px 12px;
    border-radius: 4px;
    width: 130px;
    /* background-color: rgb(255 255 255 / 3%); */
    /* border: 1px solid rgba(255, 255, 255, 0.1) !important; */
    /* height: 38px; */
}

.language_flag {
    flex-shrink: 0;
}

.language_flag img {
    height: 20px;
    width: 20px;
    object-fit: cover;
    border-radius: 50%;
}

.language-wrapper.show .collapse-icon {
    transform: rotate(180deg);
}

.collapse-icon {
    font-size: 14px;
    display: flex;
    transition: all linear 0.2s;
    color: rgb(255 255 255);
}

.language_text_select {
    font-size: 14px;
    font-weight: 400;
    color: rgb(255 255 255);
    font-family: var(--heading-font);
}

.language-content {
    display: flex;
    align-items: center;
    gap: 6px;
}

.language_text {
    color: #ffffff;
    font-family: var(--heading-font);
}

.language-list {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    cursor: pointer;
}

.language .dropdown-menu {
    position: absolute;
    -webkit-transition: ease-in-out 0.1s;
    transition: ease-in-out 0.1s;
    opacity: 0;
    visibility: hidden;
    top: 100%;
    display: unset;
    background: #000000;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    min-width: 150px;
    padding: 7px 0 !important;
    border-radius: 8px;
    border: 1px solid rgb(255 255 255 / 20%);
}

.language .dropdown-menu.show {
    visibility: visible;
    opacity: 1;
    max-height: 500px;
}

@media (max-width: 1199px) {
    .language .dropdown-menu {
        display: none;
    }

    .language .dropdown-menu.show {
        display: block;
    }
}

.btn:disabled,
.cmn--btn:disabled {
    opacity: 0.5 !important;
}

.btn--base {
    background-color: hsl(var(--base));
    border: 1px solid hsl(var(--base));
    color: hsl(var(--white)) !important;
    line-height: 1.3;
}

.btn--base:hover,
.btn--base:active,
.btn--base:disabled {
    background-color: hsl(var(--base-d-200)) !important;
    border: 1px solid hsl(var(--base-d-200)) !important;
}

.btn-outline--base {
    background-color: transparent;
    border: 1px solid hsl(var(--base));
    color: hsl(var(--base)) !important;
    line-height: 1.3;
}

.btn-outline--base:hover,
.btn-outline--base:active,
.btn-outline--base:disabled {
    background-color: hsl(var(--base)) !important;
    border: 1px solid hsl(var(--base)) !important;
    color: hsl(var(--black)) !important;
}

/* bnt base end */

/* primary */

.btn--primary {
    background-color: hsl(var(--primary));
    border: 1px solid hsl(var(--primary));
    color: hsl(var(--white)) !important;
    line-height: 1.3;
}

.btn--primary:hover,
.btn--primary:active,
.btn--primary:disabled {
    background-color: hsl(var(--primary-d-200)) !important;
    border: 1px solid hsl(var(--primary-d-200)) !important;
}

.btn-outline--primary {
    background-color: transparent;
    border: 1px solid hsl(var(--primary));
    color: hsl(var(--primary)) !important;
    line-height: 1.3;
}

.btn-outline--primary:hover,
.btn-outline--primary:active,
.btn-outline--primary:disabled {
    background-color: hsl(var(--primary)) !important;
    border: 1px solid hsl(var(--primary)) !important;
    color: hsl(var(--white)) !important;
}

/* primary  end*/

/* success */

.btn--success {
    background-color: hsl(var(--success));
    border: 1px solid hsl(var(--success));
    color: hsl(var(--white)) !important;
    line-height: 1.3;
}

.btn--success:hover,
.btn--success:active,
.btn--success:disabled {
    background-color: hsl(var(--success-d-200)) !important;
    border: 1px solid hsl(var(--success-d-200)) !important;
}

.btn-outline--success {
    background-color: transparent;
    border: 1px solid hsl(var(--success));
    color: hsl(var(--success)) !important;
    line-height: 1.3;
}

.btn-outline--success:hover,
.btn-outline--success:active,
.btn-outline--success:disabled {
    background-color: hsl(var(--success)) !important;
    border: 1px solid hsl(var(--success)) !important;
    color: hsl(var(--white)) !important;
}

/* btn--success  end*/

/* danger */

.btn--danger {
    background-color: hsl(var(--danger));
    border: 1px solid hsl(var(--danger));
    color: hsl(var(--white)) !important;
    line-height: 1.3;
}

.btn--danger:hover,
.btn--danger:active,
.btn--danger:disabled {
    background-color: hsl(var(--danger-d-200)) !important;
    border: 1px solid hsl(var(--danger-d-200)) !important;
}

.btn-outline--danger {
    background-color: transparent;
    border: 1px solid hsl(var(--danger));
    color: hsl(var(--danger)) !important;
    line-height: 1.3;
}

.btn-outline--danger:hover,
.btn-outline--danger:active,
.btn-outline--danger:disabled {
    background-color: hsl(var(--danger)) !important;
    border: 1px solid hsl(var(--danger)) !important;
    color: hsl(var(--white)) !important;
}

/* btn--danger  end*/

/* dark */

.btn--dark {
    background-color: hsl(var(--dark));
    border: 1px solid hsl(var(--dark));
    color: hsl(var(--white)) !important;
    line-height: 1.3;
}

.btn--dark:hover,
.btn--dark:active,
.btn--dark:disabled {
    background-color: hsl(var(--dark-d-200)) !important;
    border: 1px solid hsl(var(--dark-d-200)) !important;
}

.btn-outline--dark {
    background-color: transparent;
    border: 1px solid hsl(var(--dark));
    color: hsl(var(--dark)) !important;
    line-height: 1.3;
}

.btn-outline--dark:hover,
.btn-outline--dark:active,
.btn-outline--dark:disabled {
    background-color: hsl(var(--dark)) !important;
    border: 1px solid hsl(var(--dark)) !important;
    color: hsl(var(--white)) !important;
}

/* btn--dark  end*/

.maintenance-page {
    display: grid;
    place-content: center;
    width: 100vw;
    height: 100vh;
}

.maintenance-icon {
    width: 60px;
    height: 60px;
    display: grid;
    place-items: center;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #fff;
    font-size: 26px;
    color: #e73d3e;
}

.dashboard-edit-profile__thumb {
    width: 155px;
    height: 155px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    position: relative;
}

.dashboard-edit-profile__thumb img {
    width: 100%;
    object-fit: cover;
}

.dashboard-edit-profile__thumb .edit-pen {
    position: absolute;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: hsl(var(--base));
    right: 0px;
    bottom: 0px;
    color: #fff;
}
#upload-img {
    border-radius: 50%;
    height: 150px;
    width: 150px;
    border: 1px solid #d5d5d5;
}

.modal-header button {
    color: #fff;
}

.empty-message-area {
    text-align: center;
}

.empty-message-area img {
    width: 128px;
    margin-bottom: 10px;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: transparent;
}

/* slick slider css add */

.testimonial-slider .slick-track {
    display: flex;
}

.testimonails-card {
    padding: 0 10px;
    height: auto;
}

.social-list__item a:hover {
    color: hsl(var(--dark)) !important;
}

.account-form__logo {
    max-width: 220px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .account-form__logo {
        max-width: 170px;
        margin-bottom: 16px;
    }
}

nav.d-flex.justify-items-center.justify-content-between p.small.text-muted {
    color: hsl(var(--white)) !important;
}

.text-shadow {
    text-shadow: 1px 1px 3px oklch(0 0 0);
}

/* Fix table dashboard */
.dashboard .dashboard-body .table {
    background-color: hsl(var(--white));
    border-radius: 10px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.dashboard .dashboard-body .table thead tr th,
.dashboard .dashboard-body .table tbody tr td {
    color: #000 !important;
}

.select2 .select2-container--default .select2-selection--single {
    border-color: #dcdcde !important;
}

/* Responsive Home */
@media (max-width: 767px) {
    .banner-section .ticket-number-list {
        gap: 15px !important;
        justify-content: center;
    }
    .banner-section .ticket-number-wrapper {
        max-height: 340px;
    }

    .banner-section .ticket-number-more {
        position: absolute !important;
        bottom: 5px;
        right: 55px;
    }

    .banner-section .ticket-number-lasted {
        position: absolute !important;
        bottom: 5px;
        right: 5px;
        font-size: 13px;
    }
}

@media (max-width: 575px) {
    .btn-ac.p-4 {
        padding: 15px !important;
    }
    .btn-ac.gap-4 {
        gap: 10px !important;
    }
    .btn-ac h3 {
        font-size: 21px !important;
    }

    .btn-ac p {
        text-align: left !important;
        font-size: 12px;
    }
}

.section-footer {
    color: #fff;
}
.competition-details__ticket-range .slick-slide {
    padding: 10px;
}
