/* Font Family */
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/* ========================= Css Variables Start ======================== */
:root {
    /* Font Family */
    --heading-font: "Barlow", sans-serif;
    --body-font: "Open Sans", sans-serif;
    /* ========================= Color Variables Start =========================== */
    --white: 0 0% 100%;
    --black-h: 0;
    --black-s: 0%;
    --black-l: 0%;
    --black: var(--black-h) var(--black-s) var(--black-l);
    --body-bg-h: 240;
    --body-bg-s: 60%;
    --body-bg-l: 7%;
    --body-bg: var(--body-bg-h) var(--body-bg-s) var(--body-bg-l);
    --heading-color: var(--dark-l-100);
    --body-color: var(--dark-l-200);
    --border-color: 0 0% 88%;
    --section-bg: 249 60% 99%;
    --section-bg: var(--base-l-300) / .03;
    /* ================================ Box Shadow Start =============================== */
    --header-box-shadow: 0px -1px 15px 3px hsl(var(--black) /.3);
    --mobile-box-shadow: 0px -1px 5px 0px hsl(var(--black) /.92);
    --box-shadow: 0px 2px 15px hsl(var(--black) /.05);
    /* ================================ Box Shadow End =============================== */
    /* ========================= Social Color Start ============================= */
    --facebook-h: 223;
    --facebook-s: 45%;
    --facebook-l: 41%;
    --facebook: var(--facebook-h) var(--facebook-s) var(--facebook-l);
    --google-h: 7;
    --google-s: 66%;
    --google-l: 53%;
    --google: var(--google-h) var(--google-s) var(--google-l);
    --linkedin-h: 201;
    --linkedin-s: 100%;
    --linkedin-l: 35%;
    --linkedin: var(--linkedin-h) var(--linkedin-s) var(--linkedin-l);
    /* ========================= Social Color End ============================= */
    /* ========================= Base Color ============================= */
    --base-h: 242;
    --base-s: 75%;
    --base-l: 66%;
    --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-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 ============================= */
    --base-two-h: 157;
    --base-two-s: 64%;
    --base-two-l: 49%;
    --base-two: var(--base-two-h) var(--base-two-s) var(--base-two-l);
    /* Base Two Darken */
    --base-two-d-100: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.05);
    --base-two-d-200: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.1);
    --base-two-d-300: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.2);
    --base-two-d-400: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.3);
    --base-two-d-500: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.4);
    --base-two-d-600: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.5);
    --base-two-d-700: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.6);
    --base-two-d-800: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.7);
    --base-two-d-900: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.8);
    /* Base Two Lighten */
    --base-two-l-100: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.05);
    --base-two-l-200: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.1);
    --base-two-l-300: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.2);
    --base-two-l-400: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.3);
    --base-two-l-500: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.4);
    --base-two-l-600: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.5);
    --base-two-l-700: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.6);
    --base-two-l-800: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.7);
    --base-two-l-900: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.8);
    /* ========================= Base Three Color ============================= */
    --base-three-h: 49;
    --base-three-s: 100%;
    --base-three-l: 67%;
    --base-three: var(--base-three-h) var(--base-three-s) var(--base-three-l);
    /* Base Three Darken */
    --base-three-d-100: var(--base-three-h) var(--base-three-s) calc(var(--base-three-l) - var(--base-three-l) * 0.05);
    --base-three-d-200: var(--base-three-h) var(--base-three-s) calc(var(--base-three-l) - var(--base-three-l) * 0.1);
    --base-three-d-300: var(--base-three-h) var(--base-three-s) calc(var(--base-three-l) - var(--base-three-l) * 0.2);
    --base-three-d-400: var(--base-three-h) var(--base-three-s) calc(var(--base-three-l) - var(--base-three-l) * 0.3);
    --base-three-d-500: var(--base-three-h) var(--base-three-s) calc(var(--base-three-l) - var(--base-three-l) * 0.4);
    --base-three-d-600: var(--base-three-h) var(--base-three-s) calc(var(--base-three-l) - var(--base-three-l) * 0.5);
    --base-three-d-700: var(--base-three-h) var(--base-three-s) calc(var(--base-three-l) - var(--base-three-l) * 0.6);
    --base-three-d-800: var(--base-three-h) var(--base-three-s) calc(var(--base-three-l) - var(--base-three-l) * 0.7);
    --base-three-d-900: var(--base-three-h) var(--base-three-s) calc(var(--base-three-l) - var(--base-three-l) * 0.8);
    /* Base Three Lighten */
    --base-three-l-100: var(--base-three-h) calc(var(--base-three-s)) calc(var(--base-three-l) + (100% - var(--base-three-l)) * 0.05);
    --base-three-l-200: var(--base-three-h) calc(var(--base-three-s)) calc(var(--base-three-l) + (100% - var(--base-three-l)) * 0.1);
    --base-three-l-300: var(--base-three-h) calc(var(--base-three-s)) calc(var(--base-three-l) + (100% - var(--base-three-l)) * 0.2);
    --base-three-l-400: var(--base-three-h) calc(var(--base-three-s)) calc(var(--base-three-l) + (100% - var(--base-three-l)) * 0.3);
    --base-three-l-500: var(--base-three-h) calc(var(--base-three-s)) calc(var(--base-three-l) + (100% - var(--base-three-l)) * 0.4);
    --base-three-l-600: var(--base-three-h) calc(var(--base-three-s)) calc(var(--base-three-l) + (100% - var(--base-three-l)) * 0.5);
    --base-three-l-700: var(--base-three-h) calc(var(--base-three-s)) calc(var(--base-three-l) + (100% - var(--base-three-l)) * 0.6);
    --base-three-l-800: var(--base-three-h) calc(var(--base-three-s)) calc(var(--base-three-l) + (100% - var(--base-three-l)) * 0.7);
    --base-three-l-900: var(--base-three-h) calc(var(--base-three-s)) calc(var(--base-three-l) + (100% - var(--base-three-l)) * 0.8);
    --background-gradient: linear-gradient(45deg, hsl(var(--base-three)), hsl(var(--base-two)));
    /* ============================== Bootstrap Modifier Start ============================== */
    /* Primary Color */
    --primary-h: 211;
    --primary-s: 100%;
    --primary-l: 50%;
    --primary: var(--primary-h) var(--primary-s) var(--primary-l);
    /* 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-d-600: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.6);
    --primary-d-700: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.7);
    --primary-d-800: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.8);
    --primary-d-900: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.9);
    /* 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);
    --primary-l-700: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.7);
    --primary-l-800: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.8);
    --primary-l-900: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.9);
    /* 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-d-600: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.6);
    --secondary-d-700: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.7);
    --secondary-d-800: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.8);
    --secondary-d-900: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.9);
    /* 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);
    --secondary-l-700: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.7);
    --secondary-l-800: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.8);
    --secondary-l-900: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.9);
    /* Success Color */
    --success-h: 148;
    --success-s: 98%;
    --success-l: 38%;
    --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-d-600: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.6);
    --success-d-700: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.7);
    --success-d-800: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.8);
    --success-d-900: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.9);
    /* 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);
    --success-l-700: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.7);
    --success-l-800: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.8);
    --success-l-900: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.9);
    /* 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-d-600: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.6);
    --danger-d-700: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.7);
    --danger-d-800: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.8);
    --danger-d-900: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.9);
    /* 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);
    --danger-l-700: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.7);
    --danger-l-800: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.8);
    --danger-l-900: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.9);
    /* 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-d-600: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.6);
    --warning-d-700: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.7);
    --warning-d-800: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.8);
    --warning-d-900: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.9);
    /* 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);
    --warning-l-700: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.7);
    --warning-l-800: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.8);
    --warning-l-900: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.9);
    /* 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-d-600: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.6);
    --info-d-700: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.7);
    --info-d-800: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.8);
    --info-d-900: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.9);
    /* Info Lighten */
    --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);
    --info-l-700: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.7);
    --info-l-800: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.8);
    --info-l-900: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.9);
    /* Dark Color */
    --dark-h: 210;
    --dark-s: 10%;
    --dark-l: 23%;
    --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-d-600: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.6);
    --dark-d-700: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.7);
    --dark-d-800: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.8);
    --dark-d-900: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.9);
    /* Dark Lighten */
    --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);
    --dark-l-700: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.7);
    --dark-l-800: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.8);
    --dark-l-900: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.9);
    /* Light Color */
    --light-h: 210;
    --light-s: 17%;
    --light-l: 98%;
    --light: var(--light-h) var(--light-s) var(--light-l);
    /* Light Darken */
    --light-d-100: var(--light-h) var(--light-s) calc(var(--light-l) - var(--light-l) * 0.1);
    --light-d-200: var(--light-h) var(--light-s) calc(var(--light-l) - var(--light-l) * 0.2);
    --light-d-300: var(--light-h) var(--light-s) calc(var(--light-l) - var(--light-l) * 0.3);
    --light-d-400: var(--light-h) var(--light-s) calc(var(--light-l) - var(--light-l) * 0.4);
    --light-d-500: var(--light-h) var(--light-s) calc(var(--light-l) - var(--light-l) * 0.5);
    --light-d-600: var(--light-h) var(--light-s) calc(var(--light-l) - var(--light-l) * 0.6);
    --light-d-700: var(--light-h) var(--light-s) calc(var(--light-l) - var(--light-l) * 0.7);
    --light-d-800: var(--light-h) var(--light-s) calc(var(--light-l) - var(--light-l) * 0.8);
    --light-d-900: var(--light-h) var(--light-s) calc(var(--light-l) - var(--light-l) * 0.9);
    /* Light Lighten */
    --light-l-100: var(--light-h) calc(var(--light-s)) calc(var(--light-l) + (100% - var(--light-l)) * 0.1);
    --light-l-200: var(--light-h) calc(var(--light-s)) calc(var(--light-l) + (100% - var(--light-l)) * 0.2);
    --light-l-300: var(--light-h) calc(var(--light-s)) calc(var(--light-l) + (100% - var(--light-l)) * 0.3);
    --light-l-400: var(--light-h) calc(var(--light-s)) calc(var(--light-l) + (100% - var(--light-l)) * 0.4);
    --light-l-500: var(--light-h) calc(var(--light-s)) calc(var(--light-l) + (100% - var(--light-l)) * 0.5);
    --light-l-600: var(--light-h) calc(var(--light-s)) calc(var(--light-l) + (100% - var(--light-l)) * 0.6);
    --light-l-700: var(--light-h) calc(var(--light-s)) calc(var(--light-l) + (100% - var(--light-l)) * 0.7);
    --light-l-800: var(--light-h) calc(var(--light-s)) calc(var(--light-l) + (100% - var(--light-l)) * 0.8);
    --light-l-900: var(--light-h) calc(var(--light-s)) calc(var(--light-l) + (100% - var(--light-l)) * 0.9);
    /* ============================== Bootstrap Modifier End ============================== */
}

/* ========================= Css Variables End =========================== */
/* ============================ Media Breakpoint for Each Device Start ============================ */
/* ================================== Font Size For responsive devices End =============================== */
/* ================================= Common Typography Css Start =========================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

body {
    font-family: var(--body-font);
    color: hsl(var(--body-color));
    word-break: break-word;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-size: 1.125rem;
    overflow-x: clip;
    line-height: 1.7;
}

@media screen and (max-width: 1199px) {
    body {
        font-size: 1rem;
    }
}

p {
    font-weight: 400;
    margin: 0;
}

span {
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px 0;
    font-family: var(--heading-font);
    color: hsl(var(--heading-color));
    line-height: 1.3;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0 0 15px 0;
    }
}

h1 {
    font-size: clamp(1.75rem, 0.1327rem + 3.3694vw, 3.5rem);
}

h2 {
    font-size: clamp(1.5rem, 0.3542rem + 2.6474vw, 3rem);
}

h3 {
    font-size: clamp(1.375rem, 0.3353rem + 2.1661vw, 2.5rem);
}

h4 {
    font-size: clamp(1.25rem, 0.5569rem + 1.444vw, 2rem);
}

h5 {
    font-size: clamp(1.125rem, 0.7784rem + 0.722vw, 1.5rem);
}

h6 {
    font-size: clamp(1rem, 0.769rem + 0.4813vw, 1.25rem);
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    transition: 0.2s linear;
    line-height: 1.3;
}

a {
    display: inline-block;
    transition: 0.2s linear;
    text-decoration: none;
    color: hsl(var(--base));
    line-height: inherit;
}

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

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

select {
    cursor: pointer;
}

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

button {
    border: 0;
    background-color: transparent;
}

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

textarea {
    vertical-align: middle;
}

i {
    display: inline-block;
}

small {
    font-size: 0.875rem;
    line-height: 1.3;
}

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

.list-styled {
    list-style: revert;
    padding-left: 2rem;
    margin-bottom: 1rem;
}

.list-styled li {
    margin-bottom: 10px;
}

/* ================================= Common Typography Css End =========================== */
/* ================================= Custom Classes Css Start =========================== */
/* Column Extra Small Screen */
/* Column Extra Extra Extra Large Screen */
@media (min-width: 1600px) {
    .col-xxxl-1 {
        flex: 0 0 auto;
        width: 8.33%;
    }

    .col-xxxl-2 {
        flex: 0 0 auto;
        width: 16.67%;
    }

    .col-xxxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xxxl-4 {
        flex: 0 0 auto;
        width: 33.33%;
    }

    .col-xxxl-5 {
        flex: 0 0 auto;
        width: 41.67%;
    }

    .col-xxxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xxxl-7 {
        flex: 0 0 auto;
        width: 58.33%;
    }

    .col-xxxl-8 {
        flex: 0 0 auto;
        width: 66.67%;
    }

    .col-xxxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xxxl-10 {
        flex: 0 0 auto;
        width: 83.33%;
    }

    .col-xxxl-11 {
        flex: 0 0 auto;
        width: 91.67%;
    }

    .col-xxxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

/* Column Extra Small Screen */
@media (min-width: 480px) and (max-width: 575px) {
    .col-xsm-1 {
        flex: 0 0 auto;
        width: 8.33%;
    }

    .col-xsm-2 {
        flex: 0 0 auto;
        width: 16.67%;
    }

    .col-xsm-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xsm-4 {
        flex: 0 0 auto;
        width: 33.33%;
    }

    .col-xsm-5 {
        flex: 0 0 auto;
        width: 41.67%;
    }

    .col-xsm-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xsm-7 {
        flex: 0 0 auto;
        width: 58.33%;
    }

    .col-xsm-8 {
        flex: 0 0 auto;
        width: 66.67%;
    }

    .col-xsm-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xsm-10 {
        flex: 0 0 auto;
        width: 83.33%;
    }

    .col-xsm-11 {
        flex: 0 0 auto;
        width: 91.67%;
    }

    .col-xsm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

/* Section Background */
.section-bg {
    background-color: hsl(var(--section-bg));
}

/* Bg Image Css */
.bg-img {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    width: 100%;
    height: 100%;
}

/* Bg Light Gradient Css */
.bg-light-gradient {
    background: linear-gradient(-45deg, hsl(var(--base-two)/0.04), hsl(var(--base)/0.04), hsl(var(--base-two)/0.04));
}

/* Hide Scroll bar Css For Custom Modal */
.scroll-hide {
    position: absolute;
    overflow-y: hidden;
    padding-right: 17px;
    top: 0;
    left: 0;
    width: 100%;
}

@media screen and (max-width: 991px) {
    .scroll-hide {
        padding-right: 0;
    }
}

.scroll-hide-sm {
    position: absolute;
    overflow-y: hidden;
    top: 0;
    left: 0;
    width: calc(100% - 0px);
}

/* Overlay Start */
.body-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background-color: hsl(var(--base-d-700)/0.4);
    z-index: 99;
    transition: 0.2s linear;
    visibility: hidden;
    opacity: 0;
}

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

.sidebar-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background-color: hsl(var(--base-d-700)/0.4);
    z-index: 10;
    transition: 0.2s linear;
    visibility: hidden;
    opacity: 0;
}

.sidebar-overlay.show {
    visibility: visible;
    opacity: 1;
    z-index: 10;
}

/* Overlay End */
/* Hide text after 1st line */
.text-overflow-1 {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Hide text after 2nd line */
.text-overflow-2 {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Hide text after 3rd line */
.text-overflow-3 {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Hide text after 4th line */
.text-overflow-4 {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Hide text after 5th line */
.text-overflow-5 {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.no-shadow {
    box-shadow: 0 0 !important;
}

.text--muted {
    color: hsl(var(--black)/0.5);
}

.container--fluid {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 80px;
    padding-right: 80px;
}

/* ================================= Custom Classes Css End =========================== */
/* Fully Fit image Css */
.fit-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ============================= Display Flex Css Start ============================= */
.flex-wrap, .form--radio, .form--check {
    display: flex;
    flex-wrap: wrap;
}

.flex-align, .action-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

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

.flex-between {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

/* ============================= Display Flex Css End ============================= */
/* ============================= Positioning Css Class Start ===================== */
.pa-extend, .alert__link::before {
    position: absolute;
    content: "";
}

.top-center-extend, .custom--accordion .accordion-button[aria-expanded=true]::after, .custom--accordion .accordion-button[aria-expanded=false]::after {
    top: 50%;
    transform: translateY(-50%);
}

.left-center-extend {
    left: 50%;
    transform: translateX(-50%);
}

.top-left-center-extend {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* ============================= Positioning Css Class End ===================== */
/* ===================== Font Size For responsive devices Start =================== */
.fs-10 {
    font-size: 0.625rem;
}

.fs-11, .form--check .form-check-input:checked::before {
    font-size: 0.6875rem;
}

.fs-12, .badge {
    font-size: 0.75rem;
}

.fs-13 {
    font-size: 0.8125rem;
}

.fs-14 {
    font-size: 0.875rem;
}

.fs-15, .table tbody tr td, .form--radio .form-check-label, .form--check .form-check-label, .form--label, .btn--icon {
    font-size: 0.9375rem;
}

.fs-16, .alert__title {
    font-size: 1rem;
}

@media screen and (max-width: 1199px) {
    .fs-16, .alert__title {
        font-size: 0.9375rem;
    }
}

.fs-17, .table thead tr th {
    font-size: 1.0625rem;
}

@media screen and (max-width: 1199px) {
    .fs-17, .table thead tr th {
        font-size: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .fs-17, .table thead tr th {
        font-size: 0.9375rem;
    }
}

.fs-18 {
    font-size: 1.125rem;
}

@media screen and (max-width: 1399px) {
    .fs-18 {
        font-size: 1.0625rem;
    }
}

@media screen and (max-width: 767px) {
    .fs-18 {
        font-size: 1rem;
    }
}

.fs-20 {
    font-size: 1.25rem;
}

@media screen and (max-width: 1399px) {
    .fs-20 {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 767px) {
    .fs-20 {
        font-size: 1.0625rem;
    }
}

/* ===================== Font Size For responsive devices End =================== */

/* ====================== tabler icon style start ==================== */
.ti {
    font-size: 1.4em;
    transform: translateY(15%);
}

.ti.transform-0 {
    transform: translateY(0%);
}

.ti.transform-1 {
    transform: translateY(5%);
}

.ti.transform-2 {
    transform: translateY(10%);
}

.ti.transform-3 {
    transform: translateY(15%);
}

.ti.fz-0 {
    font-size: 1em;
}

.ti.fz-1 {
    font-size: 1.1em;
}

.ti.fz-2 {
    font-size: 1.2em;
}

.ti.fz-3 {
    font-size: 1.3em;
}

.ti.fz-4 {
    font-size: 1.4em;
}

.ti.fz-5 {
    font-size: 1.5em;
}

/* ====================== tabler icon style end ==================== */

/* ====================== Section Heading Start ==================== */
.section-heading {
    position: relative;
    margin-bottom: 70px;
    z-index: 2;
}

.section-heading::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25px;
    height: 5px;
    background: hsl(var(--base-two-l-300));
    border-radius: 3px;
    z-index: -1;
}

.section-heading::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 30px;
    width: 100px;
    height: 5px;
    background: hsl(var(--base));
    border-radius: 3px;
    z-index: -1;
}

@media screen and (max-width: 1199px) {
    .section-heading {
        margin-bottom: 60px;
    }
}

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

.section-heading-light::after {
    background: hsl(var(--base-two));
}

.section-heading-light .section-heading__vector {
    -webkit-text-stroke-color: hsl(var(--white)/0.2);
}

.section-heading-light .section-heading__subtitle {
    color: hsl(var(--base-two-l-200));
}

.section-heading-light .section-heading__title {
    color: hsl(var(--white));
}

.section-heading-light .section-heading__title .styled-title::after {
    background: hsl(var(--base-two-d-200));
    opacity: 0.8;
}

.section-heading__vector {
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    display: block;
    font-family: var(--heading-font);
    font-size: 7.5rem;
    line-height: 1;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke-color: hsl(var(--base)/0.2);
    -webkit-text-stroke-width: 1px;
    z-index: -1;
}

@media screen and (max-width: 1399px) {
    .section-heading__vector {
        top: -5px;
        font-size: 6.25rem;
    }
}

@media screen and (max-width: 1199px) {
    .section-heading__vector {
        top: -5px;
        font-size: 5.625rem;
    }
}

@media screen and (max-width: 991px) {
    .section-heading__vector {
        top: -5px;
        font-size: 4.375rem;
    }
}

@media screen and (max-width: 767px) {
    .section-heading__vector {
        top: 0;
        font-size: 3.125rem;
    }
}

.section-heading__subtitle {
    font-size: 1.5625rem;
    line-height: 1;
    font-weight: 600;
    color: hsl(var(--base));
    margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
    .section-heading__subtitle {
        font-size: 1.125rem;
    }
}

.section-heading__title {
    font-size: 4.375rem;
    line-height: 1.2;
    font-weight: 600;
    position: relative;
    color: hsl(var(--dark-l-200));
    padding-bottom: 21px;
    margin-bottom: 0;
}

@media screen and (max-width: 1399px) {
    .section-heading__title {
        font-size: 3.125rem;
    }
}

@media screen and (max-width: 1199px) {
    .section-heading__title {
        font-size: 2.5rem;
        padding-bottom: 15px;
    }
}

@media screen and (max-width: 767px) {
    .section-heading__title {
        font-size: 1.875rem;
    }
}

@media screen and (max-width: 575px) {
    .section-heading__title {
        font-size: 1.5625rem;
    }
}

.section-heading.text-center::before {
    left: 50%;
    transform: translateX(-50%);
    width: 160px;
    background: transparent;
    border-left: 25px solid hsl(var(--base-two-l-300));
    border-right: 25px solid hsl(var(--base-two-l-300));
}

.section-heading.text-center::after {
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
}

.section-heading.text-center.section-heading-light::before {
    border-color: hsl(var(--white));
}

.section-heading.text-center .section-heading__vector {
    text-align: center;
}

/* ====================== Section Heading End==================== */

/* ====================== Container for xxxl screen Start ==================== */
@media screen and (min-width: 1600px) {
    .container {
        max-width: 1500px;
    }
}
/* ====================== Container for xxxl screen End==================== */

/* ====================== Date Picker jQuery Plugin Start ==================== */
.datepicker--cell.-current- {
    color: hsl(var(--base));
    font-weight: 700;
    background: hsl(var(--base-l-900));
}

.datepicker--cell.-range-from-,
.datepicker--cell.-range-to- {
    border-color: hsl(var(--base));
    background: hsl(var(--base-l-900));
}

.datepicker--cell.-in-range- {
    background: hsl(var(--base-l-900));
}

.datepicker--cell.-in-range-.-focus- {
    background: hsl(var(--base-l-800));
}

.datepicker--cell.-current-.-in-range- {
    color: hsl(var(--base));
}

.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current- {
    color: hsl(var(--white));
    font-weight: 500;
    background: hsl(var(--base));
}

.datepicker--cell.-selected-.-focus- {
    background: hsl(var(--base-d-100));
}

/* ====================== Date Picker jQuery Plugin End ==================== */

/* ====================== Custom Image Upload with Preview Start ==================== */
.upload__img {
    width: max-content;
    margin: auto;
    position: relative;
}

.upload__img__btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: hsl(var(--base));
    color: hsl(var(--white));
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transform: translate(10%, 10%);
    cursor: pointer;
    transition: 0.3s;
    z-index: 2;
}

.upload__img__btn:hover {
    background: hsl(var(--base-d-200));
}

.upload__img input {
    position: absolute;
    opacity: 0;
    bottom: 0;
    left: 0;
    width: 180px;
    height: 180px;
    cursor: pointer;
    z-index: 1;
}

.upload__img input:hover + .upload__img-preview {
    background: hsl(var(--base-l-800));
    border-color: hsl(var(--base));
}

.upload__img-preview {
    width: 180px;
    height: 180px;
    background: hsl(var(--base-l-900));
    border: 1px dashed hsl(var(--black)/0.1);
    border-radius: 5px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--heading-font);
    font-size: 5rem;
    font-weight: 100;
    transition: 0.3s;
}

.upload__img-preview img {
    width: 100%;
    height: 100%;
    border-radius: 3px;
}

/* ====================== Custom Image Upload with Preview End ==================== */
/* ====================== Apexcharts Style Start ==================== */
.apexcharts-tooltip-z-group {
    display: flex;
}

.apexcharts-title-text {
    font-family: var(--body-font) !important;
    font-weight: 600;
    font-size: 1rem;
    fill: hsl(var(--black)/0.6);
}

/* ====================== Apexcharts Style End ==================== */
/* ====================== CK Editor Start ==================== */
.ck-content {
    height: 250px;
}

@media screen and (max-width: 479px) {
    .ck-content {
        height: 200px;
    }
}

/* ====================== CK Editor End ==================== */
/* ====================== Styled Title Start ====================== */
.styled-title {
    position: relative;
    z-index: 2;
    &::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        max-width: 400px;
        height: 50%;
        background: hsl(var(--base-two-l-300));
        mask-mode: match-source;
        mask-size: contain;
        mask-position: right bottom;
        mask-repeat: no-repeat;
        opacity: 0.5;
        z-index: -1;
    }
}

/* ====================== Styled Title End ====================== */
/* ====================== No Data Found In Table Start ====================== */
.no-data-found {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 0;
}

@media screen and (max-width: 991px) {
    .no-data-found {
        padding: 10px 0;
    }
}

.no-data-found img {
    max-width: 150px;
    margin: 0 auto 30px;
}

@media screen and (max-width: 991px) {
    .no-data-found img {
        max-width: 80px;
        margin-bottom: 20px;
    }
}

.no-data-found span {
    display: block;
    font-size: 1.125rem;
    line-height: 1;
    font-weight: 500;
    color: hsl(var(--black)/0.7);
}

@media screen and (max-width: 991px) {
    .no-data-found span {
        font-size: 1rem;
    }
}

/* ====================== No Data Found In Table End ====================== */
.video-btn {
    display: flex;
    align-items: center;
    gap: 20px;
}

.video-btn__img {
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: hsl(var(--base));
    color: hsl(var(--white));
    font-size: 1.875rem;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 991px) {
    .video-btn__img {
        width: 80px;
        height: 80px;
        font-size: 1.875rem;
    }
}

@media screen and (max-width: 767px) {
    .video-btn__img {
        width: 70px;
        height: 70px;
        font-size: 1.5625rem;
    }
}

@media screen and (max-width: 575px) {
    .video-btn__img {
        width: 60px;
        height: 60px;
        font-size: 1.5625rem;
    }
}

.video-btn__img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsl(var(--base) / .7);
    border-radius: 50%;
    animation: pulse 1s linear infinite;
    z-index: -2;
}

.video-btn__img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsl(var(--base) / .7);
    border-radius: 50%;
    animation: pulse 1s linear .5s infinite;
    z-index: -2;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

.video-btn__shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: -1;
}

.video-btn__shadow::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsl(var(--base-d-300)/0.3);
    border-radius: 50%;
    z-index: -1;
}

.video-btn__img i {
    margin-left: 5px;
}

@media screen and (max-width: 991px) {
    .video-btn__img i {
        margin-left: 6px;
    }
}

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

.video-btn__txt {
    font-size: 1.563rem;
    font-weight: 500;
    text-decoration: underline;
    @media (max-width:767px) {
        font-size: 1.25rem;
    }
    @media (max-width:575px) {
        font-size: 1.125rem;
    }
}

.video-btn:hover .video-btn__txt {
    text-decoration-color: hsl(var(--base-two));
}

/* ================================= 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 =========================== */
/* ================================= Color Css Start =========================== */
.text--base {
    color: hsl(var(--base-d-100)) !important;
}

.text--base-two {
    color: hsl(var(--base-two-d-100)) !important;
}

.text--primary {
    color: hsl(var(--primary)) !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(--info)) !important;
}

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

/* ================================= Color Css End =========================== */
/* ================================= margin Css Start =========================== */
.my-120 {
    margin-top: 60px;
    margin-bottom: 60px;
}

@media (min-width: 576px) {
    .my-120 {
        margin-top: 80px;
        margin-bottom: 80px;
    }
}

@media (min-width: 992px) {
    .my-120 {
        margin-top: 120px;
        margin-bottom: 120px;
    }
}

.mt-120 {
    margin-top: 60px;
}

@media (min-width: 576px) {
    .mt-120 {
        margin-top: 80px;
    }
}

@media (min-width: 992px) {
    .mt-120 {
        margin-top: 120px;
    }
}

.mb-120 {
    margin-bottom: 60px;
}

@media (min-width: 576px) {
    .mb-120 {
        margin-bottom: 80px;
    }
}

@media (min-width: 992px) {
    .mb-120 {
        margin-bottom: 120px;
    }
}

.my-60 {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (min-width: 576px) {
    .my-60 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .my-60 {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

.mt-60 {
    margin-top: 30px;
}

@media (min-width: 576px) {
    .mt-60 {
        margin-top: 40px;
    }
}

@media (min-width: 992px) {
    .mt-60 {
        margin-top: 60px;
    }
}

.mb-60 {
    margin-bottom: 30px;
}

@media (min-width: 576px) {
    .mb-60 {
        margin-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .mb-60 {
        margin-bottom: 60px;
    }
}

/* ================================= margin Css End =========================== */
/* ================================= padding Css Start =========================== */
.py-120 {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media (min-width: 576px) {
    .py-120 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (min-width: 992px) {
    .py-120 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

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

.pt-120 {
    padding-top: 60px;
}

@media (min-width: 576px) {
    .pt-120 {
        padding-top: 80px;
    }
}

@media (min-width: 992px) {
    .pt-120 {
        padding-top: 120px;
    }
}

.pb-120 {
    padding-bottom: 60px;
}

@media (min-width: 576px) {
    .pb-120 {
        padding-bottom: 80px;
    }
}

@media (min-width: 992px) {
    .pb-120 {
        padding-bottom: 120px;
    }
}

.py-60 {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (min-width: 576px) {
    .py-60 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .py-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.pt-60 {
    padding-top: 30px;
}

@media (min-width: 576px) {
    .pt-60 {
        padding-top: 40px;
    }
}

@media (min-width: 992px) {
    .pt-60 {
        padding-top: 60px;
    }
}

.pb-60 {
    padding-bottom: 30px;
}

@media (min-width: 576px) {
    .pb-60 {
        padding-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .pb-60 {
        padding-bottom: 60px;
    }
}

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

.border--base-subtle {
    border-color: hsl(var(--base)/0.2) !important;
}

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

.border--primary-subtle {
    border-color: hsl(var(--primary)/0.2) !important;
}

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

.border--secondary-subtle {
    border-color: hsl(var(--secondary)/0.2) !important;
}

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

.border--success-subtle {
    border-color: hsl(var(--success)/0.2) !important;
}

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

.border--danger-subtle {
    border-color: hsl(var(--danger)/0.2) !important;
}

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

.border--warning-subtle {
    border-color: hsl(var(--warning)/0.2) !important;
}

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

.border--info-subtle {
    border-color: hsl(var(--info)/0.2) !important;
}

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

.border--dark-subtle {
    border-color: hsl(var(--dark)/0.2) !important;
}

/* ================================= Border Color Css End =========================== */
/* =========================== Accordion Css start ============================= */
.custom--accordion .accordion-item {
    color: hsl(var(--body-color));
    border: 1px solid hsl(var(--black) /.03);
    background-color: hsl(var(--white)) !important;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s;
}

.custom--accordion .accordion-item.opened {
    border-color: hsl(var(--base));
}

.custom--accordion .accordion-item:not(:last-child) {
    margin-bottom: 30px;
}

.custom--accordion .accordion-header {
    line-height: 1;
}

.custom--accordion .accordion-body {
    background: hsl(var(--base-l-900)/0.3);
    padding: 20px;
    line-height: 1.8;
}

.custom--accordion .accordion-body .text {
    max-width: 60%;
}

@media screen and (max-width: 575px) {
    .custom--accordion .accordion-body .text {
        max-width: 100%;
    }
}

.custom--accordion:first-of-type .accordion-button.collapsed {
    border-radius: 0;
}

.custom--accordion:last-of-type .accordion-button.collapsed {
    border-radius: 0;
}

.custom--accordion:first-of-type .accordion-button {
    border-radius: 0;
}

.custom--accordion .accordion-button {
    font-size: 1.563rem;
    line-height: 1.3;
    font-weight: 500;
    color: hsl(var(--body-color));
    background: linear-gradient(-45deg, hsl(var(--base-l-900) / .4), hsl(var(--base-two-l-900) / .4), hsl(var(--base-l-900) / .4));
    border-bottom: 1px solid transparent;
    padding: 15px 62px 13px 20px;
    overflow: hidden;
}

@media screen and (max-width: 991px) {
    .custom--accordion .accordion-button {
        font-size: 1.125rem;
    }
}

.custom--accordion .accordion-button::after {
    display: block;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: hsl(var(--base)) none;
    color: hsl(var(--white));
    border-radius: 50%;
    font-size: 1.375rem;
}

@media screen and (max-width: 991px) {
    .custom--accordion .accordion-button::after {
        font-size: 1.125rem;
    }
}

.custom--accordion .accordion-button:focus {
    box-shadow: none;
}

.custom--accordion .accordion-button:not(.collapsed) {
    color: hsl(var(--white));
    background: hsl(var(--base)) !important;
    border-color: hsl(var(--black)/0.05);
    box-shadow: none;
}

.custom--accordion .accordion-button:not(.collapsed)::after {
    background-image: none;
    color: hsl(var(--white));
}

.custom--accordion .accordion-button[aria-expanded=true]::after, .custom--accordion .accordion-button[aria-expanded=false]::after {
    font-family: "tabler-icons";
    font-weight: normal;
    content: "\eaf2";
    display: inline-block;
    position: absolute;
    right: 20px;
}

.custom--accordion .accordion-button[aria-expanded=true]::after {
    background-color: hsl(var(--white));
    color: hsl(var(--base));
    -webkit-text-stroke-color: hsl(var(--base));
    -webkit-text-stroke-width: 0.5px;
}

.custom--accordion .accordion-button[aria-expanded=false]::after {
    content: "\eb0b";
}

/* ================================= Accordion Css End =========================== */
/* ================================= Button Css Start =========================== */
.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    color: unset;
    background-color: unset;
    border-color: unset;
}

.pill {
    border-radius: 40px !important;
}

.btn {
    min-width: max-content;
    color: hsl(var(--white)) !important;
    font-weight: 500;
    padding: 10px 35px;
    border-radius: 50px;
    position: relative;
    z-index: 1;
    border: 1px solid transparent;
    font-family: var(--body-font);
    font-size: 1.25rem;
    line-height: 1.9;
    transition: .3s;
}

@media screen and (max-width: 991px) {
    .btn {
        padding: 8px 15px;
        font-size: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .btn {
        padding: 6px 25px;
    }
}

@media screen and (max-width: 479px) {
    .btn {
        padding: 5px 20px;
    }
}

.btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    border: 1px solid;
    border-color: inherit;
    border-radius: inherit;
    z-index: -1;
    transition: .3s;
}

.btn:hover, .btn:focus, .btn:focus-visible, .btn.active {
    box-shadow: 0 0 !important;
}

.btn:hover::before, .btn:focus::before, .btn:focus-visible::before, .btn.active::before {
    width: calc(100% + 8px);
    height: calc(100% + 8px);
}

.btn--lg {
    padding: 13px 35px;
}

@media screen and (max-width: 991px) {
    .btn--lg {
        padding: 9px 30px;
    }
}

@media screen and (max-width: 767px) {
    .btn--lg {
        padding: 8px 25px;
    }
}

.btn--sm {
    padding: 7px 20px;
    font-size: 1rem;
}

@media screen and (max-width: 767px) {
    .btn--sm {
        font-size: 0.8125rem;
        padding: 3px 10px;
    }
}

.btn--icon {
    width: 40px;
    height: 40px;
    padding: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
}

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

.btn--base {
    background-color: hsl(var(--base)) !important;
    border: 1px solid hsl(var(--base)) !important;
}

.btn--base:hover, .btn--base:focus, .btn--base:focus-visible, .btn--base.active {
    background-color: hsl(var(--base-d-200)) !important;
    border-color: hsl(var(--base-d-200)) !important;
}

.btn--base__2 {
    background-color: hsl(var(--base-two)) !important;
    border: 1px solid hsl(var(--base-two)) !important;
}

.btn--base__2:hover, .btn--base__2:focus, .btn--base__2:focus-visible, .btn--base__2.active {
    background-color: hsl(var(--base-two-d-200)) !important;
    border-color: hsl(var(--base-two-d-200)) !important;
}

.btn-outline--base {
    background-color: transparent !important;
    border: 1px solid hsl(var(--base)/0.3) !important;
    color: hsl(var(--base)) !important;
}

.btn-outline--base:hover, .btn-outline--base:focus, .btn-outline--base:focus-visible, .btn-outline--base.active {
    background-color: hsl(var(--base)) !important;
    border-color: hsl(var(--base)) !important;
    color: hsl(var(--white)) !important;
}

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

.btn--primary:hover, .btn--primary:focus, .btn--primary:focus-visible, .btn--primary.active {
    background-color: hsl(var(--primary-d-200)) !important;
    border-color: hsl(var(--primary-d-200)) !important;
}

.btn-outline--primary {
    background-color: transparent !important;
    border: 1px solid hsl(var(--primary)/0.3) !important;
    color: hsl(var(--primary)) !important;
}

.btn-outline--primary:hover, .btn-outline--primary:focus, .btn-outline--primary:focus-visible, .btn-outline--primary.active {
    background-color: hsl(var(--primary)) !important;
    border-color: hsl(var(--primary)) !important;
    color: hsl(var(--white)) !important;
}

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

.btn--secondary:hover, .btn--secondary:focus, .btn--secondary:focus-visible, .btn--secondary.active {
    background-color: hsl(var(--secondary-d-200)) !important;
    border-color: hsl(var(--secondary-d-200)) !important;
}

.btn-outline--secondary {
    background-color: transparent !important;
    border: 1px solid hsl(var(--secondary)/0.3) !important;
    color: hsl(var(--secondary)) !important;
}

.btn-outline--secondary:hover, .btn-outline--secondary:focus, .btn-outline--secondary:focus-visible, .btn-outline--secondary.active {
    background-color: hsl(var(--secondary)) !important;
    border-color: hsl(var(--secondary)) !important;
    color: hsl(var(--white)) !important;
}

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

.btn--success:hover, .btn--success:focus, .btn--success:focus-visible, .btn--success.active {
    background-color: hsl(var(--success-d-200)) !important;
    border-color: hsl(var(--success-d-200)) !important;
}

.btn-outline--success {
    background-color: transparent !important;
    border: 1px solid hsl(var(--success)/0.3) !important;
    color: hsl(var(--success)) !important;
}

.btn-outline--success:hover, .btn-outline--success:focus, .btn-outline--success:focus-visible, .btn-outline--success.active {
    background-color: hsl(var(--success)) !important;
    border-color: hsl(var(--success)) !important;
    color: hsl(var(--white)) !important;
}

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

.btn--danger:hover, .btn--danger:focus, .btn--danger:focus-visible, .btn--danger.active {
    background-color: hsl(var(--danger-d-200)) !important;
    border-color: hsl(var(--danger-d-200)) !important;
}

.btn-outline--danger {
    background-color: transparent !important;
    border: 1px solid hsl(var(--danger)/0.3) !important;
    color: hsl(var(--danger)) !important;
}

.btn-outline--danger:hover, .btn-outline--danger:focus, .btn-outline--danger:focus-visible, .btn-outline--danger.active {
    background-color: hsl(var(--danger)) !important;
    border-color: hsl(var(--danger)) !important;
    color: hsl(var(--white)) !important;
}

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

.btn--warning:hover, .btn--warning:focus, .btn--warning:focus-visible, .btn--warning.active {
    background-color: hsl(var(--warning-d-200)) !important;
    border-color: hsl(var(--warning-d-200)) !important;
}

.btn-outline--warning {
    background-color: transparent !important;
    border: 1px solid hsl(var(--warning)/0.3) !important;
    color: hsl(var(--warning)) !important;
}

.btn-outline--warning:hover, .btn-outline--warning:focus, .btn-outline--warning:focus-visible, .btn-outline--warning.active {
    background-color: hsl(var(--warning)) !important;
    border-color: hsl(var(--warning)) !important;
    color: hsl(var(--white)) !important;
}

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

.btn--info:hover, .btn--info:focus, .btn--info:focus-visible, .btn--info.active {
    background-color: hsl(var(--info-d-200)) !important;
    border-color: hsl(var(--info-d-200)) !important;
}

.btn-outline--info {
    background-color: transparent !important;
    border: 1px solid hsl(var(--info)/0.3) !important;
    color: hsl(var(--info)) !important;
}

.btn-outline--info:hover, .btn-outline--info:focus, .btn-outline--info:focus-visible, .btn-outline--info.active {
    background-color: hsl(var(--info)) !important;
    border-color: hsl(var(--info)) !important;
    color: hsl(var(--white)) !important;
}

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

.btn--dark:hover, .btn--dark:focus, .btn--dark:focus-visible, .btn--dark.active {
    background-color: hsl(var(--dark-d-200)) !important;
    border-color: hsl(var(--dark-d-200)) !important;
}

.btn-outline--dark {
    background-color: transparent !important;
    border: 1px solid hsl(var(--dark)/0.3) !important;
    color: hsl(var(--dark)) !important;
}

.btn-outline--dark:hover, .btn-outline--dark:focus, .btn-outline--dark:focus-visible, .btn-outline--dark.active {
    background-color: hsl(var(--dark)) !important;
    border-color: hsl(var(--dark)) !important;
    color: hsl(var(--white)) !important;
}

.btn--light {
    background-color: hsl(var(--light)) !important;
    color: hsl(var(--dark)) !important;
    border-color: hsl(var(--black)/0.1);
}

.btn--light:hover, .btn--light:focus, .btn--light:focus-visible, .btn--light.active {
    background-color: hsl(var(--light-d-100)) !important;
    border-color: hsl(var(--light-d-100)) !important;
}

/* ================================= Button Css End =========================== */
/* ================================= Card Css Start =========================== */
.custom--card {
    display: block;
    background-color: hsl(var(--white));
    box-shadow: 0 0 35px 0 hsl(var(--black)/0.05);
    border-radius: 10px;
    border: 0;
    height: 100%;
}

.custom--card .card-header {
    padding: 15px 24px;
    background-color: hsl(var(--base-d-500));
    color: hsl(var(--white));
    border-radius: 9px 9px 0 0;
}

@media screen and (max-width: 1199px) {
    .custom--card .card-header {
        padding: 10px 15px;
    }
}

@media screen and (max-width: 991px) {
    .custom--card .card-header {
        padding: 10px 12px;
    }
}

.custom--card .card-header .title {
    font-size: 1.25rem;
    font-weight: 600;
    color: hsl(var(--white));
    margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
    .custom--card .card-header .title {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 991px) {
    .custom--card .card-header .title {
        font-size: 1.125rem;
    }
}

.custom--card .card-subtitle {
    font-family: var(--body-font);
    font-size: 1.25rem;
    font-weight: 600;
    color: hsl(var(--black)/0.6);
}

@media screen and (max-width: 991px) {
    .custom--card .card-subtitle {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 479px) {
    .custom--card .card-subtitle {
        font-size: 1rem;
    }
}

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

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

@media screen and (max-width: 991px) {
    .custom--card .card-body {
        padding: 12px;
    }
}

.custom--card .card-body .card-title {
    font-size: 1.125rem;
    color: hsl(var(--black)/0.6);
    margin-bottom: 20px;
}

.custom--card .card-footer {
    padding: 12px 24px;
    background-color: transparent;
    border-top: 1px solid hsl(var(--black)/0.1);
}

/* ================================= Card Css End =========================== */
.custom--dropdown {
    position: relative;
}

.custom--dropdown.dropdown-sm .dropdown-menu {
    min-width: 170px;
}

.custom--dropdown .dropdown-menu {
    padding: 5px 10px;
    transform: scaleY(0);
    transform-origin: top center;
    top: 0;
    transition: 0.3s;
    overflow: hidden;
    box-shadow: 0 0 15px 0 hsl(var(--black)/0.05);
    border-color: hsl(var(--black)/0.05);
    border-radius: 10px;
    min-width: 200px;
    margin-top: 0 !important;
}

.custom--dropdown .dropdown-menu-end {
    left: auto;
    right: 0;
}

.custom--dropdown .dropdown-menu li {
    border-bottom: 1px solid hsl(var(--black)/0.03);
}

.custom--dropdown .dropdown-menu li:last-child {
    border-bottom: 0;
}

.custom--dropdown .dropdown-menu .dropdown-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 7px 10px;
    font-weight: 500;
    font-size: 1rem;
    color: hsl(var(--black)/0.7);
    border-radius: 5px;
    transition: 0.3s;
}

@media screen and (max-width: 991px) {
    .custom--dropdown .dropdown-menu .dropdown-item {
        padding: 7px 5px;
    }
}

.custom--dropdown .dropdown-menu .dropdown-item.active {
    font-weight: 600;
    color: hsl(var(--base-d-100));
    background-color: transparent;
}

.custom--dropdown .dropdown-menu .dropdown-item:active, .custom--dropdown .dropdown-menu .dropdown-item:focus, .custom--dropdown .dropdown-menu .dropdown-item:hover {
    color: hsl(var(--base-d-100));
    background-color: transparent;
}

/* ================================= Form Css Start =========================== */
/* Form Label */
.form--label {
    width: max-content;
    max-width: 100%;
    display: block;
    margin-top: -5px;
    margin-bottom: 6px;
    color: hsl(var(--black)/0.7);
    font-weight: 600;
}

.form--label.required::after {
    content: "*";
    color: hsl(var(--danger));
    padding-left: 3px;
    font-size: 0.875rem;
    font-weight: 700;
}

.form-group {
    margin-bottom: 1rem;
}

/* Form Select */
select {
    color: hsl(var(--black)/0.8) !important;
}

select option {
    color: hsl(var(--black)/0.8);
}

/* Form Select End */
/* Form Control Start */
.form--control {
    font-weight: 400;
    outline: none;
    width: 100%;
    padding: 10px 20px;
    background-color: hsl(var(--white)) !important;
    border: 1px solid hsl(var(--black)/0.1);
    border-radius: 28px;
    color: hsl(var(--black)/0.8);
    line-height: 1.9;
    font-size: 1.125rem;
    transition: 0.3s;
}

@media screen and (max-width: 991px) {
    .form--control {
        padding: 8px 15px;
        font-size: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .form--control {
        padding: 6px 15px;
    }
}

@media screen and (max-width: 479px) {
    .form--control {
        padding: 5px 10px;
    }
}

.form--control::placeholder {
    color: hsl(var(--black)/0.5);
}

.form--control:focus {
    border-color: hsl(var(--base-d-100));
    box-shadow: none;
}

.form--control:disabled, .form--control[readonly] {
    background-color: hsl(var(--black)/0.03) !important;
    opacity: 1;
}

.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: 32px;
    padding: 0;
    position: relative;
    cursor: pointer;
}

.form--control[type=file]::file-selector-button {
    border: 1px solid hsl(var(--base));
    padding: 10px 25px;
    background-color: hsl(var(--base)) !important;
    transition: 0.2s linear;
    line-height: 32.6px;
    position: relative;
    color: hsl(var(--white)) !important;
    cursor: pointer;
}

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

.form--control--sm {
    font-size: 0.875rem;
    line-height: 1.9;
    padding: 7px 15px;
}

@media screen and (max-width: 767px) {
    .form--control--sm {
        padding: 3px 10px;
    }
}

.form--control--sm[type=file]::file-selector-button {
    padding: 3px 15px;
    line-height: 32.6px;
}

@media screen and (max-width: 767px) {
    .form--control--sm[type=file]::file-selector-button {
        line-height: 24.6px;
    }
}

/* Form Control End */
textarea.form--control {
    height: 130px;
}

/* Autofill Css */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active,
textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, textarea:-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, textarea:-webkit-autofill, textarea:-webkit-autofill, textarea:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px transparent inset;
    -webkit-text-fill-color: hsl(var(--black)) !important;
    caret-color: hsl(var(--black));
}

/* Autofill Css End */
/* input group */
.input--group {
    position: relative;
    display: flex;
    border: 1px solid hsl(var(--black)/0.1);
    border-radius: 50px;
    overflow: hidden;
    transition: 0.3s;
}

.input--group .input-group-text {
    background-color: hsl(var(--black)/0.05);
    border: 0;
    border-radius: 0;
    color: hsl(var(--black));
}

@media screen and (max-width: 991px) {
    .input--group .input-group-text {
        font-size: 0.875rem;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.input--group .form--control {
    border: 0;
    border-radius: 0;
}

.input--group .form--control--sm {
    padding: 7px 15px;
}

@media screen and (max-width: 767px) {
    .input--group .form--control--sm {
        padding: 2px 10px;
    }
}

.input--group .btn {
    border: 0;
    border-radius: 2px;
}

.input--group .btn::before {
    display: none;
}

.input--group .btn--sm {
    padding: 6px 12px;
}

@media screen and (max-width: 767px) {
    .input--group .btn--sm {
        padding: 2px 10px;
    }
}

.input--group:focus-within {
    border-color: hsl(var(--base));
}

/* 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%;
    transform: translateY(-50%);
    color: hsl(var(--black)/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 {
    background-color: transparent;
    box-shadow: none !important;
    position: relative;
    width: 16px;
    height: 16px;
    border: 1px solid hsl(var(--black)/0.2);
    cursor: pointer;
}

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

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

.form--check .form-check-input:checked::before {
    position: absolute;
    content: "\ea5e";
    font-family: "tabler-icons";
    font-weight: 900;
    color: hsl(var(--white));
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.form--check .form-check-label {
    user-select: none;
    font-weight: 600;
    width: calc(100% - 16px);
    padding-left: 5px;
    cursor: pointer;
}

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

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

/* Custom Radio Design */
.form--radio .form-check-input {
    box-shadow: none;
    border: 1px solid hsl(var(--black)/0.2);
    position: relative;
    background-color: transparent;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.form--radio .form-check-input:active {
    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 {
    user-select: none;
    font-weight: 600;
    width: calc(100% - 16px);
    padding-left: 5px;
    cursor: pointer;
}

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

.form--switch .form-check-input:focus {
    background-image: none;
    position: relative;
    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%;
    transform: translateY(-50%);
    left: 5px;
    border-radius: 50%;
    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;
}

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

/* ====================== Select2 Start ====================== */
.select2-container {
    display: flex;
    width: 100% !important;
}

.select2-container .selection {
    display: block;
    width: 100%;
}

.select2-container--default .select2-selection--single {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid hsl(var(--black)/0.1);
    border-radius: 28px;
}

.select2-container--default .select2-selection--single.form--control--sm {
    border-radius: 21px;
}

.select2-container--default .select2-selection--single:focus {
    border-color: hsl(var(--base));
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
    display: flex;
    line-height: inherit;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0;
}

.select2-container--default .select2-selection--multiple {
    border-color: hsl(var(--secondary-l-800));
}

.select2-container--default .select2-search--inline .select2-search__field {
    margin-top: 3px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin: 0;
    background-color: hsl(var(--secondary-l-900));
    border-color: hsl(var(--secondary-l-600));
    color: hsl(var(--dark));
    font-weight: 500;
    padding: 7px 10px;
    display: flex;
    align-items: center;
    line-height: 1;
    transition: 0.3s;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
    border-color: hsl(var(--base-l-100));
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    font-size: .9em;
    font-weight: 400;
    color: hsl(var(--dark-l-100));
    margin-right: 5px;
    transition: 0.3s;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: hsl(var(--dark-l-200));
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: hsl(var(--base));
}

.select2-container .select2-selection--single .select2-selection__rendered span {
    display: flex;
    align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder img {
    display: none;
}

.select2-container--open .select2-dropdown {
    border: 1px solid hsl(var(--black)/0.1);
    overflow: hidden;
    font-size: 1rem;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .select2-container--open .select2-dropdown {
        min-width: unset !important;
        font-size: 0.875rem;
    }
}

.select2-container--open .select2-dropdown.select2-dropdown--above {
    box-shadow: 0 -10px 30px -5px hsl(var(--black)/0.1);
    display: flex;
    flex-direction: column;
}

.select2-container--open .select2-dropdown.select2-dropdown--above .select2-search--dropdown {
    order: 2;
}

.select2-container--open .select2-dropdown.select2-dropdown--above .select2-results {
    order: 1;
}

.select2-container--open .select2-dropdown.select2-dropdown--below {
    box-shadow: 0 10px 30px -5px hsl(var(--black)/0.1);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid hsl(var(--black)/0.1);
    box-shadow: 0 0;
    padding: 10px 15px;
    border-radius: 5px;
}

@media screen and (max-width: 767px) {
    .select2-container--default .select2-search--dropdown .select2-search__field {
        padding: 5px 15px;
    }
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    border-color: hsl(var(--base));
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
    width: 3px;
    height: 10px;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
    background-color: #a8a8a85e;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
    background-color: #F1F1F1;
}

.select2-results__option {
    padding: 10px 15px;
}

@media screen and (max-width: 767px) {
    .select2-results__option {
        padding: 5px 10px;
    }
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: hsl(var(--black)/0.05);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: hsl(var(--base));
}

.select2-hidden-accessible {
    width: 30px !important;
    height: 56.19px !important;
}

@media screen and (max-width: 991px) {
    .select2-hidden-accessible {
        height: 48.19px !important;
    }
}

@media screen and (max-width: 767px) {
    .select2-hidden-accessible {
        height: 38.19px !important;
    }
}

.input--group .select2-hidden-accessible {
    height: 54.19px !important;
}

.input--group .select2-container--default .select2-selection--single {
    border: 0;
}

/* ====================== Select2 End ====================== */

/* ================================= Modal Css Start =========================== */
.custom--modal .modal-header, .custom--modal .modal-footer {
    border-bottom: 1px solid hsl(var(--border-color));
    padding: 15px;
}

.custom--modal .modal-title {
    font-family: var(--body-font);
    font-size: 1.125rem;
    font-weight: 700;
    color: hsl(var(--black)/0.6);
}

.custom--modal .modal-content {
    background-color: hsl(var(--white));
    border: 0;
    border-radius: 5px;
    color: hsl(var(--body-color));
}

.custom--modal .btn-close {
    transition: 0.2s linear;
}

.custom--modal .btn-close:focus {
    box-shadow: none;
}

.custom--modal .btn-close:hover {
    background-color: hsl(var(--black)/0.08);
    border-radius: 50%;
}

.custom--modal .modal-body {
    padding: 20px 16px;
    background-size: 10px;
}

.custom--modal .modal-icon i {
    font-size: 2rem;
    color: hsl(var(--base));
    border: 3px solid hsl(var(--base));
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.custom--modal .modal-footer {
    border-top: 1px solid hsl(var(--border-color));
}

.custom--modal .modal-footer > * {
    margin: 0;
}

.modal-backdrop {
    background-color: hsl(var(--base-d-700)/0.4);
}

.modal-backdrop.show {
    opacity: 1;
}

/* ================================= Modal Css End =========================== */
/* ================================= Pagination Css Start =========================== */
.pagination {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 36px;
}

@media screen and (max-width: 1199px) {
    .pagination {
        margin-top: 28px;
    }
}

@media screen and (max-width: 991px) {
    .pagination {
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .pagination {
        margin-top: 12px;
    }
}

.pagination .page-item.active .page-link {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    border-color: hsl(var(--base));
}

.pagination .page-item .page-link {
    background: hsl(var(--white)/0.1);
    border-color: hsl(var(--base)/0.3);
    margin: 0 5px;
    border-radius: 20px;
    height: 40px;
    min-width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    padding: 0;
    color: hsl(var(--base));
}

.pagination .page-item .page-link .ti {
    transform: translateY(0);
}

.pagination .page-item .page-link:hover {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    border-color: hsl(var(--base));
}

.pagination .page-item .page-link:focus {
    box-shadow: none;
}

/* ================================= Pagination Css End =========================== */
/* ================================= Table Css Start =========================== */
/* Table Content Css start */
.action-buttons {
    gap: 10px;
    justify-content: flex-end;
}

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

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

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

/* Table Css Start */
.table-responsive .table {
    min-width: max-content;
}

.table {
    margin: 0;
    border-collapse: separate;
    border-spacing: 0 0;
    box-shadow: 0 0 35px 0 hsl(var(--black)/0.05);
    border-radius: 10px;
    background-color: hsl(var(--white));
}

.table.table-borderless th:not(:first-child), .table.table-borderless td:not(:first-child) {
    border-left: 0;
}

.table.table-borderless th:not(:last-child), .table.table-borderless td:not(:last-child) {
    border-right: 0;
}

.table.table--striped > tbody > tr:nth-of-type(odd) > * {
    background: hsl(var(--black)/0.025);
}

.table.table-flush {
    box-shadow: 0 0;
}

.table.table-flush > * th, .table.table-flush > * td {
    border-radius: 0 !important;
    padding-left: 0;
    padding-right: 0;
    border-left-width: 0 !important;
    border-right-width: 0 !important;
}

.table.table-flush > * tr:first-child th, .table.table-flush > * tr:first-child td {
    padding-top: 0;
    border-top-width: 0 !important;
}

.table.table-flush > * tr:last-child th, .table.table-flush > * tr:last-child td {
    padding-bottom: 0;
    border-bottom-width: 0 !important;
}

.table.top-rounded-0 > *:first-child tr:first-child * {
    border-radius: 0 !important;
}

.table thead tr th {
    text-align: center;
    padding: 9px 15px 6px;
    color: hsl(var(--white));
    font-family: var(--heading-font);
    font-weight: 600;
    max-width: 170px;
    border: 1px solid hsl(var(--white)/0.2);
    background-color: hsl(var(--base-d-500));
    backdrop-filter: blur(10px);
}

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

.table thead tr th:first-child {
    text-align: left;
    border-radius: 10px 0 0 0;
}

.table thead tr th:last-child {
    border-radius: 0 10px 0 0;
    text-align: right;
}

.table thead tr th:only-child {
    border-top-left-radius: 10px !important;
    text-align: left;
}

.table > *:first-child tr:first-child th, .table > *:first-child tr:first-child td {
    border-top-width: 1px;
    border-top-style: solid;
}

.table > *:first-child tr:first-child th:first-child, .table > *:first-child tr:first-child td:first-child {
    border-radius: 10px 0 0 0;
}

.table > *:first-child tr:first-child th:last-child, .table > *:first-child tr:first-child td:last-child {
    border-radius: 0 10px 0 0;
}

.table > *:first-child tr:first-child th:only-child, .table > *:first-child tr:first-child td:only-child {
    border-radius: 10px 10px 0 0;
}

.table tbody {
    border: 0 !important;
}

.table tbody tr {
    border-bottom: 1px solid hsl(var(--black)/0.05);
}

.table tbody tr:only-child td:first-child {
    border-bottom-left-radius: 10px !important;
}

.table tbody tr:only-child td:last-child {
    border-bottom-right-radius: 10px !important;
}

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

.table tbody tr:last-child td {
    border-bottom: 1px solid hsl(var(--black)/0.05);
}

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

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

.table tbody tr:last-child td:only-child {
    border-bottom-left-radius: 10px;
}

.table tbody tr td {
    text-align: center;
    vertical-align: middle;
    padding: 10px 15px;
    border-width: 1px;
    color: hsl(var(--black)/0.7);
    font-weight: 500;
    max-width: 200px;
    border-bottom: 1px solid;
    border-right: 1px solid;
    border-top-width: 0;
    border-color: hsl(var(--black)/0.05);
}

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

.table tbody tr td:first-child {
    text-align: left;
    border-left: 1px solid hsl(var(--black)/0.05);
}

.table tbody tr td:last-child {
    text-align: right;
    border-right: 1px solid hsl(var(--black)/0.05);
}

.table tbody tr td.no-data-table {
    border-radius: 0 0 10px 10px !important;
    justify-content: center;
}

.table tbody tr td.no-data-table::before {
    display: none;
}

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

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

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

    .table--responsive--sm tbody tr td {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--black)/0.04) !important;
        max-width: unset;
    }

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

    .table--responsive--sm tbody tr td:last-child.no-data-table {
        border-radius: 10px !important;
    }

    .table--responsive--sm tbody tr td:first-child {
        font-size: 0.75rem;
        text-align: right;
        border-left: 0;
    }

    .table--responsive--sm tbody tr td:first-child.no-data-table {
        border-radius: 10px !important;
    }

    .table--responsive--sm tbody tr td::before {
        display: block;
        font-size: 1rem;
    }

    .table--responsive--sm tbody tr td.no-data-table {
        border-radius: 10px !important;
    }

    .table--responsive--sm tr:first-child {
        border-radius: 10px 10px 0 0;
        overflow: hidden;
    }

    .table--responsive--sm tr:first-child td:first-child {
        border-top: 1px solid hsl(var(--black)/0.07);
        border-radius: 10px 10px 0 0 !important;
    }

    .table--responsive--sm tr:last-child {
        border-radius: 0 0 10px 10px;
        overflow: hidden;
    }

    .table--responsive--sm tr:last-child td:last-child {
        border-bottom: 1px solid hsl(var(--black)/0.07) !important;
        border-radius: 0 0 10px 10px !important;
    }

    .table--responsive--sm td {
        border-radius: 0 !important;
        border-left: 1px solid hsl(var(--black)/0.07) !important;
        border-right: 1px solid hsl(var(--black)/0.07) !important;
    }
}

@media screen and (max-width: 767px) {
    .table--responsive--sm table tbody {
        border-top: 1px solid hsl(var(--black)/0.07) !important;
    }

    .table--responsive--sm table tbody tr td {
        border: 0;
    }

    .table--responsive--sm td {
        border-bottom: 1px solid hsl(var(--black)/0.04) !important;
    }
}

@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;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--black)/0.04) !important;
        max-width: unset;
    }

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

    .table--responsive--md tbody tr td:last-child.no-data-table {
        border-radius: 10px !important;
    }

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

    .table--responsive--md tbody tr td:first-child.no-data-table {
        border-radius: 10px !important;
    }

    .table--responsive--md tbody tr td::before {
        display: block;
        font-size: 1rem;
    }

    .table--responsive--md tbody tr td.no-data-table {
        border-radius: 10px !important;
    }

    .table--responsive--md tr:first-child {
        border-radius: 10px 10px 0 0;
        overflow: hidden;
    }

    .table--responsive--md tr:first-child td:first-child {
        border-top: 1px solid hsl(var(--black)/0.07);
        border-radius: 10px 10px 0 0 !important;
    }

    .table--responsive--md tr:last-child {
        border-radius: 0 0 10px 10px;
        overflow: hidden;
    }

    .table--responsive--md tr:last-child td:last-child {
        border-bottom: 1px solid hsl(var(--black)/0.07) !important;
        border-radius: 0 0 10px 10px !important;
    }

    .table--responsive--md td {
        border-radius: 0 !important;
        border-left: 1px solid hsl(var(--black)/0.07) !important;
        border-right: 1px solid hsl(var(--black)/0.07) !important;
    }
}

@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.02);
    }

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

    .table--responsive--lg tbody tr td {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--black)/0.04) !important;
        max-width: unset;
    }

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

    .table--responsive--lg tbody tr td:last-child.no-data-table {
        border-radius: 10px !important;
    }

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

    .table--responsive--lg tbody tr td:first-child.no-data-table {
        border-radius: 10px !important;
    }

    .table--responsive--lg tbody tr td::before {
        display: block;
        font-size: 1rem;
    }

    .table--responsive--lg tbody tr td.no-data-table {
        border-radius: 10px !important;
    }

    .table--responsive--lg tr:first-child {
        border-radius: 10px 10px 0 0;
        overflow: hidden;
    }

    .table--responsive--lg tr:first-child td:first-child {
        border-top: 1px solid hsl(var(--black)/0.07);
        border-radius: 10px 10px 0 0 !important;
    }

    .table--responsive--lg tr:last-child {
        border-radius: 0 0 10px 10px;
        overflow: hidden;
    }

    .table--responsive--lg tr:last-child td:last-child {
        border-bottom: 1px solid hsl(var(--black)/0.07) !important;
        border-radius: 0 0 10px 10px !important;
    }

    .table--responsive--lg td {
        border-radius: 0 !important;
        border-left: 1px solid hsl(var(--black)/0.07) !important;
        border-right: 1px solid hsl(var(--black)/0.07) !important;
    }
}

@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;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--black)/0.04) !important;
        max-width: unset;
    }

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

    .table--responsive--xl tbody tr td:last-child.no-data-table {
        border-radius: 10px !important;
    }

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

    .table--responsive--xl tbody tr td:first-child.no-data-table {
        border-radius: 10px !important;
    }

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

    .table--responsive--xl tbody tr td.no-data-table {
        border-radius: 10px !important;
    }

    .table--responsive--xl tr:first-child {
        border-radius: 10px 10px 0 0;
        overflow: hidden;
    }

    .table--responsive--xl tr:first-child td:first-child {
        border-top: 1px solid hsl(var(--black)/0.07);
        border-radius: 10px 10px 0 0 !important;
    }

    .table--responsive--xl tr:last-child {
        border-radius: 0 0 10px 10px;
        overflow: hidden;
    }

    .table--responsive--xl tr:last-child td:last-child {
        border-bottom: 1px solid hsl(var(--black)/0.07) !important;
        border-radius: 0 0 10px 10px !important;
    }

    .table--responsive--xl td {
        border-radius: 0 !important;
        border-left: 1px solid hsl(var(--black)/0.07) !important;
        border-right: 1px solid hsl(var(--black)/0.07) !important;
    }
}

@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;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--black)/0.04) !important;
        max-width: unset;
    }

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

    .table--responsive--xxl tbody tr td:last-child.no-data-table {
        border-radius: 10px !important;
    }

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

    .table--responsive--xxl tbody tr td:first-child.no-data-table {
        border-radius: 10px !important;
    }

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

    .table--responsive--xxl tbody tr td.no-data-table {
        border-radius: 10px !important;
    }

    .table--responsive--xxl tr:first-child {
        border-radius: 10px 10px 0 0;
        overflow: hidden;
    }

    .table--responsive--xxl tr:first-child td:first-child {
        border-top: 1px solid hsl(var(--black)/0.07);
        border-radius: 10px 10px 0 0 !important;
    }

    .table--responsive--xxl tr:last-child {
        border-radius: 0 0 10px 10px;
        overflow: hidden;
    }

    .table--responsive--xxl tr:last-child td:last-child {
        border-bottom: 1px solid hsl(var(--black)/0.07) !important;
        border-radius: 0 0 10px 10px !important;
    }

    .table--responsive--xxl td {
        border-radius: 0 !important;
        border-left: 1px solid hsl(var(--black)/0.07) !important;
        border-right: 1px solid hsl(var(--black)/0.07) !important;
    }
}

/* ================================= Table Css End =========================== */
/* ================================= Tab Css Start =========================== */
.custom--tab {
    border: 0;
    border-bottom: 1px solid hsl(var(--black)/0.05);
    padding-bottom: 10px;
    margin-bottom: 30px;
    gap: 10px;
}

@media screen and (max-width: 991px) {
    .custom--tab {
        margin-bottom: 15px;
    }
}

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

.custom--tab .nav-link {
    color: hsl(var(--black));
    padding: 8px 25px !important;
    background-color: transparent !important;
    border-radius: 5px;
    transition: 0.4s;
    border: 1px solid hsl(var(--black)/0.08) !important;
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    .custom--tab .nav-link {
        padding: 5px 15px !important;
        font-size: 0.875rem;
    }
}

.custom--tab .nav-link.active {
    color: hsl(var(--white));
    background-color: hsl(var(--base-d-200)) !important;
    border: 1px solid transparent !important;
}

.custom--tab .nav-link.active:hover {
    color: hsl(var(--white));
}

.custom--tab .nav-link:hover {
    color: hsl(var(--base));
}

/* ================================= Tab Css End =========================== */
/* ================================= Badge Css Start =========================== */
.badge {
    font-family: var(--body-font) !important;
    display: inline-block !important;
    border: 1px solid;
    border-radius: 15px;
    padding: 5px 15px;
    font-weight: 600;
    position: relative;
    text-align: center;
}

.badge--base {
    background-color: hsl(var(--base-l-900)) !important;
    color: hsl(var(--base)) !important;
    border-color: hsl(var(--base)/0.2);
}

.badge--base-two {
    background-color: hsl(var(--base-two-l-900)) !important;
    color: hsl(var(--base-two-d-200)) !important;
    border-color: hsl(var(--base-two)/0.35);
}

.badge--primary {
    background-color: hsl(var(--primary-l-900)) !important;
    color: hsl(var(--primary)) !important;
    border-color: hsl(var(--primary)/0.2);
}

.badge--secondary {
    background-color: hsl(var(--secondary-l-900)) !important;
    color: hsl(var(--secondary)) !important;
    border-color: hsl(var(--secondary)/0.2);
}

.badge--success {
    background-color: hsl(var(--success-l-900)) !important;
    color: hsl(var(--success)) !important;
    border-color: hsl(var(--success)/0.2);
}

.badge--danger {
    background-color: hsl(var(--danger-l-900)) !important;
    color: hsl(var(--danger)) !important;
    border-color: hsl(var(--danger)/0.2);
}

.badge--warning {
    background-color: hsl(var(--warning-l-900)) !important;
    color: hsl(var(--warning)) !important;
    border-color: hsl(var(--warning)/0.2);
}

.badge--info {
    background-color: hsl(var(--info-l-900)) !important;
    color: hsl(var(--info)) !important;
    border-color: hsl(var(--info)/0.2);
}

.badge--dark {
    background-color: hsl(var(--dark-l-900)) !important;
    color: hsl(var(--dark)) !important;
    border-color: hsl(var(--dark)/0.2);
}

/* ================================= Badge Css End =========================== */
/* ====================================== Alert Css Start =============================== */
.alert {
    margin-bottom: 0;
    background-color: hsl(var(--white));
    font-weight: 400;
    padding: 10px 15px;
    border-radius: 5px;
}

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

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

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

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

.alert__title {
    color: hsl(var(--base-two)/0.8);
    font-size: 1.25rem;
    font-weight: 700;
    font-family: var(--heading-font);
    margin-bottom: 5px;
}

.alert__desc {
    color: hsl(var(--dark)/0.9);
    display: block;
    line-height: 1.375;
}

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

.alert__link {
    font-weight: 500;
    position: relative;
}

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

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

.alert--base {
    border-color: hsl(var(--base)/0.15);
    background: hsl(var(--base)/0.05);
}

.alert--base .alert__title {
    color: hsl(var(--base));
}

.alert--base .alert__icon {
    color: hsl(var(--base));
}

.alert--primary {
    border-color: hsl(var(--primary)/0.15);
    background: hsl(var(--primary)/0.05);
}

.alert--primary .alert__title {
    color: hsl(var(--primary));
}

.alert--primary .alert__icon {
    color: hsl(var(--primary));
}

.alert--success {
    border-color: hsl(var(--success)/0.15);
    background: hsl(var(--success)/0.05);
}

.alert--success .alert__title {
    color: hsl(var(--success));
}

.alert--success .alert__icon {
    color: hsl(var(--success));
}

.alert--info {
    border-color: hsl(var(--info)/0.15);
    background: hsl(var(--info)/0.05);
}

.alert--info .alert__title {
    color: hsl(var(--info));
}

.alert--info .alert__icon {
    color: hsl(var(--info));
}

.alert--danger {
    border-color: hsl(var(--danger)/0.15);
    background: hsl(var(--danger)/0.05);
}

.alert--danger .alert__title {
    color: hsl(var(--danger));
}

.alert--danger .alert__icon {
    color: hsl(var(--danger));
}

.alert--warning {
    border-color: hsl(var(--warning)/0.15);
    background: hsl(var(--warning)/0.05);
}

.alert--warning .alert__title {
    color: hsl(var(--warning));
}

.alert--warning .alert__icon {
    color: hsl(var(--warning));
}

.alert--secondary {
    border-color: hsl(var(--secondary)/0.15);
    background: hsl(var(--secondary)/0.05);
}

.alert--secondary .alert__title {
    color: hsl(var(--secondary));
}

.alert--secondary .alert__icon {
    color: hsl(var(--secondary));
}

.alert--dark {
    border-color: hsl(var(--dark)/0.15);
    background: hsl(var(--dark)/0.05);
}

.alert--dark .alert__title {
    color: hsl(var(--dark));
}

.alert--dark .alert__icon {
    color: hsl(var(--dark));
}

/* ====================================== Alert Css End =============================== */
.custom--progress {
    height: 8px;
    overflow: visible;
}

.custom--progress .progress-bar {
    background: linear-gradient(to right, hsl(var(--base)), hsl(var(--base-two)));
    border-radius: 4px;
    position: relative;
    overflow: visible;
}

.custom--progress .progress-bar .progress-txt {
    position: absolute;
    left: 100%;
    bottom: calc(100% + 2px);
    background: hsl(var(--base));
    padding: 3px 5px;
    line-height: 1;
    border-radius: 2px;
    transform: translateX(-50%);
    z-index: 2;
}

.custom--progress .progress-bar .progress-txt::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 50%;
    width: 4px;
    height: 4px;
    background: hsl(var(--base));
    transform: rotate(45deg) translateX(-50%);
    z-index: -1;
}

.list--group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 5px;
    border-width: 0;
    border-style: solid;
}

.list--group-dashed {
    border-style: dashed;
}

.list--group.list--group-flush {
    border-radius: 0;
}

.list--group.list--group-flush > .list-group-item {
    border-width: 0 0 1px;
}

.list--group.list--group-flush > .list-group-item:last-child {
    border-bottom-width: 0;
}

.list--group.list-group-horizontal {
    flex-direction: row;
}

.list--group.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: inherit;
    border-top-right-radius: 0;
}

.list--group.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: inherit;
    border-bottom-left-radius: 0;
}

.list--group.list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
}

@media (min-width: 480px) {
    .list--group.list-group-horizontal-xsm {
        flex-direction: row;
    }

    .list--group.list-group-horizontal-xsm > .list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: inherit;
        border-top-right-radius: 0;
    }

    .list--group.list-group-horizontal-xsm > .list-group-item:last-child:not(:first-child) {
        border-top-right-radius: inherit;
        border-bottom-left-radius: 0;
    }

    .list--group.list-group-horizontal-xsm > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
}

@media (min-width: 576px) {
    .list--group.list-group-horizontal-sm {
        flex-direction: row;
    }

    .list--group.list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: inherit;
        border-top-right-radius: 0;
    }

    .list--group.list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
        border-top-right-radius: inherit;
        border-bottom-left-radius: 0;
    }

    .list--group.list-group-horizontal-sm > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
}

@media (min-width: 768px) {
    .list--group.list-group-horizontal-md {
        flex-direction: row;
    }

    .list--group.list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: inherit;
        border-top-right-radius: 0;
    }

    .list--group.list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
        border-top-right-radius: inherit;
        border-bottom-left-radius: 0;
    }

    .list--group.list-group-horizontal-md > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
}

@media (min-width: 992px) {
    .list--group.list-group-horizontal-lg {
        flex-direction: row;
    }

    .list--group.list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: inherit;
        border-top-right-radius: 0;
    }

    .list--group.list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
        border-top-right-radius: inherit;
        border-bottom-left-radius: 0;
    }

    .list--group.list-group-horizontal-lg > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
}

@media (min-width: 1200px) {
    .list--group.list-group-horizontal-xl {
        flex-direction: row;
    }

    .list--group.list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: inherit;
        border-top-right-radius: 0;
    }

    .list--group.list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
        border-top-right-radius: inherit;
        border-bottom-left-radius: 0;
    }

    .list--group.list-group-horizontal-xl > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
}

@media (min-width: 1400px) {
    .list--group.list-group-horizontal-xxl {
        flex-direction: row;
    }

    .list--group.list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: inherit;
        border-top-right-radius: 0;
    }

    .list--group.list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
        border-top-right-radius: inherit;
        border-bottom-left-radius: 0;
    }

    .list--group.list-group-horizontal-xxl > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
}

.list--group .list-group-item {
    position: relative;
    display: block;
    padding: 7px 15px;
    text-decoration: none;
    font-size: 1rem;
    border: 1px hsl(var(--black)/0.1);
    transition: 0.3s;
}

.list--group .list-group-item + .list-group-item {
    border-top-width: 0;
}

.list--group .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.list--group .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}

.list--group .list-group-item.active {
    z-index: 2;
    color: hsl(var(--white));
    background-color: hsl(var(--base));
    border-color: hsl(var(--base));
}

.list--group .list-group-item.disabled, .list--group .list-group-item:disabled {
    color: hsl(var(--black)/0.5);
    pointer-events: none;
    background-color: hsl(var(--black)/0.02);
}

.list--group .list-group-item-action:focus, .list--group .list-group-item-action:hover {
    z-index: 1;
    background-color: hsl(var(--black)/0.05);
}

/* ================================= preload Css Start =========================== */
.preloader {
    position: fixed;
    top: 0;
    z-index: 999999;
    background-color: hsl(var(--base-l-900));
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader {
    width: 120px;
    height: 120px;
}

.loader img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* ================================= preload Css End ===========================  */
/* ============= Header Start Here ======================= */
.navbar-brand {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
    margin: 0;
    margin-bottom: -10px;
    position: relative;
    z-index: 2;

    @media (max-width:991px) {
        padding: 5px 15px 5px 0;
        margin: 0;
    }

    &::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: hsl(var(--base));
        border-radius: 0 0 20px 20px;
        z-index: -1;

        @media (max-width:991px) {
            left: auto;
            right: 0;
            width: 100vw;
            border-radius: 0 20px 20px 0;
        }
    }
}

.navbar-brand.logo img {
    max-width: 100%;
    max-height: 60px;
}

@media screen and (max-width: 991px) {
    .navbar-brand.logo img {
        max-width: 130px;
    }
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid hsl(var(--black)/0.05);
    z-index: 111;
}

@media screen and (max-width: 991px) {
    .header {
        padding: 10px 0;
        background: hsl(var(--white));
        z-index: 999;
        max-height: 101vh;
        overflow-y: auto;
    }

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

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

.header.fixed-header {
    background-color: hsl(var(--white));
    position: fixed;
    transition: 0.3s linear;
    top: 0;
    animation: slide-down 0.8s;
    width: 100%;
}

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

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

@keyframes slide-up {
    0% {
        opacity: 0;
        transform: translateY(50%);
    }

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

.navbar {
    padding: 0 !important;
    align-items: normal;
}

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

    .header .nav-menu .nav-item {
        position: relative;
        padding-right: 30px;
    }

    .header .nav-menu .nav-item:last-child {
        padding-right: 0;
    }

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

    .header .nav-menu .nav-item.active .nav-link::before {
        width: 100%;
    }

    .header .nav-menu .nav-item:hover .nav-link {
        color: hsl(var(--base-d-200));
    }

    .header .nav-menu .nav-item:hover .nav-link::before {
        width: 100%;
    }

    .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.125rem;
        color: hsl(var(--black)/0.8);
        padding: 33px 0;
        position: relative;
        cursor: pointer;
        /* ======================== Style two ================ */
    }

    .header .nav-menu .nav-item .nav-link:hover::before {
        left: 0;
        transition: 0.3s;
    }

    .header .nav-menu .nav-item .nav-link::before {
        position: absolute;
        content: "";
        right: 0;
        bottom: 25px;
        width: 0;
        height: 2px;
        background-color: hsl(var(--base));
        transition: 0.3s;
    }

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

@media screen and (min-width: 992px) and (max-width: 991px) {
    .header .nav-menu .nav-item .nav-link .nav-item__icon {
        margin-right: 6px;
    }
}

@media (min-width: 992px) {
    .header .dropdown-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        top: 100%;
        left: 0;
        padding: 5px 15px;
        transform: scaleY(0);
        transform-origin: top center;
        transition: 0.3s;
        overflow: hidden;
        border-color: hsl(var(--black)/0.08);
        border-radius: 5px;
        min-width: 200px;
        margin-top: 0 !important;
    }

    .header .dropdown-menu-end {
        left: auto;
        right: 0;
    }

    .header .dropdown-menu__list {
        border-bottom: 1px solid hsl(var(--black)/0.03);
    }

    .header .dropdown-menu__list:last-child {
        border-bottom: 0;
    }

    .header .dropdown-menu__link {
        padding: 10px 0;
        font-weight: 500;
        font-size: 1rem;
        color: hsl(var(--black)/0.7);
        border-radius: 5px;
        transition: 0.3s;
    }

    .header .dropdown-menu__link:focus, .header .dropdown-menu__link:hover {
        color: hsl(var(--base-two-d-100));
        background-color: transparent;
    }
}

@media (min-width: 992px) {
    .header .nav-menu .custom--dropdown:hover .dropdown-menu,
    .header .nav-menu .dropdown:hover .dropdown-menu {
        visibility: visible;
        opacity: 1;
        top: 100% !important;
        transform: scaleY(1);
    }
}

/* ========================== Desktop Device End ========================= */
/* ============================== Small Device ======================= */
@media screen and (max-width: 991px) {
    .header .nav-menu {
        margin-top: 20px;
    }

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

    .header .nav-menu .nav-item:hover .nav-link .nav-item__icon {
        transform: rotate(0deg) !important;
    }

    .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 {
        font-size: 0.875rem;
        padding: 10px 10px 10px 0 !important;
        font-weight: 500;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 !important;
        border-bottom: 1px solid hsl(var(--black)/0.05);
        color: hsl(var(--black));
    }

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

    .header .nav-item .nav-link:focus-visible {
        box-shadow: 0 0;
    }

    .header .nav-item .nav-link.show[aria-expanded=true] {
        color: hsl(var(--base)) !important;
    }

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

    .header .dropdown-menu {
        padding: 5px 10px;
        transform-origin: top center;
        transform: scale(1);
        transition: 0.3s;
        overflow: hidden;
        box-shadow: 0 0;
        border-color: hsl(var(--black)/0.05);
        border-radius: 5px;
        margin-top: 5px !important;
    }

    .header .dropdown-menu__list {
        border-bottom: 1px solid hsl(var(--black)/0.03);
    }

    .header .dropdown-menu__list:last-child {
        border-bottom: 0;
    }

    .header .dropdown-menu__link {
        padding: 10px 0;
        font-weight: 500;
        font-size: 1rem;
        color: hsl(var(--black)/0.7);
        border-radius: 5px;
        transition: 0.3s;
    }

    .header .dropdown-menu__link:focus, .header .dropdown-menu__link:hover {
        color: hsl(var(--base-d-100));
        background-color: transparent;
    }
}

.header .navbar-toggler.header-button {
    width: 40px;
    height: 40px;
    border-color: transparent;
    color: hsl(var(--white));
    background: hsl(var(--base)) !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 10px;
    transition: 0.15s ease-in-out;
    font-size: 2rem;
}

.header .navbar-toggler.header-button:focus {
    box-shadow: none !important;
}

.header .navbar-toggler.header-button[aria-expanded=true] i::before {
    content: "\eb55";
}

.header .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 40px;
    line-height: 38px;
}

@media screen and (max-width: 991px) {
    .body-overlay.show {
        visibility: visible;
        opacity: 1;
    }
}

.language-box {
    font-family: var(--body-font);
}

.language-box.language-box-web select {
    height: 40px;
    line-height: 2;
    border-color: hsl(var(--black)/0.1);
    padding: 0 30px 0 15px;
}

.language-box.language-box-web select:focus {
    border-color: hsl(var(--base));
}

.language-box .select {
    height: 40px;
    line-height: 2;
    border-color: hsl(var(--black)/0.1);
    padding: 0 30px 0 15px;
}

.language-box .select .current {
    line-height: 2;
}

@media screen and (max-width: 991px) {
    .language-box .select .current {
        line-height: 2.3;
    }
}

.language-box .select:focus {
    border-color: hsl(var(--base));
}

/* ================================= Header Css End =========================== */
.header-2 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 70px;
    border-bottom: 1px solid hsl(var(--white)/0.25);
    display: flex;
    align-items: center;
    background: hsl(var(--base-d-500)) fixed;
    z-index: 11;
}

@media screen and (max-width: 767px) {
    .header-2 {
        height: 140px;
        flex-direction: column;
        justify-content: center;
        gap: 15px;
    }
}

.header-2__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-attachment: fixed !important;
    opacity: 0.05;
    z-index: -1;
}

.header-2 .logo {
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px;
    border-right: 1px solid hsl(var(--white)/0.25);
}

@media screen and (max-width: 767px) {
    .header-2 .logo {
        width: 100%;
        padding: 0 15px;
    }
}

.header-2 .logo img {
    max-width: 180px;
    max-height: 40px;
}

.header-2 .logo .sidebar-toggler {
    display: none;
}

@media screen and (max-width: 1399px) {
    .header-2 .logo .sidebar-toggler {
        display: block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        background: hsl(var(--base));
        border-radius: 5px;
        color: hsl(var(--white));
        font-size: 1.875rem;
    }
}

.header-2 .logo .sidebar-toggler .ti {
    transform: translateY(2%);
}

.header-2 .header-menu {
    width: calc(100% - 300px);
    padding: 0 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .header-2 .header-menu {
        width: 100%;
        padding: 0 15px;
    }
}

.header-2 .header-menu .account-info {
    max-width: 67%;
}

.header-2 .header-menu .page-name {
    display: block;
    font-size: 1.125rem;
    line-height: 1.2;
    font-weight: 600;
    color: hsl(var(--white));
    margin-bottom: 9px;
}

@media screen and (max-width: 991px) {
    .header-2 .header-menu .page-name {
        font-size: 1rem;
        margin-bottom: 4px;
    }
}

.header-2 .header-menu .account-number {
    display: block;
    font-size: 0.875rem;
    line-height: 1;
    color: hsl(var(--white)/0.8);
}

.header-2__user__txt {
    text-align: right;
    color: hsl(var(--white)/0.8);
}

.header-2__user__username {
    display: block;
    font-size: 1rem;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 7px;
}

.header-2__user__balance {
    display: block;
    font-size: 0.875rem;
    line-height: 1;
    font-weight: 600;
}

.header-2__user__img {
    width: 50px;
    height: 50px;
    background: linear-gradient(45deg, hsl(var(--base-l-600)), hsl(var(--base-two-l-800)), hsl(var(--base-l-600)));
    border: 2px solid hsl(var(--base-two));
    border-radius: 50%;
    overflow: hidden;
}

/* ============= Footer Start Here ======================= */
.footer-area {
    background: hsl(var(--dark-d-500));
    margin-top: auto;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 1399px) {
    .footer-area {
        padding-top: 80px;
    }
}

@media screen and (max-width: 767px) {
    .footer-area {
        padding-top: 60px;
    }
}

.footer-area__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.03;
    z-index: -1;
}

.footer-item {
    color: hsl(var(--white)/0.75);
}

.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: 10px;
    margin-bottom: 25px;
    position: relative;
}

.footer-item__title::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 3px;
    left: 0;
    bottom: -2px;
    background-color: hsl(var(--base-two));
}

.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-menu {
    display: flex;
    flex-direction: column;
}

.footer-menu__item {
    display: block;
    padding-bottom: 16px;
}

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

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

.footer-menu__link:hover {
    color: hsl(var(--base-two));
    text-decoration: underline;
}

/* Footer Contact */
.footer-contact-menu__item {
    display: flex;
    padding-bottom: 12px;
    color: hsl(var(--white)/0.75);
}

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

.footer-contact-menu__item-icon {
    width: 15px;
    color: hsl(var(--base-two));
    font-size: 1.25rem;
}

.footer-contact-menu__item-content {
    width: 100%;
}

/* ============= Footer End Here ======================= */
/* ============= Bottom Footer End Here ======================= */
.bottom-footer {
    border-top: 1px solid hsl(var(--white)/0.1);
    color: hsl(var(--white)/0.65);
}

/* =============Bottom Footer End Here ======================= */
/* ===================== 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: 5;
    transition: 0.5s;
    cursor: pointer;
    transform: scale(0);
    background-color: hsl(var(--base));
    font-size: 1.375rem;
}

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

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

.scroll-top .ti {
    transform: translateY(0);
}

/* ===================== Scroll to Top End ================================= */
/* ================================= Template Selection Css Start =========================== */
::selection {
    color: hsl(var(--white));
    background: hsl(var(--base-d-100));
}

/* ================================= Template Selection Css End ===========================  */
/* ================================= Social Icon Css Start =========================== */
.social-list {
    display: flex;
    flex-wrap: wrap;
    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: 5px;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
    cursor: pointer;
    color: hsl(var(--base));
    background-color: hsl(var(--base-two));
}

.social-list__link:hover, .social-list__link:focus {
    background-color: hsl(var(--base-l-100));
    color: hsl(var(--white)) !important;
}

@media screen and (max-width: 767px) {
    .social-list__link {
        width: 35px;
        height: 35px;
        font-size: 0.875rem;
    }
}

.social-list__link .ti {
    transform: translateY(5%);
}

/* ================================= Social Icon Css End ===========================  */
/* ====================== Breadcrumb Css Start ==================== */
.breadcrumb {
    padding-top: 94px;
    margin-bottom: 0;
    position: relative;
    background: linear-gradient(90deg, hsl(var(--base-two-l-900) / .5), hsl(var(--base-l-900) / .5), hsl(var(--base-two-l-900) / .5));
    overflow: hidden;
    z-index: 2;
}

.breadcrumb__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.07;
    z-index: -1;
}

@media screen and (max-width: 991px) {
    .breadcrumb {
        padding-top: 61px;
    }
}

.breadcrumb__wrapper {
    text-align: center;
    padding: 120px 0;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 1599px) {
    .breadcrumb__wrapper {
        padding: 110px 0;
    }
}

@media screen and (max-width: 1399px) {
    .breadcrumb__wrapper {
        padding: 100px 0;
    }
}

@media screen and (max-width: 1199px) {
    .breadcrumb__wrapper {
        padding: 90px 0;
    }
}

@media screen and (max-width: 991px) {
    .breadcrumb__wrapper {
        padding: 70px 0;
    }
}

@media screen and (max-width: 767px) {
    .breadcrumb__wrapper {
        padding: 50px 0;
    }
}

.breadcrumb__vector {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    font-family: var(--heading-font);
    font-size: 7.5rem;
    line-height: 1;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke-color: hsl(var(--body-color)/0.4);
    -webkit-text-stroke-width: 1px;
    z-index: -1;
}

@media screen and (max-width: 1599px) {
    .breadcrumb__vector {
        font-size: 6.25rem;
    }
}

@media screen and (max-width: 1399px) {
    .breadcrumb__vector {
        top: 25%;
        font-size: 5rem;
    }
}

@media screen and (max-width: 1199px) {
    .breadcrumb__vector {
        font-size: 4.375rem;
    }
}

@media screen and (max-width: 991px) {
    .breadcrumb__vector {
        font-size: 3.75rem;
    }
}

@media screen and (max-width: 767px) {
    .breadcrumb__vector {
        font-size: 2.5rem;
    }
}

.breadcrumb__title {
    font-size: 5rem;
    font-weight: 700;
    line-height: 1.2;
    color: hsl(var(--base));
    margin-top: -24px;
    margin-bottom: -16px;
}

@media screen and (max-width: 1599px) {
    .breadcrumb__title {
        font-size: 4.688rem;
        margin-top: -20px;
        margin-bottom: -15px;
    }
}

@media screen and (max-width: 1399px) {
    .breadcrumb__title {
        font-size: 4.375rem;
        margin-top: -19px;
        margin-bottom: -14px;
    }
}

@media screen and (max-width: 1199px) {
    .breadcrumb__title {
        font-size: 3.75rem;
        margin-top: -16px;
        margin-bottom: -12px;
    }
}

@media screen and (max-width: 991px) {
    .breadcrumb__title {
        font-size: 3.125rem;
        margin-top: -14px;
        margin-bottom: -10px;
    }
}

@media screen and (max-width: 767px) {
    .breadcrumb__title {
        font-size: 2.188rem;
        margin-top: -10px;
        margin-bottom: -7px;
    }
}

.breadcrumb__list {
    display: flex;
    justify-content: center;
    gap: 15px;
    font-size: 1.125rem;
    line-height: 1;
}

@media screen and (max-width: 991px) {
    .breadcrumb__list {
        gap: 5px;
        font-size: 0.875rem;
    }
}

.breadcrumb__list li {
    display: flex;
    position: relative;
    color: hsl(var(--white));
    padding-right: 30px;
}

@media screen and (max-width: 991px) {
    .breadcrumb__list li {
        padding-right: 20px;
    }
}

.breadcrumb__list li::after {
    content: "\f101";
    position: absolute;
    top: 2px;
    right: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 1rem;
    line-height: 1;
}

@media screen and (max-width: 991px) {
    .breadcrumb__list li::after {
        font-size: 0.75rem;
    }
}

.breadcrumb__list li:last-child {
    padding-right: 0;
}

.breadcrumb__list li:last-child::after {
    display: none;
}

.breadcrumb__list li a {
    color: hsl(var(--white));
}

/* ====================== Breadcrumb Css End ==================== */
/* ================================= Start Rating Css Start =========================== */
.rating-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.rating-list__item {
    padding: 0 1px;
    color: hsl(var(--warning));
}

.rating-list__text {
    color: hsl(var(--body-color));
}

/* ================================= Start Rating Css End =========================== */
/* ================= Slick Arrow & Dots css Start ================ */
.slick-initialized.slick-slider .slick-list {
    margin: 0 -15px;
}

@media screen and (max-width: 767px) {
    .slick-initialized.slick-slider .slick-list {
        margin: 0;
    }
}

.slick-initialized.slick-slider .slick-slide {
    height: auto;
    padding: 0 15px;
}

.slick-initialized.slick-slider .slick-slide > div {
    height: 100%;
}

.slick-arrow {
    width: 50px;
    height: 50px;
    line-height: 52px;
    background: hsl(var(--base));
    border: 1px solid hsl(var(--base));
    border-radius: 50%;
    color: hsl(var(--white));
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    font-size: 2.1875rem;
    position: relative;
    z-index: 2;
}

.slick-arrow:hover {
    background: hsl(var(--white));
    border-color: hsl(var(--base));
    color: hsl(var(--base));
}

.slick-prev {
    background: hsl(var(--white));
    border-color: hsl(var(--base));
    color: hsl(var(--base));
}

.slick-prev:hover {
    background: hsl(var(--base));
    color: hsl(var(--white));
}

/* Dots Css Start */
.slick-dots {
    text-align: center;
    padding-top: 20px;
    display: flex;
    justify-content: center;
}

.slick-dots li {
    display: inline-block;
    height: 8px;
}

.slick-dots li button {
    border: none;
    width: 40px;
    height: 8px;
    text-indent: -9999px;
    transition: 0.3s linear;
    position: relative;
}

.slick-dots li button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: hsl(var(--black)/0.3);
    transform: translateY(-50%);
    transition: 0.3s linear;
}

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

.slick-dots li.slick-active button::after {
    background: transparent;
}

/* Dots Css End */
/* ================= Slick Arrow & Dots css Start ================ */
/* ============ Home Page Sections Start ============ */
/* Banner Section Start */
/* ====================== Banner Css Start ==================== */
.banner-section {
    padding-top: 98px;
    background: linear-gradient(90deg, hsl(var(--base-two-l-900) / .5), hsl(var(--base-l-900) / .5), hsl(var(--base-two-l-900) / .5));
    position: relative;
    overflow: hidden;
    z-index: 2;
}

@media screen and (max-width: 991px) {
    .banner-section {
        padding-top: 61px;
    }
}

@media screen and (max-width: 767px) {
    .banner-section {
        padding-top: 62px;
    }
}

.banner-section::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 600px;
    height: 600px;
    border: 60px double hsl(var(--base));
    border-radius: 50%;
    transform: translateY(30%) translateX(30%);
    opacity: 0.1;
    z-index: -1;
}

@media screen and (max-width: 1399px) {
    .banner-section::after {
        width: 500px;
        height: 500px;
        border-width: 40px;
        transform: translateY(15%) translateX(30%);
    }
}

@media screen and (max-width: 1199px) {
    .banner-section::after {
        width: 450px;
        height: 450px;
        border-width: 30px;
        transform: translateY(20%) translateX(30%);
    }
}

@media screen and (max-width: 991px) {
    .banner-section::after {
        width: 400px;
        height: 400px;
        border-width: 20px;
        transform: translateY(20%) translateX(40%);
    }
}

@media screen and (max-width: 767px) {
    .banner-section::after {
        display: none;
    }
}

.banner-section__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position-y: bottom !important;
    background-position-x: 25% !important;
    opacity: 0.015;
    z-index: -1;
}

.banner-content-wrap {
    padding: 150px 0;
}

@media screen and (max-width: 1399px) {
    .banner-content-wrap {
        padding: 180px 0;
    }
}

@media screen and (max-width: 1199px) {
    .banner-content-wrap {
        padding: 150px 0;
    }
}

@media screen and (max-width: 991px) {
    .banner-content-wrap {
        padding: 80px 0;
    }
}

@media screen and (max-width: 767px) {
    .banner-content-wrap {
        text-align: center;
    }
}

@media screen and (max-width: 479px) {
    .banner-content-wrap {
        padding: 60px 0;
    }
}

.banner-content__subtitle {
    font-family: var(--body-font);
    width: max-content;
    max-width: 100%;
    background: hsl(var(--base-two) / .3);
    color: hsl(var(--base));
    font-size: 1.563rem;
    border: 1px solid hsl(var(--base-two));
    border-radius: 25px;
    font-weight: 600;
    padding: 5px 25px;
    margin-bottom: 32px;
}

@media screen and (max-width: 1199px) {
    .banner-content__subtitle {
        font-size: 1.375rem;
    }
}

@media screen and (max-width: 991px) {
    .banner-content__subtitle {
        font-size: 1rem;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .banner-content__subtitle {
        padding: 3px 15px;
        margin-left: auto;
        margin-right: auto;
    }
}

.banner-content__title {
    font-size: 5.625rem;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 37px;
}

@media screen and (max-width: 1599px) {
    .banner-content__title {
        font-size: 5rem;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 1399px) {
    .banner-content__title {
        font-size: 4.375rem;
        margin-bottom: 37px;
    }
}

@media screen and (max-width: 1199px) {
    .banner-content__title {
        font-size: 3.125rem;
    }
}

@media screen and (max-width: 991px) {
    .banner-content__title {
        font-size: 2.1875rem;
        margin-bottom: 30px;
    }
}

.banner-content__desc {
    font-size: 1.25rem;
    line-height: 1.6;
    color: hsl(var(--body-color));
    margin-top: -8px;
    margin-bottom: 51px;
}

@media screen and (max-width: 1399px) {
    .banner-content__desc {
        margin-bottom: 46px;
    }
}

@media screen and (max-width: 1199px) {
    .banner-content__desc {
        font-size: 1.125rem;
        margin-top: -7px;
        margin-bottom: 42px;
    }
}

@media screen and (max-width: 991px) {
    .banner-content__desc {
        font-size: 1rem;
        margin-top: -6px;
        margin-bottom: 33px;
    }
}

.banner-content__btn-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 40px;
    row-gap: 20px;
}

@media screen and (max-width: 991px) {
    .banner-content__btn-box {
        column-gap: 20px;
    }
}

@media screen and (max-width: 767px) {
    .banner-content__btn-box {
        justify-content: center;
    }
}

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

/* ====================== Banner Css End ==================== */
/* Banner Section End */
/* About Start */
/* ====================== About Css Start ==================== */
.about .section-heading {
    margin-bottom: 52px;

    @media (max-width:991px) {
        margin-bottom: 42px;
    }

    @media (max-width:767px) {
        margin-bottom: 32px;
    }
}

.about__desc {
    margin-bottom: 57px;

    @media (max-width:991px) {
        margin-bottom: 47px;
    }

    @media (max-width:767px) {
        margin-bottom: 37px;
    }
}

.about__desc p {
    margin-bottom: -6px;
}

/* ====================== About Css End ==================== */
/* About End */
/* Service Start */
/* ====================== Service Css Start ==================== */
.service {
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.service::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: hsl(var(--base) / .1);
    background: linear-gradient(45deg, hsl(var(--base-two-l-900) / .3), hsl(var(--base-l-900) / .3), hsl(var(--base-two-l-900) / .3));
    border-radius: 0 50px 50px 0;
    z-index: -1;
}

@media screen and (max-width: 991px) {
    .service::before {
        width: 100%;
        height: 100%;
        border-radius: 0;
    }
}

.service__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    border-radius: 0 50px 50px 0;
    opacity: 0.01;
    z-index: -1;
}

@media screen and (max-width: 991px) {
    .service__bg {
        width: 100%;
        height: 100%;
        border-radius: 0;
    }
}

.service__list {
    padding-right: 30px;
    margin-top: -17px;
    margin-bottom: -16px;
}

@media screen and (max-width: 1399px) {
    .service__list {
        margin-top: -14px;
        margin-bottom: -14px;
    }
}

@media screen and (max-width: 1199px) {
    .service__list {
        padding-right: 20px;
        margin-top: -12px;
        margin-bottom: -13px;
    }
}

@media screen and (max-width: 991px) {
    .service__list {
        padding-right: 0;
        margin-top: -7px;
        margin-bottom: -8px;
    }
}

.service__list li {
    font-size: 2.813rem;
    line-height: 1.5;
    font-weight: 600;
    color: hsl(var(--body-color));
    padding: 15px 0;
    border-bottom: 2px dashed hsl(var(--base) / .5);
    cursor: pointer;
    transition: 0.3s;
}

@media screen and (max-width: 1399px) {
    .service__list li {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 1199px) {
    .service__list li {
        font-size: 2.1875rem;
    }
}

@media screen and (max-width: 991px) {
    .service__list li {
        font-size: 1.25rem;
        padding: 10px 0;
    }
}

.service__list li.active {
    color: hsl(var(--base-two));
}

.service__list li:first-child {
    padding-top: 0;
}

.service__list li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.service__details {
    padding-left: 30px;
    text-align: center;
}

@media screen and (max-width: 1199px) {
    .service__details {
        padding-right: 10px;
    }
}

@media screen and (max-width: 991px) {
    .service__details {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }
}

.service__single {
    display: none;
    transition: 0.3s;
}

@media screen and (max-width: 991px) {
    .service__single {
        background: hsl(var(--white)/0.9);
        border-radius: 10px;
        padding: 25px;
    }
}

.service__single.active {
    display: block;
    animation: fade 0.5s ease-in;
}

.service__thumb {
    height: 260px;
    margin: 0 auto 32px;
}

@media screen and (max-width: 991px) {
    .service__thumb {
        height: auto;
        max-width: 270px;
    }
}

.service__thumb img {
    max-height: 100%;
}

.service__title {
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 600;
    color: hsl(var(--base));
    margin-bottom: 28px;
}

@media screen and (max-width: 991px) {
    .service__title {
        font-size: 1.25rem;
    }
}

.service__desc {
    margin-bottom: -8px;
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* ====================== Service Css End ==================== */
/* Service End */
/* Feature Section Start */
/* ====================== Feature Css Start ==================== */
.feature__card {
    width: 70%;
    background: linear-gradient(-45deg, hsl(var(--base-l-900) / .4), hsl(var(--base-two-l-900) / .4), hsl(var(--base-l-900) / .4));
    padding: 35px;
    border-radius: 15px;
    margin-bottom: 30px;
    position: relative;
    transition: .3s;
    z-index: 2;
}

@media screen and (max-width: 1199px) {
    .feature__card {
        width: 80%;
        padding: 25px;
    }
}

@media screen and (max-width: 991px) {
    .feature__card {
        width: 70%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .feature__card {
        width: 75%;
        padding: 25px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 479px) {
    .feature__card {
        width: 90%;
    }
}

.feature__card:last-child {
    margin-bottom: 0;
}

.feature__card:nth-child(even) {
    margin-left: auto;
}

.feature__card__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    opacity: 0.04;
    z-index: -1;
}

.feature__card__icon {
    font-size: 3.75rem;
    color: transparent;
    -webkit-text-stroke-color: hsl(var(--base));
    -webkit-text-stroke-width: 2px;
    line-height: 1;
    width: max-content;
    margin: -7px;
    margin-bottom: 15px;
}

.feature__card__icon .ti {
    transform: translateY(0);
}

@media screen and (max-width: 991px) {
    .feature__card__icon {
        font-size: 2.5rem;
        margin-bottom: 25px;
    }
}

.feature__card__title {
    font-size: 1.875rem;
    line-height: 1.2;
    font-weight: 600;
    color: hsl(var(--base));
    margin-bottom: 11px;
}

@media screen and (max-width: 991px) {
    .feature__card__title {
        font-size: 1.375rem;
    }
}

.feature__card__desc {
    margin-bottom: -8px;
}

.feature__card:hover {
    transform: translateY(-10px);
    box-shadow: 0px 40px 40px -40px hsl(var(--base-d-200) / .2);
}

.feature__thumb {
    position: sticky;
    top: 180px;
}

/* ====================== Feature Css End ==================== */
/* Feature Section End */
/* How It Works Section Start */
/* ====================== Process Css Start ==================== */
.process {
    position: relative;
    z-index: 2;
}

.process__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-size: 100% !important;
    background-position-y: bottom !important;
    opacity: 0.1;
    z-index: -1;
}

.process__cards {
    position: relative;
}

.process__cards::after {
    content: attr(data-divider-text);
    position: absolute;
    top: 0;
    left: 50%;
    width: 120px;
    height: 100%;
    background: linear-gradient(transparent, hsl(var(--base-two-l-900)), hsl(var(--base-two-l-900)), transparent);
    transform: translateX(-50%) rotate(-180deg);
    display: block;
    text-align: center;
    font-family: var(--heading-font);
    font-size: 6.875rem;
    line-height: 1;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke-color: hsl(var(--black)/0.2);
    -webkit-text-stroke-width: 2px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    overflow: hidden;
}

@media screen and (max-width: 991px) {
    .process__cards::after {
        width: 100px;
        font-size: 5.625rem;
    }
}

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

.process__card {
    width: calc(50% - 60px);
    padding-top: 5px;
    padding-right: 30px;
    position: relative;
    text-align: right;
}

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

@media screen and (max-width: 767px) {
    .process__card {
        width: 100%;
        padding-right: 0;
    }

    .process__card .process__card__desc {
        margin-bottom: 22px;
    }

    .process__card:last-of-type .process__card__desc {
        margin-bottom: -8px;
    }
}

.process__card:nth-child(even) {
    text-align: left;
    padding-left: 30px;
    padding-right: 0;
    margin-left: auto;
}

@media screen and (max-width: 767px) {
    .process__card:nth-child(even) {
        padding-left: 0;
    }
}

.process__card:nth-child(even) .process__card__index {
    margin-left: 0;
}

.process__card__index {
    text-align: center;
    display: block;
    width: 65px;
    height: 65px;
    color: hsl(var(--white));
    font-family: var(--heading-font);
    font-size: 2.188rem;
    line-height: 1.75;
    font-weight: 600;
    margin-left: auto;
    margin-bottom: 26px;
    position: relative;
    z-index: 2;
}

.process__card__index::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotate(45deg);
    background: hsl(var(--base));
    border: 7px double hsl(var(--white));
    border-radius: 20px;
    z-index: -1;
}

@media screen and (max-width: 991px) {
    .process__card__index {
        margin-bottom: 24px;
    }
}

.process__card__title {
    font-size: 1.875rem;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 12px;
}

@media screen and (max-width: 991px) {
    .process__card__title {
        font-size: 1.375rem;
    }
}

/* ====================== Process Css End ==================== */
/* How It Works Section End */
/* Why Choose Section Start */
/* ====================== Why Choose Css Start ==================== */
.why-choose {
    position: relative;
    z-index: 2;
}

.why-choose__card {
    height: 100%;
    margin: auto;
    background: hsl(var(--base-l-900) / .5);
    background: linear-gradient(-45deg, hsl(var(--base-l-900) / .4), hsl(var(--base-two-l-900) / .4), hsl(var(--base-l-900) / .4));
    padding: 40px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

@media screen and (max-width: 1399px) {
    .why-choose__card {
        padding: 40px;
    }
}

@media screen and (max-width: 1199px) {
    .why-choose__card {
        padding: 30px;
    }
}

@media screen and (max-width: 991px) {
    .why-choose__card {
        max-width: 320px;
        padding: 25px;
        border-radius: 10px;
    }
}

.why-choose__card__vector {
    position: absolute;
    top: -50px;
    right: -50px;
    font-size: 12.5rem;
    line-height: 1;
    opacity: 0.03;
    transition: 0.3s;
    z-index: -1;
}

@media screen and (max-width: 1199px) {
    .why-choose__card__vector {
        font-size: 9.375rem;
    }
}

@media screen and (max-width: 991px) {
    .why-choose__card__vector {
        font-size: 7.5rem;
    }
}

.why-choose__card__vector i {
    transform: translate(0);
}

.why-choose__card__icon {
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: hsl(var(--base));
    color: hsl(var(--white));
    border-radius: 15px;
    margin-bottom: 27px;
    transition: 0.3s;
}

.why-choose__card__icon .ti {
    transform: translateY(0);
    font-size: 3.75rem;
}

@media screen and (max-width: 1399px) {
    .why-choose__card__icon {
        width: 80px;
        height: 80px;
        border-radius: 10px;
    }
}

@media screen and (max-width: 1199px) {
    .why-choose__card__icon {
        width: 80px;
        height: 80px;
        border-radius: 10px;
        font-size: 3.4375rem;
        margin-bottom: 22px;
    }
}

@media screen and (max-width: 991px) {
    .why-choose__card__icon {
        width: 70px;
        height: 70px;
        border-radius: 10px;
        font-size: 2.813rem;
        margin-bottom: 19px;
    }
}

.why-choose__card__txt {
    margin-bottom: 19px;
}

@media screen and (max-width: 991px) {
    .why-choose__card__txt {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 991px) {
    .why-choose__card__txt p {
        font-size: 1rem;
    }
}

.why-choose__card__title {
    font-size: 1.875rem;
    line-height: 1.2;
    font-weight: 600;
    padding-right: 20px;
    margin-bottom: -6px;
    position: relative;
}

@media screen and (max-width: 1399px) {
    .why-choose__card__title {
        font-size: 1.875rem;
        margin-bottom: -3px;
    }
}

@media screen and (max-width: 991px) {
    .why-choose__card__title {
        font-size: 1.375rem;
        margin-bottom: -7px;
    }
}

.why-choose__card__title::after {
    content: "";
    position: absolute;
    top: 25px;
    right: -50px;
    width: 60px;
    height: 3px;
    background: hsl(var(--base));
    border-radius: 2px;
    opacity: 0.3;
    transition: 0.3s;
    z-index: -1;
}

@media screen and (max-width: 1199px) {
    .why-choose__card__title::after {
        top: 17px;
        width: 60px;
    }
}

@media screen and (max-width: 991px) {
    .why-choose__card__title::after {
        top: 12px;
        width: 60px;
    }
}

.why-choose__card:hover .why-choose__card__vector {
    transform: scale(1.15);
}

.why-choose__card:hover .why-choose__card__icon {
    background: hsl(var(--base));
    color: hsl(var(--white));
}

.why-choose__card:hover .why-choose__card__title::after {
    width: 75px;
    opacity: 1;
}

@media screen and (max-width: 1199px) {
    .why-choose__card:hover .why-choose__card__title::after {
        width: 75px;
    }
}

/* ====================== Why Choose Css End ==================== */
/* Why Choose Section End */
/* Why Pricing Section Start */
/* ====================== Pricing Css Start ==================== */
.pricing {
    position: relative;
    z-index: 2;
}

.pricing__row > *:nth-child(3n+2) .pricing__card {
    background: hsl(var(--base));
}

.pricing__row > *:nth-child(3n+2) .pricing__card__bg {
    filter: brightness(10);
}

.pricing__row > *:nth-child(3n+2) .pricing__card .pricing__card__top {
    border-color: hsl(var(--base-two-l-800)/0.2);
}

.pricing__row > *:nth-child(3n+2) .pricing__card .pricing__card__icon {
    color: hsl(var(--base));
}

.pricing__row > *:nth-child(3n+2) .pricing__card .pricing__card__icon::before {
    background: hsl(var(--base-two-l-200));
}

.pricing__row > *:nth-child(3n+2) .pricing__card .pricing__card__icon::after {
    border-color: hsl(var(--base-two-l-200));
}

.pricing__row > *:nth-child(3n+2) .pricing__card .pricing__card__name {
    background: hsl(var(--base-l-100));
    border-color: hsl(var(--base-two-l-800)/0.5);
    color: hsl(var(--white));
}

.pricing__row > *:nth-child(3n+2) .pricing__card .pricing__card__price {
    color: hsl(var(--white));
}

.pricing__row > *:nth-child(3n+2) .pricing__card .pricing__card__middle li {
    color: hsl(var(--white) / .9);
    border-color: hsl(var(--base-two-l-800)/0.2);
}

.pricing__row > *:nth-child(3n+2) .pricing__card .pricing__card__bottom .btn {
    color: hsl(var(--base)) !important;
    background-color: hsl(var(--base-two-l-100)) !important;
    border: 1px solid hsl(var(--base-two-l-100)) !important;
    &:hover, &:focus, &:focus-visible, &.active {
        background-color: hsl(var(--base-two-l-500)) !important;
        border-color: hsl(var(--base-two-l-500)) !important;
    }
}

.pricing__card {
    background: hsl(var(--base-two-l-900) / .7);
    backdrop-filter: blur(20px);
    border: 1px solid transparent;
    border-radius: 20px;
    position: relative;
    margin: auto;
    margin-top: 50px;
    transition: 0.3s;
    z-index: 2;
}

@media screen and (max-width: 767px) {
    .pricing__card {
        max-width: 320px;
        margin-top: 40px;
    }
}

.pricing__card__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    opacity: 0.03;
    z-index: -1;
}

.pricing__card__top {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px;
    border-bottom: 1px solid hsl(var(--base) / .15);
    transition: 0.3s;
}

@media screen and (max-width: 1199px) {
    .pricing__card__top {
        padding: 40px 30px;
    }
}

@media screen and (max-width: 767px) {
    .pricing__card__top {
        padding: 30px;
    }
}

.pricing__card__icon {
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    font-size: 2.5rem;
    color: hsl(var(--white));
    border-radius: 50%;
    margin-top: -90px;
    margin-bottom: 30px;
    transition: .3s;
    position: relative;
    z-index: 2;
    
    @media (max-width:767px) {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 1.563rem;
        margin-top: -70px;
    }
}

.pricing__card__icon::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    background: hsl(var(--base));
    border-radius: 50%;
    z-index: -1;
}

.pricing__card__icon::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px dashed hsl(var(--base));
    border-radius: 50%;
    z-index: -1;
}

.pricing__card__name {
    width: max-content;
    text-align: center;
    display: block;
    height: 40px;
    line-height: 38px;
    font-size: 1.25rem;
    font-weight: 600;
    color: hsl(var(--dark));
    background: hsl(var(--base-two-l-700));
    border: 1px solid hsl(var(--base) / .3);
    border-radius: 20pc;
    padding: 0 25px;
    margin: 0 auto 20px;
}

@media screen and (max-width: 1199px) {
    .pricing__card__name {
        height: 35px;
        line-height: 33px;
        font-size: 1.125rem;
        margin-bottom: 19px;
    }
}

@media screen and (max-width: 991px) {
    .pricing__card__name {
        height: 30px;
        line-height: 28px;
        font-size: 1rem;
        font-weight: 500;
        margin-bottom: 19px;
    }
}

.pricing__card__price {
    font-size: 3.125rem;
    line-height: 1;
    font-weight: 600;
    color: hsl(var(--base));
    margin-bottom: -6px;
    transition: 0.3s;
}

@media screen and (max-width: 1399px) {
    .pricing__card__price {
        font-size: 2.813rem;
    }
}

@media screen and (max-width: 1199px) {
    .pricing__card__price {
        font-size: 2.5rem;
        margin-bottom: -5px;
    }
}

@media screen and (max-width: 991px) {
    .pricing__card__price {
        font-size: 2.1875rem;
        margin-bottom: -4px;
    }
}

.pricing__card__price span {
    font-size: 1.25rem;
}

@media screen and (max-width: 1199px) {
    .pricing__card__price span {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 991px) {
    .pricing__card__price span {
        font-size: 1rem;
    }
}

.pricing__card__middle {
    padding: 17px 40px;
}

@media screen and (max-width: 1199px) {
    .pricing__card__middle {
        padding: 17px 30px;
    }
}

.pricing__card__middle li {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 60px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed hsl(var(--base) / .15);
    transition: 0.3s;
}

@media screen and (max-width: 1199px) {
    .pricing__card__middle li {
        font-size: 1rem;
        line-height: 45px;
    }
}

@media screen and (max-width: 767px) {
    .pricing__card__middle li {
        font-size: 0.9375rem;
        line-height: 40px;
    }
}

.pricing__card__middle li:last-child {
    border-bottom: 0;
}

.pricing__card__middle li span {
    font-family: var(--heading-font);
    font-weight: 500;
}

.pricing__card__bottom {
    padding: 40px;
    padding-top: 0;
    text-align: center;

    @media (max-width: 991px) {
        .pricing__card__top {
            padding: 0 30px 40px;
        }
    }

    @media (max-width:767px) {
        padding: 30px;
        padding-top: 0;
    }
}

.pricing__card:hover {
    box-shadow: 0px 40px 40px -40px hsl(var(--base) / .4);
    border-color: hsl(var(--base));
    transform: translateY(-10px);
}

.pricing__card:hover .pricing__card__icon::after {
    animation: spin 10s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Pricing Card Style 2 */
.pricing__card-2 {
    background: hsl(var(--base-two-l-900));
    backdrop-filter: blur(20px);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    transition: 0.3s;
    z-index: 2;

    @media (max-width:767px) {
        max-width: 320px;
        margin: auto;
    }
}

.pricing__card-2__top {
    padding: 40px;
    background: hsl(var(--base));
    position: relative;
    z-index: 2;

    @media (max-width:1199px) {
        padding: 30px;
    }

    &::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: hsl(var(--base));
        transform: skewY(-2deg);
        transform-origin: top right;
        z-index: -1;
    }
    &::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        height: 50%;
        width: 350px;
        aspect-ratio: 1 / 0.6;
        background: hsl(var(--base-two));
        background: linear-gradient(90deg, transparent, hsl(var(--white) / .2));
        mask-mode: match-source;
        mask-size: cover;
        mask-position: left bottom;
        mask-repeat: no-repeat;
        z-index: -1;

        @media (max-width:1199px) {
            width: 250px;
        }
    }
}

.pricing__card-2__icon {
    width: 90px;
    height: 90px;
    background: hsl(var(--base-two-l-900));
    border-radius: 10px;
    font-size: 2.5rem;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: hsl(var(--base));
    margin-bottom: 30px;
    transition: 0.3s;

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

    @media (max-width:991px) {
        width: 75px;
        height: 75px;
        font-size: 2.188rem;
    }

    @media (max-width:767px) {
        width: 70px;
        height: 70px;
        font-size: 1.875rem;
    }

    @media (max-width:575px) {
        width: 60px;
        height: 60px;
        font-size: 1.875rem;
    }
}

.pricing__card-2__icon .ti {
    display: block;
    transform: translate(0);
    margin: -4px;
}

.pricing__card-2__name {
    width: max-content;
    max-width: 100%;
    display: block;
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 600;
    padding: 8px 20px;
    backdrop-filter: blur(20px);
    background: hsl(var(--base-two) / .1);
    border: 1px solid hsl(var(--base-two) / .5);
    border-radius: 20px;
    color: hsl(var(--base-two));
    margin-bottom: 20px;

    @media (max-width:1199px) {
        font-size: 1.125rem;
        padding: 7px 15px;
    }

    @media (max-width:767px) {
        font-size: 1rem;
        padding: 5px 15px;
    }
}

.pricing__card-2__price {
    font-size: 3.125rem;
    line-height: 1;
    font-weight: 500;
    color: hsl(var(--white));
    margin-bottom: 0;

    @media (max-width:1399px) {
        font-size: 2.813rem;
    }

    @media (max-width:767px) {
        font-size: 2.5rem;
    }
}

.pricing__card-2__price span {
    font-family: var(--body-font);
    font-size: 1.25rem;

    @media (max-width:1399px) {
        font-size: 1.125rem;
    }

    @media (max-width:767px) {
        font-size: 1rem;
    }
}

.pricing__card-2__middle {
    padding: 40px;

    @media (max-width:1199px) {
        padding: 30px;
    }
}

.pricing__card-2__middle ul {
    margin: -22px 0;

    @media (max-width:991px) {
        margin: -19px 0;
    }

    @media (max-width:767px) {
        margin: -16px 0 -14px;
    }
}

.pricing__card-2__middle li {
    font-family: var(--heading-font);
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    padding: 18px 0;
    border-bottom: 1px dashed hsl(var(--base) / .1);
    &:last-child {
        border-bottom: 0;
    }

    @media (max-width:1399px) {
        font-size: 1.125rem;
        padding: 15px 0;
    }

    @media (max-width:767px) {
        font-size: 1rem;
        padding: 12px 0;
    }
}

.pricing__card-2__bottom {
    padding: 40px;
    padding-top: 0;

    @media (max-width:1199px) {
        padding: 30px;
        padding-top: 0;
    }
}

.pricing__card-2__bottom .btn {
    width: 100%;
}

.pricing__card-2:hover {
    background: hsl(var(--base-two-l-900) / .5);
    box-shadow: 0px 40px 40px -40px hsl(var(--base) / .4);
    transform: translateY(-10px);
}

.pricing__card-2:hover .pricing__card-2__icon {
    background: hsl(var(--base-two-d-200));
    color: hsl(var(--white));
}

/* Pricing Card Style 3 */
.pricing__row > *:nth-child(3n+2) .pricing__card-3 {
    background: hsl(var(--base));
}

.pricing__row > *:nth-child(3n+2) .pricing__card-3__bg {
    filter: brightness(10);
}

.pricing__row > *:nth-child(3n+2) .pricing__card-3__name {
    color: hsl(var(--white) / .9);
}

.pricing__row > *:nth-child(3n+2) .pricing__card-3__icon {
    color: hsl(var(--base));
}

.pricing__row > *:nth-child(3n+2) .pricing__card-3__icon::before {
    background: hsl(var(--base-two));
}

.pricing__row > *:nth-child(3n+2) .pricing__card-3__icon::after {
    border-color: hsl(var(--base-two));
}

.pricing__row > *:nth-child(3n+2) .pricing__card-3__price {
    color: hsl(var(--white));
    font-weight: 500;
}

.pricing__row > *:nth-child(3n+2) .pricing__card-3__middle .btn {
    color: hsl(var(--base)) !important;
    background-color: hsl(var(--base-two-l-100)) !important;
    border: 1px solid hsl(var(--base-two-l-100)) !important;
    &:hover, &:focus, &:focus-visible, &.active {
        background-color: hsl(var(--base-two-l-500)) !important;
        border-color: hsl(var(--base-two-l-500)) !important;
    }
}

.pricing__row > *:nth-child(3n+2) .pricing__card-3__bottom li {
    color: hsl(var(--white) / .9);
    border-color: hsl(var(--white)/0.15);
}

.pricing__card-3 {
    background: hsl(var(--base-two-l-900) / .5);
    backdrop-filter: blur(20px);
    border: 1px solid transparent;
    border-radius: 20px;
    padding: 40px;
    position: relative;
    transition: 0.3s;
    z-index: 2;

    @media (max-width:1199px) {
        padding: 30px;
    }

    @media (max-width:767px) {
        padding: 30px 25px;
        max-width: 320px;
        margin: auto;
    }
}

.pricing__card-3__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.04;
    z-index: -1;
}

.pricing__card-3__top {
    text-align: center;
}

.pricing__card-3__name {
    display: block;
    font-size: 1.563rem;
    line-height: 1.2;
    font-weight: 600;
    margin-top: -7px;
    margin-bottom: 25px;

    @media (max-width:1199px) {
        font-size: 1.25rem;
        margin-top: -5px;
    }

    @media (max-width:767px) {
        font-size: 1.125rem;
    }
}

.pricing__card-3__icon {
    display: block;
    width: 110px;
    height: 110px;
    text-align: center;
    line-height: 106px;
    font-size: 2.5rem;
    color: hsl(var(--white));
    margin: 0 auto 25px;
    position: relative;
    z-index: 2;

    @media (max-width:1399px) {
        width: 100px;
        height: 100px;
        line-height: 96px;
        font-size: 2.188rem;
    }

    @media (max-width:1199px) {
        width: 90px;
        height: 90px;
        line-height: 86px;
        font-size: 2.188rem;
    }

    @media (max-width:767px) {
        width: 80px;
        height: 80px;
        line-height: 76px;
        font-size: 1.875rem;
    }

    @media (max-width:575px) {
        width: 70px;
        height: 70px;
        line-height: 66px;
        font-size: 1.563rem;
    }

    &::before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        width: calc(100% - 10px);
        height: calc(100% - 10px);
        background: hsl(var(--base));
        border-radius: 50%;
        z-index: -1;
    }
    &::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 2px dotted hsl(var(--base));
        border-radius: 50%;
        z-index: -1;
    }
}

.pricing__card-3__price {
    font-size: 3.125rem;
    line-height: 1;
    font-weight: 600;
    color: hsl(var(--body-color));
    margin-bottom: 30px;

    @media (max-width:1399px) {
        font-size: 2.813rem;
    }

    @media (max-width:767px) {
        font-size: 2.5rem;
    }
}

.pricing__card-3__price span {
    font-family: var(--body-font);
    font-size: 1.25rem;

    @media (max-width:1399px) {
        font-size: 1.125rem;
    }

    @media (max-width:767px) {
        font-size: 1rem;
    }
}

.pricing__card-3__bottom {
    padding-top: 35px;
}

.pricing__card-3__bottom ul {
    margin-top: -9px;
    margin-bottom: -9px;
}

.pricing__card-3__bottom li {
    font-size: 1.125rem;
    font-weight: 500;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px dashed hsl(var(--black) /.1);

    @media (max-width:1399px) {
        padding: 13px 0;
    }

    @media (max-width:1199px) {
        font-size: 1rem;
        gap: 10px;
        padding: 10px 0;
    }

    @media (max-width:767px) {
        font-size: 1rem;
        gap: 10px;
        padding: 10px 0;
    }

    &:first-child {
        padding-top: 0;
    }
    &:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }
}

.pricing__card-3__bottom li span {
    font-family: var(--heading-font);
    font-size: 1.188rem;

    @media (max-width:9911px) {
        font-size: 1rem;
    }
}

.pricing__card-3:hover {
    box-shadow: 0px 40px 40px -40px hsl(var(--base) / .4);
    border-color: hsl(var(--base));
    transform: translateY(-10px);
}

.pricing__card-3:hover .pricing__card-3__icon::after {
    animation: spin 12s linear infinite;
}

/* ====================== Pricing Css End ==================== */
/* Why Pricing Section End */
/* Testimonial Section Start */
/* ====================== Testimonial Css Start ==================== */
.testimonial {
    position: relative;
    z-index: 2;
}

.testimonial-img-slider__wrap {
    position: relative;
    z-index: 2;
}

.testimonial-img-slider__wrap__vector-1 {
    position: absolute;
    bottom: calc(100% - 80px);
    right: calc(100% - 80px);
    width: 150px;
    z-index: -1;
}

@media screen and (max-width: 1199px) {
    .testimonial-img-slider__wrap__vector-1 {
        bottom: calc(100% - 75px);
        right: calc(100% - 75px);
        width: 120px;
    }
}

@media screen and (max-width: 991px) {
    .testimonial-img-slider__wrap__vector-1 {
        bottom: calc(100% - 75px);
        right: calc(100% - 75px);
        width: 100px;
    }
}

@media screen and (max-width: 767px) {
    .testimonial-img-slider__wrap__vector-1 {
        bottom: calc(100% - 55px);
        right: calc(100% - 70px);
        width: 70px;
    }
}

.testimonial-img-slider__wrap__vector-2 {
    position: absolute;
    top: calc(100% - 80px);
    left: calc(100% - 80px);
    width: 150px;
    z-index: -1;
}

@media screen and (max-width: 1199px) {
    .testimonial-img-slider__wrap__vector-2 {
        top: calc(100% - 75px);
        left: calc(100% - 75px);
        width: 120px;
    }
}

@media screen and (max-width: 991px) {
    .testimonial-img-slider__wrap__vector-2 {
        top: calc(100% - 75px);
        left: calc(100% - 75px);
        width: 100px;
    }
}

@media screen and (max-width: 767px) {
    .testimonial-img-slider__wrap__vector-2 {
        top: calc(100% - 55px);
        left: calc(100% - 70px);
        width: 70px;
    }
}

.testimonial-img-slider .slick-arrow {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

@media screen and (max-width: 767px) {
    .testimonial-img-slider .slick-arrow {
        display: none !important;
    }
}

.testimonial-img-slider .slick-arrow.slick-next {
    transform: translateX(60px);
}

.testimonial-img-slider .slick-arrow .ti {
    font-size: unset;
    transform: translateY(0);
}

.testimonial-img-slider__slide {
    border-radius: 10px;
    vertical-align: middle;
    overflow: hidden;
}

.testimonial-txt-slider {
    background-size: auto 80% !important;
    position: relative;
    z-index: 2;
}

.testimonial-txt-slider::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 150px;
    border-top: 2px solid hsl(var(--black)/0.1);
    border-right: 2px solid hsl(var(--black)/0.1);
    border-radius: 0 15px 0 0;
    z-index: -1;
}

.testimonial-txt-slider::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 150px;
    border-bottom: 2px solid hsl(var(--black)/0.1);
    border-left: 2px solid hsl(var(--black)/0.1);
    border-radius: 0 0 0 15px;
    z-index: -1;
}

.testimonial-card {
    height: 100%;
    position: relative;
    padding: 40px;
    overflow: hidden;
    vertical-align: middle;
    z-index: 2;
}

@media screen and (max-width: 991px) {
    .testimonial-card {
        padding: 30px;
    }
}

@media screen and (max-width: 767px) {
    .testimonial-card {
        text-align: center;
        padding: 20px 5px;
    }
}

.testimonial-card__icon {
    display: block;
    font-size: 5.625rem;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke-color: hsl(var(--base));
    -webkit-text-stroke-width: 2px;
    margin-top: -45px;
    margin-bottom: 27px;
}

@media screen and (max-width: 1199px) {
    .testimonial-card__icon {
        font-size: 3.75rem;
        margin-top: 0;
    }
}

@media screen and (max-width: 991px) {
    .testimonial-card__icon {
        font-size: 3.125rem;
        margin-top: 0;
        margin-bottom: 21px;
    }
}

.testimonial-card__desc {
    font-size: 1.25rem;
    margin-bottom: 32px;
    transform: translateY(100px);
    opacity: 0;
}

@media screen and (max-width: 1199px) {
    .testimonial-card__desc {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 991px) {
    .testimonial-card__desc {
        font-size: 1rem;
        margin-bottom: 23px;
    }
}

.testimonial-card__name {
    font-size: 1.875rem;
    line-height: 1;
    font-weight: 600;
    color: hsl(var(--base-l-200));
    margin-bottom: 14px;
    transform: translateY(150px);
    opacity: 0;
}

@media screen and (max-width: 991px) {
    .testimonial-card__name {
        font-size: 1.5625rem;
        margin-bottom: 10px;
    }
}

.testimonial-card__designation {
    display: block;
    font-size: 1.125rem;
    line-height: 1;
    transform: translateY(200px);
    opacity: 0;
}

@media screen and (max-width: 991px) {
    .testimonial-card__designation {
        font-size: 0.875rem;
    }
}

.slick-active .testimonial-card__name, .slick-active .testimonial-card__designation, .slick-active .testimonial-card__desc {
    transform: translate(0);
    opacity: 1;
    transition: 1s;
}

/* ====================== Testimonial Css End ==================== */
/* Testimonial Section End */
/* Subscribe Section Start */
/* ====================== Subscribe Css Start ==================== */
.subscribe {
    background: hsl(var(--base-d-200));
}

.subscribe__form {
    background: hsl(var(--white));
    padding: 10px;
    border-radius: 40px;
    box-shadow: 0 0 30px 0 hsl(var(--black)/0.15);
}

@media screen and (max-width: 479px) {
    .subscribe__form {
        border-radius: 25px;
    }
    .subscribe__form .input--group {
        flex-direction: column;
        border-radius: 20px;
    }
}

/* ====================== Subscribe Css End ==================== */
/* Subscribe Section End */
/* Faq Section Start */
/* ====================== Faq Css Start ==================== */
.faq {
    position: relative;
    z-index: 2;
}

/* ====================== Faq Css End ==================== */
/* Faq Section End */
/* Counter Section Start */
/* ====================== Counter Css Start ==================== */
.counter-section {
    text-align: center;
}

.counter-section__row >* {
    position: relative;
    &:nth-child(4n+4) {
        &::after {
            display: none;
        }
    }
    &::after {
        content: "";
        position: absolute;
        top: 0;
        left: 100%;
        width: 1px;
        height: 100%;
        background: hsl(var(--black) / .5);
        opacity: 0.3;
    }

    @media (max-width:479px) {
        padding-bottom: 25px;
        &:nth-child(4n+4) {
            padding-bottom: 0;
        }
        &::after {
            top: auto;
            bottom: 0;
            left: 15px;
            width: calc(100% - 30px);
            height: 1px;
        }
    }
}

.counter-section__card {
    position: relative;
    z-index: 2;
}

.counter-section__icon {
    display: block;
    width: 120px;
    height: 120px;
    margin: 0 auto 20px;

    @media (max-width:1399px) {
        width: 95px;
        height: 95px;
    }

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

    @media (max-width:991px) {
        width: 70px;
        height: 70px;
    }
}

.counter-section__number {
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 500;
    color: hsl(var(--base));
    margin-bottom: 10px;
}

@media screen and (max-width: 1199px) {
    .counter-section__number {
        font-size: 2.188rem;
    }
}

@media screen and (max-width: 991px) {
    .counter-section__number {
        font-size: 1.875rem;
        margin-bottom: 13px;
    }
}

@media screen and (max-width: 767px) {
    .counter-section__number {
        font-size: 1.563rem;
        margin-bottom: 13px;
    }
}

.counter-section__name {
    line-height: 1;
    color: hsl(var(--black)/0.8);
}

/* ====================== Counter Css End ==================== */
/* Counter Section End */
/* Partner Section Start */
/* ====================== Partner Css Start ==================== */
.partner__slide {
    height: 70px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .partner__slide {
        height: 35px;
    }
}

.partner__slide img {
    max-width: 70%;
    max-height: 100%;
}

@media screen and (max-width: 991px) {
    .partner__slide img {
        max-width: 95%;
    }
}

/* ====================== Partner Css End ==================== */
/* Partner Section End */
/* ============ Home Page Sections End ============ */
/* ============ Inner Pages Design Start ============ */
/* Authentication Page Start */
/* ====================== Account Css Start ==================== */
.account {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 100vh;
    background: hsl(var(--base-two-l-900)/0.3);
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.account::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;           
    background: hsl(var(--base-d-600));
    z-index: -1;
}

@media screen and (max-width: 991px) {
    .account::before {
        width: 100%;
        height: 250px;
    }
}

.account__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    opacity: 0.05;
    z-index: -1;
}

@media screen and (max-width: 991px) {
    .account__bg {
        width: 100%;
        height: 250px;
    }
}

.account__thumb {
    width: 50%;
    padding: 50px 120px;
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 1399px) {
    .account__thumb {
        padding: 50px;
    }
}

@media screen and (max-width: 991px) {
    .account__thumb {
        width: 100%;
        height: 250px;
        padding: 40px 25px;
    }
}

.account__thumb img {
    max-height: 100%;
}

.account__form {
    min-height: 100vh;
    width: 50%;
    padding: 0 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 1399px) {
    .account__form {
        padding: 50px;
    }
}

@media screen and (max-width: 991px) {
    .account__form {
        width: 100%;
        min-height: auto;
        padding: 40px 25px;
    }
}

@media screen and (max-width: 575px) {
    .account__form {
        padding: 40px 15px;
    }
}

.account__form__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.02;
    z-index: -1;
}

.account__form__wrap {
    max-width: 600px;
    min-width: 400px;
    @media (max-width:479px) {
        min-width: 100%;
    }
}

.account__form__wrap-2 {
    width: 600px;
    max-width: 100%;
}

.account__form__title {
    font-size: 1.875rem;
    padding-bottom: 10px;
    border-bottom: 1px dashed hsl(var(--secondary-l-800));
    margin-bottom: 25px !important;
}

@media screen and (max-width: 991px) {
    .account__form__title {
        font-size: 1.5625rem;
    }
}

.account__top {
    margin-bottom: 30px;
}

.account__top .logo img {
    max-width: 180px;
    max-height: 40px;
}

.back-to-home {
    width: 50px;
    height: 50px;
    border: 1px solid hsl(var(--base)/0.3);
    background: hsl(var(--white));
    border-radius: 50%;
    color: hsl(var(--base));
    font-size: 1.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 991px) {
    .back-to-home {
        width: 45px;
        height: 45px;
        font-size: 1.875rem;
    }
}

@media screen and (max-width: 767px) {
    .back-to-home {
        width: 45px;
        height: 45px;
        font-size: 1.875rem;
    }
}

.back-to-home:hover {
    background: hsl(var(--base));
    color: hsl(var(--white));
}

.account__form__wrap .custom--card {
    border: 1px solid hsl(var(--base) / .2);
}

/* ====================== Account Css End ==================== */
/* Authentication Page End */
/* Dashboard Page Start */
/* ====================== Dashboard Css Start ==================== */
.dashboard {
    background: hsl(var(--base-d-500)) fixed;
    z-index: 2;
}

.main-sidebar {
    position: fixed;
    top: 70px;
    bottom: 0;
    left: 0;
    width: 300px;
    padding: 20px 11px 20px 15px;
    transition: 0.3s;
    z-index: 11;
}

.main-sidebar.active {
    transform: translate(0);
}

@media screen and (max-width: 1399px) {
    .main-sidebar {
        background: hsl(var(--base-d-500));
        transform: translateX(-100%);
    }
}

@media screen and (max-width: 767px) {
    .main-sidebar {
        top: 140px;
    }
}

.main-sidebar__user-wrap {
    padding-bottom: 15px;
    border-bottom: 1px solid hsl(var(--white) / .4);
    margin-bottom: 15px;
}

.main-sidebar__user {
    display: flex;
    gap: 15px;
    align-items: center;
}

.main-sidebar__user__username {
    display: block;
    font-size: 1rem;
    line-height: 1;
    font-weight: 600;
    color: hsl(var(--secondary-l-800));
    margin-bottom: 7px;
}

.main-sidebar__user__balance {
    display: block;
    font-size: 0.875rem;
    line-height: 1;
    font-weight: 500;
    color: hsl(var(--white));
}

.main-sidebar__user__img {
    width: 50px;
    height: 50px;
    background: linear-gradient(45deg, hsl(var(--base-l-600)), hsl(var(--base-two-l-800)), hsl(var(--base-l-600)));
    border-radius: 50%;
    overflow: hidden;
}

.main-sidebar .sidebar-menu {
    overflow: scroll;
    height: calc(100% - 58px);
    margin-bottom: 15px;
}

.main-sidebar .sidebar-menu::-webkit-scrollbar {
    width: 4px;
    height: 0;
}

.main-sidebar .sidebar-menu::-webkit-scrollbar-track {
    background: transparent;
}

.main-sidebar .sidebar-menu::-webkit-scrollbar-thumb {
    background: hsl(var(--white)/0.5);
    border-radius: 2px;
}

.main-sidebar .sidebar-menu::-webkit-scrollbar-thumb:hover {
    background: hsl(var(--white)/0.7);
}

.main-sidebar .sidebar-item {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 15px;
}

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

.main-sidebar .sidebar-item .sidebar-link {
    display: block;
    padding: 10px 15px;
    border-radius: 5px;
    position: relative;
    color: hsl(var(--secondary-l-800));
    transition: 0.3s;
}

.main-sidebar .sidebar-item .sidebar-link.has-sub {
    position: relative;
}

.main-sidebar .sidebar-item .sidebar-link.has-sub::after {
    content: "\ea5f";
    font-family: "tabler-icons";
    font-weight: 900;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    font-size: 0.875rem;
    transition: 0.3s;
}

.main-sidebar .sidebar-item .sidebar-link.show {
    backdrop-filter: blur(20px);
    background: hsl(var(--base-two-l-900)/0.3);
    color: hsl(var(--white));
}

.main-sidebar .sidebar-item .sidebar-link.show::after {
    transform: translateY(-50%) rotate(-180deg);
}

.main-sidebar .sidebar-item .sidebar-link .nav-icon {
    width: 20px;
    margin-right: 5px;
}

.main-sidebar .sidebar-item .sidebar-link:hover, .main-sidebar .sidebar-item .sidebar-link:focus {
    backdrop-filter: blur(20px);
    background: hsl(var(--base-two-l-900)/0.3);
    color: hsl(var(--white));
}

.main-sidebar .sidebar-item.open .sidebar-link {
    background: hsl(var(--base-two-l-300));
    color: hsl(var(--base));
}

.main-sidebar .sidebar-item.open .sidebar-dropdown-item .sidebar-link {
    background: transparent;
    padding: 10px 0;
}

.main-sidebar .sidebar-item.open .sidebar-dropdown-item .sidebar-link.active {
    color: hsl(var(--white));
    font-weight: 600;
}

.main-sidebar .sidebar-item.open .sidebar-dropdown-item .sidebar-link.active::before {
    content: "";
    position: absolute;
    top: 50%;
    right: calc(100% + 6px);
    border-top: 4px solid hsl(var(--white));
    border-right: 4px solid hsl(var(--white));
    border-bottom: 4px solid transparent;
    border-left: 4px solid transparent;
    transform: translateY(-50%) rotate(45deg);
}

.main-sidebar .sidebar-item > .sidebar-dropdown-menu {
    margin-left: 15px;
}

.main-sidebar .sidebar-item .sidebar-dropdown-menu {
    display: none;
    border-left: 1px solid hsl(var(--base-l-900)/0.3);
    padding-left: 10px;
}

.main-sidebar .sidebar-item .sidebar-dropdown-item .sidebar-link {
    background: transparent;
    color: hsl(var(--secondary-l-800));
    padding: 10px 0;
}

.main-sidebar .sidebar-item .sidebar-dropdown-item .sidebar-link.show, .main-sidebar .sidebar-item .sidebar-dropdown-item .sidebar-link.active, .main-sidebar .sidebar-item .sidebar-dropdown-item .sidebar-link:hover, .main-sidebar .sidebar-item .sidebar-dropdown-item .sidebar-link:focus {
    color: hsl(var(--white));
}

.main-sidebar .logout-btn {
    width: 269px;
}

.main-content {
    padding: 95px 25px 25px 325px;
    min-height: 100vh;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 1399px) {
    .main-content {
        padding: 90px 20px 20px;
    }
}

@media screen and (max-width: 1199px) {
    .main-content {
        padding: 85px 15px 15px;
    }
}

@media screen and (max-width: 767px) {
    .main-content {
        padding: 155px 15px 15px;
    }
}

.main-content::before {
    content: "";
    position: fixed;
    top: 70px;
    left: 300px;
    bottom: 0;
    right: 0;
    background: hsl(var(--white));
    border-radius: 15px;
    z-index: -1;
}

@media screen and (max-width: 1399px) {
    .main-content::before {
        left: 0;
        border-radius: 10px;
    }
}

@media screen and (max-width: 767px) {
    .main-content::before {
        top: 140px;
    }
}

.main-content::after {
    content: "";
    position: fixed;
    top: 70px;
    left: 300px;
    bottom: 0;
    right: 0;
    background: hsl(var(--base) / .03);
    border-radius: 15px;
    z-index: -1;
}

@media screen and (max-width: 1399px) {
    .main-content::after {
        left: 0;
        border-radius: 10px;
    }
}

@media screen and (max-width: 767px) {
    .main-content::after {
        top: 140px;
    }
}

.main-content__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-attachment: fixed !important;
    opacity: 0.05;
    z-index: -1;
}

.dashboard-card {
    background: hsl(var(--base-two-l-900));
    border: 1px solid hsl(var(--base-two-l-800));
    border-radius: 10px;
    height: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.dashboard-card__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain !important;
    background-position-x: right !important;
    opacity: 0.05;
    z-index: -1;
}

.dashboard-card.balance-card {
    padding: 0;
    background: hsl(var(--base));
}

.dashboard-card.balance-card .dashboard-card__bg {
    opacity: 0.1;
}

.dashboard-card.balance-card .dashboard-card__txt {
    width: calc(100% - 150px);
    background-position-x: right !important;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 25px;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 767px) {
    .dashboard-card.balance-card .dashboard-card__txt {
        width: calc(100% - 70px);
        padding: 20px 15px;
    }
}

.dashboard-card.balance-card .dashboard-card__txt::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsl(var(--base-two-l-900));
    mask-mode: match-source;
    mask-size: cover;
    mask-position: right center;
    mask-repeat: no-repeat;
    z-index: -1;
}

.dashboard-card.balance-card .dashboard-card__title {
    font-size: 1.25rem;
    color: hsl(var(--black)/0.5);
}

@media screen and (max-width: 767px) {
    .dashboard-card.balance-card .dashboard-card__title {
        font-size: 1.125rem;
    }
}

.dashboard-card.balance-card .dashboard-card__number {
    font-size: 1.875rem;
    color: hsl(var(--base));
}

@media screen and (max-width: 767px) {
    .dashboard-card.balance-card .dashboard-card__number {
        font-size: 1.5625rem;
    }
}

.dashboard-card.balance-card .dashboard-card__icon {
    width: 120px;
    font-size: 3.75rem;
    color: hsl(var(--white)) !important;
}

@media screen and (max-width: 767px) {
    .dashboard-card.balance-card .dashboard-card__icon {
        width: 70px;
        font-size: 2.5rem;
    }
}

.dashboard-card.balance-card .dashboard-card__icon::before, .dashboard-card.balance-card .dashboard-card__icon::after {
    display: none;
}

@media screen and (max-width: 479px) {
    .dashboard-card {
        max-width: 320px;
        margin: auto;
    }
}

.dashboard-card__icon {
    width: 75px;
    height: 75px;
    color: hsl(var(--white));
    font-size: 2.1875rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 0.3s ease-in;
    z-index: 2;
}

.dashboard-card__icon::before {
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    width: 100%;
    height: 100%;
    background: hsl(var(--base));
    border: 1px solid hsl(var(--base-l-100));
    border-radius: 10px;
    transition: all 0.3s ease-in;
    z-index: -1;
}

.dashboard-card__icon::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 100%;
    height: 100%;
    background: hsl(var(--base));
    border: 1px solid hsl(var(--base-l-100));
    border-radius: 10px;
    transition: all 0.3s ease-in;
    z-index: -1;
}

@media screen and (max-width: 1199px) {
    .dashboard-card__icon {
        width: 70px;
        height: 70px;
    }
}

@media screen and (max-width: 991px) {
    .dashboard-card__icon {
        width: 60px;
        height: 60px;
        font-size: 1.875rem;
    }
}

.dashboard-card__txt {
    width: calc(100% - 100px);
}

@media screen and (max-width: 1199px) {
    .dashboard-card__txt {
        width: calc(100% - 90px);
    }
}

@media screen and (max-width: 991px) {
    .dashboard-card__txt {
        width: calc(100% - 75px);
    }
}

.dashboard-card__title {
    display: block;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.2;
    color: hsl(var(--base));
    margin-bottom: 15px;
}

@media screen and (max-width: 1199px) {
    .dashboard-card__title {
        font-size: 1rem;
    }
}

.dashboard-card__number {
    display: block;
    font-family: var(--heading-font);
    font-size: 1.5625rem;
    line-height: 1;
    font-weight: 600;
    color: hsl(var(--black)/0.5);
    margin-bottom: -5px;
}

@media screen and (max-width: 1199px) {
    .dashboard-card__number {
        font-size: 1.375rem;
    }
}

@media screen and (max-width: 991px) {
    .dashboard-card__number {
        font-size: 1.25rem;
    }
}

.dashboard-card:hover .dashboard-card__icon {
    color: hsl(var(--base));
}

.dashboard-card:hover .dashboard-card__icon::before {
    top: -3px;
    left: 3px;
    background: transparent;
    border-color: hsl(var(--base)/0.6);
}

.dashboard-card:hover .dashboard-card__icon::after {
    top: 3px;
    left: -3px;
    background: transparent;
    border-color: hsl(var(--base)/0.6);
}

.account-setup-key__badge,
.refer-link__badge {
    position: absolute;
    top: 50%;
    right: 60px;
    transform: translateY(-50%);
    transition: 0.3s;
    opacity: 0;
}

.account-setup-key__badge.show,
.refer-link__badge.show {
    opacity: 1;
}

.account-setup-key__copy,
.refer-link__copy {
    padding: 0;
    width: 50px;
    font-size: 1.25rem;
}

.profile-settings__sidebar {
    border-right: 1px solid hsl(var(--black)/0.05);
    padding-right: 25px;
}

@media screen and (max-width: 767px) {
    .profile-settings__sidebar {
        border-right: 0;
        padding-right: 0;
    }
}

.profile-settings__sidebar .upload__img {
    margin-bottom: 25px;
}

.user-profile-list {
    font-size: 1rem;
    font-weight: 600;
    height: 100%;
}

.user-profile-list li {
    padding: 15px 0;
    border-bottom: 1px dashed hsl(var(--black)/0.08);
    justify-content: space-between;
}

.user-profile-list li:first-child {
    padding-top: 0;
}

@media screen and (max-width: 767px) {
    .user-profile-list li:first-child {
        padding-top: 15px;
    }
}

.user-profile-list li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

@media screen and (max-width: 767px) {
    .user-profile-list li:last-child {
        padding-bottom: 15px;
        border-bottom: 1px dashed hsl(var(--black)/0.08);
    }
}

.user-profile-list li span {
    display: block;
    font-family: var(--heading-font);
    font-weight: 500;
}

.user-profile-list li span i {
    font-size: 0.875rem;
    margin-right: 5px;
}

.qr-code-img {
    max-width: 150px;
    margin: 15px auto;
}

.exchange-details-list {
    font-size: 1rem;
    font-weight: 700;
    color: hsl(var(--black)/0.6);
}

.exchange-details-list li {
    border-bottom: 1px dashed hsl(var(--black)/0.08);
    padding: 15px 0;
}

.exchange-details-list li:first-child {
    padding-top: 0;
}

.exchange-details-list li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.exchange-details-list span {
    display: block;
    font-size: 0.875rem;
    font-family: var(--heading-font);
    font-weight: 500;
}

.exchange-information-list {
    font-size: 1rem;
    font-weight: 700;
    color: hsl(var(--black)/0.6);
}

.exchange-information-list li {
    border-bottom: 1px dashed hsl(var(--black)/0.08);
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.exchange-information-list li:first-child {
    padding-top: 0;
}

.exchange-information-list li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.exchange-information-list span {
    font-size: 0.9375rem;
    font-weight: 500;
}

.exchange-information-list .badge {
    font-size: 0.75rem;
}

.step__list {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    font-size: 1.125rem;
    line-height: 1;
    font-weight: 600;
    position: relative;
    margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
    .step__list {
        font-size: 1rem;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 767px) {
    .step__list {
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 479px) {
    .step__list {
        font-size: 0.75rem;
    }
}

.step__list::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background: hsl(var(--black)/0.1);
    z-index: -1;
}

.step__list li {
    background: hsl(var(--white));
    box-shadow: 0 0 30px 0 hsl(var(--black)/0.05);
    border-radius: 5px;
    padding: 55px 25px 15px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
}

@media screen and (max-width: 991px) {
    .step__list li {
        padding: 48px 15px 15px;
    }
}

@media screen and (max-width: 767px) {
    .step__list li {
        padding: 43px 10px 10px;
    }
}

.step__list li::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: hsl(var(--base));
    opacity: 0.2;
    transition: 0.3s;
}

@media screen and (max-width: 767px) {
    .step__list li::before {
        height: 2px;
    }
}

.step__list li::after {
    content: "\f00c";
    position: absolute;
    top: 15px;
    left: 50%;
    width: 25px;
    height: 25px;
    transform: translateX(-50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.875rem;
    color: hsl(var(--base)/0.2);
    background: hsl(var(--white));
    border: 2px solid hsl(var(--base)/0.1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

@media screen and (max-width: 991px) {
    .step__list li::after {
        width: 20px;
        height: 20px;
        font-size: 0.625rem;
    }
}

.step__list li.active {
    border-color: hsl(var(--base));
}

.step__list li.active::before {
    opacity: 1;
}

.step__list li.active::after {
    background: hsl(var(--base));
    border-color: hsl(var(--base));
    color: hsl(var(--white));
}

.step__card.hide {
    animation: slideOut 0.3s linear;
    opacity: 0;
}

.step__card.show {
    animation: slideIn 0.3s linear;
    opacity: 1;
}

.step__title {
    font-size: 1.5625rem;
    line-height: 1;
    font-weight: 500;
    color: hsl(var(--black)/0.6);
    border-bottom: 1px solid hsl(var(--black)/0.1);
    padding-bottom: 10px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 5px;
}

@media screen and (max-width: 991px) {
    .step__title {
        font-size: 1.125rem;
    }
}

.step__title i {
    font-size: 1.875rem;
}

@media screen and (max-width: 991px) {
    .step__title i {
        font-size: 1.4375rem;
    }
}

.step__success-msg {
    text-align: center;
    padding: 50px 0;
}

.step__success-msg__thumb {
    max-width: 350px;
    margin: 0 auto 30px;
}

@media screen and (max-width: 767px) {
    .step__success-msg__thumb {
        max-width: 250px;
    }
}

.step__success-msg__title {
    font-size: 2.1875rem;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .step__success-msg__title {
        font-size: 1.5625rem;
    }
}

.buy-sell-select {
    display: flex;
    justify-content: center;
    gap: 20px;
}

@media screen and (max-width: 767px) {
    .buy-sell-select {
        gap: 10px;
    }
}

.buy-sell-select__checkbox {
    text-align: center;
}

.buy-sell-select__checkbox label {
    display: block;
    color: hsl(var(--black)/0.6);
    background: hsl(var(--base)/0.03);
    border: 1px solid hsl(var(--base)/0.05);
    border-radius: 10px;
    padding: 25px 50px;
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: 500;
    transition: 0.3s;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .buy-sell-select__checkbox label {
        border-radius: 7px;
        padding: 15px;
        font-size: 0.875rem;
    }
}

.buy-sell-select__checkbox label i {
    display: block;
    font-size: 2.813rem;
    color: hsl(var(--base-l-600));
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .buy-sell-select__checkbox label i {
        font-size: 1.875rem;
    }
}

.buy-sell-select__checkbox input:checked + label {
    border-color: hsl(var(--base-l-500));
}

.price-result__inner {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.price-result__inner::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: hsl(var(--black)/0.1);
    z-index: -1;
}

.price-result__inner span {
    border: 1px solid hsl(var(--black)/0.05);
    border-radius: 5px;
    background: hsl(var(--base-l-900));
    padding: 10px 15px;
    font-size: 1.25rem;
    line-height: 1;
    font-weight: 600;
    color: hsl(var(--base)/0.7);
}

@media screen and (max-width: 991px) {
    .price-result__inner span {
        padding: 5px 10px;
        font-size: 0.875rem;
    }
}

.wallet {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 25px;
}

.wallet__card {
    font-size: 0.875rem;
    font-weight: 500;
    height: 40px;
    border: 1px solid hsl(var(--base)/0.1);
    border-radius: 20px;
    padding: 0 5px;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 991px) {
    .wallet__card {
        font-size: 0.8125rem;
        height: 35px;
    }
}

.wallet__card:hover, .wallet__card.active {
    background: hsl(var(--base));
    border-color: hsl(var(--base));
    color: hsl(var(--white));
}

.wallet__card:hover .wallet__card__badge, .wallet__card.active .wallet__card__badge {
    background: hsl(var(--white));
    color: hsl(var(--base));
}

.wallet__card__badge {
    background: hsl(var(--base));
    color: hsl(var(--white));
    font-size: 0.75rem;
    font-weight: 600;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border-radius: 15px;
    transition: 0.3s;
}

@media screen and (max-width: 991px) {
    .wallet__card__badge {
        height: 25px;
        line-height: 25px;
        padding: 0 8px;
    }
}

.wallet__card__number {
    padding: 0 15px;
}

@media screen and (max-width: 991px) {
    .wallet__card__number {
        padding: 0 10px;
    }
}

.withdraw__card {
    background: hsl(var(--base-two-l-900));
    border: 1px solid hsl(var(--base-two-l-800));
    border-radius: 10px;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 35px;
    padding: 30px;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

@media screen and (max-width: 991px) {
    .withdraw__card {
        padding: 20px;
        gap: 20px;
    }
}

.withdraw__card::after {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    height: 100%;
    width: 130px;
    background: hsl(var(--base));
    transform: skew(-15deg);
    z-index: -1;
}

.withdraw__card__icon {
    flex-shrink: 0;
    text-align: center;
    width: 70px;
    color: hsl(var(--white));
    font-size: 2.5rem;
}

@media screen and (max-width: 991px) {
    .withdraw__card__icon {
        font-size: 1.875rem;
    }
}

.withdraw__card__content {
    width: 100%;
}

.withdraw__card__title {
    display: block;
    font-size: 1.25rem;
    font-family: var(--heading-font);
    line-height: 1;
    font-weight: 600;
    color: hsl(var(--base));
    margin-bottom: 13px;
}

@media screen and (max-width: 991px) {
    .withdraw__card__title {
        font-size: 0.875rem;
    }
}

.withdraw__card__number {
    display: block;
    font-size: 1.5625rem;
    line-height: 1;
    font-weight: 600;
    color: hsl(var(--body-color));
}

@media screen and (max-width: 991px) {
    .withdraw__card__number {
        font-size: 1.25rem;
    }
}

@keyframes slideIn {
    0% {
        transform: translateX(50%);
        opacity: 0;
    }

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

@keyframes slideOut {
    0% {
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        transform: translate(-50%);
        opacity: 0;
    }
}

/* ====================== Dashboard Css End ==================== */
/* Dashboard Page End */
/* Contact Page Start */
/* ====================== Contact Css Start ==================== */
.contact__card {
    height: 100%;
    padding: 40px;
    background: linear-gradient(45deg, hsl(var(--base-l-900) / .3), hsl(var(--base-two-l-900) / .3), hsl(var(--base-l-900) / .3));
    background-color: hsl(var(--white));
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: .3s;
    z-index: 2;

    @media (max-width:1399px) {
        padding: 35px;
    }

    @media (max-width:1199px) {
        padding: 30px;
    }

    @media (max-width:767px) {
        max-width: 320px;
        padding: 25px;
        margin: auto;
    }
}

.contact__card::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 100px;
    border-bottom: 2px solid hsl(var(--base-two));
    border-left: 2px solid hsl(var(--base-two));
    border-bottom-left-radius: 15px;
    transition: .45s;
    z-index: -1;
}

.contact__card::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    border-top: 2px solid hsl(var(--base));
    border-right: 2px solid hsl(var(--base));
    border-top-right-radius: 15px;
    transition: .45s;
    z-index: -1;
}

.contact__card__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.03;
    z-index: -1;
}

.contact__card__icon {
    height: 80px;
    margin-bottom: 30px;

    @media (max-width:1399px) {
        height: 70px;
    }

    @media (max-width:1199px) {
        height: 60px;
        margin-bottom: 25px;
    }

    @media (max-width:767px) {
        height: 50px;
        margin-bottom: 20px;
    }
}

.contact__card__icon img {
    height: 100%;
}

.contact__card__title {
    font-size: 1.875rem;
    line-height: 1;
    margin-top: -5px;

    @media (max-width:1399px) {
        font-size: 1.75rem;
    }

    @media (max-width:1199px) {
        font-size: 1.563rem;
        margin-top: -4px;
    }
}

.contact__card p {
    font-weight: 500;
}

.contact__card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 40px 40px -40px hsl(var(--black) / .15);
}

.contact__card:hover::before,
.contact__card:hover::after {
    width: 150px;
    height: 150px;
}

.contact__map {
    filter: saturate(2) brightness(0.95) contrast(1.05);
}

.contact__map iframe {
    width: 100%;
    height: 500px;
    border-radius: 5px;
}

@media screen and (max-width: 1199px) {
    .contact__map iframe {
        height: 400px;
    }
}

@media screen and (max-width: 991px) {
    .contact__map iframe {
        height: 350px;
    }
}

@media screen and (max-width: 767px) {
    .contact__map iframe {
        height: 250px;
    }
}

/* ====================== Contact Css End ==================== */
/* Contact Page End */
/* Two Factor Page Start */
/* ====================== Two Factor Css Start ==================== */
.two-fa-setting__title {
    font-size: 2.1875rem;
    line-height: 1.3;
    font-weight: 700;
    color: hsl(var(--black)/0.7);
    margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
    .two-fa-setting__title {
        font-size: 1.5625rem;
    }
}

@media screen and (max-width: 767px) {
    .two-fa-setting__title {
        font-size: 1.25rem;
    }
}

.two-fa-setting > * {
    margin-bottom: 15px;
}

.two-fa-setting > *:last-child {
    margin-bottom: 0;
}

.download-app {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.download-app a:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px 0 hsl(var(--black)/0.1);
}

/* ====================== Two Factor Css End ==================== */
/* Two Factor Page End */
/* ============ Inner Pages Design End ============ */

/* ====================== Cookies CSS Start ==================== */
.cookies-card {
    width: 100%;
    max-width: 350px;
    padding: 25px;
    padding-top: 0 !important;
    color: #1E2337;
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 999999;
    transition: all .5s;
    background: hsl(var(--white));
    border: 1px solid rgba(0, 0, 0, .07);
    box-shadow: 0 0 30px 0 hsl(var(--base) / .1);
    border-radius: 10px;
}

.cookies-card.hide {
    bottom: -100% !important;
}

.cookies-card__icon {
    width: 130px;
    height: 130px;
    border-top: 1px solid rgba(0, 0, 0, .07);
    border-right: 1px solid rgba(0, 0, 0, .07);
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
    border-radius: 50%;
    transform: rotate(-45deg);
    background-color: #fff;
    font-size: 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: -65px;
}

.cookies-card__icon > * {
    transform: rotate(45deg);
}

.cookies-card__content {
    margin-bottom: 0;
}

.cookies-btn {
    color: #363636;
    text-decoration: none;
    padding: 10px 35px;
    margin: 3px 5px;
    display: inline-block;
    border-radius: 999px;
}

.cookies-btn:hover {
    color: #363636;
}

@media (max-width: 767px) {
    .cookies-card {
        width: 100%;
        left: 0;
        bottom: 0;
        font-size: 14px;
        padding: 15px;
    }
}

/* ====================== Cookies CSS End ==================== */

/* ====================== Nice Select Start ====================== */
.nice-select {
    height: auto;
    float: none;
}

.nice-select.form--control {
    padding-right: 35px;
}

.nice-select::after {
    width: 8px;
    height: 8px;
    right: 17px;
    margin-top: -5px;
}

.nice-select .list {
    margin-top: 1px;
}

.nice-select .option {
    line-height: 45px;
    font-size: 1rem;
}

/* ====================== Nice Select End ====================== */
/*# sourceMappingURL=main.css.map */
